@charset "UTF-8";
@font-face {
  font-family: 'Graphik Web';
  src: url("../fonts/Graphik-Regular-Web.eot?1");
  src: url("../fonts/Graphik-Regular-Web.eot?#iefix&1") format("embedded-opentype"), url("../fonts/Graphik-Regular-Web.woff?1") format("woff"), url("../fonts/Graphik-Regular-Web.ttf?1") format("truetype"), url("../fonts/Graphik-Regular-Web.svg#Graphik-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Web';
  src: url("../fonts/Graphik-RegularItalic-Web.eot?1");
  src: url("../fonts/Graphik-RegularItalic-Web.eot?#iefix&1") format("embedded-opentype"), url("../fonts/Graphik-RegularItalic-Web.woff?1") format("woff"), url("../fonts/Graphik-RegularItalic-Web.ttf?1") format("truetype"), url("../fonts/Graphik-RegularItalic-Web.svg#Graphik-RegularItalic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Web';
  src: url("../fonts/Graphik-Semibold-Web.eot?1");
  src: url("../fonts/Graphik-Semibold-Web.eot?#iefix&1") format("embedded-opentype"), url("../fonts/Graphik-Semibold-Web.woff?1") format("woff"), url("../fonts/Graphik-Semibold-Web.ttf?1") format("truetype"), url("../fonts/Graphik-Semibold-Web.svg#Graphik-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Web';
  src: url("../fonts/Graphik-SemiboldItalic-Web.eot?1");
  src: url("../fonts/Graphik-SemiboldItalic-Web.eot?#iefix&1") format("embedded-opentype"), url("../fonts/Graphik-SemiboldItalic-Web.woff?1") format("woff"), url("../fonts/Graphik-SemiboldItalic-Web.ttf?1") format("truetype"), url("../fonts/Graphik-SemiboldItalic-Web.svg#Graphik-SemiboldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal; }

/*
  Shrink item space - mění počet položek na řádku pomocí jejich šířky a nechává mezi nimi mezery
  - výchozí je 1 položka (tj. width: 100%)
  - druhý stupeň jsou 2 položky
  - třetí a poslední jsou 3 vedle sebe
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
* {
  box-sizing: border-box; }

html {
  font-family: "Graphik Web";
  /* 1 */
  font-size: 62.5%;
  /* = 16 px */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-size: 1.6rem; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 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 */
  text-decoration: none; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
  display: inline-block; }

/**
 * 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 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  -webkit-appearance: none; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: 600; }

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

/* ----------------------------------------------------------------------------------------------------

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial; }

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0; }

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  box-sizing: content-box; }

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box; }

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }

/*
  reset
*/
ul, ol {
  margin: 0;
  padding: 0; }

td, tr, table, tbody {
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

/*
    reset :: END
*/
html, body {
  height: 100%; }

h1, b, strong {
  font-weight: 700; }

::-moz-selection {
  background: #ffcccc; }

::selection {
  background: #ffcccc; }

.svg-img {
  fill: currentColor;
  width: 100%;
  height: 100%; }

.container {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

@media (min-width: 48em) {
  .container {
    width: 70rem;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 62em) {
  .container {
    width: 80rem; } }

@media (min-width: 75em) {
  .container {
    width: 90rem; } }

@media (min-width: 87.5em) {
  .container {
    width: 105rem; } }

.container--narrow {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

@media (min-width: 48em) {
  .container--narrow {
    width: 70rem;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 62em) {
  .container--narrow {
    width: 70rem; } }

@media (min-width: 75em) {
  .container--narrow {
    width: 80rem; } }

@media (min-width: 87.5em) {
  .container--narrow {
    width: 97rem; } }

.container--grid {
  width: 110rem; }

@media (min-width: 48em) {
  .container--press {
    padding-right: 15rem; } }

@media (min-width: 62em) {
  .container--press {
    padding-right: 18rem; } }

@media (min-width: 75em) {
  .container--press {
    padding-right: 21rem; } }

@media (min-width: 87.5em) {
  .container--press {
    padding-right: 25rem; } }

.container--params {
  padding-left: 0;
  padding-right: 0; }

/*
    Canvas
*/
.canvas {
  padding: 6rem 0;
  text-align: center;
  background-color: white;
  color: black;
  position: relative; }
  @media (min-width: 34.375em) {
    .canvas {
      padding: 9rem 0; } }
  .canvas--grey {
    background-color: #f2f2f2; }
    .canvas--grey .teaser-more {
      background-color: #f2f2f2;
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0.9) 70%, #f2f2f2 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0.9) 70%, #f2f2f2 100%); }
  .canvas--darkgrey {
    background-color: #afb6c2; }
  .canvas--black {
    background-color: black;
    color: white; }
  .canvas--white {
    background-color: white; }
  .canvas--weirdo {
    padding-top: 6rem; }
  .canvas--no-bottom {
    padding-bottom: 0; }
  .canvas--no-top {
    padding-top: 0; }
  .canvas--menu-inc {
    padding-top: 8rem; }
    @media (min-width: 48em) {
      .canvas--menu-inc {
        margin-top: 5.5rem; } }
  .canvas--newsletter {
    background: url("../img/newsletter-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .canvas--not-found {
    padding-top: 6rem; }
  .canvas--no-overflow {
    overflow: hidden; }
  .canvas--navigator {
    padding: 0; }

.bottom-1, .perex {
  margin-bottom: 4rem; }

@media (min-width: 48em) {
  .bottom-1, .perex {
    margin-bottom: 9rem; } }

.bottom-2 {
  margin-bottom: 3rem; }

@media (min-width: 48em) {
  .bottom-2 {
    margin-bottom: 4rem; } }

.perex {
  font-size: 1.6rem;
  font-family: "Graphik Web";
  font-weight: 400;
  line-height: 2.3rem; }
  @media (min-width: 34.375em) {
    .perex {
      font-size: 1.8rem;
      line-height: 2.4rem; } }
  @media (min-width: 75em) {
    .perex {
      font-size: 2rem;
      line-height: 3.2rem; } }

.no-margin {
  margin: 0; }

.hidden {
  display: none; }

.clearboth {
  clear: both; }

.invisible {
  visibility: hidden; }

.transparent-text {
  color: transparent;
  text-shadow: none;
  font-size: .1rem; }

.nav-offset {
  padding-top: 5.5rem; }

.link, .cookie a {
  cursor: pointer;
  color: #e20600;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  .link:hover, .cookie a:hover {
    -webkit-transition: color 0.1s linear;
    transition: color 0.1s linear; }
  .link--invert {
    color: #afb6c2; }
    .link--invert:hover {
      color: #e20600; }
  .link--white {
    color: white; }
    .link--white:hover {
      color: #e20600; }
    .link--white .svg-arrow {
      color: white; }
      .link--white .svg-arrow:hover {
        color: #e20600; }
  .link--dark {
    color: #111; }
    .link--dark:hover {
      color: #e20600; }
  .link--bright img, .link--bright amp-img {
    -webkit-transition: -webkit-filter 0.1s linear;
    transition: -webkit-filter 0.1s linear;
    transition: filter 0.1s linear;
    transition: filter 0.1s linear, -webkit-filter 0.1s linear;
    -webkit-filter: brightness(100%);
            filter: brightness(100%); }
    .link--bright img:hover, .link--bright amp-img:hover {
      -webkit-filter: brightness(105%);
              filter: brightness(105%); }

.webkit .motion--lift {
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear; }
  .webkit .motion--lift:hover {
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear; }

.red-cross, .grid--9 .grid__cross, .components__cross, .components__close {
  width: 36px;
  height: 36px;
  background-image: url(../img/red-cross.png);
  background-repeat: no-repeat;
  position: absolute; }

@-webkit-keyframes closePulse {
  50% {
    fill: #c8cdd5; } }

@keyframes closePulse {
  50% {
    fill: #c8cdd5; } }

.svg-close {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  fill: black;
  -webkit-animation: closePulse;
          animation: closePulse;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }
  .svg-close:hover {
    opacity: .4; }

.hp {
  padding-top: 5.5rem; }
  @media (min-width: 87.5em) {
    .hp {
      padding-top: 0; } }

/* 
    utility classes
*/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

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

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.ml-1 {
  margin-left: 1rem; }

.ml-2 {
  margin-left: 2rem; }

.text-red {
  color: red !important; }

.text-black {
  color: black !important; }

.text-semibold {
  font-weight: 600 !important; }

.text-white {
  color: white !important; }
  .text-white .btn {
    color: white;
    border: 1px solid white; }
    .text-white .btn:hover {
      background: #e20600;
      border: 1px solid #e20600;
      color: white; }

.text-black {
  color: black !important; }
  .text-black .btn {
    color: black;
    border: 1px solid black; }
    .text-black .btn:hover {
      background: #e20600;
      border: 1px solid #e20600;
      color: white; }

/*
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0.2em 0.2em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 2.5rem;
  height: 1.4rem;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.1rem; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 2.5rem;
    height: 0.2rem;
    background-color: currentColor;
    border-radius: 0.2rem;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -0.6rem; }
  .hamburger-inner::after {
    bottom: -0.6rem; }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.34s ease-in,
 opacity 0.1s ease-in;
    transition: top 0.1s 0.34s ease-in,
 opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out,
 opacity 0.1s 0.14s ease-out;
    transition: top 0.1s ease-out,
 opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

.social__item {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  color: #afb6c2;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  .social__item--fb:hover {
    color: #4268b3; }
  .social__item--insta:hover {
    color: #bd3281; }
  .social__item--youtube:hover {
    color: #cd181e; }
  .social__item--twitter:hover {
    color: #1ca0f2; }
  .social__item--gplus:hover {
    color: #db4639; }
  .social__item .svg-img {
    stroke: currentColor; }

.social-canvas-black.canvas {
  padding-bottom: 0; }

.social-canvas-black .heading {
  color: white; }

.social-canvas-black .social__item {
  color: white; }
  .social-canvas-black .social__item--fb:hover {
    color: #4268b3; }
  .social-canvas-black .social__item--insta:hover {
    color: #bd3281; }
  .social-canvas-black .social__item--youtube:hover {
    color: #cd181e; }
  .social-canvas-black .social__item--twitter:hover {
    color: #1ca0f2; }
  .social-canvas-black .social__item--gplus:hover {
    color: #db4639; }

.social-canvas-black .social-delimiter {
  border-bottom: 1px solid white;
  margin-top: 9rem; }

/* Modifikace --header */
.social--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3.5rem auto 0;
  /* Breakpoints */ }
  @media (min-width: 87.5em) {
    .social--header {
      margin: 0 0 0 3rem;
      padding-left: .5rem;
      border-left: 1px solid white;
      border-right: 1px solid white;
      padding: 0 2rem; } }

@media (min-width: 87.5em) {
  .header--bg .social--header, .header.header--dark .social--header {
    border-left-color: #111;
    border-right-color: #111; }
    .header--bg .social--header .social__item, .header.header--dark .social--header .social__item {
      color: black; }
      .header--bg .social--header .social__item--fb:hover, .header.header--dark .social--header .social__item--fb:hover {
        color: #4268b3; }
      .header--bg .social--header .social__item--insta:hover, .header.header--dark .social--header .social__item--insta:hover {
        color: #bd3281; }
      .header--bg .social--header .social__item--youtube:hover, .header.header--dark .social--header .social__item--youtube:hover {
        color: #cd181e; }
      .header--bg .social--header .social__item--twitter:hover, .header.header--dark .social--header .social__item--twitter:hover {
        color: #1ca0f2; }
      .header--bg .social--header .social__item--gplus:hover, .header.header--dark .social--header .social__item--gplus:hover {
        color: #db4639; } }

.social--header .social__item {
  margin: 0 1rem;
  display: inline-block;
  color: #111; }
  @media (min-width: 87.5em) {
    .social--header .social__item {
      color: white; }
      .social--header .social__item--fb:hover {
        color: #4268b3; }
      .social--header .social__item--insta:hover {
        color: #bd3281; }
      .social--header .social__item--youtube:hover {
        color: #cd181e; }
      .social--header .social__item--twitter:hover {
        color: #1ca0f2; }
      .social--header .social__item--gplus:hover {
        color: #db4639; } }

/* Modifikace --footer */
.social--footer .social {
  margin: auto; }
  .social--footer .social__item {
    display: inline-block;
    width: 4.6rem;
    height: 4.6rem;
    margin: 0 1rem; }

/* Modifikace --product */
.social--product.social {
  display: block;
  margin: 0;
  padding-left: 0;
  margin-top: 1.4rem; }
  .social--product.social .social__item {
    margin-right: 1rem;
    margin-left: 0;
    float: left;
    color: #afb6c2; }
    .social--product.social .social__item--fb:hover {
      color: #4268b3; }
    .social--product.social .social__item--twitter:hover {
      color: #1ca0f2; }
    .social--product.social .social__item--gplus:hover {
      color: #db4639; }

/* Modifikace --article */
.social--article .social__item {
  margin: 0 1rem;
  width: 3.8rem;
  height: 3.8rem; }
  .social--article .social__item:first-of-type {
    margin-left: 0; }

.search {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  /*
        Google Custom Search
    */ }
  .search__form {
    height: 100%;
    width: 100%; }
  .search__box {
    margin-top: 3.5rem;
    text-align: center; }
  .search input.gsc-input, .search .gsc-input-box, .search .gsc-input-box-hover, .search .gsc-input-box-focus, .search .gsc-input-box, .search .gsc-input-box:hover {
    border: none !important;
    box-shadow: none !important; }
  .search td.gsc-input {
    height: 2.5rem;
    border: 1px solid #111;
    padding: .2rem 0rem 0rem .5rem !important;
    margin: 0 auto; }
  .search input.gsc-input {
    font-size: 2rem !important;
    font-family: "Graphik Web";
    font-weight: 400;
    text-indent: 0 !important;
    background: none !important;
    line-height: 2.8rem !important; }
  .search .gsc-search-button {
    display: none; }
  .search .gsst_a {
    padding-top: .5rem; }
  .search .gsib_a {
    padding: 0; }
  .search .gsst_a:hover .gscb_a,
  .search .gsst_a:focus .gscb_a {
    color: #e20600;
    opacity: 1; }
  .search .gsst_b {
    font-size: 1rem; }
  .search .form.gsc-search-box {
    margin-bottom: 0 !important; }
  .search .gsc-input-box {
    height: initial;
    background: none !important; }
  .search .gsst_a .gscb_a {
    color: #e20600 !important;
    opacity: .3; }

a.gs-title:hover, a.gs-title:hover b {
  color: #e20600 !important;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear; }

a.gs-title b {
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear; }

/*
    Modifikace pro header
*/
.search--nav {
  width: 18rem;
  /*
        Breakpoints
    */ }
  .search--nav td.gsc-input {
    border: 1px solid #111;
    padding: .4rem 0 .4rem .5rem !important;
    line-height: 1.7rem !important; }
  .search--nav input.gsc-input {
    font-size: 1.4rem !important;
    line-height: 1.7rem !important; }
  .search--nav .gsst_a {
    padding: 0 .1rem !important; }
  .search--nav .gscb_a {
    font-size: 2.2rem !important; }
  .search--nav .gsst_a, .search--nav .gscb_a, .search--nav .gsst_b {
    line-height: 12px; }
  .search--nav #gsc-i-id1 {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon", "Graphik Web" !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; }
  @media (min-width: 87.5em) {
    .search--nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .search--nav .search__box {
        width: 15rem;
        margin: 0 0 0 3rem;
        padding: 0 3rem 0 0;
        border-right: 1px solid white;
        height: 2.5rem; }
      .search--nav td.gsc-input {
        border-color: white;
        padding: 0rem 0rem 0rem .5rem !important;
        padding-top: .1rem !important; }
      .search--nav input.gsc-input {
        color: white;
        font-size: 1.4rem !important; }
      .search--nav form.gsc-search-box, .search--nav table.gsc-search-box {
        margin-bottom: 0 !important; }
      .search--nav .gsib_a {
        padding: 0 !important; }
      .search--nav .gsst_a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

@media (min-width: 75em) {
  .header--bg .search--nav .search__box, .header--dark .search--nav .search__box {
    border-right-color: #111; }
  .header--bg .search--nav td.gsc-input, .header--dark .search--nav td.gsc-input {
    border: 1px solid #111; }
  .header--bg .search--nav input.gsc-input, .header--dark .search--nav input.gsc-input {
    color: #111; } }

/*
    Skrytí hledání v navigaci
*/
.hide-search-nav .search--nav {
  display: none; }

/*---------------------------------------------------
                Přepínač jazyků
---------------------------------------------------*/
.languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3.5rem auto 0; }
  .languages__controller {
    display: none; }
  .languages__arrow-down {
    display: none; }
  .languages__item {
    padding: .5rem .75em;
    color: black;
    -webkit-transition: color 0.1s linear;
    transition: color 0.1s linear; }
    .languages__item--active {
      font-family: "Graphik Web";
      font-weight: 600; }
    .languages__item:hover {
      color: #e20600; }

@media (min-width: 87.5em) {
  .languages {
    display: block;
    font-size: 1.6rem;
    margin: 0;
    height: 100%; }
    .languages__controller {
      cursor: pointer;
      height: inherit;
      padding: 0 .75em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .languages__arrow-down {
      display: inline-block;
      width: 0;
      height: 0;
      border-left: .4rem solid transparent;
      border-right: .4rem solid transparent;
      border-top: .8rem solid white;
      margin-left: .6rem; }
    .languages__item {
      color: white;
      display: block; }
  .header--bg .languages__item {
    color: #111; }
    .header--bg .languages__item:hover {
      color: #e20600; }
  .header--bg .languages__arrow-down {
    border-top: .8rem solid black; }
  .header.header--dark .languages__item, .header.header--dark .languages__arrow-down {
    color: #111;
    border-top-color: #111; }
    .header.header--dark .languages__item:hover, .header.header--dark .languages__arrow-down:hover {
      color: #e20600; } }

/*---------------------------------------------------
                    Komponenty
---------------------------------------------------*/
/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }
  .remodal .fluid__iframe,
  [data-remodal-id] .fluid__iframe {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
    .remodal .fluid__iframe iframe,
    [data-remodal-id] .fluid__iframe iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Close button */
.remodal {
  padding: 2rem; }
  .remodal-close {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    right: .4rem;
    top: .5rem;
    cursor: pointer; }
  .remodal__title {
    font-size: 2rem;
    margin-bottom: .2em; }
  .remodal__subtitle {
    font-size: 1.8rem;
    margin-bottom: .3em; }
  .remodal__text {
    font-size: 1.4rem;
    font-family: "Graphik Web";
    font-weight: 400;
    line-height: 1.3; }
    @media (min-width: 75em) {
      .remodal__text {
        font-size: 1.8rem; } }
  .remodal-video {
    padding: 0;
    margin-bottom: 0; }

/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.7); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff; }
  .remodal--msgbox {
    width: 300px;
    height: 185.41px; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 860px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.btn {
  display: inline-block;
  font-family: "Graphik Web";
  font-weight: 400;
  color: #e20600;
  border: 1px solid #e20600;
  padding: .4em 1.8em;
  position: relative;
  font-size: 1.4rem;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn:hover {
    background-color: #e20600;
    color: white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .btn__text {
    color: currentColor; }
  .btn .svg-arrow {
    display: inline;
    fill: currentColor;
    width: 1.2rem;
    height: 1.2rem;
    -webkit-transform: scale(-2, 2) translate(-0.2rem, 0.1rem);
            transform: scale(-2, 2) translate(-0.2rem, 0.1rem);
    margin-left: .8rem; }
  .btn--xs, .btn--m {
    font-size: 1.4rem;
    padding: .5em 2em; }
  .btn--jumbo {
    margin-left: 1rem; }
    @media (min-width: 62em) {
      .btn--jumbo {
        margin-left: 4rem; } }
  .btn--wide {
    padding: 0 3rem; }
  .btn--xl {
    background-color: #e20600;
    color: white;
    padding: 1em 1.6em;
    font-family: "Graphik Web";
    font-weight: 600; }
    .btn--xl:hover {
      background-color: #cd0700; }
  .btn--inverted {
    color: white;
    border-color: white; }
    .btn--inverted:hover {
      border-color: #e20600; }
  .btn--transparent {
    background: transparent;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    font-weight: normal; }
    .btn--transparent:hover {
      border-color: #e20600;
      background: transparent; }
  .btn--product-pricebox {
    margin-bottom: 1rem; }
  .btn--white-bg {
    background: white; }
  .btn--calendar {
    margin-bottom: 5rem; }
    @media (min-width: 48em) {
      .btn--calendar {
        margin-bottom: 7rem; } }
  @media (min-width: 87.5em) {
    .btn .tiles__icon {
      max-width: 45rem; }
    .btn--xl {
      padding: 1em 2.6em;
      font-size: 1.8rem; } }

.article-typo {
  /*
        Breakpoints
    */ }
  .article-typo a, .article-typo a:hover {
    color: #e20600;
    -webkit-transition: color 0.1s linear;
    transition: color 0.1s linear; }
  .article-typo iframe {
    border: 0;
    max-width: 100%; }
  .article-typo h2, .article-typo h3 {
    font-family: "Graphik Web";
    font-weight: 400; }
  .article-typo h2, .article-typo h3, .article-typo p, .article-typo li {
    margin-bottom: 0.5rem; }
  .article-typo h2 {
    font-size: 2.2rem;
    line-height: 2.8rem; }
  .article-typo h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #6d7681; }
  .article-typo p, .article-typo li {
    font-size: 1.4rem;
    line-height: 2rem; }
  .article-typo p + figure {
    margin-top: 1rem; }
  .article-typo figure + h2 {
    margin-top: 1rem; }
  .article-typo figure + figure {
    margin-top: 1rem; }
  .article-typo ul, .article-typo ol {
    padding-left: 3rem;
    margin: 1rem 0; }
  .article-typo .boxR, .article-typo .boxL {
    padding: 1rem 1.2rem;
    background: #f2f2f2;
    margin: 0 0 1rem;
    width: 100%; }
  @media (min-width: 34.375em) {
    .article-typo .boxR, .article-typo .boxL {
      width: 60%; }
    .article-typo .boxR {
      float: right;
      margin-left: 1rem; }
    .article-typo .boxL {
      float: left;
      margin-right: 1rem; } }
  @media (min-width: 48em) {
    .article-typo h2, .article-typo h3, .article-typo p {
      margin-bottom: 1rem; }
    .article-typo h2 {
      font-size: 2.8rem;
      font-weight: 600;
      line-height: 3.8rem; }
    .article-typo h3 {
      font-size: 2.2rem;
      line-height: 3.2rem; }
    .article-typo p, .article-typo li {
      font-size: 1.8rem;
      line-height: 2.8rem; }
    .article-typo .boxR, .article-typo .boxL {
      font-size: 1.6rem;
      line-height: 2.4rem;
      padding: 2.3rem 2.5rem;
      margin: 1rem; }
      .article-typo .boxR h2, .article-typo .boxL h2 {
        font-size: 1.8rem;
        line-height: 2.4rem;
        font-weight: 600;
        margin-bottom: .5rem; }
      .article-typo .boxR li, .article-typo .boxR p, .article-typo .boxL li, .article-typo .boxL p {
        font-size: 1.6rem;
        line-height: 2.4rem; }
    .article-typo .boxR {
      margin-left: 2rem; }
    .article-typo .boxL {
      margin-right: 2rem; }
    .article-typo p + a, .article-typo p + h2 {
      margin-top: 4rem;
      display: block; } }
  @media (min-width: 75em) {
    .article-typo figure + h2 {
      margin-top: 3rem; } }

/*------------------------------------------
          Hlavička webu a navigace
--------------------------------------------*/
.header__container {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

@media (min-width: 48em) {
  .header__container {
    width: 76.8rem;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 62em) {
  .header__container {
    width: 99.2rem; } }

@media (min-width: 75em) {
  .header__container {
    width: 115rem; } }

@media (min-width: 87.5em) {
  .header__container {
    width: 135rem; } }

@media (min-width: 120em) {
  .header__container {
    width: 160rem; } }

.header {
  width: 100%;
  height: 5.5rem;
  position: fixed;
  top: 0;
  color: white;
  z-index: 1000;
  -webkit-transition: opacity linear,
 background-color linear,
 box-shadow linear,
 visibility linear,
 height linear,
 -webkit-transform ease-in-out;
  transition: opacity linear,
 background-color linear,
 box-shadow linear,
 visibility linear,
 height linear,
 -webkit-transform ease-in-out;
  transition: transform ease-in-out,
 opacity linear,
 background-color linear,
 box-shadow linear,
 visibility linear,
 height linear;
  transition: transform ease-in-out,
 opacity linear,
 background-color linear,
 box-shadow linear,
 visibility linear,
 height linear,
 -webkit-transform ease-in-out;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s; }
  .header--bg {
    background-color: white;
    color: #111;
    box-shadow: 0 4px 4px -4px #111; }
  .header--hide {
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 48em) {
      .header--hide {
        visibility: visible;
        opacity: 1; } }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__logo {
    color: white;
    fill: white;
    -webkit-transition: fill 0.1s linear;
    transition: fill 0.1s linear; }
    .header__logo--cut {
      display: none;
      width: calc(4rem * 1);
      height: 4rem; }
    .header__logo--full {
      display: block;
      height: 2.5rem;
      width: calc(2.5rem * 5.1927); }
      .header__logo--full :hover {
        fill: #e20600;
        -webkit-transition: fill 0.3s linear;
        transition: fill 0.3s linear; }
    .header__logo:hover {
      color: currentColor; }
    .header__logo-img {
      width: 100%;
      height: 100%;
      -webkit-transition: fill 0.3s linear;
      transition: fill 0.3s linear; }
      .header__logo-img-text {
        fill: currentColor; }
  .header .header__logo--dark, .header--bg .header__logo, .header--dark .header__logo, .header--dark .eshop-controls__cart .svg-img {
    color: black; }
  .header__collapse {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background-color: white;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    box-shadow: 0 0 4px #111;
    -webkit-transition: opacity 0.1s linear, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s linear, -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, opacity 0.1s linear;
    transition: transform 0.1s ease-in-out, opacity 0.1s linear, -webkit-transform 0.1s ease-in-out; }
    .header__collapse__helper {
      position: fixed;
      top: 55px;
      left: 0;
      bottom: 0;
      width: 100%;
      overflow: auto; }
    .header__collapse--in {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1; }
      .header__collapse--in ~ .hamburger-wrapper {
        color: #111; }
        .header__collapse--in ~ .hamburger-wrapper:hover, .header__collapse--in ~ .hamburger-wrapper:active {
          color: #111; }

.hamburger, .hamburger-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.hamburger:focus {
  outline: none; }

.hamburger-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: .5em;
  padding-right: 0;
  -webkit-appearance: none !important;
  color: inherit; }
  .hamburger-wrapper:hover, .hamburger-wrapper:active {
    text-decoration: none;
    color: inherit; }

.hamburger__text {
  font-size: 2rem;
  padding-right: .25em;
  font-family: "Graphik Web";
  font-weight: 600; }

.scrolling--disabled {
  overflow: hidden;
  position: fixed; }

.nav {
  padding: 0 0 2rem 0;
  margin-top: 0;
  font-family: "Graphik Web";
  font-weight: 400; }
  .nav__item {
    font-size: 2.4rem;
    font-family: "Graphik Web";
    font-weight: 400;
    display: block;
    height: 100%;
    padding: 0 .25em .5em 0;
    text-align: center;
    text-decoration: none;
    color: #111; }
    .nav__item + .nav__item, .nav__item .nav__item + .social {
      margin-top: .5em; }
  .nav__link, .nav__link--sub {
    line-height: 1;
    color: inherit;
    -webkit-transition: color 0.1s linear;
    transition: color 0.1s linear; }
    .nav__link:hover, .nav__link:active, .nav__link--sub:hover, .nav__link--sub:active {
      color: #e20600; }
    .nav__link--active, .nav__link--sub--active {
      font-weight: 600; }
  .nav__link--sub-active {
    color: #afb6c2; }
  .nav__link--desktop {
    display: none; }
  .nav__link--phone:hover {
    color: black; }
  .nav__sub-menu {
    padding-left: 0;
    padding-top: .2em;
    list-style: none; }
  .nav__sub-item {
    font-size: 2rem;
    padding: .5em 0;
    font-family: "Graphik Web";
    font-weight: 400;
    color: #afb6c2; }

.nav__list {
  margin-top: .5rem;
  padding-left: 0; }

.header--dark {
  background-color: white;
  color: #111; }
  .header--dark .hamburger-wrapper {
    color: #111; }
  .header--dark .hamburger-inner, .header--dark .hamburger-inner:before, .header--dark .hamburger-inner:after {
    background-color: #111; }

.header--hp .header__logo {
  display: block; }

@media (min-width: 87.5em) {
  .hamburger-wrapper {
    display: none; }
  .header--hp {
    background: transparent; }
    .header--hp .header__logo {
      opacity: 0;
      -webkit-transition: opacity 0.1s linear;
      transition: opacity 0.1s linear; }
    .header--hp.header--bg {
      background: white; }
      .header--hp.header--bg .header__logo {
        opacity: 1; }
  .header__collapse {
    height: inherit;
    padding: 0;
    position: static;
    opacity: 1;
    z-index: 1;
    margin-left: auto;
    width: auto;
    background-color: transparent;
    overflow: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: none;
    transition: none;
    box-shadow: none; }
    .header__collapse__helper {
      position: static;
      height: inherit;
      overflow: hidden; }
  .header--bg {
    height: 5.5rem; }
    .header--bg .header__logo {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      padding-top: 0; }
    .header--bg .nav__item {
      color: #111; }
    .header--bg .nav__link__link--phone {
      display: none; }
    .header--bg .nav__sub-menu {
      top: 100%;
      padding-left: 1em;
      margin-left: -1em;
      padding-right: 1em;
      background-color: white;
      box-shadow: 0 4px 4px -4px #111;
      z-index: -2; }
    .header--bg .nav__sub-item {
      padding: .4em 0; }
  .nav {
    display: inline-block;
    margin-top: 0;
    padding: 0;
    height: inherit; }
    .nav__list {
      margin: 0;
      height: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .nav__item {
      font-size: 1.6rem;
      display: inline-block;
      color: white;
      padding: 0 .25em; }
      .nav__item + .nav__item {
        margin-left: 1.5rem;
        margin-top: 0; }
    .nav__link {
      padding: 0;
      height: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 .5em; }
      .nav__link:hover, .nav__link:active {
        border-bottom: none; }
      .nav__link--active {
        border-bottom: none; }
      .nav__link--sub {
        border-top: none;
        text-align: left; }
        .nav__link--sub-active, .nav__link--sub-active:hover {
          border-bottom: none; }
      .nav__link--sub-menu:hover ~ .nav__sub-menu {
        visibility: visible; }
    .nav__sub-menu {
      visibility: hidden;
      padding-bottom: 1.5em;
      position: absolute;
      top: 80%; }
      .nav__sub-menu:hover {
        visibility: visible; }
    .nav__sub-item {
      font-size: inherit;
      padding: .25em 0; }
  .header--dark .nav__sub-menu {
    top: 100%;
    padding-left: 1em;
    margin-left: -1em;
    padding-right: 1em;
    background-color: white;
    box-shadow: 0 4px 4px -4px #111;
    z-index: -2; }
  .header--dark .nav__item {
    color: #111; }
  .header--dark .nav__link .header__logo-img-text {
    fill: black; } }

@media (min-width: 34.375em) {
  .header__logo--cut {
    display: none; }
  .header__logo--full {
    display: block;
    height: 2.5rem;
    width: calc(2.5rem * 5.1927); } }

@media (min-width: 87.5em) {
  .nav__link--phone {
    display: none; } }

@-webkit-keyframes roll-in-top {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: .2; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes roll-in-top {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: .2; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes roll-in-left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: .2; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes roll-in-left {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: .2; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.intro__container {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

@media (min-width: 48em) {
  .intro__container {
    width: 76.8rem;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 62em) {
  .intro__container {
    width: 99.2rem; } }

@media (min-width: 75em) {
  .intro__container {
    width: 115rem; } }

@media (min-width: 87.5em) {
  .intro__container {
    width: 135rem; } }

@media (min-width: 120em) {
  .intro__container {
    width: 160rem; } }

.intro {
  /*
        Breakpoints
    */ }
  .intro__container {
    display: none; }
  @media (min-width: 87.5em) {
    .intro__container {
      display: block; }
    .intro__logo {
      height: auto;
      display: block;
      margin: 2rem 0 5rem;
      width: 25rem; } }
  @media (min-width: 120em) {
    .intro__logo {
      margin: 2rem 0 8rem;
      width: 35rem; } }

/*---------------------------------------------------
                Jumbo (intro sekce)
---------------------------------------------------*/
.jumbo__typo {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

@media (min-width: 48em) {
  .jumbo__typo {
    width: 70rem;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 62em) {
  .jumbo__typo {
    width: 80rem; } }

@media (min-width: 75em) {
  .jumbo__typo {
    width: 90rem; } }

@media (min-width: 87.5em) {
  .jumbo__typo {
    width: 105rem; } }

.jumbo {
  height: 100vh;
  min-height: 50rem;
  padding: 0;
  position: relative;
  overflow: hidden;
  /*
    Breakpoints
  */ }
  .jumbo--shadow {
    background: -webkit-radial-gradient(transparent, black);
    background: radial-gradient(transparent, black); }
  .jumbo--m {
    height: 53vh;
    min-height: 20rem; }
  .jumbo__badge {
    display: none; }
    @media (min-width: 62em) {
      .jumbo__badge {
        display: block;
        position: absolute;
        z-index: 999; } }
    .jumbo__badge--size {
      width: 10vw;
      height: auto; }
  .jumbo--l {
    height: 73vh; }
  .jumbo__overlay {
    background-color: rgba(20, 2, 0, 0.4);
    width: 100%;
    height: 100%; }
    .jumbo__overlay--darker {
      background-color: rgba(20, 2, 0, 0.6); }
    .jumbo__overlay--shadow-lb {
      background: -webkit-linear-gradient(80deg, rgba(20, 2, 0, 0.9) 12%, rgba(20, 2, 0, 0.8) 25%, rgba(20, 2, 0, 0.7) 40%, rgba(20, 2, 0, 0.6) 50%);
      background: linear-gradient(10deg, rgba(20, 2, 0, 0.9) 12%, rgba(20, 2, 0, 0.8) 25%, rgba(20, 2, 0, 0.7) 40%, rgba(20, 2, 0, 0.6) 50%); }
    .jumbo__overlay--white {
      background: rgba(255, 255, 255, 0.7); }
  .jumbo__textleft {
    text-align: left;
    margin-left: 1rem !important; }
    @media (min-width: 62em) {
      .jumbo__textleft {
        margin-left: 4rem !important; } }
  .jumbo__typo {
    font-size: 2.6rem;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .jumbo__typo--hp {
      -webkit-box-pack: normal;
          -ms-flex-pack: normal;
              justify-content: normal;
      padding-top: 6rem;
      width: 100%;
      position: absolute;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (min-width: 62em) {
        .jumbo__typo--hp {
          width: 50%;
          padding-top: 10rem; } }
      .jumbo__typo--hp--left {
        left: 0; }
        @media (min-width: 62em) {
          .jumbo__typo--hp--left {
            padding-right: 6rem; } }
      .jumbo__typo--hp--right {
        right: 0; }
        @media (min-width: 62em) {
          .jumbo__typo--hp--right {
            padding-right: 6rem; } }
    .jumbo__typo--blog {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .jumbo__btn {
    margin-top: 2rem; }
  .jumbo__icon {
    margin-bottom: 3rem; }
  .jumbo__title, .jumbo__sub-title, .jumbo__title-service, .jumbo__sub-title-service {
    font-family: "Graphik Web";
    font-weight: 400;
    color: white;
    margin: 0; }
  .jumbo__title, .jumbo__sub-title {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 105rem; }
  .jumbo__title {
    font-size: 3.6rem;
    font-family: "Graphik Web";
    font-weight: 600;
    padding: 0 0 1rem 0;
    max-width: 100%; }
  .jumbo__sub-title {
    font-size: 2.2rem;
    line-height: 2.7rem;
    font-family: "Graphik Web";
    font-weight: 400; }
    .jumbo__sub-title--hp {
      margin-bottom: 6rem;
      font-weight: 600; }
  .jumbo__label {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
    margin-left: 1rem;
    text-align: left; }
    @media (min-width: 62em) {
      .jumbo__label {
        margin-left: 4rem; } }
  .jumbo__video {
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow-x: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .jumbo .jumbo__video--LH {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .jumbo .jumbo__video--H {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .jumbo .jumbo__video--PH {
    top: 0;
    left: inherit;
    right: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .jumbo .jumbo__video--L {
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .jumbo .jumbo__video--S {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .jumbo .jumbo__video--P {
    top: 50%;
    left: inherit;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .jumbo .jumbo__video--LD {
    top: inherit;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .jumbo .jumbo__video--D {
    top: inherit;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .jumbo .jumbo__video--PD {
    top: inherit;
    left: inherit;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  @media (min-width: 75em) {
    .jumbo--m {
      height: 73vh; } }
  @media (min-width: 75em) {
    .jumbo__title {
      font-size: 6rem; }
    .jumbo__btn {
      margin-top: 3rem; } }
  @media (min-width: 87.5em) {
    .jumbo__title {
      font-size: 8rem;
      line-height: 1.1;
      margin-bottom: 2.5rem; } }
  @media (min-width: 156.25em) {
    .jumbo__typo {
      width: 200rem; } }

.no-flexbox .jumbo {
  overflow: visible;
  position: static; }

@media only screen and (min-device-width: 32rem) and (max-device-width: 48rem) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) {
  .jumbo {
    height: 40rem; } }

/* 
  Modifikace pro Produktové řady
*/
.jumbo--lines, .jumbo--line {
  /*
    Breakpoints
  */ }
  .jumbo--lines .jumbo__title, .jumbo--line .jumbo__title {
    padding: 0;
    margin-bottom: 2rem;
    font-size: 4rem; }
  .jumbo--lines .jumbo__sub-title, .jumbo--line .jumbo__sub-title {
    font-size: 1.6rem;
    line-height: 2rem; }
  .jumbo--lines .jumbo__sub-title + .jumbo__btn, .jumbo--line .jumbo__sub-title + .jumbo__btn {
    margin-top: 6rem; }
  .jumbo--lines .jumbo__icon, .jumbo--line .jumbo__icon {
    width: 25rem;
    height: auto; }
  @media (min-width: 75em) {
    .jumbo--lines .jumbo__title, .jumbo--line .jumbo__title {
      font-size: 6rem; }
    .jumbo--lines .jumbo__sub-title, .jumbo--line .jumbo__sub-title {
      font-size: 2.2rem;
      line-height: 1.4; } }

.jumbo--lines {
  height: 100vh;
  min-height: 40rem;
  /*
  background: rgba(255,93,177,0);
  background: linear-gradient(to top, rgba(0,0,0,.8) 3%, rgba(0,0,0,0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#000000', GradientType=0 );
  */ }

.jumbo--line .jumbo__sub-title + .jumbo__btn {
  margin-top: 3rem; }

/*
 Pulse animation

@keyframes pulse {
    0% { transform: scale(1); opacity: .5; }
    50% { transform: scale(1.02); opacity: 1; }
    100% { transform: scale(1); opacity: .5; }
}
*/
.arrow {
  /*
    &--pulse {
        animation: pulse 1.5s infinite;
    }
*/ }
  .arrow-down {
    display: none;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
    .arrow-down:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    @media (min-width: 48em) {
      .arrow-down {
        display: block;
        position: absolute;
        bottom: 7rem;
        left: 50%; }
        .arrow-down .svg-img {
          height: 6rem;
          width: 6rem;
          -webkit-transform: translateX(-50%) rotate(90deg);
                  transform: translateX(-50%) rotate(90deg);
          fill: white;
          position: absolute;
          left: 0;
          top: 0; } }
  .arrow-up {
    bottom: 30px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    bottom: 0px;
    z-index: 500; }
    .arrow-up__img {
      fill: #999;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      height: 3em;
      width: 3em;
      opacity: 1; }
    @media (min-width: 48em) {
      .arrow-up {
        right: 40px;
        bottom: 20px; } }

.read-more-state {
  display: none; }

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  -webkit-transition: .25s ease;
  transition: .25s ease; }
  @media (min-width: 34.375em) {
    .read-more-target {
      display: inline;
      opacity: 1;
      max-height: initial;
      font-size: inherit; } }

.read-more-state:checked ~ .read-more-wrap {
  margin: inherit; }

.read-more-state ~ .read-more-wrap {
  margin-top: -1rem; }

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em; }

.read-more-state:checked ~ .read-more-trigger {
  margin-top: 3rem; }

.read-more-state ~ .read-more-trigger:before {
  content: 'Více'; }

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Méně'; }

.read-more-trigger {
  margin-top: -3rem;
  cursor: pointer;
  display: inline-block;
  padding: .3rem 2rem;
  color: #e20600;
  font-size: 1.5rem;
  line-height: 2;
  border: 1px solid #e20600; }
  @media (min-width: 34.375em) {
    .read-more-trigger {
      display: none; } }

.heading {
  font-family: "Graphik Web";
  font-weight: 400;
  font-weight: 600;
  margin: 0;
  color: #afb6c2;
  text-align: center;
  position: relative; }
  .heading-wrap {
    position: relative;
    text-align: center;
    margin-bottom: 2rem; }
    .heading-wrap--vm2 {
      margin-bottom: 4rem; }
  .heading--h1 {
    font-size: 3rem;
    color: black;
    margin-bottom: 3rem; }
    @media (min-width: 34.375em) {
      .heading--h1 {
        font-size: 5rem; } }
  .heading--h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem; }
    @media (min-width: 34.375em) {
      .heading--h2 {
        margin-bottom: 4rem; } }
  .heading--h3 {
    color: #afb6c2;
    font-size: 1.4rem;
    font-family: "Graphik Web";
    font-weight: 400;
    margin-bottom: 3rem; }
  .heading--wraped {
    padding: 0 2rem;
    display: inline-block;
    background-color: white;
    margin-bottom: 0; }
  .heading--footer {
    font-size: 1.6rem;
    color: #6d7681;
    margin-bottom: .8rem; }
  .heading--grey-canvas {
    background-color: #f2f2f2; }
  .heading--tag {
    color: #e20600;
    font-size: 3rem;
    font-family: "Graphik Web";
    font-weight: 400;
    margin-bottom: 3rem;
    text-align: left; }
    @media (min-width: 48em) {
      .heading--tag {
        font-size: 3.8rem;
        margin-bottom: 4rem; } }
  .heading--calendar, .heading--products {
    margin-bottom: 2rem; }
  .heading--canvas {
    font-size: 4rem;
    line-height: 4.4rem;
    color: black;
    text-transform: initial;
    font-family: "Graphik Web";
    font-weight: 400; }
    @media (min-width: 48em) {
      .heading--canvas {
        font-size: 6rem;
        line-height: 7.2rem; } }
  .heading--black {
    color: black;
    font-size: 2.2rem;
    letter-spacing: 0;
    margin-bottom: 3rem; }

.heading--bottom-1 {
  margin-bottom: 4rem; }

@media (min-width: 48em) {
  .heading--bottom-1 {
    margin-bottom: 9rem; } }

.heading--bottom-2 {
  margin-bottom: 3rem; }

@media (min-width: 48em) {
  .heading--bottom-2 {
    margin-bottom: 4rem; } }

/*
    Breakpoints
*/
@media (min-width: 34.375em) {
  .heading--h1 {
    font-size: 5rem; }
  .heading-wrap:before {
    content: "";
    height: 1px;
    position: absolute;
    border-top: 1px solid #afb6c2;
    top: .7em;
    left: 0;
    right: 0; } }

@media (min-width: 75em) {
  .heading--h1 {
    font-size: 7.2rem; } }

/*
    Související produkty pod článkem
*/
.related {
  list-style: none;
  /*
        Breakpoints
    */ }
  .related__item {
    text-align: center;
    width: 100%;
    margin-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .related__item:last-of-type {
      margin-bottom: 0; }
  .related__img {
    max-width: 100%; }
    .related__img-wrap {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      position: relative; }
  .related__title {
    color: black;
    font-size: 3.8rem;
    font-family: "Graphik Web";
    font-weight: 600;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .related__btn {
    display: inline;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .related__img-tag {
    position: absolute;
    top: 18%;
    right: 8%;
    width: 28%;
    height: auto; }
  @media (min-width: 48em) {
    .related__item {
      text-align: left;
      clear: both;
      display: block; }
    .related__img-wrap {
      float: left;
      margin-bottom: 0;
      width: 65%; }
    .related__title {
      display: inline-block;
      font-size: 4.2rem;
      line-height: 4.8rem;
      margin-bottom: 2rem; }
    .related__btn {
      display: inline;
      white-space: nowrap; } }

.colorbullet {
  min-width: 3.4rem;
  width: 3.4rem;
  height: 3.4rem;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #afb6c2;
  margin: 0 .1rem;
  background: transparent;
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  .colorbullet.active {
    border-color: #e20600; }
    .colorbullet.active .colorbullet__circle--grey {
      background: #e20600; }
    .colorbullet.active .colorbullet__hook {
      display: inline; }
  .colorbullet--small {
    width: 2.4rem;
    height: 2.4rem;
    min-width: 2.4rem; }
  .colorbullet__circle {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    .colorbullet__circle--half {
      height: 1.1rem;
      width: 2.2rem;
      border-radius: 0 0 1.6rem 1.6rem;
      -webkit-transform: translate(-30%, -10%) rotate(-45deg);
              transform: translate(-30%, -10%) rotate(-45deg); }
    .colorbullet__circle--grey {
      background: #dadde0; }
    .colorbullet__circle--seller {
      background: #f56d71; }
    .colorbullet__circle--rental {
      background: #00b37d; }
    .colorbullet__circle--service {
      background: #6f2c91; }
    .colorbullet__circle--distributor {
      background: #f58345; }
    .colorbullet__circle--small {
      width: 1.6rem;
      height: 1.6rem; }
  .colorbullet__hook {
    display: none; }
  .colorbullet__tooltip {
    background-color: white;
    border: 1px solid #afb6c2;
    color: #afb6c2;
    padding: .5rem .8rem;
    text-align: center;
    visibility: hidden;
    bottom: 125%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .colorbullet__tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #afb6c2 transparent transparent transparent; }
  .colorbullet:hover .colorbullet__tooltip {
    visibility: visible;
    opacity: 1; }

/* 
    tiles ("dlaždice") 
    v základní variantě jsou navrženy tak, aby se na mobilu zobrazovaly v jednom sloupci,
    na desktopu ve třech. Přiléhají bez mezer a poradí si s obrázkem na pozadí.
    Pro zoom efekt přidat obrázku modifikaci --zoom.

    Varianta --bordered
    Mezi dlaždicemi jsou mezery. Rozvržení stejné jako v základu.

    Další varianty si už jen hrají se styly výplně.

*/
.tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  box-sizing: border-box;
  /* Breakpoints */ }
  .tiles__info {
    height: 6rem;
    text-align: center;
    width: 100%; }
  .tiles__item {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vw; }
    @media (min-width: 75em) {
      .tiles__item--4 {
        width: 25% !important; } }
    .tiles__item--bordered {
      border-top: 1px solid white; }
      @media (min-width: 62em) {
        .tiles__item--bordered {
          border-left: 1px solid white; }
          .tiles__item--bordered:first-of-type {
            border-left: none; } }
    .tiles__item--comparison {
      background-color: #1c2e48;
      display: none; }
      .tiles__item--comparison .svg-scales {
        fill: white;
        stroke: white;
        margin-bottom: 2rem;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear; }
      .tiles__item--comparison .tiles__title {
        max-width: 100%; }
      .tiles__item--comparison:hover .tiles__wrap {
        border-color: #e20600; }
      .tiles__item--comparison:hover .svg-scales {
        fill: #e20600;
        stroke: #e20600; }
      .tiles__item--comparison:hover .tiles__title {
        color: #e20600; }
    .tiles__item:hover {
      /*
            .tiles__img--zoom {
                transform: scale(1.22) translate(-42%, -42%);
                transition: transform $timing-long ease-out;
            }
            

            .tiles__overlay {
                background-color: rgba(0, 0, 0, 0.8);
                transition: all $timing-normal ease;
            }
            */ }
      .tiles__item:hover .tiles__btn {
        border-color: #e20600;
        background-color: #e20600;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .tiles__overlay {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .tiles__overlay--comparison {
      background-color: none; }
    .tiles__overlay--gallery {
      opacity: 0;
      -webkit-transition: opacity 0.1s linear;
      transition: opacity 0.1s linear; }
      .tiles__overlay--gallery:hover {
        opacity: 1;
        -webkit-transition: opacity 0.1s linear;
        transition: opacity 0.1s linear; }
  .tiles__icon {
    width: auto;
    height: auto;
    max-width: 100%; }
  .tiles__img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
    overflow-x: hidden;
    z-index: -1;
    -webkit-transition: -webkit-transform 1s ease-in;
    transition: -webkit-transform 1s ease-in;
    transition: transform 1s ease-in;
    transition: transform 1s ease-in, -webkit-transform 1s ease-in; }
  .tiles__flex-column, .tiles__typo, .tiles__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .tiles__typo {
    color: white;
    position: relative;
    z-index: 1;
    padding: 3rem; }
    .tiles__typo-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 3; }
    .tiles__typo--dark {
      color: black; }
    .tiles__typo--products {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .tiles__wrap {
    border: 1px solid;
    padding: 4rem;
    width: 100%;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease; }
  .tiles__title {
    color: black;
    font-size: 4rem;
    font-family: "Graphik Web";
    font-weight: 600;
    margin-bottom: 1.2rem;
    margin-top: 0;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .tiles__title--comparison {
      font-size: 2.2rem;
      line-height: 2.6rem; }
    .tiles__title--white {
      color: white; }
  .tiles__perex {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin-bottom: 4.8rem;
    margin-top: 0;
    max-width: 100%; }
  .tiles__btn {
    color: white;
    border-color: currentColor; }
    .tiles__btn-text {
      display: inline; }
    .tiles__btn:hover {
      background-color: transparent; }
  .tiles__link {
    color: white;
    font-size: 3rem;
    display: inline-block;
    padding: 2rem; }
  .tiles__tag {
    position: absolute;
    top: 6%;
    right: -2%;
    width: 35%;
    height: auto;
    z-index: 2; }
  @media (min-width: 26.25em) {
    .tiles__typo {
      margin: 0 auto;
       /* width: 90%; */
      padding: 4rem 3rem; } }
  @media (min-width: 34.375em) {
    .tiles__typo {
      margin: 0 auto;
      /*  width: 90%; */
      padding: 4rem 1rem; }
    .tiles__item {
      min-height: 50vw; }
      .tiles__item--comparison {
        display: block; } }
  @media (min-width: 62em) {
    .tiles__typo {
      /* width: 80%; */
      margin: 0 auto;
      padding: 6rem 3rem; } }
  @media (min-width: 75em) {
    .tiles__typo {
      width: 100%; }
    .tiles__item--comparison .tiles__typo {
      padding: 6rem; }
    .tiles__item {
      min-height: 33vw; }
    .tiles__tag {
      width: 11.5rem; }
    .tiles--comparison .svg-scales {
      margin-bottom: 3.2rem; } }
  @media (min-width: 87.5em) {
    .tiles__typo {
      padding: 12rem 4rem; }
    .tiles__item--comparison .tiles__typo {
      padding: 10rem; }
    .tiles__wrap {
      width: 30rem; }
    .tiles__item--comparison .tiles__wrap {
      width: 100%; } }
  @media (min-width: 156.25em) {
    .tiles__typo {
      width: 50rem;
      padding: 15rem 1rem; }
    .tiles__item--comparison .tiles__typo {
      padding: 20rem;
      width: 100%; } }

.tiles__item {
  width: 100%; }

@media (min-width: 34.375em) {
  .tiles__item {
    width: 50%; } }

@media (min-width: 75em) {
  .tiles__item {
    width: 33.33%; } }

.tiles__img--LH {
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

.tiles__img--H {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

.tiles__img--PH {
  top: 0;
  left: inherit;
  right: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

.tiles__img--L {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.tiles__img--S {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.tiles__img--P {
  top: 50%;
  left: inherit;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.tiles__img--LD {
  top: inherit;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

.tiles__img--D {
  top: inherit;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

.tiles__img--PD {
  top: inherit;
  left: inherit;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

/* Modifikace pro Speciální edice --editions */
.tiles--editions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Breakpoints - Speciální edice --editions */ }
  .tiles--editions .tiles__item {
    min-height: auto;
    margin-top: 4rem;
    height: auto; }
    .tiles--editions .tiles__item:first-of-type {
      margin-top: 0; }
    .tiles--editions .tiles__item:hover .tiles__btn {
      background-color: transparent; }
    .tiles--editions .tiles__item .tiles__btn:hover {
      background-color: #e20600;
      border-color: #e20600;
      color: white;
      -webkit-transition: all 0.1s linear;
      transition: all 0.1s linear; }
  .tiles--editions .tiles__icon {
    margin-bottom: 1rem;
    max-width: 100%; }
  .tiles--editions .tiles__typo {
    padding-bottom: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    color: black; }
    .tiles--editions .tiles__typo .svg-arrow {
      fill: currentColor; }
    .tiles--editions .tiles__typo-top {
      max-width: 100%; }
  .tiles--editions .tiles__title {
    font-size: 3rem; }
  .tiles--editions .tiles__perex {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    line-height: 2.4rem; }
  .tiles--editions .tiles__btn {
    color: #e20600;
    border-color: currentColor;
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }
  @media (min-width: 34.375em) {
    .tiles--editions .tiles__item:nth-child(-n+2) {
      margin-top: 0; } }
  @media (min-width: 75em) {
    .tiles--editions .tiles__item:nth-child(-n+3) {
      margin-top: 0; }
    .tiles--editions .tiles__typo {
      width: 90%; }
    .tiles--editions .tiles__icon {
      margin-bottom: 2.5rem; }
    .tiles--editions .tiles__perex {
      font-size: 1.8rem;
      line-height: 2.7rem;
      margin-bottom: 4rem; } }
  @media (min-width: 87.5em) {
    .tiles--editions .tiles__icon {
      max-width: 45rem; }
    .tiles--editions .tiles__perex {
      width: 42rem;
      margin-left: auto;
      margin-right: auto; } }

/* Modifikace pro Speciální edice --navigator */
.tiles--navigator {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Breakpoints - Speciální edice --editions */ }
  .tiles--navigator .tiles__item {
    border-top: 1px solid white;
    min-height: auto;
    margin-top: 0;
    padding: 4rem 0 5rem;
    height: auto; }
    .tiles--navigator .tiles__item:hover .tiles__btn {
      background-color: transparent; }
    .tiles--navigator .tiles__item .tiles__btn {
      border-color: white;
      color: white; }
      .tiles--navigator .tiles__item .tiles__btn:hover {
        background-color: #e20600;
        border-color: #e20600;
        color: white;
        -webkit-transition: all 0.1s linear;
        transition: all 0.1s linear; }
  .tiles--navigator .tiles__icon {
    margin-bottom: 1rem;
    max-width: 100%; }
  .tiles--navigator .tiles__typo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    color: black; }
    .tiles--navigator .tiles__typo .svg-arrow {
      fill: currentColor; }
    .tiles--navigator .tiles__typo-top {
      max-width: 100%; }
  .tiles--navigator .tiles__title {
    color: white;
    font-size: 2.2rem; }
  @media (min-width: 34.375em) {
    .tiles--navigator .tiles__item {
      border: 0; } }
  @media (min-width: 75em) {
    .tiles--navigator .tiles__item + .tiles__item {
      border-left: 1px solid white; }
    .tiles--navigator .tiles__item {
      padding: 2rem 0 5rem;
      border-top: 1px solid white; }
    .tiles--navigator .tiles__typo {
      width: 90%; }
    .tiles--navigator .tiles__icon {
      margin-bottom: 2.5rem; } }

/* jiné chování dlaždic, pokud je jich sudý počet */
@media (min-width: 75em) {
  .tiles--even .tiles__item {
    width: 25%;
    height: auto;
    min-height: auto; }
  .tiles--even .tiles__icon {
    margin-bottom: 1rem;
    width: 32rem;
    height: auto; }
  .tiles--even .tiles__perex {
    margin-bottom: 2rem; }
  .tiles--even .tiles__item:nth-child(-n+4) {
    margin-top: 0; } }

/* Modifikace pro dlaždice s ohraničením --bordered */
.tiles--bordered {
  margin: -1rem -.8rem; }
  @media (min-width: 87.5em) {
    .tiles--bordered {
      margin: -1rem; } }

.tiles--bordered .tiles {
  /* Breakpoints --bordered */ }
  .tiles--bordered .tiles__item {
    color: black;
    border: 1px solid #6d7681;
    margin: 1rem .8rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: inherit;
    box-sizing: border-box; }
    .tiles--bordered .tiles__item:hover {
      border-color: #e20600;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .tiles--bordered .tiles__item:hover .tiles__title {
        color: #e20600; }
      .tiles--bordered .tiles__item:hover .tiles__img-content {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-filter: brightness(105%);
                filter: brightness(105%); }
  .tiles--bordered .tiles__typo {
    padding: 2rem 2rem 0;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .tiles--bordered .tiles__typo-header {
      text-align: left;
      width: 80%; }
      .tiles--bordered .tiles__typo-header--fullwidth {
        width: 100%; }
  .tiles--bordered .tiles__caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #afb6c2;
    font-size: 1.4rem;
    font-family: "Graphik Web";
    font-weight: 400;
    margin-bottom: .5rem;
    margin-left: .2rem;
    width: 100%; }
  .tiles__tag-new {
    background: #e20600;
    color: white;
    text-transform: uppercase;
    padding: .3rem .6rem;
    font-size: 1.3rem;
    position: absolute;
    right: 0;
    margin: auto;
  }
  .tiles__tag-new--page {
    background: #e20600;
    color: white;
    text-transform: uppercase;
    padding: .3rem .6rem;
    font-size: 1.3rem;
    position: relative;
    display: inline-block;
    margin-bottom: 4rem;
  }
  .tiles__tag-header .heading--h1 {
    margin-bottom: 1rem;
  }
  .tiles--bordered .tiles__caption-version {
    font-size: 1.5rem;
    margin-left: .4rem;
    margin-top: .1rem; }
  .tiles--bordered .tiles__img-content {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1); }
  .tiles--bordered .tiles__title {
    display: block;
    margin-bottom: 0;
    line-height: initial;
    width: 100%;
    z-index: 5; }
  @media (min-width: 34.375em) {
    .tiles--bordered .tiles__item {
      width: 47%; }
    .tiles--bordered .tiles__tag {
      top: 28%;
      width: 40%; } }
  @media (min-width: 48em) {
    .tiles--bordered .tiles__tag {
      top: 2%;
      right: -8%;
      width: 40%; } }
  @media (min-width: 62em) {
    .tiles--bordered .tiles__item {
      margin: 1rem;
      width: 47.4%; }
    .tiles--bordered .tiles__typo {
      width: 100%; }
    .tiles--bordered .tiles__tag {
      right: -2%; } }
  @media (min-width: 87.5em) {
    .tiles--bordered .tiles__item {
      font-size: 4.8rem;
      width: 31.3%; }
    .tiles--bordered .tiles__caption {
      font-size: 1.6rem; } }
  @media (min-width: 156.25em) {
    .tiles--bordered .tiles__typo {
      padding: 2rem 3rem;
      padding-bottom: 0; } }

/* Modifikace pro galerii --gallery */
.tiles--gallery .tiles {
  /* Breakpoints --gallery */ }
  .tiles--gallery .tiles__typo {
    display: block;
    text-align: left;
    padding: 1.5rem; }
  .tiles--gallery .tiles__title {
    font-size: 2rem;
    color: white;
    margin-bottom: .5rem; }
  .tiles--gallery .tiles__perex, .tiles--gallery .tiles__subtitle {
    font-size: 1.7rem;
    line-height: 1.2; }
  .tiles--gallery .tiles__subtitle {
    font-weight: 600;
    margin-bottom: 1rem; }
  .tiles--gallery .tiles__perex {
    margin-bottom: 0; }
  @media (min-width: 26.25em) {
    .tiles--gallery .tiles__perex {
      width: 80%; } }
  @media (min-width: 75em) {
    .tiles--gallery .tiles__typo {
      padding: 2.5rem; }
    .tiles--gallery .tiles__title {
      font-size: 2.8rem;
      margin-bottom: 1.5rem; }
    .tiles--gallery .tiles__perex, .tiles--gallery .tiles__subtitle {
      line-height: 1.5; } }
  @media (min-width: 156.25em) {
    .tiles--gallery .tiles__typo {
      padding: 3.5rem; } }

/*
    Slouží k napozicování textu v mřížce překrývající velký obrázek produktu
*/
@-webkit-keyframes revealCross {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes revealCross {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.grid {
  width: 100%;
  height: 100%; }
  .grid__item {
    display: inline-block; }

.grid--9 .grid__item {
  width: 33%;
  height: 33.33%;
  position: relative;
  float: left; }

.grid--9 .grid__cross {
  display: none;
  -webkit-animation-name: revealCross;
          animation-name: revealCross;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.grid--9 .grid__comment {
  font-family: "Graphik Web";
  font-weight: 600;
  max-width: 30rem;
  color: black;
  text-shadow: none;
  position: absolute;
  margin: 5rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.7); }
  .grid--9 .grid__comment-title {
    font-size: 2.2rem; }
  .grid--9 .grid__comment-subtitle {
    font-size: 1.8rem;
    margin-bottom: .4rem; }
  .grid--9 .grid__comment-text {
    font-size: 1.6rem;
    font-family: "Graphik Web";
    font-weight: 400; }

@media (min-width: 34.375em) {
  .grid--9 .grid__cross {
    display: block; } }

@-webkit-keyframes revealNotice {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  20% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes revealNotice {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  20% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.noticeboard {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .noticeboard-animate {
    -webkit-animation-name: revealNotice;
            animation-name: revealNotice;
    -webkit-animation-duration: 1s;
            animation-duration: 1s; }
  .noticeboard__notice {
    max-width: 30rem;
    color: black;
    text-shadow: none;
    margin: 2rem 1.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.7); }
    .noticeboard__notice-title {
      font-size: 2.2rem;
      font-family: "Graphik Web";
      font-weight: 600;
      margin-bottom: .2rem; }
    .noticeboard__notice-subtitle {
      font-size: 1.8rem;
      font-family: "Graphik Web";
      font-weight: 600;
      margin-bottom: .4rem; }
    .noticeboard__notice-text {
      font-size: 1.6rem;
      font-family: "Graphik Web";
      font-weight: 400;
      line-height: 2rem; }
  @media (min-width: 34.375em) {
    .noticeboard__notice {
      margin: 5rem 4.5rem; } }
  .noticeboard--H {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .noticeboard--PH {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .noticeboard--L {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .noticeboard--S {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .noticeboard--P {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .noticeboard--D {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .noticeboard--PD {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .noticeboard__notice--LH {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .noticeboard__notice--H {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .noticeboard__notice--PH {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .noticeboard__notice--LD {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .noticeboard__notice--D {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .noticeboard__notice--PD {
    -ms-flex-item-align: end;
        align-self: flex-end; }

/*
    --techdetails
*/
.noticeboard--tech-details .noticeboard__notice {
  background: none;
  max-width: 50rem; }

.social__item {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  color: #afb6c2;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  .social__item--fb:hover {
    color: #4268b3; }
  .social__item--insta:hover {
    color: #bd3281; }
  .social__item--youtube:hover {
    color: #cd181e; }
  .social__item--twitter:hover {
    color: #1ca0f2; }
  .social__item--gplus:hover {
    color: #db4639; }
  .social__item .svg-img {
    stroke: currentColor; }

.social-canvas-black.canvas {
  padding-bottom: 0; }

.social-canvas-black .heading {
  color: white; }

.social-canvas-black .social__item {
  color: white; }
  .social-canvas-black .social__item--fb:hover {
    color: #4268b3; }
  .social-canvas-black .social__item--insta:hover {
    color: #bd3281; }
  .social-canvas-black .social__item--youtube:hover {
    color: #cd181e; }
  .social-canvas-black .social__item--twitter:hover {
    color: #1ca0f2; }
  .social-canvas-black .social__item--gplus:hover {
    color: #db4639; }

.social-canvas-black .social-delimiter {
  border-bottom: 1px solid white;
  margin-top: 9rem; }

/* Modifikace --header */
.social--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3.5rem auto 0;
  /* Breakpoints */ }
  @media (min-width: 87.5em) {
    .social--header {
      margin: 0 0 0 3rem;
      padding-left: .5rem;
      border-left: 1px solid white;
      border-right: 1px solid white;
      padding: 0 2rem; } }

@media (min-width: 87.5em) {
  .header--bg .social--header, .header.header--dark .social--header {
    border-left-color: #111;
    border-right-color: #111; }
    .header--bg .social--header .social__item, .header.header--dark .social--header .social__item {
      color: black; }
      .header--bg .social--header .social__item--fb:hover, .header.header--dark .social--header .social__item--fb:hover {
        color: #4268b3; }
      .header--bg .social--header .social__item--insta:hover, .header.header--dark .social--header .social__item--insta:hover {
        color: #bd3281; }
      .header--bg .social--header .social__item--youtube:hover, .header.header--dark .social--header .social__item--youtube:hover {
        color: #cd181e; }
      .header--bg .social--header .social__item--twitter:hover, .header.header--dark .social--header .social__item--twitter:hover {
        color: #1ca0f2; }
      .header--bg .social--header .social__item--gplus:hover, .header.header--dark .social--header .social__item--gplus:hover {
        color: #db4639; } }

.social--header .social__item {
  margin: 0 1rem;
  display: inline-block;
  color: #111; }
  @media (min-width: 87.5em) {
    .social--header .social__item {
      color: white; }
      .social--header .social__item--fb:hover {
        color: #4268b3; }
      .social--header .social__item--insta:hover {
        color: #bd3281; }
      .social--header .social__item--youtube:hover {
        color: #cd181e; }
      .social--header .social__item--twitter:hover {
        color: #1ca0f2; }
      .social--header .social__item--gplus:hover {
        color: #db4639; } }

/* Modifikace --footer */
.social--footer .social {
  margin: auto; }
  .social--footer .social__item {
    display: inline-block;
    width: 4.6rem;
    height: 4.6rem;
    margin: 0 1rem; }

/* Modifikace --product */
.social--product.social {
  display: block;
  margin: 0;
  padding-left: 0;
  margin-top: 1.4rem; }
  .social--product.social .social__item {
    margin-right: 1rem;
    margin-left: 0;
    float: left;
    color: #afb6c2; }
    .social--product.social .social__item--fb:hover {
      color: #4268b3; }
    .social--product.social .social__item--twitter:hover {
      color: #1ca0f2; }
    .social--product.social .social__item--gplus:hover {
      color: #db4639; }

/* Modifikace --article */
.social--article .social__item {
  margin: 0 1rem;
  width: 3.8rem;
  height: 3.8rem; }
  .social--article .social__item:first-of-type {
    margin-left: 0; }

.contacts {
  text-align: center;
  font-family: "Graphik Web";
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*
        Breakpoints
    */ }
  .contacts-container + .contacts-container {
    margin-top: 4rem; }
  .contacts:last-of-type {
    margin-bottom: 3rem; }
  .contacts__item {
    margin-bottom: 1rem;
    padding: 0 1rem; }
  .contacts__type {
    font-size: 1.3rem;
    font-family: "Graphik Web";
    font-weight: 600;
    color: #6d7681;
    margin-right: .8rem;
    display: inline-block;
    min-width: 1.2rem; }
  .contacts__value, .contacts__delimiter {
    font-family: "Graphik Web";
    font-weight: 400; }
  .contacts__delimiter {
    margin: 0 1rem;
    display: none; }
  .contacts__link {
    color: white;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease; }
    .contacts__link:hover {
      color: #e20600; }
  @media (min-width: 34.375em) {
    .contacts__delimiter {
      display: inline; }
    .contacts__item {
      padding: 0; } }

/*
    modifikace groups
*/
.contacts--groups {
  display: block;
  list-style: none; }
  .contacts--groups:last-of-type {
    margin-bottom: 0; }
  .contacts--groups .contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .contacts--groups .contacts__type {
    color: black;
    padding-top: .24rem; }
  .contacts--groups .contacts__link {
    color: black;
    border-bottom: none; }
    .contacts--groups .contacts__link:hover {
      color: #e20600; }

/*
    na stránce kontaktů se zobrazují kontakty seskupeně vedle sebe ve sloupečkách
*/
.contacts-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*
        Breakpoints
    */ }
  .contacts-groups__heading {
    font-family: "Graphik Web";
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 1.8rem; }
  .contacts-groups__item {
    text-align: left;
    margin-top: 3rem; }
  @media (min-width: 62em) {
    .contacts-groups {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .contacts-groups__item {
        margin-left: 1.5rem; } }
  @media (min-width: 87.5em) {
    .contacts-groups__item {
      margin-left: 2rem; } }

.contacts-groups__item {
  width: 100%; }
  .contacts-groups__item:first-of-type {
    margin-top: 0; }
  .contacts-groups__item:last-of-type {
    margin-bottom: 0; }

@media (min-width: 34.375em) {
  .contacts-groups__item {
    width: 48%; }
    .contacts-groups__item:nth-child(-n+2) {
      margin-top: 0; } }

@media (min-width: 62em) {
  .contacts-groups__item {
    width: 32%; }
    .contacts-groups__item:nth-of-type(3n+1) {
      margin-left: 0; }
    .contacts-groups__item:nth-child(-n+3) {
      margin-top: 0; } }

.footer {
  text-align: center; }
  .footer__signature {
    color: #6d7681;
    border-top: 1px solid #6d7681;
    margin: 0;
    padding-top: 4rem; }
  .footer__link {
    color: #6d7681; }
    .footer__link--anfas:hover {
      color: white; }
    .footer__link--jellypot:hover {
      color: #ff3886; }

@-webkit-keyframes product-reveal {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes product-reveal {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.product-container {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-animation: product-reveal 0.3s linear;
          animation: product-reveal 0.3s linear; }
  .product-container.displayed {
    display: block; }
  .product-container.visible {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }

.product__preview-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

.product__preview {
  position: relative;
  margin: 0;
  margin-bottom: 9rem; }

.product-purchase-box {
  display: none; }
  .product-purchase-box.visible {
    display: block; }

.product-nav {
  display: none;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  width: 28rem;
  max-width: 28rem;
  position: absolute;
  top: 50%;
  z-index: 10; }
  .product-nav--left {
    left: 0; }
  .product-nav--right {
    right: 0; }
  .product-nav__container {
    background: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product-nav__triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent; }
    .product-nav__triangle--left {
      border-right: 25px solid white;
      right: 0; }
    .product-nav__triangle--right {
      border-left: 25px solid white;
      left: 0; }
  .product-nav__caption-wrap {
    width: 100%;
    padding: 1rem; }
    .product-nav__caption-wrap--left {
      padding-right: 2.5rem; }
    .product-nav__caption-wrap--right {
      padding-left: 2.5rem; }
  .product-nav__caption {
    font-size: 1.6rem; }
    .product-nav__caption--top {
      font-family: "Graphik Web";
      font-weight: 600;
      color: #afb6c2;
      padding-bottom: .4rem; }
    .product-nav__caption--bottom {
      font-family: "Graphik Web";
      font-weight: 600;
      color: black; }

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

.product-picture, .product-gallery__item {
  display: none; }
  .product-picture.visible, .product-gallery__item.visible {
    display: block; }

.product-gallery__thumbs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -5% 0 1.4rem; }

.product-gallery__thumb {
  cursor: pointer;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  height: auto;
  margin: .2rem;
  opacity: .5;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  width: 10rem; }
  .product-gallery__thumb:hover {
    opacity: 1; }

.product-pricebox {
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem; }
  .product-pricebox__flex-item:first-of-type {
    margin-right: 1rem; }
  .product-pricebox__title {
    color: #afb6c2;
    font-size: 1.4rem;
    font-family: "Graphik Web";
    font-weight: 400;
    margin: 0;
    margin-bottom: .5rem; }
  .product-pricebox__price {
    font-family: "Graphik Web";
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: .5rem; }
  .product-pricebox__info {
    font-size: 1.6rem;
    font-family: "Graphik Web";
    font-weight: 400;
    margin-bottom: 2rem; }
  .product-pricebox__link {
    color: #afb6c2;
    font-size: 1.4rem;
    font-family: "Graphik Web";
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding-right: 2.8rem;
    margin-bottom: 1rem;
    color: #afb6c2; }
    .product-pricebox__link a {
      color: #afb6c2;
      -webkit-transition: color 0.1s linear;
      transition: color 0.1s linear; }
      .product-pricebox__link a:hover {
        color: #e20600; }
    .product-pricebox__link .svg-arrow {
      fill: #e20600;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      width: 2rem;
      height: 2rem;
      position: absolute;
      right: 0;
      top: -.3rem; }

.product-customize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.product-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 0; }
  .product-selection__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1rem; }
  .product-selection__caption {
    color: #afb6c2;
    font-size: 1.4rem;
    font-family: "Graphik Web";
    font-weight: 400;
    line-height: 3.3rem;
    padding-top: .3rem;
    margin-right: 1rem;
    text-align: left; }
  .product-selection__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-selection__color {
    margin-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem; }
    .product-selection__color:hover {
      cursor: pointer; }
      .product-selection__color:hover .colorbullet {
        border-color: #e20600;
        -webkit-transition: all 0.1s linear;
        transition: all 0.1s linear; }
      .product-selection__color:hover .product-selection__color-caption {
        color: #e20600;
        -webkit-transition: color 0.1s linear;
        transition: color 0.1s linear; }
    .product-selection__color-caption {
      color: #afb6c2;
      font-size: 1.4rem;
      font-family: "Graphik Web";
      font-weight: 400;
      padding-top: .5rem;
      color: black;
      margin-left: .5rem; }
  .product-selection__version {
    border: 1px solid #afb6c2;
    padding: .4rem 2rem;
    margin: .5rem 1rem 0 0;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    .product-selection__version.active {
      border-color: #e20600; }
    .product-selection__version-caption {
      color: #afb6c2;
      font-size: 1.4rem;
      font-family: "Graphik Web";
      font-weight: 400;
      -webkit-transition: color 0.1s linear;
      transition: color 0.1s linear; }
    .product-selection__version:hover {
      border-color: #e20600;
      -webkit-transition: all 0.1s linear;
      transition: all 0.1s linear; }
      .product-selection__version:hover .product-selection__version-caption {
        color: black; }

.product-adhesion {
  padding: 1rem 0; }
  .product-adhesion__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .product-adhesion__item:nth-of-type(2) {
      margin: 1rem 0; }
  .product-adhesion__caption {
    color: #afb6c2;
    font-size: 1.4rem;
    font-family: "Graphik Web";
    font-weight: 400;
    margin-right: 1rem; }
  .product-adhesion__bullet {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #afb6c2;
    margin: 0 .2rem;
    background: transparent; }

/*
    Breakpoints
*/
@media (min-width: 26.25em) {
  .product-pricebox__price {
    font-size: 3.2rem; } }

@media (min-width: 48em) {
  .product {
    /*
        &-selection {
            max-width: 55rem;

            &__item {
                flex-wrap: nowrap;
                align-items: stretch;
            }
        }
        */ } }

@media (min-width: 75em) {
  .product-customize {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .product-pricebox {
    position: absolute;
    right: -2.2rem;
    top: 9rem;
    padding: 2rem 1rem;
    max-width: 26rem; }
    .product-pricebox__flex-item:first-of-type {
      margin-right: initial; }
    .product-pricebox__info {
      margin-bottom: 2rem; }
  .product-selection {
    width: 60%; }
    .product-selection--wide {
      width: 100%; }
    .product-selection__box {
      max-width: 75%; }
  .product-adhesion {
    border-left: 1px solid #dadde0;
    padding: 1rem; }
  .product-gallery__thumbs {
    margin-bottom: 5rem; } }

@media (min-width: 87.5em) {
  .product-nav {
    display: block; } }

@-webkit-keyframes params-arrow-hover {
  50% {
    opacity: .5; } }

@keyframes params-arrow-hover {
  50% {
    opacity: .5; } }

.params-basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .params-basic__item {
    width: 50%;
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem; }
    .params-basic__item svg {
      height: 6rem;
      width: auto;
      margin-bottom: 1rem;
      fill: #afb6c2;
      stroke: #afb6c2; }
  .params-basic__label {
    color: #afb6c2;
    font-size: 1.4rem;
    font-family: "Graphik Web";
    font-weight: 400;
    margin: 0;
    margin-bottom: 1rem; }
  .params-basic__caption {
    font-family: "Graphik Web";
    font-weight: 600;
    font-size: 2rem;
    color: black; }
    .params-basic__caption--s {
      font-size: 1.2rem; }

.params-complete {
  background: #f2f2f2;
  padding: 1.5rem;
  padding-top: 0;
  margin-bottom: 9rem;
  position: relative; }
  .params-complete--no-margin {
    margin: 0; }
  .params-complete__triangle {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    width: 0;
    height: 0;
    border-left: 3rem solid transparent;
    border-right: 3rem solid transparent;
    border-top: 2rem solid white; }
  .params-complete__item {
    text-align: left;
    margin-bottom: 3rem; }
  .params-complete__title {
    font-size: 1.8rem;
    line-height: 2rem;
    padding-bottom: 1rem;
    width: 100%;
    text-align: left; }
  .params-complete__row {
    border-bottom: 1px solid #dadde0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .params-complete__cell, .params-complete__text {
    padding: .7rem; }
  .params-complete__cell {
    font-family: "Graphik Web";
    font-weight: 400;
    line-height: 2rem; }
  .params-complete__caption {
    font-family: "Graphik Web";
    font-weight: 400;
    color: #6d7681;
    font-size: 1.4rem;
    letter-spacing: 1px; }
  .params-complete__file-icon {
    margin-right: .5rem; }
  .params-complete__link {
    word-wrap: break-word;
    text-decoration: none;
    color: black;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .params-complete__link:hover {
      -webkit-transition: color 0.1s linear;
      transition: color 0.1s linear;
      color: #6d7681; }
  .params-complete__img {
    max-width: 100%;
    height: auto;
    margin: 3rem 0;
    box-sizing: border-box; }
  .params-complete__text {
    font-size: 1.4rem; }
    .params-complete__text strong {
      font-weight: bold; }
    .params-complete__text em {
      font-style: italic; }

/*
    Breakpoints
*/
@media (min-width: 26.25em) {
  .params-basic__item {
    width: 50%; }
  .params-basic__caption {
    font-size: 3.2rem; }
    .params-basic__caption--s {
      font-size: 1.8rem; } }

@media (min-width: 34.375em) {
  .params-complete__trigger {
    width: initial; }
  .params-complete__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .params-complete__cell {
    width: 49%;
    display: inline-block;
    box-sizing: border-box; }
    .params-complete__cell--file-caption {
      width: 29%; }
    .params-complete__cell--file-link {
      width: 70%; } }

@media (min-width: 48em) {
  .params-basic {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .params-basic__item {
      width: 33.33333%; } }

@media (min-width: 75em) {
  .params-basic__item {
    width: 20%; }
  .params-complete {
    padding: 0 3rem 3rem; }
    .params-complete__columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .params-complete__column {
      display: inline-block;
      width: 49%; } }

@media (min-width: 87.5em) {
  .params-basic__item {
    width: 20%; } }

/*
    funkcionalita pro rozbalování/zabalování kompletní specifikace
*/
.show-params__state {
  display: none; }

.show-params__wrap {
  height: 0;
  padding-bottom: 0;
  overflow: hidden;
  margin-top: -1rem; }

.show-params__caption {
  display: block;
  margin-bottom: .5rem; }

.show-params__trigger {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  top: 0;
  color: #e20600;
  font-family: "Graphik Web";
  font-weight: 400;
  cursor: pointer;
  z-index: 10;
  font-size: 1.4rem; }
  .show-params__trigger-wrap {
    position: relative;
    height: 6rem;
    padding-bottom: 0;
    margin-top: 4rem;
    overflow: hidden; }
  .show-params__trigger .svg-arrow {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    fill: currentColor;
    width: 3rem;
    height: 3rem; }

.show-params__target {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding-top: 4rem; }

.show-params__state:checked ~ .show-params__wrap {
  height: inherit; }

.show-params__state:checked ~ .show-params__wrap .show-params__target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition-delay: .1s;
          transition-delay: .1s; }

.show-params__state:checked ~ .show-params__trigger-wrap .show-params__trigger .svg-arrow {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/*
    Teaser-typo je kontejner pro textovou část teaseru (viz _teasers.scss)
    Obsahuje:
    - seznam tagů (témat do kterých článek spadá),
    - nadpis,
    - datum článku,
    - autora,
    - perex,
    - textový odkaz na článek (ve smyslu "více")

    Modifikace --jumbo je pro hlavičku úvodní stránky blogu.
*/
.teaser-typo {
  text-align: left;
  /*
        Breakpoints
    */ }
  .teaser-typo__tags, .teaser-typo__title {
    margin-bottom: 0.5rem;
    line-height: 1.4em; }
  .teaser-typo__tags {
    color: #afb6c2; }
  .teaser-typo__title {
    font-size: 2.2rem;
    line-height: 3rem;
    font-family: "Graphik Web";
    font-weight: 600;
    color: black;
    -webkit-transition: color 0.1s linear;
    transition: color 0.1s linear; }
    .teaser-typo__title:hover {
      color: #e20600;
      -webkit-transition: color 0.1s linear;
      transition: color 0.1s linear; }
  .teaser-typo__metainfo {
    color: #afb6c2;
    line-height: 1.4em; }
  .teaser-typo__perex {
    font-size: 1.8rem;
    display: none; }
  .teaser-typo__more {
    font-size: 1.6rem;
    color: #e20600;
    text-transform: lowercase;
    display: inline-block;
    line-height: 2.7rem; }
    .teaser-typo__more--white {
      color: white; }
    .teaser-typo__more .svg-arrow {
      fill: currentColor;
      -webkit-transform: rotate(180deg) translate(0, -0.3rem);
              transform: rotate(180deg) translate(0, -0.3rem);
      width: 1.15em;
      height: 1em; }
  @media (min-width: 48em) {
    .teaser-typo__perex {
      display: block; }
    .teaser-typo__metainfo {
      margin-bottom: 0.5rem; } }
  @media (min-width: 75em) {
    .teaser-typo__tags, .teaser-typo__title, .teaser-typo__metainfo {
      margin-bottom: 1rem;
      line-height: 1.3em; }
    .teaser-typo__perex, .teaser-typo__more {
      font-size: 1.6rem;
      line-height: 2rem; }
    .teaser-typo__title {
      font-size: 2.4rem; } }
  @media (min-width: 87.5em) {
    .teaser-typo__perex, .teaser-typo__more {
      font-size: 1.8rem;
      line-height: 2.7rem; } }

.teaser-typo.teaser-typo--jumbo {
  margin-bottom: 9rem;
  color: white;
  /*
        Breakpoints
    */ }
  .teaser-typo.teaser-typo--jumbo .teaser-typo__tags {
    margin-bottom: .8rem; }
  .teaser-typo.teaser-typo--jumbo .teaser-typo__title {
    font-size: 3.2rem;
    font-family: "Graphik Web";
    font-weight: 400;
    font-weight: 600;
    line-height: initial; }
  .teaser-typo.teaser-typo--jumbo .teaser-typo__title, .teaser-typo.teaser-typo--jumbo .teaser-typo__metainfo {
    margin-bottom: 0.5rem; }
  .teaser-typo.teaser-typo--jumbo .teaser-typo__metainfo, .teaser-typo.teaser-typo--jumbo .teaser-typo__tags {
    font-size: 1.6rem;
    line-height: 2.8rem; }
  @media (min-width: 34.375em) {
    .teaser-typo.teaser-typo--jumbo {
      width: 80%; }
      .teaser-typo.teaser-typo--jumbo .teaser-typo__perex {
        display: block; } }
  @media (min-width: 48em) {
    .teaser-typo.teaser-typo--jumbo .teaser-typo__title {
      font-size: 4.2rem;
      line-height: 4.8rem; }
    .teaser-typo.teaser-typo--jumbo .teaser-typo__perex {
      display: block; } }
  @media (min-width: 75em) {
    .teaser-typo.teaser-typo--jumbo {
      width: 70%;
      max-width: 720rem;
      margin-bottom: 12rem; }
      .teaser-typo.teaser-typo--jumbo .teaser-typo__title {
        font-size: 5rem;
        line-height: 5.5rem;
        margin-bottom: 1rem; } }

.themes {
  color: #e20600;
  border: 1px solid #afb6c2;
  padding: 3rem;
  position: relative; }
  .themes__heading {
    position: absolute;
    left: 50%;
    top: -1.2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .themes__item {
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-family: "Graphik Web";
    font-weight: 400;
    margin-right: 2rem; }
    .themes__item:last-of-type {
      margin-right: 0; }

/*
    Teasers je kontejner pro upoutávky k článkům.
    Obsahuje: 
    - položku (kontejner pro obrázek a typo),
    - obrázek, 
    - typo.

    Rozložení je řešeno metodou mobile first.
    Jeden teaser je roztažený na 100%. Při zobrazení na desktopu (šířka displeje lg a xl) se zmenší obrázek a text se zarovná doprava.

    Modifikace --s
    Teaser je v základu roztažený na 100%. Se zvětšováním displeje má poloviční a pak třetinovou šířku.
*/
.teasers {
  width: 100%;
  /*
        Breakpoints
    */ }
  .teasers__item {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 3rem; }
    .teasers__item:last-of-type {
      margin-bottom: 0; }
  .teasers__img {
    width: 100%;
    margin-bottom: 1rem; }
    .teasers__img img {
      max-width: 100%;
      height: auto; }
  .teasers__typo {
    width: 100%;
    position: relative; }
  .teasers__more {
    display: inline-block;
    cursor: pointer;
    margin: 0 auto;
    padding: 2rem 4rem 6rem 4rem;
    line-height: 2rem;
    color: #e20600;
    position: relative;
    border-color: #e20600; }
    .teasers__more-caption {
      display: block; }
    .teasers__more .svg-arrow {
      position: absolute;
      left: 50%;
      -webkit-transform: rotate(-90deg) translate(-50%, -50%);
              transform: rotate(-90deg) translate(-50%, -50%);
      -webkit-transition: all 0.1s ease;
      transition: all 0.1s ease;
      fill: currentColor;
      width: 2.5rem;
      height: 2.5rem; }
  .teasers__loading-img {
    display: none;
    margin: 2.75rem auto;
    width: 4.5rem;
    height: 4.5rem; }
  @media (min-width: 48em) {
    .teasers__item {
      position: relative;
      overflow: hidden; } }
  @media (min-width: 75em) {
    .teasers__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .teasers__img {
      width: 66%;
      margin-bottom: 0; }
    .teasers__typo {
      width: 30%; } }
  @media (min-width: 87.5em) {
    .teasers__img {
      width: 69%; }
    .teasers__typo {
      width: 27%; } }

/*
    Modifikace --m (medium)
*/
@media (min-width: 48em) {
  .teasers.teasers--m .teasers__item {
    height: 54rem; } }

@media (min-width: 62em) {
  .teasers.teasers--m .teasers__item {
    height: 58rem; } }

@media (min-width: 75em) {
  .teasers.teasers--m .teasers__item {
    height: 28.7rem; } }

@media (min-width: 87.5em) {
  .teasers.teasers--m .teasers__item {
    height: 35.3rem; } }

/*
    Modifikace --s (small)
*/
.teasers.teasers--s {
  /*
        Breakpoints
    */ }
  @media (min-width: 34.375em) {
    .teasers.teasers--s {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (min-width: 48em) {
    .teasers.teasers--s .teasers__item {
      height: 38rem; } }
  @media (min-width: 62em) {
    .teasers.teasers--s {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .teasers.teasers--s .teasers__item {
        margin-left: 1.5rem; }
        .teasers.teasers--s .teasers__item img {
          max-width: 327px; } }
  @media (min-width: 75em) {
    .teasers.teasers--s .teasers__item {
      height: 44rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .teasers.teasers--s .teasers__img {
      width: 100%;
      margin-bottom: 1rem; }
    .teasers.teasers--s .teasers__typo {
      width: 100%; } }
  @media (min-width: 87.5em) {
    .teasers.teasers--s .teasers__item {
      margin-left: 2rem; }
    .teasers.teasers--s .teasers__img {
      width: 100%; }
    .teasers.teasers--s .teasers__typo {
      width: 100%; } }
  .teasers.teasers--s .teasers__item {
    width: 100%; }
    .teasers.teasers--s .teasers__item:first-of-type {
      margin-top: 0; }
    .teasers.teasers--s .teasers__item:last-of-type {
      margin-bottom: 0; }
  @media (min-width: 34.375em) {
    .teasers.teasers--s .teasers__item {
      width: 48%; }
      .teasers.teasers--s .teasers__item:nth-child(-n+2) {
        margin-top: 0; } }
  @media (min-width: 62em) {
    .teasers.teasers--s .teasers__item {
      width: 32%; }
      .teasers.teasers--s .teasers__item:nth-of-type(3n+1) {
        margin-left: 0; }
      .teasers.teasers--s .teasers__item:nth-child(-n+3) {
        margin-top: 0; } }

.teaser-more {
  display: none;
  /*
        Breakpoints
    */ }
  @media (min-width: 48em) {
    .teaser-more {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      background-color: white;
      height: 11rem;
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 70%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 70%, white 100%);
      line-height: initial;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      text-align: left; }
      .teaser-more__link {
        width: 100%;
        position: relative;
        height: 2.5rem; }
        .teaser-more__link:hover .svg-arrow {
          -webkit-transition: -webkit-transform 0.1s ease-in-out;
          transition: -webkit-transform 0.1s ease-in-out;
          transition: transform 0.1s ease-in-out;
          transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
          -webkit-transform: scale(1.2, 1.2) rotate(180deg);
                  transform: scale(1.2, 1.2) rotate(180deg); }
      .teaser-more .svg-arrow {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        fill: currentColor;
        width: 2rem;
        height: 2rem;
        color: #e20600;
        -webkit-transition: -webkit-transform 0.1s ease-in-out;
        transition: -webkit-transform 0.1s ease-in-out;
        transition: transform 0.1s ease-in-out;
        transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
        max-width: 2.6rem;
        max-height: 2.6rem;
        margin-left: .4rem; } }

/*
    Používá se k nastylování článku blogu a události.
*/
.article {
  text-align: left;
  /* styly pro TinyMCE editor*/
  /*
        Breakpoints
    */ }
  .article__tags {
    font-family: "Graphik Web";
    font-weight: 400;
    color: #afb6c2;
    margin-bottom: .8rem; }
  .article__title {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 1rem; }
    .article__title--about {
      font-size: 2.4rem; }
  .article__metainfo, .article__category {
    color: #afb6c2;
    line-height: 2.6rem;
    font-family: "Graphik Web";
    font-weight: 400; }
  .article__perex, .techs-intro__text, .techs-typo p {
    font-size: 1.6rem;
    line-height: 2.2rem; }
  .article__img {
    max-width: 100%;
    height: auto;
    margin-bottom: .5rem; }
    .article__img-caption {
      font-size: 1.4rem;
      line-height: 1.8rem;
      color: #afb6c2;
      margin-top: 0.5rem; }
  .article__metainfo {
    margin-bottom: 0.5rem; }
  .article__perex, .techs-intro__text, .techs-typo p, .article__figure, .article__contact-title {
    margin-bottom: 1rem; }
  .article__social {
    margin-bottom: 4rem; }
  .article__category {
    margin-bottom: 1rem; }
  .article__event-title, .article__contact-title {
    font-size: 3.8rem;
    font-family: "Graphik Web";
    font-weight: 400;
    margin-bottom: 1rem; }
  .article__event-title {
    color: #e20600; }
  .article__gallery {
    margin-bottom: 0.5rem; }
  .article__content-img, .article__gallery-img {
    height: auto; }
  .article__content-img {
    max-width: 100%; }
  .article__gallery-img {
    cursor: pointer;
    width: 49%; }
  .article__btn .svg-arrow {
    -webkit-transform: scale(2, 2) translate(-0.2rem, 0.1rem);
            transform: scale(2, 2) translate(-0.2rem, 0.1rem);
    margin-right: .8rem;
    margin-left: 0; }
  .article__services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
  .article .article__service {
    padding: .8rem;
    background: #c8cdd5;
    color: white;
    font-family: "Graphik Web";
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0 .5rem .5rem 0; }
  .article .article__service--seller {
    background: #f56d71; }
  .article .article__service--rental {
    background: #00b37d; }
  .article .article__service--service {
    background: #6f2c91; }
  .article .article__service--distributor {
    background: #f58345; }
  .article__main {
    margin-top: 1rem;
    margin-bottom: 2rem;
    word-wrap: break-word; }
  .article__nav {
    color: #afb6c2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 4rem; }
    .article__nav-link {
      color: #afb6c2; }
      .article__nav-link:hover {
        color: #e20600; }
        .article__nav-link:hover .article__nav-text {
          color: #e20600;
          -webkit-transition: color 0.1s linear;
          transition: color 0.1s linear; }
      .article__nav-link .svg-arrow {
        display: inline-block;
        fill: currentColor;
        width: 1.5rem;
        height: 1.4rem; }
      .article__nav-link--left {
        margin: 0 4rem 0 0; }
        .article__nav-link--left .svg-arrow {
          margin-right: 2rem;
          margin-left: .9rem;
          -webkit-transform: scale(2.2, 1.9) translateY(0.1rem);
                  transform: scale(2.2, 1.9) translateY(0.1rem); }
      .article__nav-link--right {
        margin: 0 1rem 0 0; }
        .article__nav-link--right .svg-arrow {
          margin-left: 2rem;
          -webkit-transform: scale(-2.2, 1.9) translateY(0.1rem);
                  transform: scale(-2.2, 1.9) translateY(0.1rem); }
    .article__nav-text {
      font-size: 1.6rem;
      line-height: 3.2rem;
      color: #afb6c2;
      -webkit-transition: color 0.1s linear;
      transition: color 0.1s linear; }
    .article__nav-delimiter {
      display: none;
      height: 1.8rem;
      border-right: 1px solid; }
    .article__nav--product-line {
      margin: 4rem 0 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  @media (min-width: 34.375em) {
    .article__gallery-img {
      width: 32%; } }
  @media (min-width: 48em) {
    .article__title {
      font-size: 3.6rem; }
    .article__metainfo {
      font-size: 1.6rem;
      line-height: 2.8rem; }
    .article__perex, .techs-intro__text, .techs-typo p {
      font-size: 2.2rem;
      line-height: 3.4rem; }
    .article__title, .article__metainfo {
      margin-bottom: 1rem; }
    .article__perex, .techs-intro__text, .techs-typo p, .article__contact-title {
      margin-bottom: 4rem; } }
  @media (min-width: 75em) {
    .article__title {
      font-size: 5rem; }
    .article__nav {
      margin-bottom: 5rem; }
      .article__nav-text {
        line-height: initial; }
      .article__nav-delimiter {
        display: inline-block;
        margin-right: 4rem; }
      .article__nav--product-line {
        margin-bottom: 0; }
        .article__nav--product-line .article__nav-delimiter {
          display: none; }
    .article__main {
      margin-top: 2rem; } }

/*
    Modifikace --event (pro akci v kalendáři akcí)
*/
@media (min-width: 48em) {
  .article--event .article__perex, .article--event .techs-intro__text, .article--event .techs-typo p, .techs-typo .article--event p {
    font-size: 1.8rem;
    line-height: 2.8rem; } }

.discus {
  margin-bottom: 4rem;
  /*
        Breakpoints
    */ }
  .discus--no-bottom {
    margin-bottom: 0; }
  .discus__title {
    font-size: 2.4rem;
    font-family: "Graphik Web";
    font-weight: 400;
    font-weight: 600;
    margin-bottom: 2rem; }
  .discus__no-comment {
    margin-bottom: 4rem; }
  .discus__form {
    background-color: #f2f2f2;
    padding: 1rem 1.2rem; }
    .discus__form-title {
      font-size: 2.2rem;
      font-family: "Graphik Web";
      font-weight: 400;
      margin-bottom: 1.8rem; }
    .discus__form-line, .discus__form-text, .discus__form-area {
      width: 100%; }
    .discus__form-line {
      margin-bottom: 1rem; }
    .discus__form-caption {
      font-size: 1.8rem;
      margin-bottom: 1rem; }
    .discus__form-text, .discus__form-area {
      background: white;
      padding: 1rem;
      font-size: 1.6rem;
      font-family: "Graphik Web";
      font-weight: 400;
      box-sizing: border-box;
      margin-bottom: 1rem; }
    .discus__form-area {
      resize: none;
      overflow: auto; }
  .discus__comments {
    margin-bottom: 4rem;
    list-style: none; }
  .discus__comment {
    margin-bottom: 4rem; }
    .discus__comment-title, .discus__comment-meta, .discus__comment-text {
      line-height: 2.4rem; }
    .discus__comment-title {
      font-family: "Graphik Web";
      font-weight: 600; }
    .discus__comment-meta {
      color: #afb6c2; }
  @media (min-width: 48em) {
    .discus {
      margin-bottom: 9rem; }
      .discus--no-bottom {
        margin-bottom: 0; }
      .discus__form {
        padding: 2.3rem 2.5rem; }
      .discus__form-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .discus__form-text {
        width: 49%; }
      .discus__comment-title, .discus__comment-meta, .discus__comment-text {
        font-size: 1.8rem;
        line-height: 2.8rem; } }

/*
    Events představuje blok s upoutávkou na událost.
*/
.events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  color: black;
  /*
        Breakpoints
    */ }
  .events__header {
    display: block;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #afb6c2; }
  .events__title-box {
    display: inline; }
  .events__category {
    color: #afb6c2;
    font-family: "Graphik Web";
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.2rem;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 1rem; }
  .events__title {
    font-family: "Graphik Web";
    font-weight: 400;
    font-size: 2.6rem;
    word-wrap: break-word;
    overflow: overlay; }
  .events__icon {
    max-height: 5rem;
    width: auto;
    float: right;
    margin: 0 0 .5rem 1rem; }
  .events__row {
    border-bottom: 1px solid #afb6c2;
    padding: .8rem 1rem .8rem .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    clear: both; }
    .events__row:last-of-type {
      margin-bottom: 1.8rem; }
    .events__row .sprite {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAGEklEQVRoQ9Wa3U4kRRTHT9UAxmh2WRNvjAb2BXT2Si8UZi5lNNLLA8A8AcsTIE+w8AQDD8AOycp64cUMeGWMAbkxJkbYC2OMWXeMQQ0wVZ5/dRcWPd3TX8MMTEKA6a6PX51T/zrndAsKfZq7rTK+8mrVw/C1NP8XbZ9mjH73iPDF7d29z/HdQm3W/M76Kdo+63jh+y+BzMoqmlRSLOImqfRWns6vtJfUyWvpPGOjjQECjCbZIiFyuVns4FpXHtZme7wg72TTtPOBnrYqulRafTg3U03TKO09T3b3dBSQu8/i9hy+VyTnk8aSUm16H1dP7H09QIBTUlaSOup3XZLagavFAbn7LG7PAeidt99qvPbqK0akwp+fTn6h8/MLEkpVvU+r7VggDCCEmNVa7+WBsm0hKkWAMDbPYZJ/tfjnCtR3Rz/Sr7+9oPGxMfrn9O9kIHQ2CJUrChQFZWE+ev9dOvrhZ3rx+x+3C8iFYpgyLAOYu3dep6+/ObqdQIDa3m03JsbHlywMvssApKeKnUPi+SD2kN3DgBEk5t9844734Qflx3ZPpQZi6VvkM+lSCjOJg9bTmmhrUEAWRhCrGSunKxSpgW6KKIRh7MJaKAYq3xpRiINxob7a+/bg9K/TeuI5FGeh5petaa1kk92xExdVuAdlXtlOgrFQOHzDsWJPpNAvWjZhipCLmkT5uoDSwsTt60xA6CQp7itioe0v9h8JoVetAGQSo+DmGwUEl8a83GAzK1R2oMDtvLnZlajBilgo6+Sj7s8MlDRoHqAi554Q3Xrf9KFoCp0VyLjZBRlXy/NxJRvtIy00zPQhD0S/Nr0JXspMsV+naRK8Im7mjp3ocoNcsdgUvKCbuXOMdjm/SHIwSBjb10iKJNcBMqo+h1piGgZkJqCgftfw5VHVB11EtKUrKegu4kWt1QmP9Fwq1Q7vlbjFyQT05Nl+y68G6SkMlLeQEp5M89n+PPeLTHRSk96xEEqUylLqKa3J1Oc4a13zajObibKd1hWCSNiUlLQWWwufzKynbRt1X7PZmlQTAul1hX9WMFl8R2NO2WqMThAJmKBYSnhHR5xx9upVO1F9ZrKQmcB4aYldgmvW/VcqCRR96QkuP2PleYKAQPWWV6rC+Vb7sj3+Jzrkw37Nm5vZsYsaB5UI1LNiUTO9oMO4FYsDsxNjWX9giptEy1yL2JBnaj3cV3N3f4ld8THccaFWqbttw/0nA8G/eTDTUGu4G29U85m2xX3uZAOrl2QVez1wnyav8n1YnHMgniyt9duTQa4EqE1A8aF9wG66EfaURCB3khAF0e2uGbYCxX0rLii0c0p/zBOrwwJ2H4UXJrBQg/ftikkAhahTt9vBnmIL33fvHzpQUJc4ZuvcY0FgZfPV0j7SCUNZGEAb0fDdbxmuylY65mJ9b5EkrasMwkJGotmFUZPgCb0UUj2w+UwYKgxj52nbkZbLStOfrqsO3UI2Xwrc7YBX+p67oBYKAsBWWbKWiXJ9nFP8POU97Cl7fXRAfPrH7cNA9VatAIQ9qJ+njAQIoQ2v7AYLQoSFzB5pQPUg5VFCYYHwYA59ufWNoQP17KGgZg0r9AqA/+zXhQoO5JdhURmZy/VOCA/XKvU4AQgLhX3CGIgKS77y3CB56BbCSvJJ32S5/t4KgxC0yQHooygB8C3nWwqRhHFDpTySJX7KoVdHfg65E0SFlKjEk9UNhlqPq/W57oi9hfCI48ADPmBXwhHKSCzkW8nEb5+ZwHSixGeTH6tJ0hzO/P9aDg5ipSTLN7Hq+eGRH2moDruqF1bAkQEFrofUoYxkkfitE6UE17WF/24CXgLxY0cyoFKv0b/UcSP0qIB4pECOpfxIO3iJ4rL4GLxa4+dNkvcYInKGO9MrA8mHBhH6RIVZfuotcOZw5H11L9koGzkSAuOkVHzkFroS9vhJHwJODxO/DGSJ472Ur7slArnv3KDaySZvGxfntBkPh/G3rZSmDXL73RdYZNFP/NqmIOPGakljZAKK62yQQBgDaQEWDgKBJDBLNpwIlLQi13E9qAI1k7LYqLFvJJBRP348Kc+7m1msg3b/AT/jwYC29CYFAAAAAElFTkSuQmCC);
      background-repeat: no-repeat;
      display: block;
      min-width: 26px; }
    .events__row .sprite-calendar {
      width: 26px;
      height: 26px;
      background-position: 0 0; }
    .events__row .sprite-external {
      width: 26px;
      height: 26px;
      background-position: -26px 0; }
    .events__row .sprite-info {
      width: 26px;
      height: 26px;
      background-position: 0 -26px; }
    .events__row .sprite-pin {
      width: 26px;
      height: 26px;
      background-position: -26px -26px; }
  .events__metainfo {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-left: 1rem;
    word-wrap: break-word;
    overflow: overlay; }
  .events__description {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-family: "Graphik Web";
    font-weight: 400;
    display: none; }
  .events__link {
    float: left; }
    .events__link .svg-arrow {
      fill: currentColor;
      -webkit-transform: rotate(180deg) translate(0, -0.3rem);
              transform: rotate(180deg) translate(0, -0.3rem);
      width: 2.5rem;
      height: 2.5rem; }
  @media (min-width: 48em) {
    .events__description {
      display: block; }
    .events__item {
      position: relative;
      overflow: hidden; } }

/*
    Modification --teasers-m
*/
.events.events--teasers-m {
  /*
        Breakpoints
    */ }
  @media (min-width: 62em) {
    .events.events--teasers-m .events__item {
      height: 37rem; } }

.events--teasers-m .events__item {
  width: 100%;
  margin-top: 4rem; }
  .events--teasers-m .events__item:first-of-type {
    margin-top: 0; }

@media (min-width: 34.375em) {
  .events--teasers-m .events__item {
    width: 47%;
    margin-top: 3rem; }
    .events--teasers-m .events__item:nth-child(-n+2) {
      margin-top: 0; } }

/*
    Modification --teaser-s
*/
.events.events--teasers-s {
  /*
        Breakpoints
    */ }
  @media (min-width: 62em) {
    .events.events--teasers-s {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .events.events--teasers-s .events__item {
        margin-left: 1.5rem; } }
  @media (min-width: 87.5em) {
    .events.events--teasers-s .events__item {
      margin-left: 2rem; } }

.events--teasers-s .events__item {
  width: 100%; }
  .events--teasers-s .events__item:first-of-type {
    margin-top: 0; }
  .events--teasers-s .events__item:last-of-type {
    margin-bottom: 0; }

@media (min-width: 34.375em) {
  .events--teasers-s .events__item {
    width: 48%; }
    .events--teasers-s .events__item:nth-child(-n+2) {
      margin-top: 0; } }

@media (min-width: 62em) {
  .events--teasers-s .events__item {
    width: 32%; }
    .events--teasers-s .events__item:nth-of-type(3n+1) {
      margin-left: 0; }
    .events--teasers-s .events__item:nth-child(-n+3) {
      margin-top: 0; } }

.form__input {
  display: inline-block;
  color: #111;
  border-bottom: 1px solid #afb6c2;
  text-align: center;
  font-size: 1.4rem;
  padding: .6em .4em .4em; }

.form__item + .form__item {
  margin-top: 1rem; }

.form__item {
  box-sizing: border-box; }
  .form__item--sm {
    width: 19rem !important; }

.newsletter__text {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: black; }

.newsletter__form {
  margin: auto; }
  .newsletter__form div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 26.25em) {
      .newsletter__form div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.newsletter__form-item {
  border-radius: 0; }

.newsletter__input {
  display: inline-block;
  color: #111;
  border-bottom: 1px solid #afb6c2;
  text-align: center;
  font-size: 1.4rem;
  padding: .6em 2em .4em 2em; }

.newsletter__text {
  margin-bottom: 3rem; }

@media (min-width: 48em) {
  .newsletter__text {
    margin-bottom: 4rem; } }

/*
    Používá se v přehledu produktů pro nastylování filtru produktů
    Základní elementy:
        __row - řádek s přepínači
            __group-caption - název pro skupinu
            __group
                __item - volba filtru v rámci kategorie
                    __caption - popisek pro __choice
*/
.filter {
  font-family: "Graphik Web";
  font-weight: 400;
  border-collapse: separate;
  border-spacing: 0 .5rem;
  vertical-align: baseline;
  margin: auto;
  margin-bottom: 2rem;
  display: inline-block;
  /*
        pokud je filtr aktivní - funguje hover efekt
    */ }
  .filter__row {
    opacity: .5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .filter__group-caption {
    width: 15rem;
    color: #6d7681;
    text-align: left; }
  .filter__item {
    width: 18rem;
    padding: 0 0 0 1rem;
    text-align: left; }
  .filter__item, .filter__group-caption {
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .filter__caption {
    color: black;
    display: inline-block;
    margin-left: .5rem; }
  .filter .colorbullet {
    float: left; }
  .filter__row.active {
    opacity: 1; }
    .filter__row.active .filter__item:hover {
      cursor: pointer; }

/*
    Modifikace --products
        - na stránce s tabulkou produktů
*/
.filter--products .filter__row.active .filter__item:hover .colorbullet {
  border-color: #e20600; }
  .filter--products .filter__row.active .filter__item:hover .colorbullet__circle {
    background: #e20600; }

/*
    Modifikace --map
        - na stránce s kontakty
*/
.filter--map {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.filter--map .filter {
  /*
        Breakpoints
    */ }
  .filter--map .filter__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .filter--map .filter__item {
    padding-left: 1.5rem;
    word-wrap: break-word;
    width: initial; }
  @media (min-width: 62em) {
    .filter--map .filter__row:first-of-type .filter__item:first-of-type {
      padding-left: 0; }
    .filter--map .filter__item {
      padding-left: 5rem; } }

.jsNoItems {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 999;
  background: white;
  max-width: 50rem;
  padding: 4rem 3rem 6rem 3rem;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3); }

/*
    Nastylování gridu angularu. Bez !important se bohužel nelze obejít.
*/
.products-grid.ui-grid {
  border: none; }

.products-grid .ui-grid {
  border: none; }
  .products-grid .ui-grid-viewport {
    overflow: hidden !important; }
  .products-grid .ui-grid-top-panel {
    background: none; }
  .products-grid .ui-grid-cell {
    background: none !important;
    border: none;
    border-right: 2px solid transparent; }
    .products-grid .ui-grid-cell:first-of-type {
      background: white !important;
      text-align: left;
      padding-right: 10px;
      border: none; }
    .products-grid .ui-grid-cell-contents {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      height: 100%;
      padding: 1.3rem;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: -webkit-transform .2s linear;
      transition: -webkit-transform .2s linear;
      transition: transform .2s linear;
      transition: transform .2s linear, -webkit-transform .2s linear;
      white-space: inherit;
      text-align: left; }
      .products-grid .ui-grid-cell-contents.link:hover, .products-grid .cookie a.ui-grid-cell-contents:hover, .cookie .products-grid a.ui-grid-cell-contents:hover {
        -webkit-transform: translateY(-1px);
                transform: translateY(-1px);
        -webkit-transition: -webkit-transform .2s linear;
        transition: -webkit-transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear; }
  .products-grid .ui-grid-row div.ng-isolate-scope {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .products-grid .ui-grid-row:hover .ui-grid-cell {
    background: rgba(242, 242, 242, 0.3) !important;
    box-sizing: border-box; }
    .products-grid .ui-grid-row:hover .ui-grid-cell:first-of-type {
      background: white !important; }
  .products-grid .ui-grid-header {
    border-bottom: 5px solid white; }
    .products-grid .ui-grid-header-cell {
      text-align: left;
      border-right: 5px solid white;
      background: #f2f2f2; }
      .products-grid .ui-grid-header-cell:first-of-type {
        background: none; }
      .products-grid .ui-grid-header-cell .sortable[aria-sort=ascending], .products-grid .ui-grid-header-cell .sortable[aria-sort=descending] {
        color: #e20600; }
      .products-grid .ui-grid-header-cell .ui-grid-cell-contents {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        height: 100%;
        white-space: normal;
        text-overflow: clip;
        overflow: visible;
        padding-right: 2rem;
        border-right: 0;
        font-family: "Graphik Web";
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 2.2rem; }
        .products-grid .ui-grid-header-cell .ui-grid-cell-contents:focus {
          outline: none; }
  .products-grid .ui-grid-canvas {
    width: 100% !important; }
  .products-grid .ui-grid-icon-down-dir {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IlZyc3R2YV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjguMnB4IiBoZWlnaHQ9IjE4LjVweCIgdmlld0JveD0iMCAwIDguMiAxOC41IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4LjIgMTguNSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8ZGVmcz4NCgkJPHJlY3QgaWQ9IlNWR0lEXzFfIiB3aWR0aD0iOC4yIiBoZWlnaHQ9IjE4LjUiLz4NCgk8L2RlZnM+DQoJPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+DQoJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4NCgk8L2NsaXBQYXRoPg0KCTxsaW5lIGNsaXAtcGF0aD0idXJsKCNTVkdJRF8yXykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGMDAwMCIgeDE9IjQuMSIgeTE9IjAiIHgyPSI0LjEiIHkyPSIxNy43Ii8+DQoJPHBvbHlsaW5lIGNsaXAtcGF0aD0idXJsKCNTVkdJRF8yXykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGMDAwMCIgcG9pbnRzPSI3LjgsMTMuNyA0LjEsMTcuNyAwLjQsMTMuNyAJIi8+DQo8L2c+DQo8L3N2Zz4NCg=="); }
  .products-grid .ui-grid-icon-up-dir {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IlZyc3R2YV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjguMnB4IiBoZWlnaHQ9IjE4LjVweCIgdmlld0JveD0iMCAwIDguMiAxOC41IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4LjIgMTguNSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8ZGVmcz4NCgkJPHJlY3QgaWQ9IlNWR0lEXzFfIiB3aWR0aD0iOC4yIiBoZWlnaHQ9IjE4LjUiLz4NCgk8L2RlZnM+DQoJPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+DQoJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4NCgk8L2NsaXBQYXRoPg0KCTxsaW5lIGNsaXAtcGF0aD0idXJsKCNTVkdJRF8yXykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGMDAwMCIgeDE9IjQuMSIgeTE9IjE4LjUiIHgyPSI0LjEiIHkyPSIwLjciLz4NCgk8cG9seWxpbmUgY2xpcC1wYXRoPSJ1cmwoI1NWR0lEXzJfKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkYwMDAwIiBwb2ludHM9IjAuNCw0LjcgNC4xLDAuNyA3LjgsNC43IAkiLz4NCjwvZz4NCjwvc3ZnPg0K"); }
  .products-grid .ui-grid-icon-blank, .products-grid .ui-grid-icon-up-dir, .products-grid .ui-grid-icon-down-dir {
    position: absolute; }
  .products-grid .ui-grid-icon-up-dir, .products-grid .ui-grid-icon-down-dir {
    background-repeat: no-repeat;
    width: 10px;
    height: 20px;
    display: block;
    right: .3rem;
    top: 1.5rem; }
    .products-grid .ui-grid-icon-up-dir:before, .products-grid .ui-grid-icon-down-dir:before {
      content: ''; }

.products-grid .left .ui-grid-cell-contents {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

/*
    Kontejner v detailu akce a v kontaktech s horním a dolním ohraničením.
    Obsah je rozdělen do dvou sloupců.
*/
.stripe {
  border-top: 1px solid #6d7681;
  border-bottom: 1px solid #6d7681;
  margin-bottom: 1rem;
  padding: 1rem 0;
  /*
        Breakpoints
    */ }
  .stripe__column {
    width: 100%; }
    .stripe__column--calendar {
      min-width: 30rem; }
    .stripe__column-title {
      padding: 1rem 0;
      font-family: "Graphik Web";
      font-weight: 600;
      font-size: 1.4rem;
      color: #afb6c2; }
  .stripe__row {
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    clear: both; }
    .stripe__row .svg-img {
      fill: #afb6c2;
      stroke: #afb6c2;
      max-width: 2.7rem;
      max-height: 2.4rem; }
  .stripe__metainfo {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-left: 1rem;
    word-wrap: break-word;
    overflow: overlay; }
  @media (min-width: 48em) {
    .stripe {
      margin-bottom: 3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 1rem 1.5rem; }
      .stripe__column {
        width: 47%; } }

.search-result {
  text-align: left; }

/* skrytí reklam
#gsc-adBlock, .gsc-adBlock {
    display: none !important;
}*/
/*
    Kalendář v deatilu události.
*/
.calendar {
  /*
        Breakpoints
    */ }
  .calendar__title {
    font-family: "Graphik Web";
    font-weight: 600;
    padding: 1rem 0;
    text-align: center;
    letter-spacing: 1px; }
  .calendar__cell {
    padding: 0 .1rem;
    position: relative; }
  .calendar__day {
    text-align: center;
    margin: 0rem .2rem;
    display: block;
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .calendar__day--other-month {
      color: #6d7681; }
    .calendar__day--active {
      border: 1px solid #e20600;
      border-radius: 50%; }
    .calendar__day--weekend {
      font-family: "Graphik Web";
      font-weight: 600; }
    .calendar__day-caption {
      line-height: 32px; }
  @media (min-width: 26.25em) {
    .calendar__cell {
      padding: 0 .2rem; } }

/*
    Další partneři v okolí na stránce detailu partnera
*/
.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  color: black;
  margin-bottom: 9rem;
  /*
        Breakpoints
    */ }
  .partners__item {
    margin-bottom: 3rem; }
  .partners__title, .partners__services {
    margin-bottom: 1rem; }
  .partners__link {
    font-size: 1.6rem;
    color: #e20600;
    text-transform: lowercase;
    display: inline-block;
    line-height: 2.8rem; }
    .partners__link .svg-arrow {
      fill: currentColor;
      -webkit-transform: rotate(180deg) translate(0, -0.3rem);
              transform: rotate(180deg) translate(0, -0.3rem);
      width: 1em;
      height: 1em; }
  .partners__blog {
    margin-top: 0;
    margin-bottom: 0; }
    .partners__blog--box {
      border-top: 1px solid #6d7681;
      padding-top: 3rem;
      text-align: left; }
  @media (min-width: 34.375em) {
    .partners__title, .partners__services {
      margin-bottom: 3rem; } }
  @media (min-width: 75em) {
    .partners__link {
      font-size: 1.6rem;
      line-height: 2rem; } }
  @media (min-width: 87.5em) {
    .partners__link {
      font-size: 1.8rem;
      line-height: 2.8rem; } }

.partners__item {
  width: 100%; }
  .partners__item:first-of-type {
    margin-top: 0; }
  .partners__item:last-of-type {
    margin-bottom: 0; }

@media (min-width: 34.375em) {
  .partners__item {
    width: 48%; }
    .partners__item:nth-child(-n+2) {
      margin-top: 0; } }

@media (min-width: 62em) {
  .partners__item {
    width: 32%; }
    .partners__item:nth-of-type(3n+1) {
      margin-left: 0; }
    .partners__item:nth-child(-n+3) {
      margin-top: 0; } }

.techs-intro__title, .techs-typo h2 {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 600; }

.techs-intro__title + .techs-intro__text, .techs-typo h2 + .techs-intro__text, .techs-typo .techs-intro__title + p, .techs-typo h2 + p {
  margin-top: 1rem; }

@media (min-width: 34.375em) {
  .techs-intro__title, .techs-typo h2 {
    font-size: 4rem; }
  .techs-intro__title + .techs-intro__text, .techs-typo h2 + .techs-intro__text, .techs-typo .techs-intro__title + p, .techs-typo h2 + p {
    margin-top: 1rem; } }

@media (min-width: 48em) {
  .techs-intro__title, .techs-typo h2 {
    font-size: 5rem; }
  .techs-intro__title + .techs-intro__text, .techs-typo h2 + .techs-intro__text, .techs-typo .techs-intro__title + p, .techs-typo h2 + p {
    margin-top: 2rem; } }

@media (min-width: 87.5em) {
  .techs-intro__title, .techs-typo h2 {
    font-size: 7.2rem; }
  .techs-intro__text, .techs-typo p {
    font-size: 2.4rem; } }

.techs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 4rem; }
  .techs__item {
    margin-top: 3rem; }
    .techs__item:first-of-type {
      margin-top: 0; }
  .techs__tile {
    width: 100%;
    height: auto; }
  .techs__img {
    position: relative;
    width: 100%;
    padding-top: 100%; }
    .techs__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #c8cdd5;
      opacity: 0;
      -webkit-transition: opacity 1s ease;
      transition: opacity 1s ease; }
  .techs__desc {
    margin-top: 0.5rem;
    text-align: left;
    line-height: 1.3; }
    .techs__desc a {
      color: #6d7681;
      -webkit-transition: color 0.1s linear;
      transition: color 0.1s linear; }
      .techs__desc a:hover {
        color: #e20600; }
    .techs__desc h3 {
      font-size: 1.6rem; }
    .techs__desc p {
      font-size: 1.4rem; }
    .techs__desc h3 + p, .techs__desc p + p {
      margin-top: 0.5rem; }
  @media (min-width: 26.25em) {
    .techs {
      margin-top: 4rem; }
      .techs__item {
        margin-top: 0.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .techs__item:nth-child(even) {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; }
          .techs__item:nth-child(even) .techs__desc {
            text-align: right; }
      .techs__tile {
        width: 49.5%; }
      .techs__desc {
        padding-top: 0.5rem; } }
  @media (min-width: 48em) {
    .techs {
      margin-top: 9rem; }
      .techs__desc {
        padding-top: 1rem; }
        .techs__desc h3 {
          font-size: 1.8rem; }
        .techs__desc p {
          font-size: 1.6rem; }
        .techs__desc h3 + p, .techs__desc p + p {
          margin-top: 1rem; } }
  @media (min-width: 48em) {
    .techs__desc {
      padding-top: 3rem; } }

.components {
  position: relative;
  /*
        Breakpoints
    */ }
  .components__main-img {
    display: none; }
    .components__main-img img {
      width: 100%;
      height: auto; }
  .components__img {
    display: none; }
    .components__img img {
      width: 100%;
      height: auto; }
  .components__cross {
    display: none;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .components__cross:hover {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
  .components__close {
    display: none;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
    .components__close:hover {
      -webkit-transform: rotate(-225deg);
              transform: rotate(-225deg); }
  .components__labels {
    list-style: none;
    margin-top: -1rem; }
  .components__label {
    margin-top: 3rem;
    line-height: 1.2; }
    .components__label a {
      color: #6d7681;
      -webkit-transition: color 0.1s linear;
      transition: color 0.1s linear; }
      .components__label a:hover {
        color: #e20600; }
    .components__label h3 {
      font-size: 1.6rem; }
    .components__label p {
      font-size: 1.4rem; }
    .components__label h3 + p, .components__label p + p {
      margin-top: 0.5rem; }
  @media (min-width: 34.375em) {
    .components {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .components__item {
        width: 49.5%;
        padding-bottom: 1rem;
        margin-top: 1rem; }
      .components__img {
        display: block; }
        .components__img img {
          border: 1px solid #c8cdd5; }
      .components__label {
        padding: 0 .5rem; } }
  @media (min-width: 87.5em) {
    .components__main-img {
      display: block; }
    .components__cross {
      display: block; }
    .components__item {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100;
      width: 100%;
      margin-top: 0;
      padding-bottom: 0; }
      .components__item:nth-of-type(4n+3), .components__item:nth-of-type(4n+2) {
        border: none; }
    .components__img {
      display: block; }
      .components__img img {
        border: 1px solid #c8cdd5; }
    .components__labels {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 0; }
    .components__label {
      position: absolute;
      margin-top: 0;
      width: 15rem;
      text-align: left; }
    .components__close {
      display: block;
      z-index: 1000; } }

@media (min-width: 87.5em) {
  .jumbo__overlay--white {
    background: none; } }

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #c8cdd5;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
          animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.ani {
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  .ani-lr {
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem); }
  .ani-rl {
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem); }
  .ani-fade {
    opacity: 0; }
  .ani-active.ani-lr, .ani-active.ani-rl {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem); }
  .ani-active.ani-fade {
    opacity: 1; }

.countries {
  list-style: none;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  padding-bottom: 2px;
  /*
      Breakpoints
   */ }
  .countries__item {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    padding: 1.4rem 0 0;
    font-size: 1.6rem; }
    .countries__item.active .countries__link {
      font-weight: bold; }
  .countries__link {
    color: #afb6c2;
    cursor: pointer; }
  .countries__eshops {
    list-style: none;
    display: none; }
  .countries__eshop {
    padding: 2rem 0 2rem 0.5rem; }
    .countries__eshop + .countries__eshop {
      padding-top: 0; }
  .countries-view {
    padding: .9rem 0;
    width: 100%;
    overflow: hidden;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    left: 0;
    height: 101%;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(110%);
            transform: translateX(110%); }
    .countries-view__title {
      font-size: 1.6rem;
      line-height: 2.5;
      padding-left: 1rem;
      font-weight: normal;
      text-align: center;
      text-align: left;
      color: #afb6c2;
      cursor: pointer; }
    .countries-view__eshops {
      width: 100%;
      margin: auto;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .countries-view__eshops .link, .countries-view__eshops .cookie a, .cookie .countries-view__eshops a {
        display: inline-block;
        -webkit-transition: all 1s;
        transition: all 1s;
        padding: 0 1rem;
        font-size: 1.8rem;
        word-break: break-all;
        margin-top: 2rem; }
    .countries-view__arrow {
      position: absolute;
      right: 10px;
      top: 10px;
      cursor: pointer; }
    .countries-view.on {
      -webkit-transform: translateX(0%);
              transform: translateX(0%); }
  @media (min-width: 26.25em) {
    .countries__item {
      width: 36%; } }
  @media (min-width: 62em) {
    .countries__item {
      width: 26%; } }
  @media (min-width: 75em) {
    .countries {
      display: block;
      -webkit-column-count: 4;
         -moz-column-count: 4;
              column-count: 4; }
      .countries__item {
        width: 100%; }
      .countries-view {
        position: relative;
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
        background: transparent;
        padding: 1.8rem 0; }
        .countries-view__title, .countries-view__arrow {
          display: none; }
        .countries-view__eshops {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .countries-view__eshops .link, .countries-view__eshops .cookie a, .cookie .countries-view__eshops a {
            text-align: left;
            padding: 0 .2rem;
            font-size: 1.8rem;
            margin: 3rem 1.8rem 0; } }

.eshop-controls--header {
  display: block;
  margin: 3.5rem auto 0;
  list-style: none; }

.eshop-controls__cart {
  display: block;
  height: auto;
  margin: auto;
  width: 3rem; }
  .eshop-controls__cart .svg-img {
    color: black; }

@media (min-width: 87.5em) {
  .eshop-controls--header {
    border-right: 1px solid white;
    margin: 0;
    padding: 0 2rem; }
  .eshop-controls__cart {
    display: inline-block;
    width: 2.4rem; }
    .eshop-controls__cart .svg-img {
      color: white; } }

.header--bg .eshop-controls__cart .svg-img {
  color: black; }

@media (min-width: 87.5em) {
  .header--bg .eshop-controls--header, .header--dark .eshop-controls--header {
    border-color: black; } }

.info-pages {
  border-top: 1px solid #6d7681;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 2rem 0; }
  .info-pages__item {
    padding: .5rem 1rem; }
  .info-pages__link {
    color: white;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease; }
    .info-pages__link:hover {
      color: #e20600; }
  @media (min-width: 48em) {
    .info-pages {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .info-pages__item {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding: .5rem 2rem; } }
  @media (min-width: 75em) {
    .info-pages__item {
      padding: 0; } }

.cookie {
  position: fixed;
  bottom: 1rem;
  left: .8rem;
  background: white;
  width: 300px;
  padding: 1rem;
  box-shadow: -4px 4px 15px -2px rgba(0, 0, 0, 0.67);
  line-height: 1.4;
  z-index: 1000; }
  .cookie__btn {
    margin: 1rem;
    float: right;
    display: inline; }

/*
    Category filter
*/
.cfilter {
  text-align: left;
  margin-bottom: -2rem;
  position: relative;
  z-index: 2;
  /* Typo */
  /* Typo :: END */
  /* Layout */
  /* Layout :: END */
  /* Filter items */
  /* Filter items :: END */
  /* Table */
  /* Table :: END */
  /*
        Breakpoints
    */ }
  .cfilter-tiles {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear; }
    .cfilter-tiles.in-progress {
      opacity: 0; }
  .cfilter__btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem auto 0; }
    .cfilter__btn .svg-arrow {
      margin: 0 .5em 0 0;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .cfilter__btn.active .svg-arrow {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .cfilter__bullet {
    cursor: pointer; }
  .cfilter__cancel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 1rem;
    padding-left: .6rem;
    position: relative;
    text-align: right; }
  .cfilter__cross {
    display: inline-block;
    position: relative;
    width: 1rem;
    height: 1rem; }
    .cfilter__cross:before, .cfilter__cross:after {
      position: absolute;
      left: 0;
      content: ' ';
      height: 1rem;
      width: 1px;
      background-color: red; }
    .cfilter__cross:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .cfilter__cross:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .cfilter__text {
    font-size: 1.6rem;
    line-height: 1.6; }
    .cfilter__text--below {
      margin-top: 3rem;
      margin-bottom: 1.5rem;
      font-size: 1.4rem; }
  .cfilter__caption {
    margin-left: 1.5rem; }
  .cfilter__value-caption {
    color: #6d7681;
    font-size: 1.4rem;
    margin-left: .8rem; }
  .cfilter__help-caption {
    color: #afb6c2;
    cursor: default;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.2;
    position: relative; }
    .cfilter__help-caption:hover .cfilter__help-text {
      display: block; }
  .cfilter__help-text {
    background-color: #afb6c2;
    color: white;
    display: none;
    font-size: 1.4rem;
    left: 0;
    line-height: 1.1;
    min-width: 25rem;
    position: absolute;
    padding: .8rem;
    right: 0;
    top: 2rem;
    width: 100%;
    z-index: 2; }
  .cfilter__tlabel {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.2; }
  .cfilter__container + .cfilter__container {
    border-top: 1px solid #dadde0;
    margin-top: 3rem; }
  .cfilter__container--detail {
    border-bottom: 1px solid #dadde0;
    padding-bottom: 3rem;
    padding-top: 3rem; }
  .cfilter__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .cfilter__row--reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .cfilter__row + .cfilter__row {
      margin-top: 1.5rem; }
  .cfilter__col + .cfilter__col {
    margin-bottom: 2rem; }
  .cfilter__trow + .cfilter__trow {
    margin-top: 1.8rem; }
  .cfilter__tcol + .cfilter__tcol {
    margin-top: 1rem; }
  .cfilter__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -.6rem -.4rem; }
  .cfilter__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .6rem .4rem;
    width: 50%; }
  @media (min-width: 48em) {
    .cfilter__item {
      width: 33%; }
    .cfilter__trow + .cfilter__trow {
      margin-top: 2rem; }
    .cfilter__tcol + .cfilter__tcol {
      margin-top: 1.4rem; }
    .cfilter__row {
      position: relative; }
    .cfilter__cancel {
      margin: 0;
      position: absolute;
      right: 0;
      top: .6rem; }
    .cfilter__item {
      width: 25%; } }
  @media (min-width: 75em) {
    .cfilter__tgroup {
      width: 100%; }
    .cfilter__trow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: -1.4rem; }
    .cfilter__tcol {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 1.4rem; }
      .cfilter__tcol--labels {
        min-width: 19rem;
        width: 19rem; }
      .cfilter__tcol--items {
        min-width: 60rem;
        width: 60rem; }
    .cfilter__item--detail {
      width: 25%; } }
  @media (min-width: 87.5em) {
    .cfilter__cancel {
      top: 1.2rem; }
    .cfilter__btn {
      margin: 4rem auto 0; }
    .cfilter__container + .cfilter__container {
      margin-top: 4rem; }
    .cfilter__container--detail {
      padding-bottom: 4rem;
      padding-top: 4rem; }
    .cfilter__text {
      font-size: 2rem; }
      .cfilter__text--below {
        font-size: 1.8rem; }
    .cfilter__help-text {
      left: initial;
      left: inherit; }
    .cfilter__value-caption, .cfilter__tlabel {
      font-size: 1.6rem; }
    .cfilter__row--basic {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .cfilter__row--reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .cfilter__row + .cfilter__row {
      margin-top: 3rem; }
    .cfilter__col {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .cfilter__col + .cfilter__col {
        margin-top: 0;
        margin-bottom: 0; }
    .cfilter__item {
      width: 18rem; }
      .cfilter__item--detail {
        width: 20rem; }
    .cfilter__trow {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin: 0; }
    .cfilter__tcol {
      margin: 0; }
      .cfilter__tcol + .cfilter__tcol {
        margin: 0; }
      .cfilter__tcol--help {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: 100%;
        text-align: right !important; }
      .cfilter__tcol--items-lg {
        min-width: 83rem;
        width: 83rem; } }

/*
    Modification --group
*/
.cfilter__container--group .cfilter {
  /*
            Breakpoints
        */ }
  .cfilter__container--group .cfilter__help-caption.active {
    color: #6d7681; }
  .cfilter__container--group .cfilter__item--label {
    cursor: default;
    padding: 0;
    width: 100%; }
    .cfilter__container--group .cfilter__item--label .cfilter__help-caption {
      margin-left: .8rem; }
  @media (min-width: 48em) {
    .cfilter__container--group .cfilter__item {
      width: 50%; }
      .cfilter__container--group .cfilter__item--label {
        width: 100%; } }
  @media (min-width: 75em) {
    .cfilter__container--group .cfilter__trow {
      margin: 0; }
    .cfilter__container--group .cfilter__tcol {
      min-width: 26rem;
      margin: 1rem;
      width: auto; }
      .cfilter__container--group .cfilter__tcol--labels {
        width: 20rem; }
      .cfilter__container--group .cfilter__tcol--items {
        width: 45rem; } }
  @media (min-width: 87.5em) {
    .cfilter__container--group .cfilter__help-caption {
      font-size: 1.6rem; } }

.jsGroupFilterRow {
  padding-left: 6rem; }

.toggle1 {
  display: block; }

.toggle2 {
  display: none; }

.toggle-click {
  cursor: pointer;
  color: #e20600;
  text-decoration: underline; }
  .toggle-click:hover {
    text-decoration: none; }
