@charset "UTF-8";
.responsive-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]), .responsive-form textarea, .responsive-form select {
  border: var(--sizeInputBorder) solid var(--colorInputBorder);
  padding: var(--sizeInputPadding);
  height: var(--sizeInputHeight);
  margin: var(--sizeInputMargin);
  background-color: var(--colorInputBackground);
  color: var(--colorInputText);
  font-size: var(--sizeInputFont);
  border-radius: var(--sizeInputBorderRadius);
}

.responsive-form input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"])::placeholder, .responsive-form textarea::placeholder, .responsive-form select::placeholder {
  color: hsla(var(--colorText-h), calc(var(--colorText-s) * 1%), calc(var(--colorText-l) * 1%), 0.8);
}

.responsive-form input:focus:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]), .responsive-form textarea:focus, .responsive-form select:focus {
  border-color: var(--colorInputBorderFocus);
  background-color: var(--colorInputBackgroundFocus);
}

.footerMain .obalStred {
  max-width: 1200px;
}

@media (max-width: calc(1200px + 30px)) {
  .footerMain .obalStred {
    padding: 0 15px;
  }
}

:root {
  --colorPrimary: hsl(69, 94%, 41%);
  --colorPrimary-h: 69;
  --colorPrimary-s: 94;
  --colorPrimary-l: 41;
  --colorPrimary-contrast: #000;
  --colorSecondary: hsl(180, 1%, 61%);
  --colorSecondary-h: 180;
  --colorSecondary-s: 1;
  --colorSecondary-l: 61;
  --colorSecondary-contrast: #000;
  --colorAccent: hsl(0, 0%, 0%);
  --colorAccent-h: 0;
  --colorAccent-s: 0;
  --colorAccent-l: 0;
  --colorAccent-contrast: #fff;
  --colorProjectLabel: #80826c;
  --colorBodyBg: hsl(0, 0%, 100%);
  --colorBodyBg-h: 0;
  --colorBodyBg-s: 0;
  --colorBodyBg-l: 100;
  --colorBodyBg-contrast: #000;
  --colorSecondaryBg: hsl(0, 0%, 91%);
  --colorSecondaryBg-h: 0;
  --colorSecondaryBg-s: 0;
  --colorSecondaryBg-l: 91;
  --colorSecondaryBg-contrast: #000;
  --colorContrastBg: hsl(203, 28%, 8%);
  --colorContrastBg-h: 203;
  --colorContrastBg-s: 28;
  --colorContrastBg-l: 8;
  --colorContrastBg-contrast: #fff;
  --colorShadeBg: #f3f3f7;
  --colorOutlines: #c4c4c4;
  --colorErrorsDefault: hsl(352, 100%, 43%);
  --colorErrorsDefault-h: 352;
  --colorErrorsDefault-s: 100;
  --colorErrorsDefault-l: 43;
  --colorErrorsDefault-contrast: #fff;
  --colorText: hsl(20, 2%, 24%);
  --colorText-h: 20;
  --colorText-s: 2;
  --colorText-l: 24;
  --colorText-contrast: #fff;
  --colorTextHeading: #283237;
  --colorTextSubtle: #404040;
  --colorLinkText: var(--colorPrimary);
  --colorLinkTextActive: var(--colorText);
  --colorInputText: var(--colorText);
  --colorInputBorder: var(--colorOutlines);
  --colorInputBackground: #fff;
  --colorInputBorderFocus: #383838;
  --colorInputBackgroundFocus: #fff;
  --colorInputBackgroundInvalid: #ffdbdb;
  --colorInputHelpText: #555;
  --colorInputHelpBackground: #eee;
  --colorCheckboxBackground: var(--colorSecondary);
  --colorSelectChevron: var(--colorText);
  --colorSelectListBorder: #f5f5f5;
  --colorSelectListBackgroundHover: #e4e4e4;
  --colorLabel: var(--colorText);
  --colorButtonBg: var(--colorPrimary);
  --colorButtonDisabledBg: gray;
  --colorButtonText: white;
  --colorPricingSale: #f00;
  --stateInfo: #5895f5;
  --stateSuccess: #0f8323;
  --stateWarning: #f58c59;
  --stateError: #dc2727;
  --colorMapPart-1: hsl(53, 100%, 48%);
  --colorMapPart-1-h: 53;
  --colorMapPart-1-s: 100;
  --colorMapPart-1-l: 48;
  --colorMapPart-1-contrast: #000;
  --colorMapPart-5: hsl(351, 87%, 41%);
  --colorMapPart-5-h: 351;
  --colorMapPart-5-s: 87;
  --colorMapPart-5-l: 41;
  --colorMapPart-5-contrast: #fff;
  --colorMapPart-7: hsl(291, 100%, 38%);
  --colorMapPart-7-h: 291;
  --colorMapPart-7-s: 100;
  --colorMapPart-7-l: 38;
  --colorMapPart-7-contrast: #fff;
  --colorMapPart-11: hsl(240, 100%, 50%);
  --colorMapPart-11-h: 240;
  --colorMapPart-11-s: 100;
  --colorMapPart-11-l: 50;
  --colorMapPart-11-contrast: #fff;
  --colorMapPart-17: hsl(0, 0%, 0%);
  --colorMapPart-17-h: 0;
  --colorMapPart-17-s: 0;
  --colorMapPart-17-l: 0;
  --colorMapPart-17-contrast: #fff;
  --colorPrimaryFilter: invert(85%) sepia(21%) saturate(7263%) hue-rotate(22deg) brightness(98%) contrast(95%);
  --colorSecondaryFilter: invert(63%) sepia(4%) saturate(52%) hue-rotate(131deg) brightness(100%) contrast(85%);
  --colorAccentFilter: brightness(0) saturate(100%);
  --objectImageColor: #ff0808;
  --objectImageColorActive: #28d81a;
}

:root {
  --durationAnimationBase: .25s;
  --easingAnimationBase: ease-in-out;
  --animationBase: all var(--durationAnimationBase) var(--easingAnimationBase);
}

