@charset "UTF-8";
/*!
 * Bootstrap v5.1.3
 */
/* Здесь именно переменные, конечные классы лучше переназначать в common */
/* Здесь именно переменные, конечные классы лучше переназначать в common */
:root {
  --bs-blue: #0275d8;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #f5af37;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #ef5a01;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #f5af37;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 239, 90, 1;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 245, 175, 55;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #ef5a01;
  text-decoration: underline;
}
a:hover {
  color: rgb(191.2, 72, 0.8);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend {
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 978px;
  }
}
@media (min-width: 1440px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

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

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #ef5a01;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(242.2, 123, 51.8);
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(86.4, 93.6, 100);
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: rgb(20, 108, 67.2);
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: rgb(61.4, 212.6, 243);
}

.link-warning {
  color: #f5af37;
}
.link-warning:hover, .link-warning:focus {
  color: #f7bf5f;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2);
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 250.2, 251);
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8);
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

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

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

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

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

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

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

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

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #ef5a01 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #f5af37 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .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;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .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;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .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;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .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;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(239, 90, 1, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(239, 90, 1, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000;
  background-color: #ef5a01;
  border-color: #ef5a01;
}
.btn-primary:hover {
  color: #000;
  background-color: rgb(241.4, 114.75, 39.1);
  border-color: rgb(240.6, 106.5, 26.4);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: rgb(241.4, 114.75, 39.1);
  border-color: rgb(240.6, 106.5, 26.4);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(203.15, 76.5, 0.85, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(203.15, 76.5, 0.85, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: rgb(242.2, 123, 51.8);
  border-color: rgb(240.6, 106.5, 26.4);
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(203.15, 76.5, 0.85, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(203.15, 76.5, 0.85, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #ef5a01;
  border-color: #ef5a01;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(91.8, 99.45, 106.25);
  border-color: rgb(86.4, 93.6, 100);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: rgb(91.8, 99.45, 106.25);
  border-color: rgb(86.4, 93.6, 100);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(86.4, 93.6, 100);
  border-color: rgb(81, 87.75, 93.75);
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(21.25, 114.75, 71.4);
  border-color: rgb(20, 108, 67.2);
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: rgb(21.25, 114.75, 71.4);
  border-color: rgb(20, 108, 67.2);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(20, 108, 67.2);
  border-color: rgb(18.75, 101.25, 63);
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: rgb(49.3, 209.95, 242.25);
  border-color: rgb(37.2, 207.3, 241.5);
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: rgb(49.3, 209.95, 242.25);
  border-color: rgb(37.2, 207.3, 241.5);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11.05, 171.7, 204, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(11.05, 171.7, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: rgb(61.4, 212.6, 243);
  border-color: rgb(37.2, 207.3, 241.5);
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11.05, 171.7, 204, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(11.05, 171.7, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #f5af37;
  border-color: #f5af37;
}
.btn-warning:hover {
  color: #000;
  background-color: rgb(246.5, 187, 85);
  border-color: #f6b74b;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: rgb(246.5, 187, 85);
  border-color: #f6b74b;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(208.25, 148.75, 46.75, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(208.25, 148.75, 46.75, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #f7bf5f;
  border-color: #f6b74b;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(208.25, 148.75, 46.75, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(208.25, 148.75, 46.75, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #f5af37;
  border-color: #f5af37;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(187, 45.05, 58.65);
  border-color: rgb(176, 42.4, 55.2);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: rgb(187, 45.05, 58.65);
  border-color: rgb(176, 42.4, 55.2);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(176, 42.4, 55.2);
  border-color: rgb(165, 39.75, 51.75);
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: rgb(249.05, 249.9, 250.75);
  border-color: rgb(248.7, 249.6, 250.5);
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: rgb(249.05, 249.9, 250.75);
  border-color: rgb(248.7, 249.6, 250.5);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(210.8, 211.65, 212.5, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(210.8, 211.65, 212.5, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: rgb(249.4, 250.2, 251);
  border-color: rgb(248.7, 249.6, 250.5);
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(210.8, 211.65, 212.5, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(210.8, 211.65, 212.5, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(26.4, 29.6, 32.8);
  border-color: rgb(24.75, 27.75, 30.75);
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #ef5a01;
  border-color: #ef5a01;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #ef5a01;
  border-color: #ef5a01;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(239, 90, 1, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(239, 90, 1, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #ef5a01;
  border-color: #ef5a01;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(239, 90, 1, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(239, 90, 1, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #ef5a01;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #f5af37;
  border-color: #f5af37;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #f5af37;
  border-color: #f5af37;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(245, 175, 55, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(245, 175, 55, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #f5af37;
  border-color: #f5af37;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(245, 175, 55, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(245, 175, 55, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #f5af37;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #ef5a01;
  text-decoration: underline;
}
.btn-link:hover {
  color: rgb(191.2, 72, 0.8);
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  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: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1440px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1439.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(29.7, 33.3, 36.9);
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ef5a01;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #ef5a01;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: rgb(251.8, 222, 204.2);
  --bs-table-striped-bg: rgb(239.21, 210.9, 193.99);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(226.62, 199.8, 183.78);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(232.915, 205.35, 188.885);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(226.62, 199.8, 183.78);
}

.table-secondary {
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(203.04, 204.66, 206.1);
}

.table-success {
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(188.1, 207.9, 198.72);
}

.table-info {
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(185.94, 219.96, 226.8);
}

.table-warning {
  --bs-table-bg: #fdefd7;
  --bs-table-striped-bg: rgb(240.35, 227.05, 204.25);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(227.7, 215.1, 193.5);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(234.025, 221.075, 198.875);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(227.7, 215.1, 193.5);
}

.table-danger {
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(223.2, 193.14, 196.02);
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgb(223.2, 224.1, 225);
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: rgb(55.2, 58.8, 62.4);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: rgb(247, 172.5, 128);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(239, 90, 1, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(239, 90, 1, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(221.35, 224.2, 227.05);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(221.35, 224.2, 227.05);
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-select:focus {
  border-color: rgb(247, 172.5, 128);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(239, 90, 1, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(239, 90, 1, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(247, 172.5, 128);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(239, 90, 1, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(239, 90, 1, 0.25);
}
.form-check-input:checked {
  background-color: #ef5a01;
  border-color: #ef5a01;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #ef5a01;
  border-color: #ef5a01;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  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='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  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='rgb%28247, 172.5, 128%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  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");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(239, 90, 1, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(239, 90, 1, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(239, 90, 1, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ef5a01;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(250.2, 205.5, 178.8);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ef5a01;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(250.2, 205.5, 178.8);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #ef5a01;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: rgb(191.2, 72, 0.8);
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ef5a01;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

/*
 * Custom styles
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/*
 * BS Overrides and common classes
 */
a {
  color: #823636;
}
a:focus {
  color: inherit;
}

.hidden {
  display: none;
}

@media (min-width: 576px) {
  .col_sm_30 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .col_sm_40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (min-width: 768px) {
  .col_md_20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col_md_80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .col_lg_10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
  .col_lg_15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 15%;
  }
  .col_lg_20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col_lg_40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .col_lg_60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .col_lg_80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1440px) {
  .col_xl_10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }
  .col_xl_15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 15%;
  }
  .col_xl_50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.content img {
  max-width: 100%;
  height: auto;
}

.btn {
  border-radius: inherit;
  font-size: 0.9rem;
}

.btn-primary {
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #dedede;
}

.btn-default {
  border: 1px solid #ef5a01;
  border-radius: 3px;
}
.btn-default:hover {
  background: #ef5a01;
  color: #fff;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.15rem 0.3rem;
}

.collapsing {
  -webkit-transition: height 0.01s ease;
  transition: height 0.01s ease;
}

.gutters-8 {
  margin-right: -8px;
  margin-left: -8px;
}
.gutters-8 > .col, .gutters-8 > [class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}

html {
  position: relative;
}

html, body, .container {
  min-width: 300px;
}

.fancybox-caption {
  text-align: center;
  font-size: 150% !important;
}

.link2 {
  color: #212529;
  text-decoration: underline;
}
.link2:hover {
  color: #212529;
  text-decoration: none;
}

.no-transitions {
  -webkit-transition: height 0.01s;
  transition: height 0.01s;
}

.noWrap {
  white-space: nowrap;
}

.orange {
  color: #ef5a01 !important;
}

.red {
  color: #ff1c00 !important;
}

.sp_ico {
  display: inline-block;
}

.svg_icon {
  display: inline-block;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
button.close i {
  font-size: 24px;
}

.main {
  position: relative;
  padding-bottom: 20px;
  background: url(../img/background_seamless/background_seamless.jpg) repeat;
}
@media (min-width: 992px) {
  .main {
    min-height: 800px;
  }
}

.form-control {
  border-radius: 0;
}

.modal .modal-header {
  border-bottom: none;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-footer {
  border-top: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal .alertText {
  max-width: 65%;
}
.modal .warningText {
  color: #8a6d3b;
}
.modal .successText {
  color: #3c763d;
}

/*
 * TAGS
 */
body {
  background-color: #ffffff;
}
img {
  max-width: 100%;
}

h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #6f0014;
  font-family: "Courier New", Courier, monospace;
  font-weight: 700;
}

h2 {
  font-size: 1.9rem;
}

h3 {
  font-size: 1.7rem;
}

.h2_wrap {
  margin: 20px 0;
}

h2.inline {
  display: inline-block;
  margin: 0 40px 0 0;
  font-size: 20px;
  color: #1d2029;
  line-height: 30px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .btn-lg {
    padding: 0.3rem 0.8rem;
  }
  h1 {
    font-size: 1.7rem;
  }
  h2 {
    font-size: 1.5rem;
  }
}
/* LAYOUT */
.content .lg_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  max-width: 22%;
}
.content .lg_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 78%;
          flex: 0 0 78%;
  max-width: 78%;
}
.widecontent .content .lg_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0;
  max-width: 0;
}
.widecontent .content .lg_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .content .lg_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0;
    max-width: 0;
  }
  .content .lg_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

#scrollUp {
  z-index: 98 !important;
  bottom: 20px;
  right: 20px;
  padding: 6px 11px 14px 11px;
  background: #823636;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 1.3rem;
  text-decoration: none;
}
#scrollUp:hover {
  color: #F1F1F1;
}

#ajaxLoaderBg {
  display: none;
  position: absolute;
  z-index: 700;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}

#ajaxLoaderIcon {
  display: none;
  position: fixed;
  z-index: 701;
  top: 50%;
  left: 50%;
  margin: -2.5rem 0 0 -2.5rem;
  font-size: 5rem;
  color: #fff;
}

.showAjaxLoader #ajaxLoaderBg, .showAjaxLoader #ajaxLoaderIcon {
  display: block;
}

.htmlTextWrap {
  background-color: #fff;
  padding: 30px;
  min-height: 100%;
}

.whiteContentCol .contentCol {
  background-color: #fff;
  padding: 30px;
  min-height: 100%;
}

.newsList .p_items .catalog_item {
  text-align: left;
}

.newsFull .contentCol .anonsRow {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.newsFull .contentCol .pubdate {
  font-size: 13px;
  color: #666;
  line-height: 18px;
}

.titleH2 {
  color: #813f3f;
  font-family: TinosRegular;
  text-transform: uppercase;
  font-size: 20px;
}

.nc-baseshop-location-autocomplete-dropdown {
  border: 1px solid #ef5a01;
  cursor: pointer;
}

.nc-baseshop-location-autocomplete-dropdown-item.nc--focus {
  background: #ef5a01;
  color: white;
}

.ui-helper-hidden-accessible {
  display: none;
}

/*
 * стили, которые можно использовать в разных проектах
 */
/*
<label class="my_radio">
<input type="radio" name="PERSON_TYPE" value="1">
<span class="my_label">Физическое лицо</span>
</label>
 */
.my_radio input[type=checkbox], .my_radio input[type=radio], .my_checkbox input[type=checkbox], .my_checkbox input[type=radio] {
  display: none;
}
.my_radio .my_label, .my_checkbox .my_label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.my_radio .my_label:before, .my_checkbox .my_label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background: #fbfbfb;
  border: 2px solid #e9e9e9;
  border-radius: 100%;
}
.my_radio input:checked ~ .my_label:before, .my_checkbox input:checked ~ .my_label:before {
  background: #f3f3f3;
  border-color: #e4e4e4;
}
.my_radio input:checked ~ .my_label:after, .my_checkbox input:checked ~ .my_label:after {
  content: "\e804";
  font-family: my;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  color: #ff4d00;
  position: absolute;
  left: 5px;
  top: -1px;
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
html.header_fixed body {
  padding-top: 100px;
}

#header {
  position: static;
  top: -100px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  background: #fff url("../img/header.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
.header_fixed #header {
  position: fixed;
  z-index: 100;
  top: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: top ease-in-out 0.2s;
  transition: top ease-in-out 0.2s;
}
#header .head_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
@media (max-width: 575.98px) {
  #header .head_col {
    height: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header_fixed #header .head_col {
  height: 80px;
}
@media (max-width: 575.98px) {
  .header_fixed #header .head_col {
    height: 60px;
  }
}
#header .toggle_place {
  max-width: 30px;
}
@media (max-width: 767.98px) {
  #header .logo_col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#header .logo_col .logo_a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 218px;
}
#header .logo_col .logo_a img {
  max-height: 95px;
}
@media (max-width: 575.98px) {
  #header .logo_col .logo_a img {
    max-height: 75px;
  }
}
.header_fixed #header .logo_col .logo_a img {
  max-height: 75px;
}
@media (max-width: 575.98px) {
  .header_fixed #header .logo_col .logo_a img {
    max-height: 55px;
  }
}
#header .tmenu_col {
  -webkit-box-flex: 1;
      -ms-flex: auto 1 1;
          flex: auto 1 1;
}
#header .contact_col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#header .contact_col .headLocation {
  font-size: 80%;
}
#header .contact_col .headPhone {
  font-size: 20px;
  color: #580000;
}
@media (max-width: 1439.98px) {
  #header .contact_col .headPhone {
    font-size: 18px;
  }
}
#header .contact_col .headPhone .icon_phone {
  color: #ef5a01;
}
#header .contact_col .headPhone a {
  color: #580000;
  text-decoration: none;
  font-weight: 700;
}
#header .tmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
  height: 100%;
  justify-items: center;
}
#header .tmenu .lev1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#header .tmenu .lev1 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
  border-top: 3px solid transparent;
  color: #823636;
}
#header .tmenu .lev1 > a:hover {
  color: #ef5a01;
  border-top: 3px solid #823636;
  -webkit-transition: border-bottom 0.5s;
  transition: border-bottom 0.5s;
}
@media (max-width: 991.98px) {
  #header .tmenu .lev1 > a:hover {
    border-top: 3px solid transparent;
  }
}
@media (max-width: 1439.98px) {
  #header .tmenu .lev1 > a {
    font-size: 0.9em;
  }
}
@media (max-width: 991.98px) {
  #header .tmenu .lev1 > a {
    font-size: 1.2em;
  }
}
#header .tmenu .lev1 > a.my_a {
  color: #b0b0b0;
}
#header .tmenu .dropdown-toggle:after {
  margin-left: 1px;
  margin-top: 3px;
}
#header .tmenu .dropdown-menu {
  border-radius: 0;
  border: none;
  border-top: 2px solid #823636;
  margin: -1px 0 0;
  top: auto;
  padding: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  text-align: left;
  font-size: 13px;
}
#header .tmenu .dropdown-menu li a {
  display: block;
  width: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #222;
  padding: 14px 20px;
  border-top: 1px solid #f0f0f0;
}
#header .fly_tmenu {
  height: 100%;
}
@media (max-width: 991.98px) {
  #header .fly_tmenu {
    position: fixed;
    width: 95%;
    max-width: 580px;
    left: -580px;
    top: 0;
    background: #f8f8f9;
    z-index: 1040;
    -webkit-transition: left ease-in-out 0.3s;
    transition: left ease-in-out 0.3s;
    margin: 0;
    -webkit-box-shadow: 1px 0 15px #ccc;
            box-shadow: 1px 0 15px #ccc;
  }
  #header .fly_tmenu.opened {
    left: 0;
  }
  #header .fly_tmenu .tmenu_icon {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #header .fly_tmenu .tmenu_icon span:before, #header .fly_tmenu .tmenu_icon span:after {
    background-color: #ef5a01;
  }
  #header .fly_tmenu .tmenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px 20px 20px 50px;
  }
  #header .fly_tmenu .tmenu .lev1 {
    display: block;
  }
  #header .fly_tmenu .tmenu .lev1 a {
    position: relative;
    margin: 3px 3px 3px 10px;
    padding: 3px;
  }
  #header .fly_tmenu .tmenu .lev1 a i {
    position: absolute;
    left: -25px;
  }
  #header .fly_tmenu .tmenu .dropdown .dropdown-toggle:after {
    content: none;
  }
  #header .fly_tmenu .tmenu .dropdown .dropdown-menu {
    position: static;
    display: block;
    border-top: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
  #header .fly_tmenu .tmenu .dropdown .dropdown-menu li a {
    padding: 8px;
  }
}

