@charset "UTF-8";
/* Globální funkce */
/* Komponenty 3 stran */
/* Mixins metody */
/* Grid WT | Bootstrap MD */
/************************
*		  Reset  		*
************************/
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

strong, b {
  font-weight: 700; }

[hidden], .hidden {
  display: none !important; }

.btn, button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none; }

input[type="text"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none; }

.far span, .fas span, .fab span, .fa span {
  font-weight: 400; }

/************************
*	WebTutorials GRID	*
************************/
.wt-inline {
  display: flex;
  flex-wrap: wrap; }
  .wt-inline.wt-h-space-between {
    justify-content: space-between; }
  .wt-inline.wt-h-space-around {
    justify-content: space-around; }
  .wt-inline.wt-h-center {
    justify-content: center; }
  .wt-inline.wt-h-flex-start {
    justify-content: flex-start; }
  .wt-inline.wt-h-flex-end {
    justify-content: flex-end; }
  .wt-inline.wt-v-center {
    align-items: center; }
  .wt-inline.wt-v-flex-start {
    align-items: flex-start; }
  .wt-inline.wt-v-flex-end {
    align-items: flex-end; }

/************************
*	Bootstrap MD GRID	*
************************/
.bt-wrapp {
  width: 100%;
  display: inline-block; }

.col {
  float: left; }
  .col::after {
    content: "";
    display: table; }

.col-md-1 {
  width: calc((100% * 1) / 12); }

.col-md-2 {
  width: calc((100% * 2) / 12); }

.col-md-3 {
  width: calc((100% * 3) / 12); }

.col-md-4 {
  width: calc((100% * 4) / 12); }

.col-md-5 {
  width: calc((100% * 5) / 12); }

.col-md-6 {
  width: calc((100% * 6) / 12); }

.col-md-7 {
  width: calc((100% * 7) / 12); }

.col-md-8 {
  width: calc((100% * 8) / 12); }

.col-md-9 {
  width: calc((100% * 9) / 12); }

.col-md-10 {
  width: calc((100% * 10) / 12); }

.col-md-11 {
  width: calc((100% * 11) / 12); }

.col-md-12 {
  width: calc((100% * 12) / 12); }

.col-md-offset-1 {
  margin-left: calc((100% * 1) / 12); }

.col-md-offset-2 {
  margin-left: calc((100% * 2) / 12); }

.col-md-offset-3 {
  margin-left: calc((100% * 3) / 12); }

.col-md-offset-4 {
  margin-left: calc((100% * 4) / 12); }

.col-md-offset-5 {
  margin-left: calc((100% * 5) / 12); }

.col-md-offset-6 {
  margin-left: calc((100% * 6) / 12); }

.col-md-offset-7 {
  margin-left: calc((100% * 7) / 12); }

.col-md-offset-8 {
  margin-left: calc((100% * 8) / 12); }

.col-md-offset-9 {
  margin-left: calc((100% * 9) / 12); }

.col-md-offset-10 {
  margin-left: calc((100% * 10) / 12); }

.col-md-offset-11 {
  margin-left: calc((100% * 11) / 12); }

.col-md-offset-12 {
  margin-left: calc((100% * 12) / 12); }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  background-color: #fff;
  min-height: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 400;
  background-repeat: no-repeat;
  background-color: #77003e;
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  font-style: normal; }
  body.location_product_getInquiry {
    background: #fff !important;
    height: 100%;
    padding: 48px 0 32px; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "Open Sans", "Arial", sans-serif, sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none; }

button {
  cursor: pointer; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
  outline: none; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
	 ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none; }

p {
  display: block;
  margin: 0; }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  margin: 0;
  padding: 0; }

/*
    .trida {
        background-color: $color-FRONTEND_COLOR_3;
        @include text-contrast($color-FRONTEND_COLOR_3);
    }
*/
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  /* The following are set in WordPress (wp-admin/css/revisions.css) - reset them to initial values */
  overflow: visible;
  margin: 0;
  padding: 0;
  z-index: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.fas span, .far span, .fa span, .fab span {
  font-family: "Open Sans", "Arial", sans-serif; }

.category-nav-1.js-subnav-mouseenter {
  display: none; }

.clear {
  clear: both; }

.kontakt1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .kontakt1 h2 {
    margin-top: 0; }
  .kontakt1 .kontakty-box {
    width: calc(50% - 10px); }
    @media (max-width: 580px) {
      .kontakt1 .kontakty-box {
        width: 100%; } }
    .kontakt1 .kontakty-box:nth-child(1) {
      margin-right: 20px; }
      @media (max-width: 580px) {
        .kontakt1 .kontakty-box:nth-child(1) {
          margin-bottom: 20px;
          margin-right: 0; } }
  .kontakt1 .kontakty-obsah iframe, .kontakt1 .kontakty-obsah img, .kontakt1 .kontakty-mapa iframe, .kontakt1 .kontakty-mapa img {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 260px; }

.text a.ikona-email {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  text-decoration: none; }
  .text a.ikona-email::before {
    content: "\f0e0";
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    display: inline-block;
    margin-right: 10px; }

.text a.ikona-telefon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  text-decoration: none; }
  .text a.ikona-telefon::before {
    content: "\f10b";
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    display: inline-block;
    margin-right: 10px; }

.kontakt1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .kontakt1 h2 {
    margin-top: 0; }
  .kontakt1 .kontakty-box {
    width: calc(50% - 10px); }
    @media (max-width: 580px) {
      .kontakt1 .kontakty-box {
        width: 100%; } }
    .kontakt1 .kontakty-box:nth-child(1) {
      margin-right: 20px; }
      @media (max-width: 580px) {
        .kontakt1 .kontakty-box:nth-child(1) {
          margin-bottom: 20px;
          margin-right: 0; } }
  .kontakt1 .kontakty-obsah iframe, .kontakt1 .kontakty-obsah img, .kontakt1 .kontakty-mapa iframe, .kontakt1 .kontakty-mapa img {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 260px; }

.text a.ikona-email {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  text-decoration: none; }
  .text a.ikona-email::before {
    content: "\f0e0";
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    display: inline-block;
    margin-right: 10px; }

.text a.ikona-telefon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  text-decoration: none; }
  .text a.ikona-telefon::before {
    content: "\f10b";
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    display: inline-block;
    margin-right: 10px; }

.kontakt2 {
  display: flex;
  flex-wrap: wrap; }
  .kontakt2 h2 {
    margin-top: 0; }
  @media (max-width: 580px) {
    .kontakt2 {
      margin-bottom: 20px; } }
  .kontakt2 .kontakty-box {
    width: calc(50% - 10px); }
    @media (max-width: 580px) {
      .kontakt2 .kontakty-box {
        width: 100%; } }
    .kontakt2 .kontakty-box:nth-child(1) {
      margin-right: 20px; }
      @media (max-width: 580px) {
        .kontakt2 .kontakty-box:nth-child(1) {
          margin-bottom: 20px;
          margin-right: 0; } }
  .kontakt2 .kontakty-obsah2 table, .kontakt2 .kontakty-mapa2 table {
    border-collapse: collapse;
    width: 100%; }
    .kontakt2 .kontakty-obsah2 table th, .kontakt2 .kontakty-obsah2 table td, .kontakt2 .kontakty-mapa2 table th, .kontakt2 .kontakty-mapa2 table td {
      padding: 8px;
      text-align: left; }
    .kontakt2 .kontakty-obsah2 table tr:nth-child(odd) th, .kontakt2 .kontakty-obsah2 table tr:nth-child(odd) td, .kontakt2 .kontakty-mapa2 table tr:nth-child(odd) th, .kontakt2 .kontakty-mapa2 table tr:nth-child(odd) td {
      background: rgba(102, 102, 102, 0.5); }
  .kontakt2 .kontakty-obsah2 iframe, .kontakt2 .kontakty-obsah2 img, .kontakt2 .kontakty-mapa2 iframe, .kontakt2 .kontakty-mapa2 img {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 260px; }

.kontakt3 .kontakt-osoby {
  display: flex;
  flex-wrap: wrap; }

.kontakt3 .kontakt3osoba {
  width: calc((100% / 4 - 20px) + (20px / 4));
  margin-right: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row; }
  .kontakt3 .kontakt3osoba:nth-child(4n+4) {
    margin-right: 0; }
  @media (min-width: 200px) {
    .kontakt3 .kontakt3osoba {
      width: calc((100% / 1 - 20px) + (20px / 1));
      margin-right: 20px;
      margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(0n+0) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(1n+1) {
        margin-right: 0; } }
  @media (min-width: 420px) {
    .kontakt3 .kontakt3osoba {
      width: calc((100% / 2 - 20px) + (20px / 2));
      margin-right: 20px;
      margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(1n+1) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(2n+2) {
        margin-right: 0; } }
  @media (min-width: 640px) {
    .kontakt3 .kontakt3osoba {
      width: calc((100% / 3 - 20px) + (20px / 3));
      margin-right: 20px;
      margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(2n+2) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(3n+3) {
        margin-right: 0; } }
  @media (min-width: 861px) {
    .kontakt3 .kontakt3osoba {
      width: calc((100% / 4 - 20px) + (20px / 4));
      margin-right: 20px;
      margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(3n+3) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(4n+4) {
        margin-right: 0; } }
  @media (min-width: 1081px) {
    .kontakt3 .kontakt3osoba {
      width: calc((100% / 4 - 20px) + (20px / 4));
      margin-right: 20px;
      margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(3n+3) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(4n+4) {
        margin-right: 0; } }
  @media (max-width: 200px) {
    .kontakt3 .kontakt3osoba {
      width: 100%;
      max-width: 100%;
      margin-right: 0 !important; } }
  .kontakt3 .kontakt3osoba p {
    margin-bottom: 6px; }
  .kontakt3 .kontakt3osoba img {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px auto;
    max-height: 100px; }
  .kontakt3 .kontakt3osoba .osoba-popis {
    text-align: center; }
    .kontakt3 .kontakt3osoba .osoba-popis a {
      text-align: center; }

.text1 {
  margin-bottom: 20px;
  color: #000; }
  .text1 .text1-obsah {
    padding: 20px;
    text-align: center;
    background: #ebebeb; }
    .text1 .text1-obsah p {
      margin-bottom: 0; }

.text2 {
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  background: #ebebeb;
  color: #000; }
  .text2 .text2-obsah p {
    margin-bottom: 20px; }
  .text2 .tlacitko-obal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .text2 .text-tlacitko {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 44px;
    padding-right: 44px;
    background: #d70929;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    letter-spacing: 2px;
    line-height: initial;
    height: auto;
    font-weight: 700;
    color: #fff !important; }
    @media (min-width: 1100px) {
      .text2 .text-tlacitko {
        padding-top: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .text2 .text-tlacitko {
        padding-top: 20px; } }
    @media (min-width: 1100px) {
      .text2 .text-tlacitko {
        padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .text2 .text-tlacitko {
        padding-bottom: 20px; } }
    @media (min-width: 1100px) {
      .text2 .text-tlacitko {
        padding-left: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .text2 .text-tlacitko {
        padding-left: 60px; } }
    @media (min-width: 1100px) {
      .text2 .text-tlacitko {
        padding-right: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .text2 .text-tlacitko {
        padding-right: 60px; } }
    .text2 .text-tlacitko:hover {
      background: #f84e69; }
      .text2 .text-tlacitko:hover:before {
        display: none; }

.text3 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  @media (max-width: 980px) {
    .text3 {
      flex-direction: column; } }
  .text3 h2 {
    margin-top: 0; }
  .text3:nth-child(odd) .text3-obsah {
    width: calc(100% - 340px);
    margin-right: 0px;
    margin-left: 20px;
    order: 2; }
  .text3:nth-child(odd) .tlacitko-obal {
    justify-content: flex-start; }
  .text3 .text3-obsah {
    width: calc(100% - 340px);
    margin-right: 20px; }
    @media (max-width: 980px) {
      .text3 .text3-obsah {
        width: 100%; } }
  .text3 .text3-foto {
    width: 320px; }
    .text3 .text3-foto img {
      max-width: 100%;
      display: block; }
  .text3 .text3-titulek + .text3-popis {
    margin-top: 20px; }
    @media (max-width: 980px) {
      .text3 .text3-titulek + .text3-popis {
        margin-top: 0; } }
  .text3 .tlacitko-obal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 20px; }
  .text3 .text-tlacitko {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 44px;
    padding-right: 44px;
    background: #d70929;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    letter-spacing: 2px;
    line-height: initial;
    height: auto;
    font-weight: 700;
    color: #fff !important;
    border: 0; }
    @media (min-width: 1100px) {
      .text3 .text-tlacitko {
        padding-top: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .text3 .text-tlacitko {
        padding-top: 20px; } }
    @media (min-width: 1100px) {
      .text3 .text-tlacitko {
        padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .text3 .text-tlacitko {
        padding-bottom: 20px; } }
    @media (min-width: 1100px) {
      .text3 .text-tlacitko {
        padding-left: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .text3 .text-tlacitko {
        padding-left: 60px; } }
    @media (min-width: 1100px) {
      .text3 .text-tlacitko {
        padding-right: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .text3 .text-tlacitko {
        padding-right: 60px; } }
    .text3 .text-tlacitko:hover {
      background: #f84e69; }
      .text3 .text-tlacitko:hover:before {
        display: none; }
  @media (max-width: 980px) {
    .text3 {
      margin-bottom: 40px; }
      .text3:nth-child(odd) .text3-foto {
        order: 2; }
      .text3:nth-child(odd) .text3-obsah {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        order: 1; }
      .text3 .text3-obsah {
        width: 100%;
        margin-bottom: 14px;
        margin-right: 0 !important;
        margin-left: 0 !important; }
      .text3 .text3-foto {
        width: 100%; }
        .text3 .text3-foto img {
          margin: 0 auto; } }

.text4 h2 {
  margin-top: 0; }

.text4 p {
  margin-bottom: 0; }

.text4 .text4-clanky {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.text4 .text4clanek {
  width: calc((100% / 2 - 20px) + (20px / 2));
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 14px;
  border: 1px solid #666; }
  .text4 .text4clanek:nth-child(2n+2) {
    margin-right: 0; }
  @media (min-width: 300px) {
    .text4 .text4clanek {
      width: calc((100% / 1 - 20px) + (20px / 1));
      margin-right: 20px;
      margin-bottom: 20px; }
      .text4 .text4clanek:nth-child(0n+0) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .text4 .text4clanek:nth-child(1n+1) {
        margin-right: 0; } }
  @media (min-width: 621px) {
    .text4 .text4clanek {
      width: calc((100% / 2 - 20px) + (20px / 2));
      margin-right: 20px;
      margin-bottom: 20px; }
      .text4 .text4clanek:nth-child(1n+1) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .text4 .text4clanek:nth-child(2n+2) {
        margin-right: 0; } }
  @media (min-width: 941px) {
    .text4 .text4clanek {
      width: calc((100% / 2 - 20px) + (20px / 2));
      margin-right: 20px;
      margin-bottom: 20px; }
      .text4 .text4clanek:nth-child(1n+1) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .text4 .text4clanek:nth-child(2n+2) {
        margin-right: 0; } }
  @media (max-width: 300px) {
    .text4 .text4clanek {
      width: 100%;
      max-width: 100%;
      margin-right: 0 !important; } }
  @media (min-width: 320px) {
    .text4 .text4clanek {
      padding: calc(0.6818181818vw + 11.8181818182px); } }
  @media (min-width: 1200px) {
    .text4 .text4clanek {
      padding: 20px; } }
  .text4 .text4clanek .text4-nadpis {
    margin-bottom: 20px; }
  .text4 .text4clanek:nth-child(even) {
    margin-right: 0; }

.text5 {
  margin-bottom: 30px; }
  .text5 .text5-clanky {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    justify-content: center;
    flex-direction: column; }
    .text5 .text5-clanky::after {
      position: absolute;
      left: 50%;
      top: 10px;
      width: 1px;
      height: calc(100% - 20px);
      background: #666;
      content: ""; }
      @media (max-width: 695px) {
        .text5 .text5-clanky::after {
          left: 0; } }
  .text5 .text5clanek {
    width: calc(50% - 65px);
    margin-right: 130px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media (max-width: 695px) {
      .text5 .text5clanek {
        margin-left: 65px;
        width: calc(100% - 65px); } }
    .text5 .text5clanek h2 {
      margin-bottom: 0;
      font-size: 16px;
      margin-top: 0; }
      @media (min-width: 320px) {
        .text5 .text5clanek h2 {
          font-size: calc(0.2272727273vw + 15.2727272727px); } }
      @media (min-width: 1200px) {
        .text5 .text5clanek h2 {
          font-size: 18px; } }
    .text5 .text5clanek::after {
      content: "";
      width: 65px;
      height: 1px;
      background: #666;
      top: 50%;
      left: 100%;
      position: absolute; }
      @media (max-width: 695px) {
        .text5 .text5clanek::after {
          left: auto;
          right: 100%; } }
    .text5 .text5clanek .text5-nadpis {
      width: 260px;
      border: 1px solid #666;
      border-bottom: none;
      margin-left: auto;
      padding: 16px; }
      @media (max-width: 695px) {
        .text5 .text5clanek .text5-nadpis {
          width: 100%; } }
    .text5 .text5clanek .text5-popis {
      width: 260px;
      border: 1px solid #666;
      border-top: none;
      margin-left: auto;
      padding: 0 16px 16px 16px; }
      .text5 .text5clanek .text5-popis p {
        margin-bottom: 0; }
      @media (max-width: 695px) {
        .text5 .text5clanek .text5-popis {
          width: 100%; } }
    .text5 .text5clanek:nth-child(even) {
      margin-right: 0;
      margin-left: auto; }
      .text5 .text5clanek:nth-child(even) .text5-nadpis, .text5 .text5clanek:nth-child(even) .text5-popis {
        margin-left: 0; }
      .text5 .text5clanek:nth-child(even)::after {
        left: auto;
        right: 100%; }

.text6 {
  overflow: hidden;
  margin-bottom: 30px; }
  .text6 h2 {
    margin-top: 0; }
  .text6 .text6-titulek {
    float: left;
    width: calc(100% - 360px);
    margin-bottom: 20px; }
    @media (max-width: 720px) {
      .text6 .text6-titulek {
        width: 50%; } }
    @media (max-width: 430px) {
      .text6 .text6-titulek {
        width: 100%; } }
  .text6 .text6-obsah {
    display: block; }
  .text6 .text6-foto {
    float: right;
    width: 340px;
    margin-left: 20px;
    margin-bottom: 20px; }
    @media (max-width: 720px) {
      .text6 .text6-foto {
        width: calc(50% - 20px); } }
    @media (max-width: 430px) {
      .text6 .text6-foto {
        width: 100%;
        margin-left: 0; }
        .text6 .text6-foto img {
          width: 100%; } }
  .text6 .tlacitko-obal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px; }
  .text6 .text-tlacitko {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 44px;
    padding-right: 44px;
    background: #d70929;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    letter-spacing: 2px;
    line-height: initial;
    height: auto;
    font-weight: 700;
    color: #fff !important; }
    @media (min-width: 1100px) {
      .text6 .text-tlacitko {
        padding-top: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .text6 .text-tlacitko {
        padding-top: 20px; } }
    @media (min-width: 1100px) {
      .text6 .text-tlacitko {
        padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .text6 .text-tlacitko {
        padding-bottom: 20px; } }
    @media (min-width: 1100px) {
      .text6 .text-tlacitko {
        padding-left: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .text6 .text-tlacitko {
        padding-left: 60px; } }
    @media (min-width: 1100px) {
      .text6 .text-tlacitko {
        padding-right: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .text6 .text-tlacitko {
        padding-right: 60px; } }
    .text6 .text-tlacitko:hover {
      background: #f84e69; }
      .text6 .text-tlacitko:hover:before {
        display: none; }

.special_obal {
  margin-bottom: 30px; }
  .special_obal .special_pole {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .special_obal .special_pole > p {
      display: none; }
  .special_obal .special1 {
    width: 250px;
    text-align: center; }
    @media (max-width: 850px) {
      .special_obal .special1 {
        width: calc(100% / 3);
        padding: 10px; } }
    @media (max-width: 500px) {
      .special_obal .special1 {
        width: 50%; } }
    @media (max-width: 400px) {
      .special_obal .special1 {
        width: 100%; } }
    .special_obal .special1 .special-foto img {
      max-width: 100%; }
  .special_obal .special2 {
    width: 250px;
    text-align: center; }
    @media (max-width: 850px) {
      .special_obal .special2 {
        width: calc(100% / 3);
        padding: 10px; } }
    @media (max-width: 500px) {
      .special_obal .special2 {
        width: 50%; } }
    @media (max-width: 400px) {
      .special_obal .special2 {
        width: 100%; } }
    .special_obal .special2 .special-cislo {
      font-size: 35px;
      font-weight: 700; }
      .special_obal .special2 .special-cislo p {
        margin-bottom: 0;
        font-size: 35px;
        font-weight: 700; }
  .special_obal .special-text {
    margin-top: 20px; }

.special4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .special4 .tlacitko-obal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    text-align: center; }
    @media (max-width: 767px) {
      .special4 .tlacitko-obal {
        flex-direction: column; } }
  .special4 .text-tlacitko {
    padding: 10px 30px;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    color: #fff !important; }
    @media (max-width: 767px) {
      .special4 .text-tlacitko:first-of-type {
        margin-bottom: 20px; } }
  .special4 .text-tlacitko {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 44px;
    padding-right: 44px;
    background: #d70929;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    letter-spacing: 2px;
    line-height: initial;
    height: auto;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center; }
    @media (min-width: 1100px) {
      .special4 .text-tlacitko {
        padding-top: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .special4 .text-tlacitko {
        padding-top: 20px; } }
    @media (min-width: 1100px) {
      .special4 .text-tlacitko {
        padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .special4 .text-tlacitko {
        padding-bottom: 20px; } }
    @media (min-width: 1100px) {
      .special4 .text-tlacitko {
        padding-left: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .special4 .text-tlacitko {
        padding-left: 60px; } }
    @media (min-width: 1100px) {
      .special4 .text-tlacitko {
        padding-right: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .special4 .text-tlacitko {
        padding-right: 60px; } }
    .special4 .text-tlacitko:hover {
      background: #f84e69; }
      .special4 .text-tlacitko:hover:before {
        display: none; }
    .special4 .text-tlacitko.vinarstvi {
      background: #77003e; }
      .special4 .text-tlacitko.vinarstvi:hover {
        background: #d42a77; }

.alert {
  display: block;
  padding: 15px;
  position: relative;
  border-radius: 0;
  margin-bottom: 15px;
  border: 1px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 1px;
  line-height: 24px; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success a {
    color: #224323;
    font-weight: bold; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info a {
    color: #1d4356;
    font-weight: bold; }

.alert-error {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-error a {
    color: #722e2d;
    font-weight: bold; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #5f4b29; }
  .alert-warning a {
    color: #544324;
    font-weight: bold; }

.inner .alert:last-child {
  margin-bottom: 0; }

.messages {
  margin-bottom: 20px; }

.dev-notification {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 25px;
  color: #f00;
  z-index: 99999999; }
  .dev-notification .close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center; }
    .dev-notification .close:hover {
      color: #cc0000; }

.not-published-notification {
  position: fixed;
  left: 0;
  top: 100px;
  background: rgba(255, 255, 255, 0.6);
  padding: 25px;
  color: #f00;
  z-index: 1000; }
  .not-published-notification .close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center; }
    .not-published-notification .close:hover {
      color: #cc0000; }

h1:not(.order-step),
.h1:not(.order-step) {
  font-size: 40px;
  font-family: "Open Sans Condensed", "Arial", sans-serif;
  text-align: center;
  position: relative;
  padding: 25px 20px;
  text-transform: uppercase;
  letter-spacing: .03em; }
  @media print {
    h1:not(.order-step),
    .h1:not(.order-step) {
      font-size: 26px; } }
  .main-title.w-icon h1:not(.order-step), .main-title.w-icon
  .h1:not(.order-step) {
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px;
    font-weight: 900; }

h1.shadeTitle,
.h1.shadeTitle {
  font-family: 'Open Sans Condensed';
  margin: 0 auto 25px;
  padding: 51px 5vw 0;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  display: table;
  font-size: 40px;
  text-align: center; }
  @media (max-width: 500px) {
    h1.shadeTitle,
    .h1.shadeTitle {
      padding-top: 14px; } }
  h1.shadeTitle span,
  .h1.shadeTitle span {
    position: relative; }
  h1.shadeTitle .shade,
  .h1.shadeTitle .shade {
    color: #f1f1f1;
    font-weight: 800;
    line-height: .85;
    white-space: nowrap;
    font-size: 2.8em;
    letter-spacing: -.02em;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 680px) {
      h1.shadeTitle .shade,
      .h1.shadeTitle .shade {
        font-size: 16vw; } }
    @media (max-width: 500px) {
      h1.shadeTitle .shade,
      .h1.shadeTitle .shade {
        position: static;
        display: block;
        transform: none;
        font-size: 14px;
        margin: 0 0 6px;
        color: #c5c5c5; } }
    h1.shadeTitle .shade:before,
    .h1.shadeTitle .shade:before {
      content: attr(data-shadow-text); }
  h1.shadeTitle:before, h1.shadeTitle:after,
  .h1.shadeTitle:before,
  .h1.shadeTitle:after {
    content: ' ';
    display: block;
    height: 1px;
    width: 4vw;
    background: #202040;
    position: absolute;
    z-index: 2;
    bottom: 0; }
  h1.shadeTitle:before,
  .h1.shadeTitle:before {
    left: 0; }
  h1.shadeTitle:after,
  .h1.shadeTitle:after {
    right: 0; }

.title-icon {
  color: #d70929; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.tab-text table tr td:first-child:first-letter,
.tab-text table tr th:first-child:first-letter {
  text-transform: uppercase; }

.content-body.subpage-content h2 {
  font-size: 25px;
  font-family: "Open Sans Condensed", "Arial", sans-serif;
  text-align: center;
  position: relative;
  padding: 25px 20px;
  text-transform: uppercase;
  letter-spacing: .03em; }
  @media (min-width: 320px) {
    .content-body.subpage-content h2 {
      font-size: calc(2.1306818182vw + 18.1818181818px); } }
  @media (min-width: 1024px) {
    .content-body.subpage-content h2 {
      font-size: 40px; } }
  .content-body.subpage-content h2.border-title {
    text-align: left;
    padding: 0;
    padding-left: 35px;
    margin-top: 20px;
    margin-bottom: 35px; }
    @media (min-width: 320px) {
      .content-body.subpage-content h2.border-title {
        padding-left: calc(2.4358974359vw + 27.2051282051px); } }
    @media (min-width: 1100px) {
      .content-body.subpage-content h2.border-title {
        padding-left: calc(19.6666666667vw - 162.333333333px); } }
    @media (min-width: 1400px) {
      .content-body.subpage-content h2.border-title {
        padding-left: 113px; } }
    @media (min-width: 320px) {
      .content-body.subpage-content h2.border-title {
        margin-top: calc(0.625vw + 18px); } }
    @media (min-width: 1920px) {
      .content-body.subpage-content h2.border-title {
        margin-top: 30px; } }
    @media (min-width: 320px) {
      .content-body.subpage-content h2.border-title {
        margin-bottom: calc(0.9375vw + 32px); } }
    @media (min-width: 1920px) {
      .content-body.subpage-content h2.border-title {
        margin-bottom: 50px; } }
    .content-body.subpage-content h2.border-title:before {
      content: "";
      position: absolute;
      top: 19px;
      left: 0;
      width: 67px;
      height: 2px;
      background: #000; }
      @media (min-width: 320px) {
        .content-body.subpage-content h2.border-title:before {
          top: calc(0.7102272727vw + 16.7272727273px); } }
      @media (min-width: 1024px) {
        .content-body.subpage-content h2.border-title:before {
          top: 24px; } }
      @media (max-width: 1340px) {
        .content-body.subpage-content h2.border-title:before {
          width: 25px; } }

.content-body.subpage-content p {
  line-height: 32px;
  max-width: 1200px;
  margin: 0 auto 1em;
  letter-spacing: 1px; }
  @media (min-width: 1190px) {
    .content-body.subpage-content p {
      max-width: calc(-1900vw + 23810px); } }
  @media (min-width: 1200px) {
    .content-body.subpage-content p {
      max-width: calc(-25vw + 1310px); } }
  @media (min-width: 1400px) {
    .content-body.subpage-content p {
      max-width: 960px; } }

.content-body .inner a {
  color: #d70929; }

.centered {
  text-align: center; }
  .centered.text.notCentered {
    text-align: left;
    margin-left: 18%; }
  .centered.text ul {
    position: relative; }
    .centered.text ul li:before {
      content: "\f054";
      position: relative;
      font-family: "Font Awesome\ 5 Free";
      font-weight: 900;
      color: #d70929; }

.text iframe {
  max-width: 100%; }
  @media (max-width: 980px) {
    .text iframe {
      height: 54vw; } }

.text img {
  max-width: 100%; }
  @media (max-width: 1200px) {
    .text img {
      height: auto !important; } }

.text h2 {
  font-size: 28px;
  margin-bottom: 14px; }
  @media (min-width: 320px) {
    .text h2 {
      font-size: calc(0.125vw + 27.6px); } }
  @media (min-width: 1920px) {
    .text h2 {
      font-size: 30px; } }
  @media (min-width: 320px) {
    .text h2 {
      margin-bottom: calc(0.375vw + 12.8px); } }
  @media (min-width: 1920px) {
    .text h2 {
      margin-bottom: 20px; } }

.text p, .text li, .text blockquote {
  font-size: 15px;
  line-height: 1.7; }
  @media (min-width: 320px) {
    .text p, .text li, .text blockquote {
      font-size: calc(0.0625vw + 14.8px); } }
  @media (min-width: 1920px) {
    .text p, .text li, .text blockquote {
      font-size: 16px; } }

.text li {
  margin-bottom: 6px; }
  .text li ul, .text li ol {
    margin-top: 12px; }

.text p, .text blockquote {
  margin-bottom: 1em; }

.text blockquote {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  quotes: "“" "”" "‘" "’";
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-style: italic;
  padding: 2em 0;
  margin: 2em 0; }
  .text blockquote:after {
    color: #ccc;
    font-family: Source Sans Pro;
    content: open-quote;
    font-size: 80px;
    position: absolute;
    left: 50%;
    bottom: calc(100% - 20px);
    background: #fff;
    height: 55px;
    width: 55px;
    line-height: normal;
    text-align: center;
    transform: translateX(-50%); }

.text ul {
  list-style: none;
  padding-left: 35px; }
  .text ul li {
    position: relative;
    line-height: 32px;
    letter-spacing: 1px; }
    .text ul li:before {
      content: "\f054";
      position: absolute;
      font-family: "Font Awesome\ 5 Free";
      font-weight: 900;
      color: #d70929;
      left: -32px; }

.text ol {
  margin: 20px 0 40px 32px; }
  .text ol li::marker {
    color: #d70929;
    font-weight: 700; }

.text a {
  color: #666;
  font-weight: 600; }
  .text a:hover {
    text-decoration: none; }

.text table {
  border-collapse: collapse;
  background-color: transparent;
  margin: 10px 0 40px;
  border: 0;
  width: 100%; }
  .text table tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05); }
  .text table tr th, .text table tr td {
    padding: 15px 17px;
    vertical-align: top;
    border: 1px solid #eceeef;
    color: #2d2d2d;
    text-align: left;
    font-weight: 300; }
  .text table tr th {
    border-bottom: 2px solid #d70929;
    color: #d70929;
    font-weight: 600; }
  .text table theat tr {
    background-color: transparent; }

.text .tableOverflow {
  display: block;
  max-width: 100%;
  overflow: auto; }

a {
  color: #666; }
  a:hover {
    text-decoration: none; }

a.btn {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 44px;
  padding-right: 44px;
  background: #d70929;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
  letter-spacing: 2px;
  line-height: initial;
  height: auto;
  font-weight: 700;
  display: inline-block; }
  @media (min-width: 1100px) {
    a.btn {
      padding-top: calc(0.487804878vw + 10.6341463415px); } }
  @media (min-width: 1920px) {
    a.btn {
      padding-top: 20px; } }
  @media (min-width: 1100px) {
    a.btn {
      padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
  @media (min-width: 1920px) {
    a.btn {
      padding-bottom: 20px; } }
  @media (min-width: 1100px) {
    a.btn {
      padding-left: calc(1.9512195122vw + 22.5365853659px); } }
  @media (min-width: 1920px) {
    a.btn {
      padding-left: 60px; } }
  @media (min-width: 1100px) {
    a.btn {
      padding-right: calc(1.9512195122vw + 22.5365853659px); } }
  @media (min-width: 1920px) {
    a.btn {
      padding-right: 60px; } }
  a.btn:hover {
    background: #f84e69; }
    a.btn:hover:before {
      display: none; }

.paginator {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 15px; }
  .paginator a {
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    min-width: 28px;
    text-align: center;
    border: 1px solid transparent;
    margin: 0 5px; }
    .paginator a:not(.acitve):not(.disabled):hover {
      background: #d70929;
      border-color: #d70929;
      color: #fff; }
  .paginator .active {
    border: 1px solid #d70929;
    text-decoration: none; }
  .paginator .disabled {
    color: #504f4f;
    text-decoration: none;
    cursor: default; }

input[type="checkbox"] {
  min-width: 20px !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 4px;
  position: relative;
  border: 1px solid #cfcfcf; }

input[type="checkbox"] {
  border: 1px solid #cfcfcf; }
  input[type="checkbox"]:checked:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 5px;
    border-left: 2px solid #d70929;
    border-bottom: 2px solid #d70929;
    transform: rotate(-45deg) translateY(5px); }

input[type="radio"] {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e9e8e8;
  position: relative;
  border-radius: 50%;
  padding: 0;
  width: 18px;
  height: 18px;
  border: none;
  -webkit-appearance: none; }
  input[type="radio"]:checked:before {
    border: 2px solid #d70929;
    background: #d70929;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%; }
  input[type="radio"][disabled]::before {
    border-color: #e8e8e8; }

button, input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.disabled {
  opacity: .6; }

.checkbox-custom {
  display: inline-block;
  margin-left: 10px; }
  .checkbox-custom label {
    margin-left: 5px;
    position: relative;
    top: 1px; }

.control-label {
  margin-left: 10px; }

.counter {
  width: 160px;
  height: 46px;
  float: left;
  width: 120px;
  height: 34px; }
  @media (min-width: 320px) {
    .counter {
      width: calc(4.5454545455vw + 105.454545455px); } }
  @media (min-width: 1200px) {
    .counter {
      width: 160px; } }
  @media (min-width: 320px) {
    .counter {
      height: calc(1.3636363636vw + 29.6363636364px); } }
  @media (min-width: 1200px) {
    .counter {
      height: 46px; } }
  .counter .counter-inner {
    width: 95px;
    height: 34px;
    float: left;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #cfcfcf;
    overflow: hidden; }
    @media (min-width: 320px) {
      .counter .counter-inner {
        width: calc(2.2727272727vw + 87.7272727273px); } }
    @media (min-width: 1200px) {
      .counter .counter-inner {
        width: 115px; } }
    @media (min-width: 320px) {
      .counter .counter-inner {
        height: calc(1.3636363636vw + 29.6363636364px); } }
    @media (min-width: 1200px) {
      .counter .counter-inner {
        height: 46px; } }
    .counter .counter-inner .less, .counter .counter-inner .more {
      width: 30px;
      height: 34px;
      line-height: 34px;
      text-align: center;
      float: left;
      cursor: pointer; }
      @media (min-width: 320px) {
        .counter .counter-inner .less, .counter .counter-inner .more {
          height: calc(1.3636363636vw + 29.6363636364px); } }
      @media (min-width: 1200px) {
        .counter .counter-inner .less, .counter .counter-inner .more {
          height: 46px; } }
      @media (min-width: 320px) {
        .counter .counter-inner .less, .counter .counter-inner .more {
          line-height: calc(1.3636363636vw + 29.6363636364px); } }
      @media (min-width: 1200px) {
        .counter .counter-inner .less, .counter .counter-inner .more {
          line-height: 46px; } }
      .counter .counter-inner .less:hover path, .counter .counter-inner .more:hover path {
        fill: #d70929; }
      .counter .counter-inner .less path, .counter .counter-inner .more path {
        fill: #000000; }
    .counter .counter-inner .less {
      border-right: 1px solid #cfcfcf; }
    .counter .counter-inner .more {
      border-left: 1px solid #cfcfcf; }
    .counter .counter-inner input {
      height: 34px;
      width: calc(100% - 60px);
      float: left;
      display: inline-block;
      border: none;
      padding: 0 6px;
      text-align: center;
      font-size: 18px; }
      @media (min-width: 320px) {
        .counter .counter-inner input {
          height: calc(1.3636363636vw + 29.6363636364px); } }
      @media (min-width: 1200px) {
        .counter .counter-inner input {
          height: 46px; } }
  .counter .unit {
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    padding-left: 6px;
    font-size: 13px;
    display: inline-block;
    float: left; }
    @media (min-width: 320px) {
      .counter .unit {
        height: calc(1.3636363636vw + 29.6363636364px); } }
    @media (min-width: 1200px) {
      .counter .unit {
        height: 46px; } }
    @media (min-width: 320px) {
      .counter .unit {
        line-height: calc(1.3636363636vw + 29.6363636364px); } }
    @media (min-width: 1200px) {
      .counter .unit {
        line-height: 46px; } }

.questions-form, .friend-form {
  width: 100%;
  background: #f7f7f7;
  padding: 41px 21px 21px;
  border: 1px solid #e4e4e4; }
  .questions-form .col-md-12 .label input, .friend-form .col-md-12 .label input {
    width: 100%; }
  .questions-form .label.col-md-6, .friend-form .label.col-md-6 {
    margin-left: 10px;
    width: calc(50% - 10px); }
    .questions-form .label.col-md-6:nth-child(2n + 1), .friend-form .label.col-md-6:nth-child(2n + 1) {
      margin-right: 10px;
      margin-left: 0; }
      @media (max-width: 620px) {
        .questions-form .label.col-md-6:nth-child(2n + 1), .friend-form .label.col-md-6:nth-child(2n + 1) {
          margin-right: 0; } }
    @media (max-width: 620px) {
      .questions-form .label.col-md-6, .friend-form .label.col-md-6 {
        width: 100%;
        margin-left: 0; } }
  .questions-form form, .friend-form form {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .questions-form, .friend-form {
      width: 100%; } }

/*
.fs-1, .fs-2, .fs-3 {

	.col-md-6 {
		padding-left: 10px;

		.field-label {
			left: 22px;

			&.is-length {
				top: -16px;
				left: 10px;
			}
		}

		&:nth-child(2n + 1) {
			padding-right: 10px;
			padding-left: 0px;

			.field-label {
				left: 12px;

				&.is-length {
					top: -16px;
					left: 0;
				}
			}
		}

		@media(max-width: 665px) {
			padding-left: 0px;
			width: 100%;

			.field-label {
				left: 12px;

				&.is-length {
					top: -16px;
					left: 0px;
				}
			}

			&:nth-child(2n + 1) {
				padding-right: 0px;
				padding-left: 0px;

				.field-label {
					left: 12px;

					&.is-length {
						top: -16px;
						left: 0;
					}
				}
			}
		}
	}
}
*/
.icon_error-msg {
  display: inline-block;
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 10px;
  margin-top: 5px;
  display: block; }

.error-msg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  float: right;
  display: inline-block;
  text-align: center;
  height: 46px;
  line-height: 46px;
  vertical-align: middle; }
  .error-msg i {
    font-size: 18px;
    color: #e50000;
    vertical-align: middle; }
  .error-msg .error-info {
    position: absolute;
    right: 0;
    bottom: calc(100% + 12px);
    line-height: 15px;
    font-size: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 240px;
    border-radius: 4px;
    padding: 8px;
    z-index: 95;
    display: none; }
    .error-msg .error-info:after {
      content: "";
      transform: rotate(45deg);
      width: 12px;
      height: 12px;
      position: absolute;
      z-index: 1;
      background-color: #fff;
      display: block;
      box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.1);
      bottom: -6px;
      right: 14px; }
    .error-msg .error-info:before {
      content: "";
      width: 45px;
      height: 8px;
      position: absolute;
      z-index: 10;
      background-color: #fff;
      display: block;
      bottom: 0;
      right: 0;
      border-radius: 10px; }
  .error-msg:hover .error-info {
    display: block; }

.has-info .error-msg {
  right: 40px; }

.info-msg {
  width: 40px;
  float: right;
  display: inline-block;
  position: relative;
  text-align: left;
  height: 46px;
  line-height: 43px;
  vertical-align: middle;
  padding-left: 6px; }
  @media (max-width: 620px) {
    .info-msg {
      text-align: center; } }
  .info-msg i {
    width: 24px;
    height: 24px;
    border-radius: 46px;
    background: #41aee4;
    vertical-align: middle;
    display: inline-block;
    line-height: 24px;
    color: #fff;
    text-align: center; }
  .info-msg .info-info {
    position: absolute;
    right: 10px;
    bottom: calc(100% + 12px);
    line-height: 15px;
    font-size: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 240px;
    border-radius: 4px;
    padding: 8px;
    z-index: 95;
    display: none; }
    @media (max-width: 620px) {
      .info-msg .info-info {
        right: 6px; } }
    .info-msg .info-info:after {
      content: "";
      transform: rotate(45deg);
      width: 12px;
      height: 12px;
      position: absolute;
      z-index: 1;
      background-color: #fff;
      display: block;
      box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.1);
      bottom: -6px;
      right: 5px; }
    .info-msg .info-info:before {
      content: "";
      width: 45px;
      height: 8px;
      position: absolute;
      z-index: 10;
      background-color: #fff;
      display: block;
      bottom: 0;
      right: 0;
      border-radius: 10px; }
  .info-msg:hover .info-info {
    display: block; }

.js-webUserAddress-parent .ui-selectmenu-button.ui-button, .js-webUserAddress-selector .ui-selectmenu-button.ui-button {
  width: 100%;
  height: 46px; }

.action_myPassword .col-md-12 {
  margin-bottom: 30px; }

form .col-2-btn {
  width: auto;
  float: right;
  margin-left: 20px; }
  form .col-2-btn .btn {
    width: auto; }
    form .col-2-btn .btn a, form .col-2-btn .btn button {
      padding: 0 20px; }
  form .col-2-btn #buttonDelete {
    background-color: #e60002;
    border-color: #e60002;
    color: #fff; }
    form .col-2-btn #buttonDelete:hover {
      background-color: #a70102;
      border-color: #a70102; }

form fieldset {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
  border: none; }
  form fieldset .label {
    margin-bottom: 30px;
    position: relative; }
    @media (max-width: 620px) {
      form fieldset .label {
        width: 100%; } }
    form fieldset .label .ui-selectmenu-button.ui-button {
      width: 100%;
      margin: 0; }
      form fieldset .label .ui-selectmenu-button.ui-button .ui-selectmenu-text {
        display: block;
        margin-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        padding: 0 7px;
        position: relative;
        top: -3px; }
    form fieldset .label .checkbox-label {
      display: inline-block;
      float: left;
      width: calc(100% - 18px);
      position: relative;
      top: 10px;
      padding-left: 10px; }
    form fieldset .label input[type="text"], form fieldset .label input[type="password"] {
      display: block;
      width: 100%;
      border: 1px solid #696969;
      border-radius: 1px solid #696969;
      font-size: 14px;
      height: 46px;
      padding: 0 12px;
      float: left;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      form fieldset .label input[type="text"]:not([readonly]):focus, form fieldset .label input[type="password"]:not([readonly]):focus {
        border-color: 1px solid #000000; }
      form fieldset .label input[type="text"][readonly], form fieldset .label input[type="password"][readonly] {
        background: #fafafa; }
    form fieldset .label input[type="checkbox"] {
      width: 18px;
      height: 18px;
      border-radius: 5px;
      border: 1px solid #e1e1e1;
      display: inline-block;
      position: relative;
      float: left;
      top: 10px;
      left: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      form fieldset .label input[type="checkbox"]:checked:before {
        content: "\f00c";
        font-family: Font Awesome\ 5 Free;
        font-weight: 900 !important;
        display: inline-block;
        position: absolute;
        font-size: 14px;
        top: 0;
        left: 0; }
    form fieldset .label input[type="radio"] {
      width: 18px;
      height: 18px;
      border-radius: 18px;
      border: 1px solid #e1e1e1;
      display: inline-block;
      position: relative;
      top: 5px;
      left: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      form fieldset .label input[type="radio"]:checked {
        border: 1px solid #696969; }
        form fieldset .label input[type="radio"]:checked:before {
          content: "";
          width: 8px;
          height: 8px;
          border-radius: 14px;
          background-color: #000000;
          font-family: Font Awesome\ 5 Free;
          font-weight: 900 !important;
          display: inline-block;
          position: absolute;
          font-size: 14px;
          top: 4px;
          left: 4px; }
    form fieldset .label textarea {
      display: block;
      width: 100%;
      max-width: 100%;
      height: 130px;
      padding: 12px;
      max-height: 130px;
      border: 1px solid #696969;
      border-radius: 1px solid #696969;
      font-size: 14px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    form fieldset .label.has-info .checkbox-label {
      width: calc(100% - 78px); }
    form fieldset .label.has-info .ui-selectmenu-button.ui-button {
      width: calc(100% - 40px);
      margin: 0; }
    form fieldset .label.has-info input[type="text"], form fieldset .label.has-info input[type="password"] {
      display: block;
      width: calc(100% - 40px);
      border: 1px solid #696969;
      border-radius: 1px solid #696969;
      font-size: 14px;
      height: 46px;
      padding: 0 12px;
      float: left;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    form fieldset .label.has-info textarea {
      display: block;
      width: calc(100% - 40px);
      max-width: 100%;
      height: 130px;
      padding: 12px;
      max-height: 130px;
      border: 1px solid #696969;
      border-radius: 1px solid #696969;
      font-size: 14px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }

.right-padding {
  padding-right: 20px; }
  @media (max-width: 970px) {
    .right-padding {
      padding-right: 0; } }

.accept-checkbox {
  text-align: right;
  width: auto; }
  .accept-checkbox .checkbox_label {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle; }
    .accept-checkbox .checkbox_label input {
      vertical-align: text-top; }
    @media (max-width: 475px) {
      .accept-checkbox .checkbox_label {
        width: auto;
        max-width: calc(100% - 28px); } }

.myAddressForm .label, .cart-form .label {
  margin-left: 10px;
  width: calc(50% - 10px); }
  .myAddressForm .label:nth-child(2n + 1), .cart-form .label:nth-child(2n + 1) {
    margin-right: 10px;
    margin-left: 0; }
    @media (max-width: 620px) {
      .myAddressForm .label:nth-child(2n + 1), .cart-form .label:nth-child(2n + 1) {
        margin-right: 0; } }
  @media (max-width: 620px) {
    .myAddressForm .label, .cart-form .label {
      width: 100%;
      margin-left: 0; } }

.recover_password {
  width: 100%;
  background: #f7f7f7;
  padding: 41px 21px 21px;
  border: 1px solid #e4e4e4; }

.field-label {
  position: absolute;
  font-size: 14px;
  top: 15px;
  left: 12px;
  transition: .3s; }
  .field-label sup {
    color: #e60002; }
  .field-label.is-length {
    top: -16px;
    left: 0; }

.skryta-cpt ~ .label {
  display: none; }

.skryta-cpt {
  display: none; }

.login-page-form {
  width: 100%;
  background: #f7f7f7;
  padding: 41px 21px 21px;
  border: 1px solid #e4e4e4; }
  .login-page-form .label.col-md-6 {
    margin-left: 10px;
    width: calc(50% - 10px); }
    .login-page-form .label.col-md-6:nth-child(2n + 1) {
      margin-right: 10px;
      margin-left: 0; }
      @media (max-width: 620px) {
        .login-page-form .label.col-md-6:nth-child(2n + 1) {
          margin-right: 0px; } }
    @media (max-width: 620px) {
      .login-page-form .label.col-md-6 {
        width: 100%;
        margin-left: 0; } }

.cart-bottom-actions .col {
  float: right; }
  @media (max-width: 680px) {
    .cart-bottom-actions .col {
      width: 100%; } }

.cart-bottom-actions .btn button {
  padding: 0 20px; }
  .cart-bottom-actions .btn button:before {
    content: "\f07a";
    display: inline-block;
    margin-right: 8px;
    font-size: 20px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900 !important; }

.delete button {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 44px;
  padding-right: 44px;
  background: #77003e;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
  letter-spacing: 2px;
  line-height: initial;
  height: auto;
  display: inline-block;
  background: #a03e3e; }
  @media (min-width: 1100px) {
    .delete button {
      padding-top: calc(0.487804878vw + 10.6341463415px); } }
  @media (min-width: 1920px) {
    .delete button {
      padding-top: 20px; } }
  @media (min-width: 1100px) {
    .delete button {
      padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
  @media (min-width: 1920px) {
    .delete button {
      padding-bottom: 20px; } }
  @media (min-width: 1100px) {
    .delete button {
      padding-left: calc(1.9512195122vw + 22.5365853659px); } }
  @media (min-width: 1920px) {
    .delete button {
      padding-left: 60px; } }
  @media (min-width: 1100px) {
    .delete button {
      padding-right: calc(1.9512195122vw + 22.5365853659px); } }
  @media (min-width: 1920px) {
    .delete button {
      padding-right: 60px; } }
  .delete button:hover {
    background: #d70929; }
    .delete button:hover:before {
      display: none; }
  .delete button:hover {
    background: #b34545; }

@media (max-width: 500px) {
  .delete button, .post_addres button {
    width: 100% !important;
    text-align: center !important; }
  .delete, .post_addres {
    width: 100% !important;
    text-align: center !important;
    order: 2;
    margin-top: 10px; }
  .post_addres {
    order: 1; } }

.panel-form {
  padding: 0 10%; }
  .panel-form h2 {
    color: #d70929;
    font-weight: 300;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 15px; }
  .panel-form .perex {
    font-size: 15px;
    margin: 0;
    padding: 0 0 22px;
    line-height: 1.4; }
  .panel-form .col {
    margin-bottom: 9px; }
    .panel-form .col.has-errors input {
      border-color: #e82121; }
  .panel-form label {
    font-weight: 600;
    font-size: 13px;
    display: block;
    padding: 0 2px 4px;
    position: relative; }
    .panel-form label .icon_error-msg {
      position: absolute;
      right: 0;
      top: 0;
      color: #e82121;
      width: 100%;
      text-align: right;
      background: transparent;
      border: 0;
      margin-top: 0;
      padding: 0; }
      .panel-form label .icon_error-msg .content_error-error {
        position: absolute;
        background: #fff8f8;
        left: 2px;
        right: 2px;
        top: 19px;
        color: #da2e2e;
        padding: 11px;
        border-radius: 3px;
        font-weight: 400;
        text-align: right;
        transform: rotateY(90deg);
        transform-origin: right center;
        transition: all .2s ease-in-out;
        opacity: 0; }
        @media (max-width: 768px) {
          .panel-form label .icon_error-msg .content_error-error {
            font-size: 12px; } }
      .panel-form label .icon_error-msg:hover .content_error-error {
        opacity: 1;
        transform: rotateY(0deg); }
  .panel-form input:not([type=submit]), .panel-form textarea {
    width: 100%;
    border: 2px solid #e6e6e6;
    border-radius: 4px;
    padding: 10px;
    font-size: 13px; }
  .panel-form textarea {
    resize: none;
    height: 100px; }

.ToggleBase {
  margin: 0;
  width: 3em;
  height: 1.6em;
  transition: all .25s ease-in-out;
  outline: none;
  border-radius: 0;
  position: relative;
  display: inline-block; }
  .ToggleBase input {
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer; }
  .ToggleBase input:not(:disabled):hover, .ToggleBase input:not(:disabled):focus, .ToggleBase input:checked {
    border-color: #f9677e;
    background: #f9677e; }
  .ToggleBase input:checked + .ToggleBase-body {
    background-color: #f9677e; }
    .ToggleBase input:checked + .ToggleBase-body:after {
      background: #d70929;
      border-color: #d70929;
      transform: translateX(1.4em); }
  .ToggleBase-body {
    width: 100%;
    height: 100%;
    background: #e6e6e6;
    transition: all .25s ease-in-out; }
    .ToggleBase-body:after {
      content: '';
      display: block;
      width: 1.2em;
      height: 1.2em;
      border: 0.18em solid #c0bfbf;
      background-color: #c0bfbf;
      transition: all .25s ease-in-out;
      position: absolute;
      left: .2em;
      bottom: 0;
      top: 0;
      margin-top: auto;
      margin-bottom: auto;
      box-sizing: border-box; }
  .ToggleBase:disabled, .ToggleBase:disabled + * {
    border-color: #404040;
    opacity: .4; }
  .ToggleBase.is-invalid {
    border-color: #e82121; }

.password-strength-meter {
  font-size: 12px;
  margin-top: 5px; }
  .password-strength-meter .password-strength {
    font-weight: 700; }
    .password-strength-meter .password-strength.strength-0 {
      color: red; }
    .password-strength-meter .password-strength.strength-1 {
      color: orange; }
    .password-strength-meter .password-strength.strength-2 {
      color: limegreen; }
    .password-strength-meter .password-strength.strength-3 {
      color: green; }
    .password-strength-meter .password-strength.strength-4 {
      color: darkgreen; }

.strutura_formular {
  width: 100%;
  display: block;
  margin-bottom: 20px; }
  .strutura_formular h1:not(.main-title), .strutura_formular .h1, .strutura_formular .formular_title {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 35px;
    font-weight: 600; }
  .strutura_formular .formular_sekce_title {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    text-align: left;
    margin: 10px 0px 20px 0px;
    padding: 10px 0px 10px 0px;
    font-size: 30px;
    font-weight: 600; }
  .strutura_formular .formular_info_povinne {
    font-size: 14px !important;
    margin: 0 !important;
    text-align: right;
    padding: 4px 0; }
    .strutura_formular .formular_info_povinne i {
      color: #e60002;
      display: inline-block;
      position: relative;
      font-size: 8px;
      top: -6px;
      left: 3px; }
  .strutura_formular .submit-button button {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 44px;
    padding-right: 44px;
    background: #d70929;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    letter-spacing: 2px;
    line-height: initial;
    height: auto;
    font-weight: 700; }
    @media (min-width: 1100px) {
      .strutura_formular .submit-button button {
        padding-top: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .strutura_formular .submit-button button {
        padding-top: 20px; } }
    @media (min-width: 1100px) {
      .strutura_formular .submit-button button {
        padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .strutura_formular .submit-button button {
        padding-bottom: 20px; } }
    @media (min-width: 1100px) {
      .strutura_formular .submit-button button {
        padding-left: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .strutura_formular .submit-button button {
        padding-left: 60px; } }
    @media (min-width: 1100px) {
      .strutura_formular .submit-button button {
        padding-right: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .strutura_formular .submit-button button {
        padding-right: 60px; } }
    .strutura_formular .submit-button button:hover {
      background: #f84e69; }
      .strutura_formular .submit-button button:hover:before {
        display: none; }
  .strutura_formular .citat_formular {
    display: block;
    width: 100%;
    position: relative;
    margin: 0px 0px 30px 0px !important;
    padding: 20px 20px 20px 65px;
    background: #fff;
    border: 1px solid #a8a8a8;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: italic !important;
    line-height: 1.4em !important; }
    @media (max-width: 480px) {
      .strutura_formular .citat_formular {
        font-size: 13px !important;
        padding: 34px 16px 12px; } }
    .strutura_formular .citat_formular p:last-child {
      margin: 0; }
    .strutura_formular .citat_formular:before {
      content: "";
      font-family: Font Awesome\ 5 Free;
      font-weight: 900 !important;
      position: absolute;
      height: 100%;
      line-height: 100%;
      vertical-align: middle;
      color: #393e43;
      left: 0;
      top: 0;
      bottom: 0;
      text-align: center;
      width: 43px;
      background: #a8a8a8;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 21px; }
      @media (max-width: 480px) {
        .strutura_formular .citat_formular:before {
          bottom: auto;
          top: 0;
          width: 100%;
          height: auto;
          font-size: 13px;
          padding: 5px;
          box-sizing: border-box; } }
  .strutura_formular .section-end {
    border-bottom: 1px solid #666;
    margin-bottom: 25px; }
  .strutura_formular .formular_label {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px 0px 6px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400; }
  .strutura_formular .file-wrap {
    background: #fff;
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #a8a8a8;
    min-height: 55px;
    display: flex;
    align-items: center; }
  .strutura_formular input[type="text"], .strutura_formular input[type="password"], .strutura_formular input[type="email"], .strutura_formular input[type="number"] {
    display: block;
    width: 100%;
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #a8a8a8;
    height: 55px;
    background: #fff;
    font-size: 16px; }
    .strutura_formular input[type="text"]::-webkit-input-placeholder, .strutura_formular input[type="password"]::-webkit-input-placeholder, .strutura_formular input[type="email"]::-webkit-input-placeholder, .strutura_formular input[type="number"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #797979; }
    .strutura_formular input[type="text"]::-moz-placeholder, .strutura_formular input[type="password"]::-moz-placeholder, .strutura_formular input[type="email"]::-moz-placeholder, .strutura_formular input[type="number"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #797979; }
    .strutura_formular input[type="text"]:-ms-input-placeholder, .strutura_formular input[type="password"]:-ms-input-placeholder, .strutura_formular input[type="email"]:-ms-input-placeholder, .strutura_formular input[type="number"]:-ms-input-placeholder {
      /* IE 10+ */
      color: #797979; }
    .strutura_formular input[type="text"]:-moz-placeholder, .strutura_formular input[type="password"]:-moz-placeholder, .strutura_formular input[type="email"]:-moz-placeholder, .strutura_formular input[type="number"]:-moz-placeholder {
      /* Firefox 18- */
      color: #797979; }
    .strutura_formular input[type="text"].skryta-cpt, .strutura_formular input[type="password"].skryta-cpt, .strutura_formular input[type="email"].skryta-cpt, .strutura_formular input[type="number"].skryta-cpt {
      display: none; }
    .strutura_formular input[type="text"]:focus, .strutura_formular input[type="password"]:focus, .strutura_formular input[type="email"]:focus, .strutura_formular input[type="number"]:focus {
      border-color: #555; }
  .strutura_formular input[type="text"]:read-only, .strutura_formular input[type="password"]:read-only, .strutura_formular input[type="email"]:read-only, .strutura_formular input[type="number"]:read-only {
    color: #797979; }
  .strutura_formular input[type="text"]:read-only:focus, .strutura_formular input[type="password"]:read-only:focus, .strutura_formular input[type="email"]:read-only:focus, .strutura_formular input[type="number"]:read-only:focus {
    border: 1px solid #a8a8a8; }
  .strutura_formular textarea {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #a8a8a8;
    height: 120px;
    font-size: 16px; }
    .strutura_formular textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #797979; }
    .strutura_formular textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #797979; }
    .strutura_formular textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #797979; }
    .strutura_formular textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #797979; }
    .strutura_formular textarea:focus {
      border-color: #555; }
  .strutura_formular .ui-selectmenu-button.ui-button {
    height: 55px;
    border: 1px solid #a8a8a8;
    padding: 0px 20px 0px 20px;
    font-size: 16px;
    color: #000;
    line-height: 55px;
    vertical-align: middle;
    width: 100%; }
    .strutura_formular .ui-selectmenu-button.ui-button:focus {
      border-color: #555; }
  .strutura_formular .has-info .ui-selectmenu-button.ui-button {
    padding-right: 35px; }
  .strutura_formular input[type="checkbox"] {
    border: 1px solid #a8a8a8;
    width: 25px;
    height: 25px; }
    .strutura_formular input[type="checkbox"]:checked:before {
      position: absolute;
      top: 2px;
      left: 3px;
      color: #d70929; }
  .strutura_formular .checkbox_label {
    display: inline-block;
    padding-left: 6px;
    line-height: 1.2;
    max-width: calc(100% - 25px - 38px);
    font-size: 14px; }
    .strutura_formular .checkbox_label a {
      display: inline !important;
      word-break: break-all; }
  .strutura_formular .formular_obal {
    display: block;
    width: 100%; }
    .strutura_formular .formular_obal form {
      width: 100%;
      display: inline-block; }
    .strutura_formular .formular_obal .col {
      position: relative;
      padding-left: 10px;
      padding-right: 0;
      margin-bottom: 25px; }
      .strutura_formular .formular_obal .col.check_radio {
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        .strutura_formular .formular_obal .col.check_radio .checkbox_label {
          margin-right: 30px;
          flex: 1; }
      .strutura_formular .formular_obal .col .icon_info-msg {
        right: 0; }
      .strutura_formular .formular_obal .col:nth-of-type(odd) {
        padding-right: 10px;
        padding-left: 0; }
        .strutura_formular .formular_obal .col:nth-of-type(odd) .icon_info-msg {
          right: 10px; }
      .strutura_formular .formular_obal .col.col-md-12 {
        padding-left: 0;
        padding-right: 0;
        height: auto;
        min-height: 0px; }
        .strutura_formular .formular_obal .col.col-md-12:nth-of-type(odd) {
          padding-left: 0;
          padding-right: 0; }
      .strutura_formular .formular_obal .col.required .formular_label-text:after {
        content: "\f005";
        display: inline-block;
        position: relative;
        font-size: 8px;
        top: -6px;
        left: 3px;
        color: #e60002;
        font-family: Font Awesome\ 5 Free;
        font-weight: 900 !important; }
      .strutura_formular .formular_obal .col.recover_code_btn {
        padding-top: 26px; }
        .strutura_formular .formular_obal .col.recover_code_btn .btn {
          float: left; }
        @media (max-width: 600px) {
          .strutura_formular .formular_obal .col.recover_code_btn {
            padding-top: 0; }
            .strutura_formular .formular_obal .col.recover_code_btn .btn {
              float: right; } }
      @media (max-width: 600px) {
        .strutura_formular .formular_obal .col {
          width: 100%;
          padding-left: 0;
          padding-right: 0; }
          .strutura_formular .formular_obal .col:nth-of-type(odd) {
            padding-left: 0;
            padding-right: 0; }
            .strutura_formular .formular_obal .col:nth-of-type(odd) .icon_info-msg {
              right: 0px; } }
    .strutura_formular .formular_obal .icon_info-msg {
      position: absolute;
      right: 10px;
      vertical-align: middle;
      bottom: 14.5px; }
      .strutura_formular .formular_obal .icon_info-msg i {
        display: inline-block;
        font-size: 25px;
        color: #76a9f7;
        margin: 0px 16px 0px 0px; }
      .strutura_formular .formular_obal .icon_info-msg .content_info-info {
        position: absolute;
        right: 0;
        bottom: calc(100% + 25px);
        background: #fff;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
        padding: 12px;
        border-radius: 6px;
        width: 155px;
        font-size: 14px;
        font-style: italic;
        display: none; }
        .strutura_formular .formular_obal .icon_info-msg .content_info-info:before {
          content: "";
          position: absolute;
          bottom: -10px;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #fff;
          display: block;
          right: 12px;
          z-index: 5; }
        .strutura_formular .formular_obal .icon_info-msg .content_info-info:after {
          content: "";
          position: absolute;
          bottom: -13px;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 12px solid rgba(0, 0, 0, 0.1);
          display: block;
          right: 10px;
          z-index: 4; }
      .strutura_formular .formular_obal .icon_info-msg:hover .content_info-info {
        display: block; }
    .strutura_formular .formular_obal .icon_error-msg {
      vertical-align: middle;
      top: 50%;
      right: 0;
      position: absolute;
      transform: translateY(-50%);
      margin: 0;
      padding: 6px;
      line-height: .5; }
      .strutura_formular .formular_obal .icon_error-msg i {
        display: inline-block;
        font-size: 12px;
        color: #e60002;
        margin: 0; }
      .strutura_formular .formular_obal .icon_error-msg .content_error-error {
        position: absolute;
        right: 0;
        bottom: calc(100% + 25px);
        background: #fff;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
        padding: 12px;
        border-radius: 6px;
        width: 155px;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        display: none;
        line-height: 1.2; }
        .strutura_formular .formular_obal .icon_error-msg .content_error-error:before {
          content: "";
          position: absolute;
          bottom: -10px;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #fff;
          display: block;
          right: 12px;
          z-index: 5; }
        .strutura_formular .formular_obal .icon_error-msg .content_error-error:after {
          content: "";
          position: absolute;
          bottom: -13px;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 12px solid rgba(0, 0, 0, 0.1);
          display: block;
          right: 10px;
          z-index: 4; }
      .strutura_formular .formular_obal .icon_error-msg:hover .content_error-error {
        display: block; }
    .strutura_formular .formular_obal .check_radio .icon_error-msg {
      float: none;
      margin-left: 8px; }

/*styl pro souhlas gdpr ve formulářích*/
.gdpr-agreement {
  padding-top: 0 !important;
  text-align: right; }
  .gdpr-agreement span {
    position: relative; }
  .gdpr-agreement a {
    position: relative;
    top: -1px; }

.panel-form-cotent .gdpr-agreement {
  font-size: 12px;
  padding: 10px 0; }
  .panel-form-cotent .gdpr-agreement #personalAgreement {
    width: 25px;
    height: 25px;
    padding: 2px; }

.panel-form-cotent .check_radio:hover {
  cursor: pointer; }

.questions-form .gdpr-agreement #personalAgreement {
  width: 25px;
  height: 25px; }
  .questions-form .gdpr-agreement #personalAgreement:before {
    font-size: 16px;
    top: 2px;
    left: 4px; }

.questions-form .gdpr-agreement .checkbox-label {
  width: calc(100% - 25px) !important;
  top: 13px !important; }

.newsletter-form label {
  width: 100%; }
  .newsletter-form label #newsletterAgreement, .newsletter-form label .checkbox-label {
    float: left; }
    .newsletter-form label #newsletterAgreement a, .newsletter-form label .checkbox-label a {
      display: unset; }
  .newsletter-form label .checkbox-label {
    margin-left: 10px;
    width: calc(100% - 50px); }

/*konec stylu pro gdpr souhlas ve formulářích*/
.form-bottom-login {
  padding: 15px 0; }
  .form-bottom-login a:first-of-type {
    margin-right: 15px; }

.addressList {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 14px 0 21px; }
  .addressList li {
    width: calc((100% / 3 - 20px) + (20px / 3));
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    border: 1px solid #ebebeb; }
    .addressList li:nth-child(3n+3) {
      margin-right: 0; }
    @media (min-width: 250px) {
      .addressList li {
        width: calc((100% / 1 - 20px) + (20px / 1));
        margin-right: 20px;
        margin-bottom: 20px; }
        .addressList li:nth-child(0n+0) {
          margin-right: 20px;
          margin-bottom: 20px; }
        .addressList li:nth-child(1n+1) {
          margin-right: 0; } }
    @media (min-width: 520px) {
      .addressList li {
        width: calc((100% / 2 - 20px) + (20px / 2));
        margin-right: 20px;
        margin-bottom: 20px; }
        .addressList li:nth-child(1n+1) {
          margin-right: 20px;
          margin-bottom: 20px; }
        .addressList li:nth-child(2n+2) {
          margin-right: 0; } }
    @media (min-width: 791px) {
      .addressList li {
        width: calc((100% / 3 - 20px) + (20px / 3));
        margin-right: 20px;
        margin-bottom: 20px; }
        .addressList li:nth-child(2n+2) {
          margin-right: 20px;
          margin-bottom: 20px; }
        .addressList li:nth-child(3n+3) {
          margin-right: 0; } }
    @media (min-width: 1061px) {
      .addressList li {
        width: calc((100% / 3 - 20px) + (20px / 3));
        margin-right: 20px;
        margin-bottom: 20px; }
        .addressList li:nth-child(2n+2) {
          margin-right: 20px;
          margin-bottom: 20px; }
        .addressList li:nth-child(3n+3) {
          margin-right: 0; } }
    @media (max-width: 250px) {
      .addressList li {
        width: 100%;
        max-width: 100%;
        margin-right: 0 !important; } }
    .addressList li .address-block {
      width: 100%;
      margin: 12px 0 0;
      border-top: 1px solid #ebebeb;
      padding-top: 11px; }
      .addressList li .address-block p {
        font-weight: 300;
        margin: 0 0 5px; }
      .addressList li .address-block a {
        color: #d70929;
        display: inline-block;
        margin: 9px 0 0;
        border: 1px solid;
        padding: 8px;
        text-decoration: none;
        font-size: 13px;
        transition: all .25s ease-in-out; }
        .addressList li .address-block a:hover {
          background: #d70929;
          color: #fff; }
        .addressList li .address-block a svg {
          display: inline-block;
          margin-right: 7px;
          vertical-align: middle;
          height: 15px; }
    .addressList li > a {
      width: calc(100% - 40px);
      padding-left: 20px;
      color: #000;
      text-decoration: none; }
      .addressList li > a:hover {
        text-decoration: underline; }

.add-address {
  height: 34px;
  line-height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border: 1px solid #666;
  display: inline-block;
  color: #666;
  text-decoration: none;
  width: auto;
  position: relative;
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  background: transparent;
  font-weight: 400;
  transition: all 0.5s ease-out; }
  @media (min-width: 768px) {
    .add-address {
      height: calc(3.2407407407vw + 9.1111111111px); } }
  @media (min-width: 1200px) {
    .add-address {
      height: 48px; } }
  @media (min-width: 768px) {
    .add-address {
      line-height: calc(3.2407407407vw + 7.1111111111px); } }
  @media (min-width: 1200px) {
    .add-address {
      line-height: 46px; } }
  @media (min-width: 768px) {
    .add-address {
      padding-left: calc(6.4814814815vw - 29.7777777778px); } }
  @media (min-width: 1200px) {
    .add-address {
      padding-left: 48px; } }
  @media (min-width: 768px) {
    .add-address {
      padding-right: calc(6.4814814815vw - 29.7777777778px); } }
  @media (min-width: 1200px) {
    .add-address {
      padding-right: 48px; } }
  .add-address i {
    margin-right: 8px; }
  .add-address::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #666;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out; }
  .add-address:hover {
    color: white; }
    .add-address:hover::before {
      transform: scale(2); }

.tcenter {
  margin-bottom: 30px; }
  .tcenter a.btn.auto-width {
    height: 34px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border: 1px solid #666;
    display: inline-block;
    color: #666;
    text-decoration: none;
    width: auto;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    background: transparent;
    font-weight: 400;
    transition: all 0.5s ease-out; }
    @media (min-width: 768px) {
      .tcenter a.btn.auto-width {
        height: calc(3.2407407407vw + 9.1111111111px); } }
    @media (min-width: 1200px) {
      .tcenter a.btn.auto-width {
        height: 48px; } }
    @media (min-width: 768px) {
      .tcenter a.btn.auto-width {
        line-height: calc(3.2407407407vw + 7.1111111111px); } }
    @media (min-width: 1200px) {
      .tcenter a.btn.auto-width {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .tcenter a.btn.auto-width {
        padding-left: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .tcenter a.btn.auto-width {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .tcenter a.btn.auto-width {
        padding-right: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .tcenter a.btn.auto-width {
        padding-right: 48px; } }
    .tcenter a.btn.auto-width i {
      margin-right: 8px; }
    .tcenter a.btn.auto-width::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #666;
      transform: scale(0);
      transition-property: transform;
      transition-duration: 0.5s;
      transition-timing-function: ease-out; }
    .tcenter a.btn.auto-width:hover {
      color: white; }
      .tcenter a.btn.auto-width:hover::before {
        transform: scale(2); }

body.scrollbar--hidden {
  overflow: hidden;
  margin-right: 17px; }
  body.scrollbar--hidden .login-popup, body.scrollbar--hidden .scrollup {
    margin-right: 17px; }
  body.scrollbar--hidden .header-middle {
    width: calc(100% + 34px); }

body.scrollbar--hidden-mobile {
  overflow: hidden; }

.popup-frame.login .popup-frame--body {
  display: flex;
  padding: 0; }
  @media (max-width: 767px) {
    .popup-frame.login .popup-frame--body {
      flex-flow: column wrap; } }
  .popup-frame.login .popup-frame--body .form-holder {
    padding: 40px 35px 50px;
    width: 100%;
    text-align: center; }
    .popup-frame.login .popup-frame--body .form-holder .col-md-6 {
      width: 100%;
      padding: 0;
      text-align: left; }
    .popup-frame.login .popup-frame--body .form-holder .formular_info_povinne {
      display: none; }
    .popup-frame.login .popup-frame--body .form-holder .bottom-actions {
      margin-top: 20px;
      color: #0490E0; }
      @media (max-width: 500px) {
        .popup-frame.login .popup-frame--body .form-holder .bottom-actions {
          display: flex;
          flex-direction: column;
          justify-content: center;
          margin-top: 0; }
          .popup-frame.login .popup-frame--body .form-holder .bottom-actions span {
            display: none; } }
      .popup-frame.login .popup-frame--body .form-holder .bottom-actions a {
        color: inherit;
        margin: 5px 8px; }
        .popup-frame.login .popup-frame--body .form-holder .bottom-actions a svg {
          margin-right: 8px;
          vertical-align: bottom; }
  .popup-frame.login .popup-frame--body .login-socials {
    border-left: 1px solid #666;
    padding: 50px 35px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .popup-frame.login .popup-frame--body .login-socials {
        border-left: 0;
        border-top: 1px solid #666;
        width: 100%;
        text-align: center; } }

.btns-login .title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold; }

.btns-login .btn {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 15px 45px;
  font-size: 18px;
  text-align: center;
  max-width: 100%;
  width: 250px; }
  .btns-login .btn > svg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%); }
  @media (max-width: 479px) {
    .btns-login .btn {
      font-size: 16px; } }
  .btns-login .btn.facebook {
    background: #365899;
    margin-bottom: 10px; }
  .btns-login .btn.google {
    background: #dc4a38; }

.btns-login.register {
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
  margin-bottom: 25px; }
  .btns-login.register .btn {
    width: calc(50% - 15px);
    max-width: 250px; }
    .btns-login.register .btn.facebook {
      margin-right: 20px; }
    @media (max-width: 479px) {
      .btns-login.register .btn {
        width: calc(50% - 10px); }
        .btns-login.register .btn.facebook {
          margin-right: 10px; } }

.register {
  padding: 15px 0 30px; }
  .register--body {
    padding-top: 20px;
    border-top: 1px solid #666; }
  .register .form-holder {
    width: calc(100% - 320px);
    padding-right: 75px; }
    @media (max-width: 979px) {
      .register .form-holder {
        width: 100%;
        padding-right: 0px; } }
  .register .why-register {
    width: 100%;
    max-width: 320px;
    padding: 45px 40px 60px;
    background: rgba(4, 144, 224, 0.1); }
    .register .why-register .title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 50px;
      text-align: center; }
    .register .why-register .point {
      display: flex;
      align-items: center;
      line-height: 1.5; }
      .register .why-register .point:not(:last-child) {
        margin-bottom: 35px; }
      .register .why-register .point .icon {
        background: #0490E0;
        color: #fff;
        min-width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 24px; }
  .register button[type="submit"] {
    text-transform: uppercase; }

.order-state {
  font-weight: 500;
  margin: 13px 0 32px;
  border-top: 1px dashed #ebebeb;
  padding-top: 10px; }
  .order-state span {
    display: inline-block;
    background: #232323;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 21px;
    padding: 6px 13px; }

.back-btn-holder {
  border-top: 1px dashed #e1e1e1;
  padding-top: 26px; }
  .back-btn-holder i {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle; }

.my-orders-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 14px 0 21px; }
  .my-orders-list li {
    width: calc((100% / 3 - 20px) + (20px / 3));
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    border: 1px solid #ebebeb; }
    .my-orders-list li:nth-child(3n+3) {
      margin-right: 0; }
    @media (min-width: 250px) {
      .my-orders-list li {
        width: calc((100% / 1 - 20px) + (20px / 1));
        margin-right: 20px;
        margin-bottom: 20px; }
        .my-orders-list li:nth-child(0n+0) {
          margin-right: 20px;
          margin-bottom: 20px; }
        .my-orders-list li:nth-child(1n+1) {
          margin-right: 0; } }
    @media (min-width: 520px) {
      .my-orders-list li {
        width: calc((100% / 2 - 20px) + (20px / 2));
        margin-right: 20px;
        margin-bottom: 20px; }
        .my-orders-list li:nth-child(1n+1) {
          margin-right: 20px;
          margin-bottom: 20px; }
        .my-orders-list li:nth-child(2n+2) {
          margin-right: 0; } }
    @media (min-width: 791px) {
      .my-orders-list li {
        width: calc((100% / 3 - 20px) + (20px / 3));
        margin-right: 20px;
        margin-bottom: 20px; }
        .my-orders-list li:nth-child(2n+2) {
          margin-right: 20px;
          margin-bottom: 20px; }
        .my-orders-list li:nth-child(3n+3) {
          margin-right: 0; } }
    @media (min-width: 1061px) {
      .my-orders-list li {
        width: calc((100% / 3 - 20px) + (20px / 3));
        margin-right: 20px;
        margin-bottom: 20px; }
        .my-orders-list li:nth-child(2n+2) {
          margin-right: 20px;
          margin-bottom: 20px; }
        .my-orders-list li:nth-child(3n+3) {
          margin-right: 0; } }
    @media (max-width: 250px) {
      .my-orders-list li {
        width: 100%;
        max-width: 100%;
        margin-right: 0 !important; } }
    .my-orders-list li .address-block {
      width: 100%;
      margin: 12px 0 0;
      border-top: 1px solid #ebebeb;
      padding-top: 11px; }
      .my-orders-list li .address-block p {
        font-weight: 300;
        margin: 0 0 9px; }
        .my-orders-list li .address-block p span.state {
          display: inline-block;
          background: #000;
          color: #fff;
          padding: 6px 14px;
          border-radius: 33px;
          text-transform: uppercase;
          font-weight: 500;
          font-size: .8em;
          margin: 2px 0 0; }
        .my-orders-list li .address-block p span.missing {
          font-size: 13px;
          vertical-align: middle;
          display: inline-block;
          margin: 7px 0 10px 8px;
          font-weight: 500; }
      .my-orders-list li .address-block a {
        color: #d70929;
        display: inline-block;
        margin: 9px 0 0;
        border: 1px solid;
        padding: 8px;
        text-decoration: none;
        font-size: 13px;
        transition: all .25s ease-in-out; }
        .my-orders-list li .address-block a:hover {
          background: #d70929;
          color: #fff; }
        .my-orders-list li .address-block a svg {
          display: inline-block;
          margin-right: 7px;
          vertical-align: middle;
          height: 15px; }
    .my-orders-list li > a {
      width: calc(100% - 40px);
      padding-left: 20px;
      color: #000;
      text-decoration: none; }
      .my-orders-list li > a:hover {
        text-decoration: underline; }

[data-mask="header-button"] {
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-decoration: none;
  text-align: center;
  color: white;
  background: transparent;
  font-size: 16px; }
  @media (min-width: 660px) {
    [data-mask="header-button"] {
      width: calc(8.8888888889vw - 18.6666666667px); } }
  @media (min-width: 1200px) {
    [data-mask="header-button"] {
      width: 88px; } }
  @media (min-width: 660px) {
    [data-mask="header-button"] {
      height: calc(6.6666666667vw - 4px); } }
  @media (min-width: 1200px) {
    [data-mask="header-button"] {
      height: 76px; } }
  @media (min-width: 768px) {
    [data-mask="header-button"] {
      font-size: calc(2.0833333333vw + 0px); } }
  @media (min-width: 1200px) {
    [data-mask="header-button"] {
      font-size: 25px; } }
  [data-mask="header-button"] span {
    width: 100%;
    font-weight: 300;
    font-size: 10px;
    margin-top: 6px; }
    @media (min-width: 768px) {
      [data-mask="header-button"] span {
        font-size: calc(0.6944444444vw + 4.6666666667px); } }
    @media (min-width: 1200px) {
      [data-mask="header-button"] span {
        font-size: 13px; } }
    @media (min-width: 768px) {
      [data-mask="header-button"] span {
        margin-top: calc(0.9259259259vw - 1.1111111111px); } }
    @media (min-width: 1200px) {
      [data-mask="header-button"] span {
        margin-top: 10px; } }
    @media (max-width: 660px) {
      [data-mask="header-button"] span {
        display: none; } }

.easyClevero-header-1 {
  background: #fff;
  position: relative;
  z-index: 2; }
  @media (max-width: 1100px) {
    .easyClevero-header-1 {
      padding: 0 14px; }
      .easyClevero-header-1 .frame {
        padding: 0; } }

.easyClevero-logo {
  position: relative; }
  .easyClevero-logo .header-claim {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 100;
    font-size: 1px;
    z-index: -1;
    color: #fff; }
    .easyClevero-logo .header-claim:before {
      display: none; }
  .easyClevero-logo a,
  .easyClevero-logo img {
    display: block; }
  .easyClevero-logo svg {
    width: 120px;
    height: 33px; }
    @media (min-width: 1100px) {
      .easyClevero-logo svg {
        width: calc(17.6829268293vw - 74.512195122px); } }
    @media (min-width: 1920px) {
      .easyClevero-logo svg {
        width: 265px; } }
    @media (min-width: 1100px) {
      .easyClevero-logo svg {
        height: calc(8.9024390244vw - 64.9268292683px); } }
    @media (min-width: 1920px) {
      .easyClevero-logo svg {
        height: 106px; } }

.header-top {
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 1100px) {
    .header-top {
      padding-top: calc(2.4390243902vw - 16.8292682927px); } }
  @media (min-width: 1920px) {
    .header-top {
      padding-top: 30px; } }
  @media (min-width: 1100px) {
    .header-top {
      padding-bottom: calc(2.4390243902vw - 16.8292682927px); } }
  @media (min-width: 1920px) {
    .header-top {
      padding-bottom: 30px; } }
  .header-top .frame {
    display: flex; }
  .header-top .header-right {
    flex: 1; }
    .header-top .header-right .cart-box-button {
      position: relative; }
      @media (max-width: 1100px) and (min-width: 501px) {
        .header-top .header-right .cart-box-button {
          display: none; } }
      @media (max-width: 500px) {
        .header-top .header-right .cart-box-button {
          display: block;
          padding: 25px 0;
          left: 50%;
          transform: translateX(-50%);
          position: relative; }
          .header-top .header-right .cart-box-button a {
            margin-right: 0; } }
    @media (max-width: 1100px) {
      .header-top .header-right {
        opacity: 0;
        transition: 0.5s;
        visibility: hidden; }
        .header-top .header-right.open {
          opacity: 1;
          visibility: initial; } }
    .header-top .header-right .navigation-mobile {
      background: #d70929;
      width: 100%;
      margin-bottom: 25px; }
      @media (max-width: 850px) {
        .header-top .header-right .navigation-mobile {
          padding-bottom: 25px; } }
      .header-top .header-right .navigation-mobile ul {
        list-style: none; }
        @media (max-width: 850px) {
          .header-top .header-right .navigation-mobile ul {
            flex-direction: column;
            align-items: center; } }
        .header-top .header-right .navigation-mobile ul li:last-of-type {
          position: relative; }
          @media (max-width: 850px) {
            .header-top .header-right .navigation-mobile ul li:last-of-type a {
              padding: 30px;
              border-top: 1px solid #fff;
              border-bottom: 1px solid #fff;
              margin-top: 30px; } }
          .header-top .header-right .navigation-mobile ul li:last-of-type:before {
            content: "";
            width: 1px;
            position: absolute;
            background: #fff;
            left: 0;
            top: 0;
            bottom: 0; }
            @media (max-width: 850px) {
              .header-top .header-right .navigation-mobile ul li:last-of-type:before {
                display: none; } }
      .header-top .header-right .navigation-mobile a {
        color: white;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 16px;
        transition: .5s;
        letter-spacing: 2px;
        padding: 25px 0;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        align-items: center; }
        @media (min-width: 980px) {
          .header-top .header-right .navigation-mobile a {
            padding-left: calc(12.5vw - 107.5px); } }
        @media (min-width: 1100px) {
          .header-top .header-right .navigation-mobile a {
            padding-left: 30px; } }
        @media (min-width: 980px) {
          .header-top .header-right .navigation-mobile a {
            padding-right: calc(12.5vw - 107.5px); } }
        @media (min-width: 1100px) {
          .header-top .header-right .navigation-mobile a {
            padding-right: 30px; } }
        @media (max-width: 850px) {
          .header-top .header-right .navigation-mobile a {
            padding-top: 30px;
            padding-bottom: 0; } }
      @media (min-width: 1101px) {
        .header-top .header-right .navigation-mobile {
          display: none; } }
      .header-top .header-right .navigation-mobile .button-eshop svg {
        margin-right: 15px;
        height: 19px;
        width: 21px; }
    @media (max-width: 1100px) {
      .header-top .header-right {
        position: absolute;
        width: 100%;
        top: 71px;
        border: 1px solid #d70929;
        background: #fff;
        left: 0;
        padding: 15px 15px 30px 15px; } }
    .header-top .header-right .right-block-bottom {
      margin-top: 12px; }
      @media (min-width: 1100px) {
        .header-top .header-right .right-block-bottom {
          margin-top: calc(1.2195121951vw - 1.4146341463px); } }
      @media (min-width: 1920px) {
        .header-top .header-right .right-block-bottom {
          margin-top: 22px; } }
      @media (max-width: 1100px) {
        .header-top .header-right .right-block-bottom {
          display: none; } }
      .header-top .header-right .right-block-bottom a {
        display: flex;
        align-items: center;
        letter-spacing: 2px;
        text-decoration: none; }
        .header-top .header-right .right-block-bottom a svg {
          margin-right: 10px; }
        .header-top .header-right .right-block-bottom a:hover {
          text-decoration: underline; }
        .header-top .header-right .right-block-bottom a:last-of-type {
          margin-left: 40px; }
    @media (max-width: 1100px) {
      .header-top .header-right .buttons {
        display: none; } }
    @media (max-width: 767px) {
      .header-top .header-right .buttons {
        display: flex;
        width: 50%;
        margin-left: 0; } }
    @media (max-width: 690px) {
      .header-top .header-right .buttons {
        width: 100%;
        justify-content: center;
        align-items: initial;
        margin-bottom: 20px; } }
    .header-top .header-right .buttons-color {
      justify-content: center;
      align-items: center; }
      @media (min-width: 501px) and (max-width: 1100px) {
        .header-top .header-right .buttons-color {
          display: none; } }
      @media (max-width: 500px) {
        .header-top .header-right .buttons-color {
          width: 100%;
          position: relative; } }
  .header-top .buttons-color {
    display: flex; }
    .header-top .buttons-color-inner--button {
      margin: 0;
      padding: 6px;
      background: #d70929;
      width: auto;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .5s;
      border: 1px solid #fff; }
      @media (min-width: 480px) {
        .header-top .buttons-color-inner--button {
          padding: calc(0.8870967742vw + 1.7419354839px); } }
      @media (min-width: 1100px) {
        .header-top .buttons-color-inner--button {
          padding: calc(0.7317073171vw + 3.4512195122px); } }
      @media (min-width: 1920px) {
        .header-top .buttons-color-inner--button {
          padding: 17.5px; } }
      .header-top .buttons-color-inner--button:first-of-type {
        margin-left: -1px; }
      .header-top .buttons-color-inner--button:hover {
        background: #f84e69; }
    .header-top .buttons-color-inner svg {
      width: 26.17px;
      height: 26.17px; }
      @media (max-width: 480px) {
        .header-top .buttons-color-inner svg {
          width: 20px;
          height: 20px; } }
      .header-top .buttons-color-inner svg path, .header-top .buttons-color-inner svg polygon {
        fill: #fff !important; }
  .header-top .links a {
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    margin-right: 10px; }
    @media (min-width: 1100px) {
      .header-top .links a {
        margin-right: calc(13.1578947368vw - 134.736842105px); } }
    @media (min-width: 1366px) {
      .header-top .links a {
        margin-right: 45px; } }
    @media (max-width: 1380px) {
      .header-top .links a {
        font-size: 14px; } }
    .header-top .links a:last-of-type {
      margin-right: 0; }
    .header-top .links a:hover {
      text-decoration: underline; }
  @media (max-width: 1100px) {
    .header-top .links {
      flex-direction: row;
      justify-content: space-around;
      width: 100%;
      padding: 15px 0;
      display: flex;
      text-align: center; } }
  @media (max-width: 600px) {
    .header-top .links {
      flex-direction: column; }
      .header-top .links a {
        margin-bottom: 10px;
        margin-right: 0; } }
  @media (max-width: 1100px) {
    .header-top .buttons, .header-top .contact-mobile {
      margin-left: 0;
      display: flex;
      justify-content: center;
      margin-top: 0 !important; } }
  @media (max-width: 690px) {
    .header-top .buttons, .header-top .contact-mobile {
      width: 100%;
      justify-content: center;
      align-items: center; } }
  .header-top .contact-mobile {
    display: flex !important;
    width: 100%;
    justify-content: center; }
    @media (min-width: 1101px) {
      .header-top .contact-mobile {
        display: none !important; } }
    @media (max-width: 767px) {
      .header-top .contact-mobile {
        flex-direction: column;
        width: 50%;
        align-items: center; }
        .header-top .contact-mobile a:last-of-type {
          margin-left: 0 !important; }
        .header-top .contact-mobile a:first-of-type {
          margin-bottom: 10px; } }
    @media (max-width: 550px) {
      .header-top .contact-mobile {
        width: 100%; } }
  .header-top .buttons {
    display: flex;
    margin-left: 20px;
    margin-right: 0px; }
    @media (min-width: 1100px) {
      .header-top .buttons {
        margin-left: calc(9.756097561vw - 87.3170731707px); } }
    @media (min-width: 1920px) {
      .header-top .buttons {
        margin-left: 100px; } }
    @media (min-width: 1100px) {
      .header-top .buttons {
        margin-right: calc(4.8780487805vw - 53.6585365854px); } }
    @media (min-width: 1920px) {
      .header-top .buttons {
        margin-right: 40px; } }
    @media (max-width: 1200px) {
      .header-top .buttons {
        margin-left: 20px; } }
    @media (max-width: 767px) {
      .header-top .buttons {
        margin-right: 0; } }
    .header-top .buttons a {
      padding: 10px;
      border: 1px solid #000;
      margin-left: -1px;
      position: relative; }
      @media (min-width: 1100px) {
        .header-top .buttons a {
          padding: calc(0.7317073171vw + 1.9512195122px); } }
      @media (min-width: 1920px) {
        .header-top .buttons a {
          padding: 16px; } }
      .header-top .buttons a:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(215, 9, 41, 0.2);
        position: absolute;
        transform: scale(0);
        transition: 0.5s;
        top: 0;
        left: 0; }
      .header-top .buttons a:hover:before {
        transform: scale(1); }
  .header-top .button {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 44px;
    padding-right: 44px;
    background: #d70929;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    letter-spacing: 2px;
    line-height: initial;
    height: auto;
    font-weight: 700;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 1px; }
    @media (min-width: 1100px) {
      .header-top .button {
        padding-top: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .header-top .button {
        padding-top: 20px; } }
    @media (min-width: 1100px) {
      .header-top .button {
        padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .header-top .button {
        padding-bottom: 20px; } }
    @media (min-width: 1100px) {
      .header-top .button {
        padding-left: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .header-top .button {
        padding-left: 60px; } }
    @media (min-width: 1100px) {
      .header-top .button {
        padding-right: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .header-top .button {
        padding-right: 60px; } }
    .header-top .button:hover {
      background: #f84e69; }
      .header-top .button:hover:before {
        display: none; }
    @media (max-width: 1380px) {
      .header-top .button {
        font-size: 12px;
        padding: 17px 11px !important; } }

@media (max-width: 500px) {
  .cart-box-button {
    display: none; } }

.cart-box-button.active .cart-open-button {
  background: #f84e69; }
  .cart-box-button.active .cart-open-button .count-wrap {
    background: #d70929; }

.cart-box-button a {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 44px;
  padding-right: 44px;
  background: #77003e;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
  letter-spacing: 2px;
  line-height: initial;
  height: auto;
  display: inline-block;
  width: auto;
  flex-direction: row;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative; }
  @media (min-width: 1100px) {
    .cart-box-button a {
      padding-top: calc(0.487804878vw + 10.6341463415px); } }
  @media (min-width: 1920px) {
    .cart-box-button a {
      padding-top: 20px; } }
  @media (min-width: 1100px) {
    .cart-box-button a {
      padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
  @media (min-width: 1920px) {
    .cart-box-button a {
      padding-bottom: 20px; } }
  @media (min-width: 1100px) {
    .cart-box-button a {
      padding-left: calc(1.9512195122vw + 22.5365853659px); } }
  @media (min-width: 1920px) {
    .cart-box-button a {
      padding-left: 60px; } }
  @media (min-width: 1100px) {
    .cart-box-button a {
      padding-right: calc(1.9512195122vw + 22.5365853659px); } }
  @media (min-width: 1920px) {
    .cart-box-button a {
      padding-right: 60px; } }
  .cart-box-button a:hover {
    background: #d70929; }
    .cart-box-button a:hover:before {
      display: none; }
  @media (min-width: 1100px) {
    .cart-box-button a {
      padding-left: calc(1.4634146341vw + 11.9024390244px); } }
  @media (min-width: 1920px) {
    .cart-box-button a {
      padding-left: 40px; } }
  @media (min-width: 1100px) {
    .cart-box-button a {
      padding-right: calc(1.4634146341vw + 11.9024390244px); } }
  @media (min-width: 1920px) {
    .cart-box-button a {
      padding-right: 40px; } }
  @media (min-width: 1100px) {
    .cart-box-button a {
      padding-top: calc(0.6097560976vw + 6.2926829268px); } }
  @media (min-width: 1920px) {
    .cart-box-button a {
      padding-top: 18px; } }
  @media (min-width: 1100px) {
    .cart-box-button a {
      padding-bottom: calc(0.6097560976vw + 6.2926829268px); } }
  @media (min-width: 1920px) {
    .cart-box-button a {
      padding-bottom: 18px; } }
  @media (max-width: 1100px) {
    .cart-box-button a {
      margin-left: 0;
      margin-right: 15px; } }
  .cart-box-button a span {
    width: auto;
    margin-top: 0;
    font-size: 16px; }
    @media (max-width: 600px) {
      .cart-box-button a span {
        display: initial; } }
  .cart-box-button a svg {
    margin-right: 15px; }
  .cart-box-button a:hover .count-wrap {
    background: #d70929; }
  .cart-box-button a .count-wrap {
    border-radius: 50%;
    background: #f84e69;
    color: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    bottom: 10px;
    transition: 0.5s; }
    @media (max-width: 1100px) {
      .cart-box-button a .count-wrap {
        right: 5px;
        bottom: 5px; } }
    .cart-box-button a .count-wrap span {
      font-size: 12px;
      line-height: 20px;
      font-weight: 700;
      letter-spacing: 0; }

.HeaderSearch {
  margin-right: 80px;
  position: relative;
  z-index: 3; }
  @media (max-width: 1300px) {
    .HeaderSearch {
      margin-right: 30px; } }
  @media (max-width: 1100px) {
    .HeaderSearch {
      margin-top: 6px; } }
  @media (max-width: 860px) {
    .HeaderSearch {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 14;
      margin: 0;
      transition: all .25s ease-in-out;
      transform-origin: top center;
      transform: scaleY(0);
      opacity: 0; }
      .HeaderSearch.open {
        transform: scaleY(1);
        opacity: 1; } }
  .HeaderSearch-open {
    display: none; }
    @media (max-width: 860px) {
      .HeaderSearch-open {
        display: flex; } }
  .HeaderSearch-holder {
    position: relative;
    width: 360px; }
    @media (max-width: 1100px) {
      .HeaderSearch-holder {
        width: 250px; } }
    @media (max-width: 860px) {
      .HeaderSearch-holder {
        width: 100%; } }
    .HeaderSearch-holder input {
      width: 100%;
      border-bottom: 1px solid #d70929;
      height: 45px;
      padding: 10px 37px 16px 16px;
      letter-spacing: 1px; }
      @media (max-width: 860px) {
        .HeaderSearch-holder input {
          height: 100%;
          padding: 0 50px 0 18px; } }
    .HeaderSearch-holder button {
      position: absolute;
      right: 0;
      top: 4px;
      background: transparent;
      border: none;
      color: #000; }
      @media (max-width: 860px) {
        .HeaderSearch-holder button {
          top: 50%;
          transform: translateY(-50%);
          right: 17px; } }
  .HeaderSearch-results {
    overflow: auto;
    background: white;
    list-style-type: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #d70929;
    border-top: none;
    display: none; }
    .HeaderSearch-results .no-results {
      padding: 10px;
      font-size: 14px; }
    .HeaderSearch-results li {
      width: 100%; }
      .HeaderSearch-results li.header {
        padding: 10px;
        color: #d70929;
        font-weight: 700;
        text-transform: uppercase; }
      .HeaderSearch-results li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        min-height: 60px;
        text-decoration: none;
        border-bottom: 1px solid #ebebeb;
        padding: 6px;
        margin-left: 0 !important; }
        .HeaderSearch-results li a:hover .result-name {
          text-decoration: underline; }
        .HeaderSearch-results li a .thumbnail {
          width: 60px;
          margin-right: 6px; }
        .HeaderSearch-results li a .result-name,
        .HeaderSearch-results li a .result-type {
          width: calc(100% - 66px);
          padding-right: 10px;
          font-size: 14px;
          font-weight: 400; }
        .HeaderSearch-results li a .result-type {
          text-align: right;
          margin-left: 66px;
          color: #A2A2A2;
          font-size: 12px;
          font-weight: 400; }

.menu-wrap {
  background: #d70929; }
  @media (max-width: 1100px) {
    .menu-wrap {
      display: none; } }

.easyClevero-menu {
  flex: 1; }
  .easyClevero-menu .button-eshop {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 44px;
    padding-right: 44px;
    background: #d70929;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    letter-spacing: 2px;
    line-height: initial;
    height: auto;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 14px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-top: 0;
    border-bottom: 0;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px; }
    @media (min-width: 1100px) {
      .easyClevero-menu .button-eshop {
        padding-top: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .easyClevero-menu .button-eshop {
        padding-top: 20px; } }
    @media (min-width: 1100px) {
      .easyClevero-menu .button-eshop {
        padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .easyClevero-menu .button-eshop {
        padding-bottom: 20px; } }
    @media (min-width: 1100px) {
      .easyClevero-menu .button-eshop {
        padding-left: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .easyClevero-menu .button-eshop {
        padding-left: 60px; } }
    @media (min-width: 1100px) {
      .easyClevero-menu .button-eshop {
        padding-right: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .easyClevero-menu .button-eshop {
        padding-right: 60px; } }
    .easyClevero-menu .button-eshop:hover {
      background: #f84e69; }
      .easyClevero-menu .button-eshop:hover:before {
        display: none; }
    @media (min-width: 1748px) {
      .easyClevero-menu .button-eshop {
        right: calc(44.1860465116vw - 758.372093023px); } }
    @media (min-width: 1920px) {
      .easyClevero-menu .button-eshop {
        right: 90px; } }
    @media (min-width: 1100px) {
      .easyClevero-menu .button-eshop {
        padding-top: calc(1.4634146341vw - 0.0975609756px); } }
    @media (min-width: 1920px) {
      .easyClevero-menu .button-eshop {
        padding-top: 28px; } }
    @media (min-width: 1100px) {
      .easyClevero-menu .button-eshop {
        padding-bottom: calc(1.4634146341vw - 0.0975609756px); } }
    @media (min-width: 1920px) {
      .easyClevero-menu .button-eshop {
        padding-bottom: 28px; } }
    @media (max-width: 1100px) {
      .easyClevero-menu .button-eshop {
        display: none; } }
    .easyClevero-menu .button-eshop svg {
      margin-right: 15px; }
    .easyClevero-menu .button-eshop.open {
      background: #f84e69; }
  .easyClevero-menu nav {
    /*@media(max-width: 1344px) {

			ul {
				justify-content: end !important;
			}
		}*/ }
    @media (min-width: 1239px) {
      .easyClevero-menu nav .open-submenu {
        position: absolute;
        right: 8px;
        top: 6px;
        color: #fff;
        font-size: 14px;
        padding: 6px;
        transition: all .25s ease-in-out; }
      .easyClevero-menu nav.open {
        transform: scale(1);
        opacity: 1; } }
    @media (max-width: 1045px) {
      .easyClevero-menu nav {
        position: absolute;
        margin: 0;
        width: 320px;
        max-width: 100vw;
        right: 0;
        top: 100%;
        background: #000;
        transition: all .25s ease-in-out;
        overflow: hidden;
        transform-origin: top right;
        transform: scale(0);
        opacity: 0; }
        .easyClevero-menu nav > ul > li {
          width: 100%;
          border-bottom: 1px solid rgba(255, 255, 255, 0.1);
          position: relative; }
          .easyClevero-menu nav > ul > li > a {
            margin: 0;
            padding: 10px;
            text-align: center;
            display: block;
            text-decoration: none;
            color: #fff; }
          .easyClevero-menu nav > ul > li.opened > ul {
            max-height: 500px; }
          .easyClevero-menu nav > ul > li.opened .open-submenu {
            transform: rotate(-180deg); }
          .easyClevero-menu nav > ul > li > ul {
            background: rgba(72, 76, 84, 0.2);
            overflow: hidden;
            max-height: 0;
            transition: all .25s ease-in-out; }
            .easyClevero-menu nav > ul > li > ul li {
              position: relative; }
              .easyClevero-menu nav > ul > li > ul li a {
                color: #fff;
                text-decoration: none;
                text-align: center;
                display: block;
                font-weight: 300;
                font-size: 13px;
                padding: 10px 28px;
                border-top: 1px solid rgba(255, 255, 255, 0.08); }
            .easyClevero-menu nav > ul > li > ul ul {
              display: none; } }
    @media (min-width: 1046px) {
      .easyClevero-menu nav .open-submenu {
        display: none; }
      .easyClevero-menu nav > ul {
        list-style-type: none; }
        .easyClevero-menu nav > ul > li {
          position: relative;
          line-height: 59px; } }
    @media (min-width: 1046px) and (min-width: 1100px) {
      .easyClevero-menu nav > ul > li {
        line-height: calc(2.3170731707vw + 33.512195122px); } }
    @media (min-width: 1046px) and (min-width: 1920px) {
      .easyClevero-menu nav > ul > li {
        line-height: 78px; } }
    @media (min-width: 1046px) {
          .easyClevero-menu nav > ul > li > a {
            color: white;
            text-decoration: none;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 16px;
            margin-right: 12px;
            transition: .5s;
            letter-spacing: 2px;
            padding: 18px; } }
      @media (min-width: 1046px) and (min-width: 768px) {
        .easyClevero-menu nav > ul > li > a {
          margin-right: calc(0.9259259259vw + 4.8888888889px); } }
      @media (min-width: 1046px) and (min-width: 1200px) {
        .easyClevero-menu nav > ul > li > a {
          margin-right: 16px; } }
      @media (min-width: 1046px) and (min-width: 1100px) {
        .easyClevero-menu nav > ul > li > a {
          padding: calc(1.2195121951vw + 4.5853658537px); } }
      @media (min-width: 1046px) and (min-width: 1920px) {
        .easyClevero-menu nav > ul > li > a {
          padding: 28px; } }
    @media (min-width: 1046px) {
            .easyClevero-menu nav > ul > li > a:hover {
              background: #f84e69; }
          .easyClevero-menu nav > ul > li > ul {
            position: absolute;
            list-style: none;
            left: 50%;
            top: 218%;
            transform: translateX(-50%) scale(0);
            background: #000;
            border-top: 2px solid #484c54;
            opacity: 0;
            transition: all .25s ease-in-out;
            transform-origin: top center; }
            .easyClevero-menu nav > ul > li > ul:before {
              content: ' ';
              display: block;
              border: 5px solid;
              border-color: transparent transparent #484c54 transparent;
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              top: -12px; }
            .easyClevero-menu nav > ul > li > ul:after {
              content: ' ';
              display: block;
              position: absolute;
              width: 100%;
              height: 25px;
              left: 0;
              bottom: 100%; }
            .easyClevero-menu nav > ul > li > ul a {
              display: block;
              color: #fff;
              text-decoration: none;
              width: 210px;
              padding: 12px 15px 17px;
              border-bottom: 1px solid rgba(255, 255, 255, 0.12);
              font-weight: 200;
              font-size: 15px;
              transition: all .25s ease-in-out; }
              .easyClevero-menu nav > ul > li > ul a:hover {
                background: rgba(255, 255, 255, 0.12); }
          .easyClevero-menu nav > ul > li:hover > ul {
            transform: translateX(-50%) scale(1);
            opacity: 1; } }

.sub-menu {
  right: 14px;
  position: absolute;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #d70929; }
  @media (min-width: 1748px) {
    .sub-menu {
      right: calc(44.1860465116vw - 758.372093023px); } }
  @media (min-width: 1920px) {
    .sub-menu {
      right: 90px; } }
  .sub-menu.open {
    opacity: 1;
    visibility: visible; }
    @media (max-width: 1100px) {
      .sub-menu.open {
        display: none; } }
  .sub-menu .sortiment {
    background: #fff; }
    .sub-menu .sortiment .block {
      padding: 50px;
      display: flex; }
      .sub-menu .sortiment .block img {
        height: 65px;
        margin-right: 25px; }
      .sub-menu .sortiment .block .content {
        margin-top: 20px; }
    .sub-menu .sortiment h2 {
      margin-bottom: 30px; }
      .sub-menu .sortiment h2 a {
        font-size: 20px;
        color: #77003e;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none; }
        .sub-menu .sortiment h2 a:hover {
          text-decoration: underline; }
    .sub-menu .sortiment ul {
      list-style: none; }
      .sub-menu .sortiment ul a {
        font-size: 14px;
        letter-spacing: 1px;
        text-decoration: none;
        line-height: 28px; }
        .sub-menu .sortiment ul a:hover {
          text-decoration: underline; }
  .sub-menu .event {
    padding: 20px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
    background: url("/assets/images/event-bg.jpg") center center no-repeat;
    background-size: cover;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 280px;
    height: 350px;
    justify-content: space-between; }
    .sub-menu .event:before {
      content: "";
      position: absolute;
      width: 0px;
      height: 0px;
      border-top: 200px solid transparent;
      border-bottom: 200px solid transparent;
      border-left: 200px solid #77003e;
      opacity: 0.7;
      z-index: 5;
      transform: rotate(-135deg);
      top: -130px;
      left: -30px; }
    .sub-menu .event a {
      padding-top: 16px;
      padding-bottom: 16px;
      padding-left: 44px;
      padding-right: 44px;
      background: #77003e;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      transition: 0.5s;
      letter-spacing: 2px;
      line-height: initial;
      height: auto;
      display: inline-block;
      padding: 15px 20px !important; }
      @media (min-width: 1100px) {
        .sub-menu .event a {
          padding-top: calc(0.487804878vw + 10.6341463415px); } }
      @media (min-width: 1920px) {
        .sub-menu .event a {
          padding-top: 20px; } }
      @media (min-width: 1100px) {
        .sub-menu .event a {
          padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
      @media (min-width: 1920px) {
        .sub-menu .event a {
          padding-bottom: 20px; } }
      @media (min-width: 1100px) {
        .sub-menu .event a {
          padding-left: calc(1.9512195122vw + 22.5365853659px); } }
      @media (min-width: 1920px) {
        .sub-menu .event a {
          padding-left: 60px; } }
      @media (min-width: 1100px) {
        .sub-menu .event a {
          padding-right: calc(1.9512195122vw + 22.5365853659px); } }
      @media (min-width: 1920px) {
        .sub-menu .event a {
          padding-right: 60px; } }
      .sub-menu .event a:hover {
        background: #d70929; }
        .sub-menu .event a:hover:before {
          display: none; }
    .sub-menu .event .title {
      color: #fff;
      font-size: 24px;
      line-height: 36px;
      margin-bottom: 10px; }
    .sub-menu .event .button {
      text-align: center; }
    .sub-menu .event .text {
      position: relative;
      z-index: 10; }
    .sub-menu .event date {
      color: #fff;
      letter-spacing: 1px;
      font-size: 14px; }

.easyClevero-hmb {
  display: none;
  align-items: center;
  justify-content: space-between; }
  .easyClevero-hmb .buttons {
    display: flex; }
    @media (max-width: 767px) {
      .easyClevero-hmb .buttons {
        display: none; } }
  .easyClevero-hmb .buttons, .easyClevero-hmb .buttons-color {
    margin-left: 0;
    width: auto;
    margin-right: 15px; }
  @media (max-width: 420px) {
    .easyClevero-hmb .buttons-color {
      margin-right: 8px; } }
  @media (min-width: 1101px) {
    .easyClevero-hmb .easyClevero-search {
      display: none; } }
  .easyClevero-hmb a.responsive-nav-btn {
    width: 40px;
    height: 45px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer; }
    @media (max-width: 400px) {
      .easyClevero-hmb a.responsive-nav-btn {
        width: 30px; } }
    .easyClevero-hmb a.responsive-nav-btn span {
      display: block;
      position: absolute;
      height: 5px;
      width: 100%;
      background: #d70929;
      opacity: 1;
      left: 0;
      transform: rotate(0deg);
      transition: .25s ease-in-out; }
      .easyClevero-hmb a.responsive-nav-btn span:nth-child(1) {
        top: 0px; }
      .easyClevero-hmb a.responsive-nav-btn span:nth-child(2) {
        top: 12px; }
      .easyClevero-hmb a.responsive-nav-btn span:nth-child(3) {
        top: 24px; }
    .easyClevero-hmb a.responsive-nav-btn.open span:nth-child(1) {
      top: 16px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
    .easyClevero-hmb a.responsive-nav-btn.open span:nth-child(2) {
      opacity: 0;
      left: -60px; }
    .easyClevero-hmb a.responsive-nav-btn.open span:nth-child(3) {
      top: 16px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  @media (max-width: 1100px) {
    .easyClevero-hmb {
      display: flex; } }

@media (max-width: 500px) {
  .buttons-color-wrap {
    width: 100%;
    text-align: center;
    padding: 20px 0; } }

.easyClevero-header-functions .box {
  border: 1px solid white;
  margin-left: -1px; }
  .easyClevero-header-functions .box:first-child {
    margin-left: 0; }

.easyClevero-header-functions .easyClevero-cart {
  position: relative; }
  .easyClevero-header-functions .easyClevero-cart .count-cart {
    display: block;
    position: absolute;
    bottom: 7px;
    right: 3px;
    transform: translate(50%, 50%);
    width: auto; }
    .easyClevero-header-functions .easyClevero-cart .count-cart span {
      background: #fff;
      color: #000;
      font-size: 11px;
      font-weight: 800;
      border-radius: 50%;
      width: 20px;
      line-height: 19px;
      text-align: center;
      padding: 1px 0 0 1px;
      display: block; }
      @media (max-width: 860px) {
        .easyClevero-header-functions .easyClevero-cart .count-cart span {
          font-size: 9px;
          width: 17px;
          line-height: 14px;
          bottom: 1px;
          padding-bottom: 2px; } }

.easyClevero-header-functions .easyClevero-user {
  position: relative; }
  .easyClevero-header-functions .easyClevero-user .header-user {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    background: #000;
    min-width: 200px;
    display: none; }
    .easyClevero-header-functions .easyClevero-user .header-user .user-row {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      justify-content: flex-end; }
      .easyClevero-header-functions .easyClevero-user .header-user .user-row .user-name {
        color: white;
        text-align: right;
        transition: .5s;
        padding: 12px 10px;
        display: block;
        width: 100%;
        font-weight: 700;
        font-size: 15px; }
      .easyClevero-header-functions .easyClevero-user .header-user .user-row a {
        font-size: 12px;
        color: white;
        text-align: right;
        transition: .5s;
        padding: 12px 20px;
        display: block;
        width: 100%;
        text-decoration: none;
        position: relative;
        padding-right: 40px; }
        .easyClevero-header-functions .easyClevero-user .header-user .user-row a::before {
          position: absolute;
          right: 10px;
          top: 13px; }
        .easyClevero-header-functions .easyClevero-user .header-user .user-row a:hover {
          text-decoration: none;
          background: #666;
          color: white; }

.cart-holder {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 537px;
  transition: 0.5s;
  z-index: 99999;
  right: 0; }
  .cart-holder.active {
    opacity: 1;
    visibility: visible; }
  .cart-holder .cart-hover-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #f4f2ed; }
    .cart-holder .cart-hover-bottom a {
      display: inline-block;
      font-size: 13px;
      line-height: 32px;
      padding: 0 15px; }
    .cart-holder .cart-hover-bottom .totalPrice {
      letter-spacing: 2px; }
  .cart-holder a {
    margin-left: 0;
    padding: 0; }
  .cart-holder .items {
    background: #fff;
    border: 1px solid #000; }
  .cart-holder .cart-products-table {
    padding: 15px;
    margin-bottom: 0; }
  .cart-holder .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px; }
    .cart-holder .row:first-of-type {
      margin-top: 0; }
  .cart-holder .element.image {
    min-width: 15%; }
  .cart-holder .element .product-cart-name {
    background: none;
    font-size: 14px;
    font-weight: 700;
    color: #d70929; }
  .cart-holder .element.name {
    width: 50%;
    margin: 0 15px; }
  .cart-holder .element.count {
    width: 15%;
    text-align: center; }
  .cart-holder .element.price-vat {
    width: 20%;
    font-weight: 700; }
  .cart-holder .element.count, .cart-holder .element.price-vat {
    font-size: 14px;
    color: #000;
    letter-spacing: 2px; }

.banner {
  min-height: 100vh;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: -91px;
  padding-top: 91px; }
  @media (max-width: 980px) {
    .banner {
      background: url("/assets/images/nosreti-reality/bg-index.jpg") center center no-repeat; } }
  @media (min-width: 1100px) {
    .banner {
      margin-top: calc(-60vw + 569px); } }
  @media (min-width: 1240px) {
    .banner {
      margin-top: calc(-11.1764705882vw - 36.4117647059px); } }
  @media (min-width: 1920px) {
    .banner {
      margin-top: -251px; } }
  @media (min-width: 1100px) {
    .banner {
      padding-top: calc(60vw - 569px); } }
  @media (min-width: 1240px) {
    .banner {
      padding-top: calc(11.1764705882vw + 36.4117647059px); } }
  @media (min-width: 1920px) {
    .banner {
      padding-top: 251px; } }
  @media (max-width: 980px) {
    .banner {
      min-height: auto; } }
  .banner .video-cover {
    position: relative; }
    .banner .video-cover .video-holder {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      background-size: cover;
      z-index: 0; }
      .banner .video-cover .video-holder:before {
        content: "";
        background: rgba(255, 255, 255, 0.3);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .banner .video-cover .video-holder video {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (max-width: 980px) {
          .banner .video-cover .video-holder video {
            display: none; } }
  .banner:before {
    content: "";
    background: url("/assets/images/nosreti-reality/pozadi-banner.png") no-repeat;
    background-position-x: -430px;
    position: absolute;
    top: 90px;
    left: -60px;
    opacity: 0.7;
    width: 859px;
    height: 857px;
    z-index: 1; }
    @media (min-width: 320px) {
      .banner:before {
        background-position-x: calc(57.6923076923vw - 614.615384615px); } }
    @media (min-width: 580px) {
      .banner:before {
        background-position-x: calc(15.6488549618vw - 370.763358779px); } }
    @media (min-width: 1366px) {
      .banner:before {
        background-position-x: calc(11.0778443114vw - 308.323353293px); } }
    @media (min-width: 1700px) {
      .banner:before {
        background-position-x: calc(54.5454545455vw - 1047.27272727px); } }
    @media (min-width: 1920px) {
      .banner:before {
        background-position-x: 0; } }
    @media (min-width: 1100px) {
      .banner:before {
        top: calc(60vw - 570px); } }
    @media (min-width: 1240px) {
      .banner:before {
        top: calc(11.1764705882vw + 35.4117647059px); } }
    @media (min-width: 1920px) {
      .banner:before {
        top: 250px; } }
    @media (min-width: 1366px) {
      .banner:before {
        left: calc(1500vw - 20550px); } }
    @media (min-width: 1370px) {
      .banner:before {
        left: 0; } }
  .banner-text {
    padding-top: 60px;
    margin-left: 20px;
    position: relative;
    width: 495px;
    text-align: left;
    z-index: 1;
    line-height: 35px; }
    @media (min-width: 320px) {
      .banner-text {
        padding-top: calc(4.7801147228vw + 44.7036328872px); } }
    @media (min-width: 1366px) {
      .banner-text {
        padding-top: calc(9.2057761733vw - 15.7509025271px); } }
    @media (min-width: 1920px) {
      .banner-text {
        padding-top: 161px; } }
    @media (min-width: 320px) {
      .banner-text {
        margin-left: calc(23.2142857143vw - 54.2857142857px); } }
    @media (min-width: 768px) {
      .banner-text {
        margin-left: calc(12.7090301003vw + 26.3946488294px); } }
    @media (min-width: 1366) {
      .banner-text {
        margin-left: calc(27.0758122744vw - 169.855595668px); } }
    @media (min-width: 1920px) {
      .banner-text {
        margin-left: 350px; } }
    @media (min-width: 320px) {
      .banner-text {
        line-height: calc(2.1739130435vw + 28.0434782609px); } }
    @media (min-width: 1240px) {
      .banner-text {
        line-height: 55px; } }
    @media (max-width: 980px) {
      .banner-text {
        padding-bottom: 60px; } }
  @media (max-width: 980px) and (min-width: 320px) {
    .banner-text {
      padding-bottom: calc(4.7801147228vw + 44.7036328872px); } }
  @media (max-width: 980px) and (min-width: 1366px) {
    .banner-text {
      padding-bottom: 110px; } }
    .banner-text .big {
      font-family: "Open Sans Condensed", "Arial", sans-serif;
      font-size: 28px;
      text-transform: uppercase;
      letter-spacing: 2px; }
      @media (min-width: 320px) {
        .banner-text .big {
          font-size: calc(1.3043478261vw + 23.8260869565px); } }
      @media (min-width: 1240px) {
        .banner-text .big {
          font-size: 40px; } }
    .banner-text .podpis {
      font-size: 20px;
      display: block;
      margin-bottom: 48px;
      text-align: left; }
      @media (min-width: 320px) {
        .banner-text .podpis {
          font-size: calc(0.3824091778vw + 18.776290631px); } }
      @media (min-width: 1366px) {
        .banner-text .podpis {
          font-size: 24px; } }
      @media (min-width: 320px) {
        .banner-text .podpis {
          margin-bottom: calc(1.9120458891vw + 41.8814531549px); } }
      @media (min-width: 1366px) {
        .banner-text .podpis {
          margin-bottom: 68px; } }
    @media (max-width: 800px) {
      .banner-text {
        padding-bottom: 60px; } }
  @media (max-width: 800px) and (min-width: 320px) {
    .banner-text {
      padding-bottom: calc(4.7801147228vw + 44.7036328872px); } }
  @media (max-width: 800px) and (min-width: 1366px) {
    .banner-text {
      padding-bottom: 110px; } }
    @media (max-width: 580px) {
      .banner-text {
        width: 100%;
        margin-left: 0;
        padding: 40px; } }
  .banner .index-title {
    font-family: "Noto Serif";
    font-weight: 700;
    font-style: italic;
    font-size: 30px;
    line-height: 58px;
    margin-bottom: 38px;
    text-align: left; }
    @media (min-width: 320px) {
      .banner .index-title {
        font-size: calc(0.9560229446vw + 26.9407265774px); } }
    @media (min-width: 1366px) {
      .banner .index-title {
        font-size: 40px; } }
    @media (max-width: 580px) {
      .banner .index-title {
        width: 300px;
        line-height: initial; } }
  .banner .index-text-box-content {
    font-size: 20px;
    display: block;
    margin-bottom: 48px;
    text-align: left; }
    @media (min-width: 320px) {
      .banner .index-text-box-content {
        font-size: calc(0.3824091778vw + 18.776290631px); } }
    @media (min-width: 1366px) {
      .banner .index-text-box-content {
        font-size: 24px; } }
    @media (min-width: 320px) {
      .banner .index-text-box-content {
        margin-bottom: calc(1.9120458891vw + 41.8814531549px); } }
    @media (min-width: 1366px) {
      .banner .index-text-box-content {
        margin-bottom: 68px; } }
  .banner .button-play {
    position: absolute;
    bottom: 15vh;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8));
    z-index: 10;
    box-shadow: 0 0 0 #19355f;
    animation: pulse 2s infinite;
    border-radius: 50%; }
    @media (max-width: 980px) {
      .banner .button-play {
        display: none; } }
    .banner .button-play svg {
      fill: #fff;
      width: 94px;
      height: 94px;
      transition: 0.5s; }
    .banner .button-play:hover {
      cursor: pointer; }
      .banner .button-play:hover svg {
        fill: #cecece; }
  .banner .arrow-scroll {
    position: absolute;
    bottom: 8vh;
    z-index: 15;
    left: 50%;
    transform: rotate(270deg) translateY(-50%);
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8)); }
    @media (max-width: 980px) {
      .banner .arrow-scroll {
        display: none; } }
    .banner .arrow-scroll svg {
      display: block; }
      .banner .arrow-scroll svg path {
        transition: 0.5s; }
    .banner .arrow-scroll:hover svg path {
      fill: #cecece !important; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

.about-us {
  background: #fff url("/assets/images/nosreti-reality/photo-index-about.jpg") left top no-repeat;
  background-position-x: -178px;
  overflow: hidden;
  position: relative;
  padding-bottom: 140px;
  padding-top: 15px;
  max-width: 1920px;
  margin: 0 auto; }
  @media (min-width: 1240px) {
    .about-us {
      background-position-x: calc(22.2222222222vw - 453.555555556px); } }
  @media (min-width: 1366px) {
    .about-us {
      background-position-x: calc(27.0758122744vw - 519.855595668px); } }
  @media (min-width: 1920px) {
    .about-us {
      background-position-x: 0; } }
  @media (max-width: 1239px) {
    .about-us {
      padding-bottom: 80px; } }
  @media (max-width: 767px) {
    .about-us {
      padding-bottom: 0; } }
  .about-us:before {
    content: "";
    position: absolute;
    top: 67px;
    left: 684px;
    width: 67px;
    height: 2px;
    background: #fff; }
    @media (min-width: 1240px) {
      .about-us:before {
        left: calc(22.4vw + 406.24px); } }
    @media (min-width: 1365px) {
      .about-us:before {
        left: calc(-2700vw + 37567px); } }
    @media (min-width: 1366px) {
      .about-us:before {
        left: calc(27.0758122744vw + 315.144404332px); } }
    @media (min-width: 1920px) {
      .about-us:before {
        left: 835px; } }
    @media (max-width: 1365px) {
      .about-us:before {
        width: 40px; } }
    @media (max-width: 1239px) {
      .about-us:before {
        display: none; } }
  .about-us:after {
    content: "";
    position: absolute;
    top: 67px;
    left: 724px;
    width: 67px;
    height: 2px;
    background: #000; }
    @media (min-width: 1240px) {
      .about-us:after {
        left: calc(22.4vw + 446.24px); } }
    @media (min-width: 1365px) {
      .about-us:after {
        left: 752px; } }
    @media (min-width: 1366px) {
      .about-us:after {
        left: calc(27.0758122744vw + 382.144404332px); } }
    @media (min-width: 1920px) {
      .about-us:after {
        left: 902px; } }
    @media (max-width: 1365px) {
      .about-us:after {
        width: 40px; } }
    @media (max-width: 1239px) {
      .about-us:after {
        display: none; } }
  @media (max-width: 1239px) {
    .about-us {
      background: #f3f2f0;
      background-position: center; } }
  .about-us .text-about-us {
    position: relative;
    max-width: 388px;
    position: relative;
    left: 797px;
    padding-top: 29px; }
    @media (min-width: 1240px) {
      .about-us .text-about-us {
        max-width: calc(45.2380952381vw - 172.952380952px); } }
    @media (min-width: 1366px) {
      .about-us .text-about-us {
        max-width: calc(42.9602888087vw - 141.837545126px); } }
    @media (min-width: 1920px) {
      .about-us .text-about-us {
        max-width: 683px; } }
    @media (min-width: 1240px) {
      .about-us .text-about-us {
        left: calc(55.5555555556vw + 108.111111111px); } }
    @media (min-width: 1366px) {
      .about-us .text-about-us {
        left: calc(29.4223826715vw + 465.090252708px); } }
    @media (min-width: 1920px) {
      .about-us .text-about-us {
        left: 1030px; } }
    @media (max-width: 1239px) {
      .about-us .text-about-us {
        max-width: 100%;
        top: 0;
        left: 0;
        padding: 30px 25px 30px; } }
    .about-us .text-about-us h2 {
      font-family: "Open Sans Condensed", "Arial", sans-serif;
      font-size: 35px;
      margin-bottom: 40px;
      position: relative;
      text-transform: uppercase; }
      @media (min-width: 320px) {
        .about-us .text-about-us h2 {
          font-size: calc(0.7102272727vw + 32.7272727273px); } }
      @media (min-width: 1024px) {
        .about-us .text-about-us h2 {
          font-size: 40px; } }
      @media (min-width: 1366) {
        .about-us .text-about-us h2 {
          margin-bottom: calc(9.2057761733pxvw - 85.7509025271px); } }
      @media (min-width: 1920) {
        .about-us .text-about-us h2 {
          margin-bottom: 91px; } }
      .about-us .text-about-us h2:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 25px;
        height: 2px;
        background: #000; }
        @media (min-width: 1365px) {
          .about-us .text-about-us h2:before {
            left: calc(-5000vw + 68250px); } }
        @media (min-width: 1366px) {
          .about-us .text-about-us h2:before {
            left: calc(-60.5263157895vw + 776.789473684px); } }
        @media (min-width: 1480px) {
          .about-us .text-about-us h2:before {
            left: -119px; } }
        @media (min-width: 1366px) {
          .about-us .text-about-us h2:before {
            width: calc(36.8421052632vw - 478.263157895px); } }
        @media (min-width: 1480px) {
          .about-us .text-about-us h2:before {
            width: 67px; } }
        @media (min-width: 1239px) {
          .about-us .text-about-us h2:before {
            display: none; } }
      @media (min-width: 1240px) {
        .about-us .text-about-us h2 {
          padding-left: 0; } }
    .about-us .text-about-us p {
      line-height: 32px;
      letter-spacing: 1px;
      text-align: justify;
      max-width: 703px;
      margin-bottom: 13px; }
      .about-us .text-about-us p:last-of-type {
        margin-bottom: 30px; }
      @media (max-width: 1239px) {
        .about-us .text-about-us p {
          max-width: 100%; } }
    .about-us .text-about-us a.btn {
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #77003e;
      text-decoration: none;
      position: relative;
      padding-bottom: 24px; }
      .about-us .text-about-us a.btn:before {
        content: "";
        width: 12px;
        height: 12px;
        background: #77003e;
        border-radius: 50%;
        position: absolute;
        bottom: 0;
        left: 100%;
        transition: 1s; }
      .about-us .text-about-us a.btn:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #77003e;
        position: absolute;
        bottom: 5px;
        left: 0;
        transition: 1s; }
      .about-us .text-about-us a.btn:hover:after {
        width: 20%; }
      .about-us .text-about-us a.btn:hover:before {
        left: 20%; }
    .about-us .text-about-us img {
      width: 200px;
      right: 0;
      position: relative;
      float: right; }
      @media (min-width: 1240px) {
        .about-us .text-about-us img {
          right: calc(79.3650793651vw - 984.126984127px); } }
      @media (min-width: 1366px) {
        .about-us .text-about-us img {
          right: 100px; } }
      @media (max-width: 1239px) {
        .about-us .text-about-us img {
          display: none; } }
    .about-us .text-about-us svg {
      position: absolute;
      width: 130px;
      right: 70px;
      bottom: -110px;
      transform: rotate(-7deg); }
      @media (max-width: 1239px) {
        .about-us .text-about-us svg {
          bottom: -40px; } }
      @media (max-width: 767px) {
        .about-us .text-about-us svg {
          display: none; } }

h2.title {
  font-size: 35px;
  margin-bottom: 40px;
  font-family: "Open Sans Condensed", "Arial", sans-serif;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding-left: 38px; }
  @media (min-width: 320px) {
    h2.title {
      font-size: calc(0.7102272727vw + 32.7272727273px); } }
  @media (min-width: 1024px) {
    h2.title {
      font-size: 40px; } }
  @media (min-width: 320px) {
    h2.title {
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    h2.title {
      margin-bottom: calc(10.593220339vw - 41.3559322034px); } }
  @media (min-width: 1240px) {
    h2.title {
      margin-bottom: 90px; } }
  @media (min-width: 980px) {
    h2.title {
      padding-left: calc(16.4vw - 122.72px); } }
  @media (min-width: 1480px) {
    h2.title {
      padding-left: 120px; } }
  h2.title:before {
    content: "";
    position: absolute;
    top: 19px;
    left: 0;
    width: 25px;
    height: 2px;
    background: #000; }
    @media (min-width: 320px) {
      h2.title:before {
        top: calc(0.7102272727vw + 16.7272727273px); } }
    @media (min-width: 1024px) {
      h2.title:before {
        top: 24px; } }
    @media (min-width: 1366px) {
      h2.title:before {
        width: calc(36.8421052632vw - 478.263157895px); } }
    @media (min-width: 1480px) {
      h2.title:before {
        width: 67px; } }

.nabidka {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px; }
  .nabidka.is-spacer {
    margin: 0 !important; }
  .nabidka h3 {
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 36px 0 10px;
    font-weight: 300;
    line-height: 1.2;
    font-size: 19px; }
    .nabidka h3 a {
      text-decoration: none;
      color: #d70929; }
      .nabidka h3 a:hover {
        text-decoration: underline; }
  .nabidka .thumbnail {
    display: block;
    position: relative;
    text-decoration: none; }
  .nabidka .tags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 15px; }
    .nabidka .tags .tag {
      background: #000;
      color: #fff;
      padding: .6em .9em;
      font-size: 12px;
      margin: 0 0 3px;
      text-transform: uppercase;
      font-weight: 600; }
      .nabidka .tags .tag.reserved {
        background: #d70929; }
  .nabidka header {
    margin-bottom: 30px;
    padding: 0 16px; }
  .nabidka .aviability {
    color: #545454;
    font-size: .8em; }
  .nabidka .price {
    margin: .7em 0 1.3em;
    padding: 0 16px; }
    .nabidka .price span {
      font-size: 21px;
      font-weight: 700;
      color: #d70929; }
    .nabidka .price small {
      display: block;
      color: #898989;
      margin-top: .5em; }
  .nabidka a.btn {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 44px;
    padding-right: 44px;
    background: #d70929;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    letter-spacing: 2px;
    line-height: initial;
    height: auto;
    font-weight: 700;
    display: inline-block;
    padding: 16px 26px !important;
    font-size: 12px; }
    @media (min-width: 1100px) {
      .nabidka a.btn {
        padding-top: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .nabidka a.btn {
        padding-top: 20px; } }
    @media (min-width: 1100px) {
      .nabidka a.btn {
        padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .nabidka a.btn {
        padding-bottom: 20px; } }
    @media (min-width: 1100px) {
      .nabidka a.btn {
        padding-left: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .nabidka a.btn {
        padding-left: 60px; } }
    @media (min-width: 1100px) {
      .nabidka a.btn {
        padding-right: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .nabidka a.btn {
        padding-right: 60px; } }
    .nabidka a.btn:hover {
      background: #f84e69; }
      .nabidka a.btn:hover:before {
        display: none; }
  .nabidka figure {
    margin: 0; }

@media (max-width: 1300px) {
  .jednaci-prostory-content .nabidka {
    width: 33%; } }

@media (max-width: 850px) {
  .jednaci-prostory-content .nabidka {
    width: 49%;
    margin-bottom: 30px; } }

@media (max-width: 650px) {
  .jednaci-prostory-content .nabidka {
    width: 100%; }
    .jednaci-prostory-content .nabidka:not(:last-of-type) {
      margin-bottom: 100px; } }

.top-nabidky {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media (min-width: 320px) {
    .top-nabidky {
      margin-top: calc(2.8680688337vw + 40.8221797323px); } }
  @media (min-width: 1366px) {
    .top-nabidky {
      margin-top: 80px; } }
  @media (min-width: 320px) {
    .top-nabidky {
      margin-bottom: calc(10.5162523901vw + 16.3479923518px); } }
  @media (min-width: 1366px) {
    .top-nabidky {
      margin-bottom: 160px; } }
  .top-nabidky .catalog {
    padding-top: 0 !important; }
  .top-nabidky .holder {
    position: relative; }
  .top-nabidky .nabidka {
    width: 100%; }
  .top-nabidky .swiper-container {
    position: relative; }
    @media (max-width: 1700px) {
      .top-nabidky .swiper-container {
        margin: 0 60px; } }
    @media (max-width: 650px) {
      .top-nabidky .swiper-container {
        margin: 0 30px; } }
  .top-nabidky .swiper-button-prev, .top-nabidky .swiper-button-next {
    width: 5px;
    height: 5px;
    visibility: hidden;
    opacity: 0; }
  .top-nabidky .swiper-button {
    position: absolute;
    width: 116px;
    height: 116px;
    top: 202px;
    transform: translateY(-50%); }
    @media (min-width: 320px) {
      .top-nabidky .swiper-button {
        top: calc(15.625vw + 152px); } }
    @media (min-width: 768px) {
      .top-nabidky .swiper-button {
        top: calc(-7800vw + 60176px); } }
    @media (min-width: 769px) {
      .top-nabidky .swiper-button {
        top: calc(29.8578199052vw - 35.6066350711px); } }
    @media (min-width: 980px) {
      .top-nabidky .swiper-button {
        top: calc(-93.1818181818vw + 1170.18181818px); } }
    @media (min-width: 1024px) {
      .top-nabidky .swiper-button {
        top: calc(21.0526315789vw + 0.4210526316px); } }
    @media (min-width: 1366px) {
      .top-nabidky .swiper-button {
        top: calc(9.5808383234vw + 157.125748503px); } }
    @media (min-width: 1700px) {
      .top-nabidky .swiper-button {
        top: calc(4.5454545455vw + 242.727272727px); } }
    @media (min-width: 1920px) {
      .top-nabidky .swiper-button {
        top: 330px; } }
    @media (max-width: 1360px) {
      .top-nabidky .swiper-button {
        width: 60px;
        height: 60px; } }
    @media (max-width: 650px) {
      .top-nabidky .swiper-button {
        width: 32px;
        height: 32px; } }
    .top-nabidky .swiper-button:hover {
      cursor: pointer; }
      .top-nabidky .swiper-button:hover:before {
        border-color: #d70929; }
    .top-nabidky .swiper-button:before {
      content: "";
      width: 80px;
      height: 80px;
      border-left: 2px solid #c7c7c7;
      border-bottom: 2px solid #c7c7c7;
      position: absolute;
      transition: 0.5s; }
      @media (max-width: 1700px) {
        .top-nabidky .swiper-button:before {
          width: 40px;
          height: 40px; } }
      @media (max-width: 650px) {
        .top-nabidky .swiper-button:before {
          display: none; } }
    .top-nabidky .swiper-button-p {
      left: 0; }
      @media (min-width: 1600px) {
        .top-nabidky .swiper-button-p {
          left: calc(-50vw + 800px); } }
      @media (min-width: 1700px) {
        .top-nabidky .swiper-button-p {
          left: calc(-22.7272727273vw + 336.363636364px); } }
      @media (min-width: 1920px) {
        .top-nabidky .swiper-button-p {
          left: -100px; } }
      .top-nabidky .swiper-button-p:before {
        transform: rotate(45deg); }
        @media (max-width: 1700px) {
          .top-nabidky .swiper-button-p:before {
            left: 25px; } }
    .top-nabidky .swiper-button-n {
      right: -15px; }
      @media (min-width: 1600px) {
        .top-nabidky .swiper-button-n {
          right: calc(-65vw + 1025px); } }
      @media (min-width: 1700px) {
        .top-nabidky .swiper-button-n {
          right: calc(-22.7272727273vw + 306.363636364px); } }
      @media (min-width: 1920px) {
        .top-nabidky .swiper-button-n {
          right: -130px; } }
      .top-nabidky .swiper-button-n:before {
        transform: rotate(-135deg); }
        @media (max-width: 1700px) {
          .top-nabidky .swiper-button-n:before {
            right: 25px; } }

.estate-list-text {
  margin-bottom: 50px; }
  .estate-list-text .infoColumns > .content {
    justify-content: space-between !important; }
  .estate-list-text .infoColumns .infoColumnsRow .content {
    flex-direction: column; }
    .estate-list-text .infoColumns .infoColumnsRow .content .left {
      text-align: left; }

.estate-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.3em; }
  @media (max-width: 1300px) {
    .estate-list {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 850px) {
    .estate-list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 650px) {
    .estate-list {
      grid-template-columns: repeat(1, 1fr); } }
  .estate-list .nabidka {
    margin-bottom: 60px; }

.articles-hp.frame {
  margin-top: 50px; }
  @media (min-width: 320px) {
    .articles-hp.frame {
      margin-top: calc(4.4642857143vw + 35.7142857143px); } }
  @media (min-width: 768px) {
    .articles-hp.frame {
      margin-top: calc(14.1509433962vw - 38.679245283px); } }
  @media (min-width: 980px) {
    .articles-hp.frame {
      margin-top: calc(12.9533678756vw - 26.9430051813px); } }
  @media (min-width: 1366px) {
    .articles-hp.frame {
      margin-top: 150px; } }

.articles-hp.articles-offset {
  margin-bottom: 50px; }
  @media (min-width: 320px) {
    .articles-hp.articles-offset {
      margin-bottom: calc(4.4642857143vw + 35.7142857143px); } }
  @media (min-width: 768px) {
    .articles-hp.articles-offset {
      margin-bottom: calc(14.1509433962vw - 38.679245283px); } }
  @media (min-width: 980px) {
    .articles-hp.articles-offset {
      margin-bottom: calc(12.9533678756vw - 26.9430051813px); } }
  @media (min-width: 1366px) {
    .articles-hp.articles-offset {
      margin-bottom: 150px; } }

.articles-hp .easyClevero-news {
  position: relative; }
  .articles-hp .easyClevero-news h2 svg:first-of-type {
    width: 117px;
    height: 110px;
    opacity: 0.1;
    right: -50px;
    top: -21px; }
  .articles-hp .easyClevero-news h2 svg:last-of-type {
    width: 24px;
    height: 23px;
    opacity: 0.5;
    left: 57%;
    bottom: -31px; }
  .articles-hp .easyClevero-news-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem; }
    @media (min-width: 1300px) {
      .articles-hp .easyClevero-news-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  .articles-hp .easyClevero-news-box {
    margin: 0; }

.articles-hp .kalendar-akci h2 svg {
  opacity: 0.2;
  width: 117px;
  height: 110px;
  top: -8px;
  left: 44px; }

.articles-hp h2 {
  font-size: 35px;
  margin-bottom: 30px;
  font-family: "Open Sans Condensed", "Arial", sans-serif;
  position: relative;
  display: inline-block; }
  @media (min-width: 320px) {
    .articles-hp h2 {
      font-size: calc(0.3125vw + 34px); } }
  @media (min-width: 1920px) {
    .articles-hp h2 {
      font-size: 40px; } }
  @media (min-width: 320px) {
    .articles-hp h2 {
      margin-bottom: calc(13.4228187919vw - 12.9530201342px); } }
  @media (min-width: 767px) {
    .articles-hp h2 {
      margin-bottom: 90px; } }
  .articles-hp h2 svg {
    position: absolute; }

.articles-hp .events {
  position: relative;
  padding-left: 0; }
  @media (min-width: 1360px) {
    .articles-hp .events {
      padding-left: calc(416.666666667vw - 5666.66666667px); } }
  @media (min-width: 1366px) {
    .articles-hp .events {
      padding-left: calc(19.6850393701vw - 243.897637795px); } }
  @media (min-width: 1620px) {
    .articles-hp .events {
      padding-left: 75px; } }
  .articles-hp .events:before {
    content: "";
    background: #adadaa;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px; }
    @media (max-width: 1420px) {
      .articles-hp .events:before {
        display: none; } }
  .articles-hp .events .event {
    font-size: 16px;
    letter-spacing: 4px; }
    @media (max-width: 1360px) {
      .articles-hp .events .event {
        justify-content: space-around; } }
    @media (max-width: 767px) {
      .articles-hp .events .event {
        flex-direction: column;
        align-items: flex-start; } }
    .articles-hp .events .event:first-of-type .date, .articles-hp .events .event:first-of-type .right {
      padding-top: 0; }
    .articles-hp .events .event .date, .articles-hp .events .event .right {
      padding: 25px 0;
      border-bottom: 1px dotted #000; }
    .articles-hp .events .event .date {
      font-weight: 700;
      width: 20%;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      flex-direction: column; }
      @media (max-width: 767px) {
        .articles-hp .events .event .date {
          border-bottom: 0;
          padding-left: 0;
          width: auto; } }
      @media (max-width: 767px) {
        .articles-hp .events .event .date {
          flex-direction: row; } }
      .articles-hp .events .event .date .separator {
        width: 100%;
        text-align: center; }
        @media (max-width: 767px) {
          .articles-hp .events .event .date .separator {
            margin: 0 3px; } }
    .articles-hp .events .event .right {
      width: 70%; }
      @media (max-width: 1520px) and (min-width: 1361px) {
        .articles-hp .events .event .right {
          flex-direction: column;
          align-items: flex-start; } }
      .articles-hp .events .event .right-inner {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }
        @media (max-width: 600px) {
          .articles-hp .events .event .right-inner {
            flex-direction: column; }
            .articles-hp .events .event .right-inner a {
              margin-top: 15px; } }
      .articles-hp .events .event .right p {
        letter-spacing: 1px;
        line-height: 24px;
        margin-top: 15px; }
        @media (max-width: 1520px) and (min-width: 1361px) {
          .articles-hp .events .event .right p {
            margin-bottom: 15px; } }
        @media (max-width: 550px) {
          .articles-hp .events .event .right p {
            margin-bottom: 15px; } }
      @media (max-width: 767px) {
        .articles-hp .events .event .right {
          width: 100%;
          padding-top: 0; } }
      @media (max-width: 550px) {
        .articles-hp .events .event .right {
          display: inline-block; } }
    .articles-hp .events .event h3 {
      color: #d70929;
      font-family: "Open Sans Condensed", "Arial", sans-serif;
      text-transform: uppercase;
      width: 70%;
      line-height: 24px;
      letter-spacing: 2px; }
      @media (max-width: 550px) {
        .articles-hp .events .event h3 {
          width: 100%; } }
      .articles-hp .events .event h3 a {
        color: #d70929;
        text-decoration: none; }
        .articles-hp .events .event h3 a:hover {
          text-decoration: underline; }
    .articles-hp .events .event a.link {
      padding: 5px 10px;
      background: #d70929;
      color: #fff;
      font-weight: 700;
      font-size: 10px;
      text-decoration: none;
      transition: 0.5s;
      letter-spacing: 2px;
      text-transform: uppercase; }
      .articles-hp .events .event a.link:hover {
        background: #000; }

.gallery-hp {
  margin: 160px auto;
  max-width: 1920px;
  margin-bottom: 300px; }
  @media (min-width: 1240px) {
    .gallery-hp {
      margin-bottom: calc(-27.7777777778vw + 644.444444444px); } }
  @media (min-width: 1600px) {
    .gallery-hp {
      margin-bottom: calc(-12.5vw + 400px); } }
  @media (min-width: 1920px) {
    .gallery-hp {
      margin-bottom: 160px; } }
  @media (max-width: 1239px) {
    .gallery-hp {
      margin: 100px 14px 20px; } }
  .gallery-hp h2.title {
    margin-bottom: 30px;
    position: relative;
    display: block; }
    @media (max-width: 1239px) {
      .gallery-hp h2.title {
        margin-bottom: 60px; } }
  .gallery-hp .wrap {
    position: relative; }
    .gallery-hp .wrap svg {
      position: absolute; }
      .gallery-hp .wrap svg:first-of-type {
        width: 293px;
        height: 275px;
        opacity: 0.15;
        top: 76px;
        left: -75px; }
        @media (min-width: 320px) {
          .gallery-hp .wrap svg:first-of-type {
            top: calc(7vw + 53.6px); } }
        @media (min-width: 1920px) {
          .gallery-hp .wrap svg:first-of-type {
            top: 188px; } }
        @media (min-width: 320px) {
          .gallery-hp .wrap svg:first-of-type {
            left: calc(12.875vw - 116.2px); } }
        @media (min-width: 1920px) {
          .gallery-hp .wrap svg:first-of-type {
            left: 131px; } }
      .gallery-hp .wrap svg:last-of-type {
        width: 33px;
        height: 31px;
        opacity: 0.6;
        top: 313px;
        left: 14px; }
        @media (min-width: 320px) {
          .gallery-hp .wrap svg:last-of-type {
            top: calc(-5.5625vw + 330.8px); } }
        @media (min-width: 1920px) {
          .gallery-hp .wrap svg:last-of-type {
            top: 224px; } }
        @media (min-width: 320px) {
          .gallery-hp .wrap svg:last-of-type {
            left: calc(7.875vw - 11.2px); } }
        @media (min-width: 1920px) {
          .gallery-hp .wrap svg:last-of-type {
            left: 140px; } }
  .gallery-hp .row {
    flex-wrap: nowrap;
    position: relative; }
    .gallery-hp .row .img {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      overflow: hidden; }
      .gallery-hp .row .img img {
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: opacity 0.8s ease-in-out;
        -moz-transition: opacity 0.8s ease-in-out;
        -o-transition: opacity 0.8s ease-in-out;
        transition: opacity 0.8s ease-in-out; }
        .gallery-hp .row .img img.top:hover {
          opacity: 0; }
      .gallery-hp .row .img-1 {
        width: 437px;
        height: 254px; }
        @media (min-width: 1240px) {
          .gallery-hp .row .img-1 {
            width: calc(69.0476190476vw - 419.19047619px); } }
        @media (min-width: 1366px) {
          .gallery-hp .row .img-1 {
            width: calc(63.1768953069vw - 338.996389892px); } }
        @media (min-width: 1920px) {
          .gallery-hp .row .img-1 {
            width: 874px; } }
        @media (min-width: 767px) {
          .gallery-hp .row .img-1 {
            height: calc(25.6355932203vw + 57.375px); } }
        @media (min-width: 1239px) {
          .gallery-hp .row .img-1 {
            height: calc(-15500vw + 192420px); } }
        @media (min-width: 1240px) {
          .gallery-hp .row .img-1 {
            height: calc(34.9206349206vw - 213.015873016px); } }
        @media (min-width: 1366px) {
          .gallery-hp .row .img-1 {
            height: calc(31.7689530686vw - 169.963898917px); } }
        @media (min-width: 1920px) {
          .gallery-hp .row .img-1 {
            height: 440px; } }
        @media (max-width: 650px) {
          .gallery-hp .row .img-1 {
            background: url("/assets/images/nosreti-reality/galerie/foto-1-2.jpg") center center no-repeat; }
            .gallery-hp .row .img-1 img {
              display: none; } }
      .gallery-hp .row .img-2 {
        width: 452px;
        height: 254px;
        align-items: center; }
        @media (min-width: 1240px) {
          .gallery-hp .row .img-2 {
            width: calc(-72.2222222222vw + 1347.55555556px); } }
        @media (min-width: 1366px) {
          .gallery-hp .row .img-2 {
            width: calc(43.6823104693vw - 235.700361011px); } }
        @media (min-width: 1920px) {
          .gallery-hp .row .img-2 {
            width: 603px; } }
        @media (min-width: 767px) {
          .gallery-hp .row .img-2 {
            height: calc(25.6355932203vw + 57.375px); } }
        @media (min-width: 1239px) {
          .gallery-hp .row .img-2 {
            height: calc(-9400vw + 116841px); } }
        @media (min-width: 1240px) {
          .gallery-hp .row .img-2 {
            height: calc(44.4444444444vw - 270.111111111px); } }
        @media (min-width: 1366px) {
          .gallery-hp .row .img-2 {
            height: calc(40.6137184116vw - 217.783393502px); } }
        @media (min-width: 1920px) {
          .gallery-hp .row .img-2 {
            height: 562px; } }
      .gallery-hp .row .img-3 {
        width: 360px;
        height: 254px; }
        @media (min-width: 1240px) {
          .gallery-hp .row .img-3 {
            width: calc(57.1428571429vw - 348.571428571px); } }
        @media (min-width: 1366px) {
          .gallery-hp .row .img-3 {
            width: calc(51.9855595668vw - 278.122743682px); } }
        @media (min-width: 1920px) {
          .gallery-hp .row .img-3 {
            width: 720px; } }
        @media (min-width: 767px) {
          .gallery-hp .row .img-3 {
            height: calc(25.6355932203vw + 57.375px); } }
        @media (min-width: 1239px) {
          .gallery-hp .row .img-3 {
            height: calc(-13600vw + 168879px); } }
        @media (min-width: 1240px) {
          .gallery-hp .row .img-3 {
            height: calc(38.0952380952vw - 233.380952381px); } }
        @media (min-width: 1366px) {
          .gallery-hp .row .img-3 {
            height: calc(34.6570397112vw - 186.415162455px); } }
        @media (min-width: 1920px) {
          .gallery-hp .row .img-3 {
            height: 479px; } }
      .gallery-hp .row .img-4 {
        width: 336px;
        height: 254px; }
        @media (min-width: 1240px) {
          .gallery-hp .row .img-4 {
            width: calc(53.1746031746vw - 323.365079365px); } }
        @media (min-width: 1366px) {
          .gallery-hp .row .img-4 {
            width: calc(48.5559566787vw - 260.274368231px); } }
        @media (min-width: 1920px) {
          .gallery-hp .row .img-4 {
            width: 672px; } }
        @media (min-width: 767px) {
          .gallery-hp .row .img-4 {
            height: calc(25.6355932203vw + 57.375px); } }
        @media (min-width: 1239px) {
          .gallery-hp .row .img-4 {
            height: calc(-15100vw + 187464px); } }
        @media (min-width: 1240px) {
          .gallery-hp .row .img-4 {
            height: calc(34.9206349206vw - 209.015873016px); } }
        @media (min-width: 1366px) {
          .gallery-hp .row .img-4 {
            height: calc(32.4909747292vw - 175.826714801px); } }
        @media (min-width: 1920px) {
          .gallery-hp .row .img-4 {
            height: 448px; } }
    .gallery-hp .row:first-of-type {
      margin-right: 43px;
      margin-bottom: 20px;
      position: relative; }
      @media (min-width: 1240px) {
        .gallery-hp .row:first-of-type {
          margin-right: calc(6.3492063492vw - 35.7301587302px); } }
      @media (min-width: 1366px) {
        .gallery-hp .row:first-of-type {
          margin-right: calc(6.3176895307vw - 35.2996389892px); } }
      @media (min-width: 1920px) {
        .gallery-hp .row:first-of-type {
          margin-right: 86px; } }
      @media (max-width: 1239px) {
        .gallery-hp .row:first-of-type {
          margin-bottom: 0;
          margin-right: 0;
          justify-content: space-between; } }
      .gallery-hp .row:first-of-type .img:nth-of-type(2) {
        margin-left: 20px; }
        @media (max-width: 1239px) {
          .gallery-hp .row:first-of-type .img:nth-of-type(2) {
            margin-left: 0; } }
        @media (max-width: 650px) {
          .gallery-hp .row:first-of-type .img:nth-of-type(2) {
            display: none; } }
      @media (max-width: 1239px) {
        .gallery-hp .row:first-of-type .img {
          width: 49%; } }
      @media (max-width: 650px) {
        .gallery-hp .row:first-of-type .img:nth-of-type(1) {
          width: 90%;
          height: 280px;
          left: 50%;
          transform: translateX(-50%);
          position: absolute;
          top: 0; } }
    @media (max-width: 1239px) {
      .gallery-hp .row:last-of-type {
        flex-wrap: wrap; } }
    .gallery-hp .row:last-of-type .img:nth-of-type(1) {
      position: relative;
      top: -88px; }
      @media (min-width: 1240px) {
        .gallery-hp .row:last-of-type .img:nth-of-type(1) {
          top: calc(-34.9206349206vw + 345.015873016px); } }
      @media (min-width: 1366px) {
        .gallery-hp .row:last-of-type .img:nth-of-type(1) {
          top: calc(-7.9422382671vw - 23.5090252708px); } }
      @media (min-width: 1920px) {
        .gallery-hp .row:last-of-type .img:nth-of-type(1) {
          top: -176px; } }
      @media (max-width: 1239px) {
        .gallery-hp .row:last-of-type .img:nth-of-type(1) {
          top: 0;
          order: 2;
          width: 49%; } }
    @media (max-width: 1239px) {
      .gallery-hp .row:last-of-type .img:nth-of-type(2) {
        order: 3;
        width: 49%; } }
    @media (max-width: 650px) {
      .gallery-hp .row:last-of-type .img {
        display: none; } }
    .gallery-hp .row .text {
      padding-top: 260px;
      padding-right: 323px;
      padding-bottom: 47px;
      padding-left: 190px;
      background-color: #ebebeb;
      box-sizing: border-box;
      font-size: 16px;
      line-height: 32px;
      letter-spacing: 2px;
      width: 980px;
      height: 950px;
      position: absolute;
      top: -250px;
      right: 53px; }
      @media (min-width: 1240px) {
        .gallery-hp .row .text {
          padding-top: calc(79.3650793651vw - 724.126984127px); } }
      @media (min-width: 1366px) {
        .gallery-hp .row .text {
          padding-top: calc(7.2202166065vw + 261.371841155px); } }
      @media (min-width: 1920px) {
        .gallery-hp .row .text {
          padding-top: 400px; } }
      @media (min-width: 1240px) {
        .gallery-hp .row .text {
          padding-right: calc(61.1111111111vw - 434.777777778px); } }
      @media (min-width: 1366px) {
        .gallery-hp .row .text {
          padding-right: calc(44.5848375451vw - 209.028880866px); } }
      @media (min-width: 1920px) {
        .gallery-hp .row .text {
          padding-right: 647px; } }
      @media (min-width: 1240px) {
        .gallery-hp .row .text {
          padding-bottom: calc(19.0476190476vw - 189.19047619px); } }
      @media (min-width: 1366px) {
        .gallery-hp .row .text {
          padding-bottom: calc(4.3321299639vw + 11.8231046931px); } }
      @media (min-width: 1920px) {
        .gallery-hp .row .text {
          padding-bottom: 95px; } }
      @media (min-width: 1240px) {
        .gallery-hp .row .text {
          padding-left: calc(-79.3650793651vw + 1174.12698413px); } }
      @media (min-width: 1366px) {
        .gallery-hp .row .text {
          padding-left: calc(12.4548736462vw - 80.1335740072px); } }
      @media (min-width: 1920px) {
        .gallery-hp .row .text {
          padding-left: 159px; } }
      @media (min-width: 1240px) {
        .gallery-hp .row .text {
          width: calc(-70.6349206349vw + 1855.87301587px); } }
      @media (min-width: 1366px) {
        .gallery-hp .row .text {
          width: calc(53.7906137184vw + 156.220216606px); } }
      @media (min-width: 1920px) {
        .gallery-hp .row .text {
          width: 1189px; } }
      @media (min-width: 1240px) {
        .gallery-hp .row .text {
          top: calc(-99.2063492063vw + 980.158730159px); } }
      @media (min-width: 1366px) {
        .gallery-hp .row .text {
          top: calc(-13.8989169675vw - 185.140794224px); } }
      @media (min-width: 1920px) {
        .gallery-hp .row .text {
          top: -452px; } }
      @media (min-width: 1240px) {
        .gallery-hp .row .text {
          right: calc(21.4285714286vw - 212.714285714px); } }
      @media (min-width: 1366px) {
        .gallery-hp .row .text {
          right: calc(4.8736462094vw + 13.4259927798px); } }
      @media (min-width: 1920px) {
        .gallery-hp .row .text {
          right: 107px; } }
      @media (max-width: 1670px) {
        .gallery-hp .row .text {
          height: auto; } }
      @media (max-width: 1239px) {
        .gallery-hp .row .text {
          position: relative;
          width: 100%;
          padding: 50px;
          top: 0;
          left: 0;
          order: 1;
          margin: 20px 0; } }
      @media (max-width: 650px) {
        .gallery-hp .row .text {
          padding: 330px 10px 50px 10px; } }
      .gallery-hp .row .text p {
        margin-bottom: 63px; }
  .gallery-hp a.button {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 44px;
    padding-right: 44px;
    background: #d70929;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    letter-spacing: 2px;
    line-height: initial;
    height: auto;
    font-weight: 700; }
    @media (min-width: 1100px) {
      .gallery-hp a.button {
        padding-top: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .gallery-hp a.button {
        padding-top: 20px; } }
    @media (min-width: 1100px) {
      .gallery-hp a.button {
        padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .gallery-hp a.button {
        padding-bottom: 20px; } }
    @media (min-width: 1100px) {
      .gallery-hp a.button {
        padding-left: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .gallery-hp a.button {
        padding-left: 60px; } }
    @media (min-width: 1100px) {
      .gallery-hp a.button {
        padding-right: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .gallery-hp a.button {
        padding-right: 60px; } }
    .gallery-hp a.button:hover {
      background: #f84e69; }
      .gallery-hp a.button:hover:before {
        display: none; }

.easyClevero-hp-products {
  background: white;
  padding-top: 35px;
  padding-bottom: 35px; }
  @media (min-width: 1440px) {
    .easyClevero-hp-products {
      padding-top: calc(3.125vw - 10px); } }
  @media (min-width: 1920px) {
    .easyClevero-hp-products {
      padding-top: 50px; } }
  @media (min-width: 1440px) {
    .easyClevero-hp-products {
      padding-bottom: calc(3.125vw - 10px); } }
  @media (min-width: 1920px) {
    .easyClevero-hp-products {
      padding-bottom: 50px; } }
  .easyClevero-hp-products .headline {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #0490E0;
    font-size: 28px; }
    @media (min-width: 1440px) {
      .easyClevero-hp-products .headline {
        margin-bottom: calc(4.1666666667vw - 40px); } }
    @media (min-width: 1920px) {
      .easyClevero-hp-products .headline {
        margin-bottom: 40px; } }
    @media (min-width: 320px) {
      .easyClevero-hp-products .headline {
        font-size: calc(2.2727272727vw + 20.7272727273px); } }
    @media (min-width: 1200px) {
      .easyClevero-hp-products .headline {
        font-size: 48px; } }
  .easyClevero-hp-products .easyClevero-product-box-g {
    border-bottom: none; }

.easyClevero-hp-subscribe .headline {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #0490E0;
  font-size: 28px; }
  @media (min-width: 1440px) {
    .easyClevero-hp-subscribe .headline {
      margin-bottom: calc(4.1666666667vw - 40px); } }
  @media (min-width: 1920px) {
    .easyClevero-hp-subscribe .headline {
      margin-bottom: 40px; } }
  @media (min-width: 320px) {
    .easyClevero-hp-subscribe .headline {
      font-size: calc(2.2727272727vw + 20.7272727273px); } }
  @media (min-width: 1200px) {
    .easyClevero-hp-subscribe .headline {
      font-size: 48px; } }

.easyClevero-trustpoints {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #6BBEED; }
  @media (min-width: 1440px) {
    .easyClevero-trustpoints {
      padding-top: 35px; } }
  @media (min-width: 1920px) {
    .easyClevero-trustpoints {
      padding-top: 35px; } }
  @media (min-width: 1440px) {
    .easyClevero-trustpoints {
      padding-bottom: 35px; } }
  @media (min-width: 1920px) {
    .easyClevero-trustpoints {
      padding-bottom: 35px; } }
  .easyClevero-trustpoints .trust {
    width: calc((100% / 3 - 8px) + (8px / 3));
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center; }
    .easyClevero-trustpoints .trust:nth-child(3n+3) {
      margin-right: 0; }
    @media (min-width: 200px) {
      .easyClevero-trustpoints .trust {
        width: calc((100% / 1 - 8px) + (8px / 1));
        margin-right: 8px;
        margin-bottom: 8px; }
        .easyClevero-trustpoints .trust:nth-child(0n+0) {
          margin-right: 8px;
          margin-bottom: 8px; }
        .easyClevero-trustpoints .trust:nth-child(1n+1) {
          margin-right: 0; } }
    @media (min-width: 408px) {
      .easyClevero-trustpoints .trust {
        width: calc((100% / 2 - 8px) + (8px / 2));
        margin-right: 8px;
        margin-bottom: 8px; }
        .easyClevero-trustpoints .trust:nth-child(1n+1) {
          margin-right: 8px;
          margin-bottom: 8px; }
        .easyClevero-trustpoints .trust:nth-child(2n+2) {
          margin-right: 0; } }
    @media (min-width: 617px) {
      .easyClevero-trustpoints .trust {
        width: calc((100% / 3 - 8px) + (8px / 3));
        margin-right: 8px;
        margin-bottom: 8px; }
        .easyClevero-trustpoints .trust:nth-child(2n+2) {
          margin-right: 8px;
          margin-bottom: 8px; }
        .easyClevero-trustpoints .trust:nth-child(3n+3) {
          margin-right: 0; } }
    @media (min-width: 825px) {
      .easyClevero-trustpoints .trust {
        width: calc((100% / 3 - 8px) + (8px / 3));
        margin-right: 8px;
        margin-bottom: 8px; }
        .easyClevero-trustpoints .trust:nth-child(2n+2) {
          margin-right: 8px;
          margin-bottom: 8px; }
        .easyClevero-trustpoints .trust:nth-child(3n+3) {
          margin-right: 0; } }
    @media (min-width: 1033px) {
      .easyClevero-trustpoints .trust {
        width: calc((100% / 3 - 8px) + (8px / 3));
        margin-right: 8px;
        margin-bottom: 8px; }
        .easyClevero-trustpoints .trust:nth-child(2n+2) {
          margin-right: 8px;
          margin-bottom: 8px; }
        .easyClevero-trustpoints .trust:nth-child(3n+3) {
          margin-right: 0; } }
    @media (max-width: 200px) {
      .easyClevero-trustpoints .trust {
        width: 100%;
        max-width: 100%;
        margin-right: 0 !important; } }
    @media (max-width: 616px) {
      .easyClevero-trustpoints .trust:last-child {
        margin-top: 25px; } }
    @media (max-width: 407px) {
      .easyClevero-trustpoints .trust:nth-child(2) {
        margin-top: 25px; } }
    .easyClevero-trustpoints .trust .thumbnail {
      height: 90px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin: 0 auto; }
    .easyClevero-trustpoints .trust svg {
      width: 72px;
      height: 72px;
      display: block;
      margin-bottom: 20px; }
    .easyClevero-trustpoints .trust .title {
      text-transform: uppercase;
      color: white;
      font-weight: 600; }

.easyClevero-static-hp-panel {
  background: white;
  padding-top: 35px;
  padding-bottom: 35px; }
  @media (min-width: 1440px) {
    .easyClevero-static-hp-panel {
      padding-top: calc(3.125vw - 10px); } }
  @media (min-width: 1920px) {
    .easyClevero-static-hp-panel {
      padding-top: 50px; } }
  @media (min-width: 1440px) {
    .easyClevero-static-hp-panel {
      padding-bottom: calc(3.125vw - 10px); } }
  @media (min-width: 1920px) {
    .easyClevero-static-hp-panel {
      padding-bottom: 50px; } }
  .easyClevero-static-hp-panel img {
    max-width: 100%;
    display: block; }
  .easyClevero-static-hp-panel #panel-hp-1 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start; }
    .easyClevero-static-hp-panel #panel-hp-1 img {
      min-height: 266px;
      min-width: 723px; }
    .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content {
      z-index: 5;
      position: absolute;
      top: 0;
      right: 0;
      width: calc(50% + 30px);
      padding-top: 20px; }
      @media (min-width: 768px) {
        .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content {
          padding-top: calc(7.8703703704vw - 40.4444444444px); } }
      @media (min-width: 1200px) {
        .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content {
          padding-top: 54px; } }
      @media (max-width: 500px) {
        .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content {
          width: calc(80% + 30px); } }
      .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .title {
        color: #02507c;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 16px; }
        @media (min-width: 320px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .title {
            font-size: calc(2.2727272727vw + 20.7272727273px); } }
        @media (min-width: 1200px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .title {
            font-size: 48px; } }
        @media (min-width: 320px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .title {
            line-height: calc(2.1590909091vw + 27.0909090909px); } }
        @media (min-width: 1200px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .title {
            line-height: 53px; } }
        @media (min-width: 320px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .title {
            margin-bottom: calc(1.5909090909vw + 10.9090909091px); } }
        @media (min-width: 1200px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .title {
            margin-bottom: 30px; } }
      .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .content {
        color: #02507c;
        font-weight: 300;
        font-size: 14px;
        padding-left: 30px;
        margin-bottom: 30px; }
        @media (min-width: 320px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .content {
            font-size: calc(0.4545454545vw + 12.5454545455px); } }
        @media (min-width: 1200px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .content {
            font-size: 18px; } }
        @media (min-width: 320px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .content {
            padding-left: calc(3.9772727273vw + 17.2727272727px); } }
        @media (min-width: 1200px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .content {
            padding-left: 65px; } }
        @media (min-width: 768px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .content {
            margin-bottom: calc(16.2037037037vw - 94.4444444444px); } }
        @media (min-width: 1200px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .content {
            margin-bottom: 100px; } }
      .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .price {
        color: #02507c;
        font-weight: 700;
        font-size: 28px;
        padding-left: 60px; }
        @media (min-width: 320px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .price {
            font-size: calc(2.2727272727vw + 20.7272727273px); } }
        @media (min-width: 1200px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .price {
            font-size: 48px; } }
        @media (min-width: 320px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .price {
            padding-left: calc(7.3863636364vw + 36.3636363636px); } }
        @media (min-width: 1200px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .price {
            padding-left: 125px; } }

body.domain_nosreti_cz {
  overflow-x: hidden; }

@media print {
  header, footer {
    display: none; } }

.main-banner-hp {
  width: 100%; }
  .main-banner-hp img {
    max-width: 100%;
    display: block; }
    @media (max-width: 1200px) {
      .main-banner-hp img {
        min-width: 1200px;
        min-height: 526px; } }
    @media (max-width: 640px) {
      .main-banner-hp img {
        min-width: 640px;
        min-height: 290px; } }

.location_homepage .easyClevero-swiper-content {
  position: absolute;
  font-size: 48px;
  top: 19%;
  left: 0;
  width: 100%;
  color: #fff; }
  @media (max-width: 1200px) {
    .location_homepage .easyClevero-swiper-content {
      top: 50%;
      transform: translateY(-50%); } }
  .location_homepage .easyClevero-swiper-content .title,
  .location_homepage .easyClevero-swiper-content .content {
    max-width: 510px;
    position: relative;
    padding-left: 24px;
    margin-left: 40px;
    margin-bottom: 14px;
    text-shadow: 0 0 20px black;
    font-weight: 600; }
    @media (min-width: 768px) {
      .location_homepage .easyClevero-swiper-content .title,
      .location_homepage .easyClevero-swiper-content .content {
        padding-left: calc(2.3148148148vw + 6.2222222222px); } }
    @media (min-width: 1200px) {
      .location_homepage .easyClevero-swiper-content .title,
      .location_homepage .easyClevero-swiper-content .content {
        padding-left: 34px; } }
    @media (min-width: 768px) {
      .location_homepage .easyClevero-swiper-content .title,
      .location_homepage .easyClevero-swiper-content .content {
        margin-left: calc(9.2592592593vw - 31.1111111111px); } }
    @media (min-width: 1200px) {
      .location_homepage .easyClevero-swiper-content .title,
      .location_homepage .easyClevero-swiper-content .content {
        margin-left: 80px; } }
    @media (min-width: 768px) {
      .location_homepage .easyClevero-swiper-content .title,
      .location_homepage .easyClevero-swiper-content .content {
        margin-bottom: calc(2.5462962963vw - 5.5555555556px); } }
    @media (min-width: 1200px) {
      .location_homepage .easyClevero-swiper-content .title,
      .location_homepage .easyClevero-swiper-content .content {
        margin-bottom: 25px; } }
    @media (max-width: 500px) {
      .location_homepage .easyClevero-swiper-content .title,
      .location_homepage .easyClevero-swiper-content .content {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0; } }
  .location_homepage .easyClevero-swiper-content .title {
    font-size: 25px; }
    @media (min-width: 768px) {
      .location_homepage .easyClevero-swiper-content .title {
        font-size: calc(5.3240740741vw - 15.8888888889px); } }
    @media (min-width: 1200px) {
      .location_homepage .easyClevero-swiper-content .title {
        font-size: 48px; } }
  .location_homepage .easyClevero-swiper-content .content {
    font-size: 14px;
    padding-left: 24px; }
    @media (min-width: 768px) {
      .location_homepage .easyClevero-swiper-content .content {
        padding-left: calc(8.3333333333vw - 40px); } }
    @media (min-width: 1200px) {
      .location_homepage .easyClevero-swiper-content .content {
        padding-left: 60px; } }
    @media (max-width: 500px) {
      .location_homepage .easyClevero-swiper-content .content {
        padding-left: 0; } }
  .location_homepage .easyClevero-swiper-content .button_slider_holder {
    padding-left: 24px;
    margin-left: 40px; }
    @media (min-width: 768px) {
      .location_homepage .easyClevero-swiper-content .button_slider_holder {
        padding-left: calc(2.3148148148vw + 6.2222222222px); } }
    @media (min-width: 1200px) {
      .location_homepage .easyClevero-swiper-content .button_slider_holder {
        padding-left: 34px; } }
    @media (min-width: 768px) {
      .location_homepage .easyClevero-swiper-content .button_slider_holder {
        margin-left: calc(9.2592592593vw - 31.1111111111px); } }
    @media (min-width: 1200px) {
      .location_homepage .easyClevero-swiper-content .button_slider_holder {
        margin-left: 80px; } }
    @media (max-width: 500px) {
      .location_homepage .easyClevero-swiper-content .button_slider_holder {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0; } }
    .location_homepage .easyClevero-swiper-content .button_slider_holder .button_slider {
      height: 34px;
      line-height: 32px;
      padding-left: 20px;
      padding-right: 20px;
      font-size: 16px;
      border: 1px solid #6BBEED;
      display: inline-block;
      color: #fff;
      text-decoration: none;
      width: auto;
      position: relative;
      overflow: hidden;
      transform: perspective(1px) translateZ(0);
      background: #6BBEED;
      font-weight: 400;
      transition: all 0.5s ease-out; }
      @media (min-width: 768px) {
        .location_homepage .easyClevero-swiper-content .button_slider_holder .button_slider {
          height: calc(3.2407407407vw + 9.1111111111px); } }
      @media (min-width: 1200px) {
        .location_homepage .easyClevero-swiper-content .button_slider_holder .button_slider {
          height: 48px; } }
      @media (min-width: 768px) {
        .location_homepage .easyClevero-swiper-content .button_slider_holder .button_slider {
          line-height: calc(3.2407407407vw + 7.1111111111px); } }
      @media (min-width: 1200px) {
        .location_homepage .easyClevero-swiper-content .button_slider_holder .button_slider {
          line-height: 46px; } }
      @media (min-width: 768px) {
        .location_homepage .easyClevero-swiper-content .button_slider_holder .button_slider {
          padding-left: calc(6.4814814815vw - 29.7777777778px); } }
      @media (min-width: 1200px) {
        .location_homepage .easyClevero-swiper-content .button_slider_holder .button_slider {
          padding-left: 48px; } }
      @media (min-width: 768px) {
        .location_homepage .easyClevero-swiper-content .button_slider_holder .button_slider {
          padding-right: calc(6.4814814815vw - 29.7777777778px); } }
      @media (min-width: 1200px) {
        .location_homepage .easyClevero-swiper-content .button_slider_holder .button_slider {
          padding-right: 48px; } }
      .location_homepage .easyClevero-swiper-content .button_slider_holder .button_slider i {
        margin-right: 8px; }
      .location_homepage .easyClevero-swiper-content .button_slider_holder .button_slider::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0490E0;
        transform: scale(0);
        transition-property: transform;
        transition-duration: 0.5s;
        transition-timing-function: ease-out; }
      .location_homepage .easyClevero-swiper-content .button_slider_holder .button_slider:hover {
        color: #fff; }
        .location_homepage .easyClevero-swiper-content .button_slider_holder .button_slider:hover::before {
          transform: scale(2); }

.category-description {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 32px; }
  @media (min-width: 320px) {
    .category-description {
      margin-top: calc(2.0454545455vw + 11.4545454545px); } }
  @media (min-width: 1200px) {
    .category-description {
      margin-top: 36px; } }
  @media (min-width: 320px) {
    .category-description {
      margin-bottom: calc(0.8928571429vw + 29.1428571429px); } }
  @media (min-width: 768px) {
    .category-description {
      margin-bottom: calc(6.4814814815vw - 13.7777777778px); } }
  @media (min-width: 1200px) {
    .category-description {
      margin-bottom: 64px; } }
  .category-description header {
    width: 100%; }
    .category-description header .text {
      text-align: center;
      line-height: 32px;
      letter-spacing: 2px; }
  .category-description h1 {
    font-weight: 900;
    text-transform: uppercase;
    text-transform: none;
    position: relative; }
    .category-description h1:not(.title) {
      left: 0;
      transform: none; }
  .category-description p {
    max-width: 860px;
    margin: 0 auto; }
  .category-description .left-nav-2 {
    margin-top: 32px; }
    @media (min-width: 320px) {
      .category-description .left-nav-2 {
        margin-top: calc(1.8181818182vw + 26.1818181818px); } }
    @media (min-width: 1200) {
      .category-description .left-nav-2 {
        margin-top: 48px; } }
    .category-description .left-nav-2 > ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      flex-flow: column;
      letter-spacing: 2px;
      flex-flow: row wrap;
      justify-content: space-between; }
      @media (max-width: 980px) {
        .category-description .left-nav-2 > ul {
          display: block; } }
      .category-description .left-nav-2 > ul li {
        position: relative;
        width: 15%; }
        @media (max-width: 980px) {
          .category-description .left-nav-2 > ul li {
            width: 100%; }
            .category-description .left-nav-2 > ul li a {
              background: #77003e;
              color: #fff !important; } }
        .category-description .left-nav-2 > ul li > span, .category-description .left-nav-2 > ul li > a {
          color: #0490E0; }
        .category-description .left-nav-2 > ul li span {
          font-size: 15px;
          width: 30px;
          vertical-align: middle;
          display: inline-block;
          cursor: pointer;
          float: right;
          height: 100%;
          line-height: 38px;
          position: absolute;
          right: 0;
          top: 0;
          text-align: center; }
          .category-description .left-nav-2 > ul li span i {
            font-size: 13px;
            transition: .3s;
            display: inline-block;
            vertical-align: middle; }
        .category-description .left-nav-2 > ul li a {
          position: relative;
          font-weight: 500;
          color: #000;
          text-decoration: none;
          line-height: 21px;
          vertical-align: middle;
          display: inline-block;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          padding: .75rem 2rem;
          transition: all .3s ease-in-out;
          z-index: 1; }
          @media (min-width: 768px) {
            .category-description .left-nav-2 > ul li a {
              padding: 10px 15px; } }
          .category-description .left-nav-2 > ul li a:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: #77003e;
            transition: inherit;
            z-index: -1; }
          .category-description .left-nav-2 > ul li a:hover {
            color: #fff; }
            .category-description .left-nav-2 > ul li a:hover:after {
              height: 100%; }
          .category-description .left-nav-2 > ul li a.open {
            color: #fff; }
            .category-description .left-nav-2 > ul li a.open:after {
              height: 100%; }
            .category-description .left-nav-2 > ul li a.open ~ span i {
              color: #0490E0; }
        @media (min-width: 768px) {
          .category-description .left-nav-2 > ul li:hover ul {
            opacity: 1;
            visibility: visible;
            background: #fff; } }
        .category-description .left-nav-2 > ul li ul {
          margin: 0;
          padding: 0;
          list-style-type: none;
          width: 100%;
          z-index: 2; }
          @media (min-width: 981px) {
            .category-description .left-nav-2 > ul li ul {
              opacity: 0;
              visibility: hidden;
              left: 50%;
              transform: translateX(-50%);
              position: absolute; }
              .category-description .left-nav-2 > ul li ul:after {
                content: "";
                width: 100%;
                height: 50%;
                position: absolute;
                bottom: 0;
                box-shadow: 0 0 10px #cecece;
                left: 0; } }
          .category-description .left-nav-2 > ul li ul li {
            width: 100%;
            margin-bottom: 0; }
            @media (min-width: 580px) {
              .category-description .left-nav-2 > ul li ul li:not(:first-child) {
                margin-left: 0; } }
            .category-description .left-nav-2 > ul li ul li span {
              font-size: 14px;
              font-weight: 400;
              width: 32px;
              line-height: 38px;
              vertical-align: middle;
              display: inline-block; }
              .category-description .left-nav-2 > ul li ul li span i {
                font-size: 10px; }
            .category-description .left-nav-2 > ul li ul li a {
              font-size: 14px;
              font-weight: 400;
              vertical-align: middle;
              display: inline-block;
              width: 100%;
              background: #f4f2ed;
              color: #000 !important; }
              .category-description .left-nav-2 > ul li ul li a:after {
                width: 0;
                left: 50%;
                transform: translateX(-50%); }
              .category-description .left-nav-2 > ul li ul li a.open, .category-description .left-nav-2 > ul li ul li a:hover {
                color: #77003e; }
                .category-description .left-nav-2 > ul li ul li a.open:after, .category-description .left-nav-2 > ul li ul li a:hover:after {
                  width: 80%;
                  height: 3px; }
            .category-description .left-nav-2 > ul li ul li ul li a {
              font-size: 13px;
              padding-left: 34px; }

.filter-frame {
  float: left;
  width: 270px;
  margin-right: 30px; }

.category-side-nav {
  margin-bottom: 15px;
  background: #f3fafe; }
  .category-side-nav--toggle {
    position: relative;
    padding: 13px 20px;
    background: #0490E0;
    color: #fff;
    font-size: 15px;
    transition: all .2s ease-in-out; }
    .category-side-nav--toggle .fa-chevron-down {
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -8px;
      transition: all .2s ease-in-out; }
    .category-side-nav--toggle.open {
      background: #0480c7; }
      .category-side-nav--toggle.open .fa-chevron-down {
        transform: rotate(-90deg); }
    .category-side-nav--toggle:hover {
      cursor: pointer;
      background: #0480c7; }
  .category-side-nav--list {
    display: none;
    margin: 0;
    list-style-type: none;
    padding: 5px 20px; }
    .category-side-nav--list.open {
      height: 100%; }
    @media (max-width: 890px) {
      .category-side-nav--list {
        overflow: hidden;
        height: 0px; } }
    .category-side-nav--list li {
      font-size: 15px;
      position: relative; }
      .category-side-nav--list li:hover > span, .category-side-nav--list li:hover > a {
        color: #d70929; }
      .category-side-nav--list li span {
        font-size: 15px;
        width: 30px;
        vertical-align: middle;
        display: inline-block;
        cursor: pointer;
        float: right;
        height: 100%;
        line-height: 38px;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center; }
        .category-side-nav--list li span svg {
          transition: .3s;
          display: inline-block;
          vertical-align: middle; }
        .category-side-nav--list li span.open svg {
          transform: rotate(90deg);
          color: #d70929; }
      .category-side-nav--list li a {
        font-size: 15px;
        font-family: "Open Sans", "Arial", sans-serif;
        font-weight: 500;
        color: #000;
        text-decoration: none;
        line-height: 21px;
        vertical-align: middle;
        display: inline-block;
        border-bottom: 1px solid #e1e1e1;
        width: 100%;
        padding: 9px 30px 9px 0; }
        .category-side-nav--list li a.open {
          color: #d70929; }
          .category-side-nav--list li a.open + ul {
            display: block; }
          .category-side-nav--list li a.open ~ span i {
            color: #d70929; }
      .category-side-nav--list li ul {
        display: none;
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .category-side-nav--list li ul li span {
          font-size: 14px;
          font-weight: 400;
          width: 32px;
          line-height: 38px;
          vertical-align: middle;
          display: inline-block; }
          .category-side-nav--list li ul li span i {
            font-size: 10px; }
        .category-side-nav--list li ul li a {
          font-size: 14px;
          font-weight: 400;
          vertical-align: middle;
          display: inline-block;
          width: 100%;
          padding-left: 17px; }
        .category-side-nav--list li ul li ul li a {
          font-size: 13px;
          padding-left: 34px; }

.easyClevero-hp-products {
  display: flex; }
  .easyClevero-hp-products.four .easyClevero-product-box-g {
    width: calc(100% / 4); }
    @media (max-width: 979px) {
      .easyClevero-hp-products.four .easyClevero-product-box-g {
        width: calc(100% / 2); } }
    @media (max-width: 580px) {
      .easyClevero-hp-products.four .easyClevero-product-box-g {
        width: 100%; } }
  .easyClevero-hp-products.six .easyClevero-product-box-g {
    width: calc(100% / 3); }
    @media (max-width: 840px) {
      .easyClevero-hp-products.six .easyClevero-product-box-g {
        width: calc(100% / 2); } }
    @media (max-width: 580px) {
      .easyClevero-hp-products.six .easyClevero-product-box-g {
        width: 100%; } }

.easyClevero-product-box-g {
  display: block;
  text-align: center;
  text-decoration: none;
  color: inherit;
  position: relative;
  padding: 2rem 2.25rem 1rem;
  margin-bottom: 40px;
  transition: 0.5s;
  border: 1px solid #fff;
  border-bottom: 0; }
  @media (max-width: 980px) {
    .easyClevero-product-box-g {
      padding: 15px; } }
  @media (min-width: 1200px) {
    .easyClevero-product-box-g:hover .product-box--overlay {
      opacity: 1; } }
  @media (max-width: 980px) {
    .easyClevero-product-box-g {
      border: 1px solid #77003e;
      margin: 10px 15px; }
      .easyClevero-product-box-g .hover-content {
        opacity: 1 !important;
        visibility: visible !important; } }
  @media (max-width: 767px) {
    .easyClevero-product-box-g {
      margin: 0 0 20px 0; } }
  .easyClevero-product-box-g:hover {
    border: 1px solid #77003e;
    border-bottom: 0; }
    .easyClevero-product-box-g:hover .hover-content {
      opacity: 1;
      visibility: visible; }
  .easyClevero-product-box-g .hover-content {
    position: absolute;
    bottom: -225px;
    left: 0;
    outline: 1px solid #77003e;
    padding: 21px 20px 40px;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    justify-content: center;
    text-decoration: none;
    color: #77003e;
    background: #fff;
    z-index: 9999;
    transition: 0.5s; }
    .easyClevero-product-box-g .hover-content:before {
      content: "";
      background: #fff;
      width: 100%;
      height: 1px;
      position: absolute;
      top: -1px;
      left: 0; }
    @media (max-width: 980px) {
      .easyClevero-product-box-g .hover-content {
        position: relative;
        bottom: 0;
        outline: 0; } }
    @media (max-width: 767px) {
      .easyClevero-product-box-g .hover-content {
        padding: 0; } }
    .easyClevero-product-box-g .hover-content .cutting {
      color: #403f3f;
      line-height: 18px; }
    .easyClevero-product-box-g .hover-content .bottom {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      width: 100%; }
    .easyClevero-product-box-g .hover-content .addToCartList {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 1200px) {
        .easyClevero-product-box-g .hover-content .addToCartList {
          justify-content: space-between; } }
      .easyClevero-product-box-g .hover-content .addToCartList .counter {
        width: initial;
        height: 39px; }
        @media (max-width: 1199px) {
          .easyClevero-product-box-g .hover-content .addToCartList .counter {
            margin-right: 15px; } }
        .easyClevero-product-box-g .hover-content .addToCartList .counter .less, .easyClevero-product-box-g .hover-content .addToCartList .counter .more {
          line-height: 39px;
          height: 39px; }
        .easyClevero-product-box-g .hover-content .addToCartList .counter-inner {
          height: 39px; }
          .easyClevero-product-box-g .hover-content .addToCartList .counter-inner input {
            height: 39px; }
        .easyClevero-product-box-g .hover-content .addToCartList .counter .unit {
          height: 39px;
          line-height: 39px; }
    .easyClevero-product-box-g .hover-content .button-add-to-cart {
      margin-top: 20px; }
      .easyClevero-product-box-g .hover-content .button-add-to-cart button, .easyClevero-product-box-g .hover-content .button-add-to-cart a {
        background: #77003e;
        color: #fff;
        text-transform: uppercase;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: 0.5s;
        letter-spacing: 2px;
        font-size: 14px;
        text-decoration: none;
        line-height: initial;
        width: auto; }
        .easyClevero-product-box-g .hover-content .button-add-to-cart button:hover, .easyClevero-product-box-g .hover-content .button-add-to-cart a:hover {
          background: #d70929; }
      .easyClevero-product-box-g .hover-content .button-add-to-cart a {
        display: inline-block;
        background: #A58732; }
        .easyClevero-product-box-g .hover-content .button-add-to-cart a:hover {
          background: #7e6726; }
    .easyClevero-product-box-g .hover-content .product-name, .easyClevero-product-box-g .hover-content .product-price {
      visibility: visible !important;
      opacity: 1 !important; }
  .easyClevero-product-box-g h2 {
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px; }
    @media (min-width: 320px) {
      .easyClevero-product-box-g h2 {
        margin-bottom: calc(6.6964285714vw - 1.4285714286px); } }
    @media (min-width: 768px) {
      .easyClevero-product-box-g h2 {
        margin-bottom: calc(3.3444816054vw + 24.3143812709px); } }
    @media (min-width: 1366px) {
      .easyClevero-product-box-g h2 {
        margin-bottom: calc(1.8050541516vw + 45.3429602888px); } }
    @media (min-width: 1920px) {
      .easyClevero-product-box-g h2 {
        margin-bottom: 80px; } }
  .easyClevero-product-box-g .product-name {
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    visibility: visible; }
    .easyClevero-product-box-g .product-name a {
      color: #77003e !important;
      line-height: 22px; }
  .easyClevero-product-box-g .product-description {
    margin-bottom: 10px; }
  .easyClevero-product-box-g .product-price {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000; }
  .easyClevero-product-box-g .cutting {
    font-size: 14px; }
  .easyClevero-product-box-g .product-image-holder {
    position: relative; }
  .easyClevero-product-box-g .product-name {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 12px;
    font-weight: 400; }
    .easyClevero-product-box-g .product-name a {
      color: #000;
      text-decoration: none;
      transition: all .3s ease-in-out; }
      .easyClevero-product-box-g .product-name a:hover {
        color: #0490E0; }
  .easyClevero-product-box-g .product-description {
    font-size: 14px;
    margin-bottom: 20px; }
  .easyClevero-product-box-g .price-wrapp .product-old-price {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 20px; }
    .easyClevero-product-box-g .price-wrapp .product-old-price .line-through {
      text-decoration: line-through; }
  .easyClevero-product-box-g .price-wrapp .product-price {
    font-size: 20px;
    font-weight: 900;
    color: #000;
    padding-bottom: 1.5rem;
    width: 100%;
    text-align: center; }
  .easyClevero-product-box-g .product-symptoms {
    top: 10px;
    left: 16px; }
  .easyClevero-product-box-g a.btn, .easyClevero-product-box-g .go_back_pre_cart.btn, .easyClevero-product-box-g button, .easyClevero-product-box-g input[type=submit] {
    padding: 13px 1px;
    width: 100%;
    text-align: center; }

@media (min-width: 768px) {
  .row-products.featured-grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    margin: .75rem 0 3rem; } }
  @media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    .row-products.featured-grid {
      display: flex;
      flex-wrap: wrap; }
      .row-products.featured-grid .easyClevero-product-box-g {
        width: 50%; } }

@media (min-width: 980px) {
  .row-products.featured-grid {
    grid-template-columns: repeat(3, 1fr);
    margin: 1rem 0 4rem; } }
  @media all and (min-width: 980px) and (-ms-high-contrast: none), (min-width: 980px) and (-ms-high-contrast: active) {
    .row-products.featured-grid .easyClevero-product-box-g {
      width: 33%; } }

@media (min-width: 1200px) {
  .row-products.featured-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0;
    margin: 1.25rem 0 6rem; } }
  @media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
    .row-products.featured-grid .easyClevero-product-box-g {
      width: 25%; } }

.inner.features {
  overflow: hidden; }

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

.product-symptoms {
  position: absolute;
  right: -2.25rem;
  top: 20px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  text-align: right;
  align-items: flex-end;
  height: 0;
  width: auto !important;
  opacity: 1; }
  @media (max-width: 980px) {
    .product-symptoms {
      right: -15px; } }
  .product-symptoms .symptom {
    padding: 7px 10px 7px 2px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    width: auto !important;
    position: relative;
    margin-bottom: 3px; }
    .product-symptoms .symptom:before {
      content: '';
      position: absolute;
      right: 100%;
      top: 0;
      bottom: 0;
      width: 1.625rem;
      transform: skew(-45deg);
      transform-origin: bottom right;
      background: inherit;
      z-index: -1; }
  .product-symptoms .new {
    background: #93fad9;
    color: black; }
    .product-symptoms .new:before {
      border-top-color: #93fad9; }
  .product-symptoms .recommended {
    background: #32a4c9;
    color: white; }
    .product-symptoms .recommended:before {
      border-top-color: #32a4c9; }
  .product-symptoms .sale {
    background: #fe9406;
    color: black; }
    .product-symptoms .sale:before {
      border-top-color: #fe9406; }
  .product-symptoms .action {
    background: #d42a77;
    color: white; }
    .product-symptoms .action:before {
      border-top-color: #d42a77; }
  .product-symptoms .totalDiscount {
    background: #e91e63;
    color: white; }
    .product-symptoms .totalDiscount:before {
      border-top-color: #e91e63; }
  .product-symptoms .freeStorePickup {
    background: #91de63;
    color: black; }
    .product-symptoms .freeStorePickup:before {
      border-top-color: #91de63; }
  .product-symptoms .gifts {
    background: #e4ef17;
    color: black; }
    .product-symptoms .gifts:before {
      border-top-color: #e4ef17; }
  .product-symptoms .used {
    background: #9c27b0;
    color: white; }
    .product-symptoms .used:before {
      border-top-color: #9c27b0; }
  .product-symptoms .FreeDelivery {
    background: #03a9f4;
    color: white; }
    .product-symptoms .FreeDelivery:before {
      border-top-color: #03a9f4; }

@media print {
  .easyClevero-footer-1 {
    display: none; } }

.easyClevero-footer-1 .footer-top {
  background: #ebebeb;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 320px) {
    .easyClevero-footer-1 .footer-top {
      padding-top: calc(11.1856823266vw - 5.7941834452px); } }
  @media (min-width: 767px) {
    .easyClevero-footer-1 .footer-top {
      padding-top: 80px; } }
  @media (min-width: 320px) {
    .easyClevero-footer-1 .footer-top {
      padding-bottom: calc(11.1856823266vw - 5.7941834452px); } }
  @media (min-width: 767px) {
    .easyClevero-footer-1 .footer-top {
      padding-bottom: 80px; } }
  .easyClevero-footer-1 .footer-top .frame {
    flex-wrap: nowrap; }
    @media (max-width: 1240px) {
      .easyClevero-footer-1 .footer-top .frame {
        flex-wrap: wrap; } }

.easyClevero-footer-1 .easy_footer_headline {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 4px; }
  @media (min-width: 320px) {
    .easyClevero-footer-1 .easy_footer_headline {
      font-size: calc(0.4545454545vw + 14.5454545455px); } }
  @media (min-width: 1200px) {
    .easyClevero-footer-1 .easy_footer_headline {
      font-size: 20px; } }

.easyClevero-footer-1 .easy_footer-col.right {
  width: 48%;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  @media (min-width: 320px) {
    .easyClevero-footer-1 .easy_footer-col.right {
      padding-right: calc(22.7777777778vw - 58.8888888889px); } }
  @media (min-width: 500px) {
    .easyClevero-footer-1 .easy_footer-col.right {
      padding-right: 55px; } }
  @media (min-width: 320px) {
    .easyClevero-footer-1 .easy_footer-col.right {
      padding-left: calc(22.7777777778vw - 58.8888888889px); } }
  @media (min-width: 500px) {
    .easyClevero-footer-1 .easy_footer-col.right {
      padding-left: 55px; } }
  .easyClevero-footer-1 .easy_footer-col.right:before {
    content: "";
    background: #adadaa;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0; }
  @media (max-width: 1240px) {
    .easyClevero-footer-1 .easy_footer-col.right {
      width: 100%; }
      .easyClevero-footer-1 .easy_footer-col.right:before {
        display: none; } }
  .easyClevero-footer-1 .easy_footer-col.right p {
    line-height: initial; }

.easyClevero-footer-1 .easy_footer-col.links {
  width: 22%; }
  @media (max-width: 1240px) {
    .easyClevero-footer-1 .easy_footer-col.links {
      width: 50%;
      padding-right: 14px;
      padding-left: 14px;
      margin-bottom: 50px; } }
  @media (max-width: 1240px) and (min-width: 320px) {
    .easyClevero-footer-1 .easy_footer-col.links {
      padding-right: calc(22.7777777778vw - 58.8888888889px); } }
  @media (max-width: 1240px) and (min-width: 500px) {
    .easyClevero-footer-1 .easy_footer-col.links {
      padding-right: 55px; } }
  @media (max-width: 1240px) and (min-width: 320px) {
    .easyClevero-footer-1 .easy_footer-col.links {
      padding-left: calc(22.7777777778vw - 58.8888888889px); } }
  @media (max-width: 1240px) and (min-width: 500px) {
    .easyClevero-footer-1 .easy_footer-col.links {
      padding-left: 55px; } }
  @media (max-width: 740px) {
    .easyClevero-footer-1 .easy_footer-col.links {
      width: 100%; } }
  .easyClevero-footer-1 .easy_footer-col.links .easy_footer_headline {
    margin: 20px 0 43px; }
  .easyClevero-footer-1 .easy_footer-col.links p {
    display: flex;
    align-items: center; }
  .easyClevero-footer-1 .easy_footer-col.links svg {
    margin-right: 25px; }

.easyClevero-footer-1 .easy_footer-col p, .easyClevero-footer-1 .easy_footer-col a {
  font-size: 13px;
  line-height: 22px;
  color: #000;
  display: block;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 32px; }
  @media (min-width: 320px) {
    .easyClevero-footer-1 .easy_footer-col p, .easyClevero-footer-1 .easy_footer-col a {
      font-size: calc(0.2272727273vw + 12.2727272727px); } }
  @media (min-width: 1200px) {
    .easyClevero-footer-1 .easy_footer-col p, .easyClevero-footer-1 .easy_footer-col a {
      font-size: 15px; } }

.easyClevero-footer-1 .easy_footer-col a:hover {
  text-decoration: underline; }

.footer-menu {
  text-align: center; }
  .footer-menu a {
    padding-right: 15px;
    position: relative;
    color: #fff;
    font-size: 14px;
    text-decoration: none; }
    .footer-menu a:hover {
      text-decoration: underline; }
    .footer-menu a:after {
      content: "|";
      position: absolute;
      right: 2px;
      top: -3px;
      color: #fff; }
    .footer-menu a:last-of-type {
      padding-right: 0; }
      .footer-menu a:last-of-type:after {
        display: none; }

#copy {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #d5ccc6; }
  #copy p {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 22px;
    font-size: 13px; }
    @media (min-width: 320px) {
      #copy p {
        font-size: calc(0.2272727273vw + 12.2727272727px); } }
    @media (min-width: 1200px) {
      #copy p {
        font-size: 15px; } }
    @media (max-width: 700px) {
      #copy p {
        width: 100%;
        justify-content: center; }
        #copy p:first-child {
          margin-bottom: 10px; } }
    #copy p a {
      margin: 0 6px;
      color: #fff; }
      #copy p a:hover {
        text-decoration: none; }

.footer-bottom {
  padding: 40px 0; }
  .footer-bottom .group {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .footer-bottom .group:first-of-type {
      position: relative;
      color: #393B41; }
      @media (max-width: 550px) {
        .footer-bottom .group:first-of-type {
          flex-direction: column;
          align-items: center; }
          .footer-bottom .group:first-of-type p {
            order: 2;
            margin-top: 10px; }
            .footer-bottom .group:first-of-type p:before {
              display: none; } }
      .footer-bottom .group:first-of-type svg {
        width: 150px;
        height: auto;
        max-width: 100%; }
      .footer-bottom .group:first-of-type p {
        position: relative; }
        .footer-bottom .group:first-of-type p:before {
          content: "";
          width: 30px;
          height: 2px;
          background: #393B41;
          position: absolute;
          right: -61px;
          top: 11px; }
    @media (min-width: 481px) {
      .footer-bottom .group:nth-of-type(2) {
        flex-wrap: nowrap; } }
    @media (max-width: 480px) {
      .footer-bottom .group:nth-of-type(2) {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 0; } }
    .footer-bottom .group:nth-of-type(2) a {
      width: 200px;
      height: 120px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff; }
      .footer-bottom .group:nth-of-type(2) a:hover p {
        opacity: 1; }
      .footer-bottom .group:nth-of-type(2) a:hover svg {
        opacity: 0; }
      .footer-bottom .group:nth-of-type(2) a svg {
        opacity: 1;
        transition: 0.2s; }
      .footer-bottom .group:nth-of-type(2) a p {
        font-size: 14px;
        text-decoration: none;
        padding-left: 45px;
        opacity: 0;
        position: absolute;
        width: 125px;
        transition: 0.2s; }
        .footer-bottom .group:nth-of-type(2) a p:before {
          content: "";
          width: 25px;
          height: 1px;
          position: absolute;
          top: 9px;
          left: 0; }
      .footer-bottom .group:nth-of-type(2) a:nth-of-type(1) {
        color: #77003e; }
        .footer-bottom .group:nth-of-type(2) a:nth-of-type(1) svg {
          width: 136px;
          height: 55px; }
        .footer-bottom .group:nth-of-type(2) a:nth-of-type(1) p:before {
          background: #77003e; }
      .footer-bottom .group:nth-of-type(2) a:nth-of-type(2) {
        color: #D70929; }
        .footer-bottom .group:nth-of-type(2) a:nth-of-type(2) svg {
          width: 138px;
          height: 38px; }
        .footer-bottom .group:nth-of-type(2) a:nth-of-type(2) p:before {
          background: #db0d33; }
      .footer-bottom .group:nth-of-type(2) a:nth-of-type(3) {
        color: #0071B8; }
        .footer-bottom .group:nth-of-type(2) a:nth-of-type(3) svg {
          width: 150px;
          height: 38px; }
        .footer-bottom .group:nth-of-type(2) a:nth-of-type(3) p {
          width: 150px; }
          .footer-bottom .group:nth-of-type(2) a:nth-of-type(3) p:before {
            background: #006dbe; }
    .footer-bottom .group > a {
      display: flex; }

.copyright-nosreti {
  font-size: 14px;
  background: #d70929;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  padding: 25px 0; }
  .copyright-nosreti p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    line-height: 24px; }
    @media (max-width: 850px) {
      .copyright-nosreti p {
        margin-top: 20px;
        flex-direction: column; } }
  .copyright-nosreti a {
    position: relative;
    padding-left: 15px;
    text-decoration: none;
    color: #fff; }
    @media (max-width: 850px) {
      .copyright-nosreti a {
        padding-left: 0; } }
    .copyright-nosreti a:before {
      content: "|";
      position: absolute;
      left: 5px;
      top: 0px;
      color: #d70929; }
      @media (max-width: 850px) {
        .copyright-nosreti a:before {
          display: none; } }
    .copyright-nosreti a:hover {
      text-decoration: underline; }

.copyright {
  background: #d70929;
  color: #fff;
  padding: 20px;
  align-items: center;
  text-align: center;
  font-size: 13px;
  position: relative; }
  .copyright:before {
    content: ' ';
    position: absolute;
    width: 1200px;
    max-width: 100%;
    height: 1px;
    background: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .copyright svg {
    margin-right: 20px;
    width: 20px;
    height: auto; }
  .copyright a {
    color: #fff; }

.newsletter-row {
  color: #fff;
  margin-bottom: 42px; }
  .newsletter-row .heading {
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    letter-spacing: 4px;
    margin-bottom: 12px;
    text-transform: uppercase;
    margin-bottom: 43px; }
    @media (min-width: 320px) {
      .newsletter-row .heading {
        font-size: calc(0.4545454545vw + 14.5454545455px); } }
    @media (min-width: 1200px) {
      .newsletter-row .heading {
        font-size: 20px; } }
  .newsletter-row .strutura_formular {
    margin-bottom: 0; }
  .newsletter-row p {
    margin-bottom: 11px; }

.newsletter-form {
  max-width: 680px; }
  .newsletter-form--input {
    display: flex;
    flex-wrap: wrap; }
    .newsletter-form--input input[type="email"] {
      background: #fff;
      color: #000;
      border-color: #fff; }
      @media (max-width: 380px) {
        .newsletter-form--input input[type="email"] {
          width: 100%; } }
      .newsletter-form--input input[type="email"]::placeholder {
        color: rgba(255, 255, 255, 0.85); }
      .newsletter-form--input input[type="email"]:focus {
        border-color: #d70929; }
  .newsletter-form .gdprConfirmLabel {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #d70929;
    margin-bottom: 30px; }
    .newsletter-form .gdprConfirmLabel label {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
    .newsletter-form .gdprConfirmLabel a {
      color: #d70929;
      display: inline-block;
      text-decoration: underline; }
    .newsletter-form .gdprConfirmLabel .tooltip-inner a {
      color: #fff; }
  .newsletter-form #buttonSubmit1 {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 44px;
    padding-right: 44px;
    background: #d70929;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    letter-spacing: 2px;
    line-height: initial;
    height: auto;
    font-weight: 700;
    border: 0;
    margin-left: -1px;
    text-transform: uppercase; }
    @media (min-width: 1100px) {
      .newsletter-form #buttonSubmit1 {
        padding-top: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .newsletter-form #buttonSubmit1 {
        padding-top: 20px; } }
    @media (min-width: 1100px) {
      .newsletter-form #buttonSubmit1 {
        padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .newsletter-form #buttonSubmit1 {
        padding-bottom: 20px; } }
    @media (min-width: 1100px) {
      .newsletter-form #buttonSubmit1 {
        padding-left: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .newsletter-form #buttonSubmit1 {
        padding-left: 60px; } }
    @media (min-width: 1100px) {
      .newsletter-form #buttonSubmit1 {
        padding-right: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .newsletter-form #buttonSubmit1 {
        padding-right: 60px; } }
    .newsletter-form #buttonSubmit1:hover {
      background: #f84e69; }
      .newsletter-form #buttonSubmit1:hover:before {
        display: none; }
    @media (max-width: 380px) {
      .newsletter-form #buttonSubmit1 {
        width: 100%; } }

.popup-frame.newsletter-confirm p {
  margin-bottom: 24px; }

.popup-frame.newsletter-confirm blockquote {
  display: inline-flex;
  padding: 24px;
  margin-bottom: 24px;
  line-height: 1.5;
  background: rgba(4, 144, 224, 0.1); }
  .popup-frame.newsletter-confirm blockquote span {
    margin: 0 16px; }
  .popup-frame.newsletter-confirm blockquote svg {
    color: #0490E0; }
    .popup-frame.newsletter-confirm blockquote svg.down {
      align-self: flex-end; }

.product-gallery-2 {
  padding-bottom: 25px; }
  .product-gallery-2 .swiper-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 19px 0 10px; }
    .product-gallery-2 .swiper-pagination .swiper-pagination-bullet {
      display: block;
      opacity: 1;
      width: 15px;
      height: 15px;
      background: #e4e4e4;
      position: relative;
      z-index: 2;
      border-radius: 50%; }
      .product-gallery-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #d70929; }
  .product-gallery-2 .product-symptoms {
    right: 0; }

.product-item-top {
  background: #fff;
  margin-top: 24px;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%; }
  @media (max-width: 767px) {
    .product-item-top {
      margin-top: 0; } }

.product-content.text {
  padding-top: 25px; }

.gifts-container {
  display: flex;
  padding: 10px 0;
  float: left;
  clear: left; }
  @media (max-width: 767px) {
    .gifts-container {
      flex-flow: column;
      width: 100% !important; } }
  .gifts-container .gift-item {
    display: inline-block;
    width: calc((100% - 3*10px)/3);
    height: 70px;
    margin-bottom: 12px;
    vertical-align: middle;
    border: 1px solid #666;
    margin-right: 10px; }
    .gifts-container .gift-item:last-child {
      margin-bottom: 0; }
    @media (max-width: 1199px) {
      .gifts-container .gift-item {
        width: calc((100% - 20px)/2); } }
    @media (max-width: 979px) {
      .gifts-container .gift-item {
        width: 100%;
        margin-right: 0; } }
    .gifts-container .gift-item:before {
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      content: ""; }
    .gifts-container .gift-item .gift-image {
      height: 50px;
      width: 50px;
      float: left;
      padding: 8px; }
      .gifts-container .gift-item .gift-image img {
        max-height: 70px;
        max-width: 100%;
        display: inline-block; }
    .gifts-container .gift-item .gift-right {
      float: none;
      width: calc(100% - 58px);
      display: inline-block;
      vertical-align: middle; }
      .gifts-container .gift-item .gift-right .gifts-text {
        display: block;
        font-size: 15px;
        font-weight: 900; }
      .gifts-container .gift-item .gift-right .gift-name {
        font-size: 14px; }

.product-description-header {
  padding-left: 25px;
  float: right; }
  @media (max-width: 767px) {
    .product-description-header {
      width: 100%;
      padding-left: 0; } }

.product-description-2 {
  margin-bottom: 0px;
  padding-left: 25px;
  padding-right: 2px;
  float: right;
  clear: right;
  letter-spacing: 1px; }
  @media (max-width: 767px) {
    .product-description-2 {
      width: 100%;
      padding: 0;
      margin-top: 20px; } }
  .product-description-2 .product-variants-2 {
    padding-bottom: 25px;
    display: none; }
    .product-description-2 .product-variants-2 .title {
      font-size: 13px;
      line-height: 24px;
      font-weight: bold;
      margin-bottom: 10px; }
    .product-description-2 .product-variants-2--wrapper {
      display: flex; }
      .product-description-2 .product-variants-2--wrapper .item {
        text-align: center;
        width: 85px;
        padding: 8px;
        font-size: 14px;
        border: 1px solid #666;
        transition: all .2s ease-in-out; }
        .product-description-2 .product-variants-2--wrapper .item:not(:last-child) {
          margin-right: 10px; }
        .product-description-2 .product-variants-2--wrapper .item:hover {
          cursor: pointer;
          background: rgba(119, 0, 62, 0.1); }
  .product-description-2 .stock {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 32px; }
    .product-description-2 .stock.in {
      color: #5abd54; }
    .product-description-2 .stock.out {
      color: #bd5454; }
  .product-description-2 .line-through {
    text-decoration: line-through; }
  @media (min-width: 768px) {
    .product-description-2 .addToCart-block {
      max-width: 250px; } }
  .product-description-2 .addToCart-block .product-CTA {
    text-align: right;
    width: 100%; }
  .product-description-2 .addToCart-block .product-pricing {
    flex-flow: column wrap;
    justify-content: flex-end; }
  .product-description-2 .addToCart-block .button-wrapper {
    margin-top: 30px; }
  .product-description-2 .addToCart-block button[type="submit"] {
    width: 100%; }
    .product-description-2 .addToCart-block button[type="submit"] > span {
      justify-content: center; }
  .product-description-2 .product-old-price {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 20px; }
  .product-description-2 .product-price {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: 900; }
  .product-description-2 .product-without-price {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    color: #757575; }
  .product-description-2 .ui-selectmenu-button.ui-button {
    width: 100%;
    margin-bottom: 16px;
    border: 1px solid #d9d9d9;
    margin-top: 6px; }

.addToCart .counter-2 {
  color: #77003e;
  font-size: 15px;
  text-align: center;
  border: 1px solid #77003e;
  margin-right: 25px; }
  .addToCart .counter-2 .js-counter {
    height: 35px;
    display: flex; }
    .addToCart .counter-2 .js-counter > * {
      width: 35px; }
  .addToCart .counter-2 .less, .addToCart .counter-2 .more {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out; }
    .addToCart .counter-2 .less:hover, .addToCart .counter-2 .more:hover {
      cursor: pointer;
      background: rgba(119, 0, 62, 0.1); }
  .addToCart .counter-2 input {
    width: 37px;
    color: inherit;
    text-align: inherit;
    border-left: 1px solid #666;
    border-right: 1px solid #666; }

.addToCart button, .addToCart a {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 44px;
  padding-right: 44px;
  background: #77003e;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
  letter-spacing: 2px;
  line-height: initial;
  height: auto;
  display: inline-block; }
  @media (min-width: 1100px) {
    .addToCart button, .addToCart a {
      padding-top: calc(0.487804878vw + 10.6341463415px); } }
  @media (min-width: 1920px) {
    .addToCart button, .addToCart a {
      padding-top: 20px; } }
  @media (min-width: 1100px) {
    .addToCart button, .addToCart a {
      padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
  @media (min-width: 1920px) {
    .addToCart button, .addToCart a {
      padding-bottom: 20px; } }
  @media (min-width: 1100px) {
    .addToCart button, .addToCart a {
      padding-left: calc(1.9512195122vw + 22.5365853659px); } }
  @media (min-width: 1920px) {
    .addToCart button, .addToCart a {
      padding-left: 60px; } }
  @media (min-width: 1100px) {
    .addToCart button, .addToCart a {
      padding-right: calc(1.9512195122vw + 22.5365853659px); } }
  @media (min-width: 1920px) {
    .addToCart button, .addToCart a {
      padding-right: 60px; } }
  .addToCart button:hover, .addToCart a:hover {
    background: #d70929; }
    .addToCart button:hover:before, .addToCart a:hover:before {
      display: none; }
  .addToCart button > span, .addToCart a > span {
    display: flex;
    align-items: center; }
  .addToCart button svg, .addToCart a svg {
    margin-right: 10px;
    width: 17px;
    height: 15px; }

@media (max-width: 767px) {
  .product-gallery-2 {
    width: 100%; } }

.detail-description-header-2 {
  display: block;
  margin: 0 0 25px auto;
  padding-right: 2px;
  clear: right;
  letter-spacing: 1px; }
  .detail-description-header-2 .title {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: left;
    text-transform: none; }
    .detail-description-header-2 .title:before {
      width: 50px;
      height: 50px;
      background-size: contain;
      bottom: 15px;
      left: 15px;
      top: auto; }
  .detail-description-header-2 .reviews {
    display: none;
    align-items: center;
    margin-bottom: 20px; }
    .detail-description-header-2 .reviews--stars {
      display: inline-flex;
      color: #fcad00;
      margin-right: 7px; }
      .detail-description-header-2 .reviews--stars svg {
        width: 20px;
        height: 20px;
        margin-right: 5px; }
    .detail-description-header-2 .reviews--number {
      text-decoration: underline;
      color: #77003e;
      font-size: 13px; }
      .detail-description-header-2 .reviews--number:hover {
        cursor: pointer;
        text-decoration: none; }
  .detail-description-header-2 p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: normal;
    letter-spacing: 1px; }
  .detail-description-header-2 .scroll-to-element {
    display: inline-block;
    color: #77003e;
    font-size: 13px;
    cursor: pointer;
    text-transform: lowercase;
    text-decoration: underline; }
    .detail-description-header-2 .scroll-to-element:hover {
      text-decoration: none; }

.row-products {
  padding-top: 35px; }
  .row-products-title {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 40px; }

.similiar-products {
  position: relative;
  padding-top: 60px; }
  .similiar-products h2 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px; }
  .similiar-products .swiper-pagination {
    width: 100%;
    height: 4px;
    left: 0; }
  .similiar-products .swiper-pagination-progressbar {
    bottom: 0;
    top: auto;
    position: relative;
    background: transparent; }
    .similiar-products .swiper-pagination-progressbar:before {
      content: "";
      width: 100%;
      height: 1px;
      top: 2px;
      background: #e0e0dc;
      position: absolute; }
    .similiar-products .swiper-pagination-progressbar-fill {
      background: #77003e !important; }
  .similiar-products .swiper-wrapper.not-active {
    transform: translate3d(0px, 0, 0) !important;
    display: flex;
    justify-content: center;
    margin-left: 7px; }
  .similiar-products .swiper-pagination.not-active {
    display: none; }
  .similiar-products .bottom-swiper {
    position: absolute;
    bottom: -4px;
    width: 12px;
    height: 12px;
    right: 0;
    z-index: 5; }
    .similiar-products .bottom-swiper:after {
      content: "";
      width: 12px;
      height: 12px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #77003e;
      position: absolute;
      right: 0; }
    .similiar-products .bottom-swiper.not-active:after {
      display: none; }
  .similiar-products .easyClevero-product-box-g:hover {
    border: 0; }
    .similiar-products .easyClevero-product-box-g:hover .hover-content {
      visibility: hidden;
      opacity: 0; }

.frame {
  margin: 0 auto; }

body > .inner.frame,
.content-body > .inner.frame {
  margin-bottom: 60px; }

.inquiry-cart {
  height: 100vh; }
  .inquiry-cart iframe {
    height: 100%; }
  .inquiry-cart .inquiry-content {
    height: 100%;
    overflow: hidden; }

body {
  background: #fff; }

.scrollup {
  position: fixed;
  text-align: center;
  right: 30px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  line-height: 54px;
  border-radius: 50%;
  background-color: #000;
  z-index: 999;
  cursor: pointer;
  justify-content: center;
  display: none;
  opacity: .5; }
  .scrollup:hover {
    opacity: 1; }
  .scrollup svg {
    width: 20px;
    color: white; }

.popup-frame-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: all .4s ease-in-out;
  z-index: 1000;
  overflow: auto; }
  .popup-frame-holder::-webkit-scrollbar {
    width: 0px; }
  .popup-frame-holder.opened {
    pointer-events: all;
    background: rgba(0, 0, 0, 0.5); }
    .popup-frame-holder.opened .popup-frame {
      opacity: 1;
      transform: scale(1); }

.popup-frame {
  width: 100%;
  max-width: 800px;
  padding: 12px;
  transition: all 0.4s cubic-bezier(0.64, -0.19, 0.23, 1.33);
  opacity: 0;
  transform: scale(0);
  margin: auto; }
  .popup-frame--inner {
    background: #fff; }
  .popup-frame--header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #666;
    padding-left: 30px; }
    .popup-frame--header .title-icon {
      margin-right: 10px; }
    .popup-frame--header .title {
      position: relative;
      top: 2px;
      text-transform: uppercase;
      font-weight: 900;
      margin-bottom: 0; }
      @media (max-width: 500px) {
        .popup-frame--header .title {
          font-size: 16px; } }
    .popup-frame--header .close-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 70px;
      height: 70px;
      margin-left: auto;
      color: #fff;
      background: #0490E0;
      transition: all .3s ease-in-out; }
      .popup-frame--header .close-btn svg {
        transition: all .3s ease-in-out; }
      .popup-frame--header .close-btn:hover {
        cursor: pointer;
        background: #0480c7; }
        .popup-frame--header .close-btn:hover svg {
          transform: scale(1.1); }
  .popup-frame--body {
    padding: 35px; }

[data-width="980"] {
  width: 100%;
  max-width: 1008px;
  padding: 0 20px; }

[data-width="1200"] {
  width: 100%;
  max-width: 1228px;
  padding: 0 20px; }

[data-width="1312"] {
  width: 100%;
  max-width: 1353px;
  padding: 0 20px; }

[data-width="1400"] {
  width: 100%;
  max-width: 1428px;
  padding: 0 20px; }

[data-width="1568"] {
  width: 100%;
  max-width: 1588px;
  padding: 0 20px; }

[data-width="1720"] {
  width: 100%;
  max-width: 1748px;
  padding: 0 20px; }

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-lock {
  display: none; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.search-page {
  display: flex;
  flex-wrap: wrap; }
  .search-page .messages {
    width: 100%; }
  .search-page h2, .search-page .text {
    width: 100%; }

.search-results {
  width: 50%;
  padding: 12px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea; }
  @media (max-width: 860px) {
    .search-results {
      width: 100%; } }
  .search-results .search-result-image-holder {
    width: 100px;
    height: 100px;
    text-align: center;
    display: inline-block;
    float: left; }
    .search-results .search-result-image-holder .thumbnail {
      display: inline-block; }
      .search-results .search-result-image-holder .thumbnail img {
        display: inline-block;
        max-height: 100px;
        max-height: 100px; }
  .search-results .search-result-image-holder + .search-result-text-holder {
    width: calc(100% - 100px);
    padding-left: 12px; }
    .search-results .search-result-image-holder + .search-result-text-holder p {
      display: block;
      font-weight: 300; }
  .search-results .search-result-text-holder {
    width: 100%;
    padding-left: 0px;
    float: left; }
    .search-results .search-result-text-holder h3 {
      margin-bottom: 12px; }
    .search-results .search-result-text-holder p {
      display: none; }
  .search-results .btn.medium {
    margin-top: 25px; }

.zobrazit_vice {
  color: white !important;
  height: 34px;
  line-height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border: 1px solid #d70929;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  width: auto;
  position: relative;
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  background: #d70929;
  font-weight: 400;
  transition: all 0.5s ease-out; }
  @media (min-width: 768px) {
    .zobrazit_vice {
      height: calc(3.2407407407vw + 9.1111111111px); } }
  @media (min-width: 1200px) {
    .zobrazit_vice {
      height: 48px; } }
  @media (min-width: 768px) {
    .zobrazit_vice {
      line-height: calc(3.2407407407vw + 7.1111111111px); } }
  @media (min-width: 1200px) {
    .zobrazit_vice {
      line-height: 46px; } }
  @media (min-width: 768px) {
    .zobrazit_vice {
      padding-left: calc(6.4814814815vw - 29.7777777778px); } }
  @media (min-width: 1200px) {
    .zobrazit_vice {
      padding-left: 48px; } }
  @media (min-width: 768px) {
    .zobrazit_vice {
      padding-right: calc(6.4814814815vw - 29.7777777778px); } }
  @media (min-width: 1200px) {
    .zobrazit_vice {
      padding-right: 48px; } }
  .zobrazit_vice i {
    margin-right: 8px; }
  .zobrazit_vice::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f84e69;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out; }
  .zobrazit_vice:hover {
    color: #fff; }
    .zobrazit_vice:hover::before {
      transform: scale(2); }

.main-title.search {
  margin-top: 32px;
  border-bottom: 1px solid #666;
  margin-bottom: 48px;
  display: flex;
  align-items: center; }
  .main-title.search h1:not(.order-step) {
    font-size: 20px; }
    @media (min-width: 320px) {
      .main-title.search h1:not(.order-step) {
        font-size: calc(1.25vw + 16px); } }
    @media (min-width: 1920px) {
      .main-title.search h1:not(.order-step) {
        font-size: 40px; } }

.searchResults-section {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #666; }
  .searchResults-section .section-title {
    color: #d70929;
    font-size: 16px;
    margin-bottom: 16px; }
  .searchResults-section .items-wrapper {
    display: flex;
    flex-flow: row wrap; }
  .searchResults-section .item {
    border: 1px solid #666;
    border-left: 5px solid #d70929;
    padding: 18px 12px;
    margin-right: 20px;
    margin-bottom: 10px;
    color: #000;
    text-decoration: none;
    transition: all .3s ease-in-out; }
    .searchResults-section .item h3 {
      transition: inherit; }
    .searchResults-section .item:hover {
      background: rgba(215, 9, 41, 0.05); }
      .searchResults-section .item:hover h3 {
        color: #d70929; }
  .searchResults-section.page .item {
    width: calc((100% - 2*20px)/3);
    padding: 24px 18px; }
    .searchResults-section.page .item:nth-child(3n) {
      margin-right: 0; }
    .searchResults-section.page .item h3 {
      margin-bottom: 16px; }
    @media (max-width: 979px) {
      .searchResults-section.page .item {
        width: calc((100% - 20px)/2); }
        .searchResults-section.page .item:nth-child(3n) {
          margin-right: 20px; }
        .searchResults-section.page .item:nth-child(2n) {
          margin-right: 0; } }
    @media (max-width: 767px) {
      .searchResults-section.page .item {
        width: 100%;
        margin-right: 0 !important; } }
  .searchResults-section.category .item {
    width: calc((100% - 4*20px)/5); }
    .searchResults-section.category .item:nth-child(5n) {
      margin-right: 0; }
    @media (max-width: 979px) {
      .searchResults-section.category .item {
        width: calc((100% - 2*20px)/3); }
        .searchResults-section.category .item:nth-child(5n) {
          margin-right: 20px; }
        .searchResults-section.category .item:nth-child(3n) {
          margin-right: 0; } }
    @media (max-width: 767px) {
      .searchResults-section.category .item {
        width: 100%;
        margin-right: 0 !important; } }

.easyClevero-hp-category {
  padding: 40px 0 25px 0; }

.easyClevero-hp-category-g {
  width: calc((100% / 3 - 15px) + (15px / 3));
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #c0c0c0;
  background: white;
  padding: 15px;
  padding-top: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none;
  flex-direction: column; }
  .easyClevero-hp-category-g:nth-child(3n+3) {
    margin-right: 0; }
  @media (min-width: 280px) {
    .easyClevero-hp-category-g {
      width: calc((100% / 1 - 15px) + (15px / 1));
      margin-right: 15px;
      margin-bottom: 15px; }
      .easyClevero-hp-category-g:nth-child(0n+0) {
        margin-right: 15px;
        margin-bottom: 15px; }
      .easyClevero-hp-category-g:nth-child(1n+1) {
        margin-right: 0; } }
  @media (min-width: 575px) {
    .easyClevero-hp-category-g {
      width: calc((100% / 2 - 15px) + (15px / 2));
      margin-right: 15px;
      margin-bottom: 15px; }
      .easyClevero-hp-category-g:nth-child(1n+1) {
        margin-right: 15px;
        margin-bottom: 15px; }
      .easyClevero-hp-category-g:nth-child(2n+2) {
        margin-right: 0; } }
  @media (min-width: 871px) {
    .easyClevero-hp-category-g {
      width: calc((100% / 3 - 15px) + (15px / 3));
      margin-right: 15px;
      margin-bottom: 15px; }
      .easyClevero-hp-category-g:nth-child(2n+2) {
        margin-right: 15px;
        margin-bottom: 15px; }
      .easyClevero-hp-category-g:nth-child(3n+3) {
        margin-right: 0; } }
  @media (min-width: 1166px) {
    .easyClevero-hp-category-g {
      width: calc((100% / 3 - 15px) + (15px / 3));
      margin-right: 15px;
      margin-bottom: 15px; }
      .easyClevero-hp-category-g:nth-child(2n+2) {
        margin-right: 15px;
        margin-bottom: 15px; }
      .easyClevero-hp-category-g:nth-child(3n+3) {
        margin-right: 0; } }
  @media (max-width: 280px) {
    .easyClevero-hp-category-g {
      width: 100%;
      max-width: 100%;
      margin-right: 0 !important; } }
  @media (min-width: 320px) {
    .easyClevero-hp-category-g {
      padding: calc(0.625vw + 13px); } }
  @media (min-width: 1920px) {
    .easyClevero-hp-category-g {
      padding: 25px; } }
  .easyClevero-hp-category-g .thumbnail {
    max-width: 280px;
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
    @media (min-width: 1440px) {
      .easyClevero-hp-category-g .thumbnail {
        margin-top: calc(1.0416666667vw - 5px); } }
    @media (min-width: 1920px) {
      .easyClevero-hp-category-g .thumbnail {
        margin-top: 15px; } }
    @media (min-width: 1440px) {
      .easyClevero-hp-category-g .thumbnail {
        margin-bottom: calc(1.0416666667vw - 5px); } }
    @media (min-width: 1920px) {
      .easyClevero-hp-category-g .thumbnail {
        margin-bottom: 15px; } }
    .easyClevero-hp-category-g .thumbnail img {
      display: block;
      margin: 0 auto;
      transition: .5s;
      transform: scale(1); }
  .easyClevero-hp-category-g:hover .thumbnail::after {
    transform: scaleX(0.8); }
  .easyClevero-hp-category-g:hover img {
    transform: scale(1.15); }
  .easyClevero-hp-category-g .category-name {
    color: #000000;
    font-size: 16px;
    text-align: center; }
    @media (min-width: 1115px) {
      .easyClevero-hp-category-g .category-name {
        font-size: calc(2.3529411765vw - 10.2352941176px); } }
    @media (min-width: 1200px) {
      .easyClevero-hp-category-g .category-name {
        font-size: 18px; } }

.filterCities {
  background: #ebebeb;
  margin-bottom: 40px; }
  .filterCities-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (max-width: 580px) {
      .filterCities-list {
        padding: 0; } }
    @media (max-width: 580px) {
      .filterCities-list li {
        width: 50%; } }
    .filterCities-list li a {
      text-decoration: none;
      text-transform: uppercase;
      padding: 20px 40px;
      display: block;
      font-weight: 600;
      transition: all .25s ease-in-out;
      text-align: center; }
      @media (max-width: 580px) {
        .filterCities-list li a {
          padding: 12px; } }
    .filterCities-list li:hover a, .filterCities-list li.active a {
      background: #d70929;
      color: #fff; }

.location_news_getList .easyClevero-news-box {
  margin-top: 25px !important; }

.location_news_getList .frame-margined {
  margin-bottom: 30px; }

.location_news_getList .list-news-box {
  width: 31%;
  margin: 0 3% 3% 0; }
  .location_news_getList .list-news-box figure {
    position: relative;
    margin: 0 0 20px 0; }
    .location_news_getList .list-news-box figure:hover:before {
      opacity: 0.8; }
    .location_news_getList .list-news-box figure:hover .button {
      opacity: 1;
      visibility: visible; }
    .location_news_getList .list-news-box figure:before {
      content: "";
      background: #d70929;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: 0.5s; }
  .location_news_getList .list-news-box .button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid #fff;
    width: 228px;
    height: 68px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    text-decoration: none; }
  @media (min-width: 768px) {
    .location_news_getList .list-news-box:nth-of-type(3n) {
      margin: 0 0 3% 0; } }
  @media (max-width: 767px) {
    .location_news_getList .list-news-box {
      width: 48%; } }
  @media (max-width: 767px) and (min-width: 481px) {
    .location_news_getList .list-news-box:nth-of-type(2n) {
      margin: 0 0 30px 0; } }
  @media (max-width: 480px) {
    .location_news_getList .list-news-box {
      width: 100%;
      margin: 0 0 50px 0; } }
  .location_news_getList .list-news-box h2 {
    font-weight: 300;
    color: #d70929;
    font-size: 20px;
    padding: 0;
    margin: 0;
    font-family: "Open Sans", "Arial", sans-serif; }
    .location_news_getList .list-news-box h2:before {
      display: none; }
    .location_news_getList .list-news-box h2 a {
      text-decoration: none;
      color: #d70929;
      text-transform: uppercase; }
      .location_news_getList .list-news-box h2 a:hover {
        text-decoration: underline; }
  .location_news_getList .list-news-box .date {
    font-size: 14px;
    margin-bottom: 10px;
    display: block; }

.easyClevero-news-box {
  flex-wrap: nowrap;
  margin-bottom: 50px; }
  @media (max-width: 650px) {
    .easyClevero-news-box {
      flex-wrap: wrap; } }
  .easyClevero-news-box:last-of-type {
    margin-bottom: 0; }
  .easyClevero-news-box .thumbnail {
    margin-right: 70px;
    min-width: 231px; }
    @media (max-width: 650px) {
      .easyClevero-news-box .thumbnail {
        display: none; } }
  .easyClevero-news-box h3 {
    font-weight: 300;
    color: #d70929;
    font-size: 24px;
    margin-bottom: 20px; }
    .easyClevero-news-box h3 a {
      text-decoration: none;
      color: #d70929;
      text-transform: uppercase; }
      .easyClevero-news-box h3 a:hover {
        text-decoration: underline; }
  .easyClevero-news-box .date, .easyClevero-news-box p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px; }
    @media (min-width: 320px) {
      .easyClevero-news-box .date, .easyClevero-news-box p {
        font-size: calc(0.2272727273vw + 13.2727272727px); } }
    @media (min-width: 1200px) {
      .easyClevero-news-box .date, .easyClevero-news-box p {
        font-size: 16px; } }
  .easyClevero-news-box .date {
    margin-bottom: 10px; }
  .easyClevero-news-box p {
    margin-bottom: 17px; }
    @media (min-width: 320px) {
      .easyClevero-news-box p {
        margin-bottom: calc(1.4772727273vw + 12.2727272727px); } }
    @media (min-width: 1200px) {
      .easyClevero-news-box p {
        margin-bottom: 30px; } }
  .easyClevero-news-box .go_to_news {
    font-size: 25px;
    color: #666;
    text-decoration: none;
    transition: .5s; }
    .easyClevero-news-box .go_to_news:hover {
      color: #333333; }

.easyClevero-news-bottom {
  margin-top: 25px; }
  @media (min-width: 320px) {
    .easyClevero-news-bottom {
      margin-top: calc(2.8409090909vw + 15.9090909091px); } }
  @media (min-width: 1200px) {
    .easyClevero-news-bottom {
      margin-top: 50px; } }
  .easyClevero-news-bottom a {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d70929;
    text-decoration: none;
    position: relative;
    padding-bottom: 24px; }
    .easyClevero-news-bottom a:before {
      content: "";
      width: 12px;
      height: 12px;
      background: #d70929;
      border-radius: 50%;
      position: absolute;
      bottom: 0;
      left: 100%;
      transition: 1s; }
    .easyClevero-news-bottom a:after {
      content: "";
      width: 100%;
      height: 2px;
      background: #d70929;
      position: absolute;
      bottom: 5px;
      left: 0;
      transition: 1s; }
    .easyClevero-news-bottom a:hover:after {
      width: 20%; }
    .easyClevero-news-bottom a:hover:before {
      left: 20%; }
  @media (max-width: 1360px) {
    .easyClevero-news-bottom {
      justify-content: flex-start !important; } }

.content-news {
  margin-bottom: 30px; }
  .content-news .header-news {
    overflow: hidden; }
    .content-news .header-news picture {
      display: none; }
    .content-news .header-news .summary-box .date {
      font-weight: 600;
      margin-bottom: 20px;
      display: block; }

.messages {
  margin-bottom: 20px; }

.hidden {
  display: none; }

.shopping-cart-panel {
  background-color: #fff;
  position: relative; }
  .shopping-cart-panel .btn {
    width: auto; }
    .shopping-cart-panel .btn.login-in-cart {
      float: right; }
      @media (max-width: 600px) {
        .shopping-cart-panel .btn.login-in-cart {
          float: left; } }
    .shopping-cart-panel .btn i {
      font-size: 20px;
      margin-right: 10px;
      vertical-align: middle; }
  .shopping-cart-panel .btn a.back:active {
    top: 0; }
  @media (max-width: 620px) {
    .shopping-cart-panel .btn a.back {
      padding: 0 12px; } }
  .shopping-cart-panel .btn a.next-step {
    width: auto;
    padding: 0 10px; }
    .shopping-cart-panel .btn a.next-step:active {
      top: 0; }
    @media (max-width: 620px) {
      .shopping-cart-panel .btn a.next-step {
        padding: 0 12px; } }

.step-with-sum {
  width: calc(100% - 240px);
  float: left;
  padding-right: 0px; }
  @media (max-width: 970px) {
    .step-with-sum {
      width: 100%; }
      .step-with-sum .cart-box {
        padding: 10px; } }

.cart-steps {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px; }
  .cart-steps .step {
    width: 25%;
    float: left;
    padding: 0 20px;
    background-color: #e9e8e8;
    text-align: center;
    position: relative;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    color: #000000; }
    .cart-steps .step.after {
      background-color: #ccc; }
    .cart-steps .step.current {
      background-color: #d70929;
      color: #fff; }
      .cart-steps .step.current .order-step {
        color: #fff;
        /* prebiti vychoziho stylu <h1> */
        font-size: inherit;
        font-weight: inherit;
        display: inline;
        padding-bottom: 0; }
    .cart-steps .step.done {
      background: #0490E0; }
      .cart-steps .step.done a {
        color: white !important; }
    .cart-steps .step .order-step {
      color: black;
      text-decoration: none; }
      .cart-steps .step .order-step[href] {
        color: #d70929; }
        .cart-steps .step .order-step[href]:hover {
          text-decoration: underline; }
    @media (max-width: 850px) {
      .cart-steps .step {
        width: 50%;
        text-align: left; } }
    @media (max-width: 500px) {
      .cart-steps .step {
        width: 100%; } }

.content-body .total-sum {
  float: right;
  height: 40px;
  padding: 10px; }
  .content-body .total-sum p {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    vertical-align: bottom;
    line-height: normal;
    margin-bottom: 0px; }
    @media (max-width: 400px) {
      .content-body .total-sum p {
        font-size: 13px;
        margin-right: 10px; } }
  .content-body .total-sum span {
    vertical-align: bottom; }
  .content-body .total-sum .total-price {
    font-size: 28px;
    font-weight: 700;
    text-align: right;
    display: inline-block; }
    @media (max-width: 400px) {
      .content-body .total-sum .total-price {
        font-size: 20px; } }
    .content-body .total-sum .total-price .currency {
      font-size: 14px;
      position: relative;
      top: -2px; }

.total-sub-sum {
  float: right;
  height: 30px;
  padding: 10px; }
  .total-sub-sum p {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    vertical-align: bottom; }
    @media (max-width: 400px) {
      .total-sub-sum p {
        font-size: 13px;
        margin-right: 10px; } }
  .total-sub-sum span {
    vertical-align: bottom; }
  .total-sub-sum .total-price {
    font-size: 28px;
    font-weight: 700;
    text-align: right;
    display: inline-block; }
    @media (max-width: 400px) {
      .total-sub-sum .total-price {
        font-size: 20px; } }
    .total-sub-sum .total-price .currency {
      font-size: 14px;
      position: relative;
      top: -2px; }

.cart-box {
  width: 50%;
  display: inline-block;
  float: left;
  padding-right: 20px; }
  .cart-box .element {
    display: inline-block;
    vertical-align: middle; }
  @media (max-width: 970px) {
    .cart-box {
      width: calc(50% - 10px);
      padding-right: 0;
      margin-right: 20px; }
      .cart-box:nth-child(2) {
        margin-right: 0; } }
  @media (max-width: 767px) {
    .cart-box {
      width: 100%;
      padding: 0;
      margin-right: 0px;
      margin-bottom: 20px; }
      .cart-box:nth-child(2) {
        margin-right: 0; } }
  .cart-box.summary {
    width: 240px;
    padding-right: 0; }
    @media (max-width: 970px) {
      .cart-box.summary {
        display: block;
        width: 100%;
        margin: 30px 0 0; } }
    @media (max-width: 665px) {
      .cart-box.summary {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0; } }
    .cart-box.summary header {
      margin-bottom: 0; }
  .cart-box header {
    border-bottom: 1px solid #999999; }
    .cart-box header h2 {
      margin: 0 0 20px 0; }
  .cart-box fieldset {
    display: block;
    width: 100%;
    border: none;
    padding: 0; }
    .cart-box fieldset label {
      display: inline-block;
      width: 100%;
      vertical-align: middle;
      min-height: 100px;
      padding: 20px 0px;
      border-bottom: 1px solid #999999; }
      .cart-box fieldset label:before {
        content: "";
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle; }
      .cart-box fieldset label img {
        display: inline-block;
        max-height: 60px;
        max-width: 80px;
        vertical-align: middle;
        margin-left: 10px; }
        @media (max-width: 665px) {
          .cart-box fieldset label img {
            max-width: 40px; } }
      .cart-box fieldset label .ver-label {
        display: inline-block;
        margin-left: 10px;
        width: calc(100% - 140px);
        vertical-align: middle;
        font-size: 13px; }
        .cart-box fieldset label .ver-label .summary {
          font-weight: 400;
          margin-top: 8px;
          display: block;
          font-size: 13px;
          line-height: 1.4em;
          max-height: 5.6em;
          overflow: hidden;
          text-overflow: ellipsis; }
          .cart-box fieldset label .ver-label .summary:empty {
            display: none; }
        .cart-box fieldset label .ver-label p {
          font-size: 15px;
          font-weight: 700; }
        @media (max-width: 665px) {
          .cart-box fieldset label .ver-label {
            width: calc(100% - 100px);
            font-size: 13px; } }
  .cart-box .summary-box {
    display: block;
    border: 1px solid #999999;
    border-top: none; }
    @media (max-width: 970px) {
      .cart-box .summary-box {
        display: block; } }
    .cart-box .summary-box .item-summary {
      display: inline-block;
      width: 100%;
      padding: 10px;
      border-bottom: 1px solid #999999; }
      .cart-box .summary-box .item-summary .item-img-holder {
        width: 60px;
        height: 60px;
        display: inline-block;
        float: left; }
        .cart-box .summary-box .item-summary .item-img-holder img {
          display: block;
          max-width: 100%;
          max-height: 100%; }
      .cart-box .summary-box .item-summary .item-name {
        width: calc(100% - 60px);
        padding-left: 10px;
        font-size: 13px;
        display: inline-block;
        float: left;
        margin-bottom: 10px; }
      .cart-box .summary-box .item-summary .item-price {
        float: right;
        display: inline-block;
        width: 100%;
        font-size: 13px;
        text-align: right; }
    .cart-box .summary-box .total-cart-sum {
      display: inline-block;
      width: 100%;
      padding: 10px; }
      .cart-box .summary-box .total-cart-sum span:nth-child(1) {
        font-size: 14px;
        font-weight: 700;
        float: left;
        padding-top: 7px; }
      .cart-box .summary-box .total-cart-sum span:nth-child(2) {
        font-size: 20px;
        font-weight: 700;
        float: right; }

.cart-box .summary-box .total-cart-sum span.currency {
  float: none; }

.cart-step-2 .cart-bottom-actions {
  float: left;
  padding-right: 20px;
  width: 100%;
  clear: both; }
  @media (max-width: 970px) {
    .cart-step-2 .cart-bottom-actions {
      width: 100%;
      padding-right: 0; } }

.cart-step-3 {
  margin-bottom: 30px; }
  .cart-step-3.step-with-sum {
    padding-right: 20px; }
    @media (max-width: 600px) {
      .cart-step-3.step-with-sum .login-in-cart {
        margin-bottom: 20px; } }
    @media (max-width: 970px) {
      .cart-step-3.step-with-sum {
        padding-right: 0px; } }
  .cart-step-3 .cart-bottom-actions {
    float: left;
    padding-right: 20px;
    width: 100%;
    clear: both; }
    @media (max-width: 970px) {
      .cart-step-3 .cart-bottom-actions {
        width: 100%;
        padding-right: 0; } }
    .cart-step-3 .cart-bottom-actions .col {
      height: auto;
      margin: 0; }
  .cart-step-3 .contact-field {
    width: calc(100% - 240px);
    float: left;
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0;
    border: none; }
    @media (max-width: 970px) {
      .cart-step-3 .contact-field {
        width: 100%;
        padding: 0; } }

.price-summary2 {
  margin-bottom: 35px; }

.cart-column {
  width: 33.33%;
  float: left;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 30px; }
  .cart-column header {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .cart-column p {
    display: block;
    margin-bottom: 6px; }
  @media (max-width: 767px) {
    .cart-column {
      width: 50%; } }
  @media (max-width: 620px) {
    .cart-column {
      width: 100%; } }

.field-checkbox {
  display: block;
  margin-bottom: 30px; }
  .field-checkbox label {
    cursor: pointer; }
    .field-checkbox label input {
      margin-right: 6px; }

.contact-field .field-section.other-address, .field-section.company, .field-section.registration {
  display: none; }

.ticket {
  margin-top: 20px; }
  .ticket p {
    margin-bottom: 6px; }
  .ticket input {
    height: 40px;
    padding: 0 12px;
    border: 1px solid #d7d7d7;
    float: left; }
    @media (max-width: 440px) {
      .ticket input {
        width: 100%; } }
  .ticket button {
    height: 40px;
    padding: 0 12px;
    border: none;
    float: left;
    background: #d70929;
    color: #fff; }
    @media (max-width: 440px) {
      .ticket button {
        float: right; } }
    .ticket button:hover {
      background: #ab8e32; }

.req-passw {
  font-size: 12px;
  text-align: right;
  width: 100%;
  display: block;
  margin-top: 4px; }
  .req-passw .slow {
    color: red; }
  .req-passw .medium {
    color: yellow; }
  .req-passw .hard {
    color: green; }

.conditions {
  display: block;
  text-align: right;
  font-size: 13px;
  clear: both;
  float: right; }
  .conditions input {
    margin-right: 6px;
    cursor: pointer; }

.pplparcelshop {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 20px 0px;
  border-bottom: 1px solid #e1e1e1; }
  .pplparcelshop .ui-selectmenu-button.ui-button {
    width: 100%; }
    .pplparcelshop .ui-selectmenu-button.ui-button .ui-selectmenu-text {
      max-width: 400px; }
  .pplparcelshop .logo-container img {
    display: inline-block;
    max-width: 100%; }

#pplparcelshop-info {
  padding: 8px; }
  #pplparcelshop-info .openTime {
    display: block;
    margin-bottom: 16px; }
  #pplparcelshop-info .desc {
    font-size: 13px;
    line-height: 18px; }

.bottom-cart-panel {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 860px) {
    .bottom-cart-panel {
      flex-direction: column; } }
  .bottom-cart-panel .easyClevero-discount-form {
    width: 390px;
    display: block;
    max-width: 100%;
    flex: none;
    margin-bottom: 30px; }
    @media (max-width: 860px) {
      .bottom-cart-panel .easyClevero-discount-form {
        width: 100%; } }

.easyClevero-cart-sum {
  margin-bottom: 20px;
  flex: 1; }
  .easyClevero-cart-sum .easyClevero-cart-sum-item {
    width: 100%;
    text-align: right;
    padding: 6px 0;
    font-size: 13px; }
    @media (min-width: 320px) {
      .easyClevero-cart-sum .easyClevero-cart-sum-item {
        font-size: calc(0.1136363636vw + 12.6363636364px); } }
    @media (min-width: 1200px) {
      .easyClevero-cart-sum .easyClevero-cart-sum-item {
        font-size: 14px; } }
    .easyClevero-cart-sum .easyClevero-cart-sum-item .title {
      width: 165px; }
      @media (min-width: 320px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item .title {
          width: calc(6.25vw + 145px); } }
      @media (min-width: 1200px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item .title {
          width: 220px; } }
    .easyClevero-cart-sum .easyClevero-cart-sum-item .description {
      width: 115px; }
      @media (min-width: 320px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item .description {
          width: calc(9.6590909091vw + 84.0909090909px); } }
      @media (min-width: 1200px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item .description {
          width: 200px; } }
    .easyClevero-cart-sum .easyClevero-cart-sum-item:last-child .title {
      font-weight: 700;
      font-size: 15px; }
      @media (min-width: 320px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item:last-child .title {
          font-size: calc(0.1136363636vw + 14.6363636364px); } }
      @media (min-width: 1200px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item:last-child .title {
          font-size: 16px; } }
    .easyClevero-cart-sum .easyClevero-cart-sum-item:last-child .description {
      color: #666;
      font-weight: 700;
      font-size: 18px; }
      @media (min-width: 320px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item:last-child .description {
          font-size: calc(0.9090909091vw + 15.0909090909px); } }
      @media (min-width: 1200px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item:last-child .description {
          font-size: 26px; } }

.easyClevero-discount-form .easyClevero-discount {
  padding: 20px;
  background: #fff; }
  .easyClevero-discount-form .easyClevero-discount button {
    height: 34px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border: 1px solid #666;
    display: inline-block;
    color: #666;
    text-decoration: none;
    width: auto;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    background: transparent;
    font-weight: 400;
    transition: all 0.5s ease-out; }
    @media (min-width: 768px) {
      .easyClevero-discount-form .easyClevero-discount button {
        height: calc(3.2407407407vw + 9.1111111111px); } }
    @media (min-width: 1200px) {
      .easyClevero-discount-form .easyClevero-discount button {
        height: 48px; } }
    @media (min-width: 768px) {
      .easyClevero-discount-form .easyClevero-discount button {
        line-height: calc(3.2407407407vw + 7.1111111111px); } }
    @media (min-width: 1200px) {
      .easyClevero-discount-form .easyClevero-discount button {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .easyClevero-discount-form .easyClevero-discount button {
        padding-left: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .easyClevero-discount-form .easyClevero-discount button {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .easyClevero-discount-form .easyClevero-discount button {
        padding-right: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .easyClevero-discount-form .easyClevero-discount button {
        padding-right: 48px; } }
    .easyClevero-discount-form .easyClevero-discount button i {
      margin-right: 8px; }
    .easyClevero-discount-form .easyClevero-discount button::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #666;
      transform: scale(0);
      transition-property: transform;
      transition-duration: 0.5s;
      transition-timing-function: ease-out; }
    .easyClevero-discount-form .easyClevero-discount button:hover {
      color: white; }
      .easyClevero-discount-form .easyClevero-discount button:hover::before {
        transform: scale(2); }
  .easyClevero-discount-form .easyClevero-discount label {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 14px;
    font-size: 18px; }
    @media (min-width: 320px) {
      .easyClevero-discount-form .easyClevero-discount label {
        font-size: calc(0.2272727273vw + 17.2727272727px); } }
    @media (min-width: 1200px) {
      .easyClevero-discount-form .easyClevero-discount label {
        font-size: 20px; } }
  .easyClevero-discount-form .easyClevero-discount input {
    display: block;
    width: 100%;
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #a8a8a8;
    height: 34px;
    margin-bottom: 14px;
    font-size: 16px; }
    @media (min-width: 768px) {
      .easyClevero-discount-form .easyClevero-discount input {
        height: calc(3.2407407407vw + 9.1111111111px); } }
    @media (min-width: 1200px) {
      .easyClevero-discount-form .easyClevero-discount input {
        height: 48px; } }
    .easyClevero-discount-form .easyClevero-discount input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #797979; }
    .easyClevero-discount-form .easyClevero-discount input::-moz-placeholder {
      /* Firefox 19+ */
      color: #797979; }
    .easyClevero-discount-form .easyClevero-discount input:-ms-input-placeholder {
      /* IE 10+ */
      color: #797979; }
    .easyClevero-discount-form .easyClevero-discount input:-moz-placeholder {
      /* Firefox 18- */
      color: #797979; }
    .easyClevero-discount-form .easyClevero-discount input.skryta-cpt {
      display: none; }
    .easyClevero-discount-form .easyClevero-discount input:focus {
      border-color: #555; }

.cart-bottom-actions {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 30px; }
  @media (min-width: 320px) {
    .cart-bottom-actions {
      padding-top: calc(1.7045454545vw + 9.5454545455px); } }
  @media (min-width: 1200px) {
    .cart-bottom-actions {
      padding-top: 30px; } }
  @media (min-width: 320px) {
    .cart-bottom-actions {
      padding-bottom: calc(3.4090909091vw + 19.0909090909px); } }
  @media (min-width: 1200px) {
    .cart-bottom-actions {
      padding-bottom: 60px; } }
  .cart-bottom-actions .back-to-shop {
    order: -1; }
  @media (max-width: 500px) {
    .cart-bottom-actions button, .cart-bottom-actions .back-to-shop, .cart-bottom-actions div, .cart-bottom-actions .next-step {
      width: 100% !important;
      text-align: center !important;
      justify-content: center !important; }
    .cart-bottom-actions .back-to-shop {
      margin-top: 10px;
      order: 2; } }

.cart-products-table {
  display: block;
  width: 100%;
  margin-bottom: 20px; }
  .cart-products-table .product-cart-name {
    font-size: 15px;
    color: #000;
    text-decoration: none; }
    @media (min-width: 320px) {
      .cart-products-table .product-cart-name {
        font-size: calc(0.1136363636vw + 14.6363636364px); } }
    @media (min-width: 1200px) {
      .cart-products-table .product-cart-name {
        font-size: 16px; } }
    .cart-products-table .product-cart-name:hover {
      text-decoration: underline; }
  .cart-products-table .product-remove {
    text-decoration: none;
    font-size: 20px;
    color: #000;
    transition: .5s; }
    .cart-products-table .product-remove:hover {
      color: #bd5454; }
  .cart-products-table tbody, .cart-products-table thead {
    width: 100%;
    display: block; }
  .cart-products-table.no-trash tr {
    grid-template-columns: 100px 1fr 170px 125px; }
    @media (max-width: 700px) {
      .cart-products-table.no-trash tr {
        grid-template-columns: 100px 1fr 1fr 40px;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "a b b" "a d e"; }
        .cart-products-table.no-trash tr:first-child {
          display: none; } }
    @media (max-width: 420px) {
      .cart-products-table.no-trash tr {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: "b b" "a a" "d e";
        grid-auto-rows: auto; } }
  .cart-products-table tr {
    border-bottom: 1px solid #ebebeb;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 1fr 170px 125px 85px;
    grid-template-columns: 100px 1fr 170px 125px 85px;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr; }
    .cart-products-table tr > *:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1; }
    .cart-products-table tr > *:nth-child(2) {
      -ms-grid-row: 1;
      -ms-grid-column: 2; }
    .cart-products-table tr > *:nth-child(3) {
      -ms-grid-row: 1;
      -ms-grid-column: 3; }
    .cart-products-table tr > *:nth-child(4) {
      -ms-grid-row: 1;
      -ms-grid-column: 4; }
    .cart-products-table tr > *:nth-child(5) {
      -ms-grid-row: 1;
      -ms-grid-column: 5; }
    @media (max-width: 700px) {
      .cart-products-table tr {
        grid-template-columns: 100px 1fr 1fr 40px;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "a b b b" "a d e f"; }
        .cart-products-table tr:first-child {
          display: none; } }
    @media (max-width: 420px) {
      .cart-products-table tr {
        grid-template-columns: 1fr 1fr 40px;
        grid-template-rows: auto;
        grid-template-areas: "b b b" "a a a" "d e f";
        grid-auto-rows: auto;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .cart-products-table tr .thumbnail {
          margin-bottom: 20px;
          margin-top: 20px; }
        .cart-products-table tr td:nth-child(2) {
          text-align: center; } }
    .cart-products-table tr td, .cart-products-table tr th {
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      align-items: center;
      padding: 8px;
      position: relative; }
      .cart-products-table tr td::before, .cart-products-table tr th::before {
        content: attr(data-mobile-text);
        display: none;
        font-size: 13px; }
        @media (max-width: 700px) {
          .cart-products-table tr td::before, .cart-products-table tr th::before {
            display: block;
            width: calc(100% - 16px);
            margin-bottom: 5px;
            position: absolute;
            top: 0;
            left: 8px; } }
      @media (max-width: 700px) {
        .cart-products-table tr td.count, .cart-products-table tr td.price-vat, .cart-products-table tr td.product-td-remove, .cart-products-table tr th.count, .cart-products-table tr th.price-vat, .cart-products-table tr th.product-td-remove {
          padding-top: 20px; }
        .cart-products-table tr td.price-vat, .cart-products-table tr th.price-vat {
          justify-content: flex-start; }
          .cart-products-table tr td.price-vat::before, .cart-products-table tr th.price-vat::before {
            text-align: left; }
        .cart-products-table tr td:nth-child(1), .cart-products-table tr th:nth-child(1) {
          grid-area: a; }
        .cart-products-table tr td:nth-child(2), .cart-products-table tr th:nth-child(2) {
          grid-area: b; }
        .cart-products-table tr td:nth-child(3), .cart-products-table tr th:nth-child(3) {
          grid-area: d; }
        .cart-products-table tr td:nth-child(4), .cart-products-table tr th:nth-child(4) {
          grid-area: e; }
        .cart-products-table tr td:nth-child(5), .cart-products-table tr th:nth-child(5) {
          grid-area: f; } }
      @media (max-width: 420px) {
        .cart-products-table tr td.price-vat, .cart-products-table tr th.price-vat {
          justify-content: flex-end; }
          .cart-products-table tr td.price-vat::before, .cart-products-table tr th.price-vat::before {
            text-align: right; } }

.order-inner {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap; }

.terms-holder {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px; }
  .terms-holder p {
    text-align: left; }

.login-in-cart {
  height: 34px;
  line-height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border: 1px solid #0490E0;
  display: inline-block;
  color: white;
  text-decoration: none;
  width: auto;
  position: relative;
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  background: #0490E0;
  font-weight: 400;
  transition: all 0.5s ease-out;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .login-in-cart {
      height: calc(3.2407407407vw + 9.1111111111px); } }
  @media (min-width: 1200px) {
    .login-in-cart {
      height: 48px; } }
  @media (min-width: 768px) {
    .login-in-cart {
      line-height: calc(3.2407407407vw + 7.1111111111px); } }
  @media (min-width: 1200px) {
    .login-in-cart {
      line-height: 46px; } }
  @media (min-width: 768px) {
    .login-in-cart {
      padding-left: calc(6.4814814815vw - 29.7777777778px); } }
  @media (min-width: 1200px) {
    .login-in-cart {
      padding-left: 48px; } }
  @media (min-width: 768px) {
    .login-in-cart {
      padding-right: calc(6.4814814815vw - 29.7777777778px); } }
  @media (min-width: 1200px) {
    .login-in-cart {
      padding-right: 48px; } }
  .login-in-cart i {
    margin-right: 8px; }
  .login-in-cart::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #02507c;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out; }
  .login-in-cart:hover {
    color: white; }
    .login-in-cart:hover::before {
      transform: scale(2); }

#buttonSubmit, .next-step {
  height: 34px;
  line-height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border: 1px solid #0490E0;
  display: inline-block;
  color: white;
  text-decoration: none;
  width: auto;
  position: relative;
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  background: #0490E0;
  font-weight: 400;
  transition: all 0.5s ease-out; }
  @media (min-width: 768px) {
    #buttonSubmit, .next-step {
      height: calc(3.2407407407vw + 9.1111111111px); } }
  @media (min-width: 1200px) {
    #buttonSubmit, .next-step {
      height: 48px; } }
  @media (min-width: 768px) {
    #buttonSubmit, .next-step {
      line-height: calc(3.2407407407vw + 7.1111111111px); } }
  @media (min-width: 1200px) {
    #buttonSubmit, .next-step {
      line-height: 46px; } }
  @media (min-width: 768px) {
    #buttonSubmit, .next-step {
      padding-left: calc(6.4814814815vw - 29.7777777778px); } }
  @media (min-width: 1200px) {
    #buttonSubmit, .next-step {
      padding-left: 48px; } }
  @media (min-width: 768px) {
    #buttonSubmit, .next-step {
      padding-right: calc(6.4814814815vw - 29.7777777778px); } }
  @media (min-width: 1200px) {
    #buttonSubmit, .next-step {
      padding-right: 48px; } }
  #buttonSubmit i, .next-step i {
    margin-right: 8px; }
  #buttonSubmit::before, .next-step::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #02507c;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out; }
  #buttonSubmit:hover, .next-step:hover {
    color: white; }
    #buttonSubmit:hover::before, .next-step:hover::before {
      transform: scale(2); }

.spinner-holder {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .spinner-holder i {
    color: white;
    font-size: 35px; }

.predkosik-textura {
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  display: none; }

.left_fixed_pre_card {
  position: fixed;
  right: -420px;
  top: 0;
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  height: 100%;
  display: block;
  z-index: 99999999;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: .5s; }
  @media (max-width: 520px) {
    .left_fixed_pre_card {
      max-width: 320px; } }
  .left_fixed_pre_card.open {
    right: 0px; }
  .left_fixed_pre_card .pre_cart_content {
    max-width: 100%;
    padding: 20px; }
  .left_fixed_pre_card .header_pre_cart {
    border-bottom: 1px solid #eaeaea;
    font-size: 25px;
    padding-bottom: 15px;
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 15px; }
  .left_fixed_pre_card .closing_pre_cart {
    position: absolute;
    right: 7px;
    top: 20px;
    cursor: pointer;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .left_fixed_pre_card .closing_pre_cart svg {
      height: 20px; }
  .left_fixed_pre_card .pre_cart_item_container {
    max-height: 456px;
    overflow-y: auto;
    display: block;
    overflow-x: hidden; }
    @media (max-height: 790px) {
      .left_fixed_pre_card .pre_cart_item_container {
        max-height: 255px; } }
  .left_fixed_pre_card .pre_cart_product {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eaeaea;
    transition: 1s;
    left: 0%; }
    .left_fixed_pre_card .pre_cart_product.pre_hidden {
      left: 100%; }
    .left_fixed_pre_card .pre_cart_product .thumbnail {
      width: 60px;
      display: inline-block;
      float: left;
      height: 60px; }
      .left_fixed_pre_card .pre_cart_product .thumbnail img {
        max-width: 100%;
        max-height: 100%; }
  .left_fixed_pre_card .pre_cart_product_name {
    font-size: 14px;
    font-weight: 600;
    display: block;
    float: right;
    width: calc(100% - 60px);
    padding-left: 12px;
    margin-bottom: 15px; }
  .left_fixed_pre_card .pre_cart_product_price {
    font-size: 13px;
    color: #d70929;
    font-weight: 400;
    display: block;
    float: right;
    clear: right;
    width: calc(100% - 60px);
    padding-left: 12px; }
  .left_fixed_pre_card .summary_box {
    text-align: right; }
    .left_fixed_pre_card .summary_box span:first-child {
      font-size: 14px;
      display: inline-block; }
    .left_fixed_pre_card .summary_box span:last-child {
      font-size: 20px;
      font-weight: bold;
      display: inline-block;
      color: #d70929; }
  .left_fixed_pre_card .btn {
    height: 34px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border: 1px solid #666;
    display: inline-block;
    color: #666;
    text-decoration: none;
    width: auto;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    background: transparent;
    font-weight: 400;
    transition: all 0.5s ease-out;
    width: 100%;
    margin: 20px 0;
    text-align: center; }
    @media (min-width: 768px) {
      .left_fixed_pre_card .btn {
        height: calc(3.2407407407vw + 9.1111111111px); } }
    @media (min-width: 1200px) {
      .left_fixed_pre_card .btn {
        height: 48px; } }
    @media (min-width: 768px) {
      .left_fixed_pre_card .btn {
        line-height: calc(3.2407407407vw + 7.1111111111px); } }
    @media (min-width: 1200px) {
      .left_fixed_pre_card .btn {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .left_fixed_pre_card .btn {
        padding-left: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .left_fixed_pre_card .btn {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .left_fixed_pre_card .btn {
        padding-right: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .left_fixed_pre_card .btn {
        padding-right: 48px; } }
    .left_fixed_pre_card .btn i {
      margin-right: 8px; }
    .left_fixed_pre_card .btn::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #666;
      transform: scale(0);
      transition-property: transform;
      transition-duration: 0.5s;
      transition-timing-function: ease-out; }
    .left_fixed_pre_card .btn:hover {
      color: white; }
      .left_fixed_pre_card .btn:hover::before {
        transform: scale(2); }
  .left_fixed_pre_card .go_back_pre_cart {
    text-decoration: underline;
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 0; }
    .left_fixed_pre_card .go_back_pre_cart.btn.back {
      margin: 0;
      width: 100%; }
    .left_fixed_pre_card .go_back_pre_cart:hover {
      text-decoration: none; }

.precart-easy {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  padding: 20px;
  /* Center slide text vertically */
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .precart-easy.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .precart-easy .continue-to-cart {
    height: 34px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border: 1px solid #3f96cc;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    width: auto;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    background: #3f96cc;
    font-weight: 400;
    transition: all 0.5s ease-out;
    padding: 0 15px !important;
    font-size: 14px;
    height: 41px !important;
    line-height: 37px !important; }
    @media (min-width: 768px) {
      .precart-easy .continue-to-cart {
        height: calc(3.2407407407vw + 9.1111111111px); } }
    @media (min-width: 1200px) {
      .precart-easy .continue-to-cart {
        height: 48px; } }
    @media (min-width: 768px) {
      .precart-easy .continue-to-cart {
        line-height: calc(3.2407407407vw + 7.1111111111px); } }
    @media (min-width: 1200px) {
      .precart-easy .continue-to-cart {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .precart-easy .continue-to-cart {
        padding-left: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .precart-easy .continue-to-cart {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .precart-easy .continue-to-cart {
        padding-right: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .precart-easy .continue-to-cart {
        padding-right: 48px; } }
    .precart-easy .continue-to-cart i {
      margin-right: 8px; }
    .precart-easy .continue-to-cart::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #d70929;
      transform: scale(0);
      transition-property: transform;
      transition-duration: 0.5s;
      transition-timing-function: ease-out; }
    .precart-easy .continue-to-cart:hover {
      color: #fff; }
      .precart-easy .continue-to-cart:hover::before {
        transform: scale(2); }
  .precart-easy .btn.back {
    height: 34px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border: 1px solid #666;
    display: inline-block;
    color: #666;
    text-decoration: none;
    width: auto;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    background: transparent;
    font-weight: 400;
    transition: all 0.5s ease-out;
    padding: 0 15px !important;
    font-size: 14px;
    height: 41px !important;
    line-height: 37px !important; }
    @media (min-width: 768px) {
      .precart-easy .btn.back {
        height: calc(3.2407407407vw + 9.1111111111px); } }
    @media (min-width: 1200px) {
      .precart-easy .btn.back {
        height: 48px; } }
    @media (min-width: 768px) {
      .precart-easy .btn.back {
        line-height: calc(3.2407407407vw + 7.1111111111px); } }
    @media (min-width: 1200px) {
      .precart-easy .btn.back {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .precart-easy .btn.back {
        padding-left: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .precart-easy .btn.back {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .precart-easy .btn.back {
        padding-right: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .precart-easy .btn.back {
        padding-right: 48px; } }
    .precart-easy .btn.back i {
      margin-right: 8px; }
    .precart-easy .btn.back::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #666;
      transform: scale(0);
      transition-property: transform;
      transition-duration: 0.5s;
      transition-timing-function: ease-out; }
    .precart-easy .btn.back:hover {
      color: white; }
      .precart-easy .btn.back:hover::before {
        transform: scale(2); }
  .precart-easy .precart-easy-content {
    padding: 20px;
    border-radius: 5px;
    display: block;
    transition: .3s;
    transform: scale(0);
    background-color: #fff;
    width: 100%;
    max-width: 600px; }
    .precart-easy .precart-easy-content.show {
      transform: scale(1); }
    .precart-easy .precart-easy-content .precart-info {
      margin-bottom: 16px;
      font-size: 14px;
      width: 100%; }
    @media (max-width: 450px) {
      .precart-easy .precart-easy-content .buttons-holder {
        text-align: center; }
        .precart-easy .precart-easy-content .buttons-holder .btn.continue-to-cart {
          float: none;
          margin-top: 15px; }
        .precart-easy .precart-easy-content .buttons-holder .btn.back {
          float: none; } }
    .precart-easy .precart-easy-content .btn {
      width: auto; }
      .precart-easy .precart-easy-content .btn.continue-to-cart {
        float: right; }
    .precart-easy .precart-easy-content .precart-easy-header {
      font-size: 26px;
      margin: 0 0 16px 0;
      padding: 0 0 16px 0;
      display: block;
      border-bottom: 1px solid #e1e1e1; }
      .precart-easy .precart-easy-content .precart-easy-header:before {
        display: inline-block;
        margin-right: 12px;
        content: "\f07a";
        font-family: Font Awesome\ 5 Free;
        font-weight: 900 !important; }
    .precart-easy .precart-easy-content .easy-products-container {
      margin: 0px 0px 16px 0px;
      padding: 0px 0px 16px 0px;
      display: block;
      border-bottom: 1px solid #e1e1e1; }
      .precart-easy .precart-easy-content .easy-products-container .thumbnail {
        display: block;
        max-height: 110px;
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 25px; }
        .precart-easy .precart-easy-content .easy-products-container .thumbnail img {
          display: inline-block;
          max-height: 110px; }
      .precart-easy .precart-easy-content .easy-products-container .precart-added-name {
        text-align: center;
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 18px;
        font-weight: 600; }
      .precart-easy .precart-easy-content .easy-products-container .precart-added-price {
        color: #d70929;
        font-weight: bold;
        text-align: right; }
      .precart-easy .precart-easy-content .easy-products-container .price-small {
        font-weight: 400;
        margin-right: 10px;
        color: #000; }

.flexbox, .productReview_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.zakaznik {
  background: #fff;
  padding: 16px;
  margin-bottom: 20px;
  border: 1px solid #eaeaea;
  flex: 0 calc(50% - 10px); }
  @media (max-width: 830px) {
    .zakaznik {
      flex: 0 100%; } }
  .zakaznik .shorty {
    margin-bottom: 0;
    padding-left: 0px; }
    .zakaznik .shorty li {
      display: block;
      width: 100%;
      cursor: default;
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 12px;
      text-align: justify;
      font-weight: 300; }
      .zakaznik .shorty li:before {
        background: transparent;
        color: #5ab13a;
        content: "\f067";
        font-family: 'Font Awesome\ 5 Free';
        width: auto;
        font-weight: 700;
        height: auto;
        margin-right: 12px;
        top: 0; }
  .zakaznik .zakaznik_inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .zakaznik .zakaznik_inline .z {
      flex: 1; }
      .zakaznik .zakaznik_inline .z img {
        max-width: 55px; }
      .zakaznik .zakaznik_inline .z:first-child {
        flex: 0 55px;
        margin-right: 10px; }
        @media (max-width: 550px) {
          .zakaznik .zakaznik_inline .z:first-child {
            flex: 0 56px; }
            .zakaznik .zakaznik_inline .z:first-child img {
              max-width: 100%; } }
  .zakaznik h2 {
    margin-bottom: 12px;
    padding: 0;
    font-size: 18px;
    display: inline-block; }
    @media (max-width: 550px) {
      .zakaznik h2 {
        font-size: 16px;
        margin-bottom: 8px; } }
  .zakaznik .datum_zakaznik {
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 20px;
    vertical-align: middle;
    float: right; }
    @media (max-width: 550px) {
      .zakaznik .datum_zakaznik {
        float: none;
        margin-bottom: 8px; } }
    .zakaznik .datum_zakaznik:before {
      display: inline-block;
      font-family: 'Font Awesome\ 5 Free';
      content: "\f073";
      margin-right: 6px;
      font-size: 16px;
      font-weight: 700; }
  .zakaznik .summary_zakaznik {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 12px;
    font-weight: 300;
    text-align: justify; }

.ajax-load-next-recenze {
  text-align: center; }
  .ajax-load-next-recenze button {
    display: inline-block;
    width: auto; }

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px;
  margin: 0 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block;
  max-height: 500px;
  overflow-y: auto; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: auto;
  padding: 10px 5px;
  height: 46px;
  background: #fff;
  line-height: 28px;
  vertical-align: middle;
  border: 1px solid #cfcfcf;
  color: #000; }
  .ui-selectmenu-button.ui-button:hover {
    background: #fff;
    border: 1px solid #696969;
    color: #000; }
  .ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
    border-color: 1px solid #000000; }

.ui-selectmenu-icon.ui-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%); }
  .ui-selectmenu-icon.ui-icon:before {
    content: '';
    width: 5px;
    height: 5px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 6px; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: 6px; }

.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -.6em;
  cursor: pointer; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background: #696969; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d70929;
  background: #d70929;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #d70929;
  background: #d70929;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: none; }

.ui-widget-header .ui-icon {
  background-image: none; }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: none; }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: none; }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: none; }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: none; }

.ui-button .ui-icon {
  background-image: none; }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.lg-icon {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900 !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 999999980;
  border: none;
  outline: none; }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\f054"; }

.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\f053"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 999999982;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .lg-toolbar .lg-icon:hover {
      color: #FFF; }
  .lg-toolbar .lg-close:after {
    content: "\f00d"; }
  .lg-toolbar .lg-download:after {
    content: "\f019"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 999999980; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 999999980;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      -webkit-transition: border-color 0.25s ease;
      -o-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }
  .lg-outer .lg-toogle-thumb:after {
    content: "\f00a"; }
  .lg-outer .lg-toogle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 999999980;
    cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999999983;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }

.lg-autoplay-button:after {
  content: "\f04b"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\f04c"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\f00e"; }

#lg-actual-size {
  font-size: 20px; }
  #lg-actual-size:after {
    content: "\f24d"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }
  #lg-zoom-out:after {
    content: "\f010"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 999999980;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\f0b2"; }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\f108"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999981;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px; }
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px; }
  .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333; }
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px; }
    .lg-outer .lg-dropdown a:hover {
      background-color: rgba(0, 0, 0, 0.07); }
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle; }
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto; }

.lg-outer #lg-share {
  position: relative; }
  .lg-outer #lg-share:after {
    content: "\f1e0"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\f09a"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\f099"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\f0d5"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\f0d2"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999950;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: no-repeat scroll center center transparent;
    display: none !important; }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 999999960; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html {
    display: none; }
  .lg-outer.lg-hide-download #lg-download {
    display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999940;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.content-gallery, .gallery-item-holder {
  max-width: 1720px;
  padding: 26px 20px 47px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .content-gallery, .gallery-item-holder {
      padding: 25px 20px; } }
  .content-gallery:not(.gallery-pages) .thumbnails span, .gallery-item-holder:not(.gallery-pages) .thumbnails span {
    display: none; }
  .content-gallery:not(.gallery-pages) .thumbnails a, .gallery-item-holder:not(.gallery-pages) .thumbnails a {
    width: calc(25% - 10px);
    margin: 10px 5px 0 5px; }
    @media (max-width: 768px) {
      .content-gallery:not(.gallery-pages) .thumbnails a, .gallery-item-holder:not(.gallery-pages) .thumbnails a {
        width: calc(50% - 20px);
        margin: 20px 10px 0 10px; } }
    @media (max-width: 420px) {
      .content-gallery:not(.gallery-pages) .thumbnails a, .gallery-item-holder:not(.gallery-pages) .thumbnails a {
        width: 100%;
        margin: 0 0 10px 0; } }
  .content-gallery.gallery-pages .thumbnails a, .gallery-item-holder.gallery-pages .thumbnails a {
    display: none; }
    @media (min-width: 981px) {
      .content-gallery.gallery-pages .thumbnails a:nth-child(-n+5), .gallery-item-holder.gallery-pages .thumbnails a:nth-child(-n+5) {
        display: block; } }
    @media (min-width: 421px) {
      .content-gallery.gallery-pages .thumbnails a:nth-child(-n+4), .gallery-item-holder.gallery-pages .thumbnails a:nth-child(-n+4) {
        display: block; } }
    @media (max-width: 420px) {
      .content-gallery.gallery-pages .thumbnails a:nth-child(-n+1), .gallery-item-holder.gallery-pages .thumbnails a:nth-child(-n+1) {
        display: block; } }
    .content-gallery.gallery-pages .thumbnails a span, .gallery-item-holder.gallery-pages .thumbnails a span {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(215, 9, 41, 0.6);
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #fff;
      opacity: 1;
      transition: 0.25s; }
    .content-gallery.gallery-pages .thumbnails a:hover span, .gallery-item-holder.gallery-pages .thumbnails a:hover span {
      opacity: 0; }
  .content-gallery .thumbnails, .gallery-item-holder .thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .content-gallery .thumbnails a, .gallery-item-holder .thumbnails a {
      width: calc(20% - 30px);
      overflow: hidden;
      position: relative;
      margin: 30px 15px 0 15px; }
      @media (max-width: 980px) {
        .content-gallery .thumbnails a, .gallery-item-holder .thumbnails a {
          width: calc(25% - 10px); } }
      @media (max-width: 768px) {
        .content-gallery .thumbnails a, .gallery-item-holder .thumbnails a {
          width: calc(50% - 20px);
          margin: 20px 10px 0 10px; } }
      @media (max-width: 420px) {
        .content-gallery .thumbnails a, .gallery-item-holder .thumbnails a {
          width: 100%;
          margin: 0; } }
      .content-gallery .thumbnails a img, .gallery-item-holder .thumbnails a img {
        width: 100%;
        display: block; }
      .content-gallery .thumbnails a:hover:before, .gallery-item-holder .thumbnails a:hover:before {
        opacity: 1; }
      .content-gallery .thumbnails a:hover:after, .gallery-item-holder .thumbnails a:hover:after {
        opacity: 1;
        transform: scale(1); }
      .content-gallery .thumbnails a:before, .gallery-item-holder .thumbnails a:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(215, 9, 41, 0.6);
        transition: all .25s ease-in-out;
        opacity: 0; }
      .content-gallery .thumbnails a:after, .gallery-item-holder .thumbnails a:after {
        content: '\f00e';
        font-family: Font Awesome\ 5 Free;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all .25s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-weight: 900;
        font-size: 40px;
        opacity: 0;
        transform: scale(1.6); }

.extra-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: space-between; }
  @media (max-width: 1000px) {
    .extra-content {
      flex-direction: column;
      align-items: center; } }

@media (min-width: 1000px) {
  .domsys-login {
    margin-left: 100px; } }

.domsys-login h3 {
  margin-top: 15px; }

.domsys-login p {
  margin-top: 15px !important;
  line-height: 20px !important; }

.domsys-login b {
  color: #d70929 !important; }

.domsys-login li {
  margin-top: 10px; }

.domsys-login ul {
  list-style-type: none; }

@media (max-width: 1000px) {
  .document-wrap {
    margin-bottom: 30px; } }

.document-wrap h3 {
  margin-top: 15px; }

.document-wrap .no-documents {
  align-items: center; }

.document-wrap p {
  margin-top: 15px !important; }

.domsys-login, .document-wrap {
  width: 500px;
  text-align: center;
  border: 2px solid #d70929;
  border-radius: 4%;
  min-height: 300px; }
  @media (max-width: 500px) {
    .domsys-login, .document-wrap {
      width: 300px; } }

.domsys-link {
  text-decoration: none;
  color: #000000 !important; }

.gallery-rozcestnik {
  position: relative; }
  .gallery-rozcestnik h2 {
    font-size: 24px;
    color: #77003e;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 43px;
    font-weight: 300;
    font-style: normal;
    font-family: "Open Sans", "Arial", sans-serif;
    left: 0;
    transform: none;
    padding: 0;
    text-align: center; }
    .domain_nosreti_reality_cz .gallery-rozcestnik h2 {
      color: #d70929; }
  .gallery-rozcestnik--swiper {
    margin: 0 0 80px;
    height: 177px; }
    @media (min-width: 320px) {
      .gallery-rozcestnik--swiper {
        height: calc(55.625vw - 1px); } }
    @media (min-width: 480px) {
      .gallery-rozcestnik--swiper {
        height: calc(-13400vw + 64586px); } }
    @media (min-width: 481px) {
      .gallery-rozcestnik--swiper {
        height: calc(27.5362318841vw - 0.4492753623px); } }
    @media (min-width: 550px) {
      .gallery-rozcestnik--swiper {
        height: calc(-5100vw + 28201px); } }
    @media (min-width: 551px) {
      .gallery-rozcestnik--swiper {
        height: calc(18.4331797235vw - 1.5668202765px); } }
    @media (min-width: 768px) {
      .gallery-rozcestnik--swiper {
        height: calc(-3600vw + 27788px); } }
    @media (min-width: 769px) {
      .gallery-rozcestnik--swiper {
        height: calc(14.0127388535vw - 3.7579617834px); } }
    @media (min-width: 1240px) {
      .gallery-rozcestnik--swiper {
        height: calc(-3500vw + 43570px); } }
    @media (min-width: 1241px) {
      .gallery-rozcestnik--swiper {
        height: calc(10.8983799705vw - 0.2488954345px); } }
    @media (min-width: 1920px) {
      .gallery-rozcestnik--swiper {
        height: 209px; } }
    .gallery-rozcestnik--swiper:before, .gallery-rozcestnik--swiper:after {
      content: "";
      width: 250px;
      height: 100%;
      top: 0;
      position: absolute;
      z-index: 5; }
      @media (max-width: 767px) {
        .gallery-rozcestnik--swiper:before, .gallery-rozcestnik--swiper:after {
          display: none; } }
    .gallery-rozcestnik--swiper:before {
      background: linear-gradient(270deg, rgba(255, 255, 255, 0), #fff);
      background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #fff);
      left: 0; }
    .gallery-rozcestnik--swiper:after {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
      background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
      right: 0; }
    .gallery-rozcestnik--swiper .swiper-button-prev, .gallery-rozcestnik--swiper .swiper-button-next {
      width: 30px;
      height: 30px;
      border-left: 2px solid #77003e;
      border-top: 2px solid #77003e;
      transition: .3s;
      position: absolute;
      top: 50%;
      z-index: 10;
      cursor: pointer; }
      .domain_nosreti_reality_cz .gallery-rozcestnik--swiper .swiper-button-prev, .domain_nosreti_reality_cz .gallery-rozcestnik--swiper .swiper-button-next {
        border-color: #d70929; }
      @media (max-width: 767px) {
        .gallery-rozcestnik--swiper .swiper-button-prev, .gallery-rozcestnik--swiper .swiper-button-next {
          width: 20px;
          height: 20px; } }
      .gallery-rozcestnik--swiper .swiper-button-prev:hover, .gallery-rozcestnik--swiper .swiper-button-next:hover {
        border-color: #d70929; }
        .domain_nosreti_reality_cz .gallery-rozcestnik--swiper .swiper-button-prev:hover, .domain_nosreti_reality_cz .gallery-rozcestnik--swiper .swiper-button-next:hover {
          border-color: #f61d3f; }
    .gallery-rozcestnik--swiper .swiper-button-next {
      transform: translateY(-50%) rotate(135deg);
      right: 30px; }
    .gallery-rozcestnik--swiper .swiper-button-prev {
      transform: translateY(-50%) rotate(-45deg);
      left: 30px; }

/* W3 schools */
ul.breadcrumb {
  padding: 12px 0;
  list-style: none;
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-transform: lowercase;
  background: transparent; }
  @media (max-width: 767px) {
    ul.breadcrumb {
      margin-bottom: 0; } }
  @media print {
    ul.breadcrumb {
      display: none; } }

/* Display list items side by side */
ul.breadcrumb li {
  display: inline-block;
  font-size: 14px;
  color: #000; }

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
  padding: 8px;
  color: #000;
  content: "/\00a0"; }

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #000; }

/* Add a color on mouse-over */
ul.breadcrumb li a[href]:hover {
  color: #000; }

ul.breadcrumb.responsive li {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis; }
  ul.breadcrumb.responsive li a {
    text-overflow: ellipsis; }

ul.breadcrumb.responsive li:before {
  content: "\f053";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 700;
  margin-right: 10px; }

ul.breadcrumb.responsive li:nth-last-child(2) {
  display: inline-block; }

.spinner-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex; }
  .spinner-holder i {
    font-size: 2em;
    color: #fff;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

.cookie-consent {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 280px;
  height: auto;
  border-radius: 5px;
  padding: 0px;
  z-index: 99999999999999999999;
  color: #000000;
  font-size: 14px;
  text-align: left;
  box-shadow: 0px 0px 20px rgba(16, 16, 16, 0.6); }
  @media print {
    .cookie-consent {
      display: none; } }
  .cookie-consent .cookie-header {
    padding: 12px;
    color: #fff;
    background-color: #000000;
    font-size: 14px;
    font-weight: bold; }
  .cookie-consent .cookie-consent-text {
    background-color: #fff;
    padding: 12px;
    display: block;
    line-height: 20px; }
    .cookie-consent .cookie-consent-text a {
      color: #d70929; }
  .cookie-consent .accept-cookie-box {
    background-color: #fff;
    padding: 0 12px 12px 12px;
    display: flex;
    justify-content: space-between; }
    .cookie-consent .accept-cookie-box a {
      font-size: .8rem;
      padding: 15px 10px !important; }
    .cookie-consent .accept-cookie-box.disallow {
      float: right; }
  .cookie-consent .CookiesForm-text .CookiesForm-link {
    color: #d70929 !important; }

.popup-frame {
  max-width: 885px; }

.popup-frame--inner {
  background: #fff;
  padding: 40px 35px 50px;
  width: 100%; }

@media (min-width: 1000px) {
  .CookiesPopup-inner-generalChoices, .CookiesPopup-inner-advancedChoices, .CookiesPopup-inner-advancedChoicesButtons {
    margin: 10px 50px; } }

.CookiesPopup-inner-generalChoices-buttonsWrapper, .CookiesPopup-inner-advancedChoices-buttonsWrapper, .CookiesPopup-inner-advancedChoicesButtons-buttonsWrapper {
  display: grid;
  grid-column-gap: 3rem;
  grid-row-gap: 1rem; }
  @media (min-width: 768px) {
    .CookiesPopup-inner-generalChoices-buttonsWrapper, .CookiesPopup-inner-advancedChoices-buttonsWrapper, .CookiesPopup-inner-advancedChoicesButtons-buttonsWrapper {
      grid-template-columns: 1fr 1fr; } }
  .CookiesPopup-inner-generalChoices-buttonsWrapper-lonelyButton, .CookiesPopup-inner-advancedChoices-buttonsWrapper-lonelyButton, .CookiesPopup-inner-advancedChoicesButtons-buttonsWrapper-lonelyButton {
    display: flex;
    justify-content: center;
    margin-top: 1rem !important; }
    .CookiesPopup-inner-generalChoices-buttonsWrapper-lonelyButton .choiceButton, .CookiesPopup-inner-advancedChoices-buttonsWrapper-lonelyButton .choiceButton, .CookiesPopup-inner-advancedChoicesButtons-buttonsWrapper-lonelyButton .choiceButton {
      border: 1px solid #d70929;
      display: inline-block;
      color: white;
      text-decoration: none;
      background: #d70929;
      font-weight: 400;
      transition: all 0.5s ease-out;
      text-transform: uppercase;
      line-height: 32px;
      padding-left: 15px;
      padding-right: 15px;
      font-size: 16px;
      text-align: center; }
      .CookiesPopup-inner-generalChoices-buttonsWrapper-lonelyButton .choiceButton.disableCookies, .CookiesPopup-inner-generalChoices-buttonsWrapper-lonelyButton .choiceButton.configureCookies, .CookiesPopup-inner-advancedChoices-buttonsWrapper-lonelyButton .choiceButton.disableCookies, .CookiesPopup-inner-advancedChoices-buttonsWrapper-lonelyButton .choiceButton.configureCookies, .CookiesPopup-inner-advancedChoicesButtons-buttonsWrapper-lonelyButton .choiceButton.disableCookies, .CookiesPopup-inner-advancedChoicesButtons-buttonsWrapper-lonelyButton .choiceButton.configureCookies {
        background: transparent;
        color: black;
        border: 1px solid grey;
        width: 45%; }
        @media (max-width: 768px) {
          .CookiesPopup-inner-generalChoices-buttonsWrapper-lonelyButton .choiceButton.disableCookies, .CookiesPopup-inner-generalChoices-buttonsWrapper-lonelyButton .choiceButton.configureCookies, .CookiesPopup-inner-advancedChoices-buttonsWrapper-lonelyButton .choiceButton.disableCookies, .CookiesPopup-inner-advancedChoices-buttonsWrapper-lonelyButton .choiceButton.configureCookies, .CookiesPopup-inner-advancedChoicesButtons-buttonsWrapper-lonelyButton .choiceButton.disableCookies, .CookiesPopup-inner-advancedChoicesButtons-buttonsWrapper-lonelyButton .choiceButton.configureCookies {
            width: 100%; } }
      .CookiesPopup-inner-generalChoices-buttonsWrapper-lonelyButton .choiceButton.disableCookies:hover, .CookiesPopup-inner-generalChoices-buttonsWrapper-lonelyButton .choiceButton.configureCookies:hover, .CookiesPopup-inner-advancedChoices-buttonsWrapper-lonelyButton .choiceButton.disableCookies:hover, .CookiesPopup-inner-advancedChoices-buttonsWrapper-lonelyButton .choiceButton.configureCookies:hover, .CookiesPopup-inner-advancedChoicesButtons-buttonsWrapper-lonelyButton .choiceButton.disableCookies:hover, .CookiesPopup-inner-advancedChoicesButtons-buttonsWrapper-lonelyButton .choiceButton.configureCookies:hover {
        background: #d70929;
        border: 1px solid #d70929;
        color: white; }
  .CookiesPopup-inner-generalChoices-buttonsWrapper .choiceButton, .CookiesPopup-inner-advancedChoices-buttonsWrapper .choiceButton, .CookiesPopup-inner-advancedChoicesButtons-buttonsWrapper .choiceButton {
    border: 1px solid #d70929;
    display: inline-block;
    color: white;
    text-decoration: none;
    background: #d70929;
    font-weight: 400;
    transition: all 0.5s ease-out;
    text-transform: uppercase;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    text-align: center; }
    .CookiesPopup-inner-generalChoices-buttonsWrapper .choiceButton:hover, .CookiesPopup-inner-advancedChoices-buttonsWrapper .choiceButton:hover, .CookiesPopup-inner-advancedChoicesButtons-buttonsWrapper .choiceButton:hover {
      background: #f84e69; }
    .CookiesPopup-inner-generalChoices-buttonsWrapper .choiceButton.disableCookies, .CookiesPopup-inner-generalChoices-buttonsWrapper .choiceButton.configureCookies, .CookiesPopup-inner-advancedChoices-buttonsWrapper .choiceButton.disableCookies, .CookiesPopup-inner-advancedChoices-buttonsWrapper .choiceButton.configureCookies, .CookiesPopup-inner-advancedChoicesButtons-buttonsWrapper .choiceButton.disableCookies, .CookiesPopup-inner-advancedChoicesButtons-buttonsWrapper .choiceButton.configureCookies {
      background: transparent;
      color: black;
      border: 1px solid grey; }
    .CookiesPopup-inner-generalChoices-buttonsWrapper .choiceButton.disableCookies:hover, .CookiesPopup-inner-generalChoices-buttonsWrapper .choiceButton.configureCookies:hover, .CookiesPopup-inner-advancedChoices-buttonsWrapper .choiceButton.disableCookies:hover, .CookiesPopup-inner-advancedChoices-buttonsWrapper .choiceButton.configureCookies:hover, .CookiesPopup-inner-advancedChoicesButtons-buttonsWrapper .choiceButton.disableCookies:hover, .CookiesPopup-inner-advancedChoicesButtons-buttonsWrapper .choiceButton.configureCookies:hover {
      background: #d70929;
      border: 1px solid #d70929;
      color: white; }

.CookiesPopup-inner-generalChoices-text, .CookiesPopup-inner-advancedChoices-text, .CookiesPopup-inner-advancedChoicesButtons-text {
  margin: 20px 0;
  line-height: 1.3rem; }
  .CookiesPopup-inner-generalChoices-text a, .CookiesPopup-inner-advancedChoices-text a, .CookiesPopup-inner-advancedChoicesButtons-text a {
    color: #d70929; }

.CookiesPopup-inner-advancedChoicesButtons {
  margin-top: 2rem !important; }

.CookiesPopup-inner-advancedChoices {
  height: 350px;
  overflow: auto; }
  .CookiesPopup-inner-advancedChoices::-webkit-scrollbar {
    width: 10px; }
  .CookiesPopup-inner-advancedChoices::-webkit-scrollbar-track {
    border-radius: 10px; }
  .CookiesPopup-inner-advancedChoices::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px; }
  .CookiesPopup-inner-advancedChoices::-webkit-scrollbar-thumb:hover {
    background: #000; }

.CookiesPopupContent-text {
  padding-bottom: 10px;
  padding-top: 20px;
  margin-right: 15px; }
  .CookiesPopupContent-text p, .CookiesPopupContent-text label {
    font-size: 16px;
    margin-right: 30px; }
    @media (max-width: 786px) {
      .CookiesPopupContent-text p, .CookiesPopupContent-text label {
        font-size: 14px; } }
  .CookiesPopupContent-textHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 10px; }
    .CookiesPopupContent-textHeader-header {
      font-size: 18px;
      font-weight: 700; }
    .CookiesPopupContent-textHeader-note {
      font-weight: 600; }
    .CookiesPopupContent-textHeader label {
      font-size: 18px;
      font-weight: 700; }

.CookiesForm {
  position: relative; }
  .CookiesForm-control {
    display: flex;
    justify-content: space-around;
    padding-left: 5em;
    padding-right: 5em; }
    @media (max-width: 1100px) {
      .CookiesForm-control {
        padding-left: 2em;
        padding-right: 2em;
        display: block; }
        .CookiesForm-control a {
          margin-bottom: 0.5em;
          width: 100%;
          display: block;
          text-align: center; }
        .CookiesForm-control button {
          margin-bottom: 0.5em;
          display: block;
          width: 100%; } }
  .CookiesForm-text {
    padding-bottom: 1em; }
  .CookiesForm a.btn {
    color: #fff; }
  .CookiesForm button {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 44px;
    padding-right: 44px;
    background: #77003e;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    letter-spacing: 2px;
    line-height: initial;
    height: auto;
    display: inline-block;
    background: #d70929;
    border: 1px solid #d70929; }
    @media (min-width: 1100px) {
      .CookiesForm button {
        padding-top: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .CookiesForm button {
        padding-top: 20px; } }
    @media (min-width: 1100px) {
      .CookiesForm button {
        padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .CookiesForm button {
        padding-bottom: 20px; } }
    @media (min-width: 1100px) {
      .CookiesForm button {
        padding-left: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .CookiesForm button {
        padding-left: 60px; } }
    @media (min-width: 1100px) {
      .CookiesForm button {
        padding-right: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .CookiesForm button {
        padding-right: 60px; } }
    .CookiesForm button:hover {
      background: #d70929; }
      .CookiesForm button:hover:before {
        display: none; }
    .CookiesForm button:hover {
      background: #f84e69; }

.text .kontakty {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px; }
  .text .kontakty .kontakty-title {
    flex: 0 100%; }
  .text .kontakty .kontakty-box {
    flex: 1;
    padding-right: 20px; }
    @media (max-width: 680px) {
      .text .kontakty .kontakty-box {
        flex: 0 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .text .kontakty .kontakty-box:nth-of-type(2n + 2) {
      padding-right: 0; }
    .text .kontakty .kontakty-box iframe {
      height: 320px;
      width: 100%; }
    .text .kontakty .kontakty-box h3 {
      margin-bottom: 16px; }
    .text .kontakty .kontakty-box p {
      margin-bottom: 6px; }

.text .vydejnimista_obal {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .text .vydejnimista_obal .vydejnimisto {
    flex: 0 calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px; }
    @media (max-width: 680px) {
      .text .vydejnimista_obal .vydejnimisto {
        flex: 0 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .text .vydejnimista_obal .vydejnimisto:nth-of-type(2n + 2) {
      margin-right: 0; }
    .text .vydejnimista_obal .vydejnimisto .vydejnimisto-sidlo {
      margin-bottom: 16px;
      position: relative;
      padding: 0 20px;
      max-width: calc(100% - 20px);
      margin-left: 20px; }
      .text .vydejnimista_obal .vydejnimisto .vydejnimisto-sidlo::before {
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 700;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        color: #d70929;
        content: "\f3c5"; }
    .text .vydejnimista_obal .vydejnimisto .vydejnimisto-title {
      background: #d70929;
      padding: 20px;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 20px; }
      .text .vydejnimista_obal .vydejnimisto .vydejnimisto-title * {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 0; }
    .text .vydejnimista_obal .vydejnimisto .vydejnimisto-content {
      padding: 0 20px; }

.osoba_wrapp {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 15px;
  background: #f3f3f3;
  margin: 10px;
  border: 1px solid #cfcfcf; }
  .osoba_wrapp .osoba {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .osoba_wrapp .osoba .osoba-foto {
      flex: 0 80px; }
      .osoba_wrapp .osoba .osoba-foto img {
        max-width: 100%; }
    .osoba_wrapp .osoba .osoba-popis {
      flex: 1;
      padding-left: 16px; }
      .osoba_wrapp .osoba .osoba-popis .osoba-name {
        font-size: 16px;
        font-weight: 600;
        color: #d70929; }
      .osoba_wrapp .osoba .osoba-popis .osoba-funkce {
        margin-bottom: 4px; }

.popup-outer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeIn .4s linear .3s forwards; }
  .popup-outer.offseted {
    padding: 20px; }
  .popup-outer.pos-1 {
    justify-content: flex-start;
    align-items: flex-start; }
  .popup-outer.pos-2 {
    justify-content: center;
    align-items: flex-start; }
  .popup-outer.pos-3 {
    justify-content: flex-end;
    align-items: flex-start; }
  .popup-outer.pos-4 {
    justify-content: flex-start;
    align-items: center; }
  .popup-outer.pos-5 {
    justify-content: center;
    align-items: center; }
  .popup-outer.pos-6 {
    justify-content: flex-end;
    align-items: center; }
  .popup-outer.pos-7 {
    justify-content: flex-start;
    align-items: flex-end; }
  .popup-outer.pos-8 {
    justify-content: center;
    align-items: flex-end; }
  .popup-outer.pos-9 {
    justify-content: flex-end;
    align-items: flex-end; }
  .popup-outer.pos-14 {
    justify-content: flex-start; }
  .popup-outer.pos-16 {
    justify-content: flex-end; }
  .popup-outer.pos-14, .popup-outer.pos-16 {
    align-items: stretch; }
    .popup-outer.pos-14 .popup-content, .popup-outer.pos-16 .popup-content {
      max-width: calc(100% - 30px); }
  .popup-outer .popup-content {
    background: #fff;
    max-width: 100%;
    position: relative; }
    .popup-outer .popup-content .popup-inner {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 15px;
      padding-bottom: 15px; }
      @media (min-width: 320px) {
        .popup-outer .popup-content .popup-inner {
          padding-left: calc(4.4642857143vw + 0.7142857143px); } }
      @media (min-width: 768px) {
        .popup-outer .popup-content .popup-inner {
          padding-left: 35px; } }
      @media (min-width: 320px) {
        .popup-outer .popup-content .popup-inner {
          padding-right: calc(4.4642857143vw + 0.7142857143px); } }
      @media (min-width: 768px) {
        .popup-outer .popup-content .popup-inner {
          padding-right: 35px; } }
      @media (min-width: 320px) {
        .popup-outer .popup-content .popup-inner {
          padding-top: calc(2.2321428571vw + 7.8571428571px); } }
      @media (min-width: 768px) {
        .popup-outer .popup-content .popup-inner {
          padding-top: 25px; } }
      @media (min-width: 320px) {
        .popup-outer .popup-content .popup-inner {
          padding-bottom: calc(2.2321428571vw + 7.8571428571px); } }
      @media (min-width: 768px) {
        .popup-outer .popup-content .popup-inner {
          padding-bottom: 25px; } }
    .popup-outer .popup-content .popup-header {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #666;
      padding-left: 15px; }
      @media (min-width: 320px) {
        .popup-outer .popup-content .popup-header {
          padding-left: calc(4.4642857143vw + 0.7142857143px); } }
      @media (min-width: 768px) {
        .popup-outer .popup-content .popup-header {
          padding-left: 35px; } }
    .popup-outer .popup-content .close {
      margin-left: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 70px;
      height: 70px;
      color: #fff;
      background: #d70929;
      transition: all .3s ease-in-out; }
      .popup-outer .popup-content .close svg {
        transition: all .3s ease-in-out; }
      .popup-outer .popup-content .close:hover {
        background: #f84e69; }
        .popup-outer .popup-content .close:hover svg {
          transform: scale(1.1); }
  .popup-outer img {
    width: 100%;
    display: block; }
  .popup-outer .nadpis {
    font-size: 26px;
    font-weight: 700;
    font-family: "Open Sans Condensed", "Arial", sans-serif;
    text-transform: uppercase; }
  .popup-outer .popup-text {
    line-height: 32px;
    letter-spacing: 1px; }
    .popup-outer .popup-text p {
      margin-bottom: 15px; }
    .popup-outer .popup-text .btn {
      padding-top: 16px;
      padding-bottom: 16px;
      padding-left: 44px;
      padding-right: 44px;
      background: #77003e;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      transition: 0.5s;
      letter-spacing: 2px;
      line-height: initial;
      height: auto;
      display: inline-block;
      display: inline-block;
      padding: 15px 25px !important;
      font-size: 14px;
      letter-spacing: 2px;
      background: #d70929; }
      @media (min-width: 1100px) {
        .popup-outer .popup-text .btn {
          padding-top: calc(0.487804878vw + 10.6341463415px); } }
      @media (min-width: 1920px) {
        .popup-outer .popup-text .btn {
          padding-top: 20px; } }
      @media (min-width: 1100px) {
        .popup-outer .popup-text .btn {
          padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
      @media (min-width: 1920px) {
        .popup-outer .popup-text .btn {
          padding-bottom: 20px; } }
      @media (min-width: 1100px) {
        .popup-outer .popup-text .btn {
          padding-left: calc(1.9512195122vw + 22.5365853659px); } }
      @media (min-width: 1920px) {
        .popup-outer .popup-text .btn {
          padding-left: 60px; } }
      @media (min-width: 1100px) {
        .popup-outer .popup-text .btn {
          padding-right: calc(1.9512195122vw + 22.5365853659px); } }
      @media (min-width: 1920px) {
        .popup-outer .popup-text .btn {
          padding-right: 60px; } }
      .popup-outer .popup-text .btn:hover {
        background: #d70929; }
        .popup-outer .popup-text .btn:hover:before {
          display: none; }
      .popup-outer .popup-text .btn:hover {
        background: #f84e69; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

.popper,
.tooltip {
  background: #464648;
  color: white;
  width: 266px;
  border-radius: 3px;
  box-shadow: 0 0 52px rgba(0, 0, 0, 0.12);
  padding: 20px;
  text-align: center;
  z-index: 999999999;
  font-size: 13px;
  line-height: 1.7;
  border-bottom: 3px solid #d70929; }
  .popper[x-placement="bottom"],
  .tooltip[x-placement="bottom"] {
    border-top: 3px solid #d70929;
    border-bottom: none; }
  .popper .tooltip-inner,
  .tooltip .tooltip-inner {
    width: 100% !important; }
  .popper a,
  .tooltip a {
    color: white; }

.popper::after,
.tooltip::after {
  content: "";
  width: 100%;
  top: 100%;
  left: 0;
  height: 50px;
  display: block;
  position: absolute; }

.popper a,
.tooltip a {
  color: #fff; }

.style5 .tooltip {
  background: #1E252B;
  color: #FFFFFF;
  max-width: 200px;
  width: auto;
  font-size: .8rem;
  padding: .5em 1em; }

.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px; }

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #d70929; }

.style5 .tooltip .tooltip-arrow {
  border-color: #1E252B; }

.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 15px; }

.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 15px 15px 0 15px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -15px;
  left: calc(50% - 15px);
  margin-top: 0;
  margin-bottom: 0; }

.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 15px; }

.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -8px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0; }

.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px; }

.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0; }

.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px; }

.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0; }

.sign {
  display: block;
  height: auto; }
  .sign-group path {
    fill: #000; }
  .sign-group .dot {
    opacity: 0; }
    .sign-group .dot-dina.animateIn, .sign-group .dot-amily.animateIn {
      animation: reveal 0s 1.7769230769s forwards; }
    .sign-group .dot-ati_1.animateIn {
      animation: reveal 0s 3.95s forwards; }
    .sign-group .dot-ati_2.animateIn {
      animation: reveal 0s 4.1s forwards; }
    .sign-group .dot-ati_3.animateIn {
      animation: reveal 0s 4.3s forwards; }

@keyframes reveal {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .sign mask path {
    fill: none;
    stroke: white;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10; }
  .sign mask#mask-n path {
    stroke-dasharray: 268.619;
    stroke-dashoffset: 268.619; }
    .sign mask#mask-n path.animateIn {
      animation: draw-n 0.2038461538s 1.8769230769s linear forwards; }

@keyframes draw-n {
  from {
    stroke-dashoffset: 268.619; }
  to {
    stroke-dashoffset: 0; } }
  .sign mask#mask-o path,
  .sign mask#mask-o_2 path {
    stroke-dasharray: 108.748;
    stroke-dashoffset: 108.748; }
    .sign mask#mask-o path.animateIn,
    .sign mask#mask-o_2 path.animateIn {
      animation: draw-o2 0.2038461538s 2.1730769231s linear forwards; }

@keyframes draw-o2 {
  from {
    stroke-dashoffset: 108.748; }
  to {
    stroke-dashoffset: 0; } }
  .sign mask#mask-s path {
    stroke-dasharray: 119.183;
    stroke-dashoffset: 119.183; }
    .sign mask#mask-s path.animateIn {
      animation: draw-s 0.2038461538s 2.4692307692s linear forwards; }

@keyframes draw-s {
  from {
    stroke-dashoffset: 119.183; }
  to {
    stroke-dashoffset: 0; } }
  .sign mask#mask-r path,
  .sign mask#mask-r_2 path {
    stroke-dasharray: 137.836;
    stroke-dashoffset: 137.836; }
    .sign mask#mask-r path.animateIn,
    .sign mask#mask-r_2 path.animateIn {
      animation: draw-r2 0.2038461538s 2.7653846154s linear forwards; }

@keyframes draw-r2 {
  from {
    stroke-dashoffset: 137.836; }
  to {
    stroke-dashoffset: 0; } }
  .sign mask#mask-ati path {
    stroke-dasharray: 524.743;
    stroke-dashoffset: 524.743; }
    .sign mask#mask-ati path.animateIn {
      animation: draw-ati 0.6115384615s 3.0615384615s linear forwards; }

@keyframes draw-ati {
  from {
    stroke-dashoffset: 524.743; }
  to {
    stroke-dashoffset: 0; } }
  .sign_cs mask#mask-r_1 path {
    stroke-dasharray: 137.836;
    stroke-dashoffset: 137.836; }
    .sign_cs mask#mask-r_1 path.animateIn {
      animation: draw-r1 0.2038461538s linear forwards; }

@keyframes draw-r1 {
  from {
    stroke-dashoffset: 137.836; }
  to {
    stroke-dashoffset: 0; } }
  .sign_cs mask#mask-o_1 path {
    stroke-dasharray: 108.748;
    stroke-dashoffset: 108.748; }
    .sign_cs mask#mask-o_1 path.animateIn {
      animation: draw-o1 0.2038461538s 0.2961538462s linear forwards; }

@keyframes draw-o1 {
  from {
    stroke-dashoffset: 108.748; }
  to {
    stroke-dashoffset: 0; } }
  .sign_cs mask#mask-dina path {
    stroke-dasharray: 805.895;
    stroke-dashoffset: 805.895; }
    .sign_cs mask#mask-dina path.animateIn {
      animation: draw-dina 0.8153846154s 0.5923076923s linear forwards; }

@keyframes draw-dina {
  from {
    stroke-dashoffset: 805.895; }
  to {
    stroke-dashoffset: 0; } }
  .sign_en mask#mask-f path {
    stroke-dasharray: 265.025;
    stroke-dashoffset: 265.025; }
    .sign_en mask#mask-f path.animateIn {
      animation: draw-f 0.2038461538s linear forwards; }

@keyframes draw-f {
  from {
    stroke-dashoffset: 265.025; }
  to {
    stroke-dashoffset: 0; } }
  .sign_en mask#mask-amily path {
    stroke-dasharray: 1100.242;
    stroke-dashoffset: 1100.242; }
    .sign_en mask#mask-amily path.animateIn {
      animation: draw-amily 1.0192307692s 0.2961538462s linear forwards; }

@keyframes draw-amily {
  from {
    stroke-dashoffset: 1100.242; }
  to {
    stroke-dashoffset: 0; } }

.eventCalendar-detail .summary {
  padding: 0 20px;
  margin-bottom: 30px; }

.eventCalendar-list h3 {
  color: #d70929;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 1px; }

.eventCalendar-list .list-item-right {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 600px) {
    .eventCalendar-list .list-item-right {
      flex-direction: column;
      align-items: flex-start; } }

.eventCalendar-list .date {
  width: 15%;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px dotted #000;
  padding: 25px 0;
  text-align: right;
  box-sizing: border-box;
  display: flex; }
  @media (min-width: 601px) {
    .eventCalendar-list .date {
      justify-content: center;
      align-items: flex-end;
      flex-direction: column; } }
  @media (max-width: 600px) {
    .eventCalendar-list .date {
      text-align: left;
      border-bottom: 0;
      padding-bottom: 0;
      flex-direction: row; } }
  .eventCalendar-list .date .separator {
    padding-right: 33px; }
    @media (max-width: 600px) {
      .eventCalendar-list .date .separator {
        margin: 0 3px;
        padding: 0; } }

.eventCalendar-list .right-part {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px dotted #000; }
  @media (max-width: 900px) {
    .eventCalendar-list .right-part {
      flex-direction: column; } }
  @media (max-width: 600px) {
    .eventCalendar-list .right-part {
      width: 100%; } }
  .eventCalendar-list .right-part .desc {
    width: 100%; }
    .eventCalendar-list .right-part .desc .right-inner {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      @media (max-width: 600px) {
        .eventCalendar-list .right-part .desc .right-inner {
          flex-direction: column; } }
      .eventCalendar-list .right-part .desc .right-inner .button {
        min-width: 85px; }
        @media (max-width: 600px) {
          .eventCalendar-list .right-part .desc .right-inner .button {
            margin-top: 15px; } }
      .eventCalendar-list .right-part .desc .right-inner a.more {
        padding: 5px 10px;
        background: #d70929;
        color: #fff;
        font-weight: 700;
        font-size: 10px;
        text-decoration: none;
        transition: 0.5s;
        text-transform: uppercase; }
        .eventCalendar-list .right-part .desc .right-inner a.more:hover {
          background: #d70929; }
    .eventCalendar-list .right-part .desc .title {
      color: #d70929;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 19px;
      letter-spacing: 2px;
      text-decoration: none; }
    .eventCalendar-list .right-part .desc p {
      letter-spacing: 1px;
      line-height: 24px;
      margin-top: 15px; }
    @media (max-width: 900px) {
      .eventCalendar-list .right-part .desc {
        margin-bottom: 15px; } }
    .eventCalendar-list .right-part .desc a {
      color: #d70929;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 19px;
      letter-spacing: 2px;
      text-decoration: none; }
      .eventCalendar-list .right-part .desc a:hover {
        text-decoration: underline; }

.catalog {
  justify-content: center;
  align-items: flex-start;
  padding: 0 !important;
  padding-top: 85px !important;
  margin-bottom: 85px !important; }
  @media (max-width: 880px) {
    .catalog {
      padding-top: 50px !important;
      margin-bottom: 50px !important; } }
  .catalog-item {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 20%;
    text-decoration: none;
    padding: 0 15px; }
    @media (max-width: 880px) {
      .catalog-item {
        width: 33%; } }
    @media (max-width: 550px) {
      .catalog-item {
        width: 50%; } }
    .catalog-item:hover .title, .catalog-item.active .title {
      font-weight: 700; }
    .catalog-item:hover svg path.hover, .catalog-item:hover polygon.hover, .catalog-item:hover circle.hover, .catalog-item.active svg path.hover, .catalog-item.active polygon.hover, .catalog-item.active circle.hover {
      fill: #d70929 !important; }
    .catalog-item .title {
      font-size: 20px;
      color: #d70929;
      font-weight: 300;
      letter-spacing: 4px;
      text-transform: uppercase;
      transition: 0.3s;
      text-align: center;
      width: 100%;
      max-width: 12em; }
    .catalog-item svg {
      width: 100px;
      height: 100px; }
      .catalog-item svg path, .catalog-item svg polygon, .catalog-item svg circle {
        transition: 0.3s; }
    @media (max-width: 980px) {
      .catalog-item svg {
        width: 80px;
        height: auto; }
      .catalog-item .title {
        font-size: 18px; } }
    @media (max-width: 420px) {
      .catalog-item svg {
        width: 60px;
        height: auto; }
      .catalog-item .title {
        font-size: 16px; } }

.subpage-content .wrapCenter, .content-news .wrapCenter, .eventCalendar .wrapCenter {
  padding-top: 50px; }
  .subpage-content .wrapCenter .content-body, .content-news .wrapCenter .content-body, .eventCalendar .wrapCenter .content-body {
    position: relative; }
  .subpage-content .wrapCenter h3, .content-news .wrapCenter h3, .eventCalendar .wrapCenter h3 {
    font-size: 24px;
    color: #d70929;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 43px;
    font-weight: 300;
    font-style: normal;
    font-family: "Open Sans", "Arial", sans-serif;
    left: 0;
    transform: none;
    padding: 0;
    text-align: center; }

.subpage-content .nalepka-svatebni-misto, .content-news .nalepka-svatebni-misto, .eventCalendar .nalepka-svatebni-misto {
  position: absolute;
  top: -20px;
  width: 200px;
  right: 85px; }
  @media (max-width: 1100px) {
    .subpage-content .nalepka-svatebni-misto, .content-news .nalepka-svatebni-misto, .eventCalendar .nalepka-svatebni-misto {
      right: 30px;
      width: 180px; } }
  @media (max-width: 900px) {
    .subpage-content .nalepka-svatebni-misto, .content-news .nalepka-svatebni-misto, .eventCalendar .nalepka-svatebni-misto {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      margin-bottom: -50px;
      width: 200px; } }

.subpage-content .fullPageWrap, .content-news .fullPageWrap, .eventCalendar .fullPageWrap {
  max-width: 1906px;
  margin: 0 auto; }

.subpage-content .description, .subpage-content .descriptionColor, .subpage-content .descriptionColorWithLinks, .content-news .description, .content-news .descriptionColor, .content-news .descriptionColorWithLinks, .eventCalendar .description, .eventCalendar .descriptionColor, .eventCalendar .descriptionColorWithLinks {
  background-color: #ebebeb;
  padding: 65px 0;
  margin-bottom: 50px; }
  .subpage-content .description .frame.text, .subpage-content .descriptionColor .frame.text, .subpage-content .descriptionColorWithLinks .frame.text, .content-news .description .frame.text, .content-news .descriptionColor .frame.text, .content-news .descriptionColorWithLinks .frame.text, .eventCalendar .description .frame.text, .eventCalendar .descriptionColor .frame.text, .eventCalendar .descriptionColorWithLinks .frame.text {
    padding: 0; }
  .subpage-content .description p, .subpage-content .descriptionColor p, .subpage-content .descriptionColorWithLinks p, .content-news .description p, .content-news .descriptionColor p, .content-news .descriptionColorWithLinks p, .eventCalendar .description p, .eventCalendar .descriptionColor p, .eventCalendar .descriptionColorWithLinks p {
    line-height: 32px;
    letter-spacing: 1px;
    text-align: center;
    padding: 0 20px; }
    .subpage-content .description p:last-of-type, .subpage-content .descriptionColor p:last-of-type, .subpage-content .descriptionColorWithLinks p:last-of-type, .content-news .description p:last-of-type, .content-news .descriptionColor p:last-of-type, .content-news .descriptionColorWithLinks p:last-of-type, .eventCalendar .description p:last-of-type, .eventCalendar .descriptionColor p:last-of-type, .eventCalendar .descriptionColorWithLinks p:last-of-type {
      margin-bottom: 0; }
  .subpage-content .description .description-elements, .subpage-content .descriptionColor .description-elements, .subpage-content .descriptionColorWithLinks .description-elements, .content-news .description .description-elements, .content-news .descriptionColor .description-elements, .content-news .descriptionColorWithLinks .description-elements, .eventCalendar .description .description-elements, .eventCalendar .descriptionColor .description-elements, .eventCalendar .descriptionColorWithLinks .description-elements {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px; }
    @media (max-width: 768px) {
      .subpage-content .description .description-elements, .subpage-content .descriptionColor .description-elements, .subpage-content .descriptionColorWithLinks .description-elements, .content-news .description .description-elements, .content-news .descriptionColor .description-elements, .content-news .descriptionColorWithLinks .description-elements, .eventCalendar .description .description-elements, .eventCalendar .descriptionColor .description-elements, .eventCalendar .descriptionColorWithLinks .description-elements {
        flex-direction: column; } }
    .subpage-content .description .description-elements p:last-of-type, .subpage-content .descriptionColor .description-elements p:last-of-type, .subpage-content .descriptionColorWithLinks .description-elements p:last-of-type, .content-news .description .description-elements p:last-of-type, .content-news .descriptionColor .description-elements p:last-of-type, .content-news .descriptionColorWithLinks .description-elements p:last-of-type, .eventCalendar .description .description-elements p:last-of-type, .eventCalendar .descriptionColor .description-elements p:last-of-type, .eventCalendar .descriptionColorWithLinks .description-elements p:last-of-type {
      display: none; }

@media (max-width: 420px) {
  .subpage-content .iconElementFlex .elementToDescription, .content-news .iconElementFlex .elementToDescription, .eventCalendar .iconElementFlex .elementToDescription {
    font-size: 14px; }
    .subpage-content .iconElementFlex .elementToDescription .popis, .content-news .iconElementFlex .elementToDescription .popis, .eventCalendar .iconElementFlex .elementToDescription .popis {
      max-width: 210px; } }

.subpage-content .descriptionColorWithLinks, .content-news .descriptionColorWithLinks, .eventCalendar .descriptionColorWithLinks {
  padding: 65px 0 35px; }
  .subpage-content .descriptionColorWithLinks .description-elements, .content-news .descriptionColorWithLinks .description-elements, .eventCalendar .descriptionColorWithLinks .description-elements {
    justify-content: space-around;
    flex-direction: row !important; }
    @media (max-width: 480px) {
      .subpage-content .descriptionColorWithLinks .description-elements, .content-news .descriptionColorWithLinks .description-elements, .eventCalendar .descriptionColorWithLinks .description-elements {
        flex-direction: column !important; } }
  .subpage-content .descriptionColorWithLinks .elementToDescription, .content-news .descriptionColorWithLinks .elementToDescription, .eventCalendar .descriptionColorWithLinks .elementToDescription {
    margin: 0 8px 30px 8px !important; }
    .subpage-content .descriptionColorWithLinks .elementToDescription a, .content-news .descriptionColorWithLinks .elementToDescription a, .eventCalendar .descriptionColorWithLinks .elementToDescription a {
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 2px; }
      .subpage-content .descriptionColorWithLinks .elementToDescription a:hover, .content-news .descriptionColorWithLinks .elementToDescription a:hover, .eventCalendar .descriptionColorWithLinks .elementToDescription a:hover {
        text-decoration: underline; }

.subpage-content .description, .subpage-content .textCenter, .content-news .description, .content-news .textCenter, .eventCalendar .description, .eventCalendar .textCenter {
  margin-bottom: 0; }
  .subpage-content .description.pro-firmy, .subpage-content .textCenter.pro-firmy, .content-news .description.pro-firmy, .content-news .textCenter.pro-firmy, .eventCalendar .description.pro-firmy, .eventCalendar .textCenter.pro-firmy {
    padding: 30px 0; }
    .subpage-content .description.pro-firmy .description-elements, .subpage-content .description.pro-firmy .iconElementFlex, .subpage-content .textCenter.pro-firmy .description-elements, .subpage-content .textCenter.pro-firmy .iconElementFlex, .content-news .description.pro-firmy .description-elements, .content-news .description.pro-firmy .iconElementFlex, .content-news .textCenter.pro-firmy .description-elements, .content-news .textCenter.pro-firmy .iconElementFlex, .eventCalendar .description.pro-firmy .description-elements, .eventCalendar .description.pro-firmy .iconElementFlex, .eventCalendar .textCenter.pro-firmy .description-elements, .eventCalendar .textCenter.pro-firmy .iconElementFlex {
      margin-top: 20px; }

.subpage-content .descriptionColor p, .content-news .descriptionColor p, .eventCalendar .descriptionColor p {
  max-width: 1000px;
  margin: 0 auto; }

.subpage-content .descriptionColor .elementToDescription, .content-news .descriptionColor .elementToDescription, .eventCalendar .descriptionColor .elementToDescription {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #d70929; }
  .subpage-content .descriptionColor .elementToDescription .popis, .content-news .descriptionColor .elementToDescription .popis, .eventCalendar .descriptionColor .elementToDescription .popis {
    color: #d70929;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .subpage-content .descriptionColor .elementToDescription .popis a, .content-news .descriptionColor .elementToDescription .popis a, .eventCalendar .descriptionColor .elementToDescription .popis a {
      text-decoration: none; }
      .subpage-content .descriptionColor .elementToDescription .popis a:hover, .content-news .descriptionColor .elementToDescription .popis a:hover, .eventCalendar .descriptionColor .elementToDescription .popis a:hover {
        text-decoration: underline; }
  .subpage-content .descriptionColor .elementToDescription:last-of-type, .content-news .descriptionColor .elementToDescription:last-of-type, .eventCalendar .descriptionColor .elementToDescription:last-of-type {
    margin-right: 0;
    padding-right: 0;
    border-right: 0; }
  @media (max-width: 768px) {
    .subpage-content .descriptionColor .elementToDescription, .content-news .descriptionColor .elementToDescription, .eventCalendar .descriptionColor .elementToDescription {
      border-right: 0;
      margin-right: 0;
      padding-right: 0; } }

.subpage-content .elementToDescription, .content-news .elementToDescription, .eventCalendar .elementToDescription {
  font-weight: bold;
  margin: 0 30px 20px 0;
  line-height: 20px; }
  @media (max-width: 768px) {
    .subpage-content .elementToDescription, .content-news .elementToDescription, .eventCalendar .elementToDescription {
      margin-right: 0; } }
  .subpage-content .elementToDescription:last-of-type, .content-news .elementToDescription:last-of-type, .eventCalendar .elementToDescription:last-of-type {
    margin-right: 0; }
  .subpage-content .elementToDescription .content, .content-news .elementToDescription .content, .eventCalendar .elementToDescription .content {
    display: flex !important;
    align-items: center;
    text-align: center; }
    .subpage-content .elementToDescription .content img, .content-news .elementToDescription .content img, .eventCalendar .elementToDescription .content img {
      width: 32px;
      height: 32px;
      margin-right: 15px; }

.subpage-content .obsahObal .content, .content-news .obsahObal .content, .eventCalendar .obsahObal .content {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 980px) {
    .subpage-content .obsahObal .content, .content-news .obsahObal .content, .eventCalendar .obsahObal .content {
      flex-wrap: wrap; } }
  .subpage-content .obsahObal .content .ubytovaniObsah, .content-news .obsahObal .content .ubytovaniObsah, .eventCalendar .obsahObal .content .ubytovaniObsah {
    width: 49.5%; }
    @media (max-width: 980px) {
      .subpage-content .obsahObal .content .ubytovaniObsah, .content-news .obsahObal .content .ubytovaniObsah, .eventCalendar .obsahObal .content .ubytovaniObsah {
        width: 100%; }
        .subpage-content .obsahObal .content .ubytovaniObsah:nth-of-type(2), .content-news .obsahObal .content .ubytovaniObsah:nth-of-type(2), .eventCalendar .obsahObal .content .ubytovaniObsah:nth-of-type(2) {
          margin-top: 30px; } }

.subpage-content .ubytovaniObsah .content, .content-news .ubytovaniObsah .content, .eventCalendar .ubytovaniObsah .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  flex-wrap: nowrap; }

.subpage-content .ubytovaniObsah img, .content-news .ubytovaniObsah img, .eventCalendar .ubytovaniObsah img {
  align-self: flex-start; }
  @media (max-width: 980px) {
    .subpage-content .ubytovaniObsah img, .content-news .ubytovaniObsah img, .eventCalendar .ubytovaniObsah img {
      margin-bottom: 30px; } }

.subpage-content .ubytovaniObsah .text, .content-news .ubytovaniObsah .text, .eventCalendar .ubytovaniObsah .text {
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box; }
  @media (min-width: 320px) {
    .subpage-content .ubytovaniObsah .text, .content-news .ubytovaniObsah .text, .eventCalendar .ubytovaniObsah .text {
      padding: calc(3.8240917782vw - 12.2370936902px); } }
  @media (min-width: 1366px) {
    .subpage-content .ubytovaniObsah .text, .content-news .ubytovaniObsah .text, .eventCalendar .ubytovaniObsah .text {
      padding: calc(3.4296028881vw - 6.8483754513px); } }
  @media (min-width: 1920px) {
    .subpage-content .ubytovaniObsah .text, .content-news .ubytovaniObsah .text, .eventCalendar .ubytovaniObsah .text {
      padding: 59px; } }
  @media (max-width: 767px) {
    .subpage-content .ubytovaniObsah .text:first-of-type, .content-news .ubytovaniObsah .text:first-of-type, .eventCalendar .ubytovaniObsah .text:first-of-type {
      margin-bottom: 50px; } }
  .subpage-content .ubytovaniObsah .text h2, .content-news .ubytovaniObsah .text h2, .eventCalendar .ubytovaniObsah .text h2 {
    font-size: 24px;
    color: #d70929;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 43px;
    font-weight: 300;
    font-style: normal;
    font-family: "Open Sans", "Arial", sans-serif;
    left: 0;
    transform: none;
    padding: 0; }
    .subpage-content .ubytovaniObsah .text h2:before, .subpage-content .ubytovaniObsah .text h2:after, .content-news .ubytovaniObsah .text h2:before, .content-news .ubytovaniObsah .text h2:after, .eventCalendar .ubytovaniObsah .text h2:before, .eventCalendar .ubytovaniObsah .text h2:after {
      display: none; }
  .subpage-content .ubytovaniObsah .text ul, .content-news .ubytovaniObsah .text ul, .eventCalendar .ubytovaniObsah .text ul {
    list-style: none;
    padding-left: 15px; }
    .subpage-content .ubytovaniObsah .text ul li, .content-news .ubytovaniObsah .text ul li, .eventCalendar .ubytovaniObsah .text ul li {
      position: relative;
      line-height: 32px; }
  .subpage-content .ubytovaniObsah .text .cena, .content-news .ubytovaniObsah .text .cena, .eventCalendar .ubytovaniObsah .text .cena {
    padding: 17px 0 38px; }
    .subpage-content .ubytovaniObsah .text .cena span.big, .content-news .ubytovaniObsah .text .cena span.big, .eventCalendar .ubytovaniObsah .text .cena span.big {
      font-size: 30px;
      color: #d70929;
      font-weight: bold;
      margin: 0 5px; }
  .subpage-content .ubytovaniObsah .text a.btn, .content-news .ubytovaniObsah .text a.btn, .eventCalendar .ubytovaniObsah .text a.btn {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 44px;
    padding-right: 44px;
    background: #d70929;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    letter-spacing: 2px;
    line-height: initial;
    height: auto;
    font-weight: 700; }
    @media (min-width: 1100px) {
      .subpage-content .ubytovaniObsah .text a.btn, .content-news .ubytovaniObsah .text a.btn, .eventCalendar .ubytovaniObsah .text a.btn {
        padding-top: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .subpage-content .ubytovaniObsah .text a.btn, .content-news .ubytovaniObsah .text a.btn, .eventCalendar .ubytovaniObsah .text a.btn {
        padding-top: 20px; } }
    @media (min-width: 1100px) {
      .subpage-content .ubytovaniObsah .text a.btn, .content-news .ubytovaniObsah .text a.btn, .eventCalendar .ubytovaniObsah .text a.btn {
        padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .subpage-content .ubytovaniObsah .text a.btn, .content-news .ubytovaniObsah .text a.btn, .eventCalendar .ubytovaniObsah .text a.btn {
        padding-bottom: 20px; } }
    @media (min-width: 1100px) {
      .subpage-content .ubytovaniObsah .text a.btn, .content-news .ubytovaniObsah .text a.btn, .eventCalendar .ubytovaniObsah .text a.btn {
        padding-left: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .subpage-content .ubytovaniObsah .text a.btn, .content-news .ubytovaniObsah .text a.btn, .eventCalendar .ubytovaniObsah .text a.btn {
        padding-left: 60px; } }
    @media (min-width: 1100px) {
      .subpage-content .ubytovaniObsah .text a.btn, .content-news .ubytovaniObsah .text a.btn, .eventCalendar .ubytovaniObsah .text a.btn {
        padding-right: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .subpage-content .ubytovaniObsah .text a.btn, .content-news .ubytovaniObsah .text a.btn, .eventCalendar .ubytovaniObsah .text a.btn {
        padding-right: 60px; } }
    .subpage-content .ubytovaniObsah .text a.btn:hover, .content-news .ubytovaniObsah .text a.btn:hover, .eventCalendar .ubytovaniObsah .text a.btn:hover {
      background: #f84e69; }
      .subpage-content .ubytovaniObsah .text a.btn:hover:before, .content-news .ubytovaniObsah .text a.btn:hover:before, .eventCalendar .ubytovaniObsah .text a.btn:hover:before {
        display: none; }

.subpage-content .cenik, .subpage-content .cenik2, .content-news .cenik, .content-news .cenik2, .eventCalendar .cenik, .eventCalendar .cenik2 {
  overflow: hidden; }
  .subpage-content .cenik .table, .subpage-content .cenik2 .table, .content-news .cenik .table, .content-news .cenik2 .table, .eventCalendar .cenik .table, .eventCalendar .cenik2 .table {
    margin-bottom: 22px; }
    .subpage-content .cenik .table .row, .subpage-content .cenik2 .table .row, .content-news .cenik .table .row, .content-news .cenik2 .table .row, .eventCalendar .cenik .table .row, .eventCalendar .cenik2 .table .row {
      display: flex;
      align-items: center;
      padding: 15px;
      padding-left: 80px;
      margin: 0 60px;
      border-bottom: 1px dotted #000;
      letter-spacing: 1px; }
      .subpage-content .cenik .table .row.hard, .subpage-content .cenik2 .table .row.hard, .content-news .cenik .table .row.hard, .content-news .cenik2 .table .row.hard, .eventCalendar .cenik .table .row.hard, .eventCalendar .cenik2 .table .row.hard {
        border-bottom-style: solid;
        border-bottom-width: 2px; }
      .subpage-content .cenik .table .row small, .subpage-content .cenik2 .table .row small, .content-news .cenik .table .row small, .content-news .cenik2 .table .row small, .eventCalendar .cenik .table .row small, .eventCalendar .cenik2 .table .row small {
        display: block;
        font-size: 12px; }
      @media (max-width: 850px) {
        .subpage-content .cenik .table .row, .subpage-content .cenik2 .table .row, .content-news .cenik .table .row, .content-news .cenik2 .table .row, .eventCalendar .cenik .table .row, .eventCalendar .cenik2 .table .row {
          flex-direction: row;
          align-items: center;
          flex-wrap: wrap;
          justify-content: space-between;
          padding-left: 0 !important; }
          .subpage-content .cenik .table .row span span, .subpage-content .cenik2 .table .row span span, .content-news .cenik .table .row span span, .content-news .cenik2 .table .row span span, .eventCalendar .cenik .table .row span span, .eventCalendar .cenik2 .table .row span span {
            font-weight: bold;
            display: block;
            width: 100%;
            margin-bottom: 10px; }
          .subpage-content .cenik .table .row .title, .subpage-content .cenik2 .table .row .title, .content-news .cenik .table .row .title, .content-news .cenik2 .table .row .title, .eventCalendar .cenik .table .row .title, .eventCalendar .cenik2 .table .row .title {
            font-weight: bold;
            margin-bottom: 20px;
            width: 100% !important;
            color: #d70929; }
            .subpage-content .cenik .table .row .title p, .subpage-content .cenik2 .table .row .title p, .content-news .cenik .table .row .title p, .content-news .cenik2 .table .row .title p, .eventCalendar .cenik .table .row .title p, .eventCalendar .cenik2 .table .row .title p {
              font-size: 18px; } }
      @media (max-width: 600px) {
        .subpage-content .cenik .table .row .text, .subpage-content .cenik2 .table .row .text, .content-news .cenik .table .row .text, .content-news .cenik2 .table .row .text, .eventCalendar .cenik .table .row .text, .eventCalendar .cenik2 .table .row .text {
          width: 50% !important;
          margin-bottom: 15px; }
          .subpage-content .cenik .table .row .text.title, .subpage-content .cenik2 .table .row .text.title, .content-news .cenik .table .row .text.title, .content-news .cenik2 .table .row .text.title, .eventCalendar .cenik .table .row .text.title, .eventCalendar .cenik2 .table .row .text.title {
            width: 100% !important; } }
      @media (max-width: 360px) {
        .subpage-content .cenik .table .row .text, .subpage-content .cenik2 .table .row .text, .content-news .cenik .table .row .text, .content-news .cenik2 .table .row .text, .eventCalendar .cenik .table .row .text, .eventCalendar .cenik2 .table .row .text {
          width: 100% !important; } }
      @media (max-width: 1100px) {
        .subpage-content .cenik .table .row, .subpage-content .cenik2 .table .row, .content-news .cenik .table .row, .content-news .cenik2 .table .row, .eventCalendar .cenik .table .row, .eventCalendar .cenik2 .table .row {
          margin: 0;
          padding-left: 35px; } }
      .subpage-content .cenik .table .row .hidden-desktop, .subpage-content .cenik2 .table .row .hidden-desktop, .content-news .cenik .table .row .hidden-desktop, .content-news .cenik2 .table .row .hidden-desktop, .eventCalendar .cenik .table .row .hidden-desktop, .eventCalendar .cenik2 .table .row .hidden-desktop {
        min-height: 31px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-weight: 600; }
        @media (min-width: 851px) {
          .subpage-content .cenik .table .row .hidden-desktop, .subpage-content .cenik2 .table .row .hidden-desktop, .content-news .cenik .table .row .hidden-desktop, .content-news .cenik2 .table .row .hidden-desktop, .eventCalendar .cenik .table .row .hidden-desktop, .eventCalendar .cenik2 .table .row .hidden-desktop {
            display: none; } }
      .subpage-content .cenik .table .row.head, .subpage-content .cenik2 .table .row.head, .content-news .cenik .table .row.head, .content-news .cenik2 .table .row.head, .eventCalendar .cenik .table .row.head, .eventCalendar .cenik2 .table .row.head {
        background: #ebebeb;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 4px;
        margin-bottom: 15px;
        padding: 25px 35px;
        padding-left: 140px;
        margin: 0;
        border-bottom: 0;
        line-height: 24px; }
        .subpage-content .cenik .table .row.head .text, .subpage-content .cenik2 .table .row.head .text, .content-news .cenik .table .row.head .text, .content-news .cenik2 .table .row.head .text, .eventCalendar .cenik .table .row.head .text, .eventCalendar .cenik2 .table .row.head .text {
          margin-left: 0 !important; }
        @media (max-width: 1100px) {
          .subpage-content .cenik .table .row.head, .subpage-content .cenik2 .table .row.head, .content-news .cenik .table .row.head, .content-news .cenik2 .table .row.head, .eventCalendar .cenik .table .row.head, .eventCalendar .cenik2 .table .row.head {
            padding-left: 35px; } }
        @media (max-width: 850px) {
          .subpage-content .cenik .table .row.head, .subpage-content .cenik2 .table .row.head, .content-news .cenik .table .row.head, .content-news .cenik2 .table .row.head, .eventCalendar .cenik .table .row.head, .eventCalendar .cenik2 .table .row.head {
            display: none; } }
        .subpage-content .cenik .table .row.head span, .subpage-content .cenik2 .table .row.head span, .content-news .cenik .table .row.head span, .content-news .cenik2 .table .row.head span, .eventCalendar .cenik .table .row.head span, .eventCalendar .cenik2 .table .row.head span {
          margin-left: 0 !important; }
      .subpage-content .cenik .table .row .title, .subpage-content .cenik .table .row .text, .subpage-content .cenik2 .table .row .title, .subpage-content .cenik2 .table .row .text, .content-news .cenik .table .row .title, .content-news .cenik .table .row .text, .content-news .cenik2 .table .row .title, .content-news .cenik2 .table .row .text, .eventCalendar .cenik .table .row .title, .eventCalendar .cenik .table .row .text, .eventCalendar .cenik2 .table .row .title, .eventCalendar .cenik2 .table .row .text {
        width: 25%; }
        .subpage-content .cenik .table .row .title p, .subpage-content .cenik .table .row .text p, .subpage-content .cenik2 .table .row .title p, .subpage-content .cenik2 .table .row .text p, .content-news .cenik .table .row .title p, .content-news .cenik .table .row .text p, .content-news .cenik2 .table .row .title p, .content-news .cenik2 .table .row .text p, .eventCalendar .cenik .table .row .title p, .eventCalendar .cenik .table .row .text p, .eventCalendar .cenik2 .table .row .title p, .eventCalendar .cenik2 .table .row .text p {
          margin-bottom: 0; }
      .subpage-content .cenik .table .row .text:nth-of-type(2), .subpage-content .cenik2 .table .row .text:nth-of-type(2), .content-news .cenik .table .row .text:nth-of-type(2), .content-news .cenik2 .table .row .text:nth-of-type(2), .eventCalendar .cenik .table .row .text:nth-of-type(2), .eventCalendar .cenik2 .table .row .text:nth-of-type(2) {
        margin-left: 33px; }
      .subpage-content .cenik .table .row .text:nth-of-type(3), .subpage-content .cenik2 .table .row .text:nth-of-type(3), .content-news .cenik .table .row .text:nth-of-type(3), .content-news .cenik2 .table .row .text:nth-of-type(3), .eventCalendar .cenik .table .row .text:nth-of-type(3), .eventCalendar .cenik2 .table .row .text:nth-of-type(3) {
        margin-left: 38px; }
      .subpage-content .cenik .table .row .text:nth-of-type(4), .subpage-content .cenik2 .table .row .text:nth-of-type(4), .content-news .cenik .table .row .text:nth-of-type(4), .content-news .cenik2 .table .row .text:nth-of-type(4), .eventCalendar .cenik .table .row .text:nth-of-type(4), .eventCalendar .cenik2 .table .row .text:nth-of-type(4) {
        margin-left: 40px; }
      @media (max-width: 1100px) {
        .subpage-content .cenik .table .row .text, .subpage-content .cenik2 .table .row .text, .content-news .cenik .table .row .text, .content-news .cenik2 .table .row .text, .eventCalendar .cenik .table .row .text, .eventCalendar .cenik2 .table .row .text {
          margin-left: 0 !important; } }
      .subpage-content .cenik .table .row small, .subpage-content .cenik2 .table .row small, .content-news .cenik .table .row small, .content-news .cenik2 .table .row small, .eventCalendar .cenik .table .row small, .eventCalendar .cenik2 .table .row small {
        display: block;
        font-size: 12px; }

.subpage-content .cenik2 .table .title, .subpage-content .cenik2 .table .text, .content-news .cenik2 .table .title, .content-news .cenik2 .table .text, .eventCalendar .cenik2 .table .title, .eventCalendar .cenik2 .table .text {
  width: 50% !important; }
  .subpage-content .cenik2 .table .title p, .subpage-content .cenik2 .table .text p, .content-news .cenik2 .table .title p, .content-news .cenik2 .table .text p, .eventCalendar .cenik2 .table .title p, .eventCalendar .cenik2 .table .text p {
    margin-bottom: 0; }

@media (max-width: 600px) {
  .subpage-content .cenik2 .table .text, .content-news .cenik2 .table .text, .eventCalendar .cenik2 .table .text {
    margin-bottom: 15px; }
    .subpage-content .cenik2 .table .text.title, .content-news .cenik2 .table .text.title, .eventCalendar .cenik2 .table .text.title {
      width: 100% !important; } }

@media (max-width: 360px) {
  .subpage-content .cenik2 .table .text, .content-news .cenik2 .table .text, .eventCalendar .cenik2 .table .text {
    width: 100% !important; } }

.subpage-content .infoColumns, .content-news .infoColumns, .eventCalendar .infoColumns {
  line-height: 32px;
  letter-spacing: 1px;
  padding: 0; }
  .subpage-content .infoColumns .content, .content-news .infoColumns .content, .eventCalendar .infoColumns .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
    flex-wrap: wrap; }
    @media (max-width: 900px) {
      .subpage-content .infoColumns .content, .content-news .infoColumns .content, .eventCalendar .infoColumns .content {
        grid-template-columns: 1fr; } }
    .subpage-content .infoColumns .content > div > p:last-of-type, .content-news .infoColumns .content > div > p:last-of-type, .eventCalendar .infoColumns .content > div > p:last-of-type {
      display: none; }
    .subpage-content .infoColumns .content > div > p.prihlaseni-text, .content-news .infoColumns .content > div > p.prihlaseni-text, .eventCalendar .infoColumns .content > div > p.prihlaseni-text {
      display: initial; }
  @media (max-width: 900px) {
    .subpage-content .infoColumnsRow, .content-news .infoColumnsRow, .eventCalendar .infoColumnsRow {
      padding: 0; } }
  .subpage-content .infoColumnsRow .content, .content-news .infoColumnsRow .content, .eventCalendar .infoColumnsRow .content {
    display: flex;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .subpage-content .infoColumnsRow .content, .content-news .infoColumnsRow .content, .eventCalendar .infoColumnsRow .content {
        flex-wrap: wrap; } }
    .subpage-content .infoColumnsRow .content .left, .content-news .infoColumnsRow .content .left, .eventCalendar .infoColumnsRow .content .left {
      min-width: 138px;
      display: inline-block;
      font-weight: bold;
      text-align: right;
      margin-right: 30px; }
      @media (max-width: 480px) {
        .subpage-content .infoColumnsRow .content .left, .content-news .infoColumnsRow .content .left, .eventCalendar .infoColumnsRow .content .left {
          width: 100%;
          margin-right: 0;
          text-align: left; } }

.subpage-content .gallery, .content-news .gallery, .eventCalendar .gallery {
  max-width: 1720px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto; }
  .subpage-content .gallery p, .content-news .gallery p, .eventCalendar .gallery p {
    display: none; }

.subpage-content .textCenter, .content-news .textCenter, .eventCalendar .textCenter {
  text-align: center; }
  .subpage-content .textCenter p, .content-news .textCenter p, .eventCalendar .textCenter p {
    max-width: 980px;
    margin: 0 auto;
    letter-spacing: 1px;
    line-height: 32px;
    padding: 0 20px; }
    @media (max-width: 1000px) {
      .subpage-content .textCenter p, .content-news .textCenter p, .eventCalendar .textCenter p {
        padding: 0; } }
    .subpage-content .textCenter p img, .content-news .textCenter p img, .eventCalendar .textCenter p img {
      padding: 20px 0; }
  .subpage-content .textCenter h3, .content-news .textCenter h3, .eventCalendar .textCenter h3 {
    letter-spacing: 4px;
    color: #d70929;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px; }
  .subpage-content .textCenter .cena .big, .content-news .textCenter .cena .big, .eventCalendar .textCenter .cena .big {
    font-size: 30px;
    font-weight: 700;
    color: #d70929; }

.subpage-content .iconElementFlex .content-body, .content-news .iconElementFlex .content-body, .eventCalendar .iconElementFlex .content-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .subpage-content .iconElementFlex .content-body p:last-of-type, .content-news .iconElementFlex .content-body p:last-of-type, .eventCalendar .iconElementFlex .content-body p:last-of-type {
    display: none; }
  @media (max-width: 768px) {
    .subpage-content .iconElementFlex .content-body, .content-news .iconElementFlex .content-body, .eventCalendar .iconElementFlex .content-body {
      flex-direction: column; } }

.subpage-content .iconElementFlex.pro-firmy .cena, .content-news .iconElementFlex.pro-firmy .cena, .eventCalendar .iconElementFlex.pro-firmy .cena {
  font-weight: 300; }

.subpage-content .iconElementFlex.color, .content-news .iconElementFlex.color, .eventCalendar .iconElementFlex.color {
  background-color: #ebebeb; }
  .subpage-content .iconElementFlex.color .content-body, .content-news .iconElementFlex.color .content-body, .eventCalendar .iconElementFlex.color .content-body {
    padding: 30px 30px 15px; }

.subpage-content .iconElementFlex .title, .content-news .iconElementFlex .title, .eventCalendar .iconElementFlex .title {
  width: 100%; }
  .subpage-content .iconElementFlex .title p, .content-news .iconElementFlex .title p, .eventCalendar .iconElementFlex .title p {
    display: block !important; }

.subpage-content .textObrazekVlevo, .content-news .textObrazekVlevo, .eventCalendar .textObrazekVlevo {
  display: inline-block;
  width: 100%; }
  .subpage-content .textObrazekVlevo-foto, .content-news .textObrazekVlevo-foto, .eventCalendar .textObrazekVlevo-foto {
    float: left;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .subpage-content .textObrazekVlevo-foto, .content-news .textObrazekVlevo-foto, .eventCalendar .textObrazekVlevo-foto {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center; } }

.subpage-content .textObrazekVpravo, .content-news .textObrazekVpravo, .eventCalendar .textObrazekVpravo {
  display: inline-block;
  width: 100%; }
  .subpage-content .textObrazekVpravo-foto, .content-news .textObrazekVpravo-foto, .eventCalendar .textObrazekVpravo-foto {
    float: right;
    margin-left: 20px; }
    @media (max-width: 767px) {
      .subpage-content .textObrazekVpravo-foto, .content-news .textObrazekVpravo-foto, .eventCalendar .textObrazekVpravo-foto {
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
        text-align: center; } }

.subpage-content hr, .content-news hr, .eventCalendar hr {
  border: 0;
  border-bottom: 1px dotted black; }

.subpage-content .bottomGallery2, .content-news .bottomGallery2, .eventCalendar .bottomGallery2 {
  margin-bottom: 0;
  max-width: 1920px;
  margin: 0 auto; }
  @media (min-width: 1240px) {
    .subpage-content .bottomGallery2, .content-news .bottomGallery2, .eventCalendar .bottomGallery2 {
      margin-bottom: calc(15000vw - 186000px); } }
  @media (min-width: 1241px) {
    .subpage-content .bottomGallery2, .content-news .bottomGallery2, .eventCalendar .bottomGallery2 {
      margin-bottom: 150px; } }
  @media (min-width: 1366px) {
    .subpage-content .bottomGallery2, .content-news .bottomGallery2, .eventCalendar .bottomGallery2 {
      margin-bottom: calc(-21.3675213675vw + 441.88034188px); } }
  @media (min-width: 1600px) {
    .subpage-content .bottomGallery2, .content-news .bottomGallery2, .eventCalendar .bottomGallery2 {
      margin-bottom: calc(-31.25vw + 600px); } }
  @media (min-width: 1920px) {
    .subpage-content .bottomGallery2, .content-news .bottomGallery2, .eventCalendar .bottomGallery2 {
      margin-bottom: 0px; } }
  .subpage-content .bottomGallery2 h2, .content-news .bottomGallery2 h2, .eventCalendar .bottomGallery2 h2 {
    left: 0;
    transform: none;
    padding-left: 15px; }
    @media (min-width: 320px) {
      .subpage-content .bottomGallery2 h2, .content-news .bottomGallery2 h2, .eventCalendar .bottomGallery2 h2 {
        padding-left: calc(15.9375vw - 36px); } }
    @media (min-width: 1920px) {
      .subpage-content .bottomGallery2 h2, .content-news .bottomGallery2 h2, .eventCalendar .bottomGallery2 h2 {
        padding-left: 270px; } }
  .subpage-content .bottomGallery2 .wrap, .content-news .bottomGallery2 .wrap, .eventCalendar .bottomGallery2 .wrap {
    position: relative; }
    .subpage-content .bottomGallery2 .wrap svg, .content-news .bottomGallery2 .wrap svg, .eventCalendar .bottomGallery2 .wrap svg {
      position: absolute; }
      .subpage-content .bottomGallery2 .wrap svg:first-of-type, .content-news .bottomGallery2 .wrap svg:first-of-type, .eventCalendar .bottomGallery2 .wrap svg:first-of-type {
        width: 293px;
        height: 275px;
        opacity: 0.15;
        top: 76px;
        left: -75px; }
        @media (min-width: 320px) {
          .subpage-content .bottomGallery2 .wrap svg:first-of-type, .content-news .bottomGallery2 .wrap svg:first-of-type, .eventCalendar .bottomGallery2 .wrap svg:first-of-type {
            top: calc(7vw + 53.6px); } }
        @media (min-width: 1920px) {
          .subpage-content .bottomGallery2 .wrap svg:first-of-type, .content-news .bottomGallery2 .wrap svg:first-of-type, .eventCalendar .bottomGallery2 .wrap svg:first-of-type {
            top: 188px; } }
        @media (min-width: 320px) {
          .subpage-content .bottomGallery2 .wrap svg:first-of-type, .content-news .bottomGallery2 .wrap svg:first-of-type, .eventCalendar .bottomGallery2 .wrap svg:first-of-type {
            left: calc(12.875vw - 116.2px); } }
        @media (min-width: 1920px) {
          .subpage-content .bottomGallery2 .wrap svg:first-of-type, .content-news .bottomGallery2 .wrap svg:first-of-type, .eventCalendar .bottomGallery2 .wrap svg:first-of-type {
            left: 131px; } }
      .subpage-content .bottomGallery2 .wrap svg:last-of-type, .content-news .bottomGallery2 .wrap svg:last-of-type, .eventCalendar .bottomGallery2 .wrap svg:last-of-type {
        width: 33px;
        height: 31px;
        opacity: 0.6;
        top: 313px;
        left: 14px; }
        @media (min-width: 320px) {
          .subpage-content .bottomGallery2 .wrap svg:last-of-type, .content-news .bottomGallery2 .wrap svg:last-of-type, .eventCalendar .bottomGallery2 .wrap svg:last-of-type {
            top: calc(-5.5625vw + 330.8px); } }
        @media (min-width: 1920px) {
          .subpage-content .bottomGallery2 .wrap svg:last-of-type, .content-news .bottomGallery2 .wrap svg:last-of-type, .eventCalendar .bottomGallery2 .wrap svg:last-of-type {
            top: 224px; } }
        @media (min-width: 320px) {
          .subpage-content .bottomGallery2 .wrap svg:last-of-type, .content-news .bottomGallery2 .wrap svg:last-of-type, .eventCalendar .bottomGallery2 .wrap svg:last-of-type {
            left: calc(7.875vw - 11.2px); } }
        @media (min-width: 1920px) {
          .subpage-content .bottomGallery2 .wrap svg:last-of-type, .content-news .bottomGallery2 .wrap svg:last-of-type, .eventCalendar .bottomGallery2 .wrap svg:last-of-type {
            left: 140px; } }
  .subpage-content .bottomGallery2 .row, .content-news .bottomGallery2 .row, .eventCalendar .bottomGallery2 .row {
    flex-wrap: nowrap;
    position: relative; }
    .subpage-content .bottomGallery2 .row .img, .content-news .bottomGallery2 .row .img, .eventCalendar .bottomGallery2 .row .img {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      overflow: hidden; }
      .subpage-content .bottomGallery2 .row .img img, .content-news .bottomGallery2 .row .img img, .eventCalendar .bottomGallery2 .row .img img {
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: opacity 0.8s ease-in-out;
        -moz-transition: opacity 0.8s ease-in-out;
        -o-transition: opacity 0.8s ease-in-out;
        transition: opacity 0.8s ease-in-out; }
        .subpage-content .bottomGallery2 .row .img img.top:hover, .content-news .bottomGallery2 .row .img img.top:hover, .eventCalendar .bottomGallery2 .row .img img.top:hover {
          opacity: 0; }
      .subpage-content .bottomGallery2 .row .img-1, .content-news .bottomGallery2 .row .img-1, .eventCalendar .bottomGallery2 .row .img-1 {
        width: 437px;
        height: 254px; }
        @media (min-width: 1240px) {
          .subpage-content .bottomGallery2 .row .img-1, .content-news .bottomGallery2 .row .img-1, .eventCalendar .bottomGallery2 .row .img-1 {
            width: calc(69.0476190476vw - 419.19047619px); } }
        @media (min-width: 1366px) {
          .subpage-content .bottomGallery2 .row .img-1, .content-news .bottomGallery2 .row .img-1, .eventCalendar .bottomGallery2 .row .img-1 {
            width: calc(63.1768953069vw - 338.996389892px); } }
        @media (min-width: 1920px) {
          .subpage-content .bottomGallery2 .row .img-1, .content-news .bottomGallery2 .row .img-1, .eventCalendar .bottomGallery2 .row .img-1 {
            width: 874px; } }
        @media (min-width: 767px) {
          .subpage-content .bottomGallery2 .row .img-1, .content-news .bottomGallery2 .row .img-1, .eventCalendar .bottomGallery2 .row .img-1 {
            height: calc(25.6355932203vw + 57.375px); } }
        @media (min-width: 1239px) {
          .subpage-content .bottomGallery2 .row .img-1, .content-news .bottomGallery2 .row .img-1, .eventCalendar .bottomGallery2 .row .img-1 {
            height: calc(-15500vw + 192420px); } }
        @media (min-width: 1240px) {
          .subpage-content .bottomGallery2 .row .img-1, .content-news .bottomGallery2 .row .img-1, .eventCalendar .bottomGallery2 .row .img-1 {
            height: calc(34.9206349206vw - 213.015873016px); } }
        @media (min-width: 1366px) {
          .subpage-content .bottomGallery2 .row .img-1, .content-news .bottomGallery2 .row .img-1, .eventCalendar .bottomGallery2 .row .img-1 {
            height: calc(31.7689530686vw - 169.963898917px); } }
        @media (min-width: 1920px) {
          .subpage-content .bottomGallery2 .row .img-1, .content-news .bottomGallery2 .row .img-1, .eventCalendar .bottomGallery2 .row .img-1 {
            height: 440px; } }
        @media (max-width: 1239px) {
          .subpage-content .bottomGallery2 .row .img-1 img, .content-news .bottomGallery2 .row .img-1 img, .eventCalendar .bottomGallery2 .row .img-1 img {
            height: 100% !important;
            object-fit: cover;
            width: 100%; } }
      .subpage-content .bottomGallery2 .row .img-2, .content-news .bottomGallery2 .row .img-2, .eventCalendar .bottomGallery2 .row .img-2 {
        width: 452px;
        height: 254px;
        align-items: center; }
        @media (min-width: 1240px) {
          .subpage-content .bottomGallery2 .row .img-2, .content-news .bottomGallery2 .row .img-2, .eventCalendar .bottomGallery2 .row .img-2 {
            width: calc(-72.2222222222vw + 1347.55555556px); } }
        @media (min-width: 1366px) {
          .subpage-content .bottomGallery2 .row .img-2, .content-news .bottomGallery2 .row .img-2, .eventCalendar .bottomGallery2 .row .img-2 {
            width: calc(43.6823104693vw - 235.700361011px); } }
        @media (min-width: 1920px) {
          .subpage-content .bottomGallery2 .row .img-2, .content-news .bottomGallery2 .row .img-2, .eventCalendar .bottomGallery2 .row .img-2 {
            width: 603px; } }
        @media (min-width: 767px) {
          .subpage-content .bottomGallery2 .row .img-2, .content-news .bottomGallery2 .row .img-2, .eventCalendar .bottomGallery2 .row .img-2 {
            height: calc(25.6355932203vw + 57.375px); } }
        @media (min-width: 1239px) {
          .subpage-content .bottomGallery2 .row .img-2, .content-news .bottomGallery2 .row .img-2, .eventCalendar .bottomGallery2 .row .img-2 {
            height: calc(-9400vw + 116841px); } }
        @media (min-width: 1240px) {
          .subpage-content .bottomGallery2 .row .img-2, .content-news .bottomGallery2 .row .img-2, .eventCalendar .bottomGallery2 .row .img-2 {
            height: calc(44.4444444444vw - 270.111111111px); } }
        @media (min-width: 1366px) {
          .subpage-content .bottomGallery2 .row .img-2, .content-news .bottomGallery2 .row .img-2, .eventCalendar .bottomGallery2 .row .img-2 {
            height: calc(40.6137184116vw - 217.783393502px); } }
        @media (min-width: 1920px) {
          .subpage-content .bottomGallery2 .row .img-2, .content-news .bottomGallery2 .row .img-2, .eventCalendar .bottomGallery2 .row .img-2 {
            height: 562px; } }
      .subpage-content .bottomGallery2 .row .img-3, .content-news .bottomGallery2 .row .img-3, .eventCalendar .bottomGallery2 .row .img-3 {
        width: 360px;
        height: 254px; }
        @media (min-width: 1240px) {
          .subpage-content .bottomGallery2 .row .img-3, .content-news .bottomGallery2 .row .img-3, .eventCalendar .bottomGallery2 .row .img-3 {
            width: calc(57.1428571429vw - 348.571428571px); } }
        @media (min-width: 1366px) {
          .subpage-content .bottomGallery2 .row .img-3, .content-news .bottomGallery2 .row .img-3, .eventCalendar .bottomGallery2 .row .img-3 {
            width: calc(51.9855595668vw - 278.122743682px); } }
        @media (min-width: 1920px) {
          .subpage-content .bottomGallery2 .row .img-3, .content-news .bottomGallery2 .row .img-3, .eventCalendar .bottomGallery2 .row .img-3 {
            width: 720px; } }
        @media (min-width: 767px) {
          .subpage-content .bottomGallery2 .row .img-3, .content-news .bottomGallery2 .row .img-3, .eventCalendar .bottomGallery2 .row .img-3 {
            height: calc(25.6355932203vw + 57.375px); } }
        @media (min-width: 1239px) {
          .subpage-content .bottomGallery2 .row .img-3, .content-news .bottomGallery2 .row .img-3, .eventCalendar .bottomGallery2 .row .img-3 {
            height: calc(-13600vw + 168879px); } }
        @media (min-width: 1240px) {
          .subpage-content .bottomGallery2 .row .img-3, .content-news .bottomGallery2 .row .img-3, .eventCalendar .bottomGallery2 .row .img-3 {
            height: calc(38.0952380952vw - 233.380952381px); } }
        @media (min-width: 1366px) {
          .subpage-content .bottomGallery2 .row .img-3, .content-news .bottomGallery2 .row .img-3, .eventCalendar .bottomGallery2 .row .img-3 {
            height: calc(34.6570397112vw - 186.415162455px); } }
        @media (min-width: 1920px) {
          .subpage-content .bottomGallery2 .row .img-3, .content-news .bottomGallery2 .row .img-3, .eventCalendar .bottomGallery2 .row .img-3 {
            height: 479px; } }
      .subpage-content .bottomGallery2 .row .img-4, .content-news .bottomGallery2 .row .img-4, .eventCalendar .bottomGallery2 .row .img-4 {
        width: 336px;
        height: 254px; }
        @media (min-width: 1240px) {
          .subpage-content .bottomGallery2 .row .img-4, .content-news .bottomGallery2 .row .img-4, .eventCalendar .bottomGallery2 .row .img-4 {
            width: calc(53.1746031746vw - 323.365079365px); } }
        @media (min-width: 1366px) {
          .subpage-content .bottomGallery2 .row .img-4, .content-news .bottomGallery2 .row .img-4, .eventCalendar .bottomGallery2 .row .img-4 {
            width: calc(48.5559566787vw - 260.274368231px); } }
        @media (min-width: 1920px) {
          .subpage-content .bottomGallery2 .row .img-4, .content-news .bottomGallery2 .row .img-4, .eventCalendar .bottomGallery2 .row .img-4 {
            width: 672px; } }
        @media (min-width: 767px) {
          .subpage-content .bottomGallery2 .row .img-4, .content-news .bottomGallery2 .row .img-4, .eventCalendar .bottomGallery2 .row .img-4 {
            height: calc(25.6355932203vw + 57.375px); } }
        @media (min-width: 1239px) {
          .subpage-content .bottomGallery2 .row .img-4, .content-news .bottomGallery2 .row .img-4, .eventCalendar .bottomGallery2 .row .img-4 {
            height: calc(-15100vw + 187464px); } }
        @media (min-width: 1240px) {
          .subpage-content .bottomGallery2 .row .img-4, .content-news .bottomGallery2 .row .img-4, .eventCalendar .bottomGallery2 .row .img-4 {
            height: calc(34.9206349206vw - 209.015873016px); } }
        @media (min-width: 1366px) {
          .subpage-content .bottomGallery2 .row .img-4, .content-news .bottomGallery2 .row .img-4, .eventCalendar .bottomGallery2 .row .img-4 {
            height: calc(32.4909747292vw - 175.826714801px); } }
        @media (min-width: 1920px) {
          .subpage-content .bottomGallery2 .row .img-4, .content-news .bottomGallery2 .row .img-4, .eventCalendar .bottomGallery2 .row .img-4 {
            height: 448px; } }
    .subpage-content .bottomGallery2 .row:first-of-type, .content-news .bottomGallery2 .row:first-of-type, .eventCalendar .bottomGallery2 .row:first-of-type {
      margin-right: 43px;
      margin-bottom: 20px;
      position: relative; }
      @media (min-width: 1240px) {
        .subpage-content .bottomGallery2 .row:first-of-type, .content-news .bottomGallery2 .row:first-of-type, .eventCalendar .bottomGallery2 .row:first-of-type {
          margin-right: calc(6.3492063492vw - 35.7301587302px); } }
      @media (min-width: 1366px) {
        .subpage-content .bottomGallery2 .row:first-of-type, .content-news .bottomGallery2 .row:first-of-type, .eventCalendar .bottomGallery2 .row:first-of-type {
          margin-right: calc(6.3176895307vw - 35.2996389892px); } }
      @media (min-width: 1920px) {
        .subpage-content .bottomGallery2 .row:first-of-type, .content-news .bottomGallery2 .row:first-of-type, .eventCalendar .bottomGallery2 .row:first-of-type {
          margin-right: 86px; } }
      @media (max-width: 1239px) {
        .subpage-content .bottomGallery2 .row:first-of-type, .content-news .bottomGallery2 .row:first-of-type, .eventCalendar .bottomGallery2 .row:first-of-type {
          margin-bottom: 0;
          margin-right: 0;
          justify-content: space-between; } }
      .subpage-content .bottomGallery2 .row:first-of-type .img:nth-of-type(2), .content-news .bottomGallery2 .row:first-of-type .img:nth-of-type(2), .eventCalendar .bottomGallery2 .row:first-of-type .img:nth-of-type(2) {
        margin-left: 20px; }
        @media (max-width: 1239px) {
          .subpage-content .bottomGallery2 .row:first-of-type .img:nth-of-type(2), .content-news .bottomGallery2 .row:first-of-type .img:nth-of-type(2), .eventCalendar .bottomGallery2 .row:first-of-type .img:nth-of-type(2) {
            margin-left: 0; } }
        @media (max-width: 650px) {
          .subpage-content .bottomGallery2 .row:first-of-type .img:nth-of-type(2), .content-news .bottomGallery2 .row:first-of-type .img:nth-of-type(2), .eventCalendar .bottomGallery2 .row:first-of-type .img:nth-of-type(2) {
            display: none; } }
      @media (max-width: 1239px) {
        .subpage-content .bottomGallery2 .row:first-of-type .img, .content-news .bottomGallery2 .row:first-of-type .img, .eventCalendar .bottomGallery2 .row:first-of-type .img {
          width: 49%; } }
      @media (max-width: 650px) {
        .subpage-content .bottomGallery2 .row:first-of-type .img:nth-of-type(1), .content-news .bottomGallery2 .row:first-of-type .img:nth-of-type(1), .eventCalendar .bottomGallery2 .row:first-of-type .img:nth-of-type(1) {
          width: 90%;
          height: 280px;
          left: 50%;
          transform: translateX(-50%);
          position: absolute;
          top: 0; } }
    @media (max-width: 1239px) {
      .subpage-content .bottomGallery2 .row:last-of-type, .content-news .bottomGallery2 .row:last-of-type, .eventCalendar .bottomGallery2 .row:last-of-type {
        flex-wrap: wrap; } }
    .subpage-content .bottomGallery2 .row:last-of-type .img-3, .content-news .bottomGallery2 .row:last-of-type .img-3, .eventCalendar .bottomGallery2 .row:last-of-type .img-3 {
      position: relative;
      top: -88px; }
      @media (min-width: 1240px) {
        .subpage-content .bottomGallery2 .row:last-of-type .img-3, .content-news .bottomGallery2 .row:last-of-type .img-3, .eventCalendar .bottomGallery2 .row:last-of-type .img-3 {
          top: calc(-34.9206349206vw + 345.015873016px); } }
      @media (min-width: 1366px) {
        .subpage-content .bottomGallery2 .row:last-of-type .img-3, .content-news .bottomGallery2 .row:last-of-type .img-3, .eventCalendar .bottomGallery2 .row:last-of-type .img-3 {
          top: calc(-7.9422382671vw - 23.5090252708px); } }
      @media (min-width: 1920px) {
        .subpage-content .bottomGallery2 .row:last-of-type .img-3, .content-news .bottomGallery2 .row:last-of-type .img-3, .eventCalendar .bottomGallery2 .row:last-of-type .img-3 {
          top: -176px; } }
      @media (max-width: 1239px) {
        .subpage-content .bottomGallery2 .row:last-of-type .img-3, .content-news .bottomGallery2 .row:last-of-type .img-3, .eventCalendar .bottomGallery2 .row:last-of-type .img-3 {
          top: 0;
          order: 2;
          width: 49%; } }
    @media (max-width: 1239px) {
      .subpage-content .bottomGallery2 .row:last-of-type .img-4, .content-news .bottomGallery2 .row:last-of-type .img-4, .eventCalendar .bottomGallery2 .row:last-of-type .img-4 {
        order: 3;
        width: 49%; } }
    @media (max-width: 650px) {
      .subpage-content .bottomGallery2 .row:last-of-type .img, .content-news .bottomGallery2 .row:last-of-type .img, .eventCalendar .bottomGallery2 .row:last-of-type .img {
        display: none; } }
    .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
      padding-top: 260px;
      padding-right: 323px;
      padding-bottom: 47px;
      padding-left: 190px;
      background: #ebebeb;
      box-sizing: border-box;
      font-size: 16px;
      line-height: 32px;
      letter-spacing: 2px;
      width: 980px;
      height: 950px;
      position: absolute;
      top: -250px;
      right: 53px; }
      @media (min-width: 1240px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          padding-top: calc(79.3650793651vw - 724.126984127px); } }
      @media (min-width: 1366px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          padding-top: calc(21.6606498195vw + 64.1155234657px); } }
      @media (min-width: 1920px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          padding-top: 480px; } }
      @media (min-width: 1240px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          padding-right: calc(61.1111111111vw - 434.777777778px); } }
      @media (min-width: 1366px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          padding-right: calc(44.5848375451vw - 209.028880866px); } }
      @media (min-width: 1920px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          padding-right: 647px; } }
      @media (min-width: 1240px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          padding-bottom: calc(19.0476190476vw - 189.19047619px); } }
      @media (min-width: 1366px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          padding-bottom: calc(4.3321299639vw + 11.8231046931px); } }
      @media (min-width: 1920px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          padding-bottom: 95px; } }
      @media (min-width: 1240px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          padding-left: calc(-79.3650793651vw + 1174.12698413px); } }
      @media (min-width: 1366px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          padding-left: calc(12.4548736462vw - 80.1335740072px); } }
      @media (min-width: 1920px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          padding-left: 159px; } }
      @media (min-width: 1240px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          width: calc(-70.6349206349vw + 1855.87301587px); } }
      @media (min-width: 1366px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          width: calc(53.7906137184vw + 156.220216606px); } }
      @media (min-width: 1920px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          width: 1189px; } }
      @media (min-width: 1240px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          top: calc(-99.2063492063vw + 980.158730159px); } }
      @media (min-width: 1366px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          top: calc(-13.8989169675vw - 185.140794224px); } }
      @media (min-width: 1920px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          top: -452px; } }
      @media (min-width: 1240px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          right: calc(21.4285714286vw - 212.714285714px); } }
      @media (min-width: 1366px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          right: calc(4.8736462094vw + 13.4259927798px); } }
      @media (min-width: 1920px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          right: 107px; } }
      @media (max-width: 1670px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          height: auto; } }
      @media (max-width: 1239px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          position: relative;
          width: 100%;
          padding: 50px;
          top: 0;
          left: 0;
          order: 1;
          margin: 20px 0;
          text-align: center; } }
      @media (max-width: 650px) {
        .subpage-content .bottomGallery2 .row .text, .content-news .bottomGallery2 .row .text, .eventCalendar .bottomGallery2 .row .text {
          padding: 330px 10px 50px 10px; } }
      .subpage-content .bottomGallery2 .row .text p, .content-news .bottomGallery2 .row .text p, .eventCalendar .bottomGallery2 .row .text p {
        margin-bottom: 63px; }

.subpage-content .imagesRowObal .content, .content-news .imagesRowObal .content, .eventCalendar .imagesRowObal .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start; }
  .subpage-content .imagesRowObal .content .imagesRow, .content-news .imagesRowObal .content .imagesRow, .eventCalendar .imagesRowObal .content .imagesRow {
    width: 24%; }
    @media (max-width: 980px) {
      .subpage-content .imagesRowObal .content .imagesRow, .content-news .imagesRowObal .content .imagesRow, .eventCalendar .imagesRowObal .content .imagesRow {
        width: 49%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .subpage-content .imagesRowObal .content .imagesRow:nth-of-type(1), .subpage-content .imagesRowObal .content .imagesRow:nth-of-type(2), .content-news .imagesRowObal .content .imagesRow:nth-of-type(1), .content-news .imagesRowObal .content .imagesRow:nth-of-type(2), .eventCalendar .imagesRowObal .content .imagesRow:nth-of-type(1), .eventCalendar .imagesRowObal .content .imagesRow:nth-of-type(2) {
          margin-bottom: 50px; } }
    @media (max-width: 600px) {
      .subpage-content .imagesRowObal .content .imagesRow, .content-news .imagesRowObal .content .imagesRow, .eventCalendar .imagesRowObal .content .imagesRow {
        width: 100%; }
        .subpage-content .imagesRowObal .content .imagesRow:nth-of-type(3), .content-news .imagesRowObal .content .imagesRow:nth-of-type(3), .eventCalendar .imagesRowObal .content .imagesRow:nth-of-type(3) {
          margin-bottom: 50px; } }
    .subpage-content .imagesRowObal .content .imagesRow img, .content-news .imagesRowObal .content .imagesRow img, .eventCalendar .imagesRowObal .content .imagesRow img {
      display: block; }
    .subpage-content .imagesRowObal .content .imagesRow:hover p:not(.title) .content:before, .content-news .imagesRowObal .content .imagesRow:hover p:not(.title) .content:before, .eventCalendar .imagesRowObal .content .imagesRow:hover p:not(.title) .content:before {
      opacity: 0.4;
      visibility: visible; }
    .subpage-content .imagesRowObal .content .imagesRow p:not(.title) a.content, .content-news .imagesRowObal .content .imagesRow p:not(.title) a.content, .eventCalendar .imagesRowObal .content .imagesRow p:not(.title) a.content {
      overflow: hidden; }
      @media (max-width: 1240px) {
        .subpage-content .imagesRowObal .content .imagesRow p:not(.title) a.content, .content-news .imagesRowObal .content .imagesRow p:not(.title) a.content, .eventCalendar .imagesRowObal .content .imagesRow p:not(.title) a.content {
          height: 420px; } }
      @media (max-width: 600px) {
        .subpage-content .imagesRowObal .content .imagesRow p:not(.title) a.content, .content-news .imagesRowObal .content .imagesRow p:not(.title) a.content, .eventCalendar .imagesRowObal .content .imagesRow p:not(.title) a.content {
          height: 350px; } }
      @media (max-width: 480px) {
        .subpage-content .imagesRowObal .content .imagesRow p:not(.title) a.content, .content-news .imagesRowObal .content .imagesRow p:not(.title) a.content, .eventCalendar .imagesRowObal .content .imagesRow p:not(.title) a.content {
          height: 300px; } }
    .subpage-content .imagesRowObal .content .imagesRow .content-description, .content-news .imagesRowObal .content .imagesRow .content-description, .eventCalendar .imagesRowObal .content .imagesRow .content-description {
      margin-top: 20px;
      padding: 0 20px; }
      .subpage-content .imagesRowObal .content .imagesRow .content-description p, .content-news .imagesRowObal .content .imagesRow .content-description p, .eventCalendar .imagesRowObal .content .imagesRow .content-description p {
        display: flex;
        align-items: flex-start;
        line-height: 22px;
        font-size: 14px; }
        .subpage-content .imagesRowObal .content .imagesRow .content-description p img, .content-news .imagesRowObal .content .imagesRow .content-description p img, .eventCalendar .imagesRowObal .content .imagesRow .content-description p img {
          width: 25px;
          height: 25px;
          margin-right: 15px; }
    .subpage-content .imagesRowObal .content .imagesRow p:not(.title) .content, .content-news .imagesRowObal .content .imagesRow p:not(.title) .content, .eventCalendar .imagesRowObal .content .imagesRow p:not(.title) .content {
      position: relative; }
      .subpage-content .imagesRowObal .content .imagesRow p:not(.title) .content:before, .content-news .imagesRowObal .content .imagesRow p:not(.title) .content:before, .eventCalendar .imagesRowObal .content .imagesRow p:not(.title) .content:before {
        content: "";
        background: #d70929;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        transition: 0.5s; }
    .subpage-content .imagesRowObal .content .imagesRow p, .content-news .imagesRowObal .content .imagesRow p, .eventCalendar .imagesRowObal .content .imagesRow p {
      margin-bottom: 0; }
    .subpage-content .imagesRowObal .content .imagesRow .title a, .content-news .imagesRowObal .content .imagesRow .title a, .eventCalendar .imagesRowObal .content .imagesRow .title a {
      padding-top: 35px;
      font-size: 20px;
      font-weight: 300;
      letter-spacing: 4px;
      color: #d70929;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      display: block; }

.subpage-content .pro-firmy .ubytovaniObsah h2, .content-news .pro-firmy .ubytovaniObsah h2, .eventCalendar .pro-firmy .ubytovaniObsah h2 {
  margin-bottom: 10px; }

.subpage-content .text3, .content-news .text3, .eventCalendar .text3 {
  align-items: center;
  margin-bottom: 90px;
  letter-spacing: 1px; }
  .subpage-content .text3 p, .content-news .text3 p, .eventCalendar .text3 p {
    line-height: 32px; }
  .subpage-content .text3:last-of-type, .content-news .text3:last-of-type, .eventCalendar .text3:last-of-type {
    margin-bottom: 0; }
  .subpage-content .text3:nth-of-type(even), .content-news .text3:nth-of-type(even), .eventCalendar .text3:nth-of-type(even) {
    text-align: right; }
  .subpage-content .text3-obsah, .content-news .text3-obsah, .eventCalendar .text3-obsah {
    width: calc(100% - 557px) !important;
    padding: 0 60px; }
    @media (max-width: 980px) {
      .subpage-content .text3-obsah, .content-news .text3-obsah, .eventCalendar .text3-obsah {
        width: 100% !important;
        text-align: center;
        padding: 0; } }
    .subpage-content .text3-obsah a, .content-news .text3-obsah a, .eventCalendar .text3-obsah a {
      padding-top: 16px;
      padding-bottom: 16px;
      padding-left: 44px;
      padding-right: 44px;
      background: #d70929;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      transition: 0.5s;
      letter-spacing: 2px;
      line-height: initial;
      height: auto;
      font-weight: 700;
      display: inline-block;
      padding: 15px 20px; }
      @media (min-width: 1100px) {
        .subpage-content .text3-obsah a, .content-news .text3-obsah a, .eventCalendar .text3-obsah a {
          padding-top: calc(0.487804878vw + 10.6341463415px); } }
      @media (min-width: 1920px) {
        .subpage-content .text3-obsah a, .content-news .text3-obsah a, .eventCalendar .text3-obsah a {
          padding-top: 20px; } }
      @media (min-width: 1100px) {
        .subpage-content .text3-obsah a, .content-news .text3-obsah a, .eventCalendar .text3-obsah a {
          padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
      @media (min-width: 1920px) {
        .subpage-content .text3-obsah a, .content-news .text3-obsah a, .eventCalendar .text3-obsah a {
          padding-bottom: 20px; } }
      @media (min-width: 1100px) {
        .subpage-content .text3-obsah a, .content-news .text3-obsah a, .eventCalendar .text3-obsah a {
          padding-left: calc(1.9512195122vw + 22.5365853659px); } }
      @media (min-width: 1920px) {
        .subpage-content .text3-obsah a, .content-news .text3-obsah a, .eventCalendar .text3-obsah a {
          padding-left: 60px; } }
      @media (min-width: 1100px) {
        .subpage-content .text3-obsah a, .content-news .text3-obsah a, .eventCalendar .text3-obsah a {
          padding-right: calc(1.9512195122vw + 22.5365853659px); } }
      @media (min-width: 1920px) {
        .subpage-content .text3-obsah a, .content-news .text3-obsah a, .eventCalendar .text3-obsah a {
          padding-right: 60px; } }
      .subpage-content .text3-obsah a:hover, .content-news .text3-obsah a:hover, .eventCalendar .text3-obsah a:hover {
        background: #f84e69; }
        .subpage-content .text3-obsah a:hover:before, .content-news .text3-obsah a:hover:before, .eventCalendar .text3-obsah a:hover:before {
          display: none; }
  .subpage-content .text3-foto, .content-news .text3-foto, .eventCalendar .text3-foto {
    max-width: 537px;
    width: 100%; }
  .subpage-content .text3 h2, .content-news .text3 h2, .eventCalendar .text3 h2 {
    font-size: 20px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 700;
    color: #000;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px;
    left: 0;
    transform: none;
    padding: 0; }
    @media (min-width: 768px) {
      .subpage-content .text3 h2, .content-news .text3 h2, .eventCalendar .text3 h2 {
        font-size: calc(0.6688963211vw + 14.8628762542px); } }
    @media (min-width: 1366px) {
      .subpage-content .text3 h2, .content-news .text3 h2, .eventCalendar .text3 h2 {
        font-size: 24px; } }
    .subpage-content .text3 h2:before, .subpage-content .text3 h2:after, .content-news .text3 h2:before, .content-news .text3 h2:after, .eventCalendar .text3 h2:before, .eventCalendar .text3 h2:after {
      display: none; }

.subpage-content .popisMistnosti1Sloupec, .subpage-content .popisMistnosti2Sloupce, .content-news .popisMistnosti1Sloupec, .content-news .popisMistnosti2Sloupce, .eventCalendar .popisMistnosti1Sloupec, .eventCalendar .popisMistnosti2Sloupce {
  letter-spacing: 1px;
  line-height: 32px; }
  .subpage-content .popisMistnosti1Sloupec h2, .subpage-content .popisMistnosti2Sloupce h2, .content-news .popisMistnosti1Sloupec h2, .content-news .popisMistnosti2Sloupce h2, .eventCalendar .popisMistnosti1Sloupec h2, .eventCalendar .popisMistnosti2Sloupce h2 {
    letter-spacing: 4px;
    color: #d70929;
    font-size: 24px;
    text-transform: uppercase;
    font-style: normal;
    padding: 0;
    margin: 53px 0 10px;
    left: 0;
    transform: none;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 300; }
    .subpage-content .popisMistnosti1Sloupec h2:before, .subpage-content .popisMistnosti1Sloupec h2:after, .subpage-content .popisMistnosti2Sloupce h2:before, .subpage-content .popisMistnosti2Sloupce h2:after, .content-news .popisMistnosti1Sloupec h2:before, .content-news .popisMistnosti1Sloupec h2:after, .content-news .popisMistnosti2Sloupce h2:before, .content-news .popisMistnosti2Sloupce h2:after, .eventCalendar .popisMistnosti1Sloupec h2:before, .eventCalendar .popisMistnosti1Sloupec h2:after, .eventCalendar .popisMistnosti2Sloupce h2:before, .eventCalendar .popisMistnosti2Sloupce h2:after {
      display: none; }
  .subpage-content .popisMistnosti1Sloupec .cena, .subpage-content .popisMistnosti2Sloupce .cena, .content-news .popisMistnosti1Sloupec .cena, .content-news .popisMistnosti2Sloupce .cena, .eventCalendar .popisMistnosti1Sloupec .cena, .eventCalendar .popisMistnosti2Sloupce .cena {
    display: flex;
    line-height: 32px;
    align-items: baseline;
    justify-content: center;
    margin: 40px 0 35px; }
    .subpage-content .popisMistnosti1Sloupec .cena p, .subpage-content .popisMistnosti2Sloupce .cena p, .content-news .popisMistnosti1Sloupec .cena p, .content-news .popisMistnosti2Sloupce .cena p, .eventCalendar .popisMistnosti1Sloupec .cena p, .eventCalendar .popisMistnosti2Sloupce .cena p {
      margin-bottom: 0; }
    .subpage-content .popisMistnosti1Sloupec .cena .big, .subpage-content .popisMistnosti2Sloupce .cena .big, .content-news .popisMistnosti1Sloupec .cena .big, .content-news .popisMistnosti2Sloupce .cena .big, .eventCalendar .popisMistnosti1Sloupec .cena .big, .eventCalendar .popisMistnosti2Sloupce .cena .big {
      font-size: 30px;
      font-weight: 700;
      color: #d70929;
      margin: 0 5px; }
  .subpage-content .popisMistnosti1Sloupec .button a, .subpage-content .popisMistnosti2Sloupce .button a, .content-news .popisMistnosti1Sloupec .button a, .content-news .popisMistnosti2Sloupce .button a, .eventCalendar .popisMistnosti1Sloupec .button a, .eventCalendar .popisMistnosti2Sloupce .button a {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 44px;
    padding-right: 44px;
    background: #d70929;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    letter-spacing: 2px;
    line-height: initial;
    height: auto;
    font-weight: 700;
    display: inline-block; }
    @media (min-width: 1100px) {
      .subpage-content .popisMistnosti1Sloupec .button a, .subpage-content .popisMistnosti2Sloupce .button a, .content-news .popisMistnosti1Sloupec .button a, .content-news .popisMistnosti2Sloupce .button a, .eventCalendar .popisMistnosti1Sloupec .button a, .eventCalendar .popisMistnosti2Sloupce .button a {
        padding-top: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .subpage-content .popisMistnosti1Sloupec .button a, .subpage-content .popisMistnosti2Sloupce .button a, .content-news .popisMistnosti1Sloupec .button a, .content-news .popisMistnosti2Sloupce .button a, .eventCalendar .popisMistnosti1Sloupec .button a, .eventCalendar .popisMistnosti2Sloupce .button a {
        padding-top: 20px; } }
    @media (min-width: 1100px) {
      .subpage-content .popisMistnosti1Sloupec .button a, .subpage-content .popisMistnosti2Sloupce .button a, .content-news .popisMistnosti1Sloupec .button a, .content-news .popisMistnosti2Sloupce .button a, .eventCalendar .popisMistnosti1Sloupec .button a, .eventCalendar .popisMistnosti2Sloupce .button a {
        padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
    @media (min-width: 1920px) {
      .subpage-content .popisMistnosti1Sloupec .button a, .subpage-content .popisMistnosti2Sloupce .button a, .content-news .popisMistnosti1Sloupec .button a, .content-news .popisMistnosti2Sloupce .button a, .eventCalendar .popisMistnosti1Sloupec .button a, .eventCalendar .popisMistnosti2Sloupce .button a {
        padding-bottom: 20px; } }
    @media (min-width: 1100px) {
      .subpage-content .popisMistnosti1Sloupec .button a, .subpage-content .popisMistnosti2Sloupce .button a, .content-news .popisMistnosti1Sloupec .button a, .content-news .popisMistnosti2Sloupce .button a, .eventCalendar .popisMistnosti1Sloupec .button a, .eventCalendar .popisMistnosti2Sloupce .button a {
        padding-left: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .subpage-content .popisMistnosti1Sloupec .button a, .subpage-content .popisMistnosti2Sloupce .button a, .content-news .popisMistnosti1Sloupec .button a, .content-news .popisMistnosti2Sloupce .button a, .eventCalendar .popisMistnosti1Sloupec .button a, .eventCalendar .popisMistnosti2Sloupce .button a {
        padding-left: 60px; } }
    @media (min-width: 1100px) {
      .subpage-content .popisMistnosti1Sloupec .button a, .subpage-content .popisMistnosti2Sloupce .button a, .content-news .popisMistnosti1Sloupec .button a, .content-news .popisMistnosti2Sloupce .button a, .eventCalendar .popisMistnosti1Sloupec .button a, .eventCalendar .popisMistnosti2Sloupce .button a {
        padding-right: calc(1.9512195122vw + 22.5365853659px); } }
    @media (min-width: 1920px) {
      .subpage-content .popisMistnosti1Sloupec .button a, .subpage-content .popisMistnosti2Sloupce .button a, .content-news .popisMistnosti1Sloupec .button a, .content-news .popisMistnosti2Sloupce .button a, .eventCalendar .popisMistnosti1Sloupec .button a, .eventCalendar .popisMistnosti2Sloupce .button a {
        padding-right: 60px; } }
    .subpage-content .popisMistnosti1Sloupec .button a:hover, .subpage-content .popisMistnosti2Sloupce .button a:hover, .content-news .popisMistnosti1Sloupec .button a:hover, .content-news .popisMistnosti2Sloupce .button a:hover, .eventCalendar .popisMistnosti1Sloupec .button a:hover, .eventCalendar .popisMistnosti2Sloupce .button a:hover {
      background: #f84e69; }
      .subpage-content .popisMistnosti1Sloupec .button a:hover:before, .subpage-content .popisMistnosti2Sloupce .button a:hover:before, .content-news .popisMistnosti1Sloupec .button a:hover:before, .content-news .popisMistnosti2Sloupce .button a:hover:before, .eventCalendar .popisMistnosti1Sloupec .button a:hover:before, .eventCalendar .popisMistnosti2Sloupce .button a:hover:before {
        display: none; }

.subpage-content .popisMistnosti1Sloupec, .content-news .popisMistnosti1Sloupec, .eventCalendar .popisMistnosti1Sloupec {
  text-align: center; }
  .subpage-content .popisMistnosti1Sloupec .popisMistnosti, .content-news .popisMistnosti1Sloupec .popisMistnosti, .eventCalendar .popisMistnosti1Sloupec .popisMistnosti {
    width: 980px;
    max-width: 100%;
    margin: 40px auto 40px; }

.subpage-content .popisMistnosti2Sloupce, .content-news .popisMistnosti2Sloupce, .eventCalendar .popisMistnosti2Sloupce {
  width: 49.5%; }
  @media (max-width: 980px) {
    .subpage-content .popisMistnosti2Sloupce, .content-news .popisMistnosti2Sloupce, .eventCalendar .popisMistnosti2Sloupce {
      width: 100%; }
      .subpage-content .popisMistnosti2Sloupce:last-of-type, .content-news .popisMistnosti2Sloupce:last-of-type, .eventCalendar .popisMistnosti2Sloupce:last-of-type {
        margin-top: 40px; } }
  .subpage-content .popisMistnosti2Sloupce .content, .content-news .popisMistnosti2Sloupce .content, .eventCalendar .popisMistnosti2Sloupce .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap; }
  .subpage-content .popisMistnosti2Sloupce .text, .content-news .popisMistnosti2Sloupce .text, .eventCalendar .popisMistnosti2Sloupce .text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%; }
  .subpage-content .popisMistnosti2Sloupce .top, .content-news .popisMistnosti2Sloupce .top, .eventCalendar .popisMistnosti2Sloupce .top {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 320px) {
      .subpage-content .popisMistnosti2Sloupce .top, .content-news .popisMistnosti2Sloupce .top, .eventCalendar .popisMistnosti2Sloupce .top {
        padding-left: calc(3.8240917782vw - 12.2370936902px); } }
    @media (min-width: 1366px) {
      .subpage-content .popisMistnosti2Sloupce .top, .content-news .popisMistnosti2Sloupce .top, .eventCalendar .popisMistnosti2Sloupce .top {
        padding-left: calc(3.4296028881vw - 6.8483754513px); } }
    @media (min-width: 1920px) {
      .subpage-content .popisMistnosti2Sloupce .top, .content-news .popisMistnosti2Sloupce .top, .eventCalendar .popisMistnosti2Sloupce .top {
        padding-left: 59px; } }
    @media (min-width: 320px) {
      .subpage-content .popisMistnosti2Sloupce .top, .content-news .popisMistnosti2Sloupce .top, .eventCalendar .popisMistnosti2Sloupce .top {
        padding-right: calc(3.8240917782vw - 12.2370936902px); } }
    @media (min-width: 1366px) {
      .subpage-content .popisMistnosti2Sloupce .top, .content-news .popisMistnosti2Sloupce .top, .eventCalendar .popisMistnosti2Sloupce .top {
        padding-right: calc(3.4296028881vw - 6.8483754513px); } }
    @media (min-width: 1920px) {
      .subpage-content .popisMistnosti2Sloupce .top, .content-news .popisMistnosti2Sloupce .top, .eventCalendar .popisMistnosti2Sloupce .top {
        padding-right: 59px; } }
    @media (min-width: 320px) {
      .subpage-content .popisMistnosti2Sloupce .top, .content-news .popisMistnosti2Sloupce .top, .eventCalendar .popisMistnosti2Sloupce .top {
        padding-top: calc(0.9560229446vw + 26.9407265774px); } }
    @media (min-width: 1366px) {
      .subpage-content .popisMistnosti2Sloupce .top, .content-news .popisMistnosti2Sloupce .top, .eventCalendar .popisMistnosti2Sloupce .top {
        padding-top: calc(3.4296028881vw - 6.8483754513px); } }
    @media (min-width: 1920px) {
      .subpage-content .popisMistnosti2Sloupce .top, .content-news .popisMistnosti2Sloupce .top, .eventCalendar .popisMistnosti2Sloupce .top {
        padding-top: 59px; } }
    @media (min-width: 320px) {
      .subpage-content .popisMistnosti2Sloupce .top, .content-news .popisMistnosti2Sloupce .top, .eventCalendar .popisMistnosti2Sloupce .top {
        padding-bottom: calc(0.9560229446vw + 26.9407265774px); } }
    @media (min-width: 1366px) {
      .subpage-content .popisMistnosti2Sloupce .top, .content-news .popisMistnosti2Sloupce .top, .eventCalendar .popisMistnosti2Sloupce .top {
        padding-bottom: 40px; } }
    @media (min-width: 1920px) {
      .subpage-content .popisMistnosti2Sloupce .top, .content-news .popisMistnosti2Sloupce .top, .eventCalendar .popisMistnosti2Sloupce .top {
        padding-bottom: 40px; } }
    .subpage-content .popisMistnosti2Sloupce .top h2, .content-news .popisMistnosti2Sloupce .top h2, .eventCalendar .popisMistnosti2Sloupce .top h2 {
      margin-top: 0; }
  .subpage-content .popisMistnosti2Sloupce .iconElementFlex .content-body, .content-news .popisMistnosti2Sloupce .iconElementFlex .content-body, .eventCalendar .popisMistnosti2Sloupce .iconElementFlex .content-body {
    padding: 30px 30px 15px; }
  .subpage-content .popisMistnosti2Sloupce .iconElementFlex .elementToDescription .content, .content-news .popisMistnosti2Sloupce .iconElementFlex .elementToDescription .content, .eventCalendar .popisMistnosti2Sloupce .iconElementFlex .elementToDescription .content {
    flex-direction: row; }
  .subpage-content .popisMistnosti2Sloupce .iconElementFlex.color .content-body, .content-news .popisMistnosti2Sloupce .iconElementFlex.color .content-body, .eventCalendar .popisMistnosti2Sloupce .iconElementFlex.color .content-body {
    justify-content: flex-start;
    padding: 30px 30px 15px 30px; }
    @media (max-width: 980px) {
      .subpage-content .popisMistnosti2Sloupce .iconElementFlex.color .content-body, .content-news .popisMistnosti2Sloupce .iconElementFlex.color .content-body, .eventCalendar .popisMistnosti2Sloupce .iconElementFlex.color .content-body {
        justify-content: center;
        align-items: center;
        padding: 30px 30px 15px; } }
  .subpage-content .popisMistnosti2Sloupce .iconElementFlex.color .elementToDescription, .content-news .popisMistnosti2Sloupce .iconElementFlex.color .elementToDescription, .eventCalendar .popisMistnosti2Sloupce .iconElementFlex.color .elementToDescription {
    width: 33%;
    margin-right: 0;
    margin-bottom: 15px; }
    .subpage-content .popisMistnosti2Sloupce .iconElementFlex.color .elementToDescription .content, .content-news .popisMistnosti2Sloupce .iconElementFlex.color .elementToDescription .content, .eventCalendar .popisMistnosti2Sloupce .iconElementFlex.color .elementToDescription .content {
      justify-content: flex-start; }
      @media (max-width: 980px) {
        .subpage-content .popisMistnosti2Sloupce .iconElementFlex.color .elementToDescription .content, .content-news .popisMistnosti2Sloupce .iconElementFlex.color .elementToDescription .content, .eventCalendar .popisMistnosti2Sloupce .iconElementFlex.color .elementToDescription .content {
          justify-content: center; } }
    @media (max-width: 980px) {
      .subpage-content .popisMistnosti2Sloupce .iconElementFlex.color .elementToDescription, .content-news .popisMistnosti2Sloupce .iconElementFlex.color .elementToDescription, .eventCalendar .popisMistnosti2Sloupce .iconElementFlex.color .elementToDescription {
        width: 100%; } }
  .subpage-content .popisMistnosti2Sloupce .bottom .cena, .content-news .popisMistnosti2Sloupce .bottom .cena, .eventCalendar .popisMistnosti2Sloupce .bottom .cena {
    justify-content: flex-start; }
  .subpage-content .popisMistnosti2Sloupce .bottom .cena, .subpage-content .popisMistnosti2Sloupce .bottom .button, .subpage-content .popisMistnosti2Sloupce .bottom .phone-contact, .content-news .popisMistnosti2Sloupce .bottom .cena, .content-news .popisMistnosti2Sloupce .bottom .button, .content-news .popisMistnosti2Sloupce .bottom .phone-contact, .eventCalendar .popisMistnosti2Sloupce .bottom .cena, .eventCalendar .popisMistnosti2Sloupce .bottom .button, .eventCalendar .popisMistnosti2Sloupce .bottom .phone-contact {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 320px) {
      .subpage-content .popisMistnosti2Sloupce .bottom .cena, .subpage-content .popisMistnosti2Sloupce .bottom .button, .subpage-content .popisMistnosti2Sloupce .bottom .phone-contact, .content-news .popisMistnosti2Sloupce .bottom .cena, .content-news .popisMistnosti2Sloupce .bottom .button, .content-news .popisMistnosti2Sloupce .bottom .phone-contact, .eventCalendar .popisMistnosti2Sloupce .bottom .cena, .eventCalendar .popisMistnosti2Sloupce .bottom .button, .eventCalendar .popisMistnosti2Sloupce .bottom .phone-contact {
        padding-left: calc(3.8240917782vw - 12.2370936902px); } }
    @media (min-width: 1366px) {
      .subpage-content .popisMistnosti2Sloupce .bottom .cena, .subpage-content .popisMistnosti2Sloupce .bottom .button, .subpage-content .popisMistnosti2Sloupce .bottom .phone-contact, .content-news .popisMistnosti2Sloupce .bottom .cena, .content-news .popisMistnosti2Sloupce .bottom .button, .content-news .popisMistnosti2Sloupce .bottom .phone-contact, .eventCalendar .popisMistnosti2Sloupce .bottom .cena, .eventCalendar .popisMistnosti2Sloupce .bottom .button, .eventCalendar .popisMistnosti2Sloupce .bottom .phone-contact {
        padding-left: calc(3.4296028881vw - 6.8483754513px); } }
    @media (min-width: 1920px) {
      .subpage-content .popisMistnosti2Sloupce .bottom .cena, .subpage-content .popisMistnosti2Sloupce .bottom .button, .subpage-content .popisMistnosti2Sloupce .bottom .phone-contact, .content-news .popisMistnosti2Sloupce .bottom .cena, .content-news .popisMistnosti2Sloupce .bottom .button, .content-news .popisMistnosti2Sloupce .bottom .phone-contact, .eventCalendar .popisMistnosti2Sloupce .bottom .cena, .eventCalendar .popisMistnosti2Sloupce .bottom .button, .eventCalendar .popisMistnosti2Sloupce .bottom .phone-contact {
        padding-left: 59px; } }
    @media (min-width: 320px) {
      .subpage-content .popisMistnosti2Sloupce .bottom .cena, .subpage-content .popisMistnosti2Sloupce .bottom .button, .subpage-content .popisMistnosti2Sloupce .bottom .phone-contact, .content-news .popisMistnosti2Sloupce .bottom .cena, .content-news .popisMistnosti2Sloupce .bottom .button, .content-news .popisMistnosti2Sloupce .bottom .phone-contact, .eventCalendar .popisMistnosti2Sloupce .bottom .cena, .eventCalendar .popisMistnosti2Sloupce .bottom .button, .eventCalendar .popisMistnosti2Sloupce .bottom .phone-contact {
        padding-right: calc(3.8240917782vw - 12.2370936902px); } }
    @media (min-width: 1366px) {
      .subpage-content .popisMistnosti2Sloupce .bottom .cena, .subpage-content .popisMistnosti2Sloupce .bottom .button, .subpage-content .popisMistnosti2Sloupce .bottom .phone-contact, .content-news .popisMistnosti2Sloupce .bottom .cena, .content-news .popisMistnosti2Sloupce .bottom .button, .content-news .popisMistnosti2Sloupce .bottom .phone-contact, .eventCalendar .popisMistnosti2Sloupce .bottom .cena, .eventCalendar .popisMistnosti2Sloupce .bottom .button, .eventCalendar .popisMistnosti2Sloupce .bottom .phone-contact {
        padding-right: calc(3.4296028881vw - 6.8483754513px); } }
    @media (min-width: 1920px) {
      .subpage-content .popisMistnosti2Sloupce .bottom .cena, .subpage-content .popisMistnosti2Sloupce .bottom .button, .subpage-content .popisMistnosti2Sloupce .bottom .phone-contact, .content-news .popisMistnosti2Sloupce .bottom .cena, .content-news .popisMistnosti2Sloupce .bottom .button, .content-news .popisMistnosti2Sloupce .bottom .phone-contact, .eventCalendar .popisMistnosti2Sloupce .bottom .cena, .eventCalendar .popisMistnosti2Sloupce .bottom .button, .eventCalendar .popisMistnosti2Sloupce .bottom .phone-contact {
        padding-right: 59px; } }
  .subpage-content .popisMistnosti2Sloupce .bottom .phone-contact, .content-news .popisMistnosti2Sloupce .bottom .phone-contact, .eventCalendar .popisMistnosti2Sloupce .bottom .phone-contact {
    margin-top: 10px; }
    @media (max-width: 380px) {
      .subpage-content .popisMistnosti2Sloupce .bottom .phone-contact a, .content-news .popisMistnosti2Sloupce .bottom .phone-contact a, .eventCalendar .popisMistnosti2Sloupce .bottom .phone-contact a {
        display: block; } }

.subpage-content .vinaRozdeleni, .content-news .vinaRozdeleni, .eventCalendar .vinaRozdeleni {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .subpage-content .vinaRozdeleni, .content-news .vinaRozdeleni, .eventCalendar .vinaRozdeleni {
      flex-direction: column; } }
  .subpage-content .vinaRozdeleni--element, .content-news .vinaRozdeleni--element, .eventCalendar .vinaRozdeleni--element {
    width: 24%;
    border: 1px dotted #d70929;
    position: relative; }
    @media (max-width: 768px) {
      .subpage-content .vinaRozdeleni--element, .content-news .vinaRozdeleni--element, .eventCalendar .vinaRozdeleni--element {
        margin-bottom: 40px;
        width: 100%; } }
    .subpage-content .vinaRozdeleni--element:first-of-type, .content-news .vinaRozdeleni--element:first-of-type, .eventCalendar .vinaRozdeleni--element:first-of-type {
      width: 49%; }
      @media (max-width: 768px) {
        .subpage-content .vinaRozdeleni--element:first-of-type, .content-news .vinaRozdeleni--element:first-of-type, .eventCalendar .vinaRozdeleni--element:first-of-type {
          width: 100%; } }
      @media (min-width: 769px) {
        .subpage-content .vinaRozdeleni--element:first-of-type ul, .content-news .vinaRozdeleni--element:first-of-type ul, .eventCalendar .vinaRozdeleni--element:first-of-type ul {
          column-count: 2; } }
    .subpage-content .vinaRozdeleni--element ul, .content-news .vinaRozdeleni--element ul, .eventCalendar .vinaRozdeleni--element ul {
      list-style-type: none;
      text-align: center;
      padding: 20px; }
      @media (max-width: 768px) {
        .subpage-content .vinaRozdeleni--element ul, .content-news .vinaRozdeleni--element ul, .eventCalendar .vinaRozdeleni--element ul {
          column-count: 3; } }
      @media (max-width: 650px) {
        .subpage-content .vinaRozdeleni--element ul, .content-news .vinaRozdeleni--element ul, .eventCalendar .vinaRozdeleni--element ul {
          column-count: 2; } }
      @media (max-width: 450px) {
        .subpage-content .vinaRozdeleni--element ul, .content-news .vinaRozdeleni--element ul, .eventCalendar .vinaRozdeleni--element ul {
          column-count: 1; } }
      .subpage-content .vinaRozdeleni--element ul li:before, .content-news .vinaRozdeleni--element ul li:before, .eventCalendar .vinaRozdeleni--element ul li:before {
        display: none; }
  .subpage-content .vinaRozdeleni strong, .content-news .vinaRozdeleni strong, .eventCalendar .vinaRozdeleni strong {
    text-align: center;
    position: relative;
    left: 50%;
    display: inline-block;
    top: -10px;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 20px;
    background: #fff; }

.subpage-content .textAboutUs, .content-news .textAboutUs, .eventCalendar .textAboutUs {
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  position: relative; }
  .subpage-content .textAboutUs:before, .content-news .textAboutUs:before, .eventCalendar .textAboutUs:before {
    content: "";
    position: absolute;
    top: 50px;
    left: calc(50% - 67px);
    width: 67px;
    height: 2px;
    background: #fff; }
    @media (min-width: 1340px) {
      .subpage-content .textAboutUs:before, .content-news .textAboutUs:before, .eventCalendar .textAboutUs:before {
        top: calc(1.1111111111vw + 35.1111111111px); } }
    @media (min-width: 1700px) {
      .subpage-content .textAboutUs:before, .content-news .textAboutUs:before, .eventCalendar .textAboutUs:before {
        top: 54px; } }
    @media (max-width: 1365px) {
      .subpage-content .textAboutUs:before, .content-news .textAboutUs:before, .eventCalendar .textAboutUs:before {
        width: 40px;
        left: calc(50% - 40px); } }
    @media (max-width: 1340px) {
      .subpage-content .textAboutUs:before, .content-news .textAboutUs:before, .eventCalendar .textAboutUs:before {
        display: none; } }
  .subpage-content .textAboutUs--content, .content-news .textAboutUs--content, .eventCalendar .textAboutUs--content {
    width: 50%;
    order: 2; }
    @media (max-width: 1340px) {
      .subpage-content .textAboutUs--content, .content-news .textAboutUs--content, .eventCalendar .textAboutUs--content {
        width: 55%; } }
    @media (max-width: 1240px) {
      .subpage-content .textAboutUs--content, .content-news .textAboutUs--content, .eventCalendar .textAboutUs--content {
        width: 100%;
        max-width: 1228px;
        padding: 0 20px;
        margin: 0 auto; } }
    .subpage-content .textAboutUs--content h2:not(.main-title), .content-news .textAboutUs--content h2:not(.main-title), .eventCalendar .textAboutUs--content h2:not(.main-title) {
      left: 0;
      transform: none;
      display: block;
      text-align: left;
      margin-left: 0; }
      @media (max-width: 1240px) {
        .subpage-content .textAboutUs--content h2:not(.main-title), .content-news .textAboutUs--content h2:not(.main-title), .eventCalendar .textAboutUs--content h2:not(.main-title) {
          padding-left: 0; } }
      .subpage-content .textAboutUs--content h2:not(.main-title):before, .content-news .textAboutUs--content h2:not(.main-title):before, .eventCalendar .textAboutUs--content h2:not(.main-title):before {
        content: none; }
    .subpage-content .textAboutUs--content p, .content-news .textAboutUs--content p, .eventCalendar .textAboutUs--content p {
      padding-left: 35px;
      padding-right: 50px; }
      @media (min-width: 320px) {
        .subpage-content .textAboutUs--content p, .content-news .textAboutUs--content p, .eventCalendar .textAboutUs--content p {
          padding-left: calc(2.4358974359vw + 27.2051282051px); } }
      @media (min-width: 1100px) {
        .subpage-content .textAboutUs--content p, .content-news .textAboutUs--content p, .eventCalendar .textAboutUs--content p {
          padding-left: calc(46.09375vw - 453.03125px); } }
      @media (min-width: 1228px) {
        .subpage-content .textAboutUs--content p, .content-news .textAboutUs--content p, .eventCalendar .textAboutUs--content p {
          padding-left: 113px; } }
      @media (max-width: 1240px) {
        .subpage-content .textAboutUs--content p, .content-news .textAboutUs--content p, .eventCalendar .textAboutUs--content p {
          padding: 0; } }
  .subpage-content .textAboutUs--image, .content-news .textAboutUs--image, .eventCalendar .textAboutUs--image {
    width: 50%;
    background-size: cover !important; }
    @media (max-width: 1340px) {
      .subpage-content .textAboutUs--image, .content-news .textAboutUs--image, .eventCalendar .textAboutUs--image {
        width: 45%;
        background-position-x: 22%; } }
    @media (max-width: 1240px) {
      .subpage-content .textAboutUs--image, .content-news .textAboutUs--image, .eventCalendar .textAboutUs--image {
        display: none; } }
    .subpage-content .textAboutUs--image img, .content-news .textAboutUs--image img, .eventCalendar .textAboutUs--image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: -95px; }
      @media (min-width: 1366px) {
        .subpage-content .textAboutUs--image img, .content-news .textAboutUs--image img, .eventCalendar .textAboutUs--image img {
          object-position: calc(17.1480144404vw - 329.241877256px); } }
      @media (min-width: 1920px) {
        .subpage-content .textAboutUs--image img, .content-news .textAboutUs--image img, .eventCalendar .textAboutUs--image img {
          object-position: 0; } }
  .subpage-content .textAboutUs h2, .content-news .textAboutUs h2, .eventCalendar .textAboutUs h2 {
    font-size: 25px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding: 0;
    padding-left: 35px;
    margin-top: 20px;
    margin-bottom: 35px; }
    @media (min-width: 320px) {
      .subpage-content .textAboutUs h2, .content-news .textAboutUs h2, .eventCalendar .textAboutUs h2 {
        font-size: calc(2.1306818182vw + 18.1818181818px); } }
    @media (min-width: 1024px) {
      .subpage-content .textAboutUs h2, .content-news .textAboutUs h2, .eventCalendar .textAboutUs h2 {
        font-size: 40px; } }
    @media (min-width: 320px) {
      .subpage-content .textAboutUs h2, .content-news .textAboutUs h2, .eventCalendar .textAboutUs h2 {
        padding-left: calc(2.4358974359vw + 27.2051282051px); } }
    @media (min-width: 1100px) {
      .subpage-content .textAboutUs h2, .content-news .textAboutUs h2, .eventCalendar .textAboutUs h2 {
        padding-left: calc(46.09375vw - 453.03125px); } }
    @media (min-width: 1228px) {
      .subpage-content .textAboutUs h2, .content-news .textAboutUs h2, .eventCalendar .textAboutUs h2 {
        padding-left: 113px; } }
    @media (min-width: 320px) {
      .subpage-content .textAboutUs h2, .content-news .textAboutUs h2, .eventCalendar .textAboutUs h2 {
        margin-top: calc(0.625vw + 18px); } }
    @media (min-width: 1920px) {
      .subpage-content .textAboutUs h2, .content-news .textAboutUs h2, .eventCalendar .textAboutUs h2 {
        margin-top: 30px; } }
    @media (min-width: 320px) {
      .subpage-content .textAboutUs h2, .content-news .textAboutUs h2, .eventCalendar .textAboutUs h2 {
        margin-bottom: calc(0.9375vw + 32px); } }
    @media (min-width: 1920px) {
      .subpage-content .textAboutUs h2, .content-news .textAboutUs h2, .eventCalendar .textAboutUs h2 {
        margin-bottom: 50px; } }
    .subpage-content .textAboutUs h2.main-title:before, .content-news .textAboutUs h2.main-title:before, .eventCalendar .textAboutUs h2.main-title:before {
      content: "";
      position: absolute;
      top: 19px;
      left: 0;
      width: 67px;
      height: 2px;
      background: #000; }
      @media (min-width: 320px) {
        .subpage-content .textAboutUs h2.main-title:before, .content-news .textAboutUs h2.main-title:before, .eventCalendar .textAboutUs h2.main-title:before {
          top: calc(0.7102272727vw + 16.7272727273px); } }
      @media (min-width: 1024px) {
        .subpage-content .textAboutUs h2.main-title:before, .content-news .textAboutUs h2.main-title:before, .eventCalendar .textAboutUs h2.main-title:before {
          top: 24px; } }
      @media (max-width: 1340px) {
        .subpage-content .textAboutUs h2.main-title:before, .content-news .textAboutUs h2.main-title:before, .eventCalendar .textAboutUs h2.main-title:before {
          width: 25px; } }
    @media (max-width: 1340px) {
      .subpage-content .textAboutUs h2:before, .content-news .textAboutUs h2:before, .eventCalendar .textAboutUs h2:before {
        content: "";
        position: absolute;
        top: 19px;
        left: 0;
        width: 67px;
        height: 2px;
        background: #000; } }
  @media (max-width: 1340px) and (min-width: 320px) {
    .subpage-content .textAboutUs h2:before, .content-news .textAboutUs h2:before, .eventCalendar .textAboutUs h2:before {
      top: calc(0.7102272727vw + 16.7272727273px); } }
  @media (max-width: 1340px) and (min-width: 1024px) {
    .subpage-content .textAboutUs h2:before, .content-news .textAboutUs h2:before, .eventCalendar .textAboutUs h2:before {
      top: 24px; } }
  @media (max-width: 1340px) and (max-width: 1340px) {
    .subpage-content .textAboutUs h2:before, .content-news .textAboutUs h2:before, .eventCalendar .textAboutUs h2:before {
      width: 25px; } }
  .subpage-content .textAboutUs svg, .content-news .textAboutUs svg, .eventCalendar .textAboutUs svg {
    position: absolute;
    width: 155px;
    height: 95px;
    right: 167px;
    margin-top: 50px;
    transform: rotate(-7deg); }
    @media (max-width: 1340px) {
      .subpage-content .textAboutUs svg, .content-news .textAboutUs svg, .eventCalendar .textAboutUs svg {
        bottom: 40px; } }
    @media (max-width: 767px) {
      .subpage-content .textAboutUs svg, .content-news .textAboutUs svg, .eventCalendar .textAboutUs svg {
        display: none; } }

.subpage-content .imagesRooms2 .content, .content-news .imagesRooms2 .content, .eventCalendar .imagesRooms2 .content {
  width: 100%;
  justify-content: center; }
  .subpage-content .imagesRooms2 .content .row, .content-news .imagesRooms2 .content .row, .eventCalendar .imagesRooms2 .content .row {
    width: 24%;
    margin: 0 8px; }
    @media (max-width: 980px) {
      .subpage-content .imagesRooms2 .content .row, .content-news .imagesRooms2 .content .row, .eventCalendar .imagesRooms2 .content .row {
        width: 30%;
        margin: 0;
        padding: 0 8px;
        box-sizing: border-box; } }
    @media (max-width: 768px) {
      .subpage-content .imagesRooms2 .content .row, .content-news .imagesRooms2 .content .row, .eventCalendar .imagesRooms2 .content .row {
        width: 49%;
        margin-bottom: 20px; }
        .subpage-content .imagesRooms2 .content .row:last-of-type, .content-news .imagesRooms2 .content .row:last-of-type, .eventCalendar .imagesRooms2 .content .row:last-of-type {
          margin-bottom: 0; } }
    @media (max-width: 600px) {
      .subpage-content .imagesRooms2 .content .row, .content-news .imagesRooms2 .content .row, .eventCalendar .imagesRooms2 .content .row {
        width: 100%; } }

.subpage-content h2.no-svg:before, .subpage-content h2.no-svg:after, .content-news h2.no-svg:before, .content-news h2.no-svg:after, .eventCalendar h2.no-svg:before, .eventCalendar h2.no-svg:after {
  display: none; }

.subpage-content .links-nosreti a, .content-news .links-nosreti a, .eventCalendar .links-nosreti a {
  width: 250px; }

.subpage-content .links-nosreti .velkoobchod, .content-news .links-nosreti .velkoobchod, .eventCalendar .links-nosreti .velkoobchod {
  background-color: #0071b8; }
  .subpage-content .links-nosreti .velkoobchod:hover, .content-news .links-nosreti .velkoobchod:hover, .eventCalendar .links-nosreti .velkoobchod:hover {
    background: #0090eb; }

.subpage-content .links-nosreti .reality, .content-news .links-nosreti .reality, .eventCalendar .links-nosreti .reality {
  background-color: #d70929; }
  .subpage-content .links-nosreti .reality:hover, .content-news .links-nosreti .reality:hover, .eventCalendar .links-nosreti .reality:hover {
    background: #f61d3f; }

.headerImages .top-images {
  max-height: 409px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .headerImages .top-images .image-wrap {
    position: relative;
    width: 49.90%;
    overflow: hidden; }
    .headerImages .top-images .image-wrap.left {
      text-align: right; }
    @media (max-width: 767px) {
      .headerImages .top-images .image-wrap {
        width: 100%; } }
    .headerImages .top-images .image-wrap img {
      vertical-align: middle; }
    .headerImages .top-images .image-wrap:before {
      content: "";
      background: url("/assets/images/ubytovani/sklenka-ubytovnai.png");
      width: 1012px;
      position: absolute;
      max-height: 409px;
      height: 100%;
      opacity: 0.2;
      top: -2px; }
      .domain_nosreti_reality_cz .headerImages .top-images .image-wrap:before {
        display: none; }
    .headerImages .top-images .image-wrap:first-of-type:before {
      right: -408px; }
    .headerImages .top-images .image-wrap:last-of-type:before {
      left: -660px; }
    @media (max-width: 767px) {
      .headerImages .top-images .image-wrap:last-of-type {
        display: none; } }

.content-news .text3 {
  align-items: flex-start; }

.ck-small-button {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 44px;
  padding-right: 44px;
  background: #d70929;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
  letter-spacing: 2px;
  line-height: initial;
  height: auto;
  font-weight: 700;
  padding: 5px 10px !important;
  font-weight: 700 !important;
  font-size: 10px !important;
  color: #fff !important; }
  @media (min-width: 1100px) {
    .ck-small-button {
      padding-top: calc(0.487804878vw + 10.6341463415px); } }
  @media (min-width: 1920px) {
    .ck-small-button {
      padding-top: 20px; } }
  @media (min-width: 1100px) {
    .ck-small-button {
      padding-bottom: calc(0.487804878vw + 10.6341463415px); } }
  @media (min-width: 1920px) {
    .ck-small-button {
      padding-bottom: 20px; } }
  @media (min-width: 1100px) {
    .ck-small-button {
      padding-left: calc(1.9512195122vw + 22.5365853659px); } }
  @media (min-width: 1920px) {
    .ck-small-button {
      padding-left: 60px; } }
  @media (min-width: 1100px) {
    .ck-small-button {
      padding-right: calc(1.9512195122vw + 22.5365853659px); } }
  @media (min-width: 1920px) {
    .ck-small-button {
      padding-right: 60px; } }
  .ck-small-button:hover {
    background: #f84e69; }
    .ck-small-button:hover:before {
      display: none; }
  @media (max-width: 767px) {
    .ck-small-button {
      display: block;
      width: 100px;
      margin: 10px auto 0; } }

.special4.special4-small-button {
  display: inline-block; }
  .special4.special4-small-button .tlacitko-obal {
    margin-top: 0; }
  .special4.special4-small-button .text-tlacitko {
    padding: 5px 10px;
    font-weight: 700;
    font-size: 10px; }

.easyClevero-menu {
  position: relative; }

@media (min-width: 1920px) {
  .easyClevero-menu .button-eshop {
    right: 0px; } }

.prihlaseni-text.small {
  font-size: 14px; }

.real-estates {
  padding-top: 50px; }
  .real-estates .real-estate {
    margin-bottom: 70px; }
    @media (min-width: 767px) {
      .real-estates .real-estate {
        margin-bottom: calc(-2000vw + 15410px); } }
    @media (min-width: 768px) {
      .real-estates .real-estate {
        margin-bottom: 50px; } }
    @media (min-width: 980px) {
      .real-estates .real-estate {
        margin-bottom: calc(6.4766839378vw - 13.4715025907px); } }
    @media (min-width: 1366px) {
      .real-estates .real-estate {
        margin-bottom: 75px; } }
    @media (max-width: 767px) {
      .real-estates .real-estate {
        text-align: center; } }
    .real-estates .real-estate .thumbnail {
      display: block;
      position: relative; }
      @media (max-width: 767px) {
        .real-estates .real-estate .thumbnail {
          width: 100%; } }
    .real-estates .real-estate .tags {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      position: absolute;
      left: 0;
      top: 15px; }
      .real-estates .real-estate .tags .tag {
        background: #000;
        color: #fff;
        padding: .6em .9em;
        font-size: 12px;
        margin: 0 0 3px;
        text-transform: uppercase;
        font-weight: 600; }
        .real-estates .real-estate .tags .tag.reserved {
          background: #d70929; }
    .real-estates .real-estate img {
      width: 397px;
      max-width: 100%;
      align-self: self-start; }
      @media (max-width: 980px) {
        .real-estates .real-estate img {
          width: 250px; } }
      @media (max-width: 767px) {
        .real-estates .real-estate img {
          width: auto;
          margin-bottom: 20px; } }
      @media (max-width: 550px) {
        .real-estates .real-estate img {
          width: 100%; } }
    .real-estates .real-estate figure {
      margin: 0; }
      @media (max-width: 767px) {
        .real-estates .real-estate figure {
          margin: 0 auto; } }
    .real-estates .real-estate .desc {
      width: calc(100% - 397px - 56px); }
      @media (max-width: 980px) {
        .real-estates .real-estate .desc {
          width: calc(100% - 250px - 56px); } }
      @media (max-width: 767px) {
        .real-estates .real-estate .desc {
          width: 100%; } }
    .real-estates .real-estate .address {
      font-size: 15px;
      margin: 0 0 19px;
      font-weight: 600; }
    .real-estates .real-estate h2 {
      font-size: 20px;
      letter-spacing: 4px;
      margin-bottom: 10px;
      line-height: 32px; }
      @media (min-width: 767px) {
        .real-estates .real-estate h2 {
          font-size: calc(0.9389671362vw + 12.7981220657px); } }
      @media (min-width: 980px) {
        .real-estates .real-estate h2 {
          font-size: calc(0.518134715vw + 16.9222797927px); } }
      @media (min-width: 1366px) {
        .real-estates .real-estate h2 {
          font-size: 24px; } }
      .real-estates .real-estate h2 a {
        color: #d70929;
        font-weight: 500; }
    .real-estates .real-estate p {
      letter-spacing: 1px;
      line-height: 32px; }
  .real-estates .load-more {
    text-align: center;
    margin-bottom: 50px; }
    @media (min-width: 767px) {
      .real-estates .load-more {
        margin-bottom: calc(9.3896713615vw - 22.0187793427px); } }
    @media (min-width: 980px) {
      .real-estates .load-more {
        margin-bottom: calc(7.7720207254vw - 6.1658031088px); } }
    @media (min-width: 1366px) {
      .real-estates .load-more {
        margin-bottom: 100px; } }

.subpage-pronajimame .catalog {
  padding-top: 0 !important;
  margin-bottom: 50px !important; }

.subpage-detail-building .main-image {
  margin-top: 0; }
  .subpage-detail-building .main-image figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 150px; }
    @media (min-width: 320px) {
      .subpage-detail-building .main-image figure {
        height: calc(2.6785714286vw + 141.428571429px); } }
    @media (min-width: 768px) {
      .subpage-detail-building .main-image figure {
        height: calc(21.484375vw - 3px); } }
    @media (min-width: 1024px) {
      .subpage-detail-building .main-image figure {
        height: calc(21.0526315789vw + 1.4210526316px); } }
    @media (min-width: 1366px) {
      .subpage-detail-building .main-image figure {
        height: calc(89.552238806vw - 934.28358209px); } }
    @media (min-width: 1500px) {
      .subpage-detail-building .main-image figure {
        height: 409px; } }
    .subpage-detail-building .main-image figure:before {
      content: "";
      background: url("/assets/images/nosreti-reality/reality-watermark.png");
      position: absolute;
      opacity: .2;
      width: 1021px;
      height: 408px;
      left: 50%;
      transform: translateX(-50%);
      top: 0; }
    .subpage-detail-building .main-image figure img {
      height: 100% !important;
      object-fit: cover;
      width: 100%; }

.subpage-detail-building .main-content {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 767px) {
    .subpage-detail-building .main-content {
      margin-top: calc(9.3896713615vw - 42.0187793427px); } }
  @media (min-width: 980px) {
    .subpage-detail-building .main-content {
      margin-top: calc(7.7720207254vw - 26.1658031088px); } }
  @media (min-width: 1366px) {
    .subpage-detail-building .main-content {
      margin-top: 80px; } }
  @media (min-width: 767px) {
    .subpage-detail-building .main-content {
      margin-bottom: calc(9.3896713615vw - 42.0187793427px); } }
  @media (min-width: 980px) {
    .subpage-detail-building .main-content {
      margin-bottom: calc(7.7720207254vw - 26.1658031088px); } }
  @media (min-width: 1366px) {
    .subpage-detail-building .main-content {
      margin-bottom: 80px; } }

.subpage-detail-building h2.title {
  padding-left: 38px; }
  @media (min-width: 980px) {
    .subpage-detail-building h2.title {
      padding-left: calc(29.0909090909vw - 247.090909091px); } }
  @media (min-width: 1200px) {
    .subpage-detail-building h2.title {
      padding-left: 102px; } }
  .subpage-detail-building h2.title:before {
    width: 25px; }
    @media (min-width: 980px) {
      .subpage-detail-building h2.title:before {
        width: calc(19.0909090909vw - 162.090909091px); } }
    @media (min-width: 1200px) {
      .subpage-detail-building h2.title:before {
        width: 67px; } }

.subpage-detail-building .detail-description h2 {
  margin-bottom: 30px; }

.subpage-detail-building .detail-description .desc-content {
  width: 983px;
  max-width: 100%;
  margin: 0 auto; }
  .subpage-detail-building .detail-description .desc-content p {
    letter-spacing: 1px;
    line-height: 32px; }

.subpage-detail-building .detail-photogallery {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 767px) {
    .subpage-detail-building .detail-photogallery {
      margin-top: calc(9.3896713615vw - 42.0187793427px); } }
  @media (min-width: 980px) {
    .subpage-detail-building .detail-photogallery {
      margin-top: calc(7.7720207254vw - 26.1658031088px); } }
  @media (min-width: 1366px) {
    .subpage-detail-building .detail-photogallery {
      margin-top: 80px; } }
  @media (min-width: 767px) {
    .subpage-detail-building .detail-photogallery {
      margin-bottom: calc(9.3896713615vw - 42.0187793427px); } }
  @media (min-width: 980px) {
    .subpage-detail-building .detail-photogallery {
      margin-bottom: calc(14.5077720207vw - 92.1761658031px); } }
  @media (min-width: 1366px) {
    .subpage-detail-building .detail-photogallery {
      margin-bottom: 106px; } }
  .subpage-detail-building .detail-photogallery a {
    position: relative;
    width: calc(25% - 10px);
    overflow: hidden; }
    @media (max-width: 980px) {
      .subpage-detail-building .detail-photogallery a {
        width: calc(33% - 10px); }
        .subpage-detail-building .detail-photogallery a:nth-of-type(4) {
          display: none; } }
    @media (max-width: 650px) {
      .subpage-detail-building .detail-photogallery a {
        width: calc(50% - 10px); }
        .subpage-detail-building .detail-photogallery a:nth-of-type(3) {
          display: none; } }
    @media (max-width: 380px) {
      .subpage-detail-building .detail-photogallery a {
        width: 100%;
        text-align: center; }
        .subpage-detail-building .detail-photogallery a:nth-of-type(2) {
          display: none; } }
    .subpage-detail-building .detail-photogallery a:hover:before {
      opacity: 1; }
    .subpage-detail-building .detail-photogallery a:hover:after {
      opacity: 1;
      transform: scale(1); }
    .subpage-detail-building .detail-photogallery a:before {
      content: ' ';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(215, 9, 41, 0.6);
      transition: all .25s ease-in-out;
      opacity: 0; }
    .subpage-detail-building .detail-photogallery a:after {
      content: '\f00e';
      font-family: Font Awesome\ 5 Free;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: all .25s ease-in-out;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-weight: 900;
      font-size: 40px;
      opacity: 0;
      transform: scale(1.6); }
    .subpage-detail-building .detail-photogallery a span {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(215, 9, 41, 0.6);
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #fff;
      opacity: 1;
      transition: 0.25s; }
    .subpage-detail-building .detail-photogallery a:hover span {
      opacity: 0; }

.subpage-detail-building .detail-table-rooms {
  margin-bottom: 22px; }
  .subpage-detail-building .detail-table-rooms .row {
    display: flex;
    align-items: center;
    padding: 15px 80px;
    border-bottom: 1px dotted #000;
    letter-spacing: 1px; }
    .subpage-detail-building .detail-table-rooms .row small {
      display: block;
      font-size: 12px; }
    @media (max-width: 850px) {
      .subpage-detail-building .detail-table-rooms .row {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 0 !important; }
        .subpage-detail-building .detail-table-rooms .row span span {
          font-weight: bold;
          display: block;
          width: 100%;
          margin-bottom: 10px; }
        .subpage-detail-building .detail-table-rooms .row .title {
          font-weight: bold;
          margin-bottom: 20px;
          width: 100% !important;
          color: #77003e; }
          .subpage-detail-building .detail-table-rooms .row .title p {
            font-size: 18px; } }
    @media (max-width: 600px) {
      .subpage-detail-building .detail-table-rooms .row .text {
        width: 50% !important;
        margin-bottom: 15px; }
        .subpage-detail-building .detail-table-rooms .row .text.title {
          width: 100% !important; } }
    @media (max-width: 360px) {
      .subpage-detail-building .detail-table-rooms .row .text {
        width: 100% !important; } }
    @media (max-width: 1100px) {
      .subpage-detail-building .detail-table-rooms .row {
        margin: 0;
        padding-left: 35px; } }
    .subpage-detail-building .detail-table-rooms .row .hidden-desktop {
      min-height: 31px;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      @media (min-width: 851px) {
        .subpage-detail-building .detail-table-rooms .row .hidden-desktop {
          display: none; } }
    .subpage-detail-building .detail-table-rooms .row.head {
      background: rgba(215, 9, 41, 0.1);
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 4px;
      margin-bottom: 15px;
      padding: 25px 80px;
      margin: 0;
      border-bottom: 0;
      line-height: 24px; }
      @media (max-width: 1100px) {
        .subpage-detail-building .detail-table-rooms .row.head {
          padding-left: 35px; } }
      @media (max-width: 850px) {
        .subpage-detail-building .detail-table-rooms .row.head {
          display: none; } }
      .subpage-detail-building .detail-table-rooms .row.head span {
        margin-left: 0 !important; }
    .subpage-detail-building .detail-table-rooms .row .title, .subpage-detail-building .detail-table-rooms .row .text {
      width: 33%; }
      .subpage-detail-building .detail-table-rooms .row .title p, .subpage-detail-building .detail-table-rooms .row .text p {
        margin-bottom: 0; }
    .subpage-detail-building .detail-table-rooms .row .text:nth-of-type(3), .subpage-detail-building .detail-table-rooms .row .text:nth-of-type(2) {
      text-align: right; }
      @media (max-width: 850px) {
        .subpage-detail-building .detail-table-rooms .row .text:nth-of-type(3), .subpage-detail-building .detail-table-rooms .row .text:nth-of-type(2) {
          text-align: left; } }
    .subpage-detail-building .detail-table-rooms .row a {
      color: #d70929; }

.subpage-detail-building .detail-contact-form {
  margin-top: 30px; }
  @media (min-width: 767px) {
    .subpage-detail-building .detail-contact-form {
      margin-top: calc(23.4741784038vw - 150.046948357px); } }
  @media (min-width: 980px) {
    .subpage-detail-building .detail-contact-form {
      margin-top: calc(10.3626943005vw - 21.5544041451px); } }
  @media (min-width: 1366px) {
    .subpage-detail-building .detail-contact-form {
      margin-top: 120px; } }

.subpage-detail-building .detail-map {
  margin-bottom: 20px; }
  .subpage-detail-building .detail-map iframe {
    height: 434px;
    width: 100%;
    vertical-align: middle; }

.subpage-detail-building .detail-note {
  text-align: right;
  padding: 20px 80px 0 0; }

.subpage-detail-room .main-image {
  margin-top: 0;
  position: relative; }
  .subpage-detail-room .main-image figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 150px; }
    @media (min-width: 320px) {
      .subpage-detail-room .main-image figure {
        height: calc(2.6785714286vw + 141.428571429px); } }
    @media (min-width: 768px) {
      .subpage-detail-room .main-image figure {
        height: calc(21.484375vw - 3px); } }
    @media (min-width: 1024px) {
      .subpage-detail-room .main-image figure {
        height: calc(21.0526315789vw + 1.4210526316px); } }
    @media (min-width: 1366px) {
      .subpage-detail-room .main-image figure {
        height: calc(89.552238806vw - 934.28358209px); } }
    @media (min-width: 1500px) {
      .subpage-detail-room .main-image figure {
        height: 409px; } }
    @media print {
      .subpage-detail-room .main-image figure {
        height: 200px; } }
    .subpage-detail-room .main-image figure:before {
      content: "";
      background: url("/assets/images/nosreti-reality/reality-watermark.png");
      position: absolute;
      opacity: .2;
      width: 1021px;
      height: 408px;
      left: 50%;
      transform: translateX(-50%);
      top: 0; }
    .subpage-detail-room .main-image figure img {
      height: 100% !important;
      object-fit: cover;
      width: 100%; }
  .subpage-detail-room .main-image .tags {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    width: 100%;
    bottom: 26px;
    padding: 0 calc(50% - 484px); }
    .subpage-detail-room .main-image .tags .tag {
      background: #000;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 13px;
      padding: .6em .8em;
      margin-bottom: 3px; }
      .subpage-detail-room .main-image .tags .tag.reserved {
        background: #d70929; }
      @media print {
        .subpage-detail-room .main-image .tags .tag {
          background: #fff !important;
          color: #000 !important; } }

.subpage-detail-room .main-content {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 767px) {
    .subpage-detail-room .main-content {
      margin-top: calc(9.3896713615vw - 42.0187793427px); } }
  @media (min-width: 980px) {
    .subpage-detail-room .main-content {
      margin-top: calc(7.7720207254vw - 26.1658031088px); } }
  @media (min-width: 1366px) {
    .subpage-detail-room .main-content {
      margin-top: 80px; } }
  @media (min-width: 767px) {
    .subpage-detail-room .main-content {
      margin-bottom: calc(9.3896713615vw - 42.0187793427px); } }
  @media (min-width: 980px) {
    .subpage-detail-room .main-content {
      margin-bottom: calc(7.7720207254vw - 26.1658031088px); } }
  @media (min-width: 1366px) {
    .subpage-detail-room .main-content {
      margin-bottom: 80px; } }
  @media print {
    .subpage-detail-room .main-content {
      margin-top: 30px;
      margin-bottom: 30px; } }

.subpage-detail-room h2.title {
  padding-left: 38px;
  margin-bottom: 30px; }
  @media (min-width: 980px) {
    .subpage-detail-room h2.title {
      padding-left: calc(29.0909090909vw - 247.090909091px); } }
  @media (min-width: 1200px) {
    .subpage-detail-room h2.title {
      padding-left: 102px; } }
  @media print {
    .subpage-detail-room h2.title {
      padding-left: 0;
      font-size: 25px; } }
  .subpage-detail-room h2.title:before {
    width: 25px; }
    @media (min-width: 980px) {
      .subpage-detail-room h2.title:before {
        width: calc(19.0909090909vw - 162.090909091px); } }
    @media (min-width: 1200px) {
      .subpage-detail-room h2.title:before {
        width: 67px; } }
    @media print {
      .subpage-detail-room h2.title:before {
        display: none; } }

.subpage-detail-room .desc-content {
  width: 983px;
  max-width: 100%;
  margin: 0 auto; }
  .subpage-detail-room .desc-content.is-offseted {
    margin-bottom: 30px; }
    @media (min-width: 767px) {
      .subpage-detail-room .desc-content.is-offseted {
        margin-bottom: calc(9.3896713615vw - 42.0187793427px); } }
    @media (min-width: 980px) {
      .subpage-detail-room .desc-content.is-offseted {
        margin-bottom: calc(7.7720207254vw - 26.1658031088px); } }
    @media (min-width: 1366px) {
      .subpage-detail-room .desc-content.is-offseted {
        margin-bottom: 80px; } }
    @media print {
      .subpage-detail-room .desc-content.is-offseted {
        margin-bottom: 30px; } }
  .subpage-detail-room .desc-content p {
    letter-spacing: 1px;
    line-height: 32px; }
    @media print {
      .subpage-detail-room .desc-content p {
        font-size: 14px;
        line-height: 1.4; } }

.subpage-detail-room .detail-price {
  background: #ebebeb;
  padding: 35px 0; }
  @media print {
    .subpage-detail-room .detail-price {
      background: #fff !important;
      padding: 30px 0 10px;
      border-bottom: 1px solid #000; } }
  .subpage-detail-room .detail-price.is-disabled {
    color: #d70929;
    background: #ffdadf;
    text-align: center;
    font-weight: 600;
    font-size: 17px; }
  .subpage-detail-room .detail-price .estateDisabled {
    width: 100%; }
  @media (max-width: 850px) {
    .subpage-detail-room .detail-price .frame {
      flex-direction: column; } }
  @media print {
    .subpage-detail-room .detail-price .frame {
      flex-direction: row; } }
  @media (max-width: 550px) {
    .subpage-detail-room .detail-price .left {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  @media (max-width: 550px) {
    .subpage-detail-room .detail-price .left span {
      text-align: center; }
      .subpage-detail-room .detail-price .left span:first-of-type {
        margin-bottom: 20px; } }
  .subpage-detail-room .detail-price .left small {
    display: block;
    color: #353535;
    margin-top: .4em; }
    @media (max-width: 850px) {
      .subpage-detail-room .detail-price .left small {
        text-align: center; } }
  .subpage-detail-room .detail-price .number {
    font-size: 32px;
    font-weight: 700;
    color: #d70929; }
    @media print {
      .subpage-detail-room .detail-price .number {
        font-size: 25px; } }
  .subpage-detail-room .detail-price .sep {
    position: relative;
    margin: 0 30px; }
    @media (max-width: 550px) {
      .subpage-detail-room .detail-price .sep {
        display: none; } }
    .subpage-detail-room .detail-price .sep:before {
      content: "";
      height: 37px;
      width: 1px;
      left: 50%;
      transform: translateX(-50%);
      position: absolute;
      background: #666; }
  @media (max-width: 850px) {
    .subpage-detail-room .detail-price .right {
      margin-top: 30px; } }
  @media (max-width: 550px) {
    .subpage-detail-room .detail-price .right {
      flex-direction: column;
      justify-content: center; } }
  @media print {
    .subpage-detail-room .detail-price .right {
      margin: 0; } }
  .subpage-detail-room .detail-price .right strong {
    display: block; }
  .subpage-detail-room .detail-price .right p {
    text-align: right;
    line-height: 22px;
    font-size: 14px; }
    @media (max-width: 550px) {
      .subpage-detail-room .detail-price .right p {
        text-align: center; } }
  .subpage-detail-room .detail-price .right .btn {
    margin-left: 50px; }
    @media (max-width: 550px) {
      .subpage-detail-room .detail-price .right .btn {
        margin: 20px 0 0 0; } }
    @media print {
      .subpage-detail-room .detail-price .right .btn {
        display: none; } }

.subpage-detail-room .detail-description.is-offseted {
  padding-bottom: 30px; }
  @media (min-width: 767px) {
    .subpage-detail-room .detail-description.is-offseted {
      padding-bottom: calc(23.4741784038vw - 150.046948357px); } }
  @media (min-width: 980px) {
    .subpage-detail-room .detail-description.is-offseted {
      padding-bottom: calc(2.5906735751vw + 54.6113989637px); } }
  @media (min-width: 1366px) {
    .subpage-detail-room .detail-description.is-offseted {
      padding-bottom: 90px; } }

.subpage-detail-room .detail-description .icons {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    .subpage-detail-room .detail-description .icons {
      margin-bottom: calc(6.6889632107vw - 11.3712374582px); } }
  @media (min-width: 1366px) {
    .subpage-detail-room .detail-description .icons {
      margin-bottom: 80px; } }
  @media (max-width: 950px) {
    .subpage-detail-room .detail-description .icons {
      flex-wrap: wrap;
      justify-content: space-around; } }
  .subpage-detail-room .detail-description .icons .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 55px;
    text-align: center; }
    @media (max-width: 950px) {
      .subpage-detail-room .detail-description .icons .icon {
        margin: 0 0 30px;
        width: calc(20%  - 15px); } }
    @media (max-width: 768px) {
      .subpage-detail-room .detail-description .icons .icon {
        width: calc(33%  - 15px); } }
    @media (max-width: 480px) {
      .subpage-detail-room .detail-description .icons .icon {
        width: calc(50%  - 15px); } }
    .subpage-detail-room .detail-description .icons .icon svg, .subpage-detail-room .detail-description .icons .icon img {
      margin-bottom: 25px; }

.subpage-detail-room .detail-photogallery {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 767px) {
    .subpage-detail-room .detail-photogallery {
      margin-top: calc(9.3896713615vw - 42.0187793427px); } }
  @media (min-width: 980px) {
    .subpage-detail-room .detail-photogallery {
      margin-top: calc(7.7720207254vw - 26.1658031088px); } }
  @media (min-width: 1366px) {
    .subpage-detail-room .detail-photogallery {
      margin-top: 80px; } }
  @media (min-width: 767px) {
    .subpage-detail-room .detail-photogallery {
      margin-bottom: calc(9.3896713615vw - 42.0187793427px); } }
  @media (min-width: 980px) {
    .subpage-detail-room .detail-photogallery {
      margin-bottom: calc(14.5077720207vw - 92.1761658031px); } }
  @media (min-width: 1366px) {
    .subpage-detail-room .detail-photogallery {
      margin-bottom: 106px; } }
  @media print {
    .subpage-detail-room .detail-photogallery {
      display: none; } }
  .subpage-detail-room .detail-photogallery a {
    position: relative;
    width: calc(25% - 10px);
    overflow: hidden; }
    @media (max-width: 980px) {
      .subpage-detail-room .detail-photogallery a {
        width: calc(33% - 10px); }
        .subpage-detail-room .detail-photogallery a:nth-of-type(4) {
          display: none; } }
    @media (max-width: 650px) {
      .subpage-detail-room .detail-photogallery a {
        width: calc(50% - 10px); }
        .subpage-detail-room .detail-photogallery a:nth-of-type(3) {
          display: none; } }
    @media (max-width: 380px) {
      .subpage-detail-room .detail-photogallery a {
        width: 100%;
        text-align: center; }
        .subpage-detail-room .detail-photogallery a:nth-of-type(2) {
          display: none; } }
    .subpage-detail-room .detail-photogallery a:hover:before {
      opacity: 1; }
    .subpage-detail-room .detail-photogallery a:hover:after {
      opacity: 1;
      transform: scale(1); }
    .subpage-detail-room .detail-photogallery a:before {
      content: ' ';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(215, 9, 41, 0.6);
      transition: all .25s ease-in-out;
      opacity: 0; }
    .subpage-detail-room .detail-photogallery a:after {
      content: '\f00e';
      font-family: Font Awesome\ 5 Free;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: all .25s ease-in-out;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-weight: 900;
      font-size: 40px;
      opacity: 0;
      transform: scale(1.6); }
    .subpage-detail-room .detail-photogallery a span {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(215, 9, 41, 0.6);
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #fff;
      opacity: 1;
      transition: 0.25s; }
    .subpage-detail-room .detail-photogallery a:hover span {
      opacity: 0; }

.subpage-detail-room .detail-info .info-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: 1px; }
  @media print {
    .subpage-detail-room .detail-info .info-boxes {
      display: block;
      clear: both;
      width: 100%;
      overflow: hidden; } }
  .subpage-detail-room .detail-info .info-boxes .box {
    width: 45%;
    display: flex;
    padding: 8px 0; }
    @media (max-width: 767px) {
      .subpage-detail-room .detail-info .info-boxes .box {
        width: 100%; } }
    @media (max-width: 600px) {
      .subpage-detail-room .detail-info .info-boxes .box {
        margin-bottom: 15px;
        flex-direction: column; } }
    @media print {
      .subpage-detail-room .detail-info .info-boxes .box {
        float: left;
        width: 50%;
        padding: 0 10px;
        font-size: 14px; } }
    .subpage-detail-room .detail-info .info-boxes .box span {
      width: 50%; }
      @media (max-width: 600px) {
        .subpage-detail-room .detail-info .info-boxes .box span {
          width: 100%; } }
      .subpage-detail-room .detail-info .info-boxes .box span:first-of-type {
        font-weight: 600; }

.subpage-detail-room .detail-advantages, .subpage-detail-room .detail-price-total {
  margin-top: 30px; }
  @media (min-width: 767px) {
    .subpage-detail-room .detail-advantages, .subpage-detail-room .detail-price-total {
      margin-top: calc(23.4741784038vw - 150.046948357px); } }
  @media (min-width: 980px) {
    .subpage-detail-room .detail-advantages, .subpage-detail-room .detail-price-total {
      margin-top: calc(10.3626943005vw - 21.5544041451px); } }
  @media (min-width: 1366px) {
    .subpage-detail-room .detail-advantages, .subpage-detail-room .detail-price-total {
      margin-top: 120px; } }
  @media print {
    .subpage-detail-room .detail-advantages, .subpage-detail-room .detail-price-total {
      margin-top: 30px; } }
  .subpage-detail-room .detail-advantages .total-price-note, .subpage-detail-room .detail-price-total .total-price-note {
    flex-wrap: nowrap; }
    .subpage-detail-room .detail-advantages .total-price-note svg, .subpage-detail-room .detail-price-total .total-price-note svg {
      margin-right: 25px;
      min-width: 32px; }
    .subpage-detail-room .detail-advantages .total-price-note a, .subpage-detail-room .detail-price-total .total-price-note a {
      color: #d70929; }

.subpage-detail-room .detail-contact-form {
  padding-top: 30px; }
  @media (min-width: 767px) {
    .subpage-detail-room .detail-contact-form {
      padding-top: calc(23.4741784038vw - 150.046948357px); } }
  @media (min-width: 980px) {
    .subpage-detail-room .detail-contact-form {
      padding-top: calc(10.3626943005vw - 21.5544041451px); } }
  @media (min-width: 1366px) {
    .subpage-detail-room .detail-contact-form {
      padding-top: 120px; } }
  @media print {
    .subpage-detail-room .detail-contact-form {
      display: none; } }

.subpage-detail-room .detail-map {
  margin-bottom: 20px; }
  .subpage-detail-room .detail-map iframe, .subpage-detail-room .detail-map #googleMap {
    height: 434px;
    width: 100%;
    vertical-align: middle; }
    @media print {
      .subpage-detail-room .detail-map iframe, .subpage-detail-room .detail-map #googleMap {
        height: 200px; } }

.ProstorySwitcher {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px; }

.ProstorySwitcherItem {
  width: calc(25% - 10px);
  margin: 0 5px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 780px) {
    .ProstorySwitcherItem {
      width: calc(50% - 10px); } }
  @media (max-width: 380px) {
    .ProstorySwitcherItem {
      width: calc(100% - 10px); } }
  .ProstorySwitcherItem-picture {
    position: relative;
    overflow: hidden; }
    .ProstorySwitcherItem-picture:before {
      content: ' ';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(215, 9, 41, 0.6);
      transition: all .25s ease-in-out;
      opacity: 0; }
    .ProstorySwitcherItem-picture:after {
      content: '\f058';
      font-family: Font Awesome\ 5 Free;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: all .25s ease-in-out;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-weight: 900;
      font-size: 40px;
      opacity: 0;
      transform: scale(1.6); }
    .ProstorySwitcherItem-picture img {
      display: block; }
  .ProstorySwitcherItem-switch {
    text-decoration: none;
    display: block;
    border-top: 2px solid transparent;
    padding-top: 5px;
    margin-bottom: 0;
    margin-bottom: auto; }
    .ProstorySwitcherItem-switch span {
      color: #000;
      display: block;
      margin-top: 16px;
      font-size: .9em;
      line-height: 1.4;
      transition: all .25s ease-in-out; }
    .ProstorySwitcherItem-switch:hover .ProstorySwitcherItem-picture:before {
      opacity: 1; }
    .ProstorySwitcherItem-switch:hover .ProstorySwitcherItem-picture:after {
      opacity: 1;
      transform: scale(1); }
  .ProstorySwitcherItem-more {
    margin-top: 16px; }
    .ProstorySwitcherItem-more .btn {
      font-size: 12px;
      padding: 14px 20px; }

.DetailBroker {
  margin-top: 30px; }
  @media (min-width: 767px) {
    .DetailBroker {
      margin-top: calc(23.4741784038vw - 150.046948357px); } }
  @media (min-width: 980px) {
    .DetailBroker {
      margin-top: calc(10.3626943005vw - 21.5544041451px); } }
  @media (min-width: 1366px) {
    .DetailBroker {
      margin-top: 120px; } }
  @media print {
    .DetailBroker {
      margin-top: 30px; } }
  .DetailBroker-inner {
    width: 983px;
    max-width: 100%;
    margin: 0 auto;
    background: #ebebeb;
    padding: 50px;
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 50px; }
    @media print {
      .DetailBroker-inner {
        display: flex;
        grid-template-columns: 100px 1fr;
        grid-gap: 20px;
        padding: 0;
        background: transparent; } }
    @media (max-width: 480px) {
      .DetailBroker-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        padding: 40px 20px; } }
  .DetailBroker-name {
    font-size: 24px; }
  .DetailBroker-position {
    line-height: 2 !important; }
  .DetailBroker-contact {
    display: flex;
    align-items: center;
    margin-bottom: 8px !important;
    letter-spacing: 2px; }
    .DetailBroker-contact:first-of-type {
      margin-top: 20px; }
    .DetailBroker-contact a {
      font-weight: 400;
      text-decoration: none; }
      .DetailBroker-contact a:hover {
        text-decoration: underline; }
    .DetailBroker-contact svg {
      margin-right: 8px; }
  .DetailBroker-text {
    align-self: center; }
  @media print {
    .DetailBroker-image {
      width: 100px; } }
  .DetailBroker-image img {
    border-radius: 50%;
    border: 1px solid #d70929; }
  @media (max-width: 650px) {
    .DetailBroker-image {
      margin-bottom: 30px; } }
  .DetailBroker .buttons {
    width: 983px;
    max-width: 100%;
    margin: 30px auto 0; }
    @media (max-width: 767px) {
      .DetailBroker .buttons {
        display: flex;
        flex-direction: column; } }
    @media print {
      .DetailBroker .buttons {
        display: none; } }
    .DetailBroker .buttons .btn {
      margin-right: 18px; }
      @media (max-width: 767px) {
        .DetailBroker .buttons .btn {
          margin: 0 0 30px 0; } }
      .DetailBroker .buttons .btn:last-of-type {
        margin-right: 0; }
        @media (max-width: 767px) {
          .DetailBroker .buttons .btn:last-of-type {
            margin: 0 0 30px 0; } }
  .DetailBroker .btn.btn-inverse {
    max-width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #000;
    justify-content: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-weight: 700;
    transition: 0.5s;
    background: #fff;
    letter-spacing: 2px;
    color: #000;
    margin: 0 10px 10px 0; }
    @media (max-width: 767px) {
      .DetailBroker .btn.btn-inverse {
        margin-right: 0; } }
    .DetailBroker .btn.btn-inverse:hover {
      background: #e6e6e6; }
    .DetailBroker .btn.btn-inverse svg {
      margin-right: 10px; }

.download-table {
  font-size: 14px;
  border-collapse: collapse; }
  .download-table--wrapper {
    display: flex;
    flex-direction: column; }
  .download-table .doc-name {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 700; }
  .download-table tr th {
    text-align: left;
    padding: 10px 10px 10px 0px; }
    .download-table tr th:last-child {
      text-align: right;
      padding: 10px 10px 10px 10px; }
  .download-table tr td {
    text-align: left;
    padding: 0px 10px 0px 0px; }
    .download-table tr td:last-child {
      text-align: right;
      padding: 0px 10px 7px 0px; }
      .download-table tr td:last-child a {
        display: inline-block;
        width: auto;
        color: #000000; }
        .download-table tr td:last-child a:hover {
          color: #d70929; }
    .download-table tr td:nth-child(2) {
      white-space: nowrap; }
    .download-table tr td .file-size {
      font-size: 12px; }
    .download-table tr td .icon-holder {
      height: 40px;
      width: 40px;
      display: inline-block;
      vertical-align: middle;
      text-align: center; }
      .download-table tr td .icon-holder img {
        display: inline-block;
        max-width: 100%;
        max-height: 100%; }
  @media (max-width: 450px) {
    .download-table tr {
      width: 100%;
      display: inline-block;
      float: none; }
      .download-table tr th {
        display: none; }
      .download-table tr td {
        width: auto;
        border: none;
        padding: 10px; }
        .download-table tr td:nth-child(2n + 1) {
          width: auto; } }
    @media (max-width: 450px) and (min-width: 450px) {
      .download-table tr td:nth-child(3) {
        clear: left; } }

ul.benefit-points {
  margin-top: 15px; }

/*# sourceMappingURL=main-nosreti-reality.cz.css.map */