:root {
  --layerNegativeZIndex: -1;
  --layerNullZIndex: 0;
  --layerPageZIndex: 1;
  --layerPageSecondaryZIndex: 2;
  --layerHeaderZIndex: 10;
  --layerDropdownZIndex: 20;
  --layerModalZIndex: 21;
  --layerPopoverZIndex: 22;
  --layerTooltipZIndex: 23;
  --layerSpinnerZIndex: 24;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

*:focus {
  outline: none;
}

body {
  position: relative;
  background: var(--colorBodyBg);
  margin: 0;
  font-size: var(--textBaseSize);
  font-family: var(--font-primary);
  color: var(--colorText);
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: var(--bodyLineHeight);
  font-variant-numeric: tabular-nums;
  font-weight: var(--bodyFontWeight);
}

body.is-not-overflowed {
  overflow: hidden;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
}

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

.sup,
sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Lazy load images errors */
body:not(.DEV) img.error {
  display: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

:root {
  --sizeContentOffset: 1.25rem;
  --sizeContentWidthHd: 120rem;
  --sizeContentWidthLarge: 87.5rem;
  --sizeContentWidthMedium: 75rem;
  --sizeContentWidthSmall: 61.25rem;
  --sizeContentRightCol: 17.5rem;
  --sizeInputFont: var(--textSm);
  --sizeInputHeight: 51px;
  --sizeInputPaddingHorizontal: .5rem;
  --sizeInputPadding: 0 var(--sizeInputPaddingHorizontal);
  --sizeInputBorder: 1px;
  --sizeInputBorderRadius: 0;
  --sizeInputMarginBottom: .25rem;
  --sizeInputMargin: 0 0 var(--sizeInputMarginBottom);
  --sizeButtonFont: var(--textRg);
  --sizeButtonPaddingVertical: var(--spaceSm);
  --sizeButtonPaddingHorizontal: var(--spaceLg);
  --sizeButtonPadding: var(--sizeButtonPaddingVertical) var(--sizeButtonPaddingHorizontal);
  --sizeButtonBorderRadius: 0;
}

@font-face {
  font-family: "OpenSans";
  src: local("OpenSans Regular"), local("OpenSans-Regular"), url("../../../../fonts/OpenSans/OpenSans-Regular-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "OpenSans";
  src: local("OpenSans SemiBold"), local("OpenSans-SemiBold"), url("../../../../fonts/OpenSans/OpenSans-SemiBold-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "OpenSans";
  src: local("OpenSans Bold"), local("OpenSans-Bold"), url("../../../../fonts/OpenSans/OpenSans-Bold-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}

.u-frameSm {
  max-width: calc(var(--sizeContentWidthSmall) + var(--sizeContentOffset) * 2);
  padding-left: var(--sizeContentOffset);
  padding-right: var(--sizeContentOffset);
}

.u-frameMd {
  max-width: calc(var(--sizeContentWidthMedium) + var(--sizeContentOffset) * 2);
  padding-left: var(--sizeContentOffset);
  padding-right: var(--sizeContentOffset);
}

.u-frameLg {
  max-width: calc(var(--sizeContentWidthLarge) + var(--sizeContentOffset) * 2);
  padding-left: var(--sizeContentOffset);
  padding-right: var(--sizeContentOffset);
}

.u-frameHd {
  max-width: calc(var(--sizeContentWidthHd) + var(--sizeContentOffset) * 2);
  padding-left: var(--sizeContentOffset);
  padding-right: var(--sizeContentOffset);
}

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

@media (max-width: 48rem) {
  .col-md-offset-1 {
    margin: 0;
  }
}

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

@media (max-width: 48rem) {
  .col-md-offset-2 {
    margin: 0;
  }
}

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

@media (max-width: 48rem) {
  .col-md-offset-3 {
    margin: 0;
  }
}

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

@media (max-width: 48rem) {
  .col-md-offset-4 {
    margin: 0;
  }
}

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

@media (max-width: 48rem) {
  .col-md-offset-5 {
    margin: 0;
  }
}

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

@media (max-width: 48rem) {
  .col-md-offset-6 {
    margin: 0;
  }
}

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

@media (max-width: 48rem) {
  .col-md-offset-7 {
    margin: 0;
  }
}

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

@media (max-width: 48rem) {
  .col-md-offset-8 {
    margin: 0;
  }
}

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

@media (max-width: 48rem) {
  .col-md-offset-9 {
    margin: 0;
  }
}

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

@media (max-width: 48rem) {
  .col-md-offset-10 {
    margin: 0;
  }
}

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

@media (max-width: 48rem) {
  .col-md-offset-11 {
    margin: 0;
  }
}

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

@media (max-width: 48rem) {
  .col-md-offset-12 {
    margin: 0;
  }
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: left;
  padding: 0 15px;
}

@media (max-width: 48rem) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: none;
    display: block;
    width: 100%;
  }
}

.u-clearfix::after {
  clear: both;
  content: '';
  display: table;
}

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

[class*="u-frame"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.u-fullWidth {
  width: 100%;
}

.u-block {
  display: block;
}

.u-flex {
  display: flex;
}

.u-hidden {
  display: none !important;
}

/** Pro skrytí textu nutného pro přístupnost */
.u-hide {
  position: absolute;
  font-size: 0;
}

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

.u-invisibleScrollBar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.u-invisibleScrollBar::-webkit-scrollbar {
  display: none;
}

.u-customScrollBar, .tail-select .select-dropdown .dropdown-inner {
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  scrollbar-width: thin;
}

.u-customScrollBar::-webkit-scrollbar, .tail-select .select-dropdown .dropdown-inner::-webkit-scrollbar {
  width: .4rem;
}

.u-customScrollBar::-webkit-scrollbar-track, .tail-select .select-dropdown .dropdown-inner::-webkit-scrollbar-track {
  background: transparent;
}

.u-customScrollBar::-webkit-scrollbar-thumb, .tail-select .select-dropdown .dropdown-inner::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  transition: all .25s ease-in-out;
  border-radius: .25rem;
}

.u-customScrollBar::-webkit-scrollbar-thumb:hover, .tail-select .select-dropdown .dropdown-inner::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}

.u-customScrollBar::-webkit-scrollbar-thumb:active, .tail-select .select-dropdown .dropdown-inner::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.48);
}

.u-textCenter {
  text-align: center;
}

.u-textRight {
  text-align: right;
}

.u-textLeft {
  text-align: left;
}

.u-flexJustifyStart {
  justify-content: flex-start;
}

.u-flexJustifyEnd {
  justify-content: flex-end;
}

.u-flexJustifyCenter {
  justify-content: center;
}

.u-flexJustifyBetween {
  justify-content: space-between;
}

.u-flexJustifyAround {
  justify-content: space-around;
}

.u-flexAlignItemsStart {
  align-items: flex-start;
}

.u-flexAlignItemsEnd {
  align-items: flex-end;
}

.u-flexAlignItemsCenter {
  align-items: center;
}

.u-spanRow {
  grid-column: 1 / -1;
}

span.required {
  color: #f00;
}

span.required + .red {
  display: none;
}

.skryto,
.disabled {
  color: #646E63;
}

.m2 {
  text-transform: lowercase;
}

:root {
  --font-primary: OpenSans, sans-serif;
  --bodyLineHeight: 2;
  --headingLineHeight: 1.2;
  /* set base values */
  --textBaseSize: 1rem;
  --textScaleRatio: 1.1;
  /* type scale */
  --textXxs: calc(1em / (var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio)));
  --textXs: calc(1em / (var(--textScaleRatio) * var(--textScaleRatio)));
  --textSm: calc(1em / var(--textScaleRatio));
  --textRg: 1em;
  --textMd: calc(1em * var(--textScaleRatio));
  --textLg: calc(1em * var(--textScaleRatio) * var(--textScaleRatio));
  --textXl: calc(1em * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio));
  --textXxl: calc(1em * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio));
  --textXxxl: calc(1em * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio));
  --textXxxxl: calc(1em * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio) * var(--textScaleRatio));
  /*
	@include media('>sm') {
		--textBaseSize: 1.15rem;
	}

	@include media('>md') {
		--textBaseSize: 1.25rem;
	} */
}