.hamb_icon {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.hamb_icon span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  background-color: #ef5a01;
  font-size: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.hamb_icon span:before, .hamb_icon span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ef5a01;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.hamb_icon span:before {
  -webkit-transform: translateY(-250%);
          transform: translateY(-250%);
}
.hamb_icon span:after {
  -webkit-transform: translateY(250%);
          transform: translateY(250%);
}
.hamb_icon.opened span {
  background-color: transparent;
}
.hamb_icon.opened span:before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.hamb_icon.opened span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

#footer {
  position: relative;
  zoom: 1;
  z-index: 2;
  clear: both;
  background: #f6f6f7;
  font-size: 14px;
  background: url(../img/image_footer/footer_1.png) no-repeat;
  background-size: 100% 100%;
}
#footer a {
  color: #555;
}
#footer .footHeader {
  font-family: RobotoRegular;
  font-size: 14px;
  color: #ef5a01;
  display: block;
  padding-top: 10px;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 2px solid #580000;
  text-align: center;
}
#footer .footContacts {
  font-family: RobotoRegular;
  font-size: 1em;
  color: #823636;
}
#footer .footContacts .col {
  padding-top: 8px;
  padding-bottom: 8px;
}
#footer .footContacts [class^=icon_]:before {
  color: #ef5a01;
  font-size: 1.4em;
}
#footer .end {
  border-top: 1px solid #eee;
}
#footer .end .end_col {
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .copy {
  color: #888;
}

.brcr {
  margin: 0;
  padding: 10px 0;
}
.brcr .brcr_item {
  display: inline-block;
  position: relative;
  line-height: 22px;
}
.brcr a, .brcr span {
  color: #b6b5b5;
  font-size: 12px;
  text-decoration: none;
}

