@charset "UTF-8";
/*
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px
) !default;
*/
/*
$container-max-widths: (
  sm: 540px,
  md: 720px,
  lg: 960px,
  xl: 1140px
) !default;
*/
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0056B3;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #003167;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

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

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

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,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-1 {
      font-size: calc(1.725rem + 5.7vw) ; } }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-2 {
      font-size: calc(1.675rem + 5.1vw) ; } }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-3 {
      font-size: calc(1.575rem + 3.9vw) ; } }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-4 {
      font-size: calc(1.475rem + 2.7vw) ; } }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small,
.form__text {
  font-size: 80%;
  font-weight: 400; }

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

.list-unstyled, .listPrice {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

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

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10, .paging {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1, .paging {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8, .paging {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2, .paging {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.table, .listEshopSavedCart table, .detailEshop__catalogNumbers table, .detailEshopCart__orderSummaryDeliveryAddress table, .detailUserSettings__listAddresses table, .detailUserSettings__listUsers table, .detailUserSettings__listEshopOrders table, .detailUserSettings__detailOrderDeliveryAddress table, .modalEshopCartChangeAddress table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th, .listEshopSavedCart table th, .detailEshop__catalogNumbers table th, .detailEshopCart__orderSummaryDeliveryAddress table th, .detailUserSettings__listAddresses table th, .detailUserSettings__listUsers table th, .detailUserSettings__listEshopOrders table th, .detailUserSettings__detailOrderDeliveryAddress table th, .modalEshopCartChangeAddress table th,
  .table td,
  .listEshopSavedCart table td,
  .detailEshop__catalogNumbers table td,
  .detailEshopCart__orderSummaryDeliveryAddress table td,
  .detailUserSettings__listAddresses table td,
  .detailUserSettings__listUsers table td,
  .detailUserSettings__listEshopOrders table td,
  .detailUserSettings__detailOrderDeliveryAddress table td,
  .modalEshopCartChangeAddress table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th, .listEshopSavedCart table thead th, .detailEshop__catalogNumbers table thead th, .detailEshopCart__orderSummaryDeliveryAddress table thead th, .detailUserSettings__listAddresses table thead th, .detailUserSettings__listUsers table thead th, .detailUserSettings__listEshopOrders table thead th, .detailUserSettings__detailOrderDeliveryAddress table thead th, .modalEshopCartChangeAddress table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody, .listEshopSavedCart table tbody + tbody, .detailEshop__catalogNumbers table tbody + tbody, .detailEshopCart__orderSummaryDeliveryAddress table tbody + tbody, .detailUserSettings__listAddresses table tbody + tbody, .detailUserSettings__listUsers table tbody + tbody, .detailUserSettings__listEshopOrders table tbody + tbody, .detailUserSettings__detailOrderDeliveryAddress table tbody + tbody, .modalEshopCartChangeAddress table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th, .detailEshop__catalogNumbers table th, .modalEshopCartChangeAddress table th,
.table-sm td,
.detailEshop__catalogNumbers table td,
.modalEshopCartChangeAddress table td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd), .listEshopSavedCart table tbody tr:nth-of-type(odd), .detailEshop__catalogNumbers table tbody tr:nth-of-type(odd), .detailUserSettings__listAddresses table tbody tr:nth-of-type(odd), .detailUserSettings__listUsers table tbody tr:nth-of-type(odd), .detailUserSettings__listEshopOrders table tbody tr:nth-of-type(odd), .modalEshopCartChangeAddress table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8d0ea; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7aa7d7; }

.table-hover .table-primary:hover {
  background-color: #a4c3e4; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a4c3e4; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #ccced0; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #a0a4a8; }

.table-hover .table-secondary:hover {
  background-color: #bfc1c4; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #bfc1c4; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th, .listEshopSavedCart table .thead-dark th, .detailEshop__catalogNumbers table .thead-dark th, .detailEshopCart__orderSummaryDeliveryAddress table .thead-dark th, .detailUserSettings__listAddresses table .thead-dark th, .detailUserSettings__listUsers table .thead-dark th, .detailUserSettings__listEshopOrders table .thead-dark th, .detailUserSettings__detailOrderDeliveryAddress table .thead-dark th, .modalEshopCartChangeAddress table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th, .listEshopSavedCart table .thead-light th, .detailEshop__catalogNumbers table .thead-light th, .detailEshopCart__orderSummaryDeliveryAddress table .thead-light th, .detailUserSettings__listAddresses table .thead-light th, .detailUserSettings__listUsers table .thead-light th, .detailUserSettings__listEshopOrders table .thead-light th, .detailUserSettings__detailOrderDeliveryAddress table .thead-light th, .modalEshopCartChangeAddress table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd), .listEshopSavedCart table.table-dark tbody tr:nth-of-type(odd), .detailEshop__catalogNumbers table.table-dark tbody tr:nth-of-type(odd), .detailUserSettings__listAddresses table.table-dark tbody tr:nth-of-type(odd), .detailUserSettings__listUsers table.table-dark tbody tr:nth-of-type(odd), .detailUserSettings__listEshopOrders table.table-dark tbody tr:nth-of-type(odd), .modalEshopCartChangeAddress table.table-dark tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control, .form__input input[type="text"],
.form__input input[type="number"],
.form__input input[type="password"],
.form__input input[type="date"],
.form__input input[type="time"],
.form__input input[type="url"],
.form__input input[type="tel"],
.form__input input[type="email"],
.form__input textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  -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, .form__input input[type="text"],
    .form__input input[type="number"],
    .form__input input[type="password"],
    .form__input input[type="date"],
    .form__input input[type="time"],
    .form__input input[type="url"],
    .form__input input[type="tel"],
    .form__input input[type="email"],
    .form__input textarea {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand, .form__input input[type="text"]::-ms-expand,
  .form__input input[type="number"]::-ms-expand,
  .form__input input[type="password"]::-ms-expand,
  .form__input input[type="date"]::-ms-expand,
  .form__input input[type="time"]::-ms-expand,
  .form__input input[type="url"]::-ms-expand,
  .form__input input[type="tel"]::-ms-expand,
  .form__input input[type="email"]::-ms-expand,
  .form__input textarea::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring, .form__input input:-moz-focusring[type="text"],
  .form__input input:-moz-focusring[type="number"],
  .form__input input:-moz-focusring[type="password"],
  .form__input input:-moz-focusring[type="date"],
  .form__input input:-moz-focusring[type="time"],
  .form__input input:-moz-focusring[type="url"],
  .form__input input:-moz-focusring[type="tel"],
  .form__input input:-moz-focusring[type="email"],
  .form__input textarea:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus, .form__input input:focus[type="text"],
  .form__input input:focus[type="number"],
  .form__input input:focus[type="password"],
  .form__input input:focus[type="date"],
  .form__input input:focus[type="time"],
  .form__input input:focus[type="url"],
  .form__input input:focus[type="tel"],
  .form__input input:focus[type="email"],
  .form__input textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3495ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25); }
  .form-control::-webkit-input-placeholder, .form__input input[type="text"]::-webkit-input-placeholder,
  .form__input input[type="number"]::-webkit-input-placeholder,
  .form__input input[type="password"]::-webkit-input-placeholder,
  .form__input input[type="date"]::-webkit-input-placeholder,
  .form__input input[type="time"]::-webkit-input-placeholder,
  .form__input input[type="url"]::-webkit-input-placeholder,
  .form__input input[type="tel"]::-webkit-input-placeholder,
  .form__input input[type="email"]::-webkit-input-placeholder,
  .form__input textarea::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder, .form__input input[type="text"]::-moz-placeholder,
  .form__input input[type="number"]::-moz-placeholder,
  .form__input input[type="password"]::-moz-placeholder,
  .form__input input[type="date"]::-moz-placeholder,
  .form__input input[type="time"]::-moz-placeholder,
  .form__input input[type="url"]::-moz-placeholder,
  .form__input input[type="tel"]::-moz-placeholder,
  .form__input input[type="email"]::-moz-placeholder,
  .form__input textarea::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder, .form__input input[type="text"]::-ms-input-placeholder,
  .form__input input[type="number"]::-ms-input-placeholder,
  .form__input input[type="password"]::-ms-input-placeholder,
  .form__input input[type="date"]::-ms-input-placeholder,
  .form__input input[type="time"]::-ms-input-placeholder,
  .form__input input[type="url"]::-ms-input-placeholder,
  .form__input input[type="tel"]::-ms-input-placeholder,
  .form__input input[type="email"]::-ms-input-placeholder,
  .form__input textarea::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder, .form__input input[type="text"]::placeholder,
  .form__input input[type="number"]::placeholder,
  .form__input input[type="password"]::placeholder,
  .form__input input[type="date"]::placeholder,
  .form__input input[type="time"]::placeholder,
  .form__input input[type="url"]::placeholder,
  .form__input input[type="tel"]::placeholder,
  .form__input input[type="email"]::placeholder,
  .form__input textarea::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form__input input:disabled[type="text"],
  .form__input input:disabled[type="number"],
  .form__input input:disabled[type="password"],
  .form__input input:disabled[type="date"],
  .form__input input:disabled[type="time"],
  .form__input input:disabled[type="url"],
  .form__input input:disabled[type="tel"],
  .form__input input:disabled[type="email"],
  .form__input textarea:disabled, .form-control[readonly], .form__input input[readonly][type="text"],
  .form__input input[readonly][type="number"],
  .form__input input[readonly][type="password"],
  .form__input input[readonly][type="date"],
  .form__input input[readonly][type="time"],
  .form__input input[readonly][type="url"],
  .form__input input[readonly][type="tel"],
  .form__input input[readonly][type="email"],
  .form__input textarea[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
.form__input input[type="date"],
input[type="time"].form-control,
.form__input input[type="time"],
input[type="datetime-local"].form-control,
.form__input input[type="datetime-local"][type="text"],
.form__input input[type="datetime-local"][type="number"],
.form__input input[type="datetime-local"][type="password"],
.form__input input[type="datetime-local"][type="date"],
.form__input input[type="datetime-local"][type="time"],
.form__input input[type="datetime-local"][type="url"],
.form__input input[type="datetime-local"][type="tel"],
.form__input input[type="datetime-local"][type="email"],
input[type="month"].form-control,
.form__input input[type="month"][type="text"],
.form__input input[type="month"][type="number"],
.form__input input[type="month"][type="password"],
.form__input input[type="month"][type="date"],
.form__input input[type="month"][type="time"],
.form__input input[type="month"][type="url"],
.form__input input[type="month"][type="tel"],
.form__input input[type="month"][type="email"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label, .form__group--horizontal .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;
  line-height: 1.5; }

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  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, .detailEshop__formCart .form__input input.form-control-plaintext {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg, .detailEshop__formCart .form__input input {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.75rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control,
.form__input textarea {
  height: auto; }

.form-group, .form__group {
  margin-bottom: 1rem; }

.form-text, .form__text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.375rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.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, .was-validated .form__input input:valid[type="text"], .form__input .was-validated input:valid[type="text"],
.was-validated .form__input input:valid[type="number"], .form__input .was-validated input:valid[type="number"],
.was-validated .form__input input:valid[type="password"], .form__input .was-validated input:valid[type="password"],
.was-validated .form__input input:valid[type="date"], .form__input .was-validated input:valid[type="date"],
.was-validated .form__input input:valid[type="time"], .form__input .was-validated input:valid[type="time"],
.was-validated .form__input input:valid[type="url"], .form__input .was-validated input:valid[type="url"],
.was-validated .form__input input:valid[type="tel"], .form__input .was-validated input:valid[type="tel"],
.was-validated .form__input input:valid[type="email"], .form__input .was-validated input:valid[type="email"],
.was-validated .form__input textarea:valid, .form__input .was-validated textarea:valid, .form-control.is-valid, .form__input input.is-valid[type="text"],
.form__input input.is-valid[type="number"],
.form__input input.is-valid[type="password"],
.form__input input.is-valid[type="date"],
.form__input input.is-valid[type="time"],
.form__input input.is-valid[type="url"],
.form__input input.is-valid[type="tel"],
.form__input input.is-valid[type="email"],
.form__input textarea.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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, .was-validated .form__input input:valid:focus[type="text"], .form__input .was-validated input:valid:focus[type="text"],
  .was-validated .form__input input:valid:focus[type="number"], .form__input .was-validated input:valid:focus[type="number"],
  .was-validated .form__input input:valid:focus[type="password"], .form__input .was-validated input:valid:focus[type="password"],
  .was-validated .form__input input:valid:focus[type="date"], .form__input .was-validated input:valid:focus[type="date"],
  .was-validated .form__input input:valid:focus[type="time"], .form__input .was-validated input:valid:focus[type="time"],
  .was-validated .form__input input:valid:focus[type="url"], .form__input .was-validated input:valid:focus[type="url"],
  .was-validated .form__input input:valid:focus[type="tel"], .form__input .was-validated input:valid:focus[type="tel"],
  .was-validated .form__input input:valid:focus[type="email"], .form__input .was-validated input:valid:focus[type="email"],
  .was-validated .form__input textarea:valid:focus, .form__input .was-validated textarea:valid:focus, .form-control.is-valid:focus, .form__input input.is-valid:focus[type="text"],
  .form__input input.is-valid:focus[type="number"],
  .form__input input.is-valid:focus[type="password"],
  .form__input input.is-valid:focus[type="date"],
  .form__input input.is-valid:focus[type="time"],
  .form__input input.is-valid:focus[type="url"],
  .form__input input.is-valid:focus[type="tel"],
  .form__input input.is-valid:focus[type="email"],
  .form__input textarea.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid,
.was-validated .form__input textarea:valid, .form__input .was-validated textarea:valid, textarea.form-control.is-valid,
.form__input textarea.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 .custom-select:valid, .was-validated .form__input select:valid, .form__input .was-validated select:valid, .custom-select.is-valid, .form__input select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .was-validated .form__input select:valid:focus, .form__input .was-validated select:valid:focus, .custom-select.is-valid:focus, .form__input select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .was-validated .form__checkbox input:valid[type="checkbox"] ~ .custom-control-label, .form__checkbox .was-validated input:valid[type="checkbox"] ~ .custom-control-label, .was-validated .form__checkbox input:valid[type="radio"] ~ .custom-control-label, .form__checkbox .was-validated input:valid[type="radio"] ~ .custom-control-label, .was-validated .form__radio input:valid[type="radio"] ~ .custom-control-label, .form__radio .was-validated input:valid[type="radio"] ~ .custom-control-label, .was-validated .form__radio input:valid[type="checkbox"] ~ .custom-control-label, .form__radio .was-validated input:valid[type="checkbox"] ~ .custom-control-label, .was-validated .form__checkbox .custom-control-input:valid ~ label, .form__checkbox .was-validated .custom-control-input:valid ~ label, .was-validated .form__checkbox input:valid[type="checkbox"] ~ label, .form__checkbox .was-validated input:valid[type="checkbox"] ~ label, .was-validated .form__checkbox input:valid[type="radio"] ~ label, .form__checkbox .was-validated input:valid[type="radio"] ~ label, .was-validated .form__radio .custom-control-input:valid ~ label, .form__radio .was-validated .custom-control-input:valid ~ label, .was-validated .form__radio input:valid[type="radio"] ~ label, .form__radio .was-validated input:valid[type="radio"] ~ label, .was-validated .form__radio input:valid[type="checkbox"] ~ label, .form__radio .was-validated input:valid[type="checkbox"] ~ label, .custom-control-input.is-valid ~ .custom-control-label, .form__checkbox input.is-valid[type="checkbox"] ~ .custom-control-label, .form__checkbox input.is-valid[type="radio"] ~ .custom-control-label, .form__radio input.is-valid[type="radio"] ~ .custom-control-label, .form__radio input.is-valid[type="checkbox"] ~ .custom-control-label, .form__checkbox .custom-control-input.is-valid ~ label, .form__checkbox input.is-valid[type="checkbox"] ~ label, .form__checkbox input.is-valid[type="radio"] ~ label, .form__radio .custom-control-input.is-valid ~ label, .form__radio input.is-valid[type="radio"] ~ label, .form__radio input.is-valid[type="checkbox"] ~ label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .was-validated .form__checkbox input:valid[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .was-validated input:valid[type="checkbox"] ~ .custom-control-label::before, .was-validated .form__checkbox input:valid[type="radio"] ~ .custom-control-label::before, .form__checkbox .was-validated input:valid[type="radio"] ~ .custom-control-label::before, .was-validated .form__radio input:valid[type="radio"] ~ .custom-control-label::before, .form__radio .was-validated input:valid[type="radio"] ~ .custom-control-label::before, .was-validated .form__radio input:valid[type="checkbox"] ~ .custom-control-label::before, .form__radio .was-validated input:valid[type="checkbox"] ~ .custom-control-label::before, .was-validated .form__checkbox .custom-control-input:valid ~ label::before, .form__checkbox .was-validated .custom-control-input:valid ~ label::before, .was-validated .form__checkbox input:valid[type="checkbox"] ~ label::before, .form__checkbox .was-validated input:valid[type="checkbox"] ~ label::before, .was-validated .form__checkbox input:valid[type="radio"] ~ label::before, .form__checkbox .was-validated input:valid[type="radio"] ~ label::before, .was-validated .form__radio .custom-control-input:valid ~ label::before, .form__radio .was-validated .custom-control-input:valid ~ label::before, .was-validated .form__radio input:valid[type="radio"] ~ label::before, .form__radio .was-validated input:valid[type="radio"] ~ label::before, .was-validated .form__radio input:valid[type="checkbox"] ~ label::before, .form__radio .was-validated input:valid[type="checkbox"] ~ label::before, .custom-control-input.is-valid ~ .custom-control-label::before, .form__checkbox input.is-valid[type="checkbox"] ~ .custom-control-label::before, .form__checkbox input.is-valid[type="radio"] ~ .custom-control-label::before, .form__radio input.is-valid[type="radio"] ~ .custom-control-label::before, .form__radio input.is-valid[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .custom-control-input.is-valid ~ label::before, .form__checkbox input.is-valid[type="checkbox"] ~ label::before, .form__checkbox input.is-valid[type="radio"] ~ label::before, .form__radio .custom-control-input.is-valid ~ label::before, .form__radio input.is-valid[type="radio"] ~ label::before, .form__radio input.is-valid[type="checkbox"] ~ label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .was-validated .form__checkbox input:valid:checked[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .was-validated input:valid:checked[type="checkbox"] ~ .custom-control-label::before, .was-validated .form__checkbox input:valid:checked[type="radio"] ~ .custom-control-label::before, .form__checkbox .was-validated input:valid:checked[type="radio"] ~ .custom-control-label::before, .was-validated .form__radio input:valid:checked[type="radio"] ~ .custom-control-label::before, .form__radio .was-validated input:valid:checked[type="radio"] ~ .custom-control-label::before, .was-validated .form__radio input:valid:checked[type="checkbox"] ~ .custom-control-label::before, .form__radio .was-validated input:valid:checked[type="checkbox"] ~ .custom-control-label::before, .was-validated .form__checkbox .custom-control-input:valid:checked ~ label::before, .form__checkbox .was-validated .custom-control-input:valid:checked ~ label::before, .was-validated .form__checkbox input:valid:checked[type="checkbox"] ~ label::before, .form__checkbox .was-validated input:valid:checked[type="checkbox"] ~ label::before, .was-validated .form__checkbox input:valid:checked[type="radio"] ~ label::before, .form__checkbox .was-validated input:valid:checked[type="radio"] ~ label::before, .was-validated .form__radio .custom-control-input:valid:checked ~ label::before, .form__radio .was-validated .custom-control-input:valid:checked ~ label::before, .was-validated .form__radio input:valid:checked[type="radio"] ~ label::before, .form__radio .was-validated input:valid:checked[type="radio"] ~ label::before, .was-validated .form__radio input:valid:checked[type="checkbox"] ~ label::before, .form__radio .was-validated input:valid:checked[type="checkbox"] ~ label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before, .form__checkbox input.is-valid:checked[type="checkbox"] ~ .custom-control-label::before, .form__checkbox input.is-valid:checked[type="radio"] ~ .custom-control-label::before, .form__radio input.is-valid:checked[type="radio"] ~ .custom-control-label::before, .form__radio input.is-valid:checked[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .custom-control-input.is-valid:checked ~ label::before, .form__checkbox input.is-valid:checked[type="checkbox"] ~ label::before, .form__checkbox input.is-valid:checked[type="radio"] ~ label::before, .form__radio .custom-control-input.is-valid:checked ~ label::before, .form__radio input.is-valid:checked[type="radio"] ~ label::before, .form__radio input.is-valid:checked[type="checkbox"] ~ label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .was-validated .form__checkbox input:valid:focus[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .was-validated input:valid:focus[type="checkbox"] ~ .custom-control-label::before, .was-validated .form__checkbox input:valid:focus[type="radio"] ~ .custom-control-label::before, .form__checkbox .was-validated input:valid:focus[type="radio"] ~ .custom-control-label::before, .was-validated .form__radio input:valid:focus[type="radio"] ~ .custom-control-label::before, .form__radio .was-validated input:valid:focus[type="radio"] ~ .custom-control-label::before, .was-validated .form__radio input:valid:focus[type="checkbox"] ~ .custom-control-label::before, .form__radio .was-validated input:valid:focus[type="checkbox"] ~ .custom-control-label::before, .was-validated .form__checkbox .custom-control-input:valid:focus ~ label::before, .form__checkbox .was-validated .custom-control-input:valid:focus ~ label::before, .was-validated .form__checkbox input:valid:focus[type="checkbox"] ~ label::before, .form__checkbox .was-validated input:valid:focus[type="checkbox"] ~ label::before, .was-validated .form__checkbox input:valid:focus[type="radio"] ~ label::before, .form__checkbox .was-validated input:valid:focus[type="radio"] ~ label::before, .was-validated .form__radio .custom-control-input:valid:focus ~ label::before, .form__radio .was-validated .custom-control-input:valid:focus ~ label::before, .was-validated .form__radio input:valid:focus[type="radio"] ~ label::before, .form__radio .was-validated input:valid:focus[type="radio"] ~ label::before, .was-validated .form__radio input:valid:focus[type="checkbox"] ~ label::before, .form__radio .was-validated input:valid:focus[type="checkbox"] ~ label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before, .form__checkbox input.is-valid:focus[type="checkbox"] ~ .custom-control-label::before, .form__checkbox input.is-valid:focus[type="radio"] ~ .custom-control-label::before, .form__radio input.is-valid:focus[type="radio"] ~ .custom-control-label::before, .form__radio input.is-valid:focus[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .custom-control-input.is-valid:focus ~ label::before, .form__checkbox input.is-valid:focus[type="checkbox"] ~ label::before, .form__checkbox input.is-valid:focus[type="radio"] ~ label::before, .form__radio .custom-control-input.is-valid:focus ~ label::before, .form__radio input.is-valid:focus[type="radio"] ~ label::before, .form__radio input.is-valid:focus[type="checkbox"] ~ label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .form__checkbox input:valid:focus:not(:checked)[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .was-validated input:valid:focus:not(:checked)[type="checkbox"] ~ .custom-control-label::before, .was-validated .form__checkbox input:valid:focus:not(:checked)[type="radio"] ~ .custom-control-label::before, .form__checkbox .was-validated input:valid:focus:not(:checked)[type="radio"] ~ .custom-control-label::before, .was-validated .form__radio input:valid:focus:not(:checked)[type="radio"] ~ .custom-control-label::before, .form__radio .was-validated input:valid:focus:not(:checked)[type="radio"] ~ .custom-control-label::before, .was-validated .form__radio input:valid:focus:not(:checked)[type="checkbox"] ~ .custom-control-label::before, .form__radio .was-validated input:valid:focus:not(:checked)[type="checkbox"] ~ .custom-control-label::before, .was-validated .form__checkbox .custom-control-input:valid:focus:not(:checked) ~ label::before, .form__checkbox .was-validated .custom-control-input:valid:focus:not(:checked) ~ label::before, .was-validated .form__checkbox input:valid:focus:not(:checked)[type="checkbox"] ~ label::before, .form__checkbox .was-validated input:valid:focus:not(:checked)[type="checkbox"] ~ label::before, .was-validated .form__checkbox input:valid:focus:not(:checked)[type="radio"] ~ label::before, .form__checkbox .was-validated input:valid:focus:not(:checked)[type="radio"] ~ label::before, .was-validated .form__radio .custom-control-input:valid:focus:not(:checked) ~ label::before, .form__radio .was-validated .custom-control-input:valid:focus:not(:checked) ~ label::before, .was-validated .form__radio input:valid:focus:not(:checked)[type="radio"] ~ label::before, .form__radio .was-validated input:valid:focus:not(:checked)[type="radio"] ~ label::before, .was-validated .form__radio input:valid:focus:not(:checked)[type="checkbox"] ~ label::before, .form__radio .was-validated input:valid:focus:not(:checked)[type="checkbox"] ~ label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .form__checkbox input.is-valid:focus:not(:checked)[type="checkbox"] ~ .custom-control-label::before, .form__checkbox input.is-valid:focus:not(:checked)[type="radio"] ~ .custom-control-label::before, .form__radio input.is-valid:focus:not(:checked)[type="radio"] ~ .custom-control-label::before, .form__radio input.is-valid:focus:not(:checked)[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .custom-control-input.is-valid:focus:not(:checked) ~ label::before, .form__checkbox input.is-valid:focus:not(:checked)[type="checkbox"] ~ label::before, .form__checkbox input.is-valid:focus:not(:checked)[type="radio"] ~ label::before, .form__radio .custom-control-input.is-valid:focus:not(:checked) ~ label::before, .form__radio input.is-valid:focus:not(:checked)[type="radio"] ~ label::before, .form__radio input.is-valid:focus:not(:checked)[type="checkbox"] ~ label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .was-validated .form__file input:valid[type="file"] ~ .custom-file-label, .form__file .was-validated input:valid[type="file"] ~ .custom-file-label, .was-validated .form__file .custom-file-input:valid ~ label, .form__file .was-validated .custom-file-input:valid ~ label, .was-validated .form__file input:valid[type="file"] ~ label, .form__file .was-validated input:valid[type="file"] ~ label, .custom-file-input.is-valid ~ .custom-file-label, .form__file input.is-valid[type="file"] ~ .custom-file-label, .form__file .custom-file-input.is-valid ~ label, .form__file input.is-valid[type="file"] ~ label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .was-validated .form__file input:valid:focus[type="file"] ~ .custom-file-label, .form__file .was-validated input:valid:focus[type="file"] ~ .custom-file-label, .was-validated .form__file .custom-file-input:valid:focus ~ label, .form__file .was-validated .custom-file-input:valid:focus ~ label, .was-validated .form__file input:valid:focus[type="file"] ~ label, .form__file .was-validated input:valid:focus[type="file"] ~ label, .custom-file-input.is-valid:focus ~ .custom-file-label, .form__file input.is-valid:focus[type="file"] ~ .custom-file-label, .form__file .custom-file-input.is-valid:focus ~ label, .form__file input.is-valid:focus[type="file"] ~ label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.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, .was-validated .form__input input:invalid[type="text"], .form__input .was-validated input:invalid[type="text"],
.was-validated .form__input input:invalid[type="number"], .form__input .was-validated input:invalid[type="number"],
.was-validated .form__input input:invalid[type="password"], .form__input .was-validated input:invalid[type="password"],
.was-validated .form__input input:invalid[type="date"], .form__input .was-validated input:invalid[type="date"],
.was-validated .form__input input:invalid[type="time"], .form__input .was-validated input:invalid[type="time"],
.was-validated .form__input input:invalid[type="url"], .form__input .was-validated input:invalid[type="url"],
.was-validated .form__input input:invalid[type="tel"], .form__input .was-validated input:invalid[type="tel"],
.was-validated .form__input input:invalid[type="email"], .form__input .was-validated input:invalid[type="email"],
.was-validated .form__input textarea:invalid, .form__input .was-validated textarea:invalid, .form-control.is-invalid, .form__input input.is-invalid[type="text"],
.form__input input.is-invalid[type="number"],
.form__input input.is-invalid[type="password"],
.form__input input.is-invalid[type="date"],
.form__input input.is-invalid[type="time"],
.form__input input.is-invalid[type="url"],
.form__input input.is-invalid[type="tel"],
.form__input input.is-invalid[type="email"],
.form__input textarea.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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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, .was-validated .form__input input:invalid:focus[type="text"], .form__input .was-validated input:invalid:focus[type="text"],
  .was-validated .form__input input:invalid:focus[type="number"], .form__input .was-validated input:invalid:focus[type="number"],
  .was-validated .form__input input:invalid:focus[type="password"], .form__input .was-validated input:invalid:focus[type="password"],
  .was-validated .form__input input:invalid:focus[type="date"], .form__input .was-validated input:invalid:focus[type="date"],
  .was-validated .form__input input:invalid:focus[type="time"], .form__input .was-validated input:invalid:focus[type="time"],
  .was-validated .form__input input:invalid:focus[type="url"], .form__input .was-validated input:invalid:focus[type="url"],
  .was-validated .form__input input:invalid:focus[type="tel"], .form__input .was-validated input:invalid:focus[type="tel"],
  .was-validated .form__input input:invalid:focus[type="email"], .form__input .was-validated input:invalid:focus[type="email"],
  .was-validated .form__input textarea:invalid:focus, .form__input .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .form__input input.is-invalid:focus[type="text"],
  .form__input input.is-invalid:focus[type="number"],
  .form__input input.is-invalid:focus[type="password"],
  .form__input input.is-invalid:focus[type="date"],
  .form__input input.is-invalid:focus[type="time"],
  .form__input input.is-invalid:focus[type="url"],
  .form__input input.is-invalid:focus[type="tel"],
  .form__input input.is-invalid:focus[type="email"],
  .form__input textarea.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid,
.was-validated .form__input textarea:invalid, .form__input .was-validated textarea:invalid, textarea.form-control.is-invalid,
.form__input textarea.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 .custom-select:invalid, .was-validated .form__input select:invalid, .form__input .was-validated select:invalid, .custom-select.is-invalid, .form__input select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .was-validated .form__input select:invalid:focus, .form__input .was-validated select:invalid:focus, .custom-select.is-invalid:focus, .form__input select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem 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; }

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .was-validated .form__checkbox input:invalid[type="checkbox"] ~ .custom-control-label, .form__checkbox .was-validated input:invalid[type="checkbox"] ~ .custom-control-label, .was-validated .form__checkbox input:invalid[type="radio"] ~ .custom-control-label, .form__checkbox .was-validated input:invalid[type="radio"] ~ .custom-control-label, .was-validated .form__radio input:invalid[type="radio"] ~ .custom-control-label, .form__radio .was-validated input:invalid[type="radio"] ~ .custom-control-label, .was-validated .form__radio input:invalid[type="checkbox"] ~ .custom-control-label, .form__radio .was-validated input:invalid[type="checkbox"] ~ .custom-control-label, .was-validated .form__checkbox .custom-control-input:invalid ~ label, .form__checkbox .was-validated .custom-control-input:invalid ~ label, .was-validated .form__checkbox input:invalid[type="checkbox"] ~ label, .form__checkbox .was-validated input:invalid[type="checkbox"] ~ label, .was-validated .form__checkbox input:invalid[type="radio"] ~ label, .form__checkbox .was-validated input:invalid[type="radio"] ~ label, .was-validated .form__radio .custom-control-input:invalid ~ label, .form__radio .was-validated .custom-control-input:invalid ~ label, .was-validated .form__radio input:invalid[type="radio"] ~ label, .form__radio .was-validated input:invalid[type="radio"] ~ label, .was-validated .form__radio input:invalid[type="checkbox"] ~ label, .form__radio .was-validated input:invalid[type="checkbox"] ~ label, .custom-control-input.is-invalid ~ .custom-control-label, .form__checkbox input.is-invalid[type="checkbox"] ~ .custom-control-label, .form__checkbox input.is-invalid[type="radio"] ~ .custom-control-label, .form__radio input.is-invalid[type="radio"] ~ .custom-control-label, .form__radio input.is-invalid[type="checkbox"] ~ .custom-control-label, .form__checkbox .custom-control-input.is-invalid ~ label, .form__checkbox input.is-invalid[type="checkbox"] ~ label, .form__checkbox input.is-invalid[type="radio"] ~ label, .form__radio .custom-control-input.is-invalid ~ label, .form__radio input.is-invalid[type="radio"] ~ label, .form__radio input.is-invalid[type="checkbox"] ~ label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .was-validated .form__checkbox input:invalid[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .was-validated input:invalid[type="checkbox"] ~ .custom-control-label::before, .was-validated .form__checkbox input:invalid[type="radio"] ~ .custom-control-label::before, .form__checkbox .was-validated input:invalid[type="radio"] ~ .custom-control-label::before, .was-validated .form__radio input:invalid[type="radio"] ~ .custom-control-label::before, .form__radio .was-validated input:invalid[type="radio"] ~ .custom-control-label::before, .was-validated .form__radio input:invalid[type="checkbox"] ~ .custom-control-label::before, .form__radio .was-validated input:invalid[type="checkbox"] ~ .custom-control-label::before, .was-validated .form__checkbox .custom-control-input:invalid ~ label::before, .form__checkbox .was-validated .custom-control-input:invalid ~ label::before, .was-validated .form__checkbox input:invalid[type="checkbox"] ~ label::before, .form__checkbox .was-validated input:invalid[type="checkbox"] ~ label::before, .was-validated .form__checkbox input:invalid[type="radio"] ~ label::before, .form__checkbox .was-validated input:invalid[type="radio"] ~ label::before, .was-validated .form__radio .custom-control-input:invalid ~ label::before, .form__radio .was-validated .custom-control-input:invalid ~ label::before, .was-validated .form__radio input:invalid[type="radio"] ~ label::before, .form__radio .was-validated input:invalid[type="radio"] ~ label::before, .was-validated .form__radio input:invalid[type="checkbox"] ~ label::before, .form__radio .was-validated input:invalid[type="checkbox"] ~ label::before, .custom-control-input.is-invalid ~ .custom-control-label::before, .form__checkbox input.is-invalid[type="checkbox"] ~ .custom-control-label::before, .form__checkbox input.is-invalid[type="radio"] ~ .custom-control-label::before, .form__radio input.is-invalid[type="radio"] ~ .custom-control-label::before, .form__radio input.is-invalid[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .custom-control-input.is-invalid ~ label::before, .form__checkbox input.is-invalid[type="checkbox"] ~ label::before, .form__checkbox input.is-invalid[type="radio"] ~ label::before, .form__radio .custom-control-input.is-invalid ~ label::before, .form__radio input.is-invalid[type="radio"] ~ label::before, .form__radio input.is-invalid[type="checkbox"] ~ label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .was-validated .form__checkbox input:invalid:checked[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .was-validated input:invalid:checked[type="checkbox"] ~ .custom-control-label::before, .was-validated .form__checkbox input:invalid:checked[type="radio"] ~ .custom-control-label::before, .form__checkbox .was-validated input:invalid:checked[type="radio"] ~ .custom-control-label::before, .was-validated .form__radio input:invalid:checked[type="radio"] ~ .custom-control-label::before, .form__radio .was-validated input:invalid:checked[type="radio"] ~ .custom-control-label::before, .was-validated .form__radio input:invalid:checked[type="checkbox"] ~ .custom-control-label::before, .form__radio .was-validated input:invalid:checked[type="checkbox"] ~ .custom-control-label::before, .was-validated .form__checkbox .custom-control-input:invalid:checked ~ label::before, .form__checkbox .was-validated .custom-control-input:invalid:checked ~ label::before, .was-validated .form__checkbox input:invalid:checked[type="checkbox"] ~ label::before, .form__checkbox .was-validated input:invalid:checked[type="checkbox"] ~ label::before, .was-validated .form__checkbox input:invalid:checked[type="radio"] ~ label::before, .form__checkbox .was-validated input:invalid:checked[type="radio"] ~ label::before, .was-validated .form__radio .custom-control-input:invalid:checked ~ label::before, .form__radio .was-validated .custom-control-input:invalid:checked ~ label::before, .was-validated .form__radio input:invalid:checked[type="radio"] ~ label::before, .form__radio .was-validated input:invalid:checked[type="radio"] ~ label::before, .was-validated .form__radio input:invalid:checked[type="checkbox"] ~ label::before, .form__radio .was-validated input:invalid:checked[type="checkbox"] ~ label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .form__checkbox input.is-invalid:checked[type="checkbox"] ~ .custom-control-label::before, .form__checkbox input.is-invalid:checked[type="radio"] ~ .custom-control-label::before, .form__radio input.is-invalid:checked[type="radio"] ~ .custom-control-label::before, .form__radio input.is-invalid:checked[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .custom-control-input.is-invalid:checked ~ label::before, .form__checkbox input.is-invalid:checked[type="checkbox"] ~ label::before, .form__checkbox input.is-invalid:checked[type="radio"] ~ label::before, .form__radio .custom-control-input.is-invalid:checked ~ label::before, .form__radio input.is-invalid:checked[type="radio"] ~ label::before, .form__radio input.is-invalid:checked[type="checkbox"] ~ label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .was-validated .form__checkbox input:invalid:focus[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .was-validated input:invalid:focus[type="checkbox"] ~ .custom-control-label::before, .was-validated .form__checkbox input:invalid:focus[type="radio"] ~ .custom-control-label::before, .form__checkbox .was-validated input:invalid:focus[type="radio"] ~ .custom-control-label::before, .was-validated .form__radio input:invalid:focus[type="radio"] ~ .custom-control-label::before, .form__radio .was-validated input:invalid:focus[type="radio"] ~ .custom-control-label::before, .was-validated .form__radio input:invalid:focus[type="checkbox"] ~ .custom-control-label::before, .form__radio .was-validated input:invalid:focus[type="checkbox"] ~ .custom-control-label::before, .was-validated .form__checkbox .custom-control-input:invalid:focus ~ label::before, .form__checkbox .was-validated .custom-control-input:invalid:focus ~ label::before, .was-validated .form__checkbox input:invalid:focus[type="checkbox"] ~ label::before, .form__checkbox .was-validated input:invalid:focus[type="checkbox"] ~ label::before, .was-validated .form__checkbox input:invalid:focus[type="radio"] ~ label::before, .form__checkbox .was-validated input:invalid:focus[type="radio"] ~ label::before, .was-validated .form__radio .custom-control-input:invalid:focus ~ label::before, .form__radio .was-validated .custom-control-input:invalid:focus ~ label::before, .was-validated .form__radio input:invalid:focus[type="radio"] ~ label::before, .form__radio .was-validated input:invalid:focus[type="radio"] ~ label::before, .was-validated .form__radio input:invalid:focus[type="checkbox"] ~ label::before, .form__radio .was-validated input:invalid:focus[type="checkbox"] ~ label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .form__checkbox input.is-invalid:focus[type="checkbox"] ~ .custom-control-label::before, .form__checkbox input.is-invalid:focus[type="radio"] ~ .custom-control-label::before, .form__radio input.is-invalid:focus[type="radio"] ~ .custom-control-label::before, .form__radio input.is-invalid:focus[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .custom-control-input.is-invalid:focus ~ label::before, .form__checkbox input.is-invalid:focus[type="checkbox"] ~ label::before, .form__checkbox input.is-invalid:focus[type="radio"] ~ label::before, .form__radio .custom-control-input.is-invalid:focus ~ label::before, .form__radio input.is-invalid:focus[type="radio"] ~ label::before, .form__radio input.is-invalid:focus[type="checkbox"] ~ label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .form__checkbox input:invalid:focus:not(:checked)[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .was-validated input:invalid:focus:not(:checked)[type="checkbox"] ~ .custom-control-label::before, .was-validated .form__checkbox input:invalid:focus:not(:checked)[type="radio"] ~ .custom-control-label::before, .form__checkbox .was-validated input:invalid:focus:not(:checked)[type="radio"] ~ .custom-control-label::before, .was-validated .form__radio input:invalid:focus:not(:checked)[type="radio"] ~ .custom-control-label::before, .form__radio .was-validated input:invalid:focus:not(:checked)[type="radio"] ~ .custom-control-label::before, .was-validated .form__radio input:invalid:focus:not(:checked)[type="checkbox"] ~ .custom-control-label::before, .form__radio .was-validated input:invalid:focus:not(:checked)[type="checkbox"] ~ .custom-control-label::before, .was-validated .form__checkbox .custom-control-input:invalid:focus:not(:checked) ~ label::before, .form__checkbox .was-validated .custom-control-input:invalid:focus:not(:checked) ~ label::before, .was-validated .form__checkbox input:invalid:focus:not(:checked)[type="checkbox"] ~ label::before, .form__checkbox .was-validated input:invalid:focus:not(:checked)[type="checkbox"] ~ label::before, .was-validated .form__checkbox input:invalid:focus:not(:checked)[type="radio"] ~ label::before, .form__checkbox .was-validated input:invalid:focus:not(:checked)[type="radio"] ~ label::before, .was-validated .form__radio .custom-control-input:invalid:focus:not(:checked) ~ label::before, .form__radio .was-validated .custom-control-input:invalid:focus:not(:checked) ~ label::before, .was-validated .form__radio input:invalid:focus:not(:checked)[type="radio"] ~ label::before, .form__radio .was-validated input:invalid:focus:not(:checked)[type="radio"] ~ label::before, .was-validated .form__radio input:invalid:focus:not(:checked)[type="checkbox"] ~ label::before, .form__radio .was-validated input:invalid:focus:not(:checked)[type="checkbox"] ~ label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .form__checkbox input.is-invalid:focus:not(:checked)[type="checkbox"] ~ .custom-control-label::before, .form__checkbox input.is-invalid:focus:not(:checked)[type="radio"] ~ .custom-control-label::before, .form__radio input.is-invalid:focus:not(:checked)[type="radio"] ~ .custom-control-label::before, .form__radio input.is-invalid:focus:not(:checked)[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .custom-control-input.is-invalid:focus:not(:checked) ~ label::before, .form__checkbox input.is-invalid:focus:not(:checked)[type="checkbox"] ~ label::before, .form__checkbox input.is-invalid:focus:not(:checked)[type="radio"] ~ label::before, .form__radio .custom-control-input.is-invalid:focus:not(:checked) ~ label::before, .form__radio input.is-invalid:focus:not(:checked)[type="radio"] ~ label::before, .form__radio input.is-invalid:focus:not(:checked)[type="checkbox"] ~ label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .was-validated .form__file input:invalid[type="file"] ~ .custom-file-label, .form__file .was-validated input:invalid[type="file"] ~ .custom-file-label, .was-validated .form__file .custom-file-input:invalid ~ label, .form__file .was-validated .custom-file-input:invalid ~ label, .was-validated .form__file input:invalid[type="file"] ~ label, .form__file .was-validated input:invalid[type="file"] ~ label, .custom-file-input.is-invalid ~ .custom-file-label, .form__file input.is-invalid[type="file"] ~ .custom-file-label, .form__file .custom-file-input.is-invalid ~ label, .form__file input.is-invalid[type="file"] ~ label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .was-validated .form__file input:invalid:focus[type="file"] ~ .custom-file-label, .form__file .was-validated input:invalid:focus[type="file"] ~ .custom-file-label, .was-validated .form__file .custom-file-input:invalid:focus ~ label, .form__file .was-validated .custom-file-input:invalid:focus ~ label, .was-validated .form__file input:invalid:focus[type="file"] ~ label, .form__file .was-validated input:invalid:focus[type="file"] ~ label, .custom-file-input.is-invalid:focus ~ .custom-file-label, .form__file input.is-invalid:focus[type="file"] ~ .custom-file-label, .form__file .custom-file-input.is-invalid:focus ~ label, .form__file input.is-invalid:focus[type="file"] ~ label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group, .form-inline .form__group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .form__input input[type="text"], .form__input .form-inline input[type="text"],
    .form-inline .form__input input[type="number"], .form__input .form-inline input[type="number"],
    .form-inline .form__input input[type="password"], .form__input .form-inline input[type="password"],
    .form-inline .form__input input[type="date"], .form__input .form-inline input[type="date"],
    .form-inline .form__input input[type="time"], .form__input .form-inline input[type="time"],
    .form-inline .form__input input[type="url"], .form__input .form-inline input[type="url"],
    .form-inline .form__input input[type="tel"], .form__input .form-inline input[type="tel"],
    .form-inline .form__input input[type="email"], .form__input .form-inline input[type="email"],
    .form-inline .form__input textarea, .form__input .form-inline textarea {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group, .form-inline .form__inputGroup,
    .form-inline .custom-select,
    .form-inline .form__input select,
    .form__input .form-inline select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control, .form-inline .form__checkbox, .form-inline .form__radio {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label, .form-inline .form__checkbox label, .form__checkbox .form-inline label, .form-inline .form__radio label, .form__radio .form-inline label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -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;
  line-height: 1.5;
  border-radius: 0.375rem;
  -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;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3; }
  .btn-primary:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .show > .btn-primary.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .show > .btn-primary.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #495057;
  border-color: #495057; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #495057;
    border-color: #495057; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle,
  .show > .btn-secondary.langSwitch__btn {
    color: #fff;
    background-color: #32373b;
    border-color: #2c3034; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus,
    .show > .btn-secondary.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle,
  .show > .btn-success.langSwitch__btn {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus,
    .show > .btn-success.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle,
  .show > .btn-info.langSwitch__btn {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus,
    .show > .btn-info.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle,
  .show > .btn-warning.langSwitch__btn {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus,
    .show > .btn-warning.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle,
  .show > .btn-danger.langSwitch__btn {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus,
    .show > .btn-danger.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle,
  .show > .btn-light.langSwitch__btn {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus,
    .show > .btn-light.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle,
  .show > .btn-dark.langSwitch__btn {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus,
    .show > .btn-dark.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #0056B3;
  border-color: #0056B3; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0056B3;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle,
  .show > .btn-outline-primary.langSwitch__btn {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus,
    .show > .btn-outline-primary.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); }

.btn-outline-secondary {
  color: #495057;
  border-color: #495057; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #495057;
    border-color: #495057; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #495057;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle,
  .show > .btn-outline-secondary.langSwitch__btn {
    color: #fff;
    background-color: #495057;
    border-color: #495057; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus,
    .show > .btn-outline-secondary.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle,
  .show > .btn-outline-success.langSwitch__btn {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus,
    .show > .btn-outline-success.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle,
  .show > .btn-outline-info.langSwitch__btn {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus,
    .show > .btn-outline-info.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle,
  .show > .btn-outline-warning.langSwitch__btn {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus,
    .show > .btn-outline-warning.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

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

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle,
  .show > .btn-outline-light.langSwitch__btn {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus,
    .show > .btn-outline-light.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle,
  .show > .btn-outline-dark.langSwitch__btn {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus,
    .show > .btn-outline-dark.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link, .loopEshopCart__btnParams, .detailLogin__btnForgottenPassword, .detailLogin__btnCancel, .loopEshopCartPersonalData .formLogin__groupForgottenPassword .btn, .loopEshopCartPersonalData__btnSettings, .detailEshopCart__cartControlSavedCart .btn, .modalLogin__btnForgottenPassword {
  font-weight: 400;
  color: #0056B3;
  text-decoration: none; }
  .btn-link:hover, .loopEshopCart__btnParams:hover, .detailLogin__btnForgottenPassword:hover, .detailLogin__btnCancel:hover, .loopEshopCartPersonalData .formLogin__groupForgottenPassword .btn:hover, .loopEshopCartPersonalData__btnSettings:hover, .detailEshopCart__cartControlSavedCart .btn:hover, .modalLogin__btnForgottenPassword:hover {
    color: #003167;
    text-decoration: underline; }
  .btn-link:focus, .loopEshopCart__btnParams:focus, .detailLogin__btnForgottenPassword:focus, .detailLogin__btnCancel:focus, .loopEshopCartPersonalData .formLogin__groupForgottenPassword .btn:focus, .loopEshopCartPersonalData__btnSettings:focus, .detailEshopCart__cartControlSavedCart .btn:focus, .modalLogin__btnForgottenPassword:focus, .btn-link.focus, .focus.loopEshopCart__btnParams, .focus.detailLogin__btnForgottenPassword, .focus.detailLogin__btnCancel, .loopEshopCartPersonalData .formLogin__groupForgottenPassword .focus.btn, .focus.loopEshopCartPersonalData__btnSettings, .detailEshopCart__cartControlSavedCart .focus.btn, .focus.modalLogin__btnForgottenPassword {
    text-decoration: underline; }
  .btn-link:disabled, .loopEshopCart__btnParams:disabled, .detailLogin__btnForgottenPassword:disabled, .detailLogin__btnCancel:disabled, .loopEshopCartPersonalData .formLogin__groupForgottenPassword .btn:disabled, .loopEshopCartPersonalData__btnSettings:disabled, .detailEshopCart__cartControlSavedCart .btn:disabled, .modalLogin__btnForgottenPassword:disabled, .btn-link.disabled, .disabled.loopEshopCart__btnParams, .disabled.detailLogin__btnForgottenPassword, .disabled.detailLogin__btnCancel, .loopEshopCartPersonalData .formLogin__groupForgottenPassword .disabled.btn, .disabled.loopEshopCartPersonalData__btnSettings, .detailEshopCart__cartControlSavedCart .disabled.btn, .disabled.modalLogin__btnForgottenPassword {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.75rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle, .langSwitch__btn {
  white-space: nowrap; }
  .dropdown-toggle::after, .langSwitch__btn::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, .langSwitch__btn:empty::after {
    margin-left: 0; }

.dropdown-menu, .menu__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 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.375rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu, .dropup .menu__dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after, .dropup .langSwitch__btn::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, .dropup .langSwitch__btn:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu, .dropright .menu__dropdown {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after, .dropright .langSwitch__btn::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; }

.dropright .dropdown-toggle:empty::after, .dropright .langSwitch__btn:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after, .dropright .langSwitch__btn::after {
  vertical-align: 0; }

.dropleft .dropdown-menu, .dropleft .menu__dropdown {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after, .dropleft .langSwitch__btn::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after, .dropleft .langSwitch__btn::after {
  display: none; }

.dropleft .dropdown-toggle::before, .dropleft .langSwitch__btn::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; }

.dropleft .dropdown-toggle:empty::after, .dropleft .langSwitch__btn:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before, .dropleft .langSwitch__btn::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .menu__dropdown[x-placement^="top"], .dropdown-menu[x-placement^="right"], .menu__dropdown[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .menu__dropdown[x-placement^="bottom"], .dropdown-menu[x-placement^="left"], .menu__dropdown[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0056B3; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

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

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

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

.btn-group, .menuUser, .detailCookieConsent__btns,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .menuUser > .btn, .detailCookieConsent__btns > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover, .menuUser > .btn:hover, .detailCookieConsent__btns > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .menuUser > .btn:focus, .detailCookieConsent__btns > .btn:focus, .btn-group > .btn:active, .menuUser > .btn:active, .detailCookieConsent__btns > .btn:active, .btn-group > .btn.active, .menuUser > .btn.active, .detailCookieConsent__btns > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group, .btn-toolbar .form__inputGroup {
    width: auto; }

.btn-group > .btn:not(:first-child), .menuUser > .btn:not(:first-child), .detailCookieConsent__btns > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child),
.menuUser > .btn-group:not(:first-child),
.detailCookieConsent__btns > .btn-group:not(:first-child),
.btn-group > .menuUser:not(:first-child),
.menuUser > .menuUser:not(:first-child),
.detailCookieConsent__btns > .menuUser:not(:first-child),
.btn-group > .detailCookieConsent__btns:not(:first-child),
.menuUser > .detailCookieConsent__btns:not(:first-child),
.detailCookieConsent__btns > .detailCookieConsent__btns:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle):not(.langSwitch__btn), .menuUser > .btn:not(:last-child):not(.dropdown-toggle):not(.langSwitch__btn), .detailCookieConsent__btns > .btn:not(:last-child):not(.dropdown-toggle):not(.langSwitch__btn),
.btn-group > .btn-group:not(:last-child) > .btn,
.menuUser > .btn-group:not(:last-child) > .btn,
.detailCookieConsent__btns > .btn-group:not(:last-child) > .btn,
.btn-group > .menuUser:not(:last-child) > .btn,
.menuUser > .menuUser:not(:last-child) > .btn,
.detailCookieConsent__btns > .menuUser:not(:last-child) > .btn,
.btn-group > .detailCookieConsent__btns:not(:last-child) > .btn,
.menuUser > .detailCookieConsent__btns:not(:last-child) > .btn,
.detailCookieConsent__btns > .detailCookieConsent__btns:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .menuUser > .btn:not(:first-child), .detailCookieConsent__btns > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.menuUser > .btn-group:not(:first-child) > .btn,
.detailCookieConsent__btns > .btn-group:not(:first-child) > .btn,
.btn-group > .menuUser:not(:first-child) > .btn,
.menuUser > .menuUser:not(:first-child) > .btn,
.detailCookieConsent__btns > .menuUser:not(:first-child) > .btn,
.btn-group > .detailCookieConsent__btns:not(:first-child) > .btn,
.menuUser > .detailCookieConsent__btns:not(:first-child) > .btn,
.detailCookieConsent__btns > .detailCookieConsent__btns:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group,
  .btn-group-vertical > .menuUser,
  .btn-group-vertical > .detailCookieConsent__btns {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child),
  .btn-group-vertical > .menuUser:not(:first-child),
  .btn-group-vertical > .detailCookieConsent__btns:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle):not(.langSwitch__btn),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .btn-group-vertical > .menuUser:not(:last-child) > .btn,
  .btn-group-vertical > .detailCookieConsent__btns:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .btn-group-vertical > .menuUser:not(:first-child) > .btn,
  .btn-group-vertical > .detailCookieConsent__btns:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .detailCookieConsent__btns > .btn,
.btn-group-toggle > .btn-group > .btn,
.detailCookieConsent__btns > .btn-group > .btn,
.btn-group-toggle > .menuUser > .btn,
.detailCookieConsent__btns > .menuUser > .btn,
.btn-group-toggle > .detailCookieConsent__btns > .btn,
.detailCookieConsent__btns > .detailCookieConsent__btns > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .detailCookieConsent__btns > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .detailCookieConsent__btns > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .detailCookieConsent__btns > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .menuUser > .btn input[type="radio"],
  .detailCookieConsent__btns > .menuUser > .btn input[type="radio"],
  .btn-group-toggle > .detailCookieConsent__btns > .btn input[type="radio"],
  .detailCookieConsent__btns > .detailCookieConsent__btns > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .detailCookieConsent__btns > .btn-group > .btn input[type="checkbox"],
  .btn-group-toggle > .menuUser > .btn input[type="checkbox"],
  .detailCookieConsent__btns > .menuUser > .btn input[type="checkbox"],
  .btn-group-toggle > .detailCookieConsent__btns > .btn input[type="checkbox"],
  .detailCookieConsent__btns > .detailCookieConsent__btns > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group, .form__inputGroup {
  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, .form__inputGroup > .form-control, .form__input .input-group > input[type="text"], .form__input .form__inputGroup > input[type="text"],
  .form__input .input-group > input[type="number"],
  .form__input .form__inputGroup > input[type="number"],
  .form__input .input-group > input[type="password"],
  .form__input .form__inputGroup > input[type="password"],
  .form__input .input-group > input[type="date"],
  .form__input .form__inputGroup > input[type="date"],
  .form__input .input-group > input[type="time"],
  .form__input .form__inputGroup > input[type="time"],
  .form__input .input-group > input[type="url"],
  .form__input .form__inputGroup > input[type="url"],
  .form__input .input-group > input[type="tel"],
  .form__input .form__inputGroup > input[type="tel"],
  .form__input .input-group > input[type="email"],
  .form__input .form__inputGroup > input[type="email"],
  .form__input .input-group > textarea,
  .form__input .form__inputGroup > textarea,
  .input-group > .form-control-plaintext,
  .form__inputGroup > .form-control-plaintext,
  .input-group > .custom-select,
  .form__inputGroup > .custom-select,
  .form__input .input-group > select,
  .form__input .form__inputGroup > select,
  .input-group > .custom-file,
  .form__inputGroup > .custom-file,
  .input-group > .form__file,
  .form__inputGroup > .form__file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .form__inputGroup > .form-control + .form-control, .form__input .input-group > input[type="text"] + .form-control, .form__input .form__inputGroup > input[type="text"] + .form-control, .form__input .input-group > input[type="number"] + .form-control, .form__input .form__inputGroup > input[type="number"] + .form-control, .form__input .input-group > input[type="password"] + .form-control, .form__input .form__inputGroup > input[type="password"] + .form-control, .form__input .input-group > input[type="date"] + .form-control, .form__input .form__inputGroup > input[type="date"] + .form-control, .form__input .input-group > input[type="time"] + .form-control, .form__input .form__inputGroup > input[type="time"] + .form-control, .form__input .input-group > input[type="url"] + .form-control, .form__input .form__inputGroup > input[type="url"] + .form-control, .form__input .input-group > input[type="tel"] + .form-control, .form__input .form__inputGroup > input[type="tel"] + .form-control, .form__input .input-group > input[type="email"] + .form-control, .form__input .form__inputGroup > input[type="email"] + .form-control, .form__input .input-group > textarea + .form-control, .form__input .form__inputGroup > textarea + .form-control, .form__input .input-group > .form-control + input[type="text"], .form__input .form__inputGroup > .form-control + input[type="text"], .form__input .input-group > input[type="text"] + input[type="text"], .form__input .form__inputGroup > input[type="text"] + input[type="text"], .form__input .input-group > input[type="number"] + input[type="text"], .form__input .form__inputGroup > input[type="number"] + input[type="text"], .form__input .input-group > input[type="password"] + input[type="text"], .form__input .form__inputGroup > input[type="password"] + input[type="text"], .form__input .input-group > input[type="date"] + input[type="text"], .form__input .form__inputGroup > input[type="date"] + input[type="text"], .form__input .input-group > input[type="time"] + input[type="text"], .form__input .form__inputGroup > input[type="time"] + input[type="text"], .form__input .input-group > input[type="url"] + input[type="text"], .form__input .form__inputGroup > input[type="url"] + input[type="text"], .form__input .input-group > input[type="tel"] + input[type="text"], .form__input .form__inputGroup > input[type="tel"] + input[type="text"], .form__input .input-group > input[type="email"] + input[type="text"], .form__input .form__inputGroup > input[type="email"] + input[type="text"], .form__input .input-group > textarea + input[type="text"], .form__input .form__inputGroup > textarea + input[type="text"],
    .form__input .input-group > .form-control + input[type="number"],
    .form__input .form__inputGroup > .form-control + input[type="number"],
    .form__input .input-group > input[type="text"] + input[type="number"],
    .form__input .form__inputGroup > input[type="text"] + input[type="number"],
    .form__input .input-group > input[type="number"] + input[type="number"],
    .form__input .form__inputGroup > input[type="number"] + input[type="number"],
    .form__input .input-group > input[type="password"] + input[type="number"],
    .form__input .form__inputGroup > input[type="password"] + input[type="number"],
    .form__input .input-group > input[type="date"] + input[type="number"],
    .form__input .form__inputGroup > input[type="date"] + input[type="number"],
    .form__input .input-group > input[type="time"] + input[type="number"],
    .form__input .form__inputGroup > input[type="time"] + input[type="number"],
    .form__input .input-group > input[type="url"] + input[type="number"],
    .form__input .form__inputGroup > input[type="url"] + input[type="number"],
    .form__input .input-group > input[type="tel"] + input[type="number"],
    .form__input .form__inputGroup > input[type="tel"] + input[type="number"],
    .form__input .input-group > input[type="email"] + input[type="number"],
    .form__input .form__inputGroup > input[type="email"] + input[type="number"],
    .form__input .input-group > textarea + input[type="number"],
    .form__input .form__inputGroup > textarea + input[type="number"],
    .form__input .input-group > .form-control + input[type="password"],
    .form__input .form__inputGroup > .form-control + input[type="password"],
    .form__input .input-group > input[type="text"] + input[type="password"],
    .form__input .form__inputGroup > input[type="text"] + input[type="password"],
    .form__input .input-group > input[type="number"] + input[type="password"],
    .form__input .form__inputGroup > input[type="number"] + input[type="password"],
    .form__input .input-group > input[type="password"] + input[type="password"],
    .form__input .form__inputGroup > input[type="password"] + input[type="password"],
    .form__input .input-group > input[type="date"] + input[type="password"],
    .form__input .form__inputGroup > input[type="date"] + input[type="password"],
    .form__input .input-group > input[type="time"] + input[type="password"],
    .form__input .form__inputGroup > input[type="time"] + input[type="password"],
    .form__input .input-group > input[type="url"] + input[type="password"],
    .form__input .form__inputGroup > input[type="url"] + input[type="password"],
    .form__input .input-group > input[type="tel"] + input[type="password"],
    .form__input .form__inputGroup > input[type="tel"] + input[type="password"],
    .form__input .input-group > input[type="email"] + input[type="password"],
    .form__input .form__inputGroup > input[type="email"] + input[type="password"],
    .form__input .input-group > textarea + input[type="password"],
    .form__input .form__inputGroup > textarea + input[type="password"],
    .form__input .input-group > .form-control + input[type="date"],
    .form__input .form__inputGroup > .form-control + input[type="date"],
    .form__input .input-group > input[type="text"] + input[type="date"],
    .form__input .form__inputGroup > input[type="text"] + input[type="date"],
    .form__input .input-group > input[type="number"] + input[type="date"],
    .form__input .form__inputGroup > input[type="number"] + input[type="date"],
    .form__input .input-group > input[type="password"] + input[type="date"],
    .form__input .form__inputGroup > input[type="password"] + input[type="date"],
    .form__input .input-group > input[type="date"] + input[type="date"],
    .form__input .form__inputGroup > input[type="date"] + input[type="date"],
    .form__input .input-group > input[type="time"] + input[type="date"],
    .form__input .form__inputGroup > input[type="time"] + input[type="date"],
    .form__input .input-group > input[type="url"] + input[type="date"],
    .form__input .form__inputGroup > input[type="url"] + input[type="date"],
    .form__input .input-group > input[type="tel"] + input[type="date"],
    .form__input .form__inputGroup > input[type="tel"] + input[type="date"],
    .form__input .input-group > input[type="email"] + input[type="date"],
    .form__input .form__inputGroup > input[type="email"] + input[type="date"],
    .form__input .input-group > textarea + input[type="date"],
    .form__input .form__inputGroup > textarea + input[type="date"],
    .form__input .input-group > .form-control + input[type="time"],
    .form__input .form__inputGroup > .form-control + input[type="time"],
    .form__input .input-group > input[type="text"] + input[type="time"],
    .form__input .form__inputGroup > input[type="text"] + input[type="time"],
    .form__input .input-group > input[type="number"] + input[type="time"],
    .form__input .form__inputGroup > input[type="number"] + input[type="time"],
    .form__input .input-group > input[type="password"] + input[type="time"],
    .form__input .form__inputGroup > input[type="password"] + input[type="time"],
    .form__input .input-group > input[type="date"] + input[type="time"],
    .form__input .form__inputGroup > input[type="date"] + input[type="time"],
    .form__input .input-group > input[type="time"] + input[type="time"],
    .form__input .form__inputGroup > input[type="time"] + input[type="time"],
    .form__input .input-group > input[type="url"] + input[type="time"],
    .form__input .form__inputGroup > input[type="url"] + input[type="time"],
    .form__input .input-group > input[type="tel"] + input[type="time"],
    .form__input .form__inputGroup > input[type="tel"] + input[type="time"],
    .form__input .input-group > input[type="email"] + input[type="time"],
    .form__input .form__inputGroup > input[type="email"] + input[type="time"],
    .form__input .input-group > textarea + input[type="time"],
    .form__input .form__inputGroup > textarea + input[type="time"],
    .form__input .input-group > .form-control + input[type="url"],
    .form__input .form__inputGroup > .form-control + input[type="url"],
    .form__input .input-group > input[type="text"] + input[type="url"],
    .form__input .form__inputGroup > input[type="text"] + input[type="url"],
    .form__input .input-group > input[type="number"] + input[type="url"],
    .form__input .form__inputGroup > input[type="number"] + input[type="url"],
    .form__input .input-group > input[type="password"] + input[type="url"],
    .form__input .form__inputGroup > input[type="password"] + input[type="url"],
    .form__input .input-group > input[type="date"] + input[type="url"],
    .form__input .form__inputGroup > input[type="date"] + input[type="url"],
    .form__input .input-group > input[type="time"] + input[type="url"],
    .form__input .form__inputGroup > input[type="time"] + input[type="url"],
    .form__input .input-group > input[type="url"] + input[type="url"],
    .form__input .form__inputGroup > input[type="url"] + input[type="url"],
    .form__input .input-group > input[type="tel"] + input[type="url"],
    .form__input .form__inputGroup > input[type="tel"] + input[type="url"],
    .form__input .input-group > input[type="email"] + input[type="url"],
    .form__input .form__inputGroup > input[type="email"] + input[type="url"],
    .form__input .input-group > textarea + input[type="url"],
    .form__input .form__inputGroup > textarea + input[type="url"],
    .form__input .input-group > .form-control + input[type="tel"],
    .form__input .form__inputGroup > .form-control + input[type="tel"],
    .form__input .input-group > input[type="text"] + input[type="tel"],
    .form__input .form__inputGroup > input[type="text"] + input[type="tel"],
    .form__input .input-group > input[type="number"] + input[type="tel"],
    .form__input .form__inputGroup > input[type="number"] + input[type="tel"],
    .form__input .input-group > input[type="password"] + input[type="tel"],
    .form__input .form__inputGroup > input[type="password"] + input[type="tel"],
    .form__input .input-group > input[type="date"] + input[type="tel"],
    .form__input .form__inputGroup > input[type="date"] + input[type="tel"],
    .form__input .input-group > input[type="time"] + input[type="tel"],
    .form__input .form__inputGroup > input[type="time"] + input[type="tel"],
    .form__input .input-group > input[type="url"] + input[type="tel"],
    .form__input .form__inputGroup > input[type="url"] + input[type="tel"],
    .form__input .input-group > input[type="tel"] + input[type="tel"],
    .form__input .form__inputGroup > input[type="tel"] + input[type="tel"],
    .form__input .input-group > input[type="email"] + input[type="tel"],
    .form__input .form__inputGroup > input[type="email"] + input[type="tel"],
    .form__input .input-group > textarea + input[type="tel"],
    .form__input .form__inputGroup > textarea + input[type="tel"],
    .form__input .input-group > .form-control + input[type="email"],
    .form__input .form__inputGroup > .form-control + input[type="email"],
    .form__input .input-group > input[type="text"] + input[type="email"],
    .form__input .form__inputGroup > input[type="text"] + input[type="email"],
    .form__input .input-group > input[type="number"] + input[type="email"],
    .form__input .form__inputGroup > input[type="number"] + input[type="email"],
    .form__input .input-group > input[type="password"] + input[type="email"],
    .form__input .form__inputGroup > input[type="password"] + input[type="email"],
    .form__input .input-group > input[type="date"] + input[type="email"],
    .form__input .form__inputGroup > input[type="date"] + input[type="email"],
    .form__input .input-group > input[type="time"] + input[type="email"],
    .form__input .form__inputGroup > input[type="time"] + input[type="email"],
    .form__input .input-group > input[type="url"] + input[type="email"],
    .form__input .form__inputGroup > input[type="url"] + input[type="email"],
    .form__input .input-group > input[type="tel"] + input[type="email"],
    .form__input .form__inputGroup > input[type="tel"] + input[type="email"],
    .form__input .input-group > input[type="email"] + input[type="email"],
    .form__input .form__inputGroup > input[type="email"] + input[type="email"],
    .form__input .input-group > textarea + input[type="email"],
    .form__input .form__inputGroup > textarea + input[type="email"],
    .form__input .input-group > .form-control + textarea,
    .form__input .form__inputGroup > .form-control + textarea,
    .form__input .input-group > input[type="text"] + textarea,
    .form__input .form__inputGroup > input[type="text"] + textarea,
    .form__input .input-group > input[type="number"] + textarea,
    .form__input .form__inputGroup > input[type="number"] + textarea,
    .form__input .input-group > input[type="password"] + textarea,
    .form__input .form__inputGroup > input[type="password"] + textarea,
    .form__input .input-group > input[type="date"] + textarea,
    .form__input .form__inputGroup > input[type="date"] + textarea,
    .form__input .input-group > input[type="time"] + textarea,
    .form__input .form__inputGroup > input[type="time"] + textarea,
    .form__input .input-group > input[type="url"] + textarea,
    .form__input .form__inputGroup > input[type="url"] + textarea,
    .form__input .input-group > input[type="tel"] + textarea,
    .form__input .form__inputGroup > input[type="tel"] + textarea,
    .form__input .input-group > input[type="email"] + textarea,
    .form__input .form__inputGroup > input[type="email"] + textarea,
    .form__input .input-group > textarea + textarea,
    .form__input .form__inputGroup > textarea + textarea,
    .input-group > .form-control + .custom-select,
    .form__inputGroup > .form-control + .custom-select,
    .form__input .input-group > input[type="text"] + .custom-select,
    .form__input .form__inputGroup > input[type="text"] + .custom-select,
    .form__input .input-group > input[type="number"] + .custom-select,
    .form__input .form__inputGroup > input[type="number"] + .custom-select,
    .form__input .input-group > input[type="password"] + .custom-select,
    .form__input .form__inputGroup > input[type="password"] + .custom-select,
    .form__input .input-group > input[type="date"] + .custom-select,
    .form__input .form__inputGroup > input[type="date"] + .custom-select,
    .form__input .input-group > input[type="time"] + .custom-select,
    .form__input .form__inputGroup > input[type="time"] + .custom-select,
    .form__input .input-group > input[type="url"] + .custom-select,
    .form__input .form__inputGroup > input[type="url"] + .custom-select,
    .form__input .input-group > input[type="tel"] + .custom-select,
    .form__input .form__inputGroup > input[type="tel"] + .custom-select,
    .form__input .input-group > input[type="email"] + .custom-select,
    .form__input .form__inputGroup > input[type="email"] + .custom-select,
    .form__input .input-group > textarea + .custom-select,
    .form__input .form__inputGroup > textarea + .custom-select,
    .form__input .input-group > .form-control + select,
    .form__input .form__inputGroup > .form-control + select,
    .form__input .input-group > input[type="text"] + select,
    .form__input .form__inputGroup > input[type="text"] + select,
    .form__input .input-group > input[type="number"] + select,
    .form__input .form__inputGroup > input[type="number"] + select,
    .form__input .input-group > input[type="password"] + select,
    .form__input .form__inputGroup > input[type="password"] + select,
    .form__input .input-group > input[type="date"] + select,
    .form__input .form__inputGroup > input[type="date"] + select,
    .form__input .input-group > input[type="time"] + select,
    .form__input .form__inputGroup > input[type="time"] + select,
    .form__input .input-group > input[type="url"] + select,
    .form__input .form__inputGroup > input[type="url"] + select,
    .form__input .input-group > input[type="tel"] + select,
    .form__input .form__inputGroup > input[type="tel"] + select,
    .form__input .input-group > input[type="email"] + select,
    .form__input .form__inputGroup > input[type="email"] + select,
    .form__input .input-group > textarea + select,
    .form__input .form__inputGroup > textarea + select,
    .input-group > .form-control + .custom-file,
    .form__inputGroup > .form-control + .custom-file,
    .form__input .input-group > input[type="text"] + .custom-file,
    .form__input .form__inputGroup > input[type="text"] + .custom-file,
    .form__input .input-group > input[type="number"] + .custom-file,
    .form__input .form__inputGroup > input[type="number"] + .custom-file,
    .form__input .input-group > input[type="password"] + .custom-file,
    .form__input .form__inputGroup > input[type="password"] + .custom-file,
    .form__input .input-group > input[type="date"] + .custom-file,
    .form__input .form__inputGroup > input[type="date"] + .custom-file,
    .form__input .input-group > input[type="time"] + .custom-file,
    .form__input .form__inputGroup > input[type="time"] + .custom-file,
    .form__input .input-group > input[type="url"] + .custom-file,
    .form__input .form__inputGroup > input[type="url"] + .custom-file,
    .form__input .input-group > input[type="tel"] + .custom-file,
    .form__input .form__inputGroup > input[type="tel"] + .custom-file,
    .form__input .input-group > input[type="email"] + .custom-file,
    .form__input .form__inputGroup > input[type="email"] + .custom-file,
    .form__input .input-group > textarea + .custom-file,
    .form__input .form__inputGroup > textarea + .custom-file,
    .input-group > .form-control + .form__file,
    .form__inputGroup > .form-control + .form__file,
    .form__input .input-group > input[type="text"] + .form__file,
    .form__input .form__inputGroup > input[type="text"] + .form__file,
    .form__input .input-group > input[type="number"] + .form__file,
    .form__input .form__inputGroup > input[type="number"] + .form__file,
    .form__input .input-group > input[type="password"] + .form__file,
    .form__input .form__inputGroup > input[type="password"] + .form__file,
    .form__input .input-group > input[type="date"] + .form__file,
    .form__input .form__inputGroup > input[type="date"] + .form__file,
    .form__input .input-group > input[type="time"] + .form__file,
    .form__input .form__inputGroup > input[type="time"] + .form__file,
    .form__input .input-group > input[type="url"] + .form__file,
    .form__input .form__inputGroup > input[type="url"] + .form__file,
    .form__input .input-group > input[type="tel"] + .form__file,
    .form__input .form__inputGroup > input[type="tel"] + .form__file,
    .form__input .input-group > input[type="email"] + .form__file,
    .form__input .form__inputGroup > input[type="email"] + .form__file,
    .form__input .input-group > textarea + .form__file,
    .form__input .form__inputGroup > textarea + .form__file,
    .input-group > .form-control-plaintext + .form-control,
    .form__inputGroup > .form-control-plaintext + .form-control,
    .form__input .input-group > .form-control-plaintext + input[type="text"],
    .form__input .form__inputGroup > .form-control-plaintext + input[type="text"],
    .form__input .input-group > .form-control-plaintext + input[type="number"],
    .form__input .form__inputGroup > .form-control-plaintext + input[type="number"],
    .form__input .input-group > .form-control-plaintext + input[type="password"],
    .form__input .form__inputGroup > .form-control-plaintext + input[type="password"],
    .form__input .input-group > .form-control-plaintext + input[type="date"],
    .form__input .form__inputGroup > .form-control-plaintext + input[type="date"],
    .form__input .input-group > .form-control-plaintext + input[type="time"],
    .form__input .form__inputGroup > .form-control-plaintext + input[type="time"],
    .form__input .input-group > .form-control-plaintext + input[type="url"],
    .form__input .form__inputGroup > .form-control-plaintext + input[type="url"],
    .form__input .input-group > .form-control-plaintext + input[type="tel"],
    .form__input .form__inputGroup > .form-control-plaintext + input[type="tel"],
    .form__input .input-group > .form-control-plaintext + input[type="email"],
    .form__input .form__inputGroup > .form-control-plaintext + input[type="email"],
    .form__input .input-group > .form-control-plaintext + textarea,
    .form__input .form__inputGroup > .form-control-plaintext + textarea,
    .input-group > .form-control-plaintext + .custom-select,
    .form__inputGroup > .form-control-plaintext + .custom-select,
    .form__input .input-group > .form-control-plaintext + select,
    .form__input .form__inputGroup > .form-control-plaintext + select,
    .input-group > .form-control-plaintext + .custom-file,
    .form__inputGroup > .form-control-plaintext + .custom-file,
    .input-group > .form-control-plaintext + .form__file,
    .form__inputGroup > .form-control-plaintext + .form__file,
    .input-group > .custom-select + .form-control,
    .form__inputGroup > .custom-select + .form-control,
    .form__input .input-group > select + .form-control,
    .form__input .form__inputGroup > select + .form-control,
    .form__input .input-group > .custom-select + input[type="text"],
    .form__input .form__inputGroup > .custom-select + input[type="text"],
    .form__input .input-group > select + input[type="text"],
    .form__input .form__inputGroup > select + input[type="text"],
    .form__input .input-group > .custom-select + input[type="number"],
    .form__input .form__inputGroup > .custom-select + input[type="number"],
    .form__input .input-group > select + input[type="number"],
    .form__input .form__inputGroup > select + input[type="number"],
    .form__input .input-group > .custom-select + input[type="password"],
    .form__input .form__inputGroup > .custom-select + input[type="password"],
    .form__input .input-group > select + input[type="password"],
    .form__input .form__inputGroup > select + input[type="password"],
    .form__input .input-group > .custom-select + input[type="date"],
    .form__input .form__inputGroup > .custom-select + input[type="date"],
    .form__input .input-group > select + input[type="date"],
    .form__input .form__inputGroup > select + input[type="date"],
    .form__input .input-group > .custom-select + input[type="time"],
    .form__input .form__inputGroup > .custom-select + input[type="time"],
    .form__input .input-group > select + input[type="time"],
    .form__input .form__inputGroup > select + input[type="time"],
    .form__input .input-group > .custom-select + input[type="url"],
    .form__input .form__inputGroup > .custom-select + input[type="url"],
    .form__input .input-group > select + input[type="url"],
    .form__input .form__inputGroup > select + input[type="url"],
    .form__input .input-group > .custom-select + input[type="tel"],
    .form__input .form__inputGroup > .custom-select + input[type="tel"],
    .form__input .input-group > select + input[type="tel"],
    .form__input .form__inputGroup > select + input[type="tel"],
    .form__input .input-group > .custom-select + input[type="email"],
    .form__input .form__inputGroup > .custom-select + input[type="email"],
    .form__input .input-group > select + input[type="email"],
    .form__input .form__inputGroup > select + input[type="email"],
    .form__input .input-group > .custom-select + textarea,
    .form__input .form__inputGroup > .custom-select + textarea,
    .form__input .input-group > select + textarea,
    .form__input .form__inputGroup > select + textarea,
    .input-group > .custom-select + .custom-select,
    .form__inputGroup > .custom-select + .custom-select,
    .form__input .input-group > select + .custom-select,
    .form__input .form__inputGroup > select + .custom-select,
    .form__input .input-group > .custom-select + select,
    .form__input .form__inputGroup > .custom-select + select,
    .form__input .input-group > select + select,
    .form__input .form__inputGroup > select + select,
    .input-group > .custom-select + .custom-file,
    .form__inputGroup > .custom-select + .custom-file,
    .form__input .input-group > select + .custom-file,
    .form__input .form__inputGroup > select + .custom-file,
    .input-group > .custom-select + .form__file,
    .form__inputGroup > .custom-select + .form__file,
    .form__input .input-group > select + .form__file,
    .form__input .form__inputGroup > select + .form__file,
    .input-group > .custom-file + .form-control,
    .form__inputGroup > .custom-file + .form-control,
    .input-group > .form__file + .form-control,
    .form__inputGroup > .form__file + .form-control,
    .form__input .input-group > .custom-file + input[type="text"],
    .form__input .form__inputGroup > .custom-file + input[type="text"],
    .form__input .input-group > .form__file + input[type="text"],
    .form__input .form__inputGroup > .form__file + input[type="text"],
    .form__input .input-group > .custom-file + input[type="number"],
    .form__input .form__inputGroup > .custom-file + input[type="number"],
    .form__input .input-group > .form__file + input[type="number"],
    .form__input .form__inputGroup > .form__file + input[type="number"],
    .form__input .input-group > .custom-file + input[type="password"],
    .form__input .form__inputGroup > .custom-file + input[type="password"],
    .form__input .input-group > .form__file + input[type="password"],
    .form__input .form__inputGroup > .form__file + input[type="password"],
    .form__input .input-group > .custom-file + input[type="date"],
    .form__input .form__inputGroup > .custom-file + input[type="date"],
    .form__input .input-group > .form__file + input[type="date"],
    .form__input .form__inputGroup > .form__file + input[type="date"],
    .form__input .input-group > .custom-file + input[type="time"],
    .form__input .form__inputGroup > .custom-file + input[type="time"],
    .form__input .input-group > .form__file + input[type="time"],
    .form__input .form__inputGroup > .form__file + input[type="time"],
    .form__input .input-group > .custom-file + input[type="url"],
    .form__input .form__inputGroup > .custom-file + input[type="url"],
    .form__input .input-group > .form__file + input[type="url"],
    .form__input .form__inputGroup > .form__file + input[type="url"],
    .form__input .input-group > .custom-file + input[type="tel"],
    .form__input .form__inputGroup > .custom-file + input[type="tel"],
    .form__input .input-group > .form__file + input[type="tel"],
    .form__input .form__inputGroup > .form__file + input[type="tel"],
    .form__input .input-group > .custom-file + input[type="email"],
    .form__input .form__inputGroup > .custom-file + input[type="email"],
    .form__input .input-group > .form__file + input[type="email"],
    .form__input .form__inputGroup > .form__file + input[type="email"],
    .form__input .input-group > .custom-file + textarea,
    .form__input .form__inputGroup > .custom-file + textarea,
    .form__input .input-group > .form__file + textarea,
    .form__input .form__inputGroup > .form__file + textarea,
    .input-group > .custom-file + .custom-select,
    .form__inputGroup > .custom-file + .custom-select,
    .input-group > .form__file + .custom-select,
    .form__inputGroup > .form__file + .custom-select,
    .form__input .input-group > .custom-file + select,
    .form__input .form__inputGroup > .custom-file + select,
    .form__input .input-group > .form__file + select,
    .form__input .form__inputGroup > .form__file + select,
    .input-group > .custom-file + .custom-file,
    .form__inputGroup > .custom-file + .custom-file,
    .input-group > .form__file + .custom-file,
    .form__inputGroup > .form__file + .custom-file,
    .input-group > .custom-file + .form__file,
    .form__inputGroup > .custom-file + .form__file,
    .input-group > .form__file + .form__file,
    .form__inputGroup > .form__file + .form__file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .form__inputGroup > .form-control:focus, .form__input .input-group > input:focus[type="text"], .form__input .form__inputGroup > input:focus[type="text"],
  .form__input .input-group > input:focus[type="number"],
  .form__input .form__inputGroup > input:focus[type="number"],
  .form__input .input-group > input:focus[type="password"],
  .form__input .form__inputGroup > input:focus[type="password"],
  .form__input .input-group > input:focus[type="date"],
  .form__input .form__inputGroup > input:focus[type="date"],
  .form__input .input-group > input:focus[type="time"],
  .form__input .form__inputGroup > input:focus[type="time"],
  .form__input .input-group > input:focus[type="url"],
  .form__input .form__inputGroup > input:focus[type="url"],
  .form__input .input-group > input:focus[type="tel"],
  .form__input .form__inputGroup > input:focus[type="tel"],
  .form__input .input-group > input:focus[type="email"],
  .form__input .form__inputGroup > input:focus[type="email"],
  .form__input .input-group > textarea:focus,
  .form__input .form__inputGroup > textarea:focus,
  .input-group > .custom-select:focus,
  .form__inputGroup > .custom-select:focus,
  .form__input .input-group > select:focus,
  .form__input .form__inputGroup > select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
  .form__inputGroup > .custom-file .custom-file-input:focus ~ .custom-file-label,
  .input-group > .form__file .custom-file-input:focus ~ .custom-file-label,
  .form__inputGroup > .form__file .custom-file-input:focus ~ .custom-file-label,
  .input-group > .custom-file .form__file input:focus[type="file"] ~ .custom-file-label,
  .form__file .input-group > .custom-file input:focus[type="file"] ~ .custom-file-label,
  .form__inputGroup > .custom-file .form__file input:focus[type="file"] ~ .custom-file-label,
  .form__file .form__inputGroup > .custom-file input:focus[type="file"] ~ .custom-file-label,
  .input-group > .form__file input:focus[type="file"] ~ .custom-file-label,
  .form__inputGroup > .form__file input:focus[type="file"] ~ .custom-file-label,
  .input-group > .custom-file .form__file .custom-file-input:focus ~ label,
  .form__file .input-group > .custom-file .custom-file-input:focus ~ label,
  .form__inputGroup > .custom-file .form__file .custom-file-input:focus ~ label,
  .form__file .form__inputGroup > .custom-file .custom-file-input:focus ~ label,
  .input-group > .form__file .custom-file-input:focus ~ label,
  .form__inputGroup > .form__file .custom-file-input:focus ~ label,
  .input-group > .custom-file .form__file input:focus[type="file"] ~ label,
  .form__file .input-group > .custom-file input:focus[type="file"] ~ label,
  .form__inputGroup > .custom-file .form__file input:focus[type="file"] ~ label,
  .form__file .form__inputGroup > .custom-file input:focus[type="file"] ~ label,
  .input-group > .form__file input:focus[type="file"] ~ label,
  .form__inputGroup > .form__file input:focus[type="file"] ~ label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus, .form__inputGroup > .custom-file .custom-file-input:focus, .input-group > .form__file .custom-file-input:focus, .form__inputGroup > .form__file .custom-file-input:focus, .input-group > .custom-file .form__file input:focus[type="file"], .form__file .input-group > .custom-file input:focus[type="file"], .form__inputGroup > .custom-file .form__file input:focus[type="file"], .form__file .form__inputGroup > .custom-file input:focus[type="file"], .input-group > .form__file input:focus[type="file"], .form__inputGroup > .form__file input:focus[type="file"] {
    z-index: 4; }
  .input-group > .form-control:not(:first-child), .form__inputGroup > .form-control:not(:first-child), .form__input .input-group > input:not(:first-child)[type="text"], .form__input .form__inputGroup > input:not(:first-child)[type="text"],
  .form__input .input-group > input:not(:first-child)[type="number"],
  .form__input .form__inputGroup > input:not(:first-child)[type="number"],
  .form__input .input-group > input:not(:first-child)[type="password"],
  .form__input .form__inputGroup > input:not(:first-child)[type="password"],
  .form__input .input-group > input:not(:first-child)[type="date"],
  .form__input .form__inputGroup > input:not(:first-child)[type="date"],
  .form__input .input-group > input:not(:first-child)[type="time"],
  .form__input .form__inputGroup > input:not(:first-child)[type="time"],
  .form__input .input-group > input:not(:first-child)[type="url"],
  .form__input .form__inputGroup > input:not(:first-child)[type="url"],
  .form__input .input-group > input:not(:first-child)[type="tel"],
  .form__input .form__inputGroup > input:not(:first-child)[type="tel"],
  .form__input .input-group > input:not(:first-child)[type="email"],
  .form__input .form__inputGroup > input:not(:first-child)[type="email"],
  .form__input .input-group > textarea:not(:first-child),
  .form__input .form__inputGroup > textarea:not(:first-child),
  .input-group > .custom-select:not(:first-child),
  .form__inputGroup > .custom-select:not(:first-child),
  .form__input .input-group > select:not(:first-child),
  .form__input .form__inputGroup > select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  
  .input-group > .custom-file,
  .form__inputGroup > .custom-file,
  .input-group > .form__file,
  .form__inputGroup > .form__file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .form__inputGroup > .custom-file:not(:last-child) .custom-file-label, .input-group > .form__file:not(:last-child) .custom-file-label, .form__inputGroup > .form__file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .form__file label, .form__file .input-group > .custom-file:not(:last-child) label, .form__inputGroup > .custom-file:not(:last-child) .form__file label, .form__file .form__inputGroup > .custom-file:not(:last-child) label, .input-group > .form__file:not(:last-child) label, .form__inputGroup > .form__file:not(:last-child) label,
    .input-group > .custom-file:not(:first-child) .custom-file-label,
    .form__inputGroup > .custom-file:not(:first-child) .custom-file-label,
    .input-group > .form__file:not(:first-child) .custom-file-label,
    .form__inputGroup > .form__file:not(:first-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .form__file label,
    .form__file .input-group > .custom-file:not(:first-child) label,
    .form__inputGroup > .custom-file:not(:first-child) .form__file label,
    .form__file .form__inputGroup > .custom-file:not(:first-child) label,
    .input-group > .form__file:not(:first-child) label,
    .form__inputGroup > .form__file:not(:first-child) label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child), .form__inputGroup:not(.has-validation) > .form-control:not(:last-child), .form__input .input-group:not(.has-validation) > input:not(:last-child)[type="text"], .form__input .form__inputGroup:not(.has-validation) > input:not(:last-child)[type="text"],
  .form__input .input-group:not(.has-validation) > input:not(:last-child)[type="number"],
  .form__input .form__inputGroup:not(.has-validation) > input:not(:last-child)[type="number"],
  .form__input .input-group:not(.has-validation) > input:not(:last-child)[type="password"],
  .form__input .form__inputGroup:not(.has-validation) > input:not(:last-child)[type="password"],
  .form__input .input-group:not(.has-validation) > input:not(:last-child)[type="date"],
  .form__input .form__inputGroup:not(.has-validation) > input:not(:last-child)[type="date"],
  .form__input .input-group:not(.has-validation) > input:not(:last-child)[type="time"],
  .form__input .form__inputGroup:not(.has-validation) > input:not(:last-child)[type="time"],
  .form__input .input-group:not(.has-validation) > input:not(:last-child)[type="url"],
  .form__input .form__inputGroup:not(.has-validation) > input:not(:last-child)[type="url"],
  .form__input .input-group:not(.has-validation) > input:not(:last-child)[type="tel"],
  .form__input .form__inputGroup:not(.has-validation) > input:not(:last-child)[type="tel"],
  .form__input .input-group:not(.has-validation) > input:not(:last-child)[type="email"],
  .form__input .form__inputGroup:not(.has-validation) > input:not(:last-child)[type="email"],
  .form__input .input-group:not(.has-validation) > textarea:not(:last-child),
  .form__input .form__inputGroup:not(.has-validation) > textarea:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .form__inputGroup:not(.has-validation) > .custom-select:not(:last-child),
  .form__input .input-group:not(.has-validation) > select:not(:last-child),
  .form__input .form__inputGroup:not(.has-validation) > select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after,
  .form__inputGroup:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after,
  .input-group:not(.has-validation) > .form__file:not(:last-child) .custom-file-label::after,
  .form__inputGroup:not(.has-validation) > .form__file:not(:last-child) .custom-file-label::after,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .form__file label::after,
  .form__file .input-group:not(.has-validation) > .custom-file:not(:last-child) label::after,
  .form__inputGroup:not(.has-validation) > .custom-file:not(:last-child) .form__file label::after,
  .form__file .form__inputGroup:not(.has-validation) > .custom-file:not(:last-child) label::after,
  .input-group:not(.has-validation) > .form__file:not(:last-child) label::after,
  .form__inputGroup:not(.has-validation) > .form__file:not(:last-child) label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3), .has-validation.form__inputGroup > .form-control:nth-last-child(n + 3), .form__input .input-group.has-validation > input:nth-last-child(n + 3)[type="text"], .form__input .has-validation.form__inputGroup > input:nth-last-child(n + 3)[type="text"],
  .form__input .input-group.has-validation > input:nth-last-child(n + 3)[type="number"],
  .form__input .has-validation.form__inputGroup > input:nth-last-child(n + 3)[type="number"],
  .form__input .input-group.has-validation > input:nth-last-child(n + 3)[type="password"],
  .form__input .has-validation.form__inputGroup > input:nth-last-child(n + 3)[type="password"],
  .form__input .input-group.has-validation > input:nth-last-child(n + 3)[type="date"],
  .form__input .has-validation.form__inputGroup > input:nth-last-child(n + 3)[type="date"],
  .form__input .input-group.has-validation > input:nth-last-child(n + 3)[type="time"],
  .form__input .has-validation.form__inputGroup > input:nth-last-child(n + 3)[type="time"],
  .form__input .input-group.has-validation > input:nth-last-child(n + 3)[type="url"],
  .form__input .has-validation.form__inputGroup > input:nth-last-child(n + 3)[type="url"],
  .form__input .input-group.has-validation > input:nth-last-child(n + 3)[type="tel"],
  .form__input .has-validation.form__inputGroup > input:nth-last-child(n + 3)[type="tel"],
  .form__input .input-group.has-validation > input:nth-last-child(n + 3)[type="email"],
  .form__input .has-validation.form__inputGroup > input:nth-last-child(n + 3)[type="email"],
  .form__input .input-group.has-validation > textarea:nth-last-child(n + 3),
  .form__input .has-validation.form__inputGroup > textarea:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .has-validation.form__inputGroup > .custom-select:nth-last-child(n + 3),
  .form__input .input-group.has-validation > select:nth-last-child(n + 3),
  .form__input .has-validation.form__inputGroup > select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after,
  .has-validation.form__inputGroup > .custom-file:nth-last-child(n + 3) .custom-file-label::after,
  .input-group.has-validation > .form__file:nth-last-child(n + 3) .custom-file-label::after,
  .has-validation.form__inputGroup > .form__file:nth-last-child(n + 3) .custom-file-label::after,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .form__file label::after,
  .form__file .input-group.has-validation > .custom-file:nth-last-child(n + 3) label::after,
  .has-validation.form__inputGroup > .custom-file:nth-last-child(n + 3) .form__file label::after,
  .form__file .has-validation.form__inputGroup > .custom-file:nth-last-child(n + 3) label::after,
  .input-group.has-validation > .form__file:nth-last-child(n + 3) label::after,
  .has-validation.form__inputGroup > .form__file:nth-last-child(n + 3) label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend, .form__inputGroupPrepend,
.input-group-append,
.form__inputGroupAppend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn, .form__inputGroupPrepend .btn,
  .input-group-append .btn,
  .form__inputGroupAppend .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .form__inputGroupPrepend .btn:focus,
    .input-group-append .btn:focus,
    .form__inputGroupAppend .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .form__inputGroupPrepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .form__inputGroupPrepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .form__inputGroupPrepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .form__inputGroupPrepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .form__inputGroupAppend .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .form__inputGroupAppend .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .form__inputGroupAppend .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .form__inputGroupAppend .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend, .form__inputGroupPrepend {
  margin-right: -1px; }


.input-group-append,
.form__inputGroupAppend {
  margin-left: -1px; }

.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;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .form__input .input-group-lg > input:not(textarea)[type="text"],
.form__input .input-group-lg > input:not(textarea)[type="number"],
.form__input .input-group-lg > input:not(textarea)[type="password"],
.form__input .input-group-lg > input:not(textarea)[type="date"],
.form__input .input-group-lg > input:not(textarea)[type="time"],
.form__input .input-group-lg > input:not(textarea)[type="url"],
.form__input .input-group-lg > input:not(textarea)[type="tel"],
.form__input .input-group-lg > input:not(textarea)[type="email"],
.form__input .input-group-lg > textarea:not(textarea),
.input-group-lg > .custom-select,
.form__input .input-group-lg > select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control, .form__input .input-group-lg > input[type="text"],
.form__input .input-group-lg > input[type="number"],
.form__input .input-group-lg > input[type="password"],
.form__input .input-group-lg > input[type="date"],
.form__input .input-group-lg > input[type="time"],
.form__input .input-group-lg > input[type="url"],
.form__input .input-group-lg > input[type="tel"],
.form__input .input-group-lg > input[type="email"],
.form__input .input-group-lg > textarea,
.input-group-lg > .custom-select,
.form__input .input-group-lg > select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .form__inputGroupPrepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .form__inputGroupAppend > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .form__inputGroupPrepend > .btn,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .form__inputGroupAppend > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.75rem; }

.input-group-sm > .form-control:not(textarea), .form__input .input-group-sm > input:not(textarea)[type="text"],
.form__input .input-group-sm > input:not(textarea)[type="number"],
.form__input .input-group-sm > input:not(textarea)[type="password"],
.form__input .input-group-sm > input:not(textarea)[type="date"],
.form__input .input-group-sm > input:not(textarea)[type="time"],
.form__input .input-group-sm > input:not(textarea)[type="url"],
.form__input .input-group-sm > input:not(textarea)[type="tel"],
.form__input .input-group-sm > input:not(textarea)[type="email"],
.form__input .input-group-sm > textarea:not(textarea),
.input-group-sm > .custom-select,
.form__input .input-group-sm > select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control, .form__input .input-group-sm > input[type="text"],
.form__input .input-group-sm > input[type="number"],
.form__input .input-group-sm > input[type="password"],
.form__input .input-group-sm > input[type="date"],
.form__input .input-group-sm > input[type="time"],
.form__input .input-group-sm > input[type="url"],
.form__input .input-group-sm > input[type="tel"],
.form__input .input-group-sm > input[type="email"],
.form__input .input-group-sm > textarea,
.input-group-sm > .custom-select,
.form__input .input-group-sm > select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .form__inputGroupPrepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .form__inputGroupAppend > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .form__inputGroupPrepend > .btn,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .form__inputGroupAppend > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }


.input-group-lg > .custom-select,
.form__input .input-group-lg > select,
.input-group-sm > .custom-select,
.form__input .input-group-sm > select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn, .form__inputGroup > .input-group-prepend > .btn, .input-group > .form__inputGroupPrepend > .btn, .form__inputGroup > .form__inputGroupPrepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.form__inputGroup > .input-group-prepend > .input-group-text,
.input-group > .form__inputGroupPrepend > .input-group-text,
.form__inputGroup > .form__inputGroupPrepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.form__inputGroup:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .form__inputGroupAppend:not(:last-child) > .btn,
.form__inputGroup:not(.has-validation) > .form__inputGroupAppend:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.form__inputGroup:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group:not(.has-validation) > .form__inputGroupAppend:not(:last-child) > .input-group-text,
.form__inputGroup:not(.has-validation) > .form__inputGroupAppend:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.has-validation.form__inputGroup > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .form__inputGroupAppend:nth-last-child(n + 3) > .btn,
.has-validation.form__inputGroup > .form__inputGroupAppend:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.has-validation.form__inputGroup > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group.has-validation > .form__inputGroupAppend:nth-last-child(n + 3) > .input-group-text,
.has-validation.form__inputGroup > .form__inputGroupAppend:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle):not(.langSwitch__btn),
.form__inputGroup > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle):not(.langSwitch__btn),
.input-group > .form__inputGroupAppend:last-child > .btn:not(:last-child):not(.dropdown-toggle):not(.langSwitch__btn),
.form__inputGroup > .form__inputGroupAppend:last-child > .btn:not(:last-child):not(.dropdown-toggle):not(.langSwitch__btn),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.form__inputGroup > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .form__inputGroupAppend:last-child > .input-group-text:not(:last-child),
.form__inputGroup > .form__inputGroupAppend:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .form__inputGroup > .input-group-append > .btn, .input-group > .form__inputGroupAppend > .btn, .form__inputGroup > .form__inputGroupAppend > .btn,
.input-group > .input-group-append > .input-group-text,
.form__inputGroup > .input-group-append > .input-group-text,
.input-group > .form__inputGroupAppend > .input-group-text,
.form__inputGroup > .form__inputGroupAppend > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.form__inputGroup > .input-group-prepend:not(:first-child) > .btn,
.input-group > .form__inputGroupPrepend:not(:first-child) > .btn,
.form__inputGroup > .form__inputGroupPrepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.form__inputGroup > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .form__inputGroupPrepend:not(:first-child) > .input-group-text,
.form__inputGroup > .form__inputGroupPrepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.form__inputGroup > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .form__inputGroupPrepend:first-child > .btn:not(:first-child),
.form__inputGroup > .form__inputGroupPrepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.form__inputGroup > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .form__inputGroupPrepend:first-child > .input-group-text:not(:first-child),
.form__inputGroup > .form__inputGroupPrepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control, .form__checkbox, .form__radio {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }

.custom-control-inline, .form__checkbox, .form__radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input, .form__checkbox input[type="checkbox"],
.form__checkbox input[type="radio"], .form__radio input[type="radio"],
.form__radio input[type="checkbox"] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before, .form__checkbox input:checked[type="checkbox"] ~ .custom-control-label::before, .form__checkbox input:checked[type="radio"] ~ .custom-control-label::before, .form__radio input:checked[type="radio"] ~ .custom-control-label::before, .form__radio input:checked[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .custom-control-input:checked ~ label::before, .form__checkbox input:checked[type="checkbox"] ~ label::before, .form__checkbox input:checked[type="radio"] ~ label::before, .form__radio .custom-control-input:checked ~ label::before, .form__radio input:checked[type="radio"] ~ label::before, .form__radio input:checked[type="checkbox"] ~ label::before {
    color: #fff;
    border-color: #0056B3;
    background-color: #0056B3; }
  .custom-control-input:focus ~ .custom-control-label::before, .form__checkbox input:focus[type="checkbox"] ~ .custom-control-label::before, .form__checkbox input:focus[type="radio"] ~ .custom-control-label::before, .form__radio input:focus[type="radio"] ~ .custom-control-label::before, .form__radio input:focus[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .custom-control-input:focus ~ label::before, .form__checkbox input:focus[type="checkbox"] ~ label::before, .form__checkbox input:focus[type="radio"] ~ label::before, .form__radio .custom-control-input:focus ~ label::before, .form__radio input:focus[type="radio"] ~ label::before, .form__radio input:focus[type="checkbox"] ~ label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before, .form__checkbox input:focus:not(:checked)[type="checkbox"] ~ .custom-control-label::before, .form__checkbox input:focus:not(:checked)[type="radio"] ~ .custom-control-label::before, .form__radio input:focus:not(:checked)[type="radio"] ~ .custom-control-label::before, .form__radio input:focus:not(:checked)[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .custom-control-input:focus:not(:checked) ~ label::before, .form__checkbox input:focus:not(:checked)[type="checkbox"] ~ label::before, .form__checkbox input:focus:not(:checked)[type="radio"] ~ label::before, .form__radio .custom-control-input:focus:not(:checked) ~ label::before, .form__radio input:focus:not(:checked)[type="radio"] ~ label::before, .form__radio input:focus:not(:checked)[type="checkbox"] ~ label::before {
    border-color: #3495ff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before, .form__checkbox input:not(:disabled):active[type="checkbox"] ~ .custom-control-label::before, .form__checkbox input:not(:disabled):active[type="radio"] ~ .custom-control-label::before, .form__radio input:not(:disabled):active[type="radio"] ~ .custom-control-label::before, .form__radio input:not(:disabled):active[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .custom-control-input:not(:disabled):active ~ label::before, .form__checkbox input:not(:disabled):active[type="checkbox"] ~ label::before, .form__checkbox input:not(:disabled):active[type="radio"] ~ label::before, .form__radio .custom-control-input:not(:disabled):active ~ label::before, .form__radio input:not(:disabled):active[type="radio"] ~ label::before, .form__radio input:not(:disabled):active[type="checkbox"] ~ label::before {
    color: #fff;
    background-color: #67b0ff;
    border-color: #67b0ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .form__checkbox input[disabled][type="checkbox"] ~ .custom-control-label, .form__checkbox input[disabled][type="radio"] ~ .custom-control-label, .form__radio input[disabled][type="radio"] ~ .custom-control-label, .form__radio input[disabled][type="checkbox"] ~ .custom-control-label, .form__checkbox .custom-control-input[disabled] ~ label, .form__checkbox input[disabled][type="checkbox"] ~ label, .form__checkbox input[disabled][type="radio"] ~ label, .form__radio .custom-control-input[disabled] ~ label, .form__radio input[disabled][type="radio"] ~ label, .form__radio input[disabled][type="checkbox"] ~ label, .custom-control-input:disabled ~ .custom-control-label, .form__checkbox input:disabled[type="checkbox"] ~ .custom-control-label, .form__checkbox input:disabled[type="radio"] ~ .custom-control-label, .form__radio input:disabled[type="radio"] ~ .custom-control-label, .form__radio input:disabled[type="checkbox"] ~ .custom-control-label, .form__checkbox .custom-control-input:disabled ~ label, .form__checkbox input:disabled[type="checkbox"] ~ label, .form__checkbox input:disabled[type="radio"] ~ label, .form__radio .custom-control-input:disabled ~ label, .form__radio input:disabled[type="radio"] ~ label, .form__radio input:disabled[type="checkbox"] ~ label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .form__checkbox input[disabled][type="checkbox"] ~ .custom-control-label::before, .form__checkbox input[disabled][type="radio"] ~ .custom-control-label::before, .form__radio input[disabled][type="radio"] ~ .custom-control-label::before, .form__radio input[disabled][type="checkbox"] ~ .custom-control-label::before, .form__checkbox .custom-control-input[disabled] ~ label::before, .form__checkbox input[disabled][type="checkbox"] ~ label::before, .form__checkbox input[disabled][type="radio"] ~ label::before, .form__radio .custom-control-input[disabled] ~ label::before, .form__radio input[disabled][type="radio"] ~ label::before, .form__radio input[disabled][type="checkbox"] ~ label::before, .custom-control-input:disabled ~ .custom-control-label::before, .form__checkbox input:disabled[type="checkbox"] ~ .custom-control-label::before, .form__checkbox input:disabled[type="radio"] ~ .custom-control-label::before, .form__radio input:disabled[type="radio"] ~ .custom-control-label::before, .form__radio input:disabled[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .custom-control-input:disabled ~ label::before, .form__checkbox input:disabled[type="checkbox"] ~ label::before, .form__checkbox input:disabled[type="radio"] ~ label::before, .form__radio .custom-control-input:disabled ~ label::before, .form__radio input:disabled[type="radio"] ~ label::before, .form__radio input:disabled[type="checkbox"] ~ label::before {
      background-color: #e9ecef; }

.custom-control-label, .form__checkbox label, .form__radio label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before, .form__checkbox label::before, .form__radio label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after, .form__checkbox label::after, .form__radio label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before, .form__checkbox .custom-control-label::before, .custom-checkbox .form__checkbox label::before, .form__checkbox .custom-checkbox label::before, .form__checkbox label::before, .custom-checkbox .form__radio label::before, .form__radio .custom-checkbox label::before {
  border-radius: 0.375rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .form__checkbox .custom-control-input:checked ~ .custom-control-label::after, .form__checkbox .custom-checkbox input:checked[type="checkbox"] ~ .custom-control-label::after, .form__checkbox input:checked[type="checkbox"] ~ .custom-control-label::after, .form__checkbox .custom-checkbox input:checked[type="radio"] ~ .custom-control-label::after, .form__checkbox input:checked[type="radio"] ~ .custom-control-label::after, .custom-checkbox .form__radio input:checked[type="radio"] ~ .custom-control-label::after, .form__radio .custom-checkbox input:checked[type="radio"] ~ .custom-control-label::after, .form__checkbox .form__radio input:checked[type="radio"] ~ .custom-control-label::after, .custom-checkbox .form__radio input:checked[type="checkbox"] ~ .custom-control-label::after, .form__radio .custom-checkbox input:checked[type="checkbox"] ~ .custom-control-label::after, .form__checkbox .form__radio input:checked[type="checkbox"] ~ .custom-control-label::after, .custom-checkbox .form__checkbox .custom-control-input:checked ~ label::after, .form__checkbox .custom-checkbox .custom-control-input:checked ~ label::after, .form__checkbox .custom-control-input:checked ~ label::after, .custom-checkbox .form__checkbox input:checked[type="checkbox"] ~ label::after, .form__checkbox .custom-checkbox input:checked[type="checkbox"] ~ label::after, .form__checkbox input:checked[type="checkbox"] ~ label::after, .custom-checkbox .form__checkbox input:checked[type="radio"] ~ label::after, .form__checkbox .custom-checkbox input:checked[type="radio"] ~ label::after, .form__checkbox input:checked[type="radio"] ~ label::after, .custom-checkbox .form__radio .custom-control-input:checked ~ label::after, .form__radio .custom-checkbox .custom-control-input:checked ~ label::after, .form__checkbox .form__radio .custom-control-input:checked ~ label::after, .form__radio .form__checkbox .custom-control-input:checked ~ label::after, .custom-checkbox .form__radio input:checked[type="radio"] ~ label::after, .form__radio .custom-checkbox input:checked[type="radio"] ~ label::after, .form__checkbox .form__radio input:checked[type="radio"] ~ label::after, .custom-checkbox .form__radio input:checked[type="checkbox"] ~ label::after, .form__radio .custom-checkbox input:checked[type="checkbox"] ~ label::after, .form__checkbox .form__radio input:checked[type="checkbox"] ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .form__checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .form__checkbox .custom-checkbox input:indeterminate[type="checkbox"] ~ .custom-control-label::before, .form__checkbox input:indeterminate[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .custom-checkbox input:indeterminate[type="radio"] ~ .custom-control-label::before, .form__checkbox input:indeterminate[type="radio"] ~ .custom-control-label::before, .custom-checkbox .form__radio input:indeterminate[type="radio"] ~ .custom-control-label::before, .form__radio .custom-checkbox input:indeterminate[type="radio"] ~ .custom-control-label::before, .form__checkbox .form__radio input:indeterminate[type="radio"] ~ .custom-control-label::before, .custom-checkbox .form__radio input:indeterminate[type="checkbox"] ~ .custom-control-label::before, .form__radio .custom-checkbox input:indeterminate[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .form__radio input:indeterminate[type="checkbox"] ~ .custom-control-label::before, .custom-checkbox .form__checkbox .custom-control-input:indeterminate ~ label::before, .form__checkbox .custom-checkbox .custom-control-input:indeterminate ~ label::before, .form__checkbox .custom-control-input:indeterminate ~ label::before, .custom-checkbox .form__checkbox input:indeterminate[type="checkbox"] ~ label::before, .form__checkbox .custom-checkbox input:indeterminate[type="checkbox"] ~ label::before, .form__checkbox input:indeterminate[type="checkbox"] ~ label::before, .custom-checkbox .form__checkbox input:indeterminate[type="radio"] ~ label::before, .form__checkbox .custom-checkbox input:indeterminate[type="radio"] ~ label::before, .form__checkbox input:indeterminate[type="radio"] ~ label::before, .custom-checkbox .form__radio .custom-control-input:indeterminate ~ label::before, .form__radio .custom-checkbox .custom-control-input:indeterminate ~ label::before, .form__checkbox .form__radio .custom-control-input:indeterminate ~ label::before, .form__radio .form__checkbox .custom-control-input:indeterminate ~ label::before, .custom-checkbox .form__radio input:indeterminate[type="radio"] ~ label::before, .form__radio .custom-checkbox input:indeterminate[type="radio"] ~ label::before, .form__checkbox .form__radio input:indeterminate[type="radio"] ~ label::before, .custom-checkbox .form__radio input:indeterminate[type="checkbox"] ~ label::before, .form__radio .custom-checkbox input:indeterminate[type="checkbox"] ~ label::before, .form__checkbox .form__radio input:indeterminate[type="checkbox"] ~ label::before {
  border-color: #0056B3;
  background-color: #0056B3; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .form__checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .form__checkbox .custom-checkbox input:indeterminate[type="checkbox"] ~ .custom-control-label::after, .form__checkbox input:indeterminate[type="checkbox"] ~ .custom-control-label::after, .form__checkbox .custom-checkbox input:indeterminate[type="radio"] ~ .custom-control-label::after, .form__checkbox input:indeterminate[type="radio"] ~ .custom-control-label::after, .custom-checkbox .form__radio input:indeterminate[type="radio"] ~ .custom-control-label::after, .form__radio .custom-checkbox input:indeterminate[type="radio"] ~ .custom-control-label::after, .form__checkbox .form__radio input:indeterminate[type="radio"] ~ .custom-control-label::after, .custom-checkbox .form__radio input:indeterminate[type="checkbox"] ~ .custom-control-label::after, .form__radio .custom-checkbox input:indeterminate[type="checkbox"] ~ .custom-control-label::after, .form__checkbox .form__radio input:indeterminate[type="checkbox"] ~ .custom-control-label::after, .custom-checkbox .form__checkbox .custom-control-input:indeterminate ~ label::after, .form__checkbox .custom-checkbox .custom-control-input:indeterminate ~ label::after, .form__checkbox .custom-control-input:indeterminate ~ label::after, .custom-checkbox .form__checkbox input:indeterminate[type="checkbox"] ~ label::after, .form__checkbox .custom-checkbox input:indeterminate[type="checkbox"] ~ label::after, .form__checkbox input:indeterminate[type="checkbox"] ~ label::after, .custom-checkbox .form__checkbox input:indeterminate[type="radio"] ~ label::after, .form__checkbox .custom-checkbox input:indeterminate[type="radio"] ~ label::after, .form__checkbox input:indeterminate[type="radio"] ~ label::after, .custom-checkbox .form__radio .custom-control-input:indeterminate ~ label::after, .form__radio .custom-checkbox .custom-control-input:indeterminate ~ label::after, .form__checkbox .form__radio .custom-control-input:indeterminate ~ label::after, .form__radio .form__checkbox .custom-control-input:indeterminate ~ label::after, .custom-checkbox .form__radio input:indeterminate[type="radio"] ~ label::after, .form__radio .custom-checkbox input:indeterminate[type="radio"] ~ label::after, .form__checkbox .form__radio input:indeterminate[type="radio"] ~ label::after, .custom-checkbox .form__radio input:indeterminate[type="checkbox"] ~ label::after, .form__radio .custom-checkbox input:indeterminate[type="checkbox"] ~ label::after, .form__checkbox .form__radio input:indeterminate[type="checkbox"] ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .form__checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .form__checkbox .custom-checkbox input:disabled:checked[type="checkbox"] ~ .custom-control-label::before, .form__checkbox input:disabled:checked[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .custom-checkbox input:disabled:checked[type="radio"] ~ .custom-control-label::before, .form__checkbox input:disabled:checked[type="radio"] ~ .custom-control-label::before, .custom-checkbox .form__radio input:disabled:checked[type="radio"] ~ .custom-control-label::before, .form__radio .custom-checkbox input:disabled:checked[type="radio"] ~ .custom-control-label::before, .form__checkbox .form__radio input:disabled:checked[type="radio"] ~ .custom-control-label::before, .custom-checkbox .form__radio input:disabled:checked[type="checkbox"] ~ .custom-control-label::before, .form__radio .custom-checkbox input:disabled:checked[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .form__radio input:disabled:checked[type="checkbox"] ~ .custom-control-label::before, .custom-checkbox .form__checkbox .custom-control-input:disabled:checked ~ label::before, .form__checkbox .custom-checkbox .custom-control-input:disabled:checked ~ label::before, .form__checkbox .custom-control-input:disabled:checked ~ label::before, .custom-checkbox .form__checkbox input:disabled:checked[type="checkbox"] ~ label::before, .form__checkbox .custom-checkbox input:disabled:checked[type="checkbox"] ~ label::before, .form__checkbox input:disabled:checked[type="checkbox"] ~ label::before, .custom-checkbox .form__checkbox input:disabled:checked[type="radio"] ~ label::before, .form__checkbox .custom-checkbox input:disabled:checked[type="radio"] ~ label::before, .form__checkbox input:disabled:checked[type="radio"] ~ label::before, .custom-checkbox .form__radio .custom-control-input:disabled:checked ~ label::before, .form__radio .custom-checkbox .custom-control-input:disabled:checked ~ label::before, .form__checkbox .form__radio .custom-control-input:disabled:checked ~ label::before, .form__radio .form__checkbox .custom-control-input:disabled:checked ~ label::before, .custom-checkbox .form__radio input:disabled:checked[type="radio"] ~ label::before, .form__radio .custom-checkbox input:disabled:checked[type="radio"] ~ label::before, .form__checkbox .form__radio input:disabled:checked[type="radio"] ~ label::before, .custom-checkbox .form__radio input:disabled:checked[type="checkbox"] ~ label::before, .form__radio .custom-checkbox input:disabled:checked[type="checkbox"] ~ label::before, .form__checkbox .form__radio input:disabled:checked[type="checkbox"] ~ label::before {
  background-color: rgba(0, 86, 179, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .form__checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .form__checkbox .custom-checkbox input:disabled:indeterminate[type="checkbox"] ~ .custom-control-label::before, .form__checkbox input:disabled:indeterminate[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .custom-checkbox input:disabled:indeterminate[type="radio"] ~ .custom-control-label::before, .form__checkbox input:disabled:indeterminate[type="radio"] ~ .custom-control-label::before, .custom-checkbox .form__radio input:disabled:indeterminate[type="radio"] ~ .custom-control-label::before, .form__radio .custom-checkbox input:disabled:indeterminate[type="radio"] ~ .custom-control-label::before, .form__checkbox .form__radio input:disabled:indeterminate[type="radio"] ~ .custom-control-label::before, .custom-checkbox .form__radio input:disabled:indeterminate[type="checkbox"] ~ .custom-control-label::before, .form__radio .custom-checkbox input:disabled:indeterminate[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .form__radio input:disabled:indeterminate[type="checkbox"] ~ .custom-control-label::before, .custom-checkbox .form__checkbox .custom-control-input:disabled:indeterminate ~ label::before, .form__checkbox .custom-checkbox .custom-control-input:disabled:indeterminate ~ label::before, .form__checkbox .custom-control-input:disabled:indeterminate ~ label::before, .custom-checkbox .form__checkbox input:disabled:indeterminate[type="checkbox"] ~ label::before, .form__checkbox .custom-checkbox input:disabled:indeterminate[type="checkbox"] ~ label::before, .form__checkbox input:disabled:indeterminate[type="checkbox"] ~ label::before, .custom-checkbox .form__checkbox input:disabled:indeterminate[type="radio"] ~ label::before, .form__checkbox .custom-checkbox input:disabled:indeterminate[type="radio"] ~ label::before, .form__checkbox input:disabled:indeterminate[type="radio"] ~ label::before, .custom-checkbox .form__radio .custom-control-input:disabled:indeterminate ~ label::before, .form__radio .custom-checkbox .custom-control-input:disabled:indeterminate ~ label::before, .form__checkbox .form__radio .custom-control-input:disabled:indeterminate ~ label::before, .form__radio .form__checkbox .custom-control-input:disabled:indeterminate ~ label::before, .custom-checkbox .form__radio input:disabled:indeterminate[type="radio"] ~ label::before, .form__radio .custom-checkbox input:disabled:indeterminate[type="radio"] ~ label::before, .form__checkbox .form__radio input:disabled:indeterminate[type="radio"] ~ label::before, .custom-checkbox .form__radio input:disabled:indeterminate[type="checkbox"] ~ label::before, .form__radio .custom-checkbox input:disabled:indeterminate[type="checkbox"] ~ label::before, .form__checkbox .form__radio input:disabled:indeterminate[type="checkbox"] ~ label::before {
  background-color: rgba(0, 86, 179, 0.5); }

.custom-radio .custom-control-label::before, .form__radio .custom-control-label::before, .custom-radio .form__checkbox label::before, .form__checkbox .custom-radio label::before, .custom-radio .form__radio label::before, .form__radio .custom-radio label::before, .form__radio label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after, .form__radio .custom-control-input:checked ~ .custom-control-label::after, .custom-radio .form__checkbox input:checked[type="checkbox"] ~ .custom-control-label::after, .form__checkbox .custom-radio input:checked[type="checkbox"] ~ .custom-control-label::after, .form__radio .form__checkbox input:checked[type="checkbox"] ~ .custom-control-label::after, .custom-radio .form__checkbox input:checked[type="radio"] ~ .custom-control-label::after, .form__checkbox .custom-radio input:checked[type="radio"] ~ .custom-control-label::after, .form__radio .form__checkbox input:checked[type="radio"] ~ .custom-control-label::after, .form__radio .custom-radio input:checked[type="radio"] ~ .custom-control-label::after, .form__radio input:checked[type="radio"] ~ .custom-control-label::after, .form__radio .custom-radio input:checked[type="checkbox"] ~ .custom-control-label::after, .form__radio input:checked[type="checkbox"] ~ .custom-control-label::after, .custom-radio .form__checkbox .custom-control-input:checked ~ label::after, .form__checkbox .custom-radio .custom-control-input:checked ~ label::after, .form__radio .form__checkbox .custom-control-input:checked ~ label::after, .form__checkbox .form__radio .custom-control-input:checked ~ label::after, .custom-radio .form__checkbox input:checked[type="checkbox"] ~ label::after, .form__checkbox .custom-radio input:checked[type="checkbox"] ~ label::after, .custom-radio .form__checkbox input:checked[type="radio"] ~ label::after, .form__checkbox .custom-radio input:checked[type="radio"] ~ label::after, .custom-radio .form__radio .custom-control-input:checked ~ label::after, .form__radio .custom-radio .custom-control-input:checked ~ label::after, .form__radio .custom-control-input:checked ~ label::after, .form__radio .form__checkbox input:checked[type="checkbox"] ~ label::after, .form__radio .form__checkbox input:checked[type="radio"] ~ label::after, .custom-radio .form__radio input:checked[type="radio"] ~ label::after, .form__radio .custom-radio input:checked[type="radio"] ~ label::after, .form__radio input:checked[type="radio"] ~ label::after, .custom-radio .form__radio input:checked[type="checkbox"] ~ label::after, .form__radio .custom-radio input:checked[type="checkbox"] ~ label::after, .form__radio input:checked[type="checkbox"] ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .form__radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-radio .form__checkbox input:disabled:checked[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .custom-radio input:disabled:checked[type="checkbox"] ~ .custom-control-label::before, .form__radio .form__checkbox input:disabled:checked[type="checkbox"] ~ .custom-control-label::before, .custom-radio .form__checkbox input:disabled:checked[type="radio"] ~ .custom-control-label::before, .form__checkbox .custom-radio input:disabled:checked[type="radio"] ~ .custom-control-label::before, .form__radio .form__checkbox input:disabled:checked[type="radio"] ~ .custom-control-label::before, .form__radio .custom-radio input:disabled:checked[type="radio"] ~ .custom-control-label::before, .form__radio input:disabled:checked[type="radio"] ~ .custom-control-label::before, .form__radio .custom-radio input:disabled:checked[type="checkbox"] ~ .custom-control-label::before, .form__radio input:disabled:checked[type="checkbox"] ~ .custom-control-label::before, .custom-radio .form__checkbox .custom-control-input:disabled:checked ~ label::before, .form__checkbox .custom-radio .custom-control-input:disabled:checked ~ label::before, .form__radio .form__checkbox .custom-control-input:disabled:checked ~ label::before, .form__checkbox .form__radio .custom-control-input:disabled:checked ~ label::before, .custom-radio .form__checkbox input:disabled:checked[type="checkbox"] ~ label::before, .form__checkbox .custom-radio input:disabled:checked[type="checkbox"] ~ label::before, .custom-radio .form__checkbox input:disabled:checked[type="radio"] ~ label::before, .form__checkbox .custom-radio input:disabled:checked[type="radio"] ~ label::before, .custom-radio .form__radio .custom-control-input:disabled:checked ~ label::before, .form__radio .custom-radio .custom-control-input:disabled:checked ~ label::before, .form__radio .custom-control-input:disabled:checked ~ label::before, .form__radio .form__checkbox input:disabled:checked[type="checkbox"] ~ label::before, .form__radio .form__checkbox input:disabled:checked[type="radio"] ~ label::before, .custom-radio .form__radio input:disabled:checked[type="radio"] ~ label::before, .form__radio .custom-radio input:disabled:checked[type="radio"] ~ label::before, .form__radio input:disabled:checked[type="radio"] ~ label::before, .custom-radio .form__radio input:disabled:checked[type="checkbox"] ~ label::before, .form__radio .custom-radio input:disabled:checked[type="checkbox"] ~ label::before, .form__radio input:disabled:checked[type="checkbox"] ~ label::before {
  background-color: rgba(0, 86, 179, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before, .custom-switch .form__checkbox label::before, .form__checkbox .custom-switch label::before, .custom-switch .form__radio label::before, .form__radio .custom-switch label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after, .custom-switch .form__checkbox label::after, .form__checkbox .custom-switch label::after, .custom-switch .form__radio label::after, .form__radio .custom-switch label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 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-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 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: transform 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-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after, .custom-switch .form__checkbox label::after, .form__checkbox .custom-switch label::after, .custom-switch .form__radio label::after, .form__radio .custom-switch label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after, .custom-switch .form__checkbox input:checked[type="checkbox"] ~ .custom-control-label::after, .form__checkbox .custom-switch input:checked[type="checkbox"] ~ .custom-control-label::after, .custom-switch .form__checkbox input:checked[type="radio"] ~ .custom-control-label::after, .form__checkbox .custom-switch input:checked[type="radio"] ~ .custom-control-label::after, .custom-switch .form__radio input:checked[type="radio"] ~ .custom-control-label::after, .form__radio .custom-switch input:checked[type="radio"] ~ .custom-control-label::after, .custom-switch .form__radio input:checked[type="checkbox"] ~ .custom-control-label::after, .form__radio .custom-switch input:checked[type="checkbox"] ~ .custom-control-label::after, .custom-switch .form__checkbox .custom-control-input:checked ~ label::after, .form__checkbox .custom-switch .custom-control-input:checked ~ label::after, .custom-switch .form__checkbox input:checked[type="checkbox"] ~ label::after, .form__checkbox .custom-switch input:checked[type="checkbox"] ~ label::after, .custom-switch .form__checkbox input:checked[type="radio"] ~ label::after, .form__checkbox .custom-switch input:checked[type="radio"] ~ label::after, .custom-switch .form__radio .custom-control-input:checked ~ label::after, .form__radio .custom-switch .custom-control-input:checked ~ label::after, .custom-switch .form__radio input:checked[type="radio"] ~ label::after, .form__radio .custom-switch input:checked[type="radio"] ~ label::after, .custom-switch .form__radio input:checked[type="checkbox"] ~ label::after, .form__radio .custom-switch input:checked[type="checkbox"] ~ label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-switch .form__checkbox input:disabled:checked[type="checkbox"] ~ .custom-control-label::before, .form__checkbox .custom-switch input:disabled:checked[type="checkbox"] ~ .custom-control-label::before, .custom-switch .form__checkbox input:disabled:checked[type="radio"] ~ .custom-control-label::before, .form__checkbox .custom-switch input:disabled:checked[type="radio"] ~ .custom-control-label::before, .custom-switch .form__radio input:disabled:checked[type="radio"] ~ .custom-control-label::before, .form__radio .custom-switch input:disabled:checked[type="radio"] ~ .custom-control-label::before, .custom-switch .form__radio input:disabled:checked[type="checkbox"] ~ .custom-control-label::before, .form__radio .custom-switch input:disabled:checked[type="checkbox"] ~ .custom-control-label::before, .custom-switch .form__checkbox .custom-control-input:disabled:checked ~ label::before, .form__checkbox .custom-switch .custom-control-input:disabled:checked ~ label::before, .custom-switch .form__checkbox input:disabled:checked[type="checkbox"] ~ label::before, .form__checkbox .custom-switch input:disabled:checked[type="checkbox"] ~ label::before, .custom-switch .form__checkbox input:disabled:checked[type="radio"] ~ label::before, .form__checkbox .custom-switch input:disabled:checked[type="radio"] ~ label::before, .custom-switch .form__radio .custom-control-input:disabled:checked ~ label::before, .form__radio .custom-switch .custom-control-input:disabled:checked ~ label::before, .custom-switch .form__radio input:disabled:checked[type="radio"] ~ label::before, .form__radio .custom-switch input:disabled:checked[type="radio"] ~ label::before, .custom-switch .form__radio input:disabled:checked[type="checkbox"] ~ label::before, .form__radio .custom-switch input:disabled:checked[type="checkbox"] ~ label::before {
    background-color: rgba(0, 86, 179, 0.5); }

.custom-select, .form__input select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus, .form__input select:focus {
    border-color: #3495ff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25); }
    .custom-select:focus::-ms-value, .form__input select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .form__input select[multiple], .custom-select[size]:not([size="1"]), .form__input select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled, .form__input select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand, .form__input select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring, .form__input select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm, .currencySwitch select, .priceLevelSwitch select {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file, .form__file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input, .form__file input[type="file"] {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label, .form__file input:focus[type="file"] ~ .custom-file-label, .form__file .custom-file-input:focus ~ label, .form__file input:focus[type="file"] ~ label {
    border-color: #3495ff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label, .form__file input[disabled][type="file"] ~ .custom-file-label, .form__file .custom-file-input[disabled] ~ label, .form__file input[disabled][type="file"] ~ label,
  .custom-file-input:disabled ~ .custom-file-label,
  .form__file input:disabled[type="file"] ~ .custom-file-label,
  .form__file .custom-file-input:disabled ~ label,
  .form__file input:disabled[type="file"] ~ label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after, .form__file input:lang(en)[type="file"] ~ .custom-file-label::after, .form__file .custom-file-input:lang(en) ~ label::after, .form__file input:lang(en)[type="file"] ~ label::after {
    content: "Browse"; }
  .custom-file-input:lang(cz) ~ .custom-file-label::after, .form__file input:lang(cz)[type="file"] ~ .custom-file-label::after, .form__file .custom-file-input:lang(cz) ~ label::after, .form__file input:lang(cz)[type="file"] ~ label::after {
    content: "Procházet"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after, .form__file input[type="file"] ~ .custom-file-label[data-browse]::after, .form__file .custom-file-input ~ label[data-browse]::after, .form__file input[type="file"] ~ label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label, .form__file label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem; }
  .custom-file-label::after, .form__file label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.375rem 0.375rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 86, 179, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 86, 179, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 86, 179, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 86, 179, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0056B3;
    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;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #67b0ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0056B3;
    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;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #67b0ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #0056B3;
    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;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #67b0ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before, .form__checkbox label::before, .form__radio label::before, .custom-file-label, .form__file label, .custom-select, .form__input select {
  -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) {
    .custom-control-label::before, .form__checkbox label::before, .form__radio label::before, .custom-file-label, .form__file label, .custom-select, .form__input select {
      -webkit-transition: none;
      transition: none; } }

.nav, .menu__list, .tabs__handler, .eshopSubmenu__list {
  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, .menu__link, .tabs__handler > li > a, .eshopSubmenu__list > li > a {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .menu__link:hover, .tabs__handler > li > a:hover, .eshopSubmenu__list > li > a:hover, .nav-link:focus, .menu__link:focus, .tabs__handler > li > a:focus, .eshopSubmenu__list > li > a:focus {
    text-decoration: none; }
  .nav-link.disabled, .disabled.menu__link, .tabs__handler > li > a.disabled, .eshopSubmenu__list > li > a.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs, .tabs__handler {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link, .tabs__handler .nav-link, .nav-tabs .menu__link, .tabs__handler .menu__link, .nav-tabs .tabs__handler > li > a, .tabs__handler > li > a, .nav-tabs .eshopSubmenu__list > li > a, .tabs__handler .eshopSubmenu__list > li > a {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem; }
    .nav-tabs .nav-link:hover, .tabs__handler .nav-link:hover, .nav-tabs .menu__link:hover, .tabs__handler .menu__link:hover, .nav-tabs .tabs__handler > li > a:hover, .tabs__handler > li > a:hover, .nav-tabs .eshopSubmenu__list > li > a:hover, .tabs__handler .eshopSubmenu__list > li > a:hover, .nav-tabs .nav-link:focus, .tabs__handler .nav-link:focus, .nav-tabs .menu__link:focus, .tabs__handler .menu__link:focus, .nav-tabs .tabs__handler > li > a:focus, .tabs__handler > li > a:focus, .nav-tabs .eshopSubmenu__list > li > a:focus, .tabs__handler .eshopSubmenu__list > li > a:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled, .tabs__handler .nav-link.disabled, .nav-tabs .disabled.menu__link, .tabs__handler .disabled.menu__link, .nav-tabs .tabs__handler > li > a.disabled, .tabs__handler > li > a.disabled, .nav-tabs .eshopSubmenu__list > li > a.disabled, .tabs__handler .eshopSubmenu__list > li > a.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .tabs__handler .nav-link.active, .nav-tabs .active.menu__link, .tabs__handler .active.menu__link, .nav-tabs .tabs__handler > li > a.active, .tabs__handler > li > a.active, .nav-tabs .eshopSubmenu__list > li > a.active, .tabs__handler .eshopSubmenu__list > li > a.active,
  .nav-tabs .nav-item.show .nav-link,
  .tabs__handler .nav-item.show .nav-link,
  .nav-tabs .show.menu__item .nav-link,
  .tabs__handler .show.menu__item .nav-link,
  .nav-tabs .tabs__handler > li.show .nav-link,
  .tabs__handler > li.show .nav-link,
  .nav-tabs .eshopSubmenu__list > li.show .nav-link,
  .tabs__handler .eshopSubmenu__list > li.show .nav-link,
  .nav-tabs .nav-item.show .menu__link,
  .tabs__handler .nav-item.show .menu__link,
  .nav-tabs .show.menu__item .menu__link,
  .tabs__handler .show.menu__item .menu__link,
  .nav-tabs .tabs__handler > li.show .menu__link,
  .tabs__handler > li.show .menu__link,
  .nav-tabs .eshopSubmenu__list > li.show .menu__link,
  .tabs__handler .eshopSubmenu__list > li.show .menu__link,
  .nav-tabs .nav-item.show .tabs__handler > li > a,
  .tabs__handler .nav-item.show .tabs__handler > li > a,
  .nav-tabs .show.menu__item .tabs__handler > li > a,
  .tabs__handler .show.menu__item .tabs__handler > li > a,
  .nav-tabs .tabs__handler > li.show .tabs__handler > li > a,
  .tabs__handler > li.show .tabs__handler > li > a,
  .nav-tabs .eshopSubmenu__list > li.show .tabs__handler > li > a,
  .tabs__handler .eshopSubmenu__list > li.show .tabs__handler > li > a,
  .nav-tabs .nav-item.show .eshopSubmenu__list > li > a,
  .tabs__handler .nav-item.show .eshopSubmenu__list > li > a,
  .nav-tabs .show.menu__item .eshopSubmenu__list > li > a,
  .tabs__handler .show.menu__item .eshopSubmenu__list > li > a,
  .nav-tabs .tabs__handler > li.show .eshopSubmenu__list > li > a,
  .tabs__handler > li.show .eshopSubmenu__list > li > a,
  .nav-tabs .eshopSubmenu__list > li.show .eshopSubmenu__list > li > a,
  .tabs__handler .eshopSubmenu__list > li.show .eshopSubmenu__list > li > a {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu, .tabs__handler .dropdown-menu, .nav-tabs .menu__dropdown, .tabs__handler .menu__dropdown {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link, .eshopSubmenu__list .nav-link, .nav-pills .menu__link, .eshopSubmenu__list .menu__link, .nav-pills .tabs__handler > li > a, .eshopSubmenu__list .tabs__handler > li > a, .nav-pills .eshopSubmenu__list > li > a, .eshopSubmenu__list > li > a {
  border-radius: 0.375rem; }

.nav-pills .nav-link.active, .eshopSubmenu__list .nav-link.active, .nav-pills .active.menu__link, .eshopSubmenu__list .active.menu__link, .nav-pills .tabs__handler > li > a.active, .eshopSubmenu__list .tabs__handler > li > a.active, .nav-pills .eshopSubmenu__list > li > a.active, .eshopSubmenu__list > li > a.active,
.nav-pills .show > .nav-link,
.eshopSubmenu__list .show > .nav-link,
.nav-pills .show > .menu__link,
.eshopSubmenu__list .show > .menu__link,
.nav-pills .tabs__handler > li.show > a,
.eshopSubmenu__list .tabs__handler > li.show > a,
.nav-pills .eshopSubmenu__list > li.show > a,
.eshopSubmenu__list > li.show > a {
  color: #fff;
  background-color: #0056B3; }

.nav-fill > .nav-link, .nav-fill > .menu__link, .tabs__handler > li.nav-fill > a, .eshopSubmenu__list > li.nav-fill > a,
.nav-fill .nav-item,
.nav-fill .menu__item,
.nav-fill .tabs__handler > li,
.nav-fill .eshopSubmenu__list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link, .menuEshop .menu__list > .nav-link, .nav-justified > .menu__link, .menuEshop .menu__list > .menu__link, .tabs__handler > li.nav-justified > a, .menuEshop .tabs__handler > li.menu__list > a, .eshopSubmenu__list > li.nav-justified > a, .menuEshop .eshopSubmenu__list > li.menu__list > a,
.nav-justified .nav-item,
.menuEshop .menu__list .nav-item,
.nav-justified .menu__item,
.menuEshop .menu__list .menu__item,
.nav-justified .tabs__handler > li,
.menuEshop .menu__list .tabs__handler > li,
.nav-justified .eshopSubmenu__list > li,
.menuEshop .menu__list .eshopSubmenu__list > li {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane, .tabs__listPanes > .tab-pane, .tab-content > .tabs__pane, .tabs__listPanes > .tabs__pane {
  display: none; }

.tab-content > .active, .tabs__listPanes > .active {
  display: block; }

.navbar, .menuEshop .menu__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container, .menuEshop .menu__list .container,
  .navbar .container-fluid,
  .menuEshop .menu__list .container-fluid, .navbar .container-sm, .menuEshop .menu__list .container-sm, .navbar .container-md, .menuEshop .menu__list .container-md, .navbar .container-lg, .menuEshop .menu__list .container-lg, .navbar .container-xl, .menuEshop .menu__list .container-xl, .navbar .container-xxl, .menuEshop .menu__list .container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link, .navbar-nav .menu__link, .navbar-nav .tabs__handler > li > a, .navbar-nav .eshopSubmenu__list > li > a {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu, .navbar-nav .menu__dropdown {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.375rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu, .navbar-expand-sm .navbar-nav .menu__dropdown {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav .menu__link, .navbar-expand-sm .navbar-nav .tabs__handler > li > a, .navbar-expand-sm .navbar-nav .eshopSubmenu__list > li > a {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu, .navbar-expand-md .navbar-nav .menu__dropdown {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .menu__link, .navbar-expand-md .navbar-nav .tabs__handler > li > a, .navbar-expand-md .navbar-nav .eshopSubmenu__list > li > a {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu, .navbar-expand-lg .navbar-nav .menu__dropdown {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .menu__link, .navbar-expand-lg .navbar-nav .tabs__handler > li > a, .navbar-expand-lg .navbar-nav .eshopSubmenu__list > li > a {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu, .navbar-expand-xl .navbar-nav .menu__dropdown {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav .menu__link, .navbar-expand-xl .navbar-nav .tabs__handler > li > a, .navbar-expand-xl .navbar-nav .eshopSubmenu__list > li > a {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu, .navbar-expand-xxl .navbar-nav .menu__dropdown {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link, .navbar-expand-xxl .navbar-nav .menu__link, .navbar-expand-xxl .navbar-nav .tabs__handler > li > a, .navbar-expand-xxl .navbar-nav .eshopSubmenu__list > li > a {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu, .navbar-expand .navbar-nav .menu__dropdown {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav .menu__link, .navbar-expand .navbar-nav .tabs__handler > li > a, .navbar-expand .navbar-nav .eshopSubmenu__list > li > a {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .menu__link, .navbar-light .navbar-nav .tabs__handler > li > a, .navbar-light .navbar-nav .eshopSubmenu__list > li > a {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .menu__link:hover, .navbar-light .navbar-nav .tabs__handler > li > a:hover, .navbar-light .navbar-nav .eshopSubmenu__list > li > a:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .menu__link:focus, .navbar-light .navbar-nav .tabs__handler > li > a:focus, .navbar-light .navbar-nav .eshopSubmenu__list > li > a:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .disabled.menu__link, .navbar-light .navbar-nav .tabs__handler > li > a.disabled, .navbar-light .navbar-nav .eshopSubmenu__list > li > a.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .show > .menu__link, .navbar-light .navbar-nav .tabs__handler > li.show > a, .navbar-light .navbar-nav .eshopSubmenu__list > li.show > a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .menu__link,
.navbar-light .navbar-nav .tabs__handler > li.active > a,
.navbar-light .navbar-nav .eshopSubmenu__list > li.active > a,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show.menu__link,
.navbar-light .navbar-nav .tabs__handler > li > a.show,
.navbar-light .navbar-nav .eshopSubmenu__list > li > a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .active.menu__link,
.navbar-light .navbar-nav .tabs__handler > li > a.active,
.navbar-light .navbar-nav .eshopSubmenu__list > li > a.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .menu__link, .navbar-dark .navbar-nav .tabs__handler > li > a, .navbar-dark .navbar-nav .eshopSubmenu__list > li > a {
  color: #fff; }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .menu__link:hover, .navbar-dark .navbar-nav .tabs__handler > li > a:hover, .navbar-dark .navbar-nav .eshopSubmenu__list > li > a:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .menu__link:focus, .navbar-dark .navbar-nav .tabs__handler > li > a:focus, .navbar-dark .navbar-nav .eshopSubmenu__list > li > a:focus {
    color: #fff; }
  .navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .disabled.menu__link, .navbar-dark .navbar-nav .tabs__handler > li > a.disabled, .navbar-dark .navbar-nav .eshopSubmenu__list > li > a.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .show > .menu__link, .navbar-dark .navbar-nav .tabs__handler > li.show > a, .navbar-dark .navbar-nav .eshopSubmenu__list > li.show > a,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .menu__link,
.navbar-dark .navbar-nav .tabs__handler > li.active > a,
.navbar-dark .navbar-nav .eshopSubmenu__list > li.active > a,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show.menu__link,
.navbar-dark .navbar-nav .tabs__handler > li > a.show,
.navbar-dark .navbar-nav .eshopSubmenu__list > li > a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .active.menu__link,
.navbar-dark .navbar-nav .tabs__handler > li > a.active,
.navbar-dark .navbar-nav .eshopSubmenu__list > li > a.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: #fff; }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card, .upoutavka {
  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;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.375rem; }
  .card > hr, .upoutavka > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group, .upoutavka > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child, .upoutavka > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.375rem - 1px);
      border-top-right-radius: calc(0.375rem - 1px); }
    .card > .list-group:last-child, .upoutavka > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.375rem - 1px);
      border-bottom-left-radius: calc(0.375rem - 1px); }
  .card > .card-header + .list-group, .upoutavka > .card-header + .list-group,
  .card > .list-group + .card-footer,
  .upoutavka > .list-group + .card-footer,
  .card > .list-group + .upoutavka__footer,
  .upoutavka > .list-group + .upoutavka__footer {
    border-top: 0; }

.card-body, .upoutavka__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0; }

.card-footer, .upoutavka__footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child, .upoutavka__footer:last-child {
    border-radius: 0 0 calc(0.375rem - 1px) calc(0.375rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.375rem - 1px); }

.card-img,
.card-img-top,
.upoutavka__img img,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top,
.upoutavka__img img {
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 1px); }

.card-deck .card, .listUpoutavky .card, .card-deck .upoutavka, .listUpoutavky .upoutavka {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck, .listUpoutavky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card, .listUpoutavky .card, .card-deck .upoutavka, .listUpoutavky .upoutavka {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card, .card-group > .upoutavka {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group > .card, .card-group > .upoutavka {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card, .card-group > .upoutavka + .card, .card-group > .card + .upoutavka, .card-group > .upoutavka + .upoutavka {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child), .card-group > .upoutavka:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top, .card-group > .upoutavka:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .upoutavka__img img, .upoutavka__img .card-group > .card:not(:last-child) img, .card-group > .upoutavka:not(:last-child) .upoutavka__img img, .upoutavka__img .card-group > .upoutavka:not(:last-child) img,
        .card-group > .card:not(:last-child) .card-header,
        .card-group > .upoutavka:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .upoutavka:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer,
        .card-group > .upoutavka:not(:last-child) .card-footer,
        .card-group > .card:not(:last-child) .upoutavka__footer,
        .card-group > .upoutavka:not(:last-child) .upoutavka__footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child), .card-group > .upoutavka:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top, .card-group > .upoutavka:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .upoutavka__img img, .upoutavka__img .card-group > .card:not(:first-child) img, .card-group > .upoutavka:not(:first-child) .upoutavka__img img, .upoutavka__img .card-group > .upoutavka:not(:first-child) img,
        .card-group > .card:not(:first-child) .card-header,
        .card-group > .upoutavka:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .upoutavka:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer,
        .card-group > .upoutavka:not(:first-child) .card-footer,
        .card-group > .card:not(:first-child) .upoutavka__footer,
        .card-group > .upoutavka:not(:first-child) .upoutavka__footer {
          border-bottom-left-radius: 0; } }

.card-columns .card, .card-columns .upoutavka {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card, .card-columns .upoutavka {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card, .accordion > .upoutavka {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type), .accordion > .upoutavka:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type), .accordion > .upoutavka:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header, .accordion > .upoutavka > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb, .path__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.375rem; }

.breadcrumb-item + .breadcrumb-item, .path__item + .breadcrumb-item, .breadcrumb-item + .path__item, .path__item + .path__item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before, .path__item + .breadcrumb-item::before, .breadcrumb-item + .path__item::before, .path__item + .path__item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "»"; }

.breadcrumb-item + .breadcrumb-item:hover::before, .path__item + .breadcrumb-item:hover::before, .breadcrumb-item + .path__item:hover::before, .path__item + .path__item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before, .path__item + .breadcrumb-item:hover::before, .breadcrumb-item + .path__item:hover::before, .path__item + .path__item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active, .active.path__item {
  color: #6c757d; }

.pagination, .paging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem; }

.page-link, .paging__link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0056B3;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover, .paging__link:hover {
    z-index: 2;
    color: #003167;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus, .paging__link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25); }

.page-item:first-child .page-link, .paging__item:first-child .page-link, .page-item:first-child .paging__link, .paging__item:first-child .paging__link {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem; }

.page-item:last-child .page-link, .paging__item:last-child .page-link, .page-item:last-child .paging__link, .paging__item:last-child .paging__link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem; }

.page-item.active .page-link, .active.paging__item .page-link, .page-item.active .paging__link, .active.paging__item .paging__link {
  z-index: 3;
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3; }

.page-item.disabled .page-link, .disabled.paging__item .page-link, .page-item.disabled .paging__link, .disabled.paging__item .paging__link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link, .pagination-lg .paging__link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link, .pagination-lg .paging__item:first-child .page-link, .pagination-lg .page-item:first-child .paging__link, .pagination-lg .paging__item:first-child .paging__link {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem; }

.pagination-lg .page-item:last-child .page-link, .pagination-lg .paging__item:last-child .page-link, .pagination-lg .page-item:last-child .paging__link, .pagination-lg .paging__item:last-child .paging__link {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem; }

.pagination-sm .page-link, .pagination-sm .paging__link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link, .pagination-sm .paging__item:first-child .page-link, .pagination-sm .page-item:first-child .paging__link, .pagination-sm .paging__item:first-child .paging__link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link, .pagination-sm .paging__item:last-child .page-link, .pagination-sm .page-item:last-child .paging__link, .pagination-sm .paging__item:last-child .paging__link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge, .prelepka {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
  -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) {
    .badge, .prelepka {
      -webkit-transition: none;
      transition: none; } }
  a.badge:hover, a.prelepka:hover, a.badge:focus, a.prelepka:focus {
    text-decoration: none; }
  .badge:empty, .prelepka:empty {
    display: none; }

.btn .badge, .btn .prelepka {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #0056B3; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #003d80; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); }

.badge-secondary, .detailSurvey .badge, .detailSurvey .prelepka {
  color: #fff;
  background-color: #495057; }
  a.badge-secondary:hover, .detailSurvey a.badge:hover, .detailSurvey a.prelepka:hover, a.badge-secondary:focus, .detailSurvey a.badge:focus, .detailSurvey a.prelepka:focus {
    color: #fff;
    background-color: #32373b; }
  a.badge-secondary:focus, .detailSurvey a.badge:focus, .detailSurvey a.prelepka:focus, a.badge-secondary.focus, .detailSurvey a.focus.badge, .detailSurvey a.focus.prelepka {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.alert, .detailCookieConsent__msgSave > p, .system-msg {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.375rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #002d5d;
  background-color: #ccddf0;
  border-color: #b8d0ea; }
  .alert-primary hr {
    border-top-color: #a4c3e4; }
  .alert-primary .alert-link {
    color: #00142a; }

.alert-secondary {
  color: #262a2d;
  background-color: #dbdcdd;
  border-color: #ccced0; }
  .alert-secondary hr {
    border-top-color: #bfc1c4; }
  .alert-secondary .alert-link {
    color: #0f1011; }

.alert-success, .detailCookieConsent__msgSave > p, .system-msg.ui-state-default {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr, .detailCookieConsent__msgSave > p hr, .system-msg.ui-state-default hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link, .detailCookieConsent__msgSave > p .alert-link, .system-msg.ui-state-default .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning, .system-msg.ui-state-highlight {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr, .system-msg.ui-state-highlight hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link, .system-msg.ui-state-highlight .alert-link {
    color: #533f03; }

.alert-danger, .system-msg.ui-state-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr, .system-msg.ui-state-error hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link, .system-msg.ui-state-error .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; } }

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

.bg-primary {
  background-color: #0056B3 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #003d80 !important; }

.bg-secondary {
  background-color: #495057 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #32373b !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #17a2b8 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

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

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

.d-flex {
  display: -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; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -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; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -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; } }

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

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

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

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -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; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before, .detailVideogallery .embed-responsive::before, .detailEshop__video .embed-responsive::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before, .detailVideogallery .embed-responsive::before, .detailEshop__video .embed-responsive::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.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-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !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; }

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

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

@media (min-width: 576px) {
  .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-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !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; }
  .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; }
  .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; } }

@media (min-width: 768px) {
  .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-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !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; }
  .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; }
  .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; } }

@media (min-width: 992px) {
  .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-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !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; }
  .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; }
  .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; } }

@media (min-width: 1200px) {
  .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-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !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; }
  .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; }
  .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; } }

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-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; }

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

.overflow-hidden {
  overflow: hidden !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; }

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #0056B3 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #003167 !important; }

.text-secondary {
  color: #495057 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #262a2d !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted, .form__text {
  color: #6c757d !important; }

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar, .menuEshop .menu__list {
    display: none; }
  .badge, .prelepka {
    border: 1px solid #000; }
  .table, .listEshopSavedCart table, .detailEshop__catalogNumbers table, .detailEshopCart__orderSummaryDeliveryAddress table, .detailUserSettings__listAddresses table, .detailUserSettings__listUsers table, .detailUserSettings__listEshopOrders table, .detailUserSettings__detailOrderDeliveryAddress table, .modalEshopCartChangeAddress table {
    border-collapse: collapse !important; }
    
    .table td,
    .listEshopSavedCart table td,
    .detailEshop__catalogNumbers table td,
    .detailEshopCart__orderSummaryDeliveryAddress table td,
    .detailUserSettings__listAddresses table td,
    .detailUserSettings__listUsers table td,
    .detailUserSettings__listEshopOrders table td,
    .detailUserSettings__detailOrderDeliveryAddress table td,
    .modalEshopCartChangeAddress table td, .table th, .listEshopSavedCart table th, .detailEshop__catalogNumbers table th, .detailEshopCart__orderSummaryDeliveryAddress table th, .detailUserSettings__listAddresses table th, .detailUserSettings__listUsers table th, .detailUserSettings__listEshopOrders table th, .detailUserSettings__detailOrderDeliveryAddress table th, .modalEshopCartChangeAddress table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th, .listEshopSavedCart table .thead-dark th, .detailEshop__catalogNumbers table .thead-dark th, .detailEshopCart__orderSummaryDeliveryAddress table .thead-dark th, .detailUserSettings__listAddresses table .thead-dark th, .detailUserSettings__listUsers table .thead-dark th, .detailUserSettings__listEshopOrders table .thead-dark th, .detailUserSettings__detailOrderDeliveryAddress table .thead-dark th, .modalEshopCartChangeAddress table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello/fontello.eot?1294439928");
  src: url("fonts/fontello/fontello.eot?1294439928#iefix") format("embedded-opentype"), url("fonts/fontello/fontello.woff2?1294439928") format("woff2"), url("fonts/fontello/fontello.woff?1294439928") format("woff"), url("fonts/fontello/fontello.ttf?1294439928") format("truetype");
  font-weight: normal;
  font-style: normal; }

.icon:before, .btn--facebook > span:first-child:before, .btn--google > span:first-child:before, .menuHorizontal .menu__toggle span:first-child:before, .menuEshop .menu__toggle > button > span:first-child:before, .loopEshop .loop__btn > span:first-child:before, .loopEshopVariant .loop__btn a > span:first-child:before, .loopEshopVariant .loop__btn button > span:first-child:before, .loopEshopCart__count .form__inputGroupPrepend .btn > span:first-child:before, .loopEshopCart__count .form__inputGroupAppend .btn > span:first-child:before, .loopEshopCart__formRemove .btn > span:first-child:before, .loopEshopCartPersonalData__btnEdit > span:last-child:before, .loopEshopCartPersonalData__btnSettings > span:last-child:before, .detailEshopCartRegistration__btn > span:last-child:before, .detailEshop__btn > span:first-child:before, .detailEshop__essox .detailEshop__essoxItemPrice .btn span:first-child:before, .detailEshop__poptavka a > span:first-child:before, .detailEshop__watchdog a > span:first-child:before, .detailEshopCart__cartControlNext .btn > span:last-child:before, .detailEshopCart__cartControlPrev .btn > span:first-child:before, .detailEshopCart__cartControlSavedCart .btn > span:first-child:before, .detailEshopCart__btnRepayment a > span:last-child:before, .detailUserSettings__listEshopOrders .order-asc:before, .detailUserSettings__listEshopOrders .order-desc:before, .modalEshopCart__btn > span:last-child:before, .modalEshopCart__btnClose > span:first-child:before, .modalEshopCartChangeAddress__btnSettings > span:last-child:before, .formSearch__btn span:first-child:before, .eshopOrderBy__item > span:first-child:before, .eshopCartSmall span:nth-child(2):before, .menuTop .menu__toggle span:first-child:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-down:before {
  content: '\e800'; }

/* '' */
.icon-chevron-left:before {
  content: '\e801'; }

/* '' */
.icon-plus:before, .loopEshopCart__count .form__inputGroupAppend .btn > span:first-child:before {
  content: '\e802'; }

/* '' */
.icon-trash:before {
  content: '\e803'; }

/* '' */
.icon-search:before, .formSearch__btn span:first-child:before {
  content: '\e804'; }

/* '' */
.icon-cart:before, .eshopCartSmall span:nth-child(2):before {
  content: '\e805'; }

/* '' */
.icon-minus:before, .loopEshopCart__count .form__inputGroupPrepend .btn > span:first-child:before {
  content: '\e806'; }

/* '' */
.icon-chevron-right:before {
  content: '\e807'; }

/* '' */
.icon-chevron-up:before {
  content: '\e808'; }

/* '' */
.icon-arrow-down:before, .detailUserSettings__listEshopOrders .order-asc:before, .eshopOrderBy__item--asc > span:first-child:before {
  content: '\e809'; }

/* '' */
.icon-arrow-left:before, .detailEshopCart__cartControlPrev .btn > span:first-child:before, .modalEshopCart__btnClose > span:first-child:before {
  content: '\e80a'; }

/* '' */
.icon-arrow-right:before, .detailEshopCartRegistration__btn > span:last-child:before, .detailEshopCart__cartControlNext .btn > span:last-child:before, .detailEshopCart__btnRepayment a > span:last-child:before, .modalEshopCart__btn > span:last-child:before {
  content: '\e80b'; }

/* '' */
.icon-arrow-up:before, .detailUserSettings__listEshopOrders .order-desc:before, .eshopOrderBy__item--desc > span:first-child:before {
  content: '\e80c'; }

/* '' */
.icon-check:before, .detailEshopCart__cartControlSavedCart .btn > span:first-child:before {
  content: '\e80d'; }

/* '' */
.icon-cancel:before, .loopEshopCart__formRemove .btn > span:first-child:before {
  content: '\e80e'; }

/* '' */
.icon-pencil:before, .loopEshopCartPersonalData__btnEdit > span:last-child:before, .loopEshopCartPersonalData__btnSettings > span:last-child:before, .modalEshopCartChangeAddress__btnSettings > span:last-child:before {
  content: '\e80f'; }

/* '' */
.icon-mail:before, .loopEshopVariant .loop__btn a > span:first-child:before, .detailEshop__poptavka a > span:first-child:before, .detailEshop__watchdog a > span:first-child:before {
  content: '\e810'; }

/* '' */
.icon-star:before {
  content: '\e811'; }

/* '' */
.icon-home:before {
  content: '\e812'; }

/* '' */
.icon-star-empty:before {
  content: '\e813'; }

/* '' */
.icon-ftsun:before {
  content: '\e814'; }

/* '' */
.icon-face-angry:before {
  content: '\e822'; }

/* '' */
.icon-face-frown:before {
  content: '\e823'; }

/* '' */
.icon-face-smile:before {
  content: '\e824'; }

/* '' */
.icon-heart:before {
  content: '\e825'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e826'; }

/* '' */
.icon-google:before, .btn--google > span:first-child:before {
  content: '\e830'; }

/* '' */
.icon-youtube:before {
  content: '\e831'; }

/* '' */
.icon-facebook:before, .btn--facebook > span:first-child:before {
  content: '\e832'; }

/* '' */
.icon-instagram:before {
  content: '\e833'; }

/* '' */
.icon-menu:before, .menuHorizontal .menu__toggle span:first-child:before, .menuEshop .menu__toggle > button > span:first-child:before, .menuTop .menu__toggle span:first-child:before {
  content: '\f0c9'; }

/* '' */
.icon-star-half:before {
  content: '\f123'; }

/* '' */
.icon-calc:before, .detailEshop__essox .detailEshop__essoxItemPrice .btn span:first-child:before {
  content: '\f1ec'; }

/* '' */
.icon-cart-plus:before, .loopEshop .loop__btn > span:first-child:before, .loopEshopVariant .loop__btn button > span:first-child:before, .detailEshop__btn > span:first-child:before {
  content: '\f217'; }

/* '' */
body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px) !important; }
  .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: #757575;
    line-height: calc(1.5em + 0.75rem); }
  .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 3px;
    width: 20px; }
    .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
      top: 60%;
      border-color: #343a40 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      width: 0;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute; }
  .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.5em + 0.75rem); }

.select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da;
  border-radius: 0.375rem; }

.select2-results__message {
  color: #000; }

.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.5em + 0.75rem + 2px) !important; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    color: #343a40;
    border: 1px solid #bdc6d0;
    border-radius: 0.2rem;
    padding: 0;
    padding-right: 5px;
    cursor: pointer;
    float: left;
    margin-top: 0.3em;
    margin-right: 5px; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    color: #bdc6d0;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 1px;
    padding-right: 3px;
    padding-left: 3px;
    float: left; }
    .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #343a40; }

.select2-container {
  display: block; }
  .select2-container *:focus {
    outline: 0; }

.input-group .select2-container--bootstrap4, .form__inputGroup .select2-container--bootstrap4 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.input-group-prepend ~ .select2-container--bootstrap4 .select2-selection, .form__inputGroupPrepend ~ .select2-container--bootstrap4 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.select2-container--bootstrap4 .select2-selection {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  width: 100%; }

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #17a2b8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.25); }

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
  background-color: #e9ecef;
  cursor: not-allowed;
  border-color: #ced4da;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--bootstrap4.select2-container--disabled .select2-search__field, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
  background-color: transparent; }

select.is-invalid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #dc3545; }

select.is-valid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #28a745; }

.select2-container--bootstrap4 .select2-dropdown {
  border-color: #ced4da;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
    border-top: 1px solid #ced4da;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem; }
  .select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
    background-color: #e9ecef; }

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  background-color: #0056B3;
  color: #f8f9fa; }

.select2-container--bootstrap4 .select2-results__option[role=group] {
  padding: 0; }

.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 15em;
  overflow-y: auto; }

.select2-container--bootstrap4 .select2-results__group {
  padding: 6px;
  display: list-item;
  color: #495057; }

.select2-container--bootstrap4 .select2-selection__clear {
  width: 1.2em;
  height: 1.2em;
  line-height: 1.15em;
  padding-left: 0.3em;
  margin-top: 0.5em;
  border-radius: 100%;
  background-color: #495057;
  color: #f8f9fa;
  float: right;
  margin-right: 0.3em; }
  .select2-container--bootstrap4 .select2-selection__clear:hover {
    background-color: #343a40; }

/**
 * Vytvoření responzivního elementu s proporcí dle zadaných rozměrů
 * $width - šířka / poměr prvku
 * $height - výška / poměr prvku
 * $innerElement - HTML tag vnitřního elementu pro absolutní pozicování
 * $innerElementLeft - Pozice X vnitřního elementu
 * $innerElementTop - Pozice Y vnitřního elementu
 */
.loader {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 990;
  background: transparent;
  background: rgba(255, 255, 255, 0); }
  .loader > div:before,
  .loader > div:after,
  .loader > div,
  .loader > span:before,
  .loader > span:after,
  .loader > span {
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
    color: #0056B3;
    border-radius: 0%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation: loaderAnimation 1.8s infinite ease-in-out;
            animation: loaderAnimation 1.8s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .loader > div,
  .loader > span {
    outline: 1px solid transparent;
    font-size: 10px;
    text-indent: -9999em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3.75em;
    margin-left: -1.25em;
    -webkit-animation-delay: 0.16s;
            animation-delay: 0.16s; }
  .loader > div:before,
  .loader > span:before {
    left: -3.5em; }
  .loader > div:after,
  .loader > span:after {
    left: 3.5em;
    -webkit-animation-delay: 0.32s;
            animation-delay: 0.32s; }
  .loader > div:before,
  .loader > div:after,
  .loader > span:before,
  .loader > span:after {
    content: '';
    position: absolute;
    top: 0; }

@-webkit-keyframes loaderAnimation {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.25em;
            box-shadow: 0 2.5em 0 -1.25em; }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0; } }

@keyframes loaderAnimation {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.25em;
            box-shadow: 0 2.5em 0 -1.25em; }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0; } }

.loader--sm > div,
.loader--sm > span {
  font-size: 5px; }

.loader--xs > div,
.loader--xs > span {
  font-size: 3px; }

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

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

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

@media (min-width: 576px) {
  .d-sm-table-header-group {
    display: table-header-group !important; }
  .d-sm-table-row-group {
    display: table-row-group !important; }
  .d-sm-table-footer-group {
    display: table-footer-group !important; } }

@media (min-width: 768px) {
  .d-md-table-header-group {
    display: table-header-group !important; }
  .d-md-table-row-group {
    display: table-row-group !important; }
  .d-md-table-footer-group {
    display: table-footer-group !important; } }

@media (min-width: 992px) {
  .d-lg-table-header-group {
    display: table-header-group !important; }
  .d-lg-table-row-group {
    display: table-row-group !important; }
  .d-lg-table-footer-group {
    display: table-footer-group !important; } }

@media (min-width: 1200px) {
  .d-xl-table-header-group {
    display: table-header-group !important; }
  .d-xl-table-row-group {
    display: table-row-group !important; }
  .d-xl-table-footer-group {
    display: table-footer-group !important; } }

@media (min-width: 1400px) {
  .d-xxl-table-header-group {
    display: table-header-group !important; }
  .d-xxl-table-row-group {
    display: table-row-group !important; }
  .d-xxl-table-footer-group {
    display: table-footer-group !important; } }

.template {
  display: none; }

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

@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important; } }

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important; } }

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important; } }

@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important; } }

@media (min-width: 1400px) {
  .w-xxl-auto {
    width: auto !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

:focus {
  outline: 0 !important; }

textarea {
  resize: none; }

input[type='number'] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; }
  input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
            appearance: none;
    margin: 0; }

:not(output):-moz-ui-invalid:not(:focus),
:not(output):-moz-ui-invalid:-moz-focusring:not(:focus) {
  box-shadow: none; }

input:required:invalid {
  outline: none; }

.custom-control.disabled, .disabled.form__checkbox, .disabled.form__radio {
  pointer-events: none; }
  .custom-control.disabled .custom-control-label, .disabled.form__checkbox .custom-control-label, .disabled.form__radio .custom-control-label, .custom-control.disabled .form__checkbox label, .form__checkbox .custom-control.disabled label, .disabled.form__checkbox label, .custom-control.disabled .form__radio label, .form__radio .custom-control.disabled label, .disabled.form__radio label {
    color: #6c757d; }
    .custom-control.disabled .custom-control-label:before, .disabled.form__checkbox .custom-control-label:before, .disabled.form__radio .custom-control-label:before, .custom-control.disabled .form__checkbox label:before, .form__checkbox .custom-control.disabled label:before, .disabled.form__checkbox label:before, .custom-control.disabled .form__radio label:before, .form__radio .custom-control.disabled label:before, .disabled.form__radio label:before {
      background-color: #e9ecef; }

.btn--facebook {
  color: #fff;
  background-color: #3366CC;
  border-color: #3366CC;
  display: block; }
  .btn--facebook:hover {
    color: #fff;
    background-color: #2b57ad;
    border-color: #2952a3; }
  .btn--facebook:focus, .btn--facebook.focus {
    color: #fff;
    background-color: #2b57ad;
    border-color: #2952a3;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 125, 212, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 125, 212, 0.5); }
  .btn--facebook.disabled, .btn--facebook:disabled {
    color: #fff;
    background-color: #3366CC;
    border-color: #3366CC; }
  .btn--facebook:not(:disabled):not(.disabled):active, .btn--facebook:not(:disabled):not(.disabled).active,
  .show > .btn--facebook.dropdown-toggle,
  .show > .btn--facebook.langSwitch__btn {
    color: #fff;
    background-color: #2952a3;
    border-color: #264d99; }
    .btn--facebook:not(:disabled):not(.disabled):active:focus, .btn--facebook:not(:disabled):not(.disabled).active:focus,
    .show > .btn--facebook.dropdown-toggle:focus,
    .show > .btn--facebook.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 125, 212, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 125, 212, 0.5); }
  .btn--facebook > span:first-child {
    margin-right: 0.5rem; }

.btn--google {
  color: #212529;
  background-color: #fff;
  border-color: #747775;
  display: block; }
  .btn--google:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #5b5d5c; }
  .btn--google:focus, .btn--google.focus {
    color: #212529;
    background-color: #ececec;
    border-color: #5b5d5c;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 107, 106, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(104, 107, 106, 0.5); }
  .btn--google.disabled, .btn--google:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #747775; }
  .btn--google:not(:disabled):not(.disabled):active, .btn--google:not(:disabled):not(.disabled).active,
  .show > .btn--google.dropdown-toggle,
  .show > .btn--google.langSwitch__btn {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #555755; }
    .btn--google:not(:disabled):not(.disabled):active:focus, .btn--google:not(:disabled):not(.disabled).active:focus,
    .show > .btn--google.dropdown-toggle:focus,
    .show > .btn--google.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(104, 107, 106, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(104, 107, 106, 0.5); }
  .btn--google > span:first-child {
    margin-right: 0.5rem; }

.fancybox-slide--video video {
  width: 100%;
  max-width: 1024px;
  padding: 0px; }

.fancybox-caption {
  border: 0;
  text-align: center; }

.fancybox-share a:hover, .fancybox-share a:focus {
  color: #fff; }

.layout__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .layout__container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .layout__container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .layout__container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .layout__container {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .layout__container {
      max-width: 1320px; } }

.list {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .list > .list__header,
  .list > .list__content,
  .list > .list__footer {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      .list > .list__header,
      .list > .list__content,
      .list > .list__footer {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1200px) {
      .list > .list__header,
      .list > .list__content,
      .list > .list__footer {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%; } }

.list__heading {
  margin-bottom: 1.5rem; }

.list__btn {
  margin-bottom: 0; }
  .list__btn > a {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
    .list__btn > a:hover {
      color: #fff;
      background-color: #00448d;
      border-color: #003d80; }
    .list__btn > a:focus, .list__btn > a.focus {
      color: #fff;
      background-color: #00448d;
      border-color: #003d80;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
    .list__btn > a.disabled, .list__btn > a:disabled {
      color: #fff;
      background-color: #0056B3;
      border-color: #0056B3; }
    .list__btn > a:not(:disabled):not(.disabled):active, .list__btn > a:not(:disabled):not(.disabled).active,
    .show > .list__btn > a.dropdown-toggle,
    .show > .list__btn > a.langSwitch__btn {
      color: #fff;
      background-color: #003d80;
      border-color: #003773; }
      .list__btn > a:not(:disabled):not(.disabled):active:focus, .list__btn > a:not(:disabled):not(.disabled).active:focus,
      .show > .list__btn > a.dropdown-toggle:focus,
      .show > .list__btn > a.langSwitch__btn:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

.detail {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.detail__imgMain {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.5rem; }
  .detail__imgMain img {
    max-width: 100%;
    height: auto; }

.detail__content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .detail__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1200px) {
    .detail__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; } }

.detail__heading {
  margin-bottom: 1.5rem; }

.detail__perex {
  margin-bottom: 1rem; }

.detail__popis {
  margin-bottom: 1.5rem; }

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

.detail__img {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .detail__img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  .detail__img img {
    max-width: 100%;
    height: auto; }

.detail__rating {
  margin-bottom: 1.5rem; }
  .detail__rating > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .detail__rating > ul > li {
      display: inline-block;
      vertical-align: top;
      cursor: pointer; }
      .detail__rating > ul > li + li {
        margin-bottom: 0.5rem; }

.loop {
  margin-bottom: 1.5rem; }

.loop__header {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.loop__heading {
  margin-bottom: 0.5rem; }

.loop__date {
  margin-bottom: 0.5rem;
  margin-top: -0.5rem; }

.loop__img img {
  max-width: 100%;
  height: auto; }

.loop__perex {
  margin-bottom: 0.5rem; }

.loop__btn {
  margin-bottom: 0; }
  .loop__btn > a {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
    .loop__btn > a:hover {
      color: #fff;
      background-color: #00448d;
      border-color: #003d80; }
    .loop__btn > a:focus, .loop__btn > a.focus {
      color: #fff;
      background-color: #00448d;
      border-color: #003d80;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
    .loop__btn > a.disabled, .loop__btn > a:disabled {
      color: #fff;
      background-color: #0056B3;
      border-color: #0056B3; }
    .loop__btn > a:not(:disabled):not(.disabled):active, .loop__btn > a:not(:disabled):not(.disabled).active,
    .show > .loop__btn > a.dropdown-toggle,
    .show > .loop__btn > a.langSwitch__btn {
      color: #fff;
      background-color: #003d80;
      border-color: #003773; }
      .loop__btn > a:not(:disabled):not(.disabled):active:focus, .loop__btn > a:not(:disabled):not(.disabled).active:focus,
      .show > .loop__btn > a.dropdown-toggle:focus,
      .show > .loop__btn > a.langSwitch__btn:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

.slideshow {
  position: relative; }

.slide {
  position: relative; }

.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.slide__content--left {
  text-align: left; }

.slide__content--right {
  text-align: right; }

.menu:lang(cs) .menu__toggle > button > span:first-child::after {
  content: "Menu"; }

.menu:lang(cz) .menu__toggle > button > span:first-child::after {
  content: "Menu"; }

.menu:lang(en) .menu__toggle > button > span:first-child::after {
  content: "Menu"; }

.menu:lang(de) .menu__toggle > button > span:first-child::after {
  content: "Menü"; }

.menu:lang(dk) .menu__toggle > button > span:first-child::after {
  content: "Menu"; }

.menu:lang(sk) .menu__toggle > button > span:first-child::after {
  content: "Menu"; }

.menu:lang(nl) .menu__toggle > button > span:first-child::after {
  content: "Menu"; }

.menu:lang(pl) .menu__toggle > button > span:first-child::after {
  content: "Menu"; }

.menu__toggle > button {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0; }

.path {
  margin-bottom: 1.5rem; }

.form__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .form__header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

@media (min-width: 768px) {
  .form__steps {
    margin-left: auto;
    -ms-flex-item-align: center;
        align-self: center; } }

.form__steps > button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3; }
  .form__steps > button:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .form__steps > button:focus, .form__steps > button.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .form__steps > button.disabled, .form__steps > button:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .form__steps > button:not(:disabled):not(.disabled):active, .form__steps > button:not(:disabled):not(.disabled).active,
  .show > .form__steps > button.dropdown-toggle,
  .show > .form__steps > button.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .form__steps > button:not(:disabled):not(.disabled):active:focus, .form__steps > button:not(:disabled):not(.disabled).active:focus,
    .show > .form__steps > button.dropdown-toggle:focus,
    .show > .form__steps > button.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .form__steps > button + button {
    margin-left: 0.25rem; }

.form__inputGroup {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .form__inputGroup .form__input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .form__inputGroup .form__input:first-child > * {
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important; }

.form__inputGroupPrepend + .form__input > * {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.form__input select + input[type="text"] {
  margin-top: 0.5rem;
  display: none; }

.form__checkbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .form__checkbox input[type="text"] {
    margin-top: 0.5rem;
    display: none; }
  .form__checkbox input[type="checkbox"]:checked ~ input[type="text"] {
    display: block; }
  .form__group--horizontal .form__checkbox {
    padding-top: 0.5rem; }

.form__radio {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .form__radio input[type="text"] {
    margin-top: 0.5rem;
    display: none; }
  .form__radio input[type="radio"]:checked ~ input[type="text"] {
    display: block; }
  .form__group--horizontal .form__radio {
    padding-top: 0.5rem; }

.form__btn {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3; }
  .form__btn:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .form__btn:focus, .form__btn.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .form__btn.disabled, .form__btn:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .form__btn:not(:disabled):not(.disabled):active, .form__btn:not(:disabled):not(.disabled).active,
  .show > .form__btn.dropdown-toggle,
  .show > .form__btn.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .form__btn:not(:disabled):not(.disabled):active:focus, .form__btn:not(:disabled):not(.disabled).active:focus,
    .show > .form__btn.dropdown-toggle:focus,
    .show > .form__btn.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

.form__group--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .form__group--horizontal .form__label {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 576px) {
      .form__group--horizontal .form__label {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
  .form__group--horizontal .form__input {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 576px) {
      .form__group--horizontal .form__input {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%; } }

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

.form__group--required .form__label {
  font-weight: bold; }
  .form__group--required .form__label::after {
    content: '*';
    color: #dc3545;
    margin-left: 0.25rem; }

.form__group--msgRequired {
  color: #dc3545; }
  .form__group--msgRequired:before {
    content: '* ';
    font-weight: bold; }

.modal__heading {
  margin-bottom: 1rem; }

.availability {
  font-weight: bold; }

.availability--inStock {
  color: #28a745; }

.availability--outOfStock {
  color: #dc3545; }

.typo {
  font-size: 1rem; }
  .typo ul ul, .typo ul ol, .typo ol ul, .typo ol ol {
    margin: 0; }
  .typo p + h1, .typo p + h2, .typo p + h3, .typo p + h4, .typo p + h5, .typo p + h6,
  .typo ul + h1, .typo ul + h2, .typo ul + h3, .typo ul + h4, .typo ul + h5, .typo ul + h6,
  .typo ol + h1, .typo ol + h2, .typo ol + h3, .typo ol + h4, .typo ol + h5, .typo ol + h6,
  .typo dl + h1, .typo dl + h2, .typo dl + h3, .typo dl + h4, .typo dl + h5, .typo dl + h6,
  .typo table + h1, .typo table + h2, .typo table + h3, .typo table + h4, .typo table + h5, .typo table + h6,
  .typo hr + h1, .typo hr + h2, .typo hr + h3, .typo hr + h4, .typo hr + h5, .typo hr + h6 {
    margin-top: 1.5rem; }
  .typo hr {
    border-color: rgba(0, 0, 0, 0.1); }

.listPrelepky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990; }

.prelepka {
  display: block;
  max-width: 100px;
  margin-bottom: 0.25rem;
  font-weight: normal; }

.prelepka--isNews {
  background: #0056B3;
  color: #fff; }

.prelepka--isAction {
  background: #dc3545;
  color: #fff; }

.prelepka--isBestseller {
  background: #ffc107;
  color: #000; }

.prelepka--isFeatured {
  background: #6f42c1;
  color: #fff; }

.prelepka--isSale {
  background: #dc3545;
  color: #fff; }

.prelepka--isBazar {
  background: #000;
  color: #fff; }

.prelepka--isGift {
  background: #ffc107;
  color: #000; }

.prelepka--isFreeDelivery {
  background: #dc3545;
  color: #fff; }

.prelepka--usetrite {
  background: #28a745;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 110%;
  margin-bottom: 0; }

.listPrice {
  line-height: 1; }

.price {
  font-weight: bold; }
  .price + .price {
    margin-top: 0.25rem; }

.price--naseCena {
  font-size: 1.5em; }

.price--negation {
  font-size: .875em;
  color: #6c757d; }

.price--beznaCena {
  text-decoration: line-through;
  font-weight: normal; }

.tabs__handler {
  margin-bottom: 1rem; }
  @media (max-width: 575.98px) {
    .tabs__handler {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border: 0px; } }
  @media (max-width: 575.98px) {
    .tabs__handler > li + li {
      margin-top: 0.5rem; }
    .tabs__handler > li > a {
      border: 1px solid #0056B3;
      border-radius: 0.375rem;
      text-align: center; }
      .tabs__handler > li > a:hover, .tabs__handler > li > a.active {
        background: #0056B3;
        border: 1px solid #0056B3;
        color: #fff; } }

.tabs__listPanes {
  margin-bottom: 1.5rem; }

.layoutHeader .layout__container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.layoutHeader .layoutHeader__brand {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  -ms-flex-item-align: center;
      align-self: center; }
  @media (min-width: 576px) {
    .layoutHeader .layoutHeader__brand {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .layoutHeader .layoutHeader__brand {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

.layoutHeader .layoutHeader__menuUser {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  -ms-flex-item-align: center;
      align-self: center; }
  @media (min-width: 576px) {
    .layoutHeader .layoutHeader__menuUser {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .layoutHeader .layoutHeader__menuUser {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      -webkit-box-ordinal-group: 9;
          -ms-flex-order: 8;
              order: 8; } }
  @media (min-width: 1200px) {
    .layoutHeader .layoutHeader__menuUser {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      margin-left: 8.33333%; } }

.layoutHeader .layoutHeader__search {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  -ms-flex-item-align: center;
      align-self: center; }
  @media (min-width: 768px) {
    .layoutHeader .layoutHeader__search {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }

.layoutMenu {
  margin-bottom: 1.5rem; }

.layoutSlideshow {
  margin-bottom: 1.5rem; }

.brandHeader {
  margin: 0 auto !important;
  padding: 0;
  line-height: 1;
  font-size: 1px;
  text-align: center;
  max-width: 150px;
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden; }
  .brandHeader:before {
    display: block;
    content: '';
    padding-top: 66.66667%; }
  .brandHeader a {
    position: absolute;
    left: 0px;
    top: 0px; }
  @media (min-width: 576px) {
    .brandHeader {
      margin: 0 !important; } }
  .brandHeader a {
    display: block;
    text-decoration: none; }
  .brandHeader img {
    width: 100%; }

.menuUser {
  width: 100%; }
  .menuUser small {
    font-size: 0.7rem;
    margin-bottom: -5px;
    letter-spacing: .5px;
    display: block; }

.menuUser__settings {
  width: 50%; }

.menuUser__toggle {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
  .menuUser__toggle:hover {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b; }
  .menuUser__toggle:focus, .menuUser__toggle.focus {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }
  .menuUser__toggle.disabled, .menuUser__toggle:disabled {
    color: #fff;
    background-color: #495057;
    border-color: #495057; }
  .menuUser__toggle:not(:disabled):not(.disabled):active, .menuUser__toggle:not(:disabled):not(.disabled).active,
  .show > .menuUser__toggle.dropdown-toggle,
  .show > .menuUser__toggle.langSwitch__btn {
    color: #fff;
    background-color: #32373b;
    border-color: #2c3034; }
    .menuUser__toggle:not(:disabled):not(.disabled):active:focus, .menuUser__toggle:not(:disabled):not(.disabled).active:focus,
    .show > .menuUser__toggle.dropdown-toggle:focus,
    .show > .menuUser__toggle.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }

.menuHorizontal {
  font-size: 1.25rem; }
  .menuHorizontal .menu__toggle {
    width: 100%;
    font-size: 1.125rem;
    text-align: center; }
    .menuHorizontal .menu__toggle span:first-child::after {
      margin-left: 0.5rem; }
    @media (min-width: 1200px) {
      .menuHorizontal .menu__toggle {
        display: none; } }
    .menuHorizontal .menu__toggle:focus {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
  .menuHorizontal .menu__collapse {
    margin: 0 -15px; }
    @media (min-width: 1200px) {
      .menuHorizontal .menu__collapse {
        display: block !important;
        margin: 0; } }
  .menuHorizontal .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    @media (min-width: 1200px) {
      .menuHorizontal .menu__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        text-align: left; } }
  .menuHorizontal .menu__item.show .menu__link {
    background: transparent !important; }
    .menuHorizontal .menu__item.show .menu__link::before {
      background: #0056B3; }
  .menuHorizontal .menu__link {
    position: relative; }
    .menuHorizontal .menu__link::before {
      content: '';
      position: absolute;
      left: calc(.5em + 1rem);
      right: calc(.5em + 1rem);
      bottom: 0px;
      display: block;
      height: 2px;
      background: transparent; }
    .menuHorizontal .menu__link::after {
      vertical-align: 0.1375em; }
    .menuHorizontal .menu__link:hover, .menuHorizontal .menu__link:focus {
      color: #495057; }
      .menuHorizontal .menu__link:hover::before, .menuHorizontal .menu__link:focus::before {
        background: #0056B3; }
    .menuHorizontal .menu__link.active {
      color: #495057 !important;
      background: transparent !important; }
      .menuHorizontal .menu__link.active::before {
        background: #0056B3; }

.menuVertical__link--level1 {
  padding-left: 2rem; }

.menuVertical__link--level2 {
  padding-left: 3rem; }

.menuEshop .menu__toggle {
  display: block;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 992px) {
    .menuEshop .menu__toggle {
      display: none; } }
  .menuEshop .menu__toggle > button {
    color: #fff;
    padding: 1rem;
    display: block;
    width: 100%;
    text-align: left; }
    .menuEshop .menu__toggle > button > span:first-child {
      line-height: 1.5rem; }
      .menuEshop .menu__toggle > button > span:first-child:before {
        font-size: 1.75rem;
        line-height: 1.75rem;
        vertical-align: top;
        margin-right: 0.5rem; }
      .menuEshop .menu__toggle > button > span:first-child:after {
        line-height: 1.75rem;
        vertical-align: top;
        font-size: 1rem;
        text-transform: uppercase; }

@media (max-width: 991.98px) {
  .menuEshop .menu__collapse {
    margin-left: -15px;
    margin-right: -15px; } }

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

.menuEshop .menu__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 992px) {
    .menuEshop .menu__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

@media (max-width: 991.98px) {
  .menuEshop .menu__item {
    width: 100%; } }

.menuEshop .menu__link {
  color: #fff;
  padding: 1rem; }
  @media (max-width: 991.98px) {
    .menuEshop .menu__link {
      text-align: left;
      width: 100%; } }

.menuEshop .menu__dropdown {
  -webkit-transform: none !important;
          transform: none !important;
  top: 100% !important;
  width: 100%;
  padding: 1rem; }
  @media (max-width: 991.98px) {
    .menuEshop .menu__dropdown {
      position: relative !important;
      top: 0 !important; } }

.menuEshop .menu__dropdown__heading {
  font-size: 1.5rem;
  margin-bottom: 1rem; }

.menuEshop .menu__dropdown__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.menuEshop .menu__dropdown__column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .menuEshop .menu__dropdown__column {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }

.menuEshop .menu__dropdown__columnHeading {
  font-size: 1.25rem;
  margin-bottom: 1rem; }

.loopPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .loopPage .loop__img {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .loopPage .loop__img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin-bottom: 0; } }
    .loopPage .loop__img a {
      position: relative;
      display: block;
      padding: 0;
      overflow: hidden; }
      .loopPage .loop__img a:before {
        display: block;
        content: '';
        padding-top: 74%; }
      .loopPage .loop__img a img {
        position: absolute;
        left: 0px;
        top: 0px; }
  .loopPage .loop__content {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .loopPage .loop__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
  .loopPage .loop__btn {
    margin-bottom: 0; }
    .loopPage .loop__btn a {
      padding: 0.25rem 0.5rem;
      font-size: 0.875rem;
      line-height: 1.5;
      border-radius: 0.2rem;
      color: #fff;
      background-color: #0056B3;
      border-color: #0056B3; }
      .loopPage .loop__btn a:hover {
        color: #fff;
        background-color: #00448d;
        border-color: #003d80; }
      .loopPage .loop__btn a:focus, .loopPage .loop__btn a.focus {
        color: #fff;
        background-color: #00448d;
        border-color: #003d80;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
      .loopPage .loop__btn a.disabled, .loopPage .loop__btn a:disabled {
        color: #fff;
        background-color: #0056B3;
        border-color: #0056B3; }
      .loopPage .loop__btn a:not(:disabled):not(.disabled):active, .loopPage .loop__btn a:not(:disabled):not(.disabled).active,
      .show > .loopPage .loop__btn a.dropdown-toggle,
      .show > .loopPage .loop__btn a.langSwitch__btn {
        color: #fff;
        background-color: #003d80;
        border-color: #003773; }
        .loopPage .loop__btn a:not(:disabled):not(.disabled):active:focus, .loopPage .loop__btn a:not(:disabled):not(.disabled).active:focus,
        .show > .loopPage .loop__btn a.dropdown-toggle:focus,
        .show > .loopPage .loop__btn a.langSwitch__btn:focus {
          -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
                  box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

@media (min-width: 768px) {
  .loopPage--withoutPhoto .loop__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

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

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

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

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

@media (min-width: 768px) {
  .loopPage--rightPhoto .loop__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .loopPage--rightPhoto .loop__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.loopNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 1.5rem; }
  .loopNews .loop__img {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .loopNews .loop__img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin-bottom: 0; } }
    .loopNews .loop__img a {
      position: relative;
      display: block;
      padding: 0;
      overflow: hidden; }
      .loopNews .loop__img a:before {
        display: block;
        content: '';
        padding-top: 74%; }
      .loopNews .loop__img a img {
        position: absolute;
        left: 0px;
        top: 0px; }
  .loopNews .loop__content {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .loopNews .loop__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
  .loopNews .loop__btn {
    margin-bottom: 0; }
    .loopNews .loop__btn a {
      padding: 0.25rem 0.5rem;
      font-size: 0.875rem;
      line-height: 1.5;
      border-radius: 0.2rem;
      color: #fff;
      background-color: #0056B3;
      border-color: #0056B3; }
      .loopNews .loop__btn a:hover {
        color: #fff;
        background-color: #00448d;
        border-color: #003d80; }
      .loopNews .loop__btn a:focus, .loopNews .loop__btn a.focus {
        color: #fff;
        background-color: #00448d;
        border-color: #003d80;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
      .loopNews .loop__btn a.disabled, .loopNews .loop__btn a:disabled {
        color: #fff;
        background-color: #0056B3;
        border-color: #0056B3; }
      .loopNews .loop__btn a:not(:disabled):not(.disabled):active, .loopNews .loop__btn a:not(:disabled):not(.disabled).active,
      .show > .loopNews .loop__btn a.dropdown-toggle,
      .show > .loopNews .loop__btn a.langSwitch__btn {
        color: #fff;
        background-color: #003d80;
        border-color: #003773; }
        .loopNews .loop__btn a:not(:disabled):not(.disabled):active:focus, .loopNews .loop__btn a:not(:disabled):not(.disabled).active:focus,
        .show > .loopNews .loop__btn a.dropdown-toggle:focus,
        .show > .loopNews .loop__btn a.langSwitch__btn:focus {
          -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
                  box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

.loopNews--small .loop__img a {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden; }
  .loopNews--small .loop__img a:before {
    display: block;
    content: '';
    padding-top: 74%; }
  .loopNews--small .loop__img a img {
    position: absolute;
    left: 0px;
    top: 0px; }

.loopPhotogallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 1.5rem; }
  .loopPhotogallery .loop__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .loopPhotogallery .loop__img {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .loopPhotogallery .loop__img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin-bottom: 0; } }
    .loopPhotogallery .loop__img a {
      position: relative;
      display: block;
      padding: 0;
      overflow: hidden; }
      .loopPhotogallery .loop__img a:before {
        display: block;
        content: '';
        padding-top: 74%; }
      .loopPhotogallery .loop__img a img {
        position: absolute;
        left: 0px;
        top: 0px; }
  .loopPhotogallery .loop__content {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .loopPhotogallery .loop__perex {
    margin-bottom: 0.5rem; }
    .loopPhotogallery .loop__perex p {
      margin-bottom: 0; }

.loopVideogallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 1.5rem; }
  .loopVideogallery .loop__header {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .loopVideogallery .loop__heading {
    margin-bottom: 0.5rem; }
  .loopVideogallery .loop__date {
    margin-bottom: 0.5rem; }
  .loopVideogallery .loop__perex {
    margin-bottom: 0.5rem; }
  .loopVideogallery .loop__img {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.5rem; }
    @media (min-width: 768px) {
      .loopVideogallery .loop__img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin-bottom: 0; } }
    .loopVideogallery .loop__img a {
      position: relative;
      display: block;
      padding: 0;
      overflow: hidden; }
      .loopVideogallery .loop__img a:before {
        display: block;
        content: '';
        padding-top: 74%; }
      .loopVideogallery .loop__img a img {
        position: absolute;
        left: 0px;
        top: 0px; }
  .loopVideogallery .loop__content {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .loopVideogallery .loop__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%; } }

.loopEshop {
  position: relative;
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 576px) {
    .loopEshop {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .loopEshop {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  .loopEshop .loop__heading {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
    font-weight: 600; }
  .loopEshop .loop__btn {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3;
    width: 100%; }
    .loopEshop .loop__btn:hover {
      color: #fff;
      background-color: #00448d;
      border-color: #003d80; }
    .loopEshop .loop__btn:focus, .loopEshop .loop__btn.focus {
      color: #fff;
      background-color: #00448d;
      border-color: #003d80;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
    .loopEshop .loop__btn.disabled, .loopEshop .loop__btn:disabled {
      color: #fff;
      background-color: #0056B3;
      border-color: #0056B3; }
    .loopEshop .loop__btn:not(:disabled):not(.disabled):active, .loopEshop .loop__btn:not(:disabled):not(.disabled).active,
    .show > .loopEshop .loop__btn.dropdown-toggle,
    .show > .loopEshop .loop__btn.langSwitch__btn {
      color: #fff;
      background-color: #003d80;
      border-color: #003773; }
      .loopEshop .loop__btn:not(:disabled):not(.disabled):active:focus, .loopEshop .loop__btn:not(:disabled):not(.disabled).active:focus,
      .show > .loopEshop .loop__btn.dropdown-toggle:focus,
      .show > .loopEshop .loop__btn.langSwitch__btn:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
    .loopEshop .loop__btn > span:first-child {
      margin-right: 0.5rem; }
  .loopEshop .loop__img {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0.5rem; }
    .loopEshop .loop__img:before {
      display: block;
      content: '';
      padding-top: 74%; }
    .loopEshop .loop__img img {
      position: absolute;
      left: 0px;
      top: 0px; }
    .loopEshop .loop__img img {
      max-width: 100%;
      height: auto; }
  .loopEshop .loop__footer {
    margin-top: auto; }
  .loopEshop .availability {
    margin-bottom: 0.25rem; }
  .loopEshop .listPrice {
    margin-bottom: 0.5rem; }

.loopEshopVariant {
  display: block; }
  .loopEshopVariant + .loopEshopVariant {
    border-top: 1px solid #dee2e6; }
  .loopEshopVariant td {
    padding: 0;
    vertical-align: middle;
    display: block; }
    @media (min-width: 992px) {
      .loopEshopVariant td {
        display: table-cell;
        width: auto; } }
  @media (min-width: 992px) {
    .loopEshopVariant {
      display: table-row; } }
  .loopEshopVariant .loop__img a {
    position: relative;
    display: block; }
  .loopEshopVariant .loop__img img {
    max-width: 100%;
    height: auto;
    width: 100%; }
  @media (min-width: 768px) {
    .loopEshopVariant .loop__img {
      float: left;
      width: 111px;
      padding: 1rem 1rem 1rem 0 !important; }
      .loopEshopVariant .loop__img a {
        height: 95px;
        width: 95px; }
        .loopEshopVariant .loop__img a img {
          width: 95px;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%); } }
  .loopEshopVariant .loop__btn a, .loopEshopVariant .loop__btn button {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem; }
    .loopEshopVariant .loop__btn a > span:first-child, .loopEshopVariant .loop__btn button > span:first-child {
      margin-right: 0.25rem; }
  @media (min-width: 768px) {
    .loopEshopVariant .loop__content {
      padding: 1rem 1rem 0 0;
      width: calc(100% - 111px); } }
  .loopEshopVariant .loop__footer {
    padding-bottom: 1rem; }
    @media (min-width: 768px) {
      .loopEshopVariant .loop__footer {
        margin-left: 111px;
        width: 50%; } }
    @media (min-width: 992px) {
      .loopEshopVariant .loop__footer {
        width: auto;
        padding: 0; }
        .loopEshopVariant .loop__footer .form__group {
          margin: 0; } }

.loopEshopVariant__price {
  white-space: nowrap; }
  @media (min-width: 768px) {
    .loopEshopVariant__price {
      margin-left: 111px;
      padding: 0 1rem 0 0 !important; } }
  @media (min-width: 992px) {
    .loopEshopVariant__price .listPrice {
      margin: 0; } }

.loopEshopVariant__formCart .form__input {
  width: 25% !important; }
  .loopEshopVariant__formCart .form__input input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.loopEshopVariant__formCart .form__inputGroupAppend {
  width: 75% !important; }
  .loopEshopVariant__formCart .form__inputGroupAppend button {
    width: 100%; }

.loopEshopCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 0;
  position: relative;
  flex-wrap: wrap; }
  .loopEshopCart .loop__img {
    position: relative;
    width: 95px;
    height: 95px;
    overflow: hidden;
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden; }
    .loopEshopCart .loop__img:before {
      display: block;
      content: '';
      padding-top: 74%; }
    .loopEshopCart .loop__img img {
      position: absolute;
      left: 0px;
      top: 0px; }
    .loopEshopCart .loop__img img {
      width: 128.37838px;
      height: auto;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  .loopEshopCart .loop__content {
    width: calc(100% - 95px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .loopEshopCart .loop__heading {
    font-size: 1.25rem; }

.loopEshopCart__name {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 0.5rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .loopEshopCart__name {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; } }

.loopEshopCart__params {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .loopEshopCart__params > * {
    width: 100%;
    margin: 0; }
  @media (min-width: 576px) {
    .loopEshopCart__params {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .loopEshopCart__params.collapse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .loopEshopCart__params > * {
        width: 50%; } }

.loopEshopCart__btnParams {
  padding: 0; }
  @media (min-width: 576px) {
    .loopEshopCart__btnParams {
      display: none; } }

.loopEshopCart__priceAndCount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (max-width: 575.98px) {
    .loopEshopCart__priceAndCount {
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .loopEshopCart__priceAndCount {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; } }

.loopEshopCart__count {
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (max-width: 575.98px) {
    .loopEshopCart__count {
      margin: 0.5rem 0; } }
  @media (min-width: 576px) {
    .loopEshopCart__count {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .loopEshopCart__count {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; } }
  .loopEshopCart__count .btn {
    color: #fff;
    background-color: #495057;
    border-color: #495057;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem; }
    .loopEshopCart__count .btn:hover {
      color: #fff;
      background-color: #383d42;
      border-color: #32373b; }
    .loopEshopCart__count .btn:focus, .loopEshopCart__count .btn.focus {
      color: #fff;
      background-color: #383d42;
      border-color: #32373b;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }
    .loopEshopCart__count .btn.disabled, .loopEshopCart__count .btn:disabled {
      color: #fff;
      background-color: #495057;
      border-color: #495057; }
    .loopEshopCart__count .btn:not(:disabled):not(.disabled):active, .loopEshopCart__count .btn:not(:disabled):not(.disabled).active,
    .show > .loopEshopCart__count .btn.dropdown-toggle,
    .show > .loopEshopCart__count .btn.langSwitch__btn {
      color: #fff;
      background-color: #32373b;
      border-color: #2c3034; }
      .loopEshopCart__count .btn:not(:disabled):not(.disabled):active:focus, .loopEshopCart__count .btn:not(:disabled):not(.disabled).active:focus,
      .show > .loopEshopCart__count .btn.dropdown-toggle:focus,
      .show > .loopEshopCart__count .btn.langSwitch__btn:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }
  .loopEshopCart__count .form__group {
    margin-bottom: 0; }
  .loopEshopCart__count .form__input input {
    text-align: center;
    border-radius: 0; }
  .loopEshopCart__count .form__inputGroupPrepend .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .loopEshopCart__count .form__inputGroupAppend .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.loopEshopCart__price {
  text-align: right;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  .loopEshopCart__price .listPrice {
    margin-left: auto;
    white-space: nowrap; }
  @media (min-width: 576px) {
    .loopEshopCart__price {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .loopEshopCart__price {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; } }

.loopEshopCart__formRemove {
  margin-left: 0.5rem; }
  .loopEshopCart__formRemove .form__group {
    margin: 0; }
  .loopEshopCart__formRemove .btn {
    font-size: 1.75rem;
    color: #dc3545;
    padding: 0; }

.loopEshopCart__formCheck {
  margin-left: 1rem;
  -ms-flex-item-align: center;
      align-self: center; }
  .loopEshopCart__formCheck .form__group {
    margin: 0; }
  .loopEshopCart__formCheck .form__checkbox {
    margin-right: 0; }

.detailPage .detail__img a {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden; }
  .detailPage .detail__img a:before {
    display: block;
    content: '';
    padding-top: 74%; }
  .detailPage .detail__img a img {
    position: absolute;
    left: 0px;
    top: 0px; }

.detailPage--centerPhoto .detail__imgMain a {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden; }
  .detailPage--centerPhoto .detail__imgMain a:before {
    display: block;
    content: '';
    padding-top: 35.03876%; }
  .detailPage--centerPhoto .detail__imgMain a img {
    position: absolute;
    left: 0px;
    top: 0px; }

.detailPage--leftPhoto .detail__imgMain a {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden; }
  .detailPage--leftPhoto .detail__imgMain a:before {
    display: block;
    content: '';
    padding-top: 74%; }
  .detailPage--leftPhoto .detail__imgMain a img {
    position: absolute;
    left: 0px;
    top: 0px; }

@media (min-width: 992px) {
  .detailPage--leftPhoto .detail__imgMain {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

@media (min-width: 992px) {
  .detailPage--leftPhoto > .detail__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

.detailPage--rightPhoto .detail__imgMain a {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden; }
  .detailPage--rightPhoto .detail__imgMain a:before {
    display: block;
    content: '';
    padding-top: 74%; }
  .detailPage--rightPhoto .detail__imgMain a img {
    position: absolute;
    left: 0px;
    top: 0px; }

@media (min-width: 992px) {
  .detailPage--rightPhoto .detail__imgMain {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

@media (min-width: 992px) {
  .detailPage--rightPhoto > .detail__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

.detailNews .detail__imgMain {
  margin-bottom: 1.5rem; }
  .detailNews .detail__imgMain a {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden; }
    .detailNews .detail__imgMain a:before {
      display: block;
      content: '';
      padding-top: 35.03876%; }
    .detailNews .detail__imgMain a img {
      position: absolute;
      left: 0px;
      top: 0px; }

.detailNews .detail__img a {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden; }
  .detailNews .detail__img a:before {
    display: block;
    content: '';
    padding-top: 74%; }
  .detailNews .detail__img a img {
    position: absolute;
    left: 0px;
    top: 0px; }

.detailPhotogallery .detail__img a {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden; }
  .detailPhotogallery .detail__img a:before {
    display: block;
    content: '';
    padding-top: 74%; }
  .detailPhotogallery .detail__img a img {
    position: absolute;
    left: 0px;
    top: 0px; }

.detail .detailPhotogallery .detail__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.detail .detailForm .detail__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.detailVideogallery .detail__video {
  margin-bottom: 1.5rem; }

.detailVideogallery .detail__perex {
  margin-bottom: 1.5rem; }

.detail .detailVideogallery {
  display: block;
  margin: 0; }

.detailSurvey {
  position: relative; }
  .detailSurvey .badge, .detailSurvey .prelepka {
    margin-left: auto;
    -ms-flex-item-align: center;
        align-self: center; }
    .detailSurvey .badge:after, .detailSurvey .prelepka:after {
      content: ' %'; }
  .list .detailSurvey .detail__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .detail .detailSurvey .detail__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

.detailSurvey__loginOverlay {
  display: block;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.detailSurvey__form label:not(.btn) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.detailSurvey__form .form__radio {
  margin: 0 !important;
  width: 100%; }
  .detailSurvey__form .form__radio label {
    width: 100%; }

.detailSurvey__shapeCover {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  margin-left: 1.5rem; }

.detailSurvey__shapeCoverSubject {
  margin-left: 0; }

.detailSurvey__shape {
  background: #0056B3; }

.detailSurvey__summary {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold; }

.detailSurvey__subjectList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 1rem; }

.detailSurvey__subject {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .detailSurvey__subject {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  .detailSurvey__subject .btn {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3;
    display: inline-block; }
    .detailSurvey__subject .btn:hover {
      color: #fff;
      background-color: #00448d;
      border-color: #003d80; }
    .detailSurvey__subject .btn:focus, .detailSurvey__subject .btn.focus {
      color: #fff;
      background-color: #00448d;
      border-color: #003d80;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
    .detailSurvey__subject .btn.disabled, .detailSurvey__subject .btn:disabled {
      color: #fff;
      background-color: #0056B3;
      border-color: #0056B3; }
    .detailSurvey__subject .btn:not(:disabled):not(.disabled):active, .detailSurvey__subject .btn:not(:disabled):not(.disabled).active,
    .show > .detailSurvey__subject .btn.dropdown-toggle,
    .show > .detailSurvey__subject .btn.langSwitch__btn {
      color: #fff;
      background-color: #003d80;
      border-color: #003773; }
      .detailSurvey__subject .btn:not(:disabled):not(.disabled):active:focus, .detailSurvey__subject .btn:not(:disabled):not(.disabled).active:focus,
      .show > .detailSurvey__subject .btn.dropdown-toggle:focus,
      .show > .detailSurvey__subject .btn.langSwitch__btn:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

.detailSurvey__subjectImg {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem; }

.detailSurvey__subjectName {
  margin-bottom: 0.5rem; }

.detailSurvey__subjectTitle {
  font-weight: bold;
  margin-bottom: 0.25rem; }

.detailCookieConsent__msgSave {
  display: none; }

.detailCookieConsent__btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.75rem;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .detailCookieConsent__btn:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .detailCookieConsent__btn:focus, .detailCookieConsent__btn.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .detailCookieConsent__btn.disabled, .detailCookieConsent__btn:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .detailCookieConsent__btn:not(:disabled):not(.disabled):active, .detailCookieConsent__btn:not(:disabled):not(.disabled).active,
  .show > .detailCookieConsent__btn.dropdown-toggle,
  .show > .detailCookieConsent__btn.langSwitch__btn {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .detailCookieConsent__btn:not(:disabled):not(.disabled):active:focus, .detailCookieConsent__btn:not(:disabled):not(.disabled).active:focus,
    .show > .detailCookieConsent__btn.dropdown-toggle:focus,
    .show > .detailCookieConsent__btn.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.detailCookieConsent__btnYes {
  color: #28a745;
  border-color: #28a745; }
  .detailCookieConsent__btnYes:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .detailCookieConsent__btnYes:focus, .detailCookieConsent__btnYes.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .detailCookieConsent__btnYes.disabled, .detailCookieConsent__btnYes:disabled {
    color: #28a745;
    background-color: transparent; }
  .detailCookieConsent__btnYes:not(:disabled):not(.disabled):active, .detailCookieConsent__btnYes:not(:disabled):not(.disabled).active,
  .show > .detailCookieConsent__btnYes.dropdown-toggle,
  .show > .detailCookieConsent__btnYes.langSwitch__btn {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .detailCookieConsent__btnYes:not(:disabled):not(.disabled):active:focus, .detailCookieConsent__btnYes:not(:disabled):not(.disabled).active:focus,
    .show > .detailCookieConsent__btnYes.dropdown-toggle:focus,
    .show > .detailCookieConsent__btnYes.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.detailCookieConsent__btnNo {
  color: #dc3545;
  border-color: #dc3545; }
  .detailCookieConsent__btnNo:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .detailCookieConsent__btnNo:focus, .detailCookieConsent__btnNo.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .detailCookieConsent__btnNo.disabled, .detailCookieConsent__btnNo:disabled {
    color: #dc3545;
    background-color: transparent; }
  .detailCookieConsent__btnNo:not(:disabled):not(.disabled):active, .detailCookieConsent__btnNo:not(:disabled):not(.disabled).active,
  .show > .detailCookieConsent__btnNo.dropdown-toggle,
  .show > .detailCookieConsent__btnNo.langSwitch__btn {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .detailCookieConsent__btnNo:not(:disabled):not(.disabled):active:focus, .detailCookieConsent__btnNo:not(:disabled):not(.disabled).active:focus,
    .show > .detailCookieConsent__btnNo.dropdown-toggle:focus,
    .show > .detailCookieConsent__btnNo.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

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

.detailLogin__contentForm {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .detailLogin__contentForm {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

.detailLogin__contentSocial {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .detailLogin__contentSocial {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

.detailLogin__btnForgottenPassword {
  padding: 0; }

.detailLogin__btnCancel {
  margin-left: 0.5rem; }

.detailSitemap ul {
  padding-left: 1rem; }

.detailEshopAbandonedCartUnscribe a {
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3; }
  .detailEshopAbandonedCartUnscribe a:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .detailEshopAbandonedCartUnscribe a:focus, .detailEshopAbandonedCartUnscribe a.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .detailEshopAbandonedCartUnscribe a.disabled, .detailEshopAbandonedCartUnscribe a:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .detailEshopAbandonedCartUnscribe a:not(:disabled):not(.disabled):active, .detailEshopAbandonedCartUnscribe a:not(:disabled):not(.disabled).active,
  .show > .detailEshopAbandonedCartUnscribe a.dropdown-toggle,
  .show > .detailEshopAbandonedCartUnscribe a.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .detailEshopAbandonedCartUnscribe a:not(:disabled):not(.disabled):active:focus, .detailEshopAbandonedCartUnscribe a:not(:disabled):not(.disabled).active:focus,
    .show > .detailEshopAbandonedCartUnscribe a.dropdown-toggle:focus,
    .show > .detailEshopAbandonedCartUnscribe a.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

.listEshop .list__header,
.listEshop .list__footer {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.listEshop .list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0; }

.listEshop__filter {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .listEshop .listEshop__filter {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }

.listEshop__products {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .listEshop .listEshop__products {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; } }

.listEshop--small .listEshop__products {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .listEshop--small .listEshop__products .loopEshop {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }

.listEshop--small .list__btn {
  text-align: center; }
  .listEshop--small .list__btn a {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem; }

.listEshop--variantProducts .list__content {
  padding-left: 15px;
  padding-right: 15px; }
  .listEshop--variantProducts .list__content table {
    width: 100%; }

.listEshopBestseller {
  margin-bottom: 0; }

.listEshopProduct > .list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0; }

.listEshopProduct .paging {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0; }

.listEshopCart {
  margin-left: 0;
  margin-right: 0; }
  .listEshopCart .list__header,
  .listEshopCart .list__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .listEshopCart .list__header {
    display: none;
    text-align: center;
    padding: 0;
    padding-bottom: 1rem;
    margin-bottom: 0;
    border-bottom: 1px solid #dee2e6;
    padding-left: 95px; }
    @media (min-width: 992px) {
      .listEshopCart .list__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.listEshopCart__header__name {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .listEshopCart__header__name {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; } }

.listEshopCart__header__priceAndCount {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .listEshopCart__header__priceAndCount {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; } }

.listEshopCart__header__count {
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .listEshopCart__header__count {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; } }

.listEshopCart__header__price {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .listEshopCart__header__price {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; } }

.listEshopCartPersonalData .list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(100% + 30px);
  width: calc(100% + 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% + 30px);
          flex: 0 0 calc(100% + 30px); }

.listEshopCartPersonalData .formLogin h2,
.listEshopCartPersonalData .formRegistration h2 {
  font-weight: normal !important;
  margin-bottom: 1rem !important; }

.loopEshopCartPersonalData {
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .loopEshopCartPersonalData {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  .loopEshopCartPersonalData .formLogin__groupForgottenPassword .btn {
    padding: 0; }

.loopEshopCartPersonalData__sectionHeading:not(h2) {
  font-weight: bold;
  margin-bottom: 0.25rem; }

.loopEshopCartPersonalData__btnEdit {
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3; }
  .loopEshopCartPersonalData__btnEdit:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .loopEshopCartPersonalData__btnEdit:focus, .loopEshopCartPersonalData__btnEdit.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .loopEshopCartPersonalData__btnEdit.disabled, .loopEshopCartPersonalData__btnEdit:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .loopEshopCartPersonalData__btnEdit:not(:disabled):not(.disabled):active, .loopEshopCartPersonalData__btnEdit:not(:disabled):not(.disabled).active,
  .show > .loopEshopCartPersonalData__btnEdit.dropdown-toggle,
  .show > .loopEshopCartPersonalData__btnEdit.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .loopEshopCartPersonalData__btnEdit:not(:disabled):not(.disabled):active:focus, .loopEshopCartPersonalData__btnEdit:not(:disabled):not(.disabled).active:focus,
    .show > .loopEshopCartPersonalData__btnEdit.dropdown-toggle:focus,
    .show > .loopEshopCartPersonalData__btnEdit.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .loopEshopCartPersonalData__btnEdit > span:last-child {
    margin-left: 0.5rem; }

.loopEshopCartPersonalData__btnChangeAddress {
  color: #fff;
  background-color: #495057;
  border-color: #495057; }
  .loopEshopCartPersonalData__btnChangeAddress:hover {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b; }
  .loopEshopCartPersonalData__btnChangeAddress:focus, .loopEshopCartPersonalData__btnChangeAddress.focus {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }
  .loopEshopCartPersonalData__btnChangeAddress.disabled, .loopEshopCartPersonalData__btnChangeAddress:disabled {
    color: #fff;
    background-color: #495057;
    border-color: #495057; }
  .loopEshopCartPersonalData__btnChangeAddress:not(:disabled):not(.disabled):active, .loopEshopCartPersonalData__btnChangeAddress:not(:disabled):not(.disabled).active,
  .show > .loopEshopCartPersonalData__btnChangeAddress.dropdown-toggle,
  .show > .loopEshopCartPersonalData__btnChangeAddress.langSwitch__btn {
    color: #fff;
    background-color: #32373b;
    border-color: #2c3034; }
    .loopEshopCartPersonalData__btnChangeAddress:not(:disabled):not(.disabled):active:focus, .loopEshopCartPersonalData__btnChangeAddress:not(:disabled):not(.disabled).active:focus,
    .show > .loopEshopCartPersonalData__btnChangeAddress.dropdown-toggle:focus,
    .show > .loopEshopCartPersonalData__btnChangeAddress.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }

.loopEshopCartPersonalData__btnSettings {
  margin-left: 1rem; }
  .loopEshopCartPersonalData__btnSettings > span:last-child {
    margin-left: 0.5rem; }

.listEshopCartPaymentDelivery .list__content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .listEshopCartPaymentDelivery .list__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

.loopEshopCartPaymentDelivery .price {
  font-size: inherit;
  margin-left: 0.5rem; }

.loopEshopCartPaymentDelivery input:checked ~ .loopEshopCartPaymentDelivery__additionalContent {
  display: block; }

.loopEshopCartPaymentDelivery .form__radio {
  margin: 0;
  width: 100%; }

.loopEshopCartPaymentDelivery__additionalContent {
  display: none; }
  .loopEshopCartPaymentDelivery__additionalContent > select,
  .loopEshopCartPaymentDelivery__additionalContent .select2 {
    margin-top: 0.5rem; }

.listEshopSavedCart .list__header,
.listEshopSavedCart .list__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

@media (max-width: 575.98px) {
  .listEshopSavedCart table thead {
    display: none; } }

.listEshopSavedCart table thead th:nth-child(3) {
  text-align: right; }

@media (max-width: 767.98px) {
  .listEshopSavedCart table thead th:nth-child(2) {
    display: none; } }

.listEshopSavedCartList__msgSummary {
  font-size: 1.5rem;
  color: #0056B3;
  margin-bottom: 1rem; }

@media (max-width: 575.98px) {
  .loopEshopSavedCartList {
    display: block; } }

.loopEshopSavedCartList__heading {
  vertical-align: middle !important;
  width: 100%; }
  @media (max-width: 575.98px) {
    .loopEshopSavedCartList__heading {
      display: block; }
      .loopEshopSavedCartList__heading a:after {
        content: attr(data-inserted);
        display: block;
        font-size: 0.875rem; } }

.loopEshopSavedCartList__date {
  vertical-align: middle !important; }
  @media (max-width: 767.98px) {
    .loopEshopSavedCartList__date {
      display: none; } }

.loopEshopSavedCartList__price {
  vertical-align: middle !important;
  text-align: right;
  white-space: nowrap; }
  @media (max-width: 575.98px) {
    .loopEshopSavedCartList__price {
      display: block; } }

.loopEshopSavedCartList__btns {
  vertical-align: middle;
  white-space: nowrap; }
  .loopEshopSavedCartList__btns .btn {
    width: 100%; }
  @media (max-width: 575.98px) {
    .loopEshopSavedCartList__btns {
      display: block; } }

.loopEshopSavedCartList__btnAddToCart {
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }
  .loopEshopSavedCartList__btnAddToCart:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .loopEshopSavedCartList__btnAddToCart:focus, .loopEshopSavedCartList__btnAddToCart.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .loopEshopSavedCartList__btnAddToCart.disabled, .loopEshopSavedCartList__btnAddToCart:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .loopEshopSavedCartList__btnAddToCart:not(:disabled):not(.disabled):active, .loopEshopSavedCartList__btnAddToCart:not(:disabled):not(.disabled).active,
  .show > .loopEshopSavedCartList__btnAddToCart.dropdown-toggle,
  .show > .loopEshopSavedCartList__btnAddToCart.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .loopEshopSavedCartList__btnAddToCart:not(:disabled):not(.disabled):active:focus, .loopEshopSavedCartList__btnAddToCart:not(:disabled):not(.disabled).active:focus,
    .show > .loopEshopSavedCartList__btnAddToCart.dropdown-toggle:focus,
    .show > .loopEshopSavedCartList__btnAddToCart.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

.loopEshopSavedCartList__btnDelete {
  margin-top: 0.25rem;
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }
  .loopEshopSavedCartList__btnDelete:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .loopEshopSavedCartList__btnDelete:focus, .loopEshopSavedCartList__btnDelete.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .loopEshopSavedCartList__btnDelete.disabled, .loopEshopSavedCartList__btnDelete:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .loopEshopSavedCartList__btnDelete:not(:disabled):not(.disabled):active, .loopEshopSavedCartList__btnDelete:not(:disabled):not(.disabled).active,
  .show > .loopEshopSavedCartList__btnDelete.dropdown-toggle,
  .show > .loopEshopSavedCartList__btnDelete.langSwitch__btn {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .loopEshopSavedCartList__btnDelete:not(:disabled):not(.disabled):active:focus, .loopEshopSavedCartList__btnDelete:not(:disabled):not(.disabled).active:focus,
    .show > .loopEshopSavedCartList__btnDelete.dropdown-toggle:focus,
    .show > .loopEshopSavedCartList__btnDelete.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.detailEshopCartRegistration .detail__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.detailEshopCartRegistration__sectionHeading {
  margin-bottom: 1.5rem; }

.detailEshopCartRegistration__contentRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0.5rem; }

.detailEshopCartRegistration__contentLoginData {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .detailEshopCartRegistration__contentLoginData {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

.detailEshopCartRegistration__contentSocial {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .detailEshopCartRegistration__contentSocial {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

.detailEshopCartRegistration__contentSubjectData {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .detailEshopCartRegistration__contentSubjectData {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

.detailEshopCartRegistration__contentSubjectData {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .detailEshopCartRegistration__contentSubjectData {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

.detailEshopCartRegistration__contentSubjectAddressData {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .detailEshopCartRegistration__contentSubjectAddressData {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

.detailEshopCartRegistration__contentDeliveryContactData {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .detailEshopCartRegistration__contentDeliveryContactData {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

.detailEshopCartRegistration__contentDeliveryAddressData {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .detailEshopCartRegistration__contentDeliveryAddressData {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

.detailEshopCartRegistration__contentPasswordData {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .detailEshopCartRegistration__contentPasswordData {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

.detailEshopCartRegistration__subjektType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.detailEshopCartRegistration__btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.75rem;
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3; }
  .detailEshopCartRegistration__btn:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .detailEshopCartRegistration__btn:focus, .detailEshopCartRegistration__btn.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .detailEshopCartRegistration__btn.disabled, .detailEshopCartRegistration__btn:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .detailEshopCartRegistration__btn:not(:disabled):not(.disabled):active, .detailEshopCartRegistration__btn:not(:disabled):not(.disabled).active,
  .show > .detailEshopCartRegistration__btn.dropdown-toggle,
  .show > .detailEshopCartRegistration__btn.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .detailEshopCartRegistration__btn:not(:disabled):not(.disabled):active:focus, .detailEshopCartRegistration__btn:not(:disabled):not(.disabled).active:focus,
    .show > .detailEshopCartRegistration__btn.dropdown-toggle:focus,
    .show > .detailEshopCartRegistration__btn.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .detailEshopCartRegistration__btn > span:last-child {
    margin-left: 0.5rem; }

.listEshopImageMenu .list__content,
.listEshopImageMenu .list__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

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

.eshopImageMenu__item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .eshopImageMenu__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .eshopImageMenu__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (min-width: 1200px) {
    .eshopImageMenu__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }

.eshopImageMenu__itemHeading {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem; }

.eshopImageMenu__itemImg img {
  max-width: 100%;
  height: auto; }

.listEshopVariant table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%; }

.detailEshop .detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0; }
  .detailEshop .detail__content .listEshop {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    .detailEshop .detail__content .listEshop .paging {
      width: 100%;
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-left: 0;
      margin-right: 0; }

.detailEshop .detail__header {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.detailEshop__text {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .detailEshop__text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; } }

.detailEshop__images {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .detailEshop__images {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; } }

.detailEshop__img {
  margin-bottom: 1rem; }
  .detailEshop__img a {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden; }
    .detailEshop__img a:before {
      display: block;
      content: '';
      padding-top: 74%; }
    .detailEshop__img a img {
      position: absolute;
      left: 0px;
      top: 0px; }
    .detailEshop__img a img {
      max-width: 100%;
      height: auto; }

.detailEshop__thumbs {
  margin-bottom: 1.5rem;
  position: relative; }
  .detailEshop__thumbs .slide__img {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden; }
    .detailEshop__thumbs .slide__img:before {
      display: block;
      content: '';
      padding-top: 100%; }
    .detailEshop__thumbs .slide__img img {
      position: absolute;
      left: 0px;
      top: 0px; }
    .detailEshop__thumbs .slide__img img {
      max-width: 100%;
      height: auto;
      border: 1px solid #dee2e6; }
  .detailEshop__thumbs .slideshow__paging {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%; }
    .detailEshop__thumbs .slideshow__paging > * {
      font-size: 1.25rem;
      width: 1.25rem;
      height: 1.25rem;
      margin-top: -0.675rem;
      vertical-align: top;
      position: absolute;
      top: 50%;
      color: #0056B3; }
      .detailEshop__thumbs .slideshow__paging > *.disabled {
        display: none; }
      .detailEshop__thumbs .slideshow__paging > * span {
        vertical-align: top; }
        .detailEshop__thumbs .slideshow__paging > * span:before {
          vertical-align: top; }
      .detailEshop__thumbs .slideshow__paging > *:first-child {
        left: 0; }
      .detailEshop__thumbs .slideshow__paging > *:last-child {
        right: 0; }

.detailEshop__formCart .form__input {
  width: 25%; }
  .detailEshop__formCart .form__input input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center; }

.detailEshop__formCart .form__inputGroup {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.detailEshop__formCart .form__inputGroupAppend {
  width: 75%; }

@media (min-width: 992px) {
  .detailEshop__formCart {
    width: 75%; } }

@media (min-width: 1200px) {
  .detailEshop__formCart {
    width: 50%; } }

.detailEshop__btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.75rem;
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3;
  width: 100%; }
  .detailEshop__btn:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .detailEshop__btn:focus, .detailEshop__btn.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .detailEshop__btn.disabled, .detailEshop__btn:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .detailEshop__btn:not(:disabled):not(.disabled):active, .detailEshop__btn:not(:disabled):not(.disabled).active,
  .show > .detailEshop__btn.dropdown-toggle,
  .show > .detailEshop__btn.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .detailEshop__btn:not(:disabled):not(.disabled):active:focus, .detailEshop__btn:not(:disabled):not(.disabled).active:focus,
    .show > .detailEshop__btn.dropdown-toggle:focus,
    .show > .detailEshop__btn.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .detailEshop__btn > span:first-child {
    margin-right: 0.5rem; }

.detailEshop__tabs {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.detailEshop__essox {
  border: 2px solid #dee2e6;
  padding: 0px 1rem;
  margin-bottom: 1rem; }
  .detailEshop__essox .detailEshop__essoxItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0px; }
    @media (min-width: 992px) {
      .detailEshop__essox .detailEshop__essoxItem {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .detailEshop__essox .detailEshop__essoxItem + .detailEshop__essoxItem {
      border-top: 1px solid #dee2e6; }
  .detailEshop__essox .detailEshop__essoxItemImg {
    width: 105px;
    margin-bottom: 1rem; }
    .detailEshop__essox .detailEshop__essoxItemImg img {
      max-width: 100%;
      height: auto; }
    @media (min-width: 992px) {
      .detailEshop__essox .detailEshop__essoxItemImg {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 105px;
                flex: 0 0 105px;
        -ms-flex-item-align: center;
            align-self: center;
        margin-bottom: 0px;
        margin-right: 2rem; } }
  .detailEshop__essox .detailEshop__essoxItemPerex {
    margin-bottom: .5rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .detailEshop__essox .detailEshop__essoxItemPerex strong {
      display: block; }
    @media (min-width: 992px) {
      .detailEshop__essox .detailEshop__essoxItemPerex {
        -ms-flex-item-align: center;
            align-self: center;
        margin-bottom: 0px;
        margin-right: 2rem; } }
  .detailEshop__essox .detailEshop__essoxItemPrice {
    font-size: 1.75rem;
    font-weight: bold; }
    .detailEshop__essox .detailEshop__essoxItemPrice .btn {
      white-space: nowrap;
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: 0.375rem;
      color: #fff;
      background-color: #0056B3;
      border-color: #0056B3; }
      .detailEshop__essox .detailEshop__essoxItemPrice .btn:hover {
        color: #fff;
        background-color: #00448d;
        border-color: #003d80; }
      .detailEshop__essox .detailEshop__essoxItemPrice .btn:focus, .detailEshop__essox .detailEshop__essoxItemPrice .btn.focus {
        color: #fff;
        background-color: #00448d;
        border-color: #003d80;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
      .detailEshop__essox .detailEshop__essoxItemPrice .btn.disabled, .detailEshop__essox .detailEshop__essoxItemPrice .btn:disabled {
        color: #fff;
        background-color: #0056B3;
        border-color: #0056B3; }
      .detailEshop__essox .detailEshop__essoxItemPrice .btn:not(:disabled):not(.disabled):active, .detailEshop__essox .detailEshop__essoxItemPrice .btn:not(:disabled):not(.disabled).active,
      .show > .detailEshop__essox .detailEshop__essoxItemPrice .btn.dropdown-toggle,
      .show > .detailEshop__essox .detailEshop__essoxItemPrice .btn.langSwitch__btn {
        color: #fff;
        background-color: #003d80;
        border-color: #003773; }
        .detailEshop__essox .detailEshop__essoxItemPrice .btn:not(:disabled):not(.disabled):active:focus, .detailEshop__essox .detailEshop__essoxItemPrice .btn:not(:disabled):not(.disabled).active:focus,
        .show > .detailEshop__essox .detailEshop__essoxItemPrice .btn.dropdown-toggle:focus,
        .show > .detailEshop__essox .detailEshop__essoxItemPrice .btn.langSwitch__btn:focus {
          -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
                  box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
      .detailEshop__essox .detailEshop__essoxItemPrice .btn span:first-child {
        margin-right: 0.25rem; }
    @media (min-width: 992px) {
      .detailEshop__essox .detailEshop__essoxItemPrice {
        text-align: right;
        -ms-flex-item-align: center;
            align-self: center; } }

.detailEshop__links {
  margin-bottom: 1.5rem; }
  .detailEshop__links ul {
    padding-left: 1rem;
    margin-bottom: 0; }

.detailEshop__documents {
  margin-bottom: 1.5rem; }
  .detailEshop__documents ul {
    padding-left: 1rem;
    margin-bottom: 0; }

.detailEshop__poptavka a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.75rem;
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3; }
  .detailEshop__poptavka a:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .detailEshop__poptavka a:focus, .detailEshop__poptavka a.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .detailEshop__poptavka a.disabled, .detailEshop__poptavka a:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .detailEshop__poptavka a:not(:disabled):not(.disabled):active, .detailEshop__poptavka a:not(:disabled):not(.disabled).active,
  .show > .detailEshop__poptavka a.dropdown-toggle,
  .show > .detailEshop__poptavka a.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .detailEshop__poptavka a:not(:disabled):not(.disabled):active:focus, .detailEshop__poptavka a:not(:disabled):not(.disabled).active:focus,
    .show > .detailEshop__poptavka a.dropdown-toggle:focus,
    .show > .detailEshop__poptavka a.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .detailEshop__poptavka a > span:first-child {
    margin-right: 0.5rem; }

.detailEshop__watchdog a {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3; }
  .detailEshop__watchdog a:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .detailEshop__watchdog a:focus, .detailEshop__watchdog a.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .detailEshop__watchdog a.disabled, .detailEshop__watchdog a:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .detailEshop__watchdog a:not(:disabled):not(.disabled):active, .detailEshop__watchdog a:not(:disabled):not(.disabled).active,
  .show > .detailEshop__watchdog a.dropdown-toggle,
  .show > .detailEshop__watchdog a.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .detailEshop__watchdog a:not(:disabled):not(.disabled):active:focus, .detailEshop__watchdog a:not(:disabled):not(.disabled).active:focus,
    .show > .detailEshop__watchdog a.dropdown-toggle:focus,
    .show > .detailEshop__watchdog a.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .detailEshop__watchdog a > span:first-child {
    margin-right: 0.25rem; }

.detailEshop__video {
  margin-bottom: 1rem; }

.detailEshopCart .detail__content {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }

.detailEshopCart .detail__perex {
  margin-bottom: 1.5rem; }

.detailEshopCart__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 1rem;
  counter-reset: dots; }
  .detailEshopCart__nav > div {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
    counter-increment: dots; }
    @media (min-width: 768px) {
      .detailEshopCart__nav > div {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .detailEshopCart__nav > div {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; } }
    .detailEshopCart__nav > div > * {
      display: block;
      text-align: center;
      padding: 0.5rem 1rem;
      font-size: 1.25rem;
      line-height: 1.5;
      border-radius: 0.75rem; }
      .detailEshopCart__nav > div > *:before {
        content: counter(dots) ".";
        display: inline-block;
        margin-right: 5px; }

.detailEshopCart__navLoggedUser {
  margin-bottom: 1.5rem; }
  .detailEshopCart__navLoggedUser li {
    text-align: center; }
    @media (min-width: 576px) {
      .detailEshopCart__navLoggedUser li {
        width: 50%; } }
  .detailEshopCart__navLoggedUser .badge, .detailEshopCart__navLoggedUser .prelepka {
    background: #495057;
    color: #fff;
    margin-left: 0.5rem; }

.detailEshopCart__msgCountOfItems {
  font-size: 1.5rem;
  color: #0056B3;
  margin-bottom: 1rem; }

.detailEshopCart__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 1rem; }

.detailEshopCart__voucher {
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 576px) {
    .detailEshopCart__voucher {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .detailEshopCart__voucher {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; } }
  .detailEshopCart__voucher .form__input input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.detailEshopCart__priceSummary {
  -ms-flex-item-align: end;
      align-self: end;
  text-align: right;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 576px) {
    .detailEshopCart__priceSummary {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
      .detailEshopCart__priceSummary:first-child {
        margin-left: auto; } }
  @media (min-width: 992px) {
    .detailEshopCart__priceSummary {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%;
      margin-left: 16.66667%; } }

.detailEshopCart__cartControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .detailEshopCart__cartControl > * {
    width: 100%; }
  @media (min-width: 768px) {
    .detailEshopCart__cartControl {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .detailEshopCart__cartControl > * {
        width: auto; } }

.detailEshopCart__cartControlNext {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0.5rem;
  -ms-flex-item-align: center;
      align-self: center; }
  .detailEshopCart__cartControlNext .btn {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.75rem;
    width: 100%; }
    .detailEshopCart__cartControlNext .btn:hover {
      color: #fff;
      background-color: #00448d;
      border-color: #003d80; }
    .detailEshopCart__cartControlNext .btn:focus, .detailEshopCart__cartControlNext .btn.focus {
      color: #fff;
      background-color: #00448d;
      border-color: #003d80;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
    .detailEshopCart__cartControlNext .btn.disabled, .detailEshopCart__cartControlNext .btn:disabled {
      color: #fff;
      background-color: #0056B3;
      border-color: #0056B3; }
    .detailEshopCart__cartControlNext .btn:not(:disabled):not(.disabled):active, .detailEshopCart__cartControlNext .btn:not(:disabled):not(.disabled).active,
    .show > .detailEshopCart__cartControlNext .btn.dropdown-toggle,
    .show > .detailEshopCart__cartControlNext .btn.langSwitch__btn {
      color: #fff;
      background-color: #003d80;
      border-color: #003773; }
      .detailEshopCart__cartControlNext .btn:not(:disabled):not(.disabled):active:focus, .detailEshopCart__cartControlNext .btn:not(:disabled):not(.disabled).active:focus,
      .show > .detailEshopCart__cartControlNext .btn.dropdown-toggle:focus,
      .show > .detailEshopCart__cartControlNext .btn.langSwitch__btn:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
    .detailEshopCart__cartControlNext .btn > span:last-child {
      margin-left: 0.5rem; }
  @media (min-width: 768px) {
    .detailEshopCart__cartControlNext {
      margin-bottom: 0;
      margin-left: 0.5rem;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }

.detailEshopCart__cartControlPrev {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-item-align: center;
      align-self: center; }
  .detailEshopCart__cartControlPrev .btn {
    color: #fff;
    background-color: #495057;
    border-color: #495057;
    width: 100%; }
    .detailEshopCart__cartControlPrev .btn:hover {
      color: #fff;
      background-color: #383d42;
      border-color: #32373b; }
    .detailEshopCart__cartControlPrev .btn:focus, .detailEshopCart__cartControlPrev .btn.focus {
      color: #fff;
      background-color: #383d42;
      border-color: #32373b;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }
    .detailEshopCart__cartControlPrev .btn.disabled, .detailEshopCart__cartControlPrev .btn:disabled {
      color: #fff;
      background-color: #495057;
      border-color: #495057; }
    .detailEshopCart__cartControlPrev .btn:not(:disabled):not(.disabled):active, .detailEshopCart__cartControlPrev .btn:not(:disabled):not(.disabled).active,
    .show > .detailEshopCart__cartControlPrev .btn.dropdown-toggle,
    .show > .detailEshopCart__cartControlPrev .btn.langSwitch__btn {
      color: #fff;
      background-color: #32373b;
      border-color: #2c3034; }
      .detailEshopCart__cartControlPrev .btn:not(:disabled):not(.disabled):active:focus, .detailEshopCart__cartControlPrev .btn:not(:disabled):not(.disabled).active:focus,
      .show > .detailEshopCart__cartControlPrev .btn.dropdown-toggle:focus,
      .show > .detailEshopCart__cartControlPrev .btn.langSwitch__btn:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }
    .detailEshopCart__cartControlPrev .btn > span:first-child {
      margin-right: 0.5rem; }
  @media (min-width: 768px) {
    .detailEshopCart__cartControlPrev {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-right: auto; } }

.detailEshopCart__cartControlSavedCart {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0.5rem;
  -ms-flex-item-align: center;
      align-self: center; }
  .detailEshopCart__cartControlSavedCart .btn {
    width: 100%; }
    .detailEshopCart__cartControlSavedCart .btn > span:first-child {
      margin-right: 0.5rem; }
  @media (min-width: 768px) {
    .detailEshopCart__cartControlSavedCart {
      margin-bottom: 0;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.detailEshopCart__orderSummaryDeliveryAddress {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  .detailEshopCart__orderSummaryDeliveryAddress h2 {
    font-size: 1rem; }
  @media (min-width: 768px) {
    .detailEshopCart__orderSummaryDeliveryAddress {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.detailEshopCart__orderSummaryPoznamka {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .detailEshopCart__orderSummaryPoznamka {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.detailEshopCart__btnRepayment {
  margin-bottom: 1.5rem; }
  .detailEshopCart__btnRepayment a {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
    .detailEshopCart__btnRepayment a:hover {
      color: #fff;
      background-color: #00448d;
      border-color: #003d80; }
    .detailEshopCart__btnRepayment a:focus, .detailEshopCart__btnRepayment a.focus {
      color: #fff;
      background-color: #00448d;
      border-color: #003d80;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
    .detailEshopCart__btnRepayment a.disabled, .detailEshopCart__btnRepayment a:disabled {
      color: #fff;
      background-color: #0056B3;
      border-color: #0056B3; }
    .detailEshopCart__btnRepayment a:not(:disabled):not(.disabled):active, .detailEshopCart__btnRepayment a:not(:disabled):not(.disabled).active,
    .show > .detailEshopCart__btnRepayment a.dropdown-toggle,
    .show > .detailEshopCart__btnRepayment a.langSwitch__btn {
      color: #fff;
      background-color: #003d80;
      border-color: #003773; }
      .detailEshopCart__btnRepayment a:not(:disabled):not(.disabled):active:focus, .detailEshopCart__btnRepayment a:not(:disabled):not(.disabled).active:focus,
      .show > .detailEshopCart__btnRepayment a.dropdown-toggle:focus,
      .show > .detailEshopCart__btnRepayment a.langSwitch__btn:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
    .detailEshopCart__btnRepayment a > span:last-child {
      margin-left: 0.5rem; }

.detailEshopCart__detailSavedCart {
  text-align: right; }
  .detailEshopCart__detailSavedCart .btn {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3;
    margin-bottom: 1.5rem; }
    .detailEshopCart__detailSavedCart .btn:hover {
      color: #fff;
      background-color: #00448d;
      border-color: #003d80; }
    .detailEshopCart__detailSavedCart .btn:focus, .detailEshopCart__detailSavedCart .btn.focus {
      color: #fff;
      background-color: #00448d;
      border-color: #003d80;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
    .detailEshopCart__detailSavedCart .btn.disabled, .detailEshopCart__detailSavedCart .btn:disabled {
      color: #fff;
      background-color: #0056B3;
      border-color: #0056B3; }
    .detailEshopCart__detailSavedCart .btn:not(:disabled):not(.disabled):active, .detailEshopCart__detailSavedCart .btn:not(:disabled):not(.disabled).active,
    .show > .detailEshopCart__detailSavedCart .btn.dropdown-toggle,
    .show > .detailEshopCart__detailSavedCart .btn.langSwitch__btn {
      color: #fff;
      background-color: #003d80;
      border-color: #003773; }
      .detailEshopCart__detailSavedCart .btn:not(:disabled):not(.disabled):active:focus, .detailEshopCart__detailSavedCart .btn:not(:disabled):not(.disabled).active:focus,
      .show > .detailEshopCart__detailSavedCart .btn.dropdown-toggle:focus,
      .show > .detailEshopCart__detailSavedCart .btn.langSwitch__btn:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .detailEshopCart__detailSavedCart .listPrice {
    font-size: 1.25rem;
    margin-bottom: 1.5rem; }

.detailUserSettings .detail__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.detailUserSettings__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 1.5rem; }

.detailUserSettings__navItem {
  margin-bottom: 0.5rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .detailUserSettings__navItem {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  .detailUserSettings__navItem > a {
    width: 100%;
    text-align: center;
    color: #0056B3;
    border-color: #0056B3;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.75rem; }
    .detailUserSettings__navItem > a:hover {
      color: #fff;
      background-color: #0056B3;
      border-color: #0056B3; }
    .detailUserSettings__navItem > a:focus, .detailUserSettings__navItem > a.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); }
    .detailUserSettings__navItem > a.disabled, .detailUserSettings__navItem > a:disabled {
      color: #0056B3;
      background-color: transparent; }
    .detailUserSettings__navItem > a:not(:disabled):not(.disabled):active, .detailUserSettings__navItem > a:not(:disabled):not(.disabled).active,
    .show > .detailUserSettings__navItem > a.dropdown-toggle,
    .show > .detailUserSettings__navItem > a.langSwitch__btn {
      color: #fff;
      background-color: #0056B3;
      border-color: #0056B3; }
      .detailUserSettings__navItem > a:not(:disabled):not(.disabled):active:focus, .detailUserSettings__navItem > a:not(:disabled):not(.disabled).active:focus,
      .show > .detailUserSettings__navItem > a.dropdown-toggle:focus,
      .show > .detailUserSettings__navItem > a.langSwitch__btn:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); }

.detailUserSettings__contentRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .detailUserSettings__contentRow .form__group {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .detailUserSettings__contentRow .form__group {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; } }

.detailUserSettings__formSubject {
  margin-bottom: 1.5rem; }

.detailUserSettings__subjektType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.detailUserSettings__listAddresses {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .detailUserSettings__listAddresses table thead th:last-child {
      white-space: nowrap;
      width: 200px; } }
  @media (max-width: 767.98px) {
    .detailUserSettings__listAddresses table {
      width: 100%; }
    .detailUserSettings__listAddresses table,
    .detailUserSettings__listAddresses table tbody,
    .detailUserSettings__listAddresses table tr,
    .detailUserSettings__listAddresses table td {
      display: block; }
    .detailUserSettings__listAddresses thead {
      display: none; } }

.detailUserSettings__listUsers {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .detailUserSettings__listUsers table thead th:last-child {
      white-space: nowrap;
      width: 200px; } }
  @media (max-width: 767.98px) {
    .detailUserSettings__listUsers table {
      width: 100%; }
    .detailUserSettings__listUsers table,
    .detailUserSettings__listUsers table tbody,
    .detailUserSettings__listUsers table tr,
    .detailUserSettings__listUsers table td {
      display: block; }
    .detailUserSettings__listUsers thead {
      display: none; } }

.detailUserSettings__sectionHeading {
  margin-bottom: 1rem; }

.detailUserSettings__btnAddressesAdd a,
.detailUserSettings__btnUsersAdd a {
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3; }
  .detailUserSettings__btnAddressesAdd a:hover,
  .detailUserSettings__btnUsersAdd a:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .detailUserSettings__btnAddressesAdd a:focus, .detailUserSettings__btnAddressesAdd a.focus,
  .detailUserSettings__btnUsersAdd a:focus,
  .detailUserSettings__btnUsersAdd a.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .detailUserSettings__btnAddressesAdd a.disabled, .detailUserSettings__btnAddressesAdd a:disabled,
  .detailUserSettings__btnUsersAdd a.disabled,
  .detailUserSettings__btnUsersAdd a:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .detailUserSettings__btnAddressesAdd a:not(:disabled):not(.disabled):active, .detailUserSettings__btnAddressesAdd a:not(:disabled):not(.disabled).active,
  .show > .detailUserSettings__btnAddressesAdd a.dropdown-toggle,
  .show > .detailUserSettings__btnAddressesAdd a.langSwitch__btn,
  .detailUserSettings__btnUsersAdd a:not(:disabled):not(.disabled):active,
  .detailUserSettings__btnUsersAdd a:not(:disabled):not(.disabled).active,
  .show > .detailUserSettings__btnUsersAdd a.dropdown-toggle,
  .show > .detailUserSettings__btnUsersAdd a.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .detailUserSettings__btnAddressesAdd a:not(:disabled):not(.disabled):active:focus, .detailUserSettings__btnAddressesAdd a:not(:disabled):not(.disabled).active:focus,
    .show > .detailUserSettings__btnAddressesAdd a.dropdown-toggle:focus,
    .show > .detailUserSettings__btnAddressesAdd a.langSwitch__btn:focus,
    .detailUserSettings__btnUsersAdd a:not(:disabled):not(.disabled):active:focus,
    .detailUserSettings__btnUsersAdd a:not(:disabled):not(.disabled).active:focus,
    .show > .detailUserSettings__btnUsersAdd a.dropdown-toggle:focus,
    .show > .detailUserSettings__btnUsersAdd a.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

.detailUserSettings__btnEdit {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  width: 49%; }
  .detailUserSettings__btnEdit:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .detailUserSettings__btnEdit:focus, .detailUserSettings__btnEdit.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .detailUserSettings__btnEdit.disabled, .detailUserSettings__btnEdit:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .detailUserSettings__btnEdit:not(:disabled):not(.disabled):active, .detailUserSettings__btnEdit:not(:disabled):not(.disabled).active,
  .show > .detailUserSettings__btnEdit.dropdown-toggle,
  .show > .detailUserSettings__btnEdit.langSwitch__btn {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .detailUserSettings__btnEdit:not(:disabled):not(.disabled):active:focus, .detailUserSettings__btnEdit:not(:disabled):not(.disabled).active:focus,
    .show > .detailUserSettings__btnEdit.dropdown-toggle:focus,
    .show > .detailUserSettings__btnEdit.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.detailUserSettings__btnDelete {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  width: 49%;
  margin-left: 2%; }
  .detailUserSettings__btnDelete:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .detailUserSettings__btnDelete:focus, .detailUserSettings__btnDelete.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .detailUserSettings__btnDelete.disabled, .detailUserSettings__btnDelete:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .detailUserSettings__btnDelete:not(:disabled):not(.disabled):active, .detailUserSettings__btnDelete:not(:disabled):not(.disabled).active,
  .show > .detailUserSettings__btnDelete.dropdown-toggle,
  .show > .detailUserSettings__btnDelete.langSwitch__btn {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .detailUserSettings__btnDelete:not(:disabled):not(.disabled):active:focus, .detailUserSettings__btnDelete:not(:disabled):not(.disabled).active:focus,
    .show > .detailUserSettings__btnDelete.dropdown-toggle:focus,
    .show > .detailUserSettings__btnDelete.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.detailUserSettings__btnDefaultAddress {
  color: #0056B3;
  border-color: #0056B3;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }
  .detailUserSettings__btnDefaultAddress:hover {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .detailUserSettings__btnDefaultAddress:focus, .detailUserSettings__btnDefaultAddress.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); }
  .detailUserSettings__btnDefaultAddress.disabled, .detailUserSettings__btnDefaultAddress:disabled {
    color: #0056B3;
    background-color: transparent; }
  .detailUserSettings__btnDefaultAddress:not(:disabled):not(.disabled):active, .detailUserSettings__btnDefaultAddress:not(:disabled):not(.disabled).active,
  .show > .detailUserSettings__btnDefaultAddress.dropdown-toggle,
  .show > .detailUserSettings__btnDefaultAddress.langSwitch__btn {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
    .detailUserSettings__btnDefaultAddress:not(:disabled):not(.disabled):active:focus, .detailUserSettings__btnDefaultAddress:not(:disabled):not(.disabled).active:focus,
    .show > .detailUserSettings__btnDefaultAddress.dropdown-toggle:focus,
    .show > .detailUserSettings__btnDefaultAddress.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); }

.detailUserSettings__listEshopOrders {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .detailUserSettings__listEshopOrders table thead th:last-child {
      white-space: nowrap;
      width: 200px; }
    .detailUserSettings__listEshopOrders table thead th:nth-child(3),
    .detailUserSettings__listEshopOrders table tbody td:nth-child(3),
    .detailUserSettings__listEshopOrders table thead th:nth-child(2),
    .detailUserSettings__listEshopOrders table tbody td:nth-child(2) {
      text-align: center; }
    .detailUserSettings__listEshopOrders table thead th:nth-child(5),
    .detailUserSettings__listEshopOrders table tbody td:nth-child(5) {
      text-align: right;
      white-space: nowrap; }
    .detailUserSettings__listEshopOrders table tbody td {
      vertical-align: middle; } }
  @media (max-width: 767.98px) {
    .detailUserSettings__listEshopOrders table {
      width: 100%; }
    .detailUserSettings__listEshopOrders table,
    .detailUserSettings__listEshopOrders table tbody,
    .detailUserSettings__listEshopOrders table tr,
    .detailUserSettings__listEshopOrders table td {
      display: block; }
    .detailUserSettings__listEshopOrders thead {
      display: none; }
    .detailUserSettings__listEshopOrders table td:empty {
      display: none; }
    .detailUserSettings__listEshopOrders table td[data-caption]:before,
    .detailUserSettings__listEshopOrders table td a[data-caption]:before {
      content: attr(data-caption) ": "; } }
  .detailUserSettings__listEshopOrders .order-asc {
    margin-left: 0.25rem; }
  .detailUserSettings__listEshopOrders .order-desc {
    margin-left: 0.25rem; }

.detailUserSettings__btnRepayment {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }
  .detailUserSettings__btnRepayment:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .detailUserSettings__btnRepayment:focus, .detailUserSettings__btnRepayment.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .detailUserSettings__btnRepayment.disabled, .detailUserSettings__btnRepayment:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .detailUserSettings__btnRepayment:not(:disabled):not(.disabled):active, .detailUserSettings__btnRepayment:not(:disabled):not(.disabled).active,
  .show > .detailUserSettings__btnRepayment.dropdown-toggle,
  .show > .detailUserSettings__btnRepayment.langSwitch__btn {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .detailUserSettings__btnRepayment:not(:disabled):not(.disabled):active:focus, .detailUserSettings__btnRepayment:not(:disabled):not(.disabled).active:focus,
    .show > .detailUserSettings__btnRepayment.dropdown-toggle:focus,
    .show > .detailUserSettings__btnRepayment.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.detailUserSettings__btnAddToCart {
  width: 100%;
  margin-bottom: 0.5rem; }
  .detailUserSettings__btnAddToCart .btn {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    width: 100%; }
    .detailUserSettings__btnAddToCart .btn:hover {
      color: #fff;
      background-color: #218838;
      border-color: #1e7e34; }
    .detailUserSettings__btnAddToCart .btn:focus, .detailUserSettings__btnAddToCart .btn.focus {
      color: #fff;
      background-color: #218838;
      border-color: #1e7e34;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
    .detailUserSettings__btnAddToCart .btn.disabled, .detailUserSettings__btnAddToCart .btn:disabled {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745; }
    .detailUserSettings__btnAddToCart .btn:not(:disabled):not(.disabled):active, .detailUserSettings__btnAddToCart .btn:not(:disabled):not(.disabled).active,
    .show > .detailUserSettings__btnAddToCart .btn.dropdown-toggle,
    .show > .detailUserSettings__btnAddToCart .btn.langSwitch__btn {
      color: #fff;
      background-color: #1e7e34;
      border-color: #1c7430; }
      .detailUserSettings__btnAddToCart .btn:not(:disabled):not(.disabled):active:focus, .detailUserSettings__btnAddToCart .btn:not(:disabled):not(.disabled).active:focus,
      .show > .detailUserSettings__btnAddToCart .btn.dropdown-toggle:focus,
      .show > .detailUserSettings__btnAddToCart .btn.langSwitch__btn:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.detailUserSettings__btnOrderDetail {
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  width: 49%; }
  .detailUserSettings__btnOrderDetail:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .detailUserSettings__btnOrderDetail:focus, .detailUserSettings__btnOrderDetail.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .detailUserSettings__btnOrderDetail.disabled, .detailUserSettings__btnOrderDetail:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .detailUserSettings__btnOrderDetail:not(:disabled):not(.disabled):active, .detailUserSettings__btnOrderDetail:not(:disabled):not(.disabled).active,
  .show > .detailUserSettings__btnOrderDetail.dropdown-toggle,
  .show > .detailUserSettings__btnOrderDetail.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .detailUserSettings__btnOrderDetail:not(:disabled):not(.disabled):active:focus, .detailUserSettings__btnOrderDetail:not(:disabled):not(.disabled).active:focus,
    .show > .detailUserSettings__btnOrderDetail.dropdown-toggle:focus,
    .show > .detailUserSettings__btnOrderDetail.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

.detailUserSettings__btnOrderPdf {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  width: 49%;
  margin-left: 2%; }
  .detailUserSettings__btnOrderPdf:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .detailUserSettings__btnOrderPdf:focus, .detailUserSettings__btnOrderPdf.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .detailUserSettings__btnOrderPdf.disabled, .detailUserSettings__btnOrderPdf:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .detailUserSettings__btnOrderPdf:not(:disabled):not(.disabled):active, .detailUserSettings__btnOrderPdf:not(:disabled):not(.disabled).active,
  .show > .detailUserSettings__btnOrderPdf.dropdown-toggle,
  .show > .detailUserSettings__btnOrderPdf.langSwitch__btn {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .detailUserSettings__btnOrderPdf:not(:disabled):not(.disabled):active:focus, .detailUserSettings__btnOrderPdf:not(:disabled):not(.disabled).active:focus,
    .show > .detailUserSettings__btnOrderPdf.dropdown-toggle:focus,
    .show > .detailUserSettings__btnOrderPdf.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.detailUserSettings__loopOrderBtns {
  width: 100%;
  white-space: nowrap; }

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

.detailUserSettings__detailOrderFooterColumn {
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .detailUserSettings__detailOrderFooterColumn {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  .detailUserSettings__detailOrderFooterColumn .listPrice {
    text-align: right; }

.detailUserSettings__detailOrderDeliveryAddress {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  .detailUserSettings__detailOrderDeliveryAddress h2 {
    font-size: 1rem; }
  @media (min-width: 768px) {
    .detailUserSettings__detailOrderDeliveryAddress {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.detailUserSettings__detailOrderPoznamka {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .detailUserSettings__detailOrderPoznamka {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.modalLogin__btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.75rem;
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3;
  width: 100%; }
  .modalLogin__btn:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .modalLogin__btn:focus, .modalLogin__btn.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .modalLogin__btn.disabled, .modalLogin__btn:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .modalLogin__btn:not(:disabled):not(.disabled):active, .modalLogin__btn:not(:disabled):not(.disabled).active,
  .show > .modalLogin__btn.dropdown-toggle,
  .show > .modalLogin__btn.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .modalLogin__btn:not(:disabled):not(.disabled):active:focus, .modalLogin__btn:not(:disabled):not(.disabled).active:focus,
    .show > .modalLogin__btn.dropdown-toggle:focus,
    .show > .modalLogin__btn.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

.modalLogin__btnSocial {
  margin-top: 0.5rem; }

.modalLogin__btnForgottenPassword {
  padding: 0; }

.modalLogin__groupBtn {
  margin-bottom: 0; }

.modalLogin__groupSocial {
  margin-bottom: 0.5rem; }

.modalLogin__groupForgottenPassword {
  text-align: center;
  margin-bottom: 0; }

.modalForgottenPassword__groupBtn {
  margin-bottom: 0; }

.modalForgottenPassword__btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.75rem;
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3;
  width: 100%; }
  .modalForgottenPassword__btn:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .modalForgottenPassword__btn:focus, .modalForgottenPassword__btn.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .modalForgottenPassword__btn.disabled, .modalForgottenPassword__btn:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .modalForgottenPassword__btn:not(:disabled):not(.disabled):active, .modalForgottenPassword__btn:not(:disabled):not(.disabled).active,
  .show > .modalForgottenPassword__btn.dropdown-toggle,
  .show > .modalForgottenPassword__btn.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .modalForgottenPassword__btn:not(:disabled):not(.disabled):active:focus, .modalForgottenPassword__btn:not(:disabled):not(.disabled).active:focus,
    .show > .modalForgottenPassword__btn.dropdown-toggle:focus,
    .show > .modalForgottenPassword__btn.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

.modalEshopDetailPoptavka__groupBtn {
  margin-bottom: 0; }

.modalEshopDetailPoptavka__btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.75rem;
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3;
  width: 100%; }
  .modalEshopDetailPoptavka__btn:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .modalEshopDetailPoptavka__btn:focus, .modalEshopDetailPoptavka__btn.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .modalEshopDetailPoptavka__btn.disabled, .modalEshopDetailPoptavka__btn:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .modalEshopDetailPoptavka__btn:not(:disabled):not(.disabled):active, .modalEshopDetailPoptavka__btn:not(:disabled):not(.disabled).active,
  .show > .modalEshopDetailPoptavka__btn.dropdown-toggle,
  .show > .modalEshopDetailPoptavka__btn.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .modalEshopDetailPoptavka__btn:not(:disabled):not(.disabled):active:focus, .modalEshopDetailPoptavka__btn:not(:disabled):not(.disabled).active:focus,
    .show > .modalEshopDetailPoptavka__btn.dropdown-toggle:focus,
    .show > .modalEshopDetailPoptavka__btn.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

.modalEshopProductWatchdog__groupBtn,
.modalEshopProductWatchdogUnscribe__groupBtn {
  margin-bottom: 0; }

.modalEshopProductWatchdog__btn,
.modalEshopProductWatchdogUnscribe__btn {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3; }
  .modalEshopProductWatchdog__btn:hover,
  .modalEshopProductWatchdogUnscribe__btn:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .modalEshopProductWatchdog__btn:focus, .modalEshopProductWatchdog__btn.focus,
  .modalEshopProductWatchdogUnscribe__btn:focus,
  .modalEshopProductWatchdogUnscribe__btn.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .modalEshopProductWatchdog__btn.disabled, .modalEshopProductWatchdog__btn:disabled,
  .modalEshopProductWatchdogUnscribe__btn.disabled,
  .modalEshopProductWatchdogUnscribe__btn:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .modalEshopProductWatchdog__btn:not(:disabled):not(.disabled):active, .modalEshopProductWatchdog__btn:not(:disabled):not(.disabled).active,
  .show > .modalEshopProductWatchdog__btn.dropdown-toggle,
  .show > .modalEshopProductWatchdog__btn.langSwitch__btn,
  .modalEshopProductWatchdogUnscribe__btn:not(:disabled):not(.disabled):active,
  .modalEshopProductWatchdogUnscribe__btn:not(:disabled):not(.disabled).active,
  .show > .modalEshopProductWatchdogUnscribe__btn.dropdown-toggle,
  .show > .modalEshopProductWatchdogUnscribe__btn.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .modalEshopProductWatchdog__btn:not(:disabled):not(.disabled):active:focus, .modalEshopProductWatchdog__btn:not(:disabled):not(.disabled).active:focus,
    .show > .modalEshopProductWatchdog__btn.dropdown-toggle:focus,
    .show > .modalEshopProductWatchdog__btn.langSwitch__btn:focus,
    .modalEshopProductWatchdogUnscribe__btn:not(:disabled):not(.disabled):active:focus,
    .modalEshopProductWatchdogUnscribe__btn:not(:disabled):not(.disabled).active:focus,
    .show > .modalEshopProductWatchdogUnscribe__btn.dropdown-toggle:focus,
    .show > .modalEshopProductWatchdogUnscribe__btn.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

.modalEshopProductWatchdog__btnClose,
.modalEshopProductWatchdogUnscribe__btnClose {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  margin-right: 0.5rem; }
  .modalEshopProductWatchdog__btnClose:hover,
  .modalEshopProductWatchdogUnscribe__btnClose:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .modalEshopProductWatchdog__btnClose:focus, .modalEshopProductWatchdog__btnClose.focus,
  .modalEshopProductWatchdogUnscribe__btnClose:focus,
  .modalEshopProductWatchdogUnscribe__btnClose.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .modalEshopProductWatchdog__btnClose.disabled, .modalEshopProductWatchdog__btnClose:disabled,
  .modalEshopProductWatchdogUnscribe__btnClose.disabled,
  .modalEshopProductWatchdogUnscribe__btnClose:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .modalEshopProductWatchdog__btnClose:not(:disabled):not(.disabled):active, .modalEshopProductWatchdog__btnClose:not(:disabled):not(.disabled).active,
  .show > .modalEshopProductWatchdog__btnClose.dropdown-toggle,
  .show > .modalEshopProductWatchdog__btnClose.langSwitch__btn,
  .modalEshopProductWatchdogUnscribe__btnClose:not(:disabled):not(.disabled):active,
  .modalEshopProductWatchdogUnscribe__btnClose:not(:disabled):not(.disabled).active,
  .show > .modalEshopProductWatchdogUnscribe__btnClose.dropdown-toggle,
  .show > .modalEshopProductWatchdogUnscribe__btnClose.langSwitch__btn {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .modalEshopProductWatchdog__btnClose:not(:disabled):not(.disabled):active:focus, .modalEshopProductWatchdog__btnClose:not(:disabled):not(.disabled).active:focus,
    .show > .modalEshopProductWatchdog__btnClose.dropdown-toggle:focus,
    .show > .modalEshopProductWatchdog__btnClose.langSwitch__btn:focus,
    .modalEshopProductWatchdogUnscribe__btnClose:not(:disabled):not(.disabled):active:focus,
    .modalEshopProductWatchdogUnscribe__btnClose:not(:disabled):not(.disabled).active:focus,
    .show > .modalEshopProductWatchdogUnscribe__btnClose.dropdown-toggle:focus,
    .show > .modalEshopProductWatchdogUnscribe__btnClose.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.modalEshopCartSavedCart__groupBtn {
  margin-bottom: 0; }

.modalEshopCartSavedCart__btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.75rem;
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3;
  margin-bottom: 0.5rem;
  width: 100%; }
  .modalEshopCartSavedCart__btn:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .modalEshopCartSavedCart__btn:focus, .modalEshopCartSavedCart__btn.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .modalEshopCartSavedCart__btn.disabled, .modalEshopCartSavedCart__btn:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .modalEshopCartSavedCart__btn:not(:disabled):not(.disabled):active, .modalEshopCartSavedCart__btn:not(:disabled):not(.disabled).active,
  .show > .modalEshopCartSavedCart__btn.dropdown-toggle,
  .show > .modalEshopCartSavedCart__btn.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .modalEshopCartSavedCart__btn:not(:disabled):not(.disabled):active:focus, .modalEshopCartSavedCart__btn:not(:disabled):not(.disabled).active:focus,
    .show > .modalEshopCartSavedCart__btn.dropdown-toggle:focus,
    .show > .modalEshopCartSavedCart__btn.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

.modalEshopCartSavedCart__btnClose {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  color: #fff;
  background-color: #495057;
  border-color: #495057;
  width: 100%; }
  .modalEshopCartSavedCart__btnClose:hover {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b; }
  .modalEshopCartSavedCart__btnClose:focus, .modalEshopCartSavedCart__btnClose.focus {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }
  .modalEshopCartSavedCart__btnClose.disabled, .modalEshopCartSavedCart__btnClose:disabled {
    color: #fff;
    background-color: #495057;
    border-color: #495057; }
  .modalEshopCartSavedCart__btnClose:not(:disabled):not(.disabled):active, .modalEshopCartSavedCart__btnClose:not(:disabled):not(.disabled).active,
  .show > .modalEshopCartSavedCart__btnClose.dropdown-toggle,
  .show > .modalEshopCartSavedCart__btnClose.langSwitch__btn {
    color: #fff;
    background-color: #32373b;
    border-color: #2c3034; }
    .modalEshopCartSavedCart__btnClose:not(:disabled):not(.disabled):active:focus, .modalEshopCartSavedCart__btnClose:not(:disabled):not(.disabled).active:focus,
    .show > .modalEshopCartSavedCart__btnClose.dropdown-toggle:focus,
    .show > .modalEshopCartSavedCart__btnClose.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }

.modalEshopCart {
  max-width: 720px; }
  @media (min-width: 576px) {
    .modalEshopCart {
      min-width: 540px; } }
  @media (min-width: 768px) {
    .modalEshopCart {
      min-width: 720px; } }
  .modalEshopCart .loopEshopCart {
    margin-left: 0;
    margin-right: 0;
    border: 0; }
  .modalEshopCart .loopEshopCart__name,
  .modalEshopCart .loopEshopCart__priceAndCount {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .modalEshopCart .loopEshopCart__count {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: left;
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .modalEshopCart .loopEshopCart__price {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .modalEshopCart .modal__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media (min-width: 576px) {
      .modalEshopCart .modal__footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }

.modalEshopCart__btn {
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3;
  margin-bottom: 0.5rem; }
  .modalEshopCart__btn:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .modalEshopCart__btn:focus, .modalEshopCart__btn.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .modalEshopCart__btn.disabled, .modalEshopCart__btn:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .modalEshopCart__btn:not(:disabled):not(.disabled):active, .modalEshopCart__btn:not(:disabled):not(.disabled).active,
  .show > .modalEshopCart__btn.dropdown-toggle,
  .show > .modalEshopCart__btn.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .modalEshopCart__btn:not(:disabled):not(.disabled):active:focus, .modalEshopCart__btn:not(:disabled):not(.disabled).active:focus,
    .show > .modalEshopCart__btn.dropdown-toggle:focus,
    .show > .modalEshopCart__btn.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .modalEshopCart__btn > span:last-child {
    margin-left: 0.5rem; }
  @media (min-width: 576px) {
    .modalEshopCart__btn {
      margin-left: auto;
      margin-bottom: 0; } }

.modalEshopCart__btnClose {
  color: #fff;
  background-color: #495057;
  border-color: #495057; }
  .modalEshopCart__btnClose:hover {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b; }
  .modalEshopCart__btnClose:focus, .modalEshopCart__btnClose.focus {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }
  .modalEshopCart__btnClose.disabled, .modalEshopCart__btnClose:disabled {
    color: #fff;
    background-color: #495057;
    border-color: #495057; }
  .modalEshopCart__btnClose:not(:disabled):not(.disabled):active, .modalEshopCart__btnClose:not(:disabled):not(.disabled).active,
  .show > .modalEshopCart__btnClose.dropdown-toggle,
  .show > .modalEshopCart__btnClose.langSwitch__btn {
    color: #fff;
    background-color: #32373b;
    border-color: #2c3034; }
    .modalEshopCart__btnClose:not(:disabled):not(.disabled):active:focus, .modalEshopCart__btnClose:not(:disabled):not(.disabled).active:focus,
    .show > .modalEshopCart__btnClose.dropdown-toggle:focus,
    .show > .modalEshopCart__btnClose.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }
  .modalEshopCart__btnClose > span:first-child {
    margin-right: 0.5rem; }

.modalEshopCartChangeAddress .form__group {
  width: 1rem;
  height: 1.5rem;
  overflow: hidden;
  margin: 0 auto; }

.modalEshopCartChangeAddress table > thead th:last-child,
.modalEshopCartChangeAddress table > thead td:last-child,
.modalEshopCartChangeAddress table > tbody th:last-child,
.modalEshopCartChangeAddress table > tbody td:last-child {
  width: 25px;
  text-align: center; }

.modalEshopCartChangeAddress__btnSettings {
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3; }
  .modalEshopCartChangeAddress__btnSettings:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .modalEshopCartChangeAddress__btnSettings:focus, .modalEshopCartChangeAddress__btnSettings.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .modalEshopCartChangeAddress__btnSettings.disabled, .modalEshopCartChangeAddress__btnSettings:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .modalEshopCartChangeAddress__btnSettings:not(:disabled):not(.disabled):active, .modalEshopCartChangeAddress__btnSettings:not(:disabled):not(.disabled).active,
  .show > .modalEshopCartChangeAddress__btnSettings.dropdown-toggle,
  .show > .modalEshopCartChangeAddress__btnSettings.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .modalEshopCartChangeAddress__btnSettings:not(:disabled):not(.disabled):active:focus, .modalEshopCartChangeAddress__btnSettings:not(:disabled):not(.disabled).active:focus,
    .show > .modalEshopCartChangeAddress__btnSettings.dropdown-toggle:focus,
    .show > .modalEshopCartChangeAddress__btnSettings.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .modalEshopCartChangeAddress__btnSettings > span:last-child {
    margin-left: 0.5rem; }

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

.modalUserSettingsEditAddress__modalContentRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .modalUserSettingsEditAddress__modalContentRow .form__group {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .modalUserSettingsEditAddress__modalContentRow .form__group:not(.modalUserSettingsEditAddress__groupPoznamka) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }

.modalUserSettingsEditAddress__groupBtn {
  margin-bottom: 0; }

.modalUserSettingsEditAddress__btn {
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3; }
  .modalUserSettingsEditAddress__btn:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .modalUserSettingsEditAddress__btn:focus, .modalUserSettingsEditAddress__btn.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .modalUserSettingsEditAddress__btn.disabled, .modalUserSettingsEditAddress__btn:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .modalUserSettingsEditAddress__btn:not(:disabled):not(.disabled):active, .modalUserSettingsEditAddress__btn:not(:disabled):not(.disabled).active,
  .show > .modalUserSettingsEditAddress__btn.dropdown-toggle,
  .show > .modalUserSettingsEditAddress__btn.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .modalUserSettingsEditAddress__btn:not(:disabled):not(.disabled):active:focus, .modalUserSettingsEditAddress__btn:not(:disabled):not(.disabled).active:focus,
    .show > .modalUserSettingsEditAddress__btn.dropdown-toggle:focus,
    .show > .modalUserSettingsEditAddress__btn.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

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

.modalUserSettingsEditUser__modalContentRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .modalUserSettingsEditUser__modalContentRow .form__group {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .modalUserSettingsEditUser__modalContentRow .form__group {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }

.modalUserSettingsEditUser__groupBtn {
  margin-bottom: 0; }

.modalUserSettingsEditUser__btn {
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3; }
  .modalUserSettingsEditUser__btn:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .modalUserSettingsEditUser__btn:focus, .modalUserSettingsEditUser__btn.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .modalUserSettingsEditUser__btn.disabled, .modalUserSettingsEditUser__btn:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .modalUserSettingsEditUser__btn:not(:disabled):not(.disabled):active, .modalUserSettingsEditUser__btn:not(:disabled):not(.disabled).active,
  .show > .modalUserSettingsEditUser__btn.dropdown-toggle,
  .show > .modalUserSettingsEditUser__btn.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .modalUserSettingsEditUser__btn:not(:disabled):not(.disabled):active:focus, .modalUserSettingsEditUser__btn:not(:disabled):not(.disabled).active:focus,
    .show > .modalUserSettingsEditUser__btn.dropdown-toggle:focus,
    .show > .modalUserSettingsEditUser__btn.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

.formSearch__input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.formSearch__btn {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  color: #fff;
  background-color: #495057;
  border-color: #495057; }
  .formSearch__btn:hover {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b; }
  .formSearch__btn:focus, .formSearch__btn.focus {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }
  .formSearch__btn.disabled, .formSearch__btn:disabled {
    color: #fff;
    background-color: #495057;
    border-color: #495057; }
  .formSearch__btn:not(:disabled):not(.disabled):active, .formSearch__btn:not(:disabled):not(.disabled).active,
  .show > .formSearch__btn.dropdown-toggle,
  .show > .formSearch__btn.langSwitch__btn {
    color: #fff;
    background-color: #32373b;
    border-color: #2c3034; }
    .formSearch__btn:not(:disabled):not(.disabled):active:focus, .formSearch__btn:not(:disabled):not(.disabled).active:focus,
    .show > .formSearch__btn.dropdown-toggle:focus,
    .show > .formSearch__btn.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }

.autocomplete {
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ced4da; }

.loopAutocomplete {
  padding: 5px 15px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #ced4da;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
  margin: 0 !important; }
  .loopAutocomplete:hover, .loopAutocomplete:focus {
    background: #f8f9fa; }
  .loopAutocomplete .loop__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .loopAutocomplete .loop__heading {
    color: #0056B3;
    display: block;
    font-size: 1rem;
    margin: 0; }
  .loopAutocomplete .loop__img {
    max-width: 75px;
    margin: 0px 15px 0px 0px;
    -ms-flex-item-align: center;
        align-self: center; }
  .loopAutocomplete .price {
    float: right;
    font-size: 0.85rem; }
  .loopAutocomplete .availability {
    font-size: 0.85rem; }
  .loopAutocomplete .loop__btn {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
    .loopAutocomplete .loop__btn:hover {
      color: #fff;
      background-color: #00448d;
      border-color: #003d80; }
    .loopAutocomplete .loop__btn:focus, .loopAutocomplete .loop__btn.focus {
      color: #fff;
      background-color: #00448d;
      border-color: #003d80;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
    .loopAutocomplete .loop__btn.disabled, .loopAutocomplete .loop__btn:disabled {
      color: #fff;
      background-color: #0056B3;
      border-color: #0056B3; }
    .loopAutocomplete .loop__btn:not(:disabled):not(.disabled):active, .loopAutocomplete .loop__btn:not(:disabled):not(.disabled).active,
    .show > .loopAutocomplete .loop__btn.dropdown-toggle,
    .show > .loopAutocomplete .loop__btn.langSwitch__btn {
      color: #fff;
      background-color: #003d80;
      border-color: #003773; }
      .loopAutocomplete .loop__btn:not(:disabled):not(.disabled):active:focus, .loopAutocomplete .loop__btn:not(:disabled):not(.disabled).active:focus,
      .show > .loopAutocomplete .loop__btn.dropdown-toggle:focus,
      .show > .loopAutocomplete .loop__btn.langSwitch__btn:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

.loopAutocomplete--more {
  background: #ced4da;
  border-bottom: 0px;
  text-align: center; }
  .loopAutocomplete--more:hover, .loopAutocomplete--more:focus {
    background: #ced4da; }

.loopSearch {
  margin-bottom: 3rem; }
  .loopSearch > .loop__header {
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0; }
  .loopSearch > .loop__footer {
    margin-bottom: 1.5rem; }

.newsletterSubscribe {
  padding-top: 1.5rem;
  padding-bottom: 1rem; }

.detailNewsletterUnscribe__btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.75rem;
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3; }
  .detailNewsletterUnscribe__btn:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .detailNewsletterUnscribe__btn:focus, .detailNewsletterUnscribe__btn.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .detailNewsletterUnscribe__btn.disabled, .detailNewsletterUnscribe__btn:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .detailNewsletterUnscribe__btn:not(:disabled):not(.disabled):active, .detailNewsletterUnscribe__btn:not(:disabled):not(.disabled).active,
  .show > .detailNewsletterUnscribe__btn.dropdown-toggle,
  .show > .detailNewsletterUnscribe__btn.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .detailNewsletterUnscribe__btn:not(:disabled):not(.disabled):active:focus, .detailNewsletterUnscribe__btn:not(:disabled):not(.disabled).active:focus,
    .show > .detailNewsletterUnscribe__btn.dropdown-toggle:focus,
    .show > .detailNewsletterUnscribe__btn.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }

.loopEshopLandingPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 1.5rem; }
  .loopEshopLandingPage .loop__header,
  .loopEshopLandingPage .loop__content {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .loopEshopLandingPage .loop__heading {
    margin-bottom: 1rem; }
  .loopEshopLandingPage img {
    max-width: 100%;
    height: auto; }

.detailEshopLandingPage .listEshopLandingPage .list__header,
.detailEshopLandingPage .listEshopLandingPage .list__content {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }

.detailEshopLandingPage__block {
  margin-bottom: 1.5rem; }

.detailEshopVoucherGenerator__btnChange {
  color: #fff;
  background-color: #495057;
  border-color: #495057; }
  .detailEshopVoucherGenerator__btnChange:hover {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b; }
  .detailEshopVoucherGenerator__btnChange:focus, .detailEshopVoucherGenerator__btnChange.focus {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }
  .detailEshopVoucherGenerator__btnChange.disabled, .detailEshopVoucherGenerator__btnChange:disabled {
    color: #fff;
    background-color: #495057;
    border-color: #495057; }
  .detailEshopVoucherGenerator__btnChange:not(:disabled):not(.disabled):active, .detailEshopVoucherGenerator__btnChange:not(:disabled):not(.disabled).active,
  .show > .detailEshopVoucherGenerator__btnChange.dropdown-toggle,
  .show > .detailEshopVoucherGenerator__btnChange.langSwitch__btn {
    color: #fff;
    background-color: #32373b;
    border-color: #2c3034; }
    .detailEshopVoucherGenerator__btnChange:not(:disabled):not(.disabled):active:focus, .detailEshopVoucherGenerator__btnChange:not(:disabled):not(.disabled).active:focus,
    .show > .detailEshopVoucherGenerator__btnChange.dropdown-toggle:focus,
    .show > .detailEshopVoucherGenerator__btnChange.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }

.slideshowTree {
  max-height: 452px;
  overflow: hidden; }
  .slideshowTree .slideshow__paging {
    z-index: 990;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    counter-reset: dots;
    text-align: center;
    pointer-events: none; }
    .slideshowTree .slideshow__paging > * {
      display: inline-block;
      padding: 0.25rem 0.675rem;
      background: #495057;
      cursor: pointer;
      color: #fff;
      border-radius: 0.375rem;
      pointer-events: initial; }
      .slideshowTree .slideshow__paging > * + * {
        margin-left: 0.25rem; }
      .slideshowTree .slideshow__paging > *:before {
        counter-increment: dots;
        content: counter(dots); }
      .slideshowTree .slideshow__paging > *:hover, .slideshowTree .slideshow__paging > *:focus {
        background: #0056B3; }
      .slideshowTree .slideshow__paging > *.active {
        background: #0056B3; }
  .slideshowTree .slide__img {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden; }
    .slideshowTree .slide__img:before {
      display: block;
      content: '';
      padding-top: 35.03876%; }
    .slideshowTree .slide__img img {
      position: absolute;
      left: 0px;
      top: 0px; }
    .slideshowTree .slide__img img {
      max-width: 100%;
      height: auto; }
  .slideshowTree .slide__content {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -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; }
  .slideshowTree .slide__btn > a {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.75rem;
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
    .slideshowTree .slide__btn > a:hover {
      color: #fff;
      background-color: #00448d;
      border-color: #003d80; }
    .slideshowTree .slide__btn > a:focus, .slideshowTree .slide__btn > a.focus {
      color: #fff;
      background-color: #00448d;
      border-color: #003d80;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
    .slideshowTree .slide__btn > a.disabled, .slideshowTree .slide__btn > a:disabled {
      color: #fff;
      background-color: #0056B3;
      border-color: #0056B3; }
    .slideshowTree .slide__btn > a:not(:disabled):not(.disabled):active, .slideshowTree .slide__btn > a:not(:disabled):not(.disabled).active,
    .show > .slideshowTree .slide__btn > a.dropdown-toggle,
    .show > .slideshowTree .slide__btn > a.langSwitch__btn {
      color: #fff;
      background-color: #003d80;
      border-color: #003773; }
      .slideshowTree .slide__btn > a:not(:disabled):not(.disabled):active:focus, .slideshowTree .slide__btn > a:not(:disabled):not(.disabled).active:focus,
      .show > .slideshowTree .slide__btn > a.dropdown-toggle:focus,
      .show > .slideshowTree .slide__btn > a.langSwitch__btn:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
    .slideshowTree .slide__btn > a:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

@media (max-width: 991.98px) {
  .listUpoutavky {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; } }

@media (max-width: 575.98px) {
  .listUpoutavky {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 991.98px) {
  .upoutavka {
    margin-bottom: 1.5rem !important; } }

.upoutavka__img a {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden; }
  .upoutavka__img a:before {
    display: block;
    content: '';
    padding-top: 100%; }
  .upoutavka__img a img {
    position: absolute;
    left: 0px;
    top: 0px; }

.upoutavka__footer p {
  margin-bottom: 0; }

.upoutavka__perex p {
  margin-bottom: 0; }

.upoutavka__perex + .upoutavka__popis {
  margin-top: 1rem; }

.upoutavka__btn > a {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3; }
  .upoutavka__btn > a:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .upoutavka__btn > a:focus, .upoutavka__btn > a.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .upoutavka__btn > a.disabled, .upoutavka__btn > a:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .upoutavka__btn > a:not(:disabled):not(.disabled):active, .upoutavka__btn > a:not(:disabled):not(.disabled).active,
  .show > .upoutavka__btn > a.dropdown-toggle,
  .show > .upoutavka__btn > a.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .upoutavka__btn > a:not(:disabled):not(.disabled):active:focus, .upoutavka__btn > a:not(:disabled):not(.disabled).active:focus,
    .show > .upoutavka__btn > a.dropdown-toggle:focus,
    .show > .upoutavka__btn > a.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .upoutavka__btn > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.upoutavka--primary {
  background-color: #0056B3;
  color: #fff; }
  .upoutavka--primary .upoutavka__heading,
  .upoutavka--primary .upoutavka__heading a {
    color: #fff; }
  .upoutavka--primary .upoutavka__btn a {
    background-color: #fff;
    border-color: #fff;
    color: #212529; }
    .upoutavka--primary .upoutavka__btn a:hover, .upoutavka--primary .upoutavka__btn a:focus {
      background-color: #ebebeb;
      border-color: #ebebeb;
      color: #212529; }
    .upoutavka--primary .upoutavka__btn a:active, .upoutavka--primary .upoutavka__btn a:focus {
      background-color: #ebebeb !important;
      border-color: #ebebeb !important;
      color: #212529 !important;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 205, 206, 0.5) !important;
              box-shadow: 0 0 0 0.2rem rgba(204, 205, 206, 0.5) !important; }

.upoutavka--secondary {
  background-color: #495057;
  color: #fff; }
  .upoutavka--secondary .upoutavka__heading,
  .upoutavka--secondary .upoutavka__heading a {
    color: #fff; }
  .upoutavka--secondary .upoutavka__btn a {
    background-color: #fff;
    border-color: #fff;
    color: #212529; }
    .upoutavka--secondary .upoutavka__btn a:hover, .upoutavka--secondary .upoutavka__btn a:focus {
      background-color: #ebebeb;
      border-color: #ebebeb;
      color: #212529; }
    .upoutavka--secondary .upoutavka__btn a:active, .upoutavka--secondary .upoutavka__btn a:focus {
      background-color: #ebebeb !important;
      border-color: #ebebeb !important;
      color: #212529 !important;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 205, 206, 0.5) !important;
              box-shadow: 0 0 0 0.2rem rgba(204, 205, 206, 0.5) !important; }

.upoutavka--success {
  background-color: #28a745;
  color: #fff; }
  .upoutavka--success .upoutavka__heading,
  .upoutavka--success .upoutavka__heading a {
    color: #fff; }
  .upoutavka--success .upoutavka__btn a {
    background-color: #fff;
    border-color: #fff;
    color: #212529; }
    .upoutavka--success .upoutavka__btn a:hover, .upoutavka--success .upoutavka__btn a:focus {
      background-color: #ebebeb;
      border-color: #ebebeb;
      color: #212529; }
    .upoutavka--success .upoutavka__btn a:active, .upoutavka--success .upoutavka__btn a:focus {
      background-color: #ebebeb !important;
      border-color: #ebebeb !important;
      color: #212529 !important;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 205, 206, 0.5) !important;
              box-shadow: 0 0 0 0.2rem rgba(204, 205, 206, 0.5) !important; }

.upoutavka--info {
  background-color: #17a2b8;
  color: #fff; }
  .upoutavka--info .upoutavka__heading,
  .upoutavka--info .upoutavka__heading a {
    color: #fff; }
  .upoutavka--info .upoutavka__btn a {
    background-color: #fff;
    border-color: #fff;
    color: #212529; }
    .upoutavka--info .upoutavka__btn a:hover, .upoutavka--info .upoutavka__btn a:focus {
      background-color: #ebebeb;
      border-color: #ebebeb;
      color: #212529; }
    .upoutavka--info .upoutavka__btn a:active, .upoutavka--info .upoutavka__btn a:focus {
      background-color: #ebebeb !important;
      border-color: #ebebeb !important;
      color: #212529 !important;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 205, 206, 0.5) !important;
              box-shadow: 0 0 0 0.2rem rgba(204, 205, 206, 0.5) !important; }

.upoutavka--warning {
  background-color: #ffc107;
  color: #212529; }
  .upoutavka--warning .upoutavka__heading,
  .upoutavka--warning .upoutavka__heading a {
    color: #212529; }
  .upoutavka--warning .upoutavka__btn a {
    background-color: #212529;
    border-color: #212529;
    color: #fff; }
    .upoutavka--warning .upoutavka__btn a:hover, .upoutavka--warning .upoutavka__btn a:focus {
      background-color: #0f1112;
      border-color: #0f1112;
      color: #fff; }
    .upoutavka--warning .upoutavka__btn a:active, .upoutavka--warning .upoutavka__btn a:focus {
      background-color: #0f1112 !important;
      border-color: #0f1112 !important;
      color: #fff !important;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 52, 54, 0.5) !important;
              box-shadow: 0 0 0 0.2rem rgba(51, 52, 54, 0.5) !important; }

.upoutavka--danger {
  background-color: #dc3545;
  color: #fff; }
  .upoutavka--danger .upoutavka__heading,
  .upoutavka--danger .upoutavka__heading a {
    color: #fff; }
  .upoutavka--danger .upoutavka__btn a {
    background-color: #fff;
    border-color: #fff;
    color: #212529; }
    .upoutavka--danger .upoutavka__btn a:hover, .upoutavka--danger .upoutavka__btn a:focus {
      background-color: #ebebeb;
      border-color: #ebebeb;
      color: #212529; }
    .upoutavka--danger .upoutavka__btn a:active, .upoutavka--danger .upoutavka__btn a:focus {
      background-color: #ebebeb !important;
      border-color: #ebebeb !important;
      color: #212529 !important;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 205, 206, 0.5) !important;
              box-shadow: 0 0 0 0.2rem rgba(204, 205, 206, 0.5) !important; }

.upoutavka--light {
  background-color: #f8f9fa;
  color: #212529; }
  .upoutavka--light .upoutavka__heading,
  .upoutavka--light .upoutavka__heading a {
    color: #212529; }
  .upoutavka--light .upoutavka__btn a {
    background-color: #212529;
    border-color: #212529;
    color: #fff; }
    .upoutavka--light .upoutavka__btn a:hover, .upoutavka--light .upoutavka__btn a:focus {
      background-color: #0f1112;
      border-color: #0f1112;
      color: #fff; }
    .upoutavka--light .upoutavka__btn a:active, .upoutavka--light .upoutavka__btn a:focus {
      background-color: #0f1112 !important;
      border-color: #0f1112 !important;
      color: #fff !important;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 52, 54, 0.5) !important;
              box-shadow: 0 0 0 0.2rem rgba(51, 52, 54, 0.5) !important; }

.upoutavka--dark {
  background-color: #343a40;
  color: #fff; }
  .upoutavka--dark .upoutavka__heading,
  .upoutavka--dark .upoutavka__heading a {
    color: #fff; }
  .upoutavka--dark .upoutavka__btn a {
    background-color: #fff;
    border-color: #fff;
    color: #212529; }
    .upoutavka--dark .upoutavka__btn a:hover, .upoutavka--dark .upoutavka__btn a:focus {
      background-color: #ebebeb;
      border-color: #ebebeb;
      color: #212529; }
    .upoutavka--dark .upoutavka__btn a:active, .upoutavka--dark .upoutavka__btn a:focus {
      background-color: #ebebeb !important;
      border-color: #ebebeb !important;
      color: #212529 !important;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 205, 206, 0.5) !important;
              box-shadow: 0 0 0 0.2rem rgba(204, 205, 206, 0.5) !important; }

.cookiePolicy {
  padding: 1rem;
  background-color: #fff;
  text-align: center;
  z-index: 999;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  max-width: 40em;
  -webkit-box-shadow: 0 0.625em 1.875em rgba(52, 58, 64, 0.25);
          box-shadow: 0 0.625em 1.875em rgba(52, 58, 64, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.375rem; }
  @media (min-width: 768px) {
    .cookiePolicy {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 2rem; } }

.cookiePolicy__btns {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .cookiePolicy__btns {
      margin-left: 1rem; } }
  .cookiePolicy__btns a {
    white-space: nowrap; }
    .cookiePolicy__btns a + a {
      margin-top: 0.5rem; }
  .cookiePolicy__btns .cookiePolicy__reject {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .cookiePolicy__btns .cookiePolicy__reject:hover {
      color: #fff;
      background-color: #c82333;
      border-color: #bd2130; }
    .cookiePolicy__btns .cookiePolicy__reject:focus, .cookiePolicy__btns .cookiePolicy__reject.focus {
      color: #fff;
      background-color: #c82333;
      border-color: #bd2130;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
    .cookiePolicy__btns .cookiePolicy__reject.disabled, .cookiePolicy__btns .cookiePolicy__reject:disabled {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545; }
    .cookiePolicy__btns .cookiePolicy__reject:not(:disabled):not(.disabled):active, .cookiePolicy__btns .cookiePolicy__reject:not(:disabled):not(.disabled).active,
    .show > .cookiePolicy__btns .cookiePolicy__reject.dropdown-toggle,
    .show > .cookiePolicy__btns .cookiePolicy__reject.langSwitch__btn {
      color: #fff;
      background-color: #bd2130;
      border-color: #b21f2d; }
      .cookiePolicy__btns .cookiePolicy__reject:not(:disabled):not(.disabled):active:focus, .cookiePolicy__btns .cookiePolicy__reject:not(:disabled):not(.disabled).active:focus,
      .show > .cookiePolicy__btns .cookiePolicy__reject.dropdown-toggle:focus,
      .show > .cookiePolicy__btns .cookiePolicy__reject.langSwitch__btn:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.cookiePolicy__handler {
  padding: 0.375rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .cookiePolicy__handler:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .cookiePolicy__handler:focus, .cookiePolicy__handler.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .cookiePolicy__handler.disabled, .cookiePolicy__handler:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .cookiePolicy__handler:not(:disabled):not(.disabled):active, .cookiePolicy__handler:not(:disabled):not(.disabled).active,
  .show > .cookiePolicy__handler.dropdown-toggle,
  .show > .cookiePolicy__handler.langSwitch__btn {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .cookiePolicy__handler:not(:disabled):not(.disabled):active:focus, .cookiePolicy__handler:not(:disabled):not(.disabled).active:focus,
    .show > .cookiePolicy__handler.dropdown-toggle:focus,
    .show > .cookiePolicy__handler.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.cookiePolicy__settings {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .cookiePolicy__settings:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .cookiePolicy__settings:focus, .cookiePolicy__settings.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .cookiePolicy__settings.disabled, .cookiePolicy__settings:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .cookiePolicy__settings:not(:disabled):not(.disabled):active, .cookiePolicy__settings:not(:disabled):not(.disabled).active,
  .show > .cookiePolicy__settings.dropdown-toggle,
  .show > .cookiePolicy__settings.langSwitch__btn {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .cookiePolicy__settings:not(:disabled):not(.disabled):active:focus, .cookiePolicy__settings:not(:disabled):not(.disabled).active:focus,
    .show > .cookiePolicy__settings.dropdown-toggle:focus,
    .show > .cookiePolicy__settings.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.cookiePolicy__text {
  font-size: 0.875rem;
  -ms-flex-item-align: center;
      align-self: center; }
  .cookiePolicy__text a {
    text-decoration: underline !important; }
    .cookiePolicy__text a:hover, .cookiePolicy__text a:focus {
      text-decoration: none !important; }
  .cookiePolicy__text p {
    margin-bottom: 1rem; }
    .cookiePolicy__text p + p {
      margin-top: -0.5rem; }
    @media (min-width: 768px) {
      .cookiePolicy__text p {
        margin: 0; }
        .cookiePolicy__text p + p {
          margin-top: 0.5rem; } }
  @media (min-width: 768px) {
    .cookiePolicy__text {
      text-align: left; } }

.cookiePolicy__heading {
  font-size: 1.25rem;
  font-weight: 700; }

.cookiePolicy--hidden {
  display: none; }

.langSwitch {
  margin-left: auto; }

.langSwitch__btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  color: #fff;
  background-color: #495057;
  border-color: #495057;
  text-transform: uppercase; }
  .langSwitch__btn:hover {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b; }
  .langSwitch__btn:focus, .langSwitch__btn.focus {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }
  .langSwitch__btn.disabled, .langSwitch__btn:disabled {
    color: #fff;
    background-color: #495057;
    border-color: #495057; }
  .langSwitch__btn:not(:disabled):not(.disabled):active, .langSwitch__btn:not(:disabled):not(.disabled).active,
  .show > .langSwitch__btn.dropdown-toggle,
  .show > .langSwitch__btn {
    color: #fff;
    background-color: #32373b;
    border-color: #2c3034; }
    .langSwitch__btn:not(:disabled):not(.disabled):active:focus, .langSwitch__btn:not(:disabled):not(.disabled).active:focus,
    .show > .langSwitch__btn.dropdown-toggle:focus,
    .show > .langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }

.langSwitch__dropdownItem {
  text-transform: uppercase; }

.currencySwitch {
  margin-left: 0.5rem; }
  .currencySwitch .form__group {
    margin-bottom: 0; }

.priceLevelSwitch {
  margin-left: 0.5rem; }
  .priceLevelSwitch .form__group {
    margin-bottom: 0; }

.eshopSubcategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 1rem; }

.eshopSubcategory__item {
  white-space: normal;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  color: #0056B3;
  border-color: #0056B3; }
  .eshopSubcategory__item:hover {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .eshopSubcategory__item:focus, .eshopSubcategory__item.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); }
  .eshopSubcategory__item.disabled, .eshopSubcategory__item:disabled {
    color: #0056B3;
    background-color: transparent; }
  .eshopSubcategory__item:not(:disabled):not(.disabled):active, .eshopSubcategory__item:not(:disabled):not(.disabled).active,
  .show > .eshopSubcategory__item.dropdown-toggle,
  .show > .eshopSubcategory__item.langSwitch__btn {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
    .eshopSubcategory__item:not(:disabled):not(.disabled):active:focus, .eshopSubcategory__item:not(:disabled):not(.disabled).active:focus,
    .show > .eshopSubcategory__item.dropdown-toggle:focus,
    .show > .eshopSubcategory__item.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); }
  .eshopSubcategory__item + a {
    margin-top: 0 !important; }
  @media (min-width: 576px) {
    .eshopSubcategory__item {
      width: calc(50% - .25rem); }
      .eshopSubcategory__item:nth-child(2n + 2) {
        margin-right: 0; } }
  @media (min-width: 768px) {
    .eshopSubcategory__item {
      width: calc(20% - .4rem); }
      .eshopSubcategory__item:nth-child(2n + 2) {
        margin-right: 0.5rem; }
      .eshopSubcategory__item:nth-child(5n + 5) {
        margin-right: 0; } }

.eshopOrderBy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }

.eshopOrderBy__header {
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 0.5rem;
  margin-left: auto; }

.eshopOrderBy__heading {
  margin: 0; }

.eshopOrderBy__item {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  color: #0056B3;
  border-color: #0056B3; }
  .eshopOrderBy__item:hover {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .eshopOrderBy__item:focus, .eshopOrderBy__item.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); }
  .eshopOrderBy__item.disabled, .eshopOrderBy__item:disabled {
    color: #0056B3;
    background-color: transparent; }
  .eshopOrderBy__item:not(:disabled):not(.disabled):active, .eshopOrderBy__item:not(:disabled):not(.disabled).active,
  .show > .eshopOrderBy__item.dropdown-toggle,
  .show > .eshopOrderBy__item.langSwitch__btn {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
    .eshopOrderBy__item:not(:disabled):not(.disabled):active:focus, .eshopOrderBy__item:not(:disabled):not(.disabled).active:focus,
    .show > .eshopOrderBy__item.dropdown-toggle:focus,
    .show > .eshopOrderBy__item.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); }
  .eshopOrderBy__item + .eshopOrderBy__item {
    margin-left: 0.5rem; }
  .eshopOrderBy__item > span:first-child {
    margin-right: 0.25rem; }

.eshopFilter__toggle {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  color: #0056B3;
  border-color: #0056B3;
  width: 100%;
  margin-bottom: 1rem; }
  .eshopFilter__toggle:hover {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .eshopFilter__toggle:focus, .eshopFilter__toggle.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); }
  .eshopFilter__toggle.disabled, .eshopFilter__toggle:disabled {
    color: #0056B3;
    background-color: transparent; }
  .eshopFilter__toggle:not(:disabled):not(.disabled):active, .eshopFilter__toggle:not(:disabled):not(.disabled).active,
  .show > .eshopFilter__toggle.dropdown-toggle,
  .show > .eshopFilter__toggle.langSwitch__btn {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
    .eshopFilter__toggle:not(:disabled):not(.disabled):active:focus, .eshopFilter__toggle:not(:disabled):not(.disabled).active:focus,
    .show > .eshopFilter__toggle.dropdown-toggle:focus,
    .show > .eshopFilter__toggle.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); }
  @media (min-width: 768px) {
    .eshopFilter__toggle {
      display: none; } }

@media (min-width: 768px) {
  .eshopFilter__collapse {
    display: block !important; } }

.eshopFilter__section {
  margin-bottom: 1rem; }
  .eshopFilter__section > label {
    margin-bottom: 0.5rem;
    font-weight: 600;
    display: block; }

.eshopFilter__price {
  height: 55px;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem; }

.eshopFilter__priceRange {
  height: 18px; }
  .eshopFilter__priceRange .noUi-connect {
    background: #0056B3; }

.eshopFilter__priceInputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.25rem;
  margin-left: -1rem;
  margin-right: -1rem; }

.eshopFilter__priceInput {
  padding: .25rem 0;
  font-size: .875rem;
  border: 0;
  width: 50%; }

.eshopFilter__cancel {
  float: right; }

.eshopFilter__param {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer; }
  .eshopFilter__param > label {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    color: #0056B3;
    border-color: #0056B3;
    margin: 0; }
    .eshopFilter__param > label:hover {
      color: #fff;
      background-color: #0056B3;
      border-color: #0056B3; }
    .eshopFilter__param > label:focus, .eshopFilter__param > label.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); }
    .eshopFilter__param > label.disabled, .eshopFilter__param > label:disabled {
      color: #0056B3;
      background-color: transparent; }
    .eshopFilter__param > label:not(:disabled):not(.disabled):active, .eshopFilter__param > label:not(:disabled):not(.disabled).active,
    .show > .eshopFilter__param > label.dropdown-toggle,
    .show > .eshopFilter__param > label.langSwitch__btn {
      color: #fff;
      background-color: #0056B3;
      border-color: #0056B3; }
      .eshopFilter__param > label:not(:disabled):not(.disabled):active:focus, .eshopFilter__param > label:not(:disabled):not(.disabled).active:focus,
      .show > .eshopFilter__param > label.dropdown-toggle:focus,
      .show > .eshopFilter__param > label.langSwitch__btn:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); }
    .eshopFilter__param > label input[type="checkbox"],
    .eshopFilter__param > label input[type="radio"] {
      position: absolute;
      top: -9999em;
      left: -9999em;
      opacity: 0; }

.eshopFilter__producer {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem; }
  .eshopFilter__producer * {
    cursor: pointer; }
  .eshopFilter__producer > a {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    color: #0056B3;
    border-color: #0056B3; }
    .eshopFilter__producer > a:hover {
      color: #fff;
      background-color: #0056B3;
      border-color: #0056B3; }
    .eshopFilter__producer > a:focus, .eshopFilter__producer > a.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); }
    .eshopFilter__producer > a.disabled, .eshopFilter__producer > a:disabled {
      color: #0056B3;
      background-color: transparent; }
    .eshopFilter__producer > a:not(:disabled):not(.disabled):active, .eshopFilter__producer > a:not(:disabled):not(.disabled).active,
    .show > .eshopFilter__producer > a.dropdown-toggle,
    .show > .eshopFilter__producer > a.langSwitch__btn {
      color: #fff;
      background-color: #0056B3;
      border-color: #0056B3; }
      .eshopFilter__producer > a:not(:disabled):not(.disabled):active:focus, .eshopFilter__producer > a:not(:disabled):not(.disabled).active:focus,
      .show > .eshopFilter__producer > a.dropdown-toggle:focus,
      .show > .eshopFilter__producer > a.langSwitch__btn:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.5); }
    .eshopFilter__producer > a label {
      margin: 0; }
    .eshopFilter__producer > a input[type="checkbox"],
    .eshopFilter__producer > a input[type="radio"] {
      position: absolute;
      top: -9999em;
      left: -9999em;
      opacity: 0; }

.eshopFilter__priceInput--to {
  text-align: right; }

.eshopNotifikace {
  width: 100%; }
  .eshopNotifikace > * {
    background: #dc3545;
    color: #fff;
    padding: 0.5rem 1rem; }
    .eshopNotifikace > * a {
      color: #fff;
      text-decoration: underline; }
      .eshopNotifikace > * a:hover, .eshopNotifikace > * a:focus {
        text-decoration: none; }

.eshopSubmenu__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .eshopSubmenu__list > li > ul {
    margin-left: 1rem; }

.eshopCartSmall {
  color: #fff;
  background-color: #0056B3;
  border-color: #0056B3;
  width: 50%; }
  .eshopCartSmall:hover {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80; }
  .eshopCartSmall:focus, .eshopCartSmall.focus {
    color: #fff;
    background-color: #00448d;
    border-color: #003d80;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .eshopCartSmall.disabled, .eshopCartSmall:disabled {
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
  .eshopCartSmall:not(:disabled):not(.disabled):active, .eshopCartSmall:not(:disabled):not(.disabled).active,
  .show > .eshopCartSmall.dropdown-toggle,
  .show > .eshopCartSmall.langSwitch__btn {
    color: #fff;
    background-color: #003d80;
    border-color: #003773; }
    .eshopCartSmall:not(:disabled):not(.disabled):active:focus, .eshopCartSmall:not(:disabled):not(.disabled).active:focus,
    .show > .eshopCartSmall.dropdown-toggle:focus,
    .show > .eshopCartSmall.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
  .eshopCartSmall small {
    display: block; }
  .eshopCartSmall span:nth-child(2) {
    margin-right: 0.5rem; }

.eshopCartDeliveryPoint__result {
  margin-top: 0.5rem; }

.eshopCartDeliveryPoint__resultLabel {
  color: #6c757d;
  font-size: 0.875rem; }

.eshopCartDeliveryPoint__resultAddress {
  margin-bottom: 0.5rem;
  font-weight: 700; }

.eshopCartDeliveryPoint__resultLabel--hidden,
.eshopCartDeliveryPoint__resultAddress--hidden {
  display: none; }

.eshopCartDeliveryPoint__btn > a,
.eshopCartDeliveryPoint__btn > button {
  color: #fff;
  background-color: #495057;
  border-color: #495057; }
  .eshopCartDeliveryPoint__btn > a:hover,
  .eshopCartDeliveryPoint__btn > button:hover {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b; }
  .eshopCartDeliveryPoint__btn > a:focus, .eshopCartDeliveryPoint__btn > a.focus,
  .eshopCartDeliveryPoint__btn > button:focus,
  .eshopCartDeliveryPoint__btn > button.focus {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }
  .eshopCartDeliveryPoint__btn > a.disabled, .eshopCartDeliveryPoint__btn > a:disabled,
  .eshopCartDeliveryPoint__btn > button.disabled,
  .eshopCartDeliveryPoint__btn > button:disabled {
    color: #fff;
    background-color: #495057;
    border-color: #495057; }
  .eshopCartDeliveryPoint__btn > a:not(:disabled):not(.disabled):active, .eshopCartDeliveryPoint__btn > a:not(:disabled):not(.disabled).active,
  .show > .eshopCartDeliveryPoint__btn > a.dropdown-toggle,
  .show > .eshopCartDeliveryPoint__btn > a.langSwitch__btn,
  .eshopCartDeliveryPoint__btn > button:not(:disabled):not(.disabled):active,
  .eshopCartDeliveryPoint__btn > button:not(:disabled):not(.disabled).active,
  .show > .eshopCartDeliveryPoint__btn > button.dropdown-toggle,
  .show > .eshopCartDeliveryPoint__btn > button.langSwitch__btn {
    color: #fff;
    background-color: #32373b;
    border-color: #2c3034; }
    .eshopCartDeliveryPoint__btn > a:not(:disabled):not(.disabled):active:focus, .eshopCartDeliveryPoint__btn > a:not(:disabled):not(.disabled).active:focus,
    .show > .eshopCartDeliveryPoint__btn > a.dropdown-toggle:focus,
    .show > .eshopCartDeliveryPoint__btn > a.langSwitch__btn:focus,
    .eshopCartDeliveryPoint__btn > button:not(:disabled):not(.disabled):active:focus,
    .eshopCartDeliveryPoint__btn > button:not(:disabled):not(.disabled).active:focus,
    .show > .eshopCartDeliveryPoint__btn > button.dropdown-toggle:focus,
    .show > .eshopCartDeliveryPoint__btn > button.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }

.slideshowEshopCategory {
  margin-bottom: 1.5rem; }
  .slideshowEshopCategory .slideshow__paging {
    z-index: 990;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    counter-reset: dots;
    text-align: center;
    pointer-events: none; }
    .slideshowEshopCategory .slideshow__paging > * {
      display: inline-block;
      padding: 0.25rem 0.675rem;
      background: #495057;
      cursor: pointer;
      color: #fff;
      pointer-events: initial; }
      .slideshowEshopCategory .slideshow__paging > * + * {
        margin-left: 0.25rem; }
      .slideshowEshopCategory .slideshow__paging > *:before {
        counter-increment: dots;
        content: counter(dots); }
      .slideshowEshopCategory .slideshow__paging > *:hover, .slideshowEshopCategory .slideshow__paging > *:focus {
        background: #0056B3; }
      .slideshowEshopCategory .slideshow__paging > *.active {
        background: #0056B3; }
  .slideshowEshopCategory .slide__img {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden; }
    .slideshowEshopCategory .slide__img:before {
      display: block;
      content: '';
      padding-top: 56.36364%; }
    .slideshowEshopCategory .slide__img img {
      position: absolute;
      left: 0px;
      top: 0px; }
    .slideshowEshopCategory .slide__img img {
      max-width: 100%;
      height: auto; }
  .slideshowEshopCategory .slide__content {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -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; }
  .slideshowEshopCategory .slide__btn > a {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    color: #fff;
    background-color: #0056B3;
    border-color: #0056B3; }
    .slideshowEshopCategory .slide__btn > a:hover {
      color: #fff;
      background-color: #00448d;
      border-color: #003d80; }
    .slideshowEshopCategory .slide__btn > a:focus, .slideshowEshopCategory .slide__btn > a.focus {
      color: #fff;
      background-color: #00448d;
      border-color: #003d80;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
    .slideshowEshopCategory .slide__btn > a.disabled, .slideshowEshopCategory .slide__btn > a:disabled {
      color: #fff;
      background-color: #0056B3;
      border-color: #0056B3; }
    .slideshowEshopCategory .slide__btn > a:not(:disabled):not(.disabled):active, .slideshowEshopCategory .slide__btn > a:not(:disabled):not(.disabled).active,
    .show > .slideshowEshopCategory .slide__btn > a.dropdown-toggle,
    .show > .slideshowEshopCategory .slide__btn > a.langSwitch__btn {
      color: #fff;
      background-color: #003d80;
      border-color: #003773; }
      .slideshowEshopCategory .slide__btn > a:not(:disabled):not(.disabled):active:focus, .slideshowEshopCategory .slide__btn > a:not(:disabled):not(.disabled).active:focus,
      .show > .slideshowEshopCategory .slide__btn > a.dropdown-toggle:focus,
      .show > .slideshowEshopCategory .slide__btn > a.langSwitch__btn:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(38, 111, 190, 0.5); }
    .slideshowEshopCategory .slide__btn > a:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.layoutTop .menu {
  font-size: 1rem;
  margin-left: -15px;
  margin-right: -15px; }
  .layoutTop .menu .menu__toggle {
    text-align: left; }
    .layoutTop .menu .menu__toggle button {
      height: 40px;
      padding: 0 1rem; }

.layoutHeader {
  margin-bottom: 1rem;
  margin-top: 2rem; }
  .layoutHeader .layoutHeader__brand {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media (max-width: 1199.98px) {
      .layoutHeader .layoutHeader__brand {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 1200px) {
      .layoutHeader .layoutHeader__brand {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        -ms-flex-item-align: center;
            align-self: center;
        margin-bottom: 0; } }
  .layoutHeader .layoutHeader__menuTop {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media (max-width: 1199.98px) {
      .layoutHeader .layoutHeader__menuTop {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 1200px) {
      .layoutHeader .layoutHeader__menuTop {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex-item-align: center;
            align-self: center; } }
    @media (min-width: 1200px) {
      .layoutHeader .layoutHeader__menuTop .menu__item:first-child {
        margin-left: auto; } }
  .layoutHeader .layoutHeader__menuUser {
    -ms-flex-item-align: center;
        align-self: center;
    margin: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    @media (max-width: 1199.98px) {
      .layoutHeader .layoutHeader__menuUser {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem; } }
    @media (min-width: 1200px) {
      .layoutHeader .layoutHeader__menuUser {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        margin-left: 8.33333%; } }
  .layoutHeader .layoutHeader__search {
    -ms-flex-item-align: center;
        align-self: center;
    margin: 0;
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
    @media (max-width: 1199.98px) {
      .layoutHeader .layoutHeader__search {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 1200px) {
      .layoutHeader .layoutHeader__search {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }

.layoutMenu {
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .layoutMenu .menu__item.first .menu__link {
      border-top-left-radius: 0.375rem;
      border-bottom-left-radius: 0.375rem; }
    .layoutMenu .menu__item.last .menu__link {
      border-top-right-radius: 0.375rem;
      border-bottom-right-radius: 0.375rem; } }
  @media (max-width: 991.98px) {
    .layoutMenu .layout__container {
      border-radius: 0.375rem;
      overflow: hidden; } }

.layoutContent .layout__container > *,
.layoutSlideshow .layout__container > * {
  margin-top: 0;
  margin-bottom: 0; }
  .layoutContent .layout__container > * + *,
  .layoutSlideshow .layout__container > * + * {
    margin-top: 1.5rem; }

.brandHeader {
  margin: 0 auto !important;
  max-width: initial;
  overflow: initial; }
  .brandHeader:before {
    display: none; }
  .brandHeader > a {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block; }
    .brandHeader > a img {
      max-width: 100%;
      height: auto; }
  @media (min-width: 1200px) {
    .brandHeader {
      text-align: left;
      margin: 0 !important; } }

.menuTop {
  font-size: 1.25rem; }
  .menuTop .menu__toggle {
    width: 100%;
    font-size: 1.125rem;
    text-align: center; }
    .menuTop .menu__toggle span:first-child::after {
      margin-left: 0.5rem; }
    @media (min-width: 1200px) {
      .menuTop .menu__toggle {
        display: none; } }
    .menuTop .menu__toggle:focus {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
  .menuTop .menu__collapse {
    margin: 0 -15px; }
    @media (min-width: 1200px) {
      .menuTop .menu__collapse {
        display: block !important;
        margin: 0; } }
  .menuTop .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    @media (min-width: 1200px) {
      .menuTop .menu__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        text-align: left; } }
  @media (min-width: 1200px) {
    .menuTop .menu__item:first-child {
      margin-left: auto; } }
  .menuTop .menu__item.show .menu__link {
    background: transparent !important; }
    .menuTop .menu__item.show .menu__link::before {
      background: #0056B3; }
  .menuTop .menu__link {
    position: relative; }
    .menuTop .menu__link::before {
      content: '';
      position: absolute;
      left: calc(.5em + 1rem);
      right: calc(.5em + 1rem);
      bottom: 0px;
      display: block;
      height: 2px;
      background: transparent; }
    .menuTop .menu__link::after {
      vertical-align: 0.1375em; }
    .menuTop .menu__link:hover, .menuTop .menu__link:focus {
      color: #495057; }
      .menuTop .menu__link:hover::before, .menuTop .menu__link:focus::before {
        background: #0056B3; }
    .menuTop .menu__link.active {
      color: #495057 !important;
      background: transparent !important; }
      .menuTop .menu__link.active::before {
        background: #0056B3; }

.listUpoutavky {
  margin-right: -15px !important;
  margin-left: -15px !important; }
  @media (max-width: 1199.98px) {
    .listUpoutavky {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; } }
  @media (max-width: 575.98px) {
    .listUpoutavky {
      padding-left: 15px;
      padding-right: 15px; } }

.upoutavka {
  text-align: center;
  border: 0px;
  padding: 30px;
  border-radius: 0.75rem;
  margin-bottom: 0 !important; }
  @media (max-width: 1199.98px) {
    .upoutavka + .upoutavka {
      margin-top: 1.5rem; } }

.upoutavka__img {
  width: 50px;
  height: 50px;
  margin: 0 auto; }
  .upoutavka__img img {
    border-radius: 0.375rem; }

.upoutavka__heading {
  color: #495057; }
  .upoutavka__heading a {
    color: #495057; }

.upoutavka__footer {
  border: 0px;
  background: transparent;
  padding: 0px;
  margin-bottom: 1rem; }

.upoutavka__btn > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.75rem;
  color: #fff;
  background-color: #495057;
  border-color: #495057; }
  .upoutavka__btn > a:hover {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b; }
  .upoutavka__btn > a:focus, .upoutavka__btn > a.focus {
    color: #fff;
    background-color: #383d42;
    border-color: #32373b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }
  .upoutavka__btn > a.disabled, .upoutavka__btn > a:disabled {
    color: #fff;
    background-color: #495057;
    border-color: #495057; }
  .upoutavka__btn > a:not(:disabled):not(.disabled):active, .upoutavka__btn > a:not(:disabled):not(.disabled).active,
  .show > .upoutavka__btn > a.dropdown-toggle,
  .show > .upoutavka__btn > a.langSwitch__btn {
    color: #fff;
    background-color: #32373b;
    border-color: #2c3034; }
    .upoutavka__btn > a:not(:disabled):not(.disabled):active:focus, .upoutavka__btn > a:not(:disabled):not(.disabled).active:focus,
    .show > .upoutavka__btn > a.dropdown-toggle:focus,
    .show > .upoutavka__btn > a.langSwitch__btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5); }

.slideshowTree {
  border-radius: 0.75rem;
  margin-bottom: 0; }

.loopPage .loop__img img {
  border-radius: 0.375rem; }

.loopNews .loop__img img {
  border-radius: 0.375rem; }

.loopPhotogallery .loop__img img {
  border-radius: 0.375rem; }

.loopVideogallery .loop__img img {
  border-radius: 0.375rem; }

.detailPhotogallery .detail__img img {
  border-radius: 0.375rem; }

.detailPage .detail__imgMain img {
  border-radius: 0.75rem; }

.detailPage .detail__img img {
  border-radius: 0.375rem; }

.detailNews .detail__imgMain img {
  border-radius: 0.75rem; }

.detailNews .detail__img img {
  border-radius: 0.375rem; }