:root {
  --spaceUnit:  1em;
  --spaceXxxxs: calc(0.125 * var(--spaceUnit));
  --spaceXxxs:  calc(0.25 * var(--spaceUnit));
  --spaceXxs:   calc(0.375 * var(--spaceUnit));
  --spaceXs:    calc(0.5 * var(--spaceUnit));
  --spaceSm:    calc(0.75 * var(--spaceUnit));
  --spaceMd:    calc(1.25 * var(--spaceUnit));
  --spaceLg:    calc(2 * var(--spaceUnit));
  --spaceXl:    calc(3.25 * var(--spaceUnit));
  --spaceXxl:   calc(5.25 * var(--spaceUnit));
  --spaceXxxl:  calc(8.5 * var(--spaceUnit));
  --spaceXxxxl: calc(13.75 * var(--spaceUnit));
}

.u-spaceUnit {
  margin-bottom: var(--spaceUnit);
}

.u-spaceXxxxs {
  margin-bottom: var(--spaceXxxxs);
}

.u-spaceXxxs {
  margin-bottom: var(--spaceXxxs);
}

.u-spaceXxs {
  margin-bottom: var(--spaceXxs);
}

.u-spaceXs {
  margin-bottom: var(--spaceXs);
}

.u-spaceSm {
  margin-bottom: var(--spaceSm);
}

.u-spaceMd {
  margin-bottom: var(--spaceMd);
}

.u-spaceLg {
  margin-bottom: var(--spaceLg);
}

.u-spaceXl {
  margin-bottom: var(--spaceXl);
}

.u-spaceXxl {
  margin-bottom: var(--spaceXxl);
}

.u-spaceXxxl {
  margin-bottom: var(--spaceXxxl);
}

.u-spaceXxxxl {
  margin-bottom: var(--spaceXxxxl);
}

.formInput.has-error textarea[required], .formInput.is-valid textarea[required] {
  background-position: top 7px right 7px;
}

.formInput.has-error #silentcaptcha,
.formInput.has-error #silentcaptcha2, .formInput.is-valid #silentcaptcha,
.formInput.is-valid #silentcaptcha2 {
  background-image: none !important;
}

.formInput.has-error select[required],
.formInput.has-error input[required],
.formInput.has-error textarea[required] {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJ2aXNpYmxlIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PGc+PHBhdGggeG1sbnM6ZGVmYXVsdD0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGQ9Ik0xIDIxaDIyTDEyIDIgMSAyMXptMTItM2gtMnYtMmgydjJ6bTAtNGgtMnYtNGgydjR6IiBzdHlsZT0iZmlsbDogcmdiKDIxNywgNjAsIDUyKTsiIHZlY3Rvci1lZmZlY3Q9Im5vbi1zY2FsaW5nLXN0cm9rZSIvPjwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: top 50% right 7px;
  background-color: var(--colorInputBackgroundInvalid) !important;
}

.formInput.is-valid select[required],
.formInput.is-valid input[required],
.formInput.is-valid textarea[required] {
  background-repeat: no-repeat;
  background-position: top 50% right 7px;
  background-color: var(--colorInputBackground);
}

.formInput .errorMessage {
  position: absolute;
  color: #fff;
  background: #f00;
  padding: 5px;
  z-index: 1;
  font-size: 13px;
  display: none;
}

select[required].state-error + .CaptionCont {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJ2aXNpYmxlIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiI+PGc+PHBhdGggeG1sbnM6ZGVmYXVsdD0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGQ9Ik0xIDIxaDIyTDEyIDIgMSAyMXptMTItM2gtMnYtMmgydjJ6bTAtNGgtMnYtNGgydjR6IiBzdHlsZT0iZmlsbDogcmdiKDIxNywgNjAsIDUyKTsiIHZlY3Rvci1lZmZlY3Q9Im5vbi1zY2FsaW5nLXN0cm9rZSIvPjwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: top 50% right 25px;
  background-color: var(--colorInputBackgroundInvalid) !important;
}

.error {
  background: #f00;
  font-size: 11px;
  color: #fff;
  padding: 5px;
  text-transform: lowercase;
  margin-top: 5px;
  position: relative;
}

.error:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #f00 transparent;
  position: absolute;
  top: -5px;
  left: 10px;
}

.tail-select {
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  line-height: 1.4;
  /* Label */
  /* Dropdown */
}

.tail-select, .tail-select * {
  outline: none;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.tail-select p {
  margin: 0;
}

.tail-select .select-label {
  position: relative;
  display: block;
  width: 100%;
  height: var(--sizeInputHeight);
  line-height: var(--sizeInputHeight);
  margin: 0;
  padding: var(--sizeInputPadding);
  text-align: left;
  background-color: var(--colorInputBackground);
  border: var(--sizeInputBorder) solid var(--colorInputBorder);
  border-radius: var(--sizeInputBorderRadius);
  color: var(--colorText) !important;
  font-size: var(--sizeInputFont);
  transition: border 142ms linear, background 142ms linear, box-shadow 142ms linear;
  cursor: pointer;
}

.tail-select .select-label > .label-count {
  float: left;
  color: white;
  margin: 9px 4px 0 -2px;
  padding: 0.25em 0.4em;
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-shadow: none;
  white-space: nowrap;
  border-radius: 0.25rem;
  background-color: var(--colorText);
}

.tail-select .select-label > .label-inner {
  display: block;
  padding-right: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  height: var(--sizeInputHeight);
  line-height: var(--sizeInputHeight);
}

.tail-select .select-label > .label-inner.placeholder {
  color: hsla(var(--colorText-h), calc(var(--colorText-s) * 1%), calc(var(--colorText-l) * 1%), 0.8);
}

.tail-select .select-label:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: var(--colorSelectChevron);
  transform: rotate(45deg);
}

.tail-select:focus .select-label, .tail-select.active .select-label {
  border-color: var(--colorInputBorderFocus);
}

.tail-select .select-dropdown {
  top: calc(100% + 2px);
  left: 0;
  color: var(--colorText);
  width: 100%;
  padding: 0;
  z-index: 1000;
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: var(--sizeInputBorderRadius);
  overflow: hidden;
}

@media (min-width: 768px) {
  .tail-select .select-dropdown {
    min-width: 100%;
    width: auto;
  }
}