.menuwrap {
  min-height: 200px;
}
@media (min-width: 992px) {
  .menuwrap {
    position: sticky;
    top: 100px;
    z-index: 95;
  }
}
.widecontent .menuwrap {
  position: fixed;
  z-index: 120;
  width: 280px;
  max-width: 90%;
  height: 100%;
  top: 0;
  left: -280px;
  -webkit-transition: left ease-in-out 0.3s;
  transition: left ease-in-out 0.3s;
}
.widecontent .menuwrap.menu_opened {
  left: 0;
}
@media (max-width: 991.98px) {
  .menuwrap {
    position: fixed;
    z-index: 120;
    width: 280px;
    max-width: 90%;
    height: 100%;
    top: 0;
    left: -280px;
    -webkit-transition: left ease-in-out 0.3s;
    transition: left ease-in-out 0.3s;
  }
  .menuwrap.menu_opened {
    left: 0;
  }
}
.menuwrap .toggle {
  display: none;
}
.widecontent .menuwrap .toggle {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 35px;
  height: 100px;
  background: #ef5a01;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
}
.widecontent .menuwrap .toggle .descr {
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  left: 0;
  top: 100%;
  width: 100px;
  white-space: nowrap;
  line-height: 35px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widecontent .menuwrap .toggle .descr i {
  margin-left: 3px;
}
@media (max-width: 575.98px) {
  .widecontent .menuwrap .toggle {
    height: 95px;
  }
  .widecontent .menuwrap .toggle .descr {
    width: 95px;
  }
  .widecontent .menuwrap .toggle .descr i {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .menuwrap .toggle {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 35px;
    height: 100px;
    background: #ef5a01;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
  }
  .menuwrap .toggle .descr {
    position: absolute;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    left: 0;
    top: 100%;
    width: 100px;
    white-space: nowrap;
    line-height: 35px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .menuwrap .toggle .descr i {
    margin-left: 3px;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .menuwrap .toggle {
    height: 95px;
  }
  .menuwrap .toggle .descr {
    width: 95px;
  }
  .menuwrap .toggle .descr i {
    margin-left: 0;
  }
}

.lmenu_block {
  background: #f8f8f9;
  border-right: 1px solid #f2f2f2;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  height: 100%;
}
@media (max-width: 767.98px) {
  .lmenu_block {
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .lmenu_block {
    padding-top: 0;
  }
}
.lmenu_block * {
  margin: 0;
  padding: 0;
}
.lmenu_block ul.menu {
  text-align: justify;
  list-style-type: none;
  font-size: 0;
  line-height: 0;
  zoom: 1;
}
.lmenu_block ul.menu li {
  display: block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
  line-height: 20px;
  white-space: normal;
}
.lmenu_block ul.menu li.lev1 {
  position: relative;
  z-index: 20;
}
.lmenu_block ul.menu li.lev1 .dropdown {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 100%;
  padding: 20px 0 20px;
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: none;
  width: 980px;
}
.lmenu_block ul.menu li.lev1 .dropdown > li {
  padding: 5px 30px 20px 24px;
  float: left;
  width: 33%;
}
.lmenu_block ul.menu li.lev1 .dropdown > li .image {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
}
@media (max-width: 767.98px) {
  .lmenu_block ul.menu li.lev1 .dropdown > li .image {
    display: none;
  }
}
.lmenu_block ul.menu li.lev1 .dropdown > li .section {
  display: block;
  position: relative;
  padding: 0 0 0 70px;
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  background: 0 0;
  color: #212529;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .lmenu_block ul.menu li.lev1 .dropdown > li .section {
    padding: 5px 3px 5px 28px;
    font-weight: normal;
  }
}
@media (max-width: 991.98px) {
  .lmenu_block ul.menu li.lev1 .dropdown > li {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .lmenu_block ul.menu li.lev1 .dropdown > li {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .lmenu_block ul.menu li.lev1 .dropdown {
    width: 720px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .lmenu_block ul.menu li.lev1 .dropdown {
    width: 500px;
  }
}
.lmenu_block ul.menu li.lev1 .dropdown {
  /*@include media-breakpoint-only(sm) {
    width: 300px;
  }*/
}
@media (max-width: 767.98px) {
  .lmenu_block ul.menu li.lev1 .dropdown {
    position: static;
    display: none;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .lmenu_block ul.menu li.lev1 .dropdown > li {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.no_touch .lmenu_block ul.menu li.lev1:hover > .dropdown {
  display: block;
}
.lmenu_block ul.menu li.lev1 > a {
  display: block;
  position: relative;
  padding: 11px 31px 13px 17px;
  border: 1px solid #f2f2f2;
  border-bottom-width: 0;
  border-right-width: 0;
  background: #fff;
  white-space: normal;
  font-size: 14px;
  color: #333;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
.lmenu_block ul.menu li.lev1:last-child > a {
  border-bottom-width: 1px;
}
.lmenu_block ul.menu li.lev1.has_childs > a:after {
  font-family: "my";
  content: "\e80e";
  position: absolute;
  right: 12px;
  top: 50%;
  margin: -10px 0 0 0;
  width: 12px;
  height: 12px;
  font-weight: 400;
  display: block !important;
  font-size: 16px;
  text-align: right;
  color: #cecece;
}
.lmenu_block ul.menu li.lev1.has_childs.lev1_opened .dropdown {
  display: block;
}
@media (max-width: 767.98px) {
  .lmenu_block ul.menu li.lev1.has_childs > a:after {
    content: "\e80c";
  }
}
.lmenu_block ul.menu li.lev1:hover > a {
  color: #333;
  background: #fff;
}
.lmenu_block ul.menu li.lev1:hover > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  display: block;
  background: #823636;
}
.lmenu_block ul.menu li.lev1:hover > a:after {
  color: #823636;
}

.sp_common {
  background-image: url(../img/sprite_common.png);
}

.sp_common__ico_mastercard {
  background-position: 0px 0px;
  width: 40px;
  height: 25px;
}

.sp_common__ico_mir {
  background-position: -40px 0px;
  width: 40px;
  height: 25px;
}

.sp_common__ico_visa {
  background-position: 0px -25px;
  width: 40px;
  height: 25px;
}

/*.sliders {
  padding-top: 10px;
  padding-bottom: 10px;

  //по идее можно вытащитть и в левую колонку
  .teaser {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    background-color: #f4f4f4;
    overflow: hidden;
    //height: 200px;

    .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover;
    }
    &:hover .bg {
      transform: scale(1.1, 1.1);
      transition: all .3s;
    }

    a {
      display: flex;
      position: absolute;
      //background-color: #00AA00;
      width: 100%;
      height: 100%;
      padding: 4px 6px;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;
      text-decoration: none;

      &:hover {
        .title, .descr {
          opacity: 0;
          transition: all .9s;
        }
      }
    }

    .title {
      display: inline-block;
      padding: 2px 5px;
      background: $black3;
      color: #fff;
      font-size: .7rem;
      font-weight: 700;
      text-transform: uppercase;
    }

    .descr {
      display: block;
      margin-top: 5px;
      color: #fff;
      font-size: .92em;
      font-weight: 700;
      line-height: 1.05em;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
      align-self: stretch;
      background-color: rgba(0, 0, 0, 0.1);
      padding: 4px;
    }

  }
}*/
/*#bigSlider {
  position: relative;
  height: $bigSliderHeightXl;
  overflow: hidden;

  @include media-breakpoint-down(lg) {
    height: $bigSliderHeightLg;
  }
  @include media-breakpoint-down(md) {
    height: $bigSliderHeightMd;
  }
  @include media-breakpoint-down(sm) {
    height: $bigSliderHeightSm;
  }
  @include media-breakpoint-down(xs) {
    height: 0;
    padding-bottom: 50%;
  }

  .slideritems, .slick-list, .slick-track {
    height: 100%;

    @include media-breakpoint-down(xs) {
      height: 0;
      padding-bottom: 50%;

    }
  }

  .item {
    height: 100%;
    background-position: center;
    background-size: cover;

    //прячем все item кроме первого, пока не заработал слайдер
    &:not(.slick-slide):not(.first_slide) {
      display: none;
    }

    .inner {
      position: relative;
      height: 100%;

      @include media-breakpoint-down(xs) {
        height: 0;
        padding-bottom: 50%;
      }
    }

    .text {
      ///display: flex;
      //display: inline-block;
      //display: table-cell;
      //vertical-align: middle;
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      //background-color: #00AA00;
      //width: $innerWidthXl;
      height: 100%;
      padding: 20px 30px;
      //flex-direction: column;
      //justify-content: center;
      //align-items: flex-start;
      text-decoration: none;

      &:before {
        display: inline-block;
        height: 100%;
        width: 0;
        content: "";

        vertical-align: middle;
      }

      @include media-breakpoint-down(xs) {
        padding: 10px 20px;
      }

      .title {
        display: inline-block;
        //padding: 2px 5px;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 700;

        @include media-breakpoint-down(xs) {
          font-size: 1.2em;
        }
      }

      .descr {
        display: block;
        margin: 6px 0 10px;
        color: #fff;
        //font-weight: 700;
        //line-height: 1em;
        //text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
        //align-self: stretch;

        @include media-breakpoint-down(xs) {
          font-size: .8em;
        }
      }
    }

    .text_blocks {
      display: inline-block;
      vertical-align: middle;
      width: 98%;  //иначе улетает вниз
    }
  }

  .controls {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 20;
    bottom: 5px;
    width: 100%;

    .nav-prev, .nav-next {
      position: static;
      width: auto;
      margin: 0 12px;
      color: $black1;
      opacity: 1;
      font-size: 12px;
      cursor: pointer;
    }

    .slick-dots {
      position: static;
      margin: 0;
      padding: 0;
      align-items: center;
      li {
        cursor: pointer;
        position: relative;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: $black1;
        margin: 0 12px;
        flex: 0 0 auto;
        &.slick-active {
          width: 8px;
          height: 8px;
          background: $yellow;
          &:after {
            content: '';
            border: 2px solid $yellow;
            border-radius: 50%;
            width: 18px;
            height: 18px;
            position: absolute;
            top: -5px;
            left: -5px;
          }
        }

        button {
          display: none;
        }
      }
    }
  }

}*/
.advicons_block {
  margin: 30px 0 20px;
}
.advicons_block .item {
  padding: 0 0 0 20px;
}
.advicons_block .pic {
  display: table-cell;
  vertical-align: middle;
  margin: 0 20px 0 0;
  background: #fff;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  min-width: 80px;
  text-align: center;
}
.advicons_block .svg_icon {
  width: 40px;
  height: 40px;
  fill: #000;
}
.advicons_block .title {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  color: #555;
  text-align: left;
  padding: 0 0 0 20px;
}
@media (max-width: 767.98px) {
  .advicons_block {
    margin: 20px 0 10px;
  }
  .advicons_block .item {
    padding: 0;
    margin: 0 0 20px 0;
  }
  .advicons_block .pic {
    display: block;
    margin: 0 auto 5px;
    width: 70px;
    height: 70px;
    min-width: 70px;
    line-height: 66px;
  }
  .advicons_block .svgicon {
    font-size: 20px;
  }
  .advicons_block .svg_icon {
    width: 36px;
    height: 36px;
  }
  .advicons_block .title {
    display: block;
    padding: 0;
    text-align: center;
  }
}

/*.subs_list {
  //font-size: 0;

  .sub_item {
    margin: 0 -1px -1px 0;
    padding: 15px;
    //box-shadow: 0 0 0 1px #f2f2f2 inset;
    border: 1px solid $lightgrey2;
    transition: all ease .2s;

    &:hover {
      z-index: 1;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }
  }

  .sub_a {
    display: block;
    text-decoration: none;

    &:hover {
      .title {
        color: #0275d8;
      }
    }
  }

  .pic_wrap {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 80%;
    height: 0;
    padding-bottom: 80%;
  }

  img {
    //max-height: 100%;   //height=0!
  }

  .title {
    display: block;
    display: -webkit-box;
    margin-top: 5px;
    height: 2.4em;
    line-height: 1.2em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #1d2029;
  }
}*/
.titleAnons .pic {
  padding-top: 10px;
  text-align: center;
}
.titleAnons .descr {
  font-weight: 700;
  text-align: center;
  line-height: 30px;
}

.p_items {
  font-size: 0;
}
@media (max-width: 575.98px) {
  .p_items {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.p_items .item_block {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
.p_items .item_block .catalog_item_wrapp {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100%;
      -ms-flex: 100% 1 1;
          flex: 100% 1 1;
  margin-bottom: -1px;
  position: relative;
  white-space: normal;
}
.p_items .item_block .catalog_item_wrapp:hover {
  z-index: 60;
}
.p_items .item_block .catalog_item_wrapp .descr {
  margin: 10px 0;
  font-size: 80%;
}
.p_items .item_block .catalog_item_wrapp {
  /*.tail {
    display: none;
    margin-top: 10px;
  }*/
}
.p_items .catalog_item {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 0 0 1px #f2f2f2 inset;
          box-shadow: 0 0 0 1px #f2f2f2 inset;
  margin: 0 -1px 0 0;
  text-align: center;
  background: #fff;
  overflow: hidden;
  white-space: normal;
  padding: 20px 19px 26px 20px;
}
.p_items .catalog_item:hover {
  z-index: 1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  /*.like_icons {
    display: block;
  }*/
  /*.tail {
    display: block;
  }*/
}
.p_items .catalog_item .image_wrapper_block {
  margin: 0 auto 10px;
  position: relative;
  min-width: 70px;
  height: 180px;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  zoom: 1;
}
.p_items .catalog_item .image_wrapper_block a {
  display: block;
}
.p_items .catalog_item .image_wrapper_block img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  vertical-align: middle;
}
.p_items .catalog_item {
  /*.stickers {
    left: 0;
    top: 4px;
    position: absolute;
    z-index: 3;
    line-height: 20px;
    text-align: left;
    padding-right: 50px;
    font-size: 0;
  }*/
  /*.like_icons {
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 53;
    line-height: inherit;
    display: none;

    .is_touch & {
      display: block;
    }

    span, a {
      display: block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      background: #fff;
      transition: opacity .3s ease;
      margin: 0 0 5px;
      overflow: hidden;
      border-radius: 100%;
      cursor: pointer;
      color: $orangePrimary;
      box-shadow: $orangePrimary 0 0 2px;

      &:hover, &.active {
        background-color: $orangePrimary;
        color: #fff;
      }

      &.active {
        display: block !important;
      }

    }
  }*/
}
.p_items .catalog_item .item_info .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_items .catalog_item .item_info .item-title .itemlink {
  display: block;
  display: -webkit-box;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #212529;
}
.catalog_item:hover .itemlink {
  color: #7c7c7c !important;
}

.p_items .catalog_item .item_info .item-title .itemlink:hover {
  text-decoration: none;
}
.p_items .catalog_item .item_info {
  /*.item-stock {
    display: inline-block;
    margin: 0 6px;

    .icon_ok {
      color: #00AA00;
    }
    .icon_deny {
      color: #ff706b;
    }
    .value {
      font-size: 80%;
      color: #6b6b6b;
    }
  }*/
  /*.star-rating {
    margin-top: 5px;
    width: 80px;
    height: 16px;
    background-size: 16px;

    .star-value {
      background-size: 16px;
    }
  }*/
  /*.prices {
    margin-top: 5px;

    .price {
      display: inline-block;
      font-size: 140%;
      font-weight: 700;
    }

    .oldprice {
      display: inline-block;
      margin-left: 5px;
      text-decoration: line-through;
      font-size: 90%;
      color: #888;
    }
  }*/
}
.p_items {
  /*.fast_view_block {
    transition: all .2s ease-in-out;
    background-color: rgba(229, 229, 229, .9);
    text-decoration: none;
    border-radius: 2px;
    visibility: hidden;
    position: absolute;
    text-align: center;
    margin-left: -75px;
    margin-top: -20px;
    line-height: 36px;
    cursor: pointer;
    color: #666;
    height: 36px;
    width: 150px;
    opacity: 0;
    z-index: 99;
    left: 50%;
    top: 50%;
    font-size: 13px;
  }*/
}

.pager {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #b8b8b8;
}
.pager a, .pager span {
  display: inline-block;
  line-height: 36px;
  width: 36px;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
}
.pager .nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.pager .prev {
  padding-right: 10px;
}
.pager .num {
  margin: 0 2px;
  font-weight: 700;
}
.pager span.num {
  background: #823636;
  color: #fff;
}
.pager .next {
  padding-left: 10px;
}
@media (max-width: 575.98px) {
  .pager {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pager .prev, .pager .next {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .pager .prev a, .pager .prev span, .pager .next a, .pager .next span {
    width: 60%;
  }
  .pager .prev {
    text-align: right;
  }
  .pager .nums {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 10px;
  }
}

/* RATING COMMON */
/*.star-rating {
  width: 0;
  position: relative;
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDguOSIgaGVpZ2h0PSIxMDMuNiIgdmlld0JveD0iMCAwIDEwOC45IDEwMy42Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2UzZTZlNjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPnN0YXJfMDwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTA4LjkgMzkuNiA3MS4zIDM0LjEgNTQuNCAwIDM3LjYgMzQuMSAwIDM5LjYgMjcuMiA2Ni4xIDIwLjggMTAzLjYgNTQuNCA4NS45IDg4LjEgMTAzLjYgODEuNyA2Ni4xIDEwOC45IDM5LjYiLz48L2c+PC9nPjwvc3ZnPgo=);
  background-position: 0 0;
  background-repeat: repeat-x;

  .star-value {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(data:image/svg+xml;base64,PHN2ZwoJeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTA4LjkiIGhlaWdodD0iMTAzLjYiIHZpZXdCb3g9IjAgMCAxMDguOSAxMDMuNiI+Cgk8ZGVmcz4KCQk8c3R5bGU+LmNscy0xe2ZpbGw6I2YxYzk0Nzt9PC9zdHlsZT4KCTwvZGVmcz4KCTx0aXRsZT5zdGFyMTwvdGl0bGU+Cgk8ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj4KCQk8ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPgoJCQk8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNTQuNCAwIDcxLjMgMzQuMSAxMDguOSAzOS42IDgxLjcgNjYuMSA4OC4xIDEwMy42IDU0LjQgODUuOSAyMC44IDEwMy42IDI3LjIgNjYuMSAwIDM5LjYgMzcuNiAzNC4xIDU0LjQgMCIvPgoJCTwvZz4KCTwvZz4KPC9zdmc+Cg==);
    background-repeat: repeat-x;
  }
}*/
.productFull {
  background: #fff;
  padding-bottom: 30px;
}
.productFull .main_info {
  position: relative;
  margin: 0 0 30px;
  padding: 30px;
}
@media (max-width: 575.98px) {
  .productFull .main_info {
    margin: 0 0 10px;
  }
}
.productFull .main_info .pics ul, .productFull .main_info .pics li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.productFull .picbox {
  margin: 0 auto;
  width: 420px;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .productFull .picbox {
    width: 280px;
    height: 300px;
  }
}
.productFull .picbox img {
  max-height: 100%;
}
.productFull .picbox .bigslides {
  overflow: hidden;
  height: 420px;
}
@media (max-width: 575.98px) {
  .productFull .picbox .bigslides {
    height: 280px;
  }
}
.productFull .picbox .bigslides .img_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productFull .picbox {
  /*.navslides {
    margin-top: 10px;
    height: 80px;
    overflow: hidden;

    //классы от slick
    .draggable {
      //cursor: move;
    }
    //.slick-arrow {
    //  width: 0;
    //  height: 0;
    //  font-size: 0;
    //  padding: 0;
    //  border: none;
    //  position: absolute;
    //  z-index: 50;
    //  top: 50%;
    //  margin-top: -30px;
    //  transition: all 0.3s ease-in-out;
    //
    //  &:before {
    //    //noinspection CssNoGenericFontName
    //    font-family: "my";
    //    font-size: 30px;
    //    color: rgba(0, 0, 0, 0.8);
    //    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    //  }
    //
    //
    //}
    //.slick-prev {
    //  left: -50px;
    //  &:before {
    //    content: '\e810';
    //  }
    //  .navslides:hover & {
    //    left: 20px;
    //  }
    //}
    //.slick-next {
    //  right: -50px;
    //  &:before {
    //    content: '\e80f';
    //  }
    //  .navslides:hover & {
    //    right: 20px;
    //  }
    //}

    .th_item {
      margin: 0 3px;
      width: 80px;
      height: 80px;
      cursor: pointer;
      border: 1px solid $lightgrey2;

      img {
        margin: 0 auto;
      }
    }
  }*/
}
.productFull .info .upper {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.productFull .info .upper {
  /*.star-rating {
    margin-top: 5px;
    width: 100px; //ширина должна быть четко в px
    height: 20px; //ширина поделить на 5
    background-size: 20px;

    .star-value {
      background-size: 20px;
    }
  }*/
}
.productFull .info .upper .article {
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
.productFull .info .upper {
  /*.brand {
    img {
      max-height: 80px;
    }
  }*/
}
.productFull .info .upper .preview_text {
  margin-top: 10px;
  color: #333;
  max-height: 100px;
  line-height: 20px;
  overflow: hidden;
}
.productFull .info .upper .price {
  margin-top: 20px;
  font-size: 26px;
  line-height: 20px;
  font-weight: 700;
}
.productFull .info .middle .additProp .title {
  color: #878787;
}
.productFull .info .middle {
  /*.prices_block {
     margin-bottom: 20px;
  }

  .price {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 20px;
    font-weight: 700;
  }

  //одинаково с item-stock, TODO: объединить?
  .stock {
    display: inline-block;
    margin: 0 6px;

    .icon_ok {
      color: #00AA00;
    }
    .icon_deny {
      color: #ff706b;
    }
    .value {
      font-size: 80%;
      color: #6b6b6b;
    }
  }

  .buy_block {

  }

  .counter_block {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #f3f3f5;
    background: #f3f3f5;
    vertical-align: top;
    border-radius: 2px;
    user-select: none;
    text-align: center;
    font-size: 0;

    .minus, .plus {
      display: inline-block;
      position: relative;
      height: 38px;
      width: 34px;
      font-size: 0;
      line-height: 40px;
      cursor: pointer;
      vertical-align: top;

      &:before {
        //noinspection CssNoGenericFontName
        font-family: "my";
        display: block !important;
        position: absolute;
        left: 12px;
        top: 50%;
        margin: -18px 0 0 0;
        font-size: 16px;
        color: #bcbcbc;
      }
    }

    .minus {
      &:before {
        content: "\e815";
      }
    }

    .plus {
      &:before {
        content: "\e816";
      }
    }

    input.text {
      height: 38px;
      width: 65px;
      padding: 7px 3px 7px;
      font-size: 13px;
      background: #f7f7f9;
      border: 0;
      border-left: 1px solid #eeeef0;
      border-right: 1px solid #eeeef0;
      text-align: center;
      line-height: 13px;
      color: #666;
    }

  }

  .to_cart {
    border-radius: 2px;
  }*/
}
.productFull .tabs {
  padding: 30px;
}
@media (max-width: 575.98px) {
  .productFull .tabs {
    padding: 10px;
  }
}
.productFull .tabs .nav-tabs {
  list-style: none;
  border-bottom-color: #f2f2f2;
}
@media (max-width: 575.98px) {
  .productFull .tabs .nav-tabs {
    font-size: 90%;
  }
}
.productFull .tabs .nav-tabs li {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
}
.productFull .tabs .nav-tabs a {
  background: #f9f9fa;
  border: 1px solid #f2f2f2;
  color: #222;
  margin: 0 -1px -1px 0;
  padding: 15px 25px;
  text-decoration: none;
  border-radius: 0;
  font-weight: 700;
}
.productFull .tabs .nav-tabs a.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
  color: #212529;
  cursor: default;
  border-top: 2px solid #823636;
}
.productFull .tabs .tab-content {
  margin-top: 20px;
}

.cartcontent .checkout_container {
  margin-bottom: 20px;
  padding: 15px 25px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
}
.cartcontent .coupon_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  min-width: 235px;
  padding-right: 10px;
}
.cartcontent .coupon_descr {
  color: #333;
  font-size: 13px;
  padding-bottom: 10px;
}
.cartcontent .coupon_form {
  position: relative;
}
.cartcontent .coupon_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 100%;
  background-color: #ef5a01;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.cartcontent .subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cartcontent .subtotal_descr {
  font-weight: 700;
  font-size: 16px;
}
.cartcontent .subtotal_val {
  font-weight: 700;
  font-size: 32px;
}
.cartcontent .item {
  position: relative;
  margin-top: -1px;
  padding: 15px 25px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
}
.cartcontent .thumb {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 120px;
  height: 120px;
  text-align: center;
}
.cartcontent .thumb img {
  max-height: 100%;
}
.cartcontent .itemlink {
  color: #2f3435;
  font-weight: 700;
  font-size: 0.9em;
}
.cartcontent .itemlink:hover {
  text-decoration: none;
}
.cartcontent .price, .cartcontent .sum {
  font-weight: 700;
}
.cartcontent .price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cartcontent .price .descr {
  font-size: 0.8em;
  font-weight: 400;
  font-style: italic;
}
.cartcontent .counter_block {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #f3f3f5;
  background: #f3f3f5;
  vertical-align: top;
  border-radius: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  font-size: 0;
}
.cartcontent .counter_block .minus, .cartcontent .counter_block .plus {
  display: inline-block;
  position: relative;
  height: 36px;
  width: 30px;
  font-size: 0;
  line-height: 36px;
  cursor: pointer;
  vertical-align: top;
}
.cartcontent .counter_block .minus:before, .cartcontent .counter_block .plus:before {
  font-family: "my";
  display: block !important;
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -18px 0 0 0;
  font-size: 16px;
  color: #6b6b6b;
}
.cartcontent .counter_block .minus:before {
  content: "\e815";
}
.cartcontent .counter_block .plus:before {
  content: "\e816";
}
.cartcontent .counter_block input.text {
  height: 36px;
  width: 46px;
  padding: 7px 3px 7px;
  font-size: 13px;
  background: #f7f7f9;
  border: 0;
  border-left: 1px solid #eeeef0;
  border-right: 1px solid #eeeef0;
  text-align: center;
  line-height: 13px;
  color: #666;
}
.cartcontent .del {
  position: absolute;
  top: 6px;
  right: 6px;
}
.cartcontent .del .icon_close {
  color: #ff1c00;
}
@media (max-width: 991.98px) {
  .cartcontent .itemlink {
    font-size: 0.8em;
  }
}

.contact .contact-map-col,
.contact .contact-building-col {
  padding: 20px;
}
.contact .contact-map,
.contact .contact-building {
  background-color: #ebebea;
  padding: 15px;
  border: 1px solid #f7f7f7;
  -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2);
}
.contact .contact-map img,
.contact .contact-building img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .contact .contact-map > ymaps,
  .contact .contact-building > ymaps {
    height: 258px !important;
  }
}
.contact .contact-map {
  height: 398px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .contact .contact-map {
    height: 290px;
  }
}
.contact .contact-building {
  height: 100%;
}
.contact .contact-info {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}
.contact .contact-info i {
  margin-right: 10px;
}
.contact .contact-info a {
  color: #1a202b;
  margin-right: 20px;
}
.contact .contact-info .phone {
  font-size: 25px;
}
.contact .contact-info .email {
  font-size: 24px;
}
.contact .contact-info .sp_common__ico_phone {
  margin-bottom: -6px;
}
@media screen and (min-width: 768px) {
  .contact .contact-mail {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .contact .contact-phone {
    text-align: left;
  }
}

/*Десктоп*/
@font-face {
  font-family: "RobotoBlackItalic";
  src: url("../fonts/Roboto/Roboto-BlackItalic.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/Roboto/Roboto-Bold.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RobotoBoldItalic";
  src: url("../fonts/Roboto/Roboto-BoldItalic.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RobotoItalic";
  src: url("../fonts/Roboto/Roboto-Italic.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RobotoLight";
  src: url("../fonts/Roboto/Roboto-Light.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RobotoMedium";
  src: url("../fonts/Roboto/Roboto-Medium.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RobotoMediumItalic";
  src: url("../fonts/Roboto/Roboto-MediumItalic.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RobotoThin";
  src: url("../fonts/Roboto/Roboto-Thin.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "RobotoBlack";
  src: url("../fonts/Roboto/Roboto_Black.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "TinosBold";
  src: url("../fonts/Tinos/Tinos-Bold_0.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "TinosBoldItalic";
  src: url("../fonts/Tinos/Tinos-BoldItalic.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "TinosItalic";
  src: url("../fonts/Tinos/Tinos-Italic.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "TinosRegular";
  src: url("../fonts/Tinos/Tinos-Regular.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "MyriadProRegular";
  src: url("../fonts/MyriadPro/MyriadProRegular.ttf");
  font-style: normal;
  font-weight: normal;
}
/*html, body {
  padding: 0;
  margin: auto;
  background-color: white;
  max-width: 1980px;
}*/
/*#wrapper {
  !*Дописать что-то надо будет*!
}*/
.clearfix {
  display: block;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

/*#header {
  height: 285px;
  background-color: white;
  padding-bottom: 1px;
}*/
.header-outer {
  height: 285px;
  min-width: 1000px;
  background: url("../img/header.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}

.shadow {
  -webkit-box-shadow: -1px 7px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: -1px 7px 5px 0px rgba(0, 0, 0, 0.55);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 286px;
  pointer-events: none;
}

.header-top {
  height: 45px;
  width: 100%;
  background: url("../image/background_seamless/background_top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 1px 10px #e4d3d3;
          box-shadow: 0 1px 10px #e4d3d3;
  /*border-bottom: 1px solid #e4d3d3;*/
  z-index: 15;
}

.header-top-inner {
  height: 45px;
  width: 1000px;
  /*background: url("../image/background_seamless/background_seamless.jpg") repeat-x;*/
  margin: auto;
  position: relative;
}

.header-top-inner-cities {
  font-family: RobotoRegular;
  font-size: 16px;
  padding-top: 3px;
  color: #580000;
  width: 200px;
  float: left;
}

.header-top-inner-ask {
  position: absolute;
  right: 0;
  padding-top: 5px;
  width: 50%;
}

.header-top-inner-ask a {
  display: block;
  padding-top: 6px;
  font-family: RobotoRegular;
  font-size: 18px;
  position: absolute;
  color: #ef5a01;
  width: 180px;
  text-decoration: none;
  z-index: 500;
  right: 5px;
}

.header-top-inner-ask a:hover {
  text-decoration: underline;
}

.header-top-inner-ask img {
  float: left;
  padding-right: 15px;
}

.header-top-inner-ask span {
  display: block;
  padding-top: 1px;
}

.header-inner {
  height: 235px;
  width: 1000px;
  background-color: transparent;
  margin: auto;
  position: relative;
}

/*.logo {
  background: url(../logo/Logo_1.png) no-repeat;
  background-size: 523px 185px;
  position: absolute;
  height: 85%;
  left: 232px;
  bottom: 77px;
  width: 525px;
  cursor: pointer;
}*/
.telephone {
  font-family: RobotoRegular;
  font-size: 20px;
  width: 350px;
  color: #580000;
  padding-top: 20px;
  float: left;
}
.telephone img {
  float: left;
  padding-right: 15px;
  padding-top: 7px;
}
.telephone .phone {
  display: inline-block;
  margin-top: 10px;
}

.search {
  width: 250px;
  height: 50px;
  float: right;
  padding-top: 20px;
  position: relative;
}

.search-input {
  border-radius: 50px;
  height: 25px;
  width: 91%;
  padding-left: 15px;
  font-family: RobotoRegular;
  font-size: 14px;
  border: 1px solid #faf1f1;
  -webkit-box-shadow: inset 1px 1px #d2d1d1;
          box-shadow: inset 1px 1px #d2d1d1;
}

.search-input:focus {
  outline: 0;
}

.search-button {
  position: absolute;
  top: 20px;
  right: 2px;
  background: white;
  border-radius: 100%;
}

nav {
  display: none;
}

.menu-desk {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 65px;
  background: white;
  border-top: 2px solid #823636;
}

.menu-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: TinosRegular;
  font-size: 22px;
  list-style-type: none;
  padding-left: 0px;
  text-transform: uppercase;
  height: 48px;
  margin-top: 10px;
}

.menu-list li {
  padding-left: 116px;
  padding-top: 10px;
  background-position: 49px 4px;
  background-size: 7px;
  background-image: url(../image/image_menu/shadow_menu.png);
  background-repeat: no-repeat;
}

.menu-list li:first-child {
  background: transparent;
}

.menu-list li a {
  text-decoration: none;
  color: #580000;
}

.menu-list li a:hover {
  color: #ef5a01;
}

.image-outer {
  width: 100%;
  background-size: cover;
  height: 490px;
  background-position: center center;
  background-image: url(../img/meat1.jpg);
  position: relative;
}

#content {
  padding-bottom: 40px;
}

.image-inner-outer {
  position: relative;
  width: 624px;
  height: 199px;
  margin: auto;
  background: transparent;
  min-width: 520px;
  padding-top: 160px;
}

.image-inner-inv {
  width: 624px;
  position: absolute;
  height: 199px;
  margin: auto;
  background: white;
  opacity: 0.85;
  min-width: 520px;
}

.image-inner {
  width: 95%;
  position: absolute;
  height: 168px;
  top: 173px;
  left: 12px;
  border: 2px solid #823636;
  margin: auto;
  z-index: 15;
}

.image-title {
  text-align: center;
  color: #ef5a01;
  z-index: 14;
  width: 100%;
  position: absolute;
  height: 199px;
  margin: auto;
  min-width: 520px;
  background: url(../img/image_maine/F_2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.image-title-above {
  font-family: TinosBold;
  font-size: 30px;
  display: block;
  padding-top: 60px;
}

.image-title-below {
  font-family: TinosRegular;
  font-size: 30px;
}

.welcome-outer {
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 610px;
  background-image: url(../img/image_maine/background_1.jpg);
  position: relative;
}

.welcome-inner {
  max-width: 895px;
  height: 375px;
  margin: auto;
  position: relative;
  padding-top: 110px;
}

.welcome-title {
  position: relative;
  font-family: RobotoRegular;
  font-size: 18px;
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 22px;
  padding-bottom: 28px;
  background: white;
  color: #580000;
}

.welcome-title a {
  display: block;
  padding-left: 500px;
  color: #ef5a01;
  text-decoration: none;
}

.welcome-title a:hover {
  text-decoration: underline;
}

.welcome-image-desktop {
  float: right;
  display: block;
}

.welcome-image-phone {
  display: none;
}

.advant {
  padding: 20px;
  background: url(../img/background_seamless/background_seamless.jpg) repeat;
  color: #580000;
  font-family: RobotoRegular;
}
.advant * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.advant h2 {
  margin: 0 0 20px 0;
  font-family: TinosRegular;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #813f3f;
  text-align: center;
}
.advant .wrap {
  margin: 0 auto 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #cdbda1;
          box-shadow: 0 0 5px #cdbda1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.advant .card {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 20px 5px 20px 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
}
.advant .card .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advant .card .img img { /* IE 9 */
  -webkit-transform: scale(0.4, 0.4); /* Chrome, Safari, Opera */
  transform: scale(0.4, 0.4);
}
.advant .card .title {
  font-size: 120%;
  margin-bottom: 15px;
  min-height: 50px;
}
.advant .card .descr {
  font-size: 90%;
}

.popular {
  padding: 20px;
  background: url(../img/background_seamless/background_seamless.jpg) repeat;
  color: #580000;
  font-family: RobotoRegular;
}
.popular * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.popular ul {
  margin: 0;
  padding: 0;
}
.popular h2 {
  margin: 0 0 20px 0;
  font-family: TinosRegular;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #813f3f;
  text-align: center;
}
.popular .cloud {
  margin: 0 auto 50px;
  width: 980px;
  max-width: 100%;
  text-align: center;
}
.popular .link {
  display: inline-block;
  margin: 0 10px 8px 0;
  padding: 10px 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #cdbda1;
          box-shadow: 0 0 5px #cdbda1;
  color: #813f3f;
  white-space: nowrap;
  font-size: 120%;
  text-decoration: none;
}
.popular .link:hover {
  background: #cdbda1;
}

.news {
  position: relative;
}

.news-outer {
  position: relative;
  background: url("../img/background_seamless/background_seamless.jpg");
  width: 100%;
  background-size: 100% 100%;
  height: 320px;
}

.news-title {
  height: 50px;
  width: 100px;
  margin: auto;
  color: #813f3f;
  font-family: TinosRegular;
  text-transform: uppercase;
  font-size: 20px;
}

.news-title span {
  display: block;
  position: absolute;
  z-index: 999;
}

.news-inner-inv {
  width: 100%;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  opacity: 0.65;
  height: 350px;
  background-image: url(../img/image_maine/news_1.png);
}

.news-row {
  width: 100%;
  background-repeat: repeat;
  padding-bottom: 30px;
}

.news-inner {
  height: 120px;
  margin: auto;
  position: relative;
}

.news-wrapper {
  position: absolute;
  width: 100%;
  height: 325px;
  bottom: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px #cdbda1;
          box-shadow: 0px 0px 5px #cdbda1;
}

.news-inner-news-item-first {
  display: inline-block;
  background: white;
  vertical-align: top;
  width: 50%;
  height: 320px;
}

.news-title-short {
  height: 52px;
  overflow: hidden;
}

.news-title-short a {
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-left: 35px;
  padding-right: 25px;
  font-family: TinosRegular;
  text-align: left;
  font-size: 16px;
  color: #580000;
  text-transform: uppercase;
}

.news-title-short a:hover {
  color: #ef5a01;
}

.news-date {
  display: block;
  width: 95%;
  border-top: 1px solid #823636;
  margin-left: 25px;
  font-size: 14px;
  font-family: RobotoRegular;
  color: #666666;
  padding-top: 5px;
}

.news-wrapper .img-wrapper {
  height: 140px;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  text-align: center;
}

.news-inner-news-item-first img, .news-inner-news-item-second img {
  max-width: 455px;
  height: auto;
  width: auto;
  vertical-align: middle;
  display: inline-block;
  padding-left: 25px;
}

.news-inner-news-item-first p, .news-inner-news-item-second p {
  font-family: RobotoRegular;
  font-size: 14px;
  color: #580000;
  padding-left: 25px;
  padding-right: 25px;
  text-align: justify;
  height: 50px;
  overflow-y: hidden;
}

.news-inner-news-item-second {
  background: white;
  vertical-align: top;
  display: inline-block;
  width: 49%;
  height: 320px;
}

.news-title-long a {
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: RobotoRegular;
  font-size: 16px;
  color: #580000;
  height: 20px;
  text-transform: uppercase;
}

.news-title-long a:hover {
  color: #ef5a01;
}

.all-news {
  display: block;
  z-index: 999999;
  width: auto;
  position: absolute;
  right: 0;
  top: 80px;
}

.all-news.arh {
  top: 107px;
}

.all-news a {
  font-family: RobotoRegular;
  font-size: 16px;
  color: #ef5a01;
  text-decoration: none;
}

.all-news a:hover {
  text-decoration: underline;
}

.subscribe-form {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 978px;
  margin: 20px auto 0;
  padding: 10px;
  -webkit-box-shadow: 0 0 4px #e9dfde;
          box-shadow: 0 0 4px #e9dfde;
  text-align: center;
  background-color: #fff;
}
.subscribe-form .form-border {
  margin: auto;
  border: 2px solid #823636;
  padding: 10px;
}
.subscribe-form h3 {
  display: none;
  color: #ef5a01;
  font-size: 20px;
  text-transform: uppercase;
  font-family: RobotoRegular;
  font-weight: normal;
  margin: 30px 0;
}
.subscribe-form input {
  width: 486px;
  height: 36px;
  border-radius: 20px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 1px 1px 3px #ddd;
          box-shadow: inset 1px 1px 3px #ddd;
  background-image: url(../image/mail.png);
  background-repeat: no-repeat;
  background-position: 15px 9px;
  text-indent: 50px;
  outline: none !important;
}
.subscribe-form button {
  width: 150px;
  height: 40px;
  background-color: #580000;
  color: #fff;
  border: none;
  border-radius: 20px;
  margin-left: -40px;
  cursor: pointer;
  outline: none !important;
  font-family: RobotoRegular;
  font-size: 14px;
}

::-webkit-input-placeholder {
  color: #777;
}

:-moz-placeholder {
  color: #777;
  opacity: 1;
}

::-moz-placeholder {
  color: #777;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #777;
}

/*#footer {
  width: 100%;
  margin: auto;
  background: white;
  height: 150px;
  clear: both;
}*/
/*.footer-up-wrapper {
  margin: auto;
  width: 100%;
  background: url("../image/image_footer/footer_1.png") no-repeat;
  background-size: 100% 100%;
  height: 100px;
}*/
.footer-down-wrapper {
  margin: auto;
  width: 100%;
  background: greenyellow;
  height: 50px;
}

.footer-up {
  margin: auto;
  width: 1000px;
  height: 100px;
  text-align: center;
}

.footer-up span {
  font-family: RobotoRegular;
  font-size: 14px;
  color: #ef5a01;
  display: block;
  padding-top: 10px;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 2px solid #580000;
}

.footer-down {
  position: relative;
  margin: auto;
  width: 1000px;
  height: 50px;
}

.geo {
  position: relative;
  width: 150px;
}

.geo img {
  position: absolute;
  left: 0;
  top: 20px;
}

.geo span {
  font-family: RobotoRegular;
  font-size: 14px;
  color: #580000;
  border: none !important;
  position: absolute;
  left: 25px;
  top: 5px;
}

.tel {
  position: relative;
  width: 250px;
}

.tel img {
  position: absolute;
  left: 375px;
  top: 20px;
}

.tel span {
  font-family: RobotoRegular;
  font-size: 14px;
  color: #580000;
  border: none !important;
  position: absolute;
  left: 400px;
  top: 18px;
}

.mail {
  position: relative;
  width: 250px;
}

.mail img {
  position: absolute;
  left: 764px;
  top: 23px;
}

.mail span {
  font-family: RobotoRegular;
  font-size: 14px;
  color: #580000;
  border: none !important;
  position: absolute;
  left: 772px;
  top: 17px;
}

.mail span a {
  color: #580000;
}

.footer-down-wrapper {
  background: url("../img/background_seamless/background_seamless.jpg") repeat-x;
  -webkit-box-shadow: inset 0 3px 5px -2px #dac6c4;
          box-shadow: inset 0 3px 5px -2px #dac6c4;
}

.footer-down-title {
  width: 250px;
  position: absolute;
  left: 0;
  top: 20px;
}

.footer-down-title span {
  font-family: RobotoRegular;
  font-size: 16px;
  color: #580000;
}

.footer-down-pobeda {
  width: auto;
  position: absolute;
  right: 0;
  top: 20px;
}

.footer-down-pobeda span {
  font-family: RobotoRegular;
  font-size: 14px;
  color: #ef5a01;
}

.footer-down-pobeda a {
  text-decoration: none;
  color: #580000;
}

/*--------------------------------Модальное окно*/
/* Стили для неактивного модального окна */
#modal_form {
  width: 300px;
  height: 300px; /* Рaзмеры дoлжны быть фиксирoвaны */
  border-radius: 5px;
  border: 3px #000 solid;
  background: #fff;
  position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
  top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
  left: 50%; /* пoлoвинa экрaнa слевa */
  margin-top: -150px;
  margin-left: -150px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
  display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
  opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
  z-index: 10000000000; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
  padding: 20px 25px;
  right: 10px;
  background-size: cover;
  text-align: left;
}

/* Пoдлoжкa */
#overlay {
  z-index: 99999999; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
  position: fixed; /* всегдa перекрывaет весь сaйт */
  background-color: #000; /* чернaя */
  opacity: 0.8; /* нo немнoгo прoзрaчнa */
  -moz-opacity: 0.8; /* фикс прозрачности для старых браузеров */
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%; /* рaзмерoм вo весь экрaн */
  top: 0; /* сверху и слевa 0, oбязaтельные свoйствa! */
  left: 0;
  cursor: pointer;
  display: none; /* в oбычнoм сoстoянии её нет) */
}

.modal_form h2 {
  font-family: RobotoRegular;
  font-size: 20px;
  color: #580000;
  text-align: center;
}

.modal_form label {
  text-align: left;
  font-family: RobotoRegular;
  font-size: 16px;
  color: #333333;
}

.modal_form input {
  width: 100%;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.modal_form select {
  width: 100%;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.modal_form textarea {
  width: 100%;
  border-radius: 7px;
  height: 60px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.modal_form button {
  margin-left: 60px;
  font-family: RobotRegulat;
  font-size: 16px;
  width: 180px;
  height: 32px;
  background: #580000;
  color: white;
  margin-top: 15px;
}

.modal_form button:hover {
  background: #ef5a01;
  cursor: pointer;
}

/*--------------------------------Модальное окно*/
/*--------------------------------Внутренние страницы*/
.content-top {
  margin: auto;
  width: 1000px;
  height: 50px;
  position: relative;
  padding-top: 15px;
}

.breadcrumbs {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  text-align: left;
  font-family: RobotoRegular;
  font-size: 14px;
}

.breadcrumbs span {
  margin-top: 10px;
  display: block;
}

.breadcrumbs a {
  color: black;
  text-decoration: none;
  font-family: RobotoRegular;
  font-size: 14px;
}

.breadcrumbs a:hover {
  color: orange;
  text-decoration: none;
  font-family: RobotoRegular;
  font-size: 14px;
}

.switcher {
  width: 500px;
  height: 100%;
  position: absolute;
  right: 0;
}

/*--------------------------------Внутренние страницы*/
/*--------------------------------О компании*/
.container-text-block {
  width: 1000px;
  margin: auto;
  background: white;
  height: 630px;
}

.container-text-title {
  margin: auto;
  text-align: center;
  width: 100%;
  padding: 25px 0 0 0;
  font-family: RobotoRegular;
  color: #580000;
  font-size: 18px;
}

.text-block-about-ru {
  height: 100%;
}

.text-block-about-ru p {
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
  line-height: 26px;
  font-family: RobotoRegular;
  font-size: 16px;
  color: #580000;
}

.image-above-about-ru {
  float: left;
  padding-right: 8px;
  padding-bottom: 5px;
}

.image-below-about-ru {
  float: right;
  padding-top: 15px;
  padding-left: 20px;
}

.text-block-about-ch {
  display: none;
  height: 100%;
}

.text-block-about-ch p {
  padding-right: 43px;
  text-align: left;
  font-family: MyriadProRegular;
  font-size: 16px;
  padding-left: 300px;
  color: #580000;
}

.image-above-about-ch {
  float: left;
  padding-left: 25px;
}

.onoffswitch {
  position: absolute;
  width: 66px;
  right: 0;
  /* margin-top: 10px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  /* margin-left: 0; */
  -webkit-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 26%;
  height: 27px;
  /* padding: 0; */
  color: #580000;
  line-height: 27px;
  font-size: 12px;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "RU";
  padding-left: 5px;
  background-color: white;
}
.onoffswitch-inner:after {
  content: "中文";
  padding-right: 5px;
  background-color: white;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 26px;
  height: 84%;
  margin-right: 5px;
  background: #ee5a01 !important;
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6px;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  line-height: 27px;
  font-size: 12px;
  font-family: Trebuchet, Arial, sans-serif;
  text-align: center;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 30px;
  background-color: orange;
}

/*--------------------------------О компании*/
/*--------------------------------Контакты*/
.block-contacts {
  width: 100%;
  height: 200px;
  margin-top: 25px;
  margin-bottom: 50px;
}

.text-block-contacts {
  height: 610px;
  background: url(../image/background_2.8.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.contacts-inner_text {
  width: 50%;
  height: 100%;
  margin-left: 40px;
  font-family: RobotoRegular;
}

.colored {
  color: #DF573B !important;
}

.contacts-inner_text-company {
  color: #580000;
  font-size: 16px;
}

.contacts-address {
  margin-top: 15px;
}

.contacts-tel {
  margin-top: 15px;
}

.contacts-mail {
  margin-top: 30px;
}

.contacts-mail span > a {
  color: black;
}

.contacts-map {
  width: 1000px;
  height: 250px;
}

.contacts-map-inner {
  width: 920px;
  height: 100%;
  margin-left: 40px;
}

/*--------------------------------Контакты*/
/*--------------------------------Новости*/
.news-block {
  width: 1000px;
  height: 100%;
  margin: auto;
}

.news-block-title {
  font-family: RobotoRegular;
  font-size: 20px;
  text-align: center;
  color: #580000;
  margin-bottom: 40px;
}

.news-block-content {
  height: 100%;
  color: #580000;
}

.archive {
  background-color: #fff;
  border: 1px solid #C6AEAC;
  text-align: center;
  padding-bottom: 20px;
}

.archive h4 {
  font-family: RobotoRegular;
  display: inline-block;
  color: #580000;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 2px solid #4E0000;
}

.archive a {
  text-decoration: none;
  color: #c6aeac;
  font-family: RobotoRegular;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #c6aeac;
}

.archive a:last-child {
  border-right: none;
}

.archive a:hover {
  color: #f25a01;
}

.news-block-item {
  width: 488px;
  height: 330px;
  background: white;
  float: left;
  margin-bottom: 40px;
  border: 1px solid #C6AEAC;
}

.news-block-item:nth-child(odd) {
  margin-left: 0px;
}

.news-block-item:nth-child(even) {
  margin-left: 20px;
}

.news-block-item-title {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  text-align: center;
  height: 40px;
  text-transform: uppercase;
}

.one_news {
  margin-bottom: 40px;
}

.one_news .news-block-item-title {
  text-align: left;
  height: auto;
}

.one_news .news-block-item-date {
  margin-top: 5px;
}

.news-block-item-title a {
  font-family: RobotoRegular;
  color: #580000;
  font-size: 16px;
  text-decoration: none;
}

.news-block-item-title a:hover {
  color: #ef5a01;
}

.news-block-item-image {
  max-width: 60%;
  height: 150px;
  display: block;
  margin: auto;
}

.news-block-item-text {
  padding-left: 20px;
  padding-right: 25px;
  padding-top: 10px;
  text-align: justify;
  text-indent: 5px;
  font-family: RobotoRegular;
  color: #580000;
  font-size: 14px;
  overflow: hidden;
  height: 50px;
}

.news-block-item-text:before {
  content: "";
  float: left;
  width: 5px;
  height: 200px;
}

.news-block-item-text:after {
  content: "...";
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  float: right;
  position: relative;
  top: -25px;
  left: 100%;
  width: 3em;
  margin-left: -3em;
  padding-right: 5px;
  text-align: right;
  background-size: 100% 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}

.news-block-item-date {
  margin-left: 25px;
  margin-top: 20px;
  padding-top: 5px;
  border-top: 2px solid #4E0000;
  width: 200px;
  font-family: RobotoRegular;
  color: #606060;
  font-size: 14px;
}

.pagination {
  width: 250px;
  float: right;
  clear: both;
}

.pagination-list {
  text-align: right;
  margin-top: 0px;
  font-family: RobotoRegular;
  font-size: 16px;
  position: relative;
  bottom: 15px;
}

.pagination-item {
  display: inline-block;
  padding-right: 10px;
}

.pagination-item a {
  color: #580000;
  text-decoration: none;
}

.pagination-item a:hover {
  color: orange;
}

.pagination-item-active {
  border-radius: 50px;
  background: white;
  padding: 2px 8px 2px 8px;
  color: orange !important;
  box-shadow: inset 2px 3px 14px -7px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset 2px 3px 14px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 2px 3px 14px -7px rgba(0, 0, 0, 0.75);
}

/*--------------------------------Новости*/
/*--------------------------------Новость*/
.one-news-block {
  width: 1000px;
  height: auto;
  min-height: 480px;
  padding-bottom: 40px;
  background: white;
  margin: auto;
  margin-bottom: 40px;
}

.one-news-block-title {
  font-family: RobotoRegular;
  font-size: 20px;
  text-align: center;
  color: #580000;
  margin-bottom: 40px;
  padding-top: 25px;
}

.one-news-text-block {
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
  color: #580000;
}

.one-news-image-above {
  margin-right: 25px;
  float: left;
  width: 350px;
  height: 150px;
  padding-bottom: 15px;
}

.one-news-image-below {
  width: 423px;
  height: 300px;
  /* margin-left: 500px; */
  /* height: 200px; */
  /* width: 150px; */
  background-color: white;
  /* border: 50px double steelblue; */
  float: right;
  clear: right;
  margin: 11px;
}

.one-news-title {
  font-family: RobotoRegular;
  font-size: 16px;
  color: #580000;
  display: block;
  text-transform: uppercase;
  padding-bottom: 15px;
  padding-left: 10px;
}

.one-news-date {
  margin-left: 15px;
  border-top: 2px solid #823636;
  width: 250px;
  font-family: RobotoRegular;
  font-size: 14px;
  color: #666666;
  padding-top: 10px;
}

.one-news-text {
  font-family: RobotoRegular;
  font-size: 14px;
  color: #580000;
  text-align: justify;
  margin-bottom: 10px;
}

.one-news-text img {
  max-width: 100%;
}

.one-news-image-mobile {
  display: none;
}

/*--------------------------------Новость*/
/*--------------------------------Каталог*/
.catalog-block {
  width: 1000px;
  margin: auto;
  height: 100%;
  margin-bottom: 40px;
  position: relative;
}

.aside {
  height: 505px;
  width: 230px;
  position: relative;
  background-image: url("../image/catalog/k_3.png"), url("../image/catalog/k_2.png"), -webkit-gradient(linear, left top, right top, color-stop(-1%, rgb(255, 255, 255)), color-stop(0%, rgb(255, 255, 255)), color-stop(1%, rgb(255, 255, 255)));
  background-image: url("../image/catalog/k_3.png"), url("../image/catalog/k_2.png"), linear-gradient(to right, rgb(255, 255, 255) -1%, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 1%);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  border: 1px solid #ceb5b4;
  float: left;
}

.aside-block {
  width: 210px;
  height: auto;
  margin: auto;
  padding-bottom: 0px;
  border: 2px solid #823636;
  position: absolute;
  left: 9px;
  top: 10px;
  bottom: 10px;
}

.aside-block-title {
  text-align: center;
  color: #ef5a01;
  font-family: RobotoRegular;
  font-size: 18px;
  padding-top: 15px;
}

.aside-menu {
  list-style-type: none;
  text-transform: uppercase;
  font-family: RobotoRegular;
  font-size: 14px;
  padding-left: 10px;
}

.aside-menu-item a {
  text-decoration: none;
  color: #580000;
  background: url(../image/catalog/shadow_catalog.png);
  background-repeat: no-repeat;
  display: block;
  height: auto;
  padding-bottom: 19px;
  background-position: -15px 90%;
  background-size: 154px;
}

.aside-menu-item-first {
  border-bottom: 2px solid #580000;
  width: 130px;
  display: block;
  background: transparent !important;
  padding-bottom: 5px !important;
  margin-bottom: 10px;
}

.aside-menu-item-last {
  background: transparent !important;
  padding-bottom: 0px !important;
}

.aside-image {
  width: 228px;
  height: 175px;
  position: absolute;
  left: -9px;
}

.catalog-content {
  width: 708px;
  height: 877px;
  background: white;
  float: right;
  padding: 10px 20px;
  text-align: justify;
  border: 1px solid #ceb5b4;
}

.catalog-content p {
  color: #580000;
  font-family: RobotoRegular;
  font-size: 16px;
}

.catalog-content-list, .catalog-content ul {
  font-family: RobotoRegular;
  font-size: 16px;
  color: #580000;
}

.companies {
  width: 100%;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.companies .company-image {
  margin: 10px 30px;
}

/*.info {
  padding-top: 30px;
  font-family: RobotoItalic;
  font-size: 14px;
  color: #666666;
  text-align: justify;
}*/
.info1 {
  padding-top: 30px;
  font-family: RobotoRegular;
  font-size: 14px;
  color: #580000;
}

.top {
  background: url(../image/catalog/arrow.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 38px;
  float: right;
  height: 38px;
  /*     position: absolute;
  top: 95%;
  right: 0; */
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 20px;
}

.catalog-table-content {
  width: 768px;
  padding-left: 232px;
}

.catalog-table-title {
  text-align: center;
  color: #580000;
  font-size: 18px;
  font-family: RobotoRegular;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.catalog-table-title h1 {
  font-size: inherit;
  font-weight: normal;
}

.catalog-table {
  width: 728px;
  margin-left: 40px;
}

.catalog-table table {
  border-collapse: collapse;
  width: 728px;
  border: none;
  border-spacing: 0px;
  border: 2px solid #823636;
  background: white;
}

.catalog-table table thead {
  border-bottom: 2px solid #823636;
}

.catalog-table table thead tr th {
  border: 1px solid #823636;
  text-align: center;
  font-family: RobotoRegular;
  font-size: 16px;
  color: #57191C;
  font-weight: normal;
  padding: 10px;
}

.catalog-table table tbody tr td {
  border: 1px solid #cccccc;
  text-align: left;
  padding: 10px;
  vertical-align: top;
}

.catalog-table table td {
  padding: 0px;
  font-family: RobotoRegular;
  font-size: 14px;
  color: #580000;
}

.dekokvik {
  width: 1000px;
  padding-left: 260px;
}

.dekokvik-image {
  width: 400px;
  height: 485px;
  float: left;
}

.dekokvik-text-block {
  margin-left: 430px;
  width: 320px;
  height: 485px;
  position: relative;
}

.dekokvik-top-text {
  font-family: MyriadProRegular;
  font-size: 16px;
  width: 260px;
}

.dekokvik-middle-text {
  font-family: MyriadProRegular;
  font-size: 16px;
  margin-top: 70px;
  width: 260px;
}

.dekokvik-button {
  width: 150px;
  position: absolute;
  height: auto;
  bottom: 0;
  left: 50px;
  background: #580000;
  text-align: center;
  color: white;
  padding: 5px;
  border-radius: 15px;
  font-family: MyriadProRegular;
  font-size: 14px;
  text-decoration: none;
}

.dekokvik-button:hover {
  background: #ef5a01;
}

.dekokvik-bottom-title {
  font-family: RobotoRegular;
  color: #333333;
  font-size: 16px;
  display: block;
  margin-top: 40px;
  font-weight: bold;
}

.dekokvik-bottom-list {
  padding-left: 20px;
  font-family: RobotoRegular;
  font-size: 16px;
}

.dekokvik-bottom-list-item {
  font-family: RobotoRegular;
  font-size: 16px;
  padding-bottom: 5px;
}

/*--------------------------------Каталог*/
/*--------------------------------Поиск*/
.sisea-results {
  padding-left: 5%;
  padding-right: 5%;
  color: #580000;
  font-family: RobotoRegular;
  font-size: 20px;
}

.sisea-paging {
  padding-left: 5%;
  color: #580000;
  font-family: RobotoRegular;
  font-size: 18px;
}

.sisea-result-pages {
  color: #580000;
  font-family: RobotoRegular;
  font-size: 18px;
  padding-right: 15px;
}

.sisea-results-list {
  padding-left: 10%;
  padding-right: 10%;
  color: #580000;
  font-family: RobotoRegular;
  font-size: 16px;
}

.sisea-result h3 a {
  color: #580000;
}

.sisea-result h3 a:hover {
  color: #ef5a01;
}

.sisea-error {
  padding-left: 10%;
  color: #580000;
  font-family: RobotoRegular;
  font-size: 16px;
  width: 90%;
  display: block;
}

.search-block {
  height: 610px;
  background: url(../image/background_2.8_new3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*--------------------------------Поиск*/
/*--------------------------------404*/
.block-empty {
  font-family: RobotoRegular;
  font-size: 16px;
  padding-left: 40px;
  padding-top: 25px;
}

.block-empty span a {
  text-decoration: none;
}

/*--------------------------------404*/
/*Десктоп*/
/*Мобильный*/
@media screen and (max-width: 768px) and (min-width: 320px) {
  #wrapper {
    /*Дописать что-то надо будет*/
  }
  /*#header {
    height: 285px;
    background-color: white;
    padding-bottom: 1px;
    border-bottom: 1px solid gray;
  }*/
  body {
    background: url("../img/background_seamless/background_seamless.jpg") repeat;
  }
  .header-outer {
    height: 285px;
    width: 100%;
    min-width: 100%;
    background: none;
    background-size: 100% 285px;
  }
  .header-top {
    height: 40px;
    width: 100%;
    background: url("../image/background_seamless/background_top.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 1px 10px #e4d3d3;
            box-shadow: 0 1px 10px #e4d3d3;
    z-index: 15;
  }
  .header-top-inner {
    height: 40px;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .header-top-inner-cities {
    font-family: RobotoMedium;
    font-size: 70%;
    padding-top: 4px;
    padding-left: 10px;
    color: #580000;
    width: 50%;
    float: left;
  }
  .header-top-inner-ask {
    position: absolute;
    padding-top: 3px;
    right: 0;
    width: 53%;
    height: 50px;
  }
  .header-top-inner-ask a {
    display: block;
    font-family: RobotoMedium;
    font-size: 15px;
    color: #ef5a01;
    text-decoration: none;
    z-index: 500;
  }
  .header-top-inner-ask a:hover {
    text-decoration: underline;
  }
  .header-top-inner-ask img {
    float: left;
    padding-right: 10px;
    margin-left: 20px;
  }
  .header-top-inner-ask span {
    display: block;
    padding-top: 2px;
  }
  .header-inner {
    height: 235px;
    width: 100%;
    background-color: white;
    margin: auto;
    position: relative;
  }
  /*  .logo {
      !* background: url(../logo/Logo_1.png) no-repeat;
              background-size: 96%;
              position: absolute;
              background-position-x: 10px;
              height: 65%;
              left: 0;
              bottom: 90px;
              width: 100%;
              z-index: 99999;
              cursor: pointer; *!
      background: url(../logo/Logo_1.png) no-repeat;
      background-size: contain;
      position: absolute;
      height: 65%;
      left: 5%;
      bottom: 90px;
      width: 90%;
      z-index: 99999;
      cursor: pointer;
    }*/
  .telephone {
    font-family: RobotoRegular;
    font-size: 20px;
    width: 79%;
    color: #580000;
    padding-top: 132px;
    padding-left: 20%;
  }
  .telephone a {
    color: #580000 !important;
    text-decoration: none !important;
  }
  .telephone .phone.stat {
    display: none;
  }
  .search {
    width: 235px;
    height: 50px;
    padding-top: 17px;
    position: relative;
    z-index: 500;
    margin-right: 1%;
  }
  .search-input {
    border-radius: 50px;
    height: 25px;
    width: 216px;
    padding-left: 13px;
    font-family: RobotoRegular;
    font-size: 14px;
  }
  .search-button {
    position: absolute;
    top: 17px;
    right: 1%;
  }
  nav {
    display: inline-block;
  }
  button.menu::before {
    content: "≡";
    font-size: 2em;
  }
  button.menu[aria-expanded=true]::before {
    content: "×";
  }
  nav ul {
    list-style: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    position: absolute;
    top: 245px;
    z-index: 99999999;
    display: none;
    background: url(../img/background_seamless/background_seamless.jpg) repeat;
  }
  nav ul li {
    text-align: left;
  }
  nav ul li:first-child {
    -webkit-box-shadow: inset 0px 7px 6px -2px rgba(0, 0, 0, 0.55);
            box-shadow: inset 0px 7px 6px -2px rgba(0, 0, 0, 0.55);
  }
  nav ul li a {
    padding: 0.8em 1.5em;
    color: #430001;
    text-decoration: none;
    display: block;
    background: url(../image/catalog/shadow_catalog.png);
    background-repeat: no-repeat;
    text-transform: uppercase;
  }
  [aria-hidden=false] {
    display: block;
    -webkit-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.55);
            box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.55);
  }
  .menu-desk {
    display: none;
  }
  /*.menu {
    width: 50px;
    position: relative;
    left: 2%;
    bottom: -9px;
    height: 43px;
    background: transparent;
    display: inline-block;
    color: #d15b16;
    border: transparent;
    font-size: 20px;
  }

  .menu:focus {
    outline: none;
    border: none;
  }

  .menu-list {
    display: inline-flex;
    font-family: RobotoRegular;
    font-size: 22px;
    list-style-type: none;
  }*/
  .menu-list li {
    padding-left: 115px;
    padding-top: 5px;
    background: url("../image/image_menu/shadow_menu.png") no-repeat 50px;
  }
  .menu-list li:first-child {
    background: transparent;
  }
  .menu-list li a {
    text-decoration: none;
    color: #580000;
  }
  .menu-list li a:hover {
    color: #ef5a01;
  }
  .image-outer {
    width: 100%;
    height: 210px;
    position: relative;
    background-size: cover;
    background-position: center center;
    min-width: 0px;
    z-index: 5;
  }
  #content {
    background: url("../img/background_seamless/background_seamless.jpg") repeat;
  }
  .image-inner-outer {
    position: relative;
    width: 95%;
    height: 150px;
    margin: auto;
    background: transparent;
    min-width: 0px;
    padding-top: 25px;
  }
  .image-inner-inv {
    width: 100%;
    position: absolute;
    height: 150px;
    margin: auto;
    background: white;
    opacity: 0.85;
    min-width: 0px;
  }
  .image-inner {
    width: 90%;
    position: absolute;
    height: 130px;
    top: 32px;
    left: 5%;
    border: 2px solid #823636;
    margin: auto;
    z-index: 1111111;
    min-width: 0px;
  }
  .image-title {
    text-align: center;
    color: #ef5a01;
    z-index: 14;
    width: 100%;
    position: absolute;
    height: 150px;
    margin: auto;
    background: url(../img/image_maine/F_2.png);
    min-width: 0px;
  }
  .image-title-above {
    font-family: TinosBold;
    font-size: 16px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    padding-top: 50px;
  }
  .image-title-below {
    font-family: TinosRegular;
    font-size: 16px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .welcome-outer {
    width: 100%;
    height: auto;
    background: url(../img/image_maine/background_1.jpg) -140px 10% no-repeat;
    background-size: 162%;
    position: relative;
    min-width: 0;
  }
  .welcome-inner {
    width: 90%;
    height: 100%;
    margin: auto;
    position: relative;
    padding-top: 30px;
  }
  .welcome-title {
    position: relative;
    font-family: RobotoRegular;
    font-size: 14px;
    text-align: justify;
    padding: 10px 20px;
    background: white;
    color: #580000;
  }
  .welcome-title a {
    display: block;
    padding-left: 65%;
    color: #ef5a01;
    text-decoration: none;
  }
  .welcome-title a:hover {
    text-decoration: underline;
  }
  .welcome-image-desktop {
    float: right;
    display: none;
  }
  .welcome-image-phone {
    display: block;
    margin: 20px auto;
  }
  .advant .wrap {
    margin-bottom: 0;
  }
  .advant .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-shadow: 0 0 1px rgba(234, 228, 221, 0.6705882353);
            box-shadow: 0 0 1px rgba(234, 228, 221, 0.6705882353);
  }
  .advant .card .title {
    min-height: auto;
  }
  .popular .cloud {
    margin-bottom: 0;
  }
  .news {
    position: relative;
    min-height: 1050px;
    margin-top: 128px;
  }
  .news-outer {
    position: relative;
    background: url(../img/background_seamless/background_seamless.jpg);
    width: 100%;
    background-size: 100% 100%;
    min-width: 0;
    height: 320px;
  }
  .news-title {
    height: 50px;
    width: 120px;
    margin: auto;
    color: #813f3f;
    font-family: RobotoRegular;
    font-size: 25px;
    position: relative;
    bottom: 100px;
  }
  .news-title span {
    display: block;
    position: absolute;
    z-index: 999;
  }
  .news-inner-inv {
    width: 100%;
    background-size: 100% 100%;
    min-width: 0;
    position: absolute;
    bottom: -400px;
    opacity: 0.65;
    height: 823px;
    background-image: url(../img/image_maine/news_1.png);
  }
  .news-row {
    background: url(../img/background_seamless/background_seamless.jpg);
    width: 100%;
    background-size: 100% 100%;
    min-width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
  }
  .news-inner {
    width: 100%;
    margin: auto;
    height: auto;
  }
  .news-wrapper {
    position: relative;
    background-color: transparent;
    width: 320px;
    height: auto;
    padding-top: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
  }
  .news-wrapper .img-wrapper {
    height: 140px;
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    text-align: center;
  }
  .news-inner-news-item-first {
    background: white;
    width: 100%;
    height: 320px;
    margin: auto;
    bottom: 60px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  }
  .news-title-short a {
    text-decoration: none;
    display: block;
    padding-top: 10px;
    padding-left: 5%;
    font-family: RobotoRegular;
    font-size: 12px;
    color: #580000;
    overflow-y: hidden;
    height: 30px;
    width: 90%;
  }
  .news-title-short a:hover {
    color: #ef5a01;
  }
  .news-date {
    display: block;
    width: 90%;
    border-top: 1px solid #823636;
    margin-left: 5%;
    font-size: 14px;
    font-family: RobotoRegular;
    color: #666666;
    padding-top: 2px;
  }
  .news-inner-news-item-first img, .news-inner-news-item-second img {
    max-width: 310px;
    width: auto;
    height: auto;
    padding-left: 0;
    padding-top: 10px;
    display: block;
    margin: auto 5px;
  }
  .news-inner-news-item-first p {
    font-family: RobotoRegular;
    font-size: 13px;
    color: #580000;
    padding-left: 5%;
    padding-right: 5%;
    text-indent: 10px;
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 70px;
    width: 90%;
  }
  .news-inner-news-item-second {
    background: white;
    width: 100%;
    left: 0;
    margin: auto;
    height: 350px;
    margin-top: 5%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  }
  .news-title-long a {
    text-decoration: none;
    display: block;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    font-family: RobotoRegular;
    font-size: 16px;
    color: #580000;
    height: 20px;
  }
  .news-title-long a:hover {
    color: #ef5a01;
  }
  .news-inner-news-item-second p {
    font-family: RobotoRegular;
    font-size: 13px;
    color: #580000;
    padding-left: 5%;
    padding-right: 5%;
    text-indent: 10px;
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 70px;
    width: 90%;
  }
  .all-news {
    display: block;
    z-index: 999999;
    width: auto;
    position: relative;
    top: -15%;
    float: right;
    right: 28%;
  }
  .all-news.arh {
    top: 0;
    margin-right: 20px;
  }
  .all-news a {
    font-family: RobotoRegular;
    font-size: 16px;
    color: #ef5a01;
    text-decoration: none;
  }
  .all-news a:hover {
    text-decoration: underline;
  }
  .subscribe-form {
    width: 310px;
    margin-top: 60px;
  }
  .subscribe-form h3 {
    font-size: 18px;
    margin: 20px 0;
  }
  .subscribe-form input {
    width: 250px;
    height: 36px;
  }
  .subscribe-form button {
    margin-top: 20px;
    margin-left: 0;
  }
  #footer {
    width: 100%;
    margin: auto;
    background: white;
    height: 200px;
    clear: both;
  }
  .footer-up-wrapper {
    margin: auto;
    width: 100%;
    background: white;
    background-size: 100% 100%;
    height: 150px;
  }
  .footer-down-wrapper {
    margin: auto;
    width: 100%;
    background: greenyellow;
    height: 50px;
  }
  .footer-up {
    margin: auto;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
  }
  .footer-up span {
    font-family: RobotoRegular;
    font-size: 14px;
    color: #ef5a01;
    display: block;
    padding-top: 10px;
    width: 90%;
    margin-left: 5%;
    padding-bottom: 8px;
    border-bottom: 2px solid #580000;
  }
  .footer-down {
    margin: auto;
    width: 100%;
    background: black;
    height: 50px;
  }
  .geo {
    position: relative;
    width: 100%;
    height: 35px;
    margin: auto;
  }
  .geo img {
    position: absolute;
    left: 10%;
    top: 13px;
    width: 5%;
  }
  .geo span {
    font-family: RobotoRegular;
    font-size: 12px;
    color: #4c0000;
    border: none !important;
    position: absolute;
    margin-left: 0px;
    top: 5px;
  }
  .tel {
    position: relative;
    width: 100%;
    margin: auto;
    height: 35px;
  }
  .tel img {
    position: absolute;
    left: 15%;
    top: 7px;
    width: 6%;
  }
  .tel span {
    font-family: RobotoRegular;
    font-size: 12px;
    color: #4c0000;
    border: none !important;
    position: absolute;
    left: 15px;
    top: 0;
  }
  .mail {
    position: relative;
    width: 100%;
    height: 35px;
    margin: auto;
  }
  .mail img {
    position: absolute;
    left: 21%;
    top: 8px;
    width: 6%;
  }
  .mail span {
    font-family: RobotoRegular;
    font-size: 12px;
    color: #4c0000;
    border: none !important;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 5%;
  }
  .mail span a {
    color: #4c0000;
  }
  .footer-down-wrapper {
    background: url("../img/background_seamless/background_seamless.jpg") repeat-x;
  }
  .footer-down {
    background: url("../img/background_seamless/background_seamless.jpg") repeat-x;
    position: relative;
  }
  .footer-down-title {
    width: 50%;
    position: absolute;
    left: 0;
    top: 20px;
  }
  .footer-down-title span {
    font-family: RobotoRegular;
    font-size: 14px;
    color: #580000;
    padding-left: 10%;
  }
  .footer-down-pobeda {
    width: 50%;
    position: absolute;
    right: 0;
    top: 20px;
  }
  .footer-down-pobeda span {
    font-family: RobotoRegular;
    font-size: 12px;
    color: #ef5a01;
    float: right;
    padding-right: 5%;
  }
  .footer-down-pobeda a {
    text-decoration: none;
    color: #580000;
  }
  #footer {
    clear: both;
  }
  /*--------------------------------Модальное окно*/
  /* Стили для неактивного модального окна */
  #modal_form {
    width: 80%;
    height: 300px; /* Рaзмеры дoлжны быть фиксирoвaны */
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
    top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
    left: 50%; /* пoлoвинa экрaнa слевa */
    margin-top: -150px;
    margin-left: -150px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
    display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
    opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
    z-index: 10000000000; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
    padding: 20px 25px;
    right: 10px;
    background-size: cover;
    text-align: left;
  }
  /* Пoдлoжкa */
  #overlay {
    z-index: 99999999; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position: fixed; /* всегдa перекрывaет весь сaйт */
    background-color: #000; /* чернaя */
    opacity: 0.8; /* нo немнoгo прoзрaчнa */
    -moz-opacity: 0.8; /* фикс прозрачности для старых браузеров */
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%; /* рaзмерoм вo весь экрaн */
    top: 0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left: 0;
    cursor: pointer;
    display: none; /* в oбычнoм сoстoянии её нет) */
  }
  .modal_form h2 {
    font-family: RobotoRegular;
    font-size: 20px;
    color: #580000;
    text-align: center;
  }
  .modal_form label {
    text-align: left;
    font-family: RobotoRegular;
    font-size: 16px;
    color: #333333;
  }
  .modal_form input {
    width: 100%;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  }
  .modal_form select {
    width: 100%;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  }
  .modal_form textarea {
    width: 100%;
    border-radius: 7px;
    height: 60px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  }
  .modal_form button {
    margin-left: 15%;
    font-family: RobotRegulat;
    font-size: 16px;
    width: 180px;
    height: 32px;
    background: #580000;
    color: white;
    margin-top: 15px;
  }
  .modal_form button:hover {
    background: #ef5a01;
    cursor: pointer;
  }
  /*О компании*/
  .content-top {
    margin: auto;
    width: 100%;
    height: 50px;
    position: relative;
    padding-top: 15px;
  }
  .breadcrumbs {
    width: 90%;
    height: 50px;
    position: absolute;
    left: 0;
    text-align: left;
    font-family: RobotoRegular;
    font-size: 14px;
    padding-left: 5%;
  }
  .switcher {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 5%;
  }
  .container-text-block {
    width: 90%;
    margin: auto;
    background: white;
    height: 95%;
  }
  .image-above-about-ch {
    float: none;
    display: block;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
  }
  .text-block-about-ru p {
    padding-left: 5%;
    padding-right: 5%;
    text-align: justify;
    line-height: 26px;
    font-family: RobotoRegular;
    font-size: 16px;
    color: #580000;
  }
  .image-above-about-ru {
    float: none;
    padding-right: 5%;
    padding-left: 5%;
    display: block;
    padding-bottom: 5px;
    margin: auto;
  }
  .image-below-about-ru {
    float: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    display: block;
    margin: auto;
  }
  .text-block-about-ch p {
    padding-right: 5%;
    padding-left: 5%;
    text-align: justify;
    font-family: MyriadProRegular;
    font-size: 16px;
    color: #580000;
  }
  .text-block-about-ch {
    padding-bottom: 40px;
  }
  /*О компании*/
  /*Новости*/
  .news-block {
    width: 100%;
    height: 100%;
    margin: auto;
  }
  .news-block-item {
    width: 90%;
    height: 100%;
    background: white;
    /*float: none;*/
    margin-bottom: 40px;
    border: 1px solid #C6AEAC;
  }
  .news-block-item:nth-child(odd) {
    margin-left: 5%;
  }
  .news-block-item-image {
    margin-left: 5%;
    width: 90%;
    height: 150px;
  }
  .news-block-content {
    height: auto;
  }
  .news-block-item-title {
    /* padding-left: 25px; */
    /* padding-right: 25px; */
    /* padding-top: 20px; */
    padding: 20px 5%;
    text-align: left;
    height: 40px;
    text-transform: uppercase;
    height: 100%;
  }
  .one_news .news-block-item-title {
    padding: 0 5%;
  }
  .news-block-item-date {
    margin-left: 5%;
    margin-top: 14px;
    padding-bottom: 10px;
    padding-top: 5px;
    border-top: 2px solid #4E0000;
    width: 200px;
    font-family: RobotoRegular;
    color: #606060;
    font-size: 14px;
  }
  .pagination {
    width: 100%;
  }
  .pagination-list {
    /* padding-right: 25%; */
    text-align: center;
  }
  /*Новости*/
  /*Новость*/
  .one-news-block {
    width: 90%;
    height: auto;
    padding-bottom: 40px;
    background: white;
    margin: auto;
    margin-bottom: 40px;
    border: 1px solid #ceb5b4;
  }
  .one-news-block-title {
    font-family: RobotoRegular;
    font-size: 20px;
    text-align: center;
    color: #580000;
    margin-bottom: 40px;
    padding-top: 25px;
  }
  .one-news-text-block {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    width: 90%;
  }
  .one-news-image-above {
    margin-right: 0;
    padding-left: 5%;
    float: none;
    width: 100%;
    height: 150px;
  }
  .one-news-title {
    font-family: RobotoRegular;
    font-size: 16px;
    color: #580000;
    display: block;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-left: 5%;
  }
  .one-news-date {
    margin-left: 5%;
    border-top: 2px solid #823636;
    width: 50%;
    font-family: RobotoRegular;
    font-size: 14px;
    color: #666666;
    padding-top: 10px;
  }
  .one-news-image-below {
    width: 90%;
    height: 300px;
    /* margin-left: 500px; */
    /* height: 200px; */
    /* width: 150px; */
    background-color: white;
    /* border: 50px double steelblue; */
    float: right;
    clear: right;
    /* margin: 11px; */
  }
  .one-news-text {
    font-family: RobotoRegular;
    font-size: 14px;
    color: #333333;
    text-align: justify;
    width: 100%;
    margin-left: 5%;
  }
  .one-news-image-below {
    display: none;
  }
  .one-news-image-mobile {
    display: block;
    width: 100%;
    padding-left: 5%;
  }
  .spacer {
    display: none;
  }
  /*Новость*/
  /*Контакты*/
  .text-block-contacts {
    height: 295px;
    background: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .contacts-inner_text {
    width: 90%;
    height: 100%;
    margin-left: 5%;
    margin-right: 5%;
    font-family: RobotoRegular;
  }
  .contacts-map {
    width: 100%;
    height: 250px;
  }
  .contacts-map-inner {
    width: 110%;
    height: 100%;
    margin-left: 0;
    position: relative;
    left: -5%;
  }
  /*Контакты*/
  /*Каталог*/
  .aside {
    display: none;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 30px;
    position: relative;
    background-image: url(../image/catalog/k_3.png), url(../image/catalog/k_2.png), -webkit-gradient(linear, left top, right top, color-stop(-1%, rgb(255, 255, 255)), color-stop(0%, rgb(255, 255, 255)), color-stop(1%, rgb(255, 255, 255)));
    background-image: url(../image/catalog/k_3.png), url(../image/catalog/k_2.png), linear-gradient(to right, rgb(255, 255, 255) -1%, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 1%);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    border: 1px solid #ceb5b4;
    float: left;
  }
  .aside-block {
    width: 90%;
    height: auto;
    margin: auto;
    padding-bottom: 0px;
    border: 2px solid #823636;
    position: absolute;
    left: 5%;
    top: 10px;
    bottom: 10px;
  }
  .aside-image {
    width: 110%;
    height: 22%;
    position: absolute;
    left: -5%;
  }
  .catalog-block {
    width: 100%;
    margin: auto;
    height: 100%;
    margin-bottom: 40px;
    position: relative;
  }
  .catalog-table-content {
    width: 100%;
    padding-left: 0;
  }
  .catalog-table {
    width: 90%;
    margin-left: 5%;
    overflow-x: auto;
  }
  .catalog-table table {
    border-collapse: collapse;
    width: 728px;
    border: none;
    border-spacing: 0px;
    border: 2px solid #823636;
    background: white;
  }
  /*.info {
    padding-top: 30px;
    font-family: RobotoItalic;
    font-size: 14px;
    color: #666666;
    width: 90%;
    text-align: justify;
    padding-left: 5%;
  }*/
  .top {
    background: url(../image/catalog/arrow.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 38px;
    float: right;
    height: 38px;
    cursor: pointer;
    clear: both;
    margin-right: 5%;
    margin-bottom: 5%;
  }
  /*Каталог*/
  /*ДекоКвик*/
  .dekokvik {
    width: 100%;
    padding-left: 0;
    background: white;
  }
  .dekokvik-image {
    width: 80%;
    height: auto;
    margin-left: 10%;
    float: none;
  }
  .dekokvik-text-block {
    margin-left: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .dekokvik-top-text {
    font-family: MyriadProRegular;
    font-size: 16px;
    width: 90%;
    margin-left: 5%;
  }
  .dekokvik-middle-text {
    font-family: MyriadProRegular;
    font-size: 16px;
    margin-top: 70px;
    width: 100%;
    display: none;
  }
  .dekokvik-button {
    width: 150px;
    /* position: absolute; */
    height: auto;
    bottom: 0;
    /* left: 50px; */
    background: #580000;
    text-align: center;
    color: white;
    padding: 5px;
    border-radius: 15px;
    font-family: MyriadProRegular;
    font-size: 14px;
    text-decoration: none;
  }
  .dekokvik-button-mobile {
    width: 150px;
    position: relative;
    height: auto;
    /* bottom: 0; */
    /* left: 50px; */
    background: #580000;
    text-align: center;
    color: white;
    padding: 5px;
    border-radius: 15px;
    font-family: MyriadProRegular;
    font-size: 14px;
    text-decoration: none;
    margin: auto;
    margin-top: 20px;
  }
  .dekokvik-bottom {
    margin-left: 5%;
    width: 90%;
    padding-bottom: 15px;
  }
  .catalog-table-title {
    height: 40px;
    padding-top: 20px;
  }
  /*ДекоКвик*/
  /*Поиск*/
  .search-block {
    height: 100%;
    background: url(../image/background_2.8.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.harmonica {
  background: #fff;
}

.harmonica table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.harmonica h2 {
  vertical-align: middle;
  position: relative;
  color: #580000;
  font-size: 18px;
  font-family: RobotoRegular;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: underline;
  border: 2px solid #823636;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.harmonica h2 img {
  vertical-align: middle;
  position: relative;
  margin: 8px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.harmonica.active h2 img {
  transfom: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.harmonica.active h2 {
  text-decoration: none;
  border-bottom: none;
}

.catalog-table .harmonica:nth-child(n+2) {
  margin-top: 50px;
}

/*Мобильный*/
.call_icon {
  display: none;
  position: fixed;
  z-index: 9000;
  width: 67px;
  height: 67px;
  bottom: 81px;
  left: 50%;
  margin-left: -33px;
}

@media screen and (max-device-width: 768px) {
  .call_icon {
    display: block;
  }
}
.floatPicLeft {
  float: left;
  margin: 0 20px 10px 0;
}

.floatPicRight {
  float: right;
  margin: 0 0 10px 20px;
}
@font-face {
  font-family: 'my';
  src: url('../fonts/my/font/my.eot?66799204');
  src: url('../fonts/my/font/my.eot?66799204#iefix') format('embedded-opentype'),
       url('../fonts/my/font/my.woff2?66799204') format('woff2'),
       url('../fonts/my/font/my.woff?66799204') format('woff'),
       url('../fonts/my/font/my.ttf?66799204') format('truetype'),
       url('../fonts/my/font/my.svg?66799204#my') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'my';
    src: url('../fonts/my/font/my.svg?66799204#my') format('svg');
  }
}
*/
[class^="icon_"]:before, [class*=" icon_"]:before {
  font-family: "my";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon_home:before { content: '\e800'; } /* '' */
.icon_spin:before { content: '\e801'; } /* '' */
.icon_close:before { content: '\e802'; } /* '' */
.icon_heart:before { content: '\e803'; } /* '' */
.icon_ok:before { content: '\e804'; } /* '' */
.icon_phone:before { content: '\e805'; } /* '' */
.icon_menu:before { content: '\e806'; } /* '' */
.icon_right2:before { content: '\e807'; } /* '' */
.icon_left2:before { content: '\e808'; } /* '' */
.icon_star:before { content: '\e809'; } /* '' */
.icon_down3:before { content: '\e80a'; } /* '' */
.icon_up3:before { content: '\e80b'; } /* '' */
.icon_down1:before { content: '\e80c'; } /* '' */
.icon_left1:before { content: '\e80d'; } /* '' */
.icon_right1:before { content: '\e80e'; } /* '' */
.icon_right3:before { content: '\e80f'; } /* '' */
.icon_left3:before { content: '\e810'; } /* '' */
.icon_up1:before { content: '\e811'; } /* '' */
.icon_cart2:before { content: '\e812'; } /* '' */
.icon_zoom:before { content: '\e813'; } /* '' */
.icon_lock2:before { content: '\e814'; } /* '' */
.icon_minus:before { content: '\e815'; } /* '' */
.icon_plus:before { content: '\e816'; } /* '' */
.icon_deny:before { content: '\e817'; } /* '' */
.icon_location:before { content: '\e818'; } /* '' */
.icon_mail:before { content: '\e819'; } /* '' */
.icon_creditcard:before { content: '\e81a'; } /* '' */
.icon_search:before { content: '\e81b'; } /* '' */
.icon_rouble:before { content: '\f158'; } /* '' */

/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlcyI6WyJteS9jc3MvbXkuY3NzIl0sImZpbGUiOiJteS9jc3MvbXkuY3NzIn0= */

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