.tail-select .select-dropdown .dropdown-inner {
  width: 100%;
  margin: 0;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
}

.tail-select .select-dropdown .dropdown-empty {
  display: block;
  font-size: 12px;
  padding: 6px 10px;
}

.tail-select .select-dropdown ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.tail-select .select-dropdown .dropdown-optgroup {
  border-radius: 2px;
  position: relative;
}

.tail-select .select-dropdown .dropdown-optgroup .optgroup-title {
  cursor: default;
  padding: 8px 12px 4px;
  font-size: 12px;
  font-weight: bold;
}

.tail-select .select-dropdown .dropdown-option {
  position: relative;
  display: block;
  padding: 6px var(--sizeInputPaddingHorizontal);
  border-bottom: 1px solid var(--colorSelectListBorder);
  transition: all .24s ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.tail-select .select-dropdown .dropdown-option:first-child {
  border-radius: 2px 2px 0 0;
}

.tail-select .select-dropdown .dropdown-option:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.tail-select .select-dropdown .dropdown-option:hover {
  background-color: var(--colorSelectListBackgroundHover);
}

.tail-select.multiple .dropdown-option {
  padding-left: 40px;
}

.tail-select.multiple .dropdown-option:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 14px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border: 1px solid;
  border-radius: 2px;
  background: url("../../../../images/icons/check-square.svg") center no-repeat;
  background-size: 0;
  overflow: hidden;
  transition: all .24s;
  filter: contrast(0);
}

.tail-select.multiple .dropdown-option.selected:before {
  background-size: 110%;
}

.responsive-form:not(.no-style) {
  padding: 2rem 1.5rem;
  background: var(--colorShadeBg);
}

@media (max-width: 48rem) {
  .responsive-form:not(.no-style) {
    padding: 2rem 0;
  }
}

.responsive-form:not(.no-style) .ButtonBase {
  width: auto;
  cursor: pointer;
}

.responsive-form .form-title {
  border-bottom: 1px dashed var(--colorInputBorder);
  margin-bottom: 1.5em;
  padding-bottom: 1em;
}

.responsive-form .form-title h2 {
  font-size: 1.15em;
  margin: 0;
  font-weight: 600;
}

.responsive-form .form-section {
  margin-bottom: 1em;
}

.responsive-form .form-open-section {
  transition: height 0.35s ease-in-out;
  display: none;
}

.responsive-form .form-open-section.is-active {
  display: block;
}

.responsive-form .form-open-section-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.responsive-form .form-open-section-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1em;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: var(--colorSelectChevron);
  transform: rotate(45deg);
  transform-origin: center;
  transition: .2s;
}

.responsive-form .form-open-section-button.is-active:after {
  transform: rotate(225deg) translateY(-5px);
}

.responsive-form .form-open-section:not(.is-active) {
  height: 0;
}

.responsive-form .form-group {
  margin: 0 -15px 15px -15px;
  clear: both;
}

.responsive-form .form-group:before, .responsive-form .form-group:after {
  content: " ";
  display: table;
}

.responsive-form .form-group:after {
  clear: both;
}

@media (max-width: 767px) {
  .responsive-form .form-group {
    margin: 0 0 15px 0;
  }
}

.responsive-form .row {
  clear: both;
}

.responsive-form .row:before, .responsive-form .row:after {
  content: " ";
  display: table;
}

.responsive-form .row:after {
  clear: both;
}

.responsive-form .label {
  display: inline-block;
}

.responsive-form .label-text {
  position: relative;
  line-height: normal;
}

.responsive-form .label-text:not(.label-text-top) {
  top: var(--sizeLabelVerticalPosition, 0.25rem);
}

.responsive-form .label-text label,
.responsive-form .label-text strong {
  color: var(--colorLabel);
  text-align: right;
  font-weight: bold;
  font-size: 13px;
}

.responsive-form .label-text-top {
  margin-bottom: 5px;
}

.responsive-form .checkItem {
  position: relative;
  padding: 5px 0 5px 30px;
}

.responsive-form .checkItem label {
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
}

.responsive-form .checkItem input[type="checkbox"] {
  display: none;
}

.responsive-form .checkItem input[type="checkbox"]:checked + .checkItem-square::before {
  transform: scale(1) translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}

.responsive-form .checkItem input[type="checkbox"]:checked + .checkItem-square::after {
  transform: scale(1);
}

.responsive-form .checkItem .checkItem-square {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background: var(--colorInputBackground);
  border: var(--sizeInputBorder) solid var(--colorInputBorder);
  border-radius: var(--sizeInputBorderRadius);
  position: absolute;
  left: 0;
  top: 5px;
}

.responsive-form .checkItem .checkItem-square::before {
  content: "";
  height: 10px;
  width: 6px;
  border-bottom: 2px solid var(--colorCheckboxColor, var(--colorSecondary-contrast));
  border-right: 2px solid var(--colorCheckboxColor, var(--colorSecondary-contrast));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0) translate(-50%, -50%) rotate(45deg);
  transition: transform .2s ease;
}

.responsive-form .checkItem .checkItem-square::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--colorCheckboxBackground);
  transform: scale(0);
  transition: transform .2s ease;
}

.responsive-form input:not([name="silentcaptcha"]), .responsive-form input[type="file"] {
  width: 100%;
}

.responsive-form input[type="file"] {
  height: auto !important;
  padding: var(--spaceSm) !important;
}

.responsive-form textarea {
  min-height: 5rem;
  padding: var(--sizeInputPaddingHorizontal);
  resize: vertical;
  width: 100%;
}

.responsive-form select {
  width: 100%;
}

.responsive-form .tail-select {
  margin-bottom: var(--sizeInputMarginBottom);
}

.responsive-form input[name="silentcaptcha"],
.responsive-form input[name="silentcaptcha2"] {
  width: calc(100% - 104px);
  max-width: 110px;
  margin-bottom: 0;
}

.responsive-form .img-captcha {
  vertical-align: top;
  cursor: pointer;
  margin: 0 0 0 10px;
  border: var(--sizeInputBorder) solid var(--colorInputBorder);
}

.responsive-form .img-captcha:hover {
  border-color: var(--colorInputBorderFocus);
}

.responsive-form .reloadCaptcha {
  cursor: pointer;
  text-decoration: underline;
  color: var(--colorText);
  margin-left: 15px;
}

.responsive-form .reloadCaptcha:hover {
  text-decoration: none;
}

.css-title {
  position: relative;
  display: inline-block;
}

@media (min-width: 1025px) {
  .css-title:hover {
    cursor: help;
  }
  .css-title:hover::before {
    content: attr(data-title);
    position: absolute;
    color: #fff;
    background: #000;
    font-size: 13px;
    line-height: 1.2em;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: calc(100% + 10px);
    left: 50%;
    width: 480px;
    transform: translateX(-50%);
    text-align: left;
  }
  .css-title:hover::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #000 transparent transparent transparent;
    transform: translateX(-50%);
    bottom: 100%;
    left: 50%;
  }
}

.gdpr-checkbox-agree {
  display: flex;
  justify-content: flex-end;
}

.gdpr-checkbox-agree .checkItem {
  display: flex;
}

.gdpr-checkbox-agree .checkItem input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  z-index: 9999;
  cursor: pointer;
  display: block;
}

.form_hidden {
  display: none;
}

@media (max-width: 767px) {
  .chciKoupitProdat .form-group .label-text,
  .responsive-form .form-group .label-text {
    top: 0;
    text-align: left;
    margin-bottom: 5px;
  }
}

.responsive-form.zavolejte-mi {
  padding-bottom: 15px;
}

.obalStred {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: block;
}

@media (max-width: 980px) {
  .obalStred {
    padding: 0 15px;
  }
}

.obalStred-small {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  display: block;
}

@media (max-width: 980px) {
  .obalStred-small {
    padding: 0 15px;
  }
}

.leftCol {
  z-index: 1;
  position: relative;
}

@media (min-width: 981px) {
  .leftCol {
    width: calc(100% - (280px + 40px));
    float: left;
    padding-bottom: 20px;
  }
}

@media (max-width: 980px) {
  .leftCol {
    padding: 20px 15px;
  }
}

.rightCol {
  display: block;
}

@media (min-width: 981px) {
  .rightCol {
    float: right;
    width: 280px;
    padding-bottom: 20px;
  }
}

@media (max-width: 980px) {
  .rightCol {
    padding: 15px 15px 0 15px;
  }
}

.hlavicka {
  position: relative;
}

.location_index .hlavicka {
  width: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 2;
}

.location_index .hlavicka .obalStred {
  max-width: 1920px;
  width: 100%;
}

@media (max-width: 1920px) {
  .location_index .hlavicka .obalStred {
    padding-left: calc((100% - 1562px) / 2);
  }
}

@media (max-width: 1600px) {
  .location_index .hlavicka .obalStred {
    padding-left: 0;
  }
}

.location_index .hlavicka .logo {
  position: relative;
  z-index: 2;
  width: 200px;
}

@media (max-width: 1240px) {
  .location_index .hlavicka .logo {
    width: 150px;
  }
}

@media (max-width: 980px) {
  .location_index .hlavicka .logo {
    width: 125px;
  }
}

.hlavicka .obalStred {
  max-width: 1920px;
  width: 100%;
}

@media (min-width: 1921px) {
  .hlavicka .obalStred {
    padding-left: 170px;
  }
}

@media (max-width: 1920px) {
  .hlavicka .obalStred {
    padding-left: calc((100% - 1200px) / 2);
  }
}

.hlavicka .logo {
  float: left;
  padding: 0;
  width: 165px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
}

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

@media (max-width: 1240px) {
  .hlavicka .logo {
    width: 150px;
  }
}

@media (max-width: 980px) {
  .hlavicka .logo {
    width: 125px;
  }
}

@media (max-width: 480px) {
  .hlavicka .logo {
    margin: 0;
  }
}

.hlavicka .phone {
  background: var(--colorSecondary);
  padding: 21px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 3px;
  width: 271px;
  height: 77px;
  right: calc(100% / 7);
  transition: .3s;
  position: absolute;
}

@media (max-width: 1240px) {
  .hlavicka .phone {
    right: 180px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .hlavicka .phone {
    right: 87px;
    padding: 13.5px 15px;
    height: 62px;
  }
}

@media (max-width: 600px) {
  .hlavicka .phone span {
    display: none;
  }
}

.hlavicka .phone:hover {
  background: hsl(var(--colorSecondary-h), calc(var(--colorSecondary-s) * 1%), calc(var(--colorSecondary-l) * 0.9 * 1%));
}

.hlavicka .phone svg {
  margin-right: 6px;
}

@media (max-width: 600px) {
  .hlavicka .phone svg {
    margin-right: 0;
  }
}

.hlavicka .h1-text {
  display: none;
  font-size: 0;
  text-indent: -9999px;
  visibility: hidden;
}

body:not(.location_index):not(.location_nemovitost) .hlavicka {
  background: url("/poskireal/frontend/CID/stafos_real/novapolni/images/banner.jpg") no-repeat center center;
  background-size: cover;
}

body:not(.location_index):not(.location_nemovitost) .hlavicka > .obalStred {
  height: 193px;
}

body:not(.location_index):not(.location_nemovitost) .obalStred-small {
  max-width: 1200px;
}

@media (max-width: 1200px) {
  body:not(.location_index):not(.location_nemovitost) .obalStred-small {
    padding: 0 15px;
  }
}

.drobecky {
  padding: var(--breadcrumbs-padding, 11px 0);
  font-size: var(--breadcrumbs-fontSize, 0.875rem);
  background: var(--breadcrumbs-background, transparent);
  color: var(--breadcrumbs-color, #000);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 20px 0;
  font-family: var(--font-secondary);
  letter-spacing: 4px;
}

@media (max-width: 980px) {
  .drobecky {
    display: none;
  }
}

.drobecky a {
  color: var(--breadcrumbs-link-color, #000);
  font-size: inherit;
}

.drobecky a::first-letter {
  text-transform: uppercase;
}

.drobecky a:hover {
  text-decoration: none;
}

.drobecky .drobecky-separator {
  margin: 0 15px;
}

.breadcrumbs {
  text-align: center;
}

.breadcrumbs *:last-child {
  color: var(--breadcrumbs-lastChild-color, #000);
  text-decoration: none;
  cursor: default;
}

.footerMain {
  background: var(--colorPrimary);
  text-align: center;
  width: 100%;
  margin-top: auto;
}

.footerMain > .obalStred a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.footerMain > .obalStred a:hover, .footerMain > .obalStred a:focus {
  text-decoration: underline;
}

.footerMain .footerMain-nav {
  font-family: var(--font-secondary);
  font-size: 15px;
  letter-spacing: 4px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footerMain .footerMain-nav a {
  padding: 10px 15px;
  display: inline-block;
  line-height: normal;
}

@media (max-width: 380px) {
  .footerMain .footerMain-nav a {
    display: block;
  }
}

.footerMain .footerMain-userSection {
  padding: 26px 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}

.footerMain .footerMain-userSection a {
  position: relative;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .footerMain .footerMain-userSection a {
    display: block;
    padding: 5px 10px;
  }
}

.footerMain .footerMain-userSection a:after {
  content: "I";
  position: absolute;
  right: -4px;
  top: 0;
}

@media (max-width: 767px) {
  .footerMain .footerMain-userSection a:after {
    content: none;
  }
}

.footerMain .footerMain-userSection a:last-of-type:after {
  content: none;
}

.footerMain .footerMain-socialButtons {
  padding-bottom: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerMain .footerMain-socialButtons a {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  margin: 0 6px;
  transition: .3s;
}

.footerMain .footerMain-socialButtons a:hover, .footerMain .footerMain-socialButtons a:focus {
  background: #fff;
}

.footerMain .footerMain-socialButtons a:hover svg path, .footerMain .footerMain-socialButtons a:focus svg path {
  fill: var(--colorPrimary) !important;
}

.footerMain .footerMain-socialButtons a svg path {
  transition: .3s;
}

.contact-footer {
  padding: 110px 0;
}

@media (max-width: 767px) {
  .contact-footer {
    padding: 50px 0;
  }
}

.contact-footer .obalStred {
  display: flex;
  flex-wrap: wrap;
  max-width: 1234px;
}

@media (max-width: 1264px) {
  .contact-footer .obalStred {
    padding: 0 15px;
  }
}

.contact-footer h2 {
  font-family: var(--font-secondary);
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 0;
}

@media (max-width: 850px) {
  .contact-footer h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

.contact-footer .estateBroker, .contact-footer .contactForm {
  width: 50%;
}

@media (max-width: 767px) {
  .contact-footer .estateBroker, .contact-footer .contactForm {
    width: 100%;
  }
}

.contact-footer .estateBroker {
  background: var(--colorShadeBg);
  padding: 55px;
}

@media (max-width: 980px) {
  .contact-footer .estateBroker {
    padding: 55px 20px;
  }
}

@media (max-width: 767px) {
  .contact-footer .estateBroker {
    margin: 0 0 50px;
  }
}

.contact-footer .estateBroker-title {
  margin-bottom: 21px;
}

.contact-footer .estateBroker-subtitle {
  letter-spacing: 2px;
}

.contact-footer .estateBroker .contact-holder {
  flex-direction: column;
}

.contact-footer .estateBroker .maklerFoto {
  margin: 45px 0 41px;
}

.contact-footer .estateBroker .maklerFoto img {
  border: 0;
}

.contact-footer .estateBroker .contact .name {
  font-family: var(--font-secondary);
  font-size: 22px;
  margin: 0 0 22px;
  letter-spacing: 4px;
  font-weight: bold;
}

.contact-footer .estateBroker .contact a {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
  letter-spacing: 2px;
  text-decoration: none;
}

.contact-footer .estateBroker .contact a:hover {
  text-decoration: underline;
}

.contact-footer .contactForm {
  padding-left: 100px;
}

@media (max-width: 980px) {
  .contact-footer .contactForm {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .contact-footer .contactForm {
    padding-left: 0;
  }
}

.contact-footer .contactForm .responsive-form > div > .col-md-12 {
  padding: 0;
}

.contact-footer .contactForm h2 {
  margin-bottom: 40px;
}

.copyright {
  padding: 20px 0;
  font-size: 13px;
  line-height: 25px;
  background: #f3f3f3;
  border-top: 1px solid #E6E6E6;
}

.copyright svg {
  vertical-align: middle;
  margin: 0 5px 0 20px;
  max-height: 25px;
}

.copyright a {
  color: #555;
}

.copyright a:hover {
  text-decoration: none;
}

.copyright .right {
  float: right;
  width: 75%;
  text-align: right;
}

.copyright .left {
  float: left;
  width: 25%;
}

@media (max-width: 768px) {
  .copyright .left,
  .copyright .right {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
}

.autocomplete-suggestion {
  position: relative;
  padding: 0 .6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}

.autocomplete-suggestion b {
  font-weight: inherit;
  text-decoration: underline;
}

.autocomplete-suggestion.selected {
  background: #f0f0f0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .indexFultext {
    display: none;
  }
}

.indexFultext-container {
  position: relative;
  display: inline-block;
}

.indexFultext-icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #718d73;
  height: 45px;
  line-height: 45px;
  width: 47px;
  border-right: 1px solid #bdcabe;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexFultext-icon:before {
  content: "";
  position: absolute;
  background: url("../../../../images/icons/search.svg");
  width: 14px;
  height: 14px;
}

.indexFultext .hdr {
  display: block;
  color: #d6e3d7;
  font-size: 16px;
  margin-bottom: 5px;
}

.indexFultext .globalsearch-showresults {
  position: relative;
}

.indexFultext .globalsearch-showresults.globalsearch-showresults-disabled {
  display: none;
}

.indexFultext .globalsearch-submit {
  height: 43px;
  position: absolute;
  right: 1px;
  top: 1px;
}

.indexFultext input[type="text"] {
  width: 560px;
  height: 45px;
  color: #000;
  font-size: 18px;
  padding-left: 65px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #bdcabe;
}

.indexFultext input[type="text"]::placeholder {
  color: #9d9d9d;
}

.indexFultext input[type="text"]:focus {
  background: #fff;
}

.indexFultext .homeSearch {
  position: relative;
}

.indexFultext .homeSearchAnchor {
  position: absolute;
  bottom: 0;
  right: -2px;
}

.responsive-menu-holder.is-active .menu-holder {
  opacity: 1;
  visibility: visible;
}

.FoldingNavHolder {
  display: none;
}

.menu-holder {
  position: fixed;
  z-index: 10;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: .15s;
}

.menu {
  clear: both;
  font-family: var(--font-secondary);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu:before, .menu:after {
  content: " ";
  display: table;
}

.menu:after {
  clear: both;
}

.menu .PR-anchor {
  display: none;
}

.menu li {
  position: relative;
}

.menu > li {
  float: left;
}

.menu > li > a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 20px 40px;
  font-size: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
}

@media (max-width: 980px) {
  .menu > li > a {
    line-height: initial;
    padding: 10px 25px;
  }
}

.menu > li > a:before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  background: #fff;
  left: 0;
  bottom: 36px;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}

@media (max-width: 980px) {
  .menu > li > a:before {
    content: none;
  }
}

.menu > li:hover > a:not(.PR-anchor):before, .menu > li.is-active > a:not(.PR-anchor):before {
  bottom: 26px;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 981px) {
  .menu > li:hover ul.uroven-2 {
    display: block;
    visibility: visible;
    /* shows sub-menu */
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
  }
}

.menu ul.uroven-2 {
  display: block !important;
}

.menu ul.uroven-2 > li > a:not(.PR-anchor) {
  padding: 6px 25px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 4px;
  position: relative;
}

@media (max-width: 980px) {
  .menu ul.uroven-2 > li > a:not(.PR-anchor) {
    line-height: initial;
    padding: 10px 25px;
  }
}

.menu ul.uroven-2 > li > a:not(.PR-anchor):after {
  content: "";
  width: 150px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: .2s;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 980px) {
  .menu ul.uroven-2 > li > a:not(.PR-anchor):after {
    content: none;
  }
}

.menu ul.uroven-2 > li > a:not(.PR-anchor):hover:after {
  visibility: visible;
  opacity: 1;
}

.menu ul.uroven-2 :hover ul.uroven-3 {
  left: 100%;
  top: 0;
}

.menu ul.uroven-3 {
  position: absolute;
  left: -9999px;
  border: 1px solid #c7c7c7;
  z-index: 10000;
  background: #fff;
}

.menu ul.uroven-3 > li > a {
  padding: 0 25px;
  line-height: 30px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}

.menu ul.uroven-3 > li > a:hover {
  background: hsl(var(--colorPrimary-h), calc(var(--colorPrimary-s) * 1%), calc(var(--colorPrimary-l) * 1.24 * 1%));
}

@media screen and (max-width: 980px) {
  #primary-nav {
    margin: 0;
    display: block;
    text-align: center;
    position: static;
  }
  .toggleMenu {
    position: absolute;
    top: 50px;
    left: 200px;
  }
  .responsive-menu-holder {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    backdrop-filter: blur(1px);
  }
  .responsive-menu-holder.is-active {
    opacity: 1;
    visibility: visible;
  }
  .responsive-menu-holder .menu > li {
    float: none;
    position: relative;
  }
  .responsive-menu-holder .menu > li:first-child {
    border: 0;
  }
  .responsive-menu-holder .menu > li a {
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 9px 23px;
    text-transform: uppercase;
    line-height: 100%;
    font-size: 18px;
  }
}

@media screen and (max-width: 980px) and (max-width: 980px) {
  .responsive-menu-holder .menu > li a {
    line-height: initial;
    padding: 10px 25px;
  }
}

@media screen and (max-width: 980px) {
  .responsive-menu-holder ul {
    display: block;
    width: 100%;
    border: 0 !important;
    text-align: center;
  }
  .responsive-menu-holder > li > a {
    padding: 10px 15px;
    line-height: 18px;
  }
  .responsive-menu-holder li > .PR-anchor {
    display: none;
    position: absolute;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    right: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    color: var(--colorText);
    transition: all 350ms ease;
  }
  .responsive-menu-holder li > .PR-anchor:before {
    content: "\f078";
    font-weight: 900;
    display: inline-block;
    font-family: 'FontAwesome';
  }
  .responsive-menu-holder li > .PR-anchor.is-active {
    transform: rotateX(180deg);
  }
  .responsive-menu-holder .hamburger {
    display: none;
  }
  .responsive-menu-holder .uroven-2 li a {
    font-size: 14px !important;
    padding: 5px 10px 5px 40px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: block;
  }
}

.hamburger {
  padding: 15px 15px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  right: -15px;
  position: absolute;
  z-index: 15;
  right: 0;
  background: #000;
  width: calc((100% / 7) + 5px);
  padding: 22px 36px;
}

@media (max-width: 1240px) {
  .hamburger {
    width: 180px;
  }
}

@media (max-width: 767px) {
  .hamburger {
    padding: 15px;
    width: auto;
  }
}

.hamburger:hover, .hamburger.is-active {
  opacity: 1 !important;
}

.hamburger:hover .hamburger-inner, .hamburger.is-active .hamburger-inner {
  transform: none !important;
}

.hamburger:hover .hamburger-inner:before, .hamburger:hover .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before, .hamburger.is-active .hamburger-inner:after {
  transform: none !important;
  opacity: 1 !important;
}

.hamburger:hover .hamburger-inner:before, .hamburger.is-active .hamburger-inner:before {
  width: 43px;
  top: 5px !important;
}

.hamburger:hover .hamburger-inner:after, .hamburger.is-active .hamburger-inner:after {
  width: 63px;
  bottom: 5px !important;
  top: auto !important;
}

.hamburger .hamburger-box {
  padding-left: 65px;
  height: 22px;
}

@media (max-width: 767px) {
  .hamburger .hamburger-box {
    width: auto;
    padding-left: 57px;
  }
}

.hamburger .hamburger-box:before {
  content: "Menu";
  color: #fff;
  position: absolute;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
  width: 61px;
  height: 22px;
  left: 0;
}

.hamburger .hamburger-inner {
  width: auto;
  height: 22px;
  background: transparent;
  top: 0;
}

@media (max-width: 767px) {
  .hamburger .hamburger-inner {
    display: none !important;
  }
}

.hamburger .hamburger-inner:before, .hamburger .hamburger-inner:after {
  transition: .3s;
}

.hamburger .hamburger-inner:before {
  width: 63px;
  top: 5px;
}

.hamburger .hamburger-inner:after {
  width: 43px;
  bottom: 5px;
}

@media screen and (max-width: 9999px) {
  .hamburger {
    display: inline-block;
  }
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 15px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 1px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

.hamburger.is-active .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger.is-active .hamburger-inner::after {
  top: -14px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger.is-active .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger.is-active.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger.is-active.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
*   Individual scrollbar styling
*   10/2019
*   based on: https://codepen.io/zachleat/pen/oNvprpX
*   ===========================================
*/
:root {
  --scrollbar-size: 6px;
  --scrollbar-minlength: 24px;
  /* Minimum length of scrollbar thumb (width of horizontal, height of vertical) */
  --scrollbar-ff-width: thin;
  /* FF-only accepts auto, thin, none */
  --scrollbar-track-color: #f5f5f5;
  --scrollbar-color: rgba(0,0,0,.2);
  --scrollbar-color-hover: rgba(0,0,0,.3);
  --scrollbar-color-active: rgb(0,0,0);
}

/* Use .layout-scrollbar-obtrusive to only use overflow if scrollbars don’t overlay */
.scrollbar-test,
.fancy-scrollBar {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: var(--scrollbar-ff-width);
}

.scrollbar-test::-webkit-scrollbar-thumb:vertical,
.fancy-scrollBar::-webkit-scrollbar-thumb:vertical {
  min-height: var(--scrollbar-minlength);
}

.scrollbar-test::-webkit-scrollbar-thumb:horizontal,
.fancy-scrollBar::-webkit-scrollbar-thumb:horizontal {
  min-width: var(--scrollbar-minlength);
}

/* This class controls what elements have the new fancy scrollbar CSS */
.fancy-scrollBar {
  scrollbar-color: var(--scrollbar-color) var(--scrollbar-track-color);
}

.fancy-scrollBar::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-color);
}

.fancy-scrollBar::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-color);
  border-radius: 3px;
}

.fancy-scrollBar::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-color-hover);
}

.fancy-scrollBar::-webkit-scrollbar-thumb:active {
  background-color: var(--scrollbar-color-active);
}

.fancy-scrollBar::-webkit-scrollbar {
  height: var(--scrollbar-size);
  width: var(--scrollbar-size);
}

.fancy-scrollBar--hidden {
  --scrollbar-color: rgba(0,0,0,0);
}

.fancy-scrollBar--hidden:hover {
  --scrollbar-color: rgba(0,0,0,.2);
}

.fancy-scrollBar--colored {
  --scrollbar-color: var(--colorPrimary);
  --scrollbar-color-hover: alpha(var(--colorPrimary), .64);
  --scrollbar-color-active: lightness(var(--colorPrimary), .9);
}

h1,
.h1 {
  font-family: var(--font-secondary);
  display: block;
  font-weight: 700;
  color: #252525;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  font-size: 40px;
  line-height: var(--headingLineHeight);
  margin-bottom: 40px;
  padding: 0;
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 26px;
    margin-bottom: 2rem;
  }
}

h2,
.h2 {
  display: block;
  font-size: 20px;
  color: #000;
  padding: 15px 0;
  text-transform: uppercase;
  font-family: var(--font-secondary);
  line-height: var(--headingLineHeight);
}

h3,
.h3 {
  display: block;
  line-height: var(--headingLineHeight);
}

h4,
.h4 {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: var(--headingLineHeight);
}

p {
  margin-bottom: var(--spaceUnit);
}

a {
  color: var(--colorLinkText);
}

a:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
}

.headlines-link {
  font-size: var(--headlinesLink-fontSize, var(--textBaseSize));
}

.headlines-link a {
  color: var(--headlineLink-color, var(--colorSecondary));
}

.ButtonBase {
  background: var(--colorPrimary);
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 19px 45px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: .3s;
  display: inline-block;
  width: 300px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.ButtonBase:hover, .ButtonBase:active, .ButtonBase:focus {
  background: hsl(var(--colorPrimary-h), calc(var(--colorPrimary-s) * 1%), calc(var(--colorPrimary-l) * 1.2 * 1%));
  text-decoration: none;
}

.ButtonBase:disabled {
  background: var(--colorTextSubtle);
  opacity: .6;
  pointer-events: none;
}

.ButtonBase.more {
  padding: 10px 15px;
  width: auto;
}

.ButtonBase--ghost {
  background: transparent;
  color: var(--colorPrimary);
  border: 1px solid var(--colorPrimary);
}

.ButtonBase--ghost:disabled {
  background: transparent;
  color: var(--colorTextSubtle);
  border-color: var(--colorTextSubtle);
}

.ButtonBase--ghost:hover, .ButtonBase--ghost:active, .ButtonBase--ghost:focus {
  color: var(--colorPrimary-contrast);
  background: var(--colorPrimary);
}

.ButtonBase--submit {
  width: auto;
  padding: 0 1.5rem;
  height: 2.125rem;
}

.thumbnail {
  border: 1px solid var(--thumbnail-borderColor, var(--colorOutlines));
}

.thumbnail:hover, .thumbnail:focus {
  border-color: var(--thumbnail-hover-borderColor, var(--colorSecondary));
}

.thumbnail img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a.scrollup {
  position: fixed;
  bottom: 50px;
  right: 100px;
  text-indent: -9999px;
  z-index: 999;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
}

a.scrollup::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  transform: translate(-50%) rotate(45deg);
  top: 17px;
  left: 50%;
}

a.scrollup:hover {
  opacity: .7;
}

@media (max-width: 767px) {
  a.scrollup {
    display: none !important;
  }
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  color: var(--alert-color, var(--colorText));
  background: var(--alert-colorBg, var(--colorSecondaryBg));
}

.alert p:last-child {
  margin: 0;
}

.alert a {
  color: #000;
}

.alert-success {
  --alert-color: var(--stateSuccess);
  --alert-colorBg: #dff0d8;
}

.alert-danger {
  --alert-color: var(--stateError);
  --alert-colorBg: #f2dede;
}

.alert-info {
  --alert-color: var(--stateInfo);
  --alert-colorBg: #d9edf7;
}

.alert-warning {
  --alert-color: var(--stateWarning);
  --alert-colorBg: #fcf8e3;
}

.panel-obal {
  background: var(--panelObal-background, var(--colorBodyBg));
  border: 1px solid var(--panelObal-borderColor, var(--colorOutlines));
  margin-bottom: var(--panelObal-margin, var(--spaceMd));
}

.panel-obal:hover {
  border-color: var(--panelObal-hover-borderColor, var(--colorPrimary));
}

.panel-obal-in {
  position: relative;
  padding: var(--panelInner-padding, 0);
}

.footer-inzerce {
  padding: 0 0 20px 0 !important;
  max-height: 80px;
  overflow: hidden;
}

.footer-inzerce:empty {
  display: none;
}

@media (max-width: 980px) {
  .footer-inzerce {
    display: none !important;
  }
}

.footer-inzerce .swiper-slide {
  text-align: center;
}

.footer-inzerce-hdr {
  padding: 20px 0 0 0;
}

@media (max-width: 980px) {
  .footer-inzerce-hdr {
    display: none;
  }
}

.table-responsive {
  min-height: .01%;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    min-width: 600px;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #ddd;
  }
}

.popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 15px;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .popup {
    display: none;
  }
}

.popup-shadow {
  background: rgba(0, 0, 0, 0.7);
}

.popup-content {
  position: relative;
}

.popup-content .PR-sablona-obsah {
  width: 800px;
  max-width: 100%;
  height: 100%;
  background: #fff;
  padding: 80px 50px;
  overflow-y: scroll;
}

.popup-content .PR-sablona-obsah .cke_editable {
  outline: none;
}

.popup-content .popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 10;
}

.popup ::-webkit-scrollbar {
  width: 10px;
}

.popup ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.popup ::-webkit-scrollbar-thumb {
  background: #888;
}

.popup ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (min-width: 768px) {
  body.popup-overflow {
    overflow: hidden;
  }
}

.logo {
  float: left;
  padding: 0;
}

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

@media (max-width: 980px) {
  .logo {
    width: 150px;
  }
}

@media (max-width: 480px) {
  .logo {
    float: none;
    margin: 10px auto;
    display: block;
  }
}

.logo .h1-text {
  display: none;
  font-size: 0;
  text-indent: -9999px;
  visibility: hidden;
}

.hlavicka .logo img {
  background: #fff;
  padding: 0 0.2em;
}

.hlavicka .phone {
  background: var(--colorPrimary);
}

.responsive-form:not(.no-style) {
  background: none;
}

.ButtonBase {
  width: auto;
  min-width: 300px;
}

.ButtonBase:hover, .ButtonBase:active, .ButtonBase:focus {
  background: hsl(var(--colorPrimary-h), calc(var(--colorPrimary-s) * 1%), calc(var(--colorPrimary-l) * 0.8 * 1%));
}

.footerMain .footerMain-socialButtons a svg {
  width: 21px;
  height: 20px;
}

.clearing {
  clear: both;
  height: 0;
}

.clearing:before, .clearing:after {
  content: " ";
  display: table;
}

.clearing:after {
  clear: both;
}

.wrap-ellipsis {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}

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