@charset "UTF-8";
@font-face {
  font-family: 'tappy';
  font-display: block;
  src: url('../webfonts/tappy.ttf?v=4') format('truetype'), url('../webfonts/tappy.woff?v=4') format('woff'), url("../webfonts/tappy.svg#tappy") format("svg");
  font-weight: normal;
  font-style: normal;
}
.img--center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.img--responsive {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.img--stretch {
  width: 100% !important;
  max-height: none !important;
}
/* Text utilities
 *  - long-wrap           force wraps long lines of text
 *  - font-size           setting relative font size
 *  - text-overflow       zákaz zalomení textu a úřez se třemi tečkami
 *  - gradient-text       text with gradient color, only webkit
 *  - text-decoration     modern text decoration (supporting style and color)
 *  - hover-underline     transitioned underline on hover
 *  - hover-no-underline  transitioned no-underline on hover
 */
/* ANCHOR REVERT COLOR */
.cfx:before,
.cfx:after {
  content: " ";
  display: table;
}
.cfx:after {
  clear: both;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font 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;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/**
 * Ikony
 */
i {
  line-height: 1 !important;
}
.ico-font,
[class^='ico-']:before,
[class*=' ico-']:before {
  display: inline-block;
  content: '';
  font-family: 'tappy';
  line-height: 1 !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  text-decoration: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico-plus:before {
  content: "\f067";
}
.ico-minus:before {
  content: "\f068";
}
.ico-search:before {
  content: "\f002";
}
.ico-user:before {
  content: "\f007";
}
.ico-table:before {
  content: "\f00a";
}
.ico-list:before {
  content: "\f00b";
}
.ico-trash:before {
  content: "\f014";
}
.ico-calendar:before {
  content: "\f073";
}
.ico-caret-down:before {
  content: "\f0d7";
}
.ico-caret-up:before {
  content: "\f0d8";
}
.ico-caret-left:before {
  content: "\f0d9";
}
.ico-caret-right:before {
  content: "\f0da";
}
.ico-file-text:before {
  content: "\e922";
}
.ico-package:before {
  content: "\e95f";
}
.ico-arrow-right:before {
  content: "\ea3c";
}
.ico-arrow-left:before {
  content: "\ea40";
}
/**
 * Utilities
 */
.u-m-0 {
  margin: 0 !important;
}
.u-mt-0 {
  margin-top: 0 !important;
}
.u-mb-0 {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .u-mb-0\@w768 {
    margin-bottom: 0 !important;
  }
}
.u-ml-0 {
  margin-left: 0 !important;
}
.u-mr-0 {
  margin-right: 0 !important;
}
.u-mt-20 {
  margin-top: 20px !important;
}
.u-mb-20 {
  margin-bottom: 20px !important;
}
.u-mt-10 {
  margin-top: 10px !important;
}
.u-mb-10 {
  margin-bottom: 10px !important;
}
.u-ml-a {
  margin-left: auto !important;
}
.u-ml-5 {
  margin-left: 5px !important;
}
.u-ml-10 {
  margin-left: 10px !important;
}
.u-ml-20 {
  margin-left: 20px !important;
}
.u-mr-5 {
  margin-right: 5px !important;
}
.u-mr-10 {
  margin-right: 10px !important;
}
.u-mr-20 {
  margin-right: 20px !important;
}
.u-mr-25 {
  margin-right: 25px !important;
}
.u-mt-5 {
  margin-top: 5px !important;
}
.u-mb-5 {
  margin-bottom: 5px !important;
}
.u-p-0 {
  padding: 0 !important;
}
.u-pt-0 {
  padding-top: 0 !important;
}
.u-pb-0 {
  padding-bottom: 0 !important;
}
.u-pl-0 {
  padding-left: 0 !important;
}
.u-pr-0 {
  padding-right: 0 !important;
}
.u-p-20 {
  padding: 20px !important;
}
.u-pt-25 {
  padding-top: 25px !important;
}
.u-py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.u-py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.u-w-60 {
  width: 60px !important;
}
.u-w-80 {
  width: 80px !important;
}
.u-w-150 {
  width: 150px !important;
}
.u-w-100p {
  width: 100% !important;
}
.u-h-100p {
  height: 100% !important;
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.no-js .js-only,
.js .js-hide,
.u-hidden {
  display: none !important;
}
.lightbox {
  display: none;
}
.u-only-print {
  display: none;
}
@media (max-width: 959px) {
  .u-hidden\@w960-max {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .u-hidden\@w960 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-hidden\@w768-max {
    display: none !important;
  }
}
@media (max-width: 589px) {
  .u-hidden\@w590-max {
    display: none !important;
  }
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
.u-clear-left {
  clear: left;
}
.u-clear-right {
  clear: right;
}
.u-clear-both {
  clear: both;
}
.u-break {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 767px) {
  .u-mx-auto\@w768-max {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 589px) {
  .u-mx-auto\@w590-max {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.u-d-f {
  display: flex !important;
}
.u-d-if {
  display: inline-flex !important;
}
.u-jc-c {
  justify-content: center !important;
}
.u-jc-sb {
  justify-content: space-between !important;
}
.u-ai-c {
  align-items: center !important;
}
.u-ai-fe {
  align-items: flex-end !important;
}
.u-flf-c {
  flex-flow: column !important;
}
.u-owl-h {
  overflow: hidden !important;
}
.u-as-fe {
  align-self: flex-end !important;
}
.u-flex {
  display: flex;
}
.u-flex-1 {
  flex: 1;
}
.u-flex-1-1-100 {
  flex: 1 1 100%;
}
.u-pos-r {
  position: relative !important;
}
.u-ff-a {
  font-family: serif !important;
}
.u-c-green {
  color: #46DC5E !important;
}
.u-c-blue {
  color: #06D0EE !important;
}
.u-c-gray {
  color: #8193A3 !important;
}
.u-c-dark {
  color: #31383E !important;
}
.u-c-white {
  color: #fff !important;
}
.u-c-sea-blue {
  color: #91C7C7 !important;
}
.u-c-orange {
  color: #F5A623 !important;
}
.u-bgc-dark {
  background-color: #31383E !important;
}
.u-bgc-black {
  background-color: #000 !important;
}
.u-bgc-white {
  background-color: #fff !important;
}
.u-bgc-orange-lt {
  background-color: #FEF2DE !important;
}
.u-bgc-orange {
  background-color: #F5A623 !important;
}
.u-bgc-green {
  background-color: #46DC5E !important;
}
.u-bgc-green-lt {
  background-color: #e4fae7 !important;
}
.u-bgc-red {
  background-color: #FF2751 !important;
}
.u-bgc-red-lt {
  background-color: #FFDFE5 !important;
}
.u-bgc-blue {
  background-color: #06D0EE !important;
}
.u-bgc-blue-lt {
  background-color: #EBFAFA !important;
}
.u-bb-orange {
  border-bottom: 1px solid #F5A623 !important;
}
.u-center {
  text-align: center !important;
}
@media (max-width: 589px) {
  .u-center\@w590-max {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .u-center\@w768-max {
    text-align: center !important;
  }
}
@media (max-width: 959px) {
  .u-center\@w960-max {
    text-align: center !important;
  }
}
.u-left {
  text-align: left !important;
}
.u-right {
  text-align: right !important;
}
.u-whs-n {
  white-space: nowrap !important;
}
.u-fz-small {
  font-size: 14px !important;
}
.u-fz-big {
  font-size: 20px !important;
}
.u-fz-6 {
  font-size: 6px !important;
}
.u-fz-10 {
  font-size: 10px !important;
}
.u-fz-12 {
  font-size: 12px !important;
}
.u-fz-16 {
  font-size: 16px !important;
}
.u-fz-30 {
  font-size: 30px !important;
}
.u-fz-35 {
  font-size: 35px !important;
}
.u-fw-l {
  font-weight: 300 !important;
}
.u-fw-n {
  font-weight: 400 !important;
}
.u-fw-b {
  font-weight: bold !important;
}
.u-lh-2 {
  line-height: 2 !important;
}
.u-lh-1 {
  line-height: 1 !important;
}
.u-va-t {
  vertical-align: top !important;
}
.u-va-m {
  vertical-align: middle !important;
}
.u-va-b {
  vertical-align: bottom !important;
}
.u-tt-n {
  text-transform: none !important;
}
.u-tt-u {
  text-transform: uppercase !important;
}
.u-td-none {
  text-decoration: none !important;
}
.u-td-underline {
  text-decoration: underline !important;
}
.u-maw-200 {
  max-width: 200px !important;
}
.u-maw-260 {
  max-width: 260px !important;
}
.u-maw-450 {
  max-width: 450px !important;
}
.u-maw-980 {
  max-width: 980px !important;
}
.u-ml-m {
  margin-left: 20px !important;
}
.u-mt-m {
  margin-top: 20px !important;
}
.u-mb-m {
  margin-bottom: 20px !important;
}
.u-mt-l {
  margin-top: 30px !important;
}
.u-mb-l {
  margin-bottom: 30px !important;
}
.u-bxs {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.u-bxs-n {
  box-shadow: none !important;
}
.u-bdrs {
  border-radius: 5px;
}
@media (max-width: 589px) {
  .u-mt-20\@w590-max {
    margin-top: 20px !important;
  }
}
@media (max-width: 959px) {
  .u-mt-20\@w960-max {
    margin-top: 20px !important;
  }
}
@media (min-width: 768px) {
  .u-ml-m {
    margin-left: 30px !important;
  }
  .u-mt-m {
    margin-top: 30px !important;
  }
  .u-mb-m {
    margin-bottom: 30px !important;
  }
  .u-mt-l {
    margin-top: 50px !important;
  }
  .u-mb-l {
    margin-bottom: 50px !important;
  }
  .u-mr-0\@w768 {
    margin-right: 0 !important;
  }
}
@media (min-width: 960px) {
}
@media (min-width: 1040px) {
  .u-mt-l {
    margin-top: 60px !important;
  }
  .u-mb-l {
    margin-bottom: 60px !important;
  }
}
/************************************************************************************
	TYPOGRAPHY
*************************************************************************************/
html {
  font-size: 100%;
}
@media (min-width: 768px) {
  html {
    font-size: 100%;
  }
}
body {
  background: #EBFAFA;
  font: normal 400 100%/1.5 'Inter', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #31383E;
  text-align: center;
}
/* HEADING */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
h6 {
  display: block;
  margin: 1.5em 0 0.6em;
  padding: 0;
  font: normal 700 100%/1.25 'Inter', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #31383E;
}
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
a h1,
a .h1,
a h2,
a .h2,
a h3,
a .h3,
a h4,
a .h4,
a h5,
a h6 {
  color: inherit;
}
h1,
.h1 {
  font-size: 1.375rem;
  margin-bottom: 0.57142857em;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.1875rem;
  }
}
h2,
.h2 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 1.5rem;
  }
}
h3,
.h3 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.375rem;
  }
}
h4,
.h4 {
  font-size: 1.3125rem;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.3125rem;
  }
}
h5,
.h5,
h6 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  h5,
  .h5,
  h6 {
    font-size: 1.25rem;
  }
}
/* PARAGRAPH */
p,
ul,
ol,
dl {
  line-height: inherit;
  margin: 0 0 1.25em 0;
}
.wysiwyg > .h2:first-child,
.wysiwyg > h2:first-child {
  margin-top: 0;
}
.wysiwyg:before,
.wysiwyg:after {
  content: " ";
  display: table;
}
.wysiwyg:after {
  clear: both;
}
.wysiwyg:before,
.wysiwyg:after {
  content: " ";
  display: table;
}
.wysiwyg:after {
  clear: both;
}
.wysiwyg ul {
  overflow: hidden;
}
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg dt {
  page-break-after: avoid;
  page-break-inside: avoid;
  break-after: avoid;
  break-inside: avoid;
}
.wysiwyg li,
.wysiwyg table,
.wysiwyg blockquote {
  break-inside: avoid-column;
  page-break-inside: avoid;
}
hr {
  margin: 20px 0;
  padding: 0;
  border: solid #E6E7E8;
  border-width: 1px 0 0;
  color: #fff;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
strong {
  font-weight: bold;
}
/* ANCHOR */
a {
  transition: color 0.3s ease;
  color: #06D0EE;
  outline: none;
}
a:hover,
a:focus,
a:active {
  color: #31383E;
}
.no-touchevents a[href^="tel:"] {
  color: #31383E;
  text-decoration: none;
}
a.a--switch-color {
  color: #31383E;
}
a.a--switch-color:hover,
a.a--switch-color:focus,
a.a--switch-color:active {
  color: #06D0EE;
}
.no-touchevents a.a--switch-color[href^="tel:"] {
  color: #31383E;
}
a.a--blue-white {
  color: #06D0EE;
}
a.a--blue-white:hover,
a.a--blue-white:focus,
a.a--blue-white:active {
  color: #fff;
}
.no-touchevents a.a--blue-white[href^="tel:"] {
  color: #06D0EE;
}
a.a--dark-dark {
  color: #31383E;
}
a.a--dark-dark:hover,
a.a--dark-dark:focus,
a.a--dark-dark:active {
  color: #31383E;
}
.no-touchevents a.a--dark-dark[href^="tel:"] {
  color: #31383E;
}
/* LIST */
ul,
ol {
  padding: 0;
  list-style: none;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul li,
ol li {
  position: relative;
  margin: 3px 0;
  padding: 0 0 0 20px;
}
ul li:before,
ol li:before {
  position: absolute;
}
@media (min-width: 768px) {
  ul li,
  ol li {
    padding-left: 30px;
  }
}
ul li:before {
  top: 0.75em;
  left: 3px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #06D0EE;
  box-sizing: border-box;
  content: "";
  border-radius: 50%;
}
ol {
  counter-reset: olCounter;
}
ol li {
  counter-increment: olCounter;
}
ol li:before {
  top: 0;
  left: 0;
  width: 17px;
  text-align: right;
  content: counter(olCounter) ".";
}
@media (min-width: 768px) {
  ol li:before {
    width: 24px;
  }
}
.ul--reset,
.ol--reset {
  margin: 0;
}
.ul--reset li,
.ol--reset li {
  padding: 0;
  margin: 0;
  position: static;
}
.ul--reset li:before,
.ol--reset li:before {
  display: none;
}
/* IMAGES */
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  font: normal 12px/15px 'Inter', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: inherit;
  text-align: left;
}
img:before {
  display: inline-block;
  line-height: 1.4;
}
.wysiwyg img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.wysiwyg img.u-pull-right,
.wysiwyg img[style*="float:right"],
.wysiwyg img[style*="float: right"],
.wysiwyg img.u-pull-left,
.wysiwyg img[style*="float:left"],
.wysiwyg img[style*="float: left"] {
  max-width: 50%;
}
@media (min-width: 960px) {
}
img.u-pull-left,
.wysiwyg img[style*="float:left"],
.wysiwyg img[style*="float: left"] {
  float: left;
  clear: both;
  margin: 0 20px 15px 0;
}
@media (min-width: 768px) {
  img.u-pull-left,
  .wysiwyg img[style*="float:left"],
  .wysiwyg img[style*="float: left"] {
    margin: 0 30px 30px 0;
  }
}
img.u-pull-right,
.wysiwyg img[style*="float:right"],
.wysiwyg img[style*="float: right"] {
  float: right;
  clear: both;
  margin: 0 0 15px 20px;
}
@media (min-width: 768px) {
  img.u-pull-right,
  .wysiwyg img[style*="float:right"],
  .wysiwyg img[style*="float: right"] {
    margin: 0 0 30px 30px;
  }
}
/**
 * Grid layout s pomocí flexboxu.
 * Není kompletní, pouze skutečně využívané class!
 */
.l-row {
  display: flex;
  flex-flow: row wrap;
}
.l-row__col {
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.l-row__col--1\/2 {
  width: 50%;
}
.l-row__col--1\/3 {
  width: 33.33333333%;
}
.l-row__col--2\/3 {
  width: 66.66666667%;
}
.l-row__col--1\/4 {
  width: 25%;
}
.l-row__col--3\/4 {
  width: 75%;
}
.l-row--gutter-s {
  margin-left: -15px;
}
.l-row--gutter-s > .l-row__col {
  padding-left: 15px;
}
.l-row--gutter-m,
.l-row--gutter-l,
.l-row--gutter-xl {
  margin-left: -20px;
}
.l-row--gutter-m > .l-row__col,
.l-row--gutter-l > .l-row__col,
.l-row--gutter-xl > .l-row__col {
  padding-left: 20px;
}
.l-row--gutter-n1 > .l-row__col {
  margin-right: -1px;
}
.l-row--gutter-n1 > .l-row__col + .l-row__col--1\/2 {
  width: calc(100% * 1 / 2 + 1px);
}
.l-row--gutter-n1 > .l-row__col + .l-row__col--1\/3 {
  width: calc(100% * 1 / 3 + 1px);
}
.l-row--gutter-n1 > .l-row__col + .l-row__col--2\/3 {
  width: calc(100% * 2 / 3 + 1px);
}
.l-row--ai-center {
  align-items: center;
}
@media (max-width: 959px) {
  .l-row__col--1\/2\@w960-max {
    width: 50%;
  }
  .l-row--gutter-n1 > .l-row__col + .l-row__col--1\/2\@w960-max {
    width: calc(100% * 1 / 2 + 1px);
  }
}
@media (min-width: 590px) {
  .l-row--nowrap\@w590 {
    flex-wrap: nowrap;
  }
  .l-row__col--1\/2\@w590 {
    width: 50%;
  }
  .l-row__col--1\/3\@w590 {
    width: 33.33333333%;
  }
  .l-row__col--2\/3\@w590 {
    width: 66.66666667%;
  }
  .l-row__col--630\@w590 {
    width: 70%;
  }
  .l-row__col--210\@w590 {
    width: 23.33333333%;
    margin-left: 6.66666667%;
  }
}
@media (min-width: 768px) {
  .l-row__col--1\/2\@w768 {
    width: 50%;
  }
  .l-row__col--1\/3\@w768 {
    width: 33.33333333%;
  }
  .l-row__col--2\/3\@w768 {
    width: 66.66666667%;
  }
  .l-row__col--1\/4\@w768 {
    width: 25%;
  }
  .l-row__col--3\/4\@w768 {
    width: 75%;
  }
  .l-row__col--7\/12\@w768 {
    width: 58.33333333%;
  }
}
@media (min-width: 960px) {
  .l-row__col--1\/2\@w960 {
    width: 50%;
  }
  .l-row__col--1\/4\@w960 {
    width: 25%;
  }
  .l-row__col--3\/4\@w960 {
    width: 75%;
  }
  .l-row--gutter-l {
    margin-left: -30px;
  }
  .l-row--gutter-l > .l-row__col {
    padding-left: 30px;
  }
  .l-row--gutter-xl {
    margin-left: -60px;
  }
  .l-row--gutter-xl > .l-row__col {
    padding-left: 60px;
  }
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/photoswipe/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../img/photoswipe/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}
.featherlight.featherlight--p0 .featherlight-content {
  padding: 0;
}
.featherlight.featherlight--close-black .featherlight-close-icon {
  background-color: #31383E;
  color: #fff;
}
/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}
.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 60px 0 0;
  /* dimensions: handling small or empty content */
  min-width: 30%;
  /* dimensions: handling large content */
  width: calc(100% - 40px);
  max-width: 1040px;
  margin-left: 20px;
  margin-right: 20px;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
}
/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}
.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 60px;
  width: 60px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 46px;
  background: #fff;
  /* Set the background in case it overlaps the content */
  color: #000;
}
@media (min-width: 590px) {
  .featherlight .featherlight-close-icon {
    line-height: 80px;
    width: 80px;
  }
}
.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}
.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  min-width: 1040px;
}
.featherlight iframe {
  /* styling */
  border: none;
}
/* handling phones and small screens */
@media (max-width: 959px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    max-height: 90%;
  }
  .featherlight-iframe .featherlight-content {
    min-width: 90%;
  }
}
form,
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
}
input[type="submit"]:focus {
  outline: none;
}
input[type="search"] {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea {
  resize: vertical;
  vertical-align: top;
}
input[type="number"] {
  -moz-appearance: textfield;
}
select.inp-text,
select.inp-text option {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
}
select.inp-text::-ms-expand,
select.inp-text option::-ms-expand {
  display: none;
}
select.inp-text:-moz-focusring,
select.inp-text option:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #31383E;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #B3B5BD;
  opacity: 1;
  transition: opacity 0.3s ease 0s;
  font-weight: 400;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #B3B5BD;
  opacity: 1;
  transition: opacity 0.3s ease 0s;
  font-weight: 400;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #B3B5BD;
  opacity: 1;
  transition: opacity 0.3s ease 0s;
  font-weight: 400;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #B3B5BD;
  opacity: 1;
  transition: opacity 0.3s ease 0s;
  font-weight: 400;
}
.js .hide-label input::-webkit-input-placeholder,
.js .hide-label textarea::-webkit-input-placeholder {
  color: #31383E;
}
.js .hide-label input::-moz-placeholder,
.js .hide-label textarea::-moz-placeholder {
  color: #31383E;
}
.js .hide-label input:-moz-placeholder,
.js .hide-label textarea:-moz-placeholder {
  color: #31383E;
}
.js .hide-label input:-ms-input-placeholder,
.js .hide-label textarea:-ms-input-placeholder {
  color: #31383E;
}
.js .hide-label input:focus::-webkit-input-placeholder,
.js .hide-label textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.js .hide-label input:focus::-moz-placeholder,
.js .hide-label textarea:focus::-moz-placeholder {
  opacity: 0;
}
.js .hide-label input:focus:-moz-placeholder,
.js .hide-label textarea:focus:-moz-placeholder {
  opacity: 0;
}
.js .hide-label input:focus:-ms-input-placeholder,
.js .hide-label textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: none;
  font: 700 18px/1.25 'Inter', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 300ms ease, color 300ms ease;
  min-height: 40px;
  padding: 7px 10px;
  border-width: 0;
  background: #06D0EE;
  color: #fff;
}
@media (min-width: 768px) {
  .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.btn:hover,
.btn:focus,
.btn:active {
  background: #31383E;
  color: #fff;
}
.btn:hover,
.btn:focus {
  outline: none;
  text-decoration: none;
}
.btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn[disabled],
.btn.btn--disabled,
.btn.disabled,
.btn[disabled]:hover,
.btn.btn--disabled:hover,
.btn.disabled:hover,
.btn[disabled]:focus,
.btn.btn--disabled:focus,
.btn.disabled:focus {
  background: #8193A3;
}
@media (min-width: 480px) {
  .btn {
    min-width: 130px;
  }
  .btn.u-w-100p,
  .btn--no-minw {
    min-width: 0;
  }
}
/* Velikosti */
.btn--s {
  min-height: 30px;
  padding: 7px 10px;
  border-width: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .btn--s {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.btn--gray {
  background: #8193A3;
  color: #fff;
}
.btn--gray:hover,
.btn--gray:focus,
.btn--gray:active {
  background: #8193A3;
  color: #fff;
}
.btn--gray:hover,
.btn--gray:focus,
.btn--gray:active {
  background: #667a8b;
}
.btn--blue-blue {
  background: #06D0EE;
  color: #fff;
}
.btn--blue-blue:hover,
.btn--blue-blue:focus,
.btn--blue-blue:active {
  background: #06D0EE;
  color: #fff;
}
.btn--blue-blue:hover,
.btn--blue-blue:focus,
.btn--blue-blue:active {
  background: #05a5bc;
}
.btn--ghost {
  min-height: 40px;
  padding: 7px 10px;
  border-width: 2px;
  border-color: #06D0EE;
  color: #06D0EE;
  background: transparent;
  border-style: solid;
  text-shadow: none;
  transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease;
}
@media (min-width: 768px) {
  .btn--ghost {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.btn--ghost:hover,
.btn--ghost:focus,
.btn--ghost:active {
  border-color: #31383E;
  color: #31383E;
  background: transparent;
}
.btn--ghost[disabled],
.btn--ghost.btn--disabled,
.btn--ghost.disabled,
.btn--ghost[disabled]:hover,
.btn--ghost.btn--disabled:hover,
.btn--ghost.disabled:hover,
.btn--ghost[disabled]:focus,
.btn--ghost.btn--disabled:focus,
.btn--ghost.disabled:focus {
  border-color: #8193A3;
  background: #8193A3;
}
.btn--ghost.btn--s {
  min-height: 30px;
  padding: 2px 8px;
  border-width: 2px;
}
@media (min-width: 768px) {
  .btn--ghost.btn--s {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.btn--ghost.btn--gray {
  border-color: #E6E7E8;
  color: #06D0EE;
  background: transparent;
}
.btn--ghost.btn--gray:hover,
.btn--ghost.btn--gray:focus,
.btn--ghost.btn--gray:active {
  border-color: #E6E7E8;
  color: #31383E;
  background: transparent;
}
.btn--ico {
  padding: 0;
  width: 40px;
  font-size: 24px;
}
.btn--ico i {
  margin-top: 4px;
}
/* PLACEHOLDER */
/* INPUT */
.inp-text {
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  display: inline-block;
  width: 100%;
  height: 30px;
  padding: 3px 10px;
  margin: 0;
  background: #FDFEFE;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #E6E7E8;
  outline: none;
  font-size: 14px;
  font-family: 'Inter', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #31383E;
  line-height: 28px;
  vertical-align: top;
}
.inp-text,
input[type="search"].inp-text {
  box-sizing: border-box;
}
.inp-text:focus {
  border-color: #E6E7E8;
  outline: none;
  box-shadow: 0 0 4px rgba(182, 179, 179, 0.5);
}
select.inp-text {
  padding: 0 30px 0 10px;
  background: #fff url('../img/bg/select.png') 100% 53% no-repeat;
  background-size: 16px 4px;
}
select.inp-text option:checked {
  background: none !important;
  color: #31383E !important;
}
textarea.inp-text {
  display: block;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 100px;
  max-width: none;
}
.error .inp-text {
  border-color: #FF2751;
  box-shadow: inset 5px 5px 15px rgba(225, 55, 40, 0.2);
}
.info .inp-text {
  border-color: #06D0EE;
}
.inp-text--m {
  font-size: 18px;
  height: 40px;
  line-height: 34px;
}
.inp-text--ico {
  display: inline-block;
  width: 100%;
  position: relative;
}
.inp-text--ico .inp-text {
  padding-left: 30px;
}
.inp-text--ico i {
  position: absolute;
  top: 7px;
  left: 8px;
  pointer-events: none;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  color: #31383E;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: none;
  font-weight: normal;
}
input[type="radio"]:disabled + label:before,
input[type="checkbox"]:disabled + label:before {
  background-color: #F9F9FA;
}
input[type="radio"]:disabled + label:after {
  background-color: #E8E9EB;
}
input[type="checkbox"]:disabled + label:after {
  color: #E8E9EB;
}
input[type="checkbox"] + label:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  margin: 0;
  top: 1px;
  left: 0;
  vertical-align: middle;
  background: #fff;
  border: 2px solid #E8E9EB;
  cursor: pointer;
  border-radius: 5px;
}
input[type="checkbox"] + label:after {
  position: absolute;
  content: "✔";
  left: 6px;
  top: 2px;
  font-size: 12px;
  color: #31383E;
  opacity: 0;
  transition: opacity 0.3s ease;
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  top: 1px;
  left: 0;
  box-sizing: border-box;
  vertical-align: middle;
  border: 2px solid #E8E9EB;
  cursor: pointer;
  border-radius: 50%;
}
input[type="radio"] + label:after {
  position: absolute;
  content: "";
  left: 6px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #31383E;
  opacity: 0;
  transition: opacity 0.3s ease;
}
input[type="radio"]:checked + label:after {
  opacity: 1;
}
.inp-number {
  position: relative;
  display: block;
  min-width: 80px;
  max-width: 130px;
  box-sizing: border-box;
}
.inp-number .inp-text {
  width: 100%;
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
}
.inp-number .btn-number {
  width: 22px;
  height: 22px;
  position: absolute;
  line-height: 1;
  padding: 0;
  right: 0;
  min-width: 0;
  min-height: 0;
  top: 4px;
  font-size: 12px;
  font-weight: normal;
}
.inp-number .btn-number--minus {
  left: 4px;
}
.inp-number .btn-number--plus {
  right: 4px;
}
.inp-number-compact {
  position: relative;
  padding-right: 30px;
  display: block;
  width: 80px;
  box-sizing: border-box;
}
.inp-number-compact .inp-text {
  width: 50px;
  text-align: right;
  padding-left: 3px;
  padding-right: 10px;
  height: 60px;
}
.inp-number-compact .btn-number {
  width: 30px;
  height: 50%;
  position: absolute;
  line-height: 1;
  padding: 0;
  right: 0;
  min-width: 0;
  min-height: 0;
}
.inp-number-compact .btn-number--minus {
  bottom: 0;
}
.inp-number-compact .btn-number--plus {
  top: 0;
}
/* MESSAGES */
.message {
  padding: 7px;
  background: transparent;
  color: #31383E;
  text-align: left;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  border-radius: 5px;
  border: 1px solid #E6E7E8;
}
.message.message--error {
  background-color: #FFDFE5;
  border-color: #FF2751;
}
.message.message--warning {
  background-color: #FEF2DE;
  border-color: #F5A623;
}
.message.message--info {
  background-color: #EBFAFA;
  border-color: #06D0EE;
}
@media (min-width: 960px) {
  .message {
    padding: 14px 19px;
  }
}
.select2 {
  width: auto !important;
}
.select2-container--default .select2-selection--single {
  border-color: #E6E7E8;
  border-width: 1px;
  height: 40px;
  border-radius: 0;
  transition: border-color 300ms ease;
}
.select2-container--default .select2-selection--single:focus {
  border-color: #E6E7E8;
  box-shadow: 0 0 4px rgba(182, 179, 179, 0.5);
}
.select2-container--open.select2-container--default .select2-selection--single {
  box-shadow: 0 0 4px rgba(182, 179, 179, 0.5);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #31383E;
  line-height: 39px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 11px;
  padding-right: 50px;
  font-size: 14px;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 39px;
  width: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #31383E;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #31383E;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  float: none;
  position: absolute;
  right: 35px;
  top: 0;
  bottom: 0;
  width: 15px;
  text-align: center;
  font-size: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #31383E;
  font-weight: bold;
}
.select2-dropdown {
  border-radius: 0;
  border-color: #E6E7E8;
  border-width: 1px;
  box-shadow: 0 0 4px rgba(182, 179, 179, 0.5);
}
.select2-results {
  text-align: left;
}
.select2-results .select2-results__options .select2-results__option {
  padding: 2px 8px;
  margin: 0;
  font-size: 14px;
  color: #31383E;
}
.select2-results .select2-results__options .select2-results__option:before {
  display: none;
}
.select2-search--dropdown .select2-search__field {
  font-size: 14px;
  color: #31383E;
}
.select2-search--dropdown .select2-search__field:focus {
  outline: none;
}
.select2-container {
  display: block;
}
.select2-container:focus,
.select2-container *:focus {
  outline: none;
}
.select2-selection__rendered {
  position: absolute;
  left: 0;
  right: 0;
}
/* FORM */
label,
.label {
  font-weight: bold;
  cursor: pointer;
  color: #8193A3;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: top;
}
.js .hide-label label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
/* INPUT ERRORS / NOTES / HELP */
.error label {
  color: #FF2751;
}
label.error {
  color: #FF2751;
  text-transform: none;
  font-size: 14px;
}
/* MISC */
.req {
  font-size: 14px;
}
.req:last-child {
  margin-bottom: 0;
}
/* TABLE */
table {
  margin: 0 0 1.25em 0;
  font-size: 12px;
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  line-height: 1.5;
}
tbody {
  font-size: 100%;
}
th,
td {
  padding: 10px 5px;
  border: none;
  text-align: left;
  vertical-align: middle;
  background-color: transparent;
}
th {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #8193A3;
}
th a {
  color: #8193A3;
  text-decoration: none;
}
th a:hover,
th a:focus,
th a:active {
  color: #31383E;
}
.no-touchevents th a[href^="tel:"] {
  color: #8193A3;
}
tbody td {
  background-color: #F3F4F6;
  border-top: 1px solid #fff;
  transition: background-color 0.3s ease;
}
tbody tr:nth-child(even) th,
tbody tr:nth-child(even) td {
  background-color: #F9F9F9;
}
tbody tr:hover td {
  background-color: #e4fae7 !important;
}
.table--reset {
  width: auto;
  line-height: 1.5;
  margin: 0 0 1.25em 0;
  font-size: inherit;
}
.table--reset th,
.table--reset td {
  border: none;
  padding: 0 1em 0 0;
  background: none !important;
}
.table--reset th:last-child,
.table--reset td:last-child {
  padding-right: 0;
}
@media (min-width: 960px) {
  .table--px-s th,
  .table--px-s td {
    padding-left: 6px;
    padding-right: 6px;
  }
  .table--px-s th:first-child,
  .table--px-s td:first-child {
    padding-left: 10px;
  }
  .table--px-s th:last-child,
  .table--px-s td:last-child {
    padding-right: 10px;
  }
}
@media (min-width: 590px) {
  .td-w-140 {
    width: 140px;
  }
}
@media (min-width: 768px) {
  table {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  th,
  td {
    padding: 15px 20px;
  }
}

.header {
  height: 60px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}
.header__logo {
  margin: 0;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 3;
  font-size: 12px;
}
.header__logo-img {
  height: 22px;
  width: auto;
}
.header-box__ca-control {
  position: absolute;
  top: 0;
  width: 60px;
  box-sizing: border-box;
  margin: 0;
  z-index: 11;
  right: 0;
  padding: 0;
}
.header-box__ca-link {
  display: block;
  height: 0;
  width: 0;
  padding: 60px 0 0 60px;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.header-box__ca-box {
  position: absolute;
  top: 60px;
  max-width: 260px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  z-index: 10;
  width: 100%;
  display: block;
  right: 0;
  margin: 0;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  text-align: left;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.header-box.ca-expanded .header-box__ca-link {
  background: #EBFAFA;
}
.header-box.ca-expanded .header-box__ca-box {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}
@media (max-width: 767px) {
  .main-menu .ham {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .main-menu .ham .inner,
  .main-menu .ham:before,
  .main-menu .ham:after {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #31383E;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .main-menu .ham:before {
    top: 5px;
    content: "";
  }
  .main-menu .ham .inner {
    top: 14px;
  }
  .main-menu .ham:after {
    top: 23px;
    content: "";
  }
  .main-menu.ca-expanded .ham .inner,
  .main-menu.ca-expanded .ham:before,
  .main-menu.ca-expanded .ham:after {
    background: #31383E;
  }
  .main-menu.ca-expanded .ham:before {
    top: 13px;
    transform: rotate(135deg);
  }
  .main-menu.ca-expanded .ham .inner {
    opacity: 0;
    left: -60px;
  }
  .main-menu.ca-expanded .ham:after {
    top: 13px;
    transform: rotate(-135deg);
  }
  .main-menu__list {
    background-color: #fff;
  }
  .ul--reset > li.main-menu__item {
    border-top: 1px solid #E6E7E8;
  }
  .ul--reset > li.main-menu__item--has-submenu.js-submenu--ca-expanded .main-menu-submenu {
    position: static;
    top: auto;
    left: auto;
  }
  .main-menu__item-wrap {
    position: relative;
    margin-bottom: 0;
  }
  .main-menu__submenu-control {
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .main-menu__submenu-control:before {
    display: inline-block;
    content: '';
    font-family: 'tappy';
    line-height: 1 !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    text-decoration: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 6px;
    position: absolute;
    content: "\f0d7";
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    text-align: center;
    margin: -3px 0 0 -3px;
    color: #31383E;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .js-submenu--ca-expanded .main-menu__submenu-control:before {
    transform: rotateX(180deg);
  }
  a.main-menu__item-link {
    display: block;
    padding: 17px 25px;
    color: #31383E;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
  }
  a.main-menu__item-link:hover,
  a.main-menu__item-link:focus,
  a.main-menu__item-link:active {
    color: #31383E;
  }
  .no-touchevents a.main-menu__item-link[href^="tel:"] {
    color: #31383E;
  }
  a.main-menu__item-link:hover,
  a.main-menu__item-link--selected {
    background-color: #F2F2F4;
  }
  .main-menu-submenu {
    position: absolute;
    top: -5000px;
    left: -5000px;
  }
  .main-menu-submenu__list {
    padding-bottom: 10px;
  }
  .main-menu-submenu__item-link {
    display: block;
    position: relative;
    font-weight: bold;
    padding: 7px 20px 7px 50px;
    color: #31383E;
    text-decoration: none;
    font-size: 15px;
  }
  .main-menu-submenu__item-link:hover,
  .main-menu-submenu__item-link:focus,
  .main-menu-submenu__item-link:active {
    color: #31383E;
  }
  .no-touchevents .main-menu-submenu__item-link[href^="tel:"] {
    color: #31383E;
  }
  .main-menu-submenu__item-link:before {
    width: 6px;
    height: 6px;
    left: 28px;
    top: 16px;
    content: "";
    background-color: #06D0EE;
    position: absolute;
  }
  .main-menu-submenu__item-link:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .main-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .main-menu__ca-control {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
  }
  .main-menu__ca-box.header-box__ca-box {
    position: relative;
    top: auto;
    box-shadow: none;
    max-width: none;
    right: auto;
    opacity: 1;
    visibility: visible;
    background: none;
    transition: none;
  }
  .main-menu__list {
    display: flex;
    justify-content: center;
  }
  .ul--reset > li.main-menu__item {
    text-align: center;
  }
  .ul--reset > li.main-menu__item--has-submenu {
    position: relative;
  }
  .ul--reset > li.main-menu__item--has-submenu.js-submenu--ca-expanded .main-menu__item-link:after,
  .ul--reset > li.main-menu__item--has-submenu:hover .main-menu__item-link:after {
    left: 0;
    right: 0;
    opacity: 1;
    transition-delay: 0s;
  }
  .ul--reset > li.main-menu__item--has-submenu.js-submenu--ca-expanded .main-menu__item-inner-ico:before,
  .ul--reset > li.main-menu__item--has-submenu:hover .main-menu__item-inner-ico:before {
    transform: rotateX(180deg);
  }
  .ul--reset > li.main-menu__item--has-submenu.js-submenu--ca-expanded .main-menu-submenu,
  .ul--reset > li.main-menu__item--has-submenu:hover .main-menu-submenu {
    opacity: 1;
    visibility: visible;
    transition: visibility 0.3s linear 0s, opacity 0.3s ease;
  }
  .main-menu__item-wrap {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
  }
  .main-menu__submenu-control {
    display: none;
  }
  .main-menu__item-link {
    display: block;
    height: 60px;
    color: #31383E;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
    position: relative;
    transition: background-color 0.3s ease;
  }
  .main-menu__item-link:hover,
  .main-menu__item-link:focus,
  .main-menu__item-link:active {
    color: #31383E;
  }
  .no-touchevents .main-menu__item-link[href^="tel:"] {
    color: #31383E;
  }
  .main-menu__item-link:after {
    content: "";
    height: 4px;
    position: absolute;
    left: 50%;
    right: 50%;
    background-color: #06D0EE;
    bottom: 0;
    opacity: 0;
    transition: left 0.3s ease, right 0.3s ease, opacity 0s linear 0.3s;
  }
  .main-menu__item-link:hover:after,
  .main-menu__item-link--selected:after {
    left: 0;
    right: 0;
    transition-delay: 0s;
    opacity: 1;
  }
  .main-menu__item-inner {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    position: relative;
    line-height: normal;
    font-weight: bold;
  }
  .main-menu-submenu {
    position: absolute;
    right: 0;
    width: 260px;
    opacity: 0;
    visibility: hidden;
    top: 66px;
    text-align: left;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    transition: visibility 0.3s linear 0.3s, opacity 0.3s ease;
  }
  .main-menu-submenu:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #fff transparent;
  }
  .main-menu-submenu__list {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
  }
  .main-menu-submenu__item {
    border-top: 1px solid #E6E7E8;
  }
  .main-menu-submenu__item:first-child {
    border-top: none;
  }
  .main-menu-submenu__item-link {
    display: block;
    color: #31383E;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
    position: relative;
  }
  .main-menu-submenu__item-link:hover,
  .main-menu-submenu__item-link:focus,
  .main-menu-submenu__item-link:active {
    color: #06D0EE;
  }
  .no-touchevents .main-menu-submenu__item-link[href^="tel:"] {
    color: #31383E;
  }
}
.user-box .header-box__ca-control {
  right: 60px;
  width: auto;
}
.user-box .header-box__ca-link {
  color: #31383E;
}
.user-box .header-box__ca-link:hover,
.user-box .header-box__ca-link:focus,
.user-box .header-box__ca-link:active {
  color: #31383E;
}
.no-touchevents .user-box .header-box__ca-link[href^="tel:"] {
  color: #31383E;
}
.user-box .header-box__ca-box {
  background-color: #fff;
  top: 60px;
  text-align: left;
}
.user-box__heading-icon {
  font-size: 34px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: 9px;
}
@media (max-width: 767px) {
  .user-box__img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #E6E7E8;
    overflow: hidden;
  }
  .user-box__img-box-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .user-box__heading-name {
    display: none;
  }
  .user-box__item {
    border-top: 1px solid #E6E7E8;
  }
  .user-box__item-link {
    display: block;
    color: #31383E;
    text-decoration: none;
    padding: 17px 25px;
    font-weight: bold;
    font-size: 15px;
    position: relative;
  }
  .user-box__item-link:hover,
  .user-box__item-link:focus,
  .user-box__item-link:active {
    color: #31383E;
  }
  .no-touchevents .user-box__item-link[href^="tel:"] {
    color: #31383E;
  }
  .user-box__item-link:hover {
    background-color: #F2F2F4;
  }
}
@media (min-width: 768px) {
  .user-box .header-box__ca-control {
    right: 20px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
  }
  .user-box .header-box__ca-link {
    width: auto;
    padding: 0;
    display: flex;
    align-items: center;
    height: 60px;
  }
  .user-box .header-box__ca-box {
    top: 66px;
    right: 20px;
    max-width: 180px;
    background: none;
    box-shadow: none;
  }
  .user-box .header-box__ca-box:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #fff transparent;
  }
  .user-box.ca-expanded .header-box__ca-link {
    background: none;
  }
  .user-box__heading-name {
    display: flex;
    align-items: center;
  }
  .user-box__img-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #E6E7E8;
    overflow: hidden;
    margin-left: 10px;
    position: relative;
  }
  .user-box__img-box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .user-box__list {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    background: #fff;
  }
  .user-box__item {
    border-top: 1px solid #E6E7E8;
  }
  .user-box__item:first-child {
    border-top: none;
  }
  .user-box__item-link {
    display: block;
    color: #31383E;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
    position: relative;
  }
  .user-box__item-link:hover,
  .user-box__item-link:focus,
  .user-box__item-link:active {
    color: #06D0EE;
  }
  .no-touchevents .user-box__item-link[href^="tel:"] {
    color: #31383E;
  }
}
/* NAVIGATION SKIP */
.nav-skip {
  height: 0;
  margin: 0;
}
.nav-skip a {
  position: absolute;
  left: -2000px;
  top: auto;
}
.nav-skip a:focus,
.nav-skip .nav-skip a:active {
  position: absolute;
  left: 0;
  width: 250px;
  background: #fff;
  padding: 0 0 5px;
  z-index: 99;
}
/* LAYOUT */
.outer-wrap {
  position: relative;
}
.in-box {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  box-sizing: border-box;
}
.in-box.in-box--p0 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .in-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .in-box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.std-box--p {
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .std-box--p {
    padding: 20px 30px;
  }
}
@media (min-width: 960px) {
  .std-box--p {
    padding: 30px 40px;
  }
}
.std-box--p-s {
  padding: 10px 10px;
}
@media (min-width: 768px) {
  .std-box--p-s {
    padding: 15px 30px;
  }
}
@media (min-width: 960px) {
  .std-box--p-s {
    padding: 15px 40px;
  }
}
.std-box--p-10 {
  padding: 10px;
}
.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.rangeslider {
  background: #F3F4F6;
  position: relative;
}
.rangeslider--horizontal {
  height: 9px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.rangeslider__fill {
  background: #31383E;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}
.rangeslider__handle {
  cursor: pointer;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  background-color: #06D0EE;
  border-radius: 50%;
}
.rangeslider__handle:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -2px;
  background-color: #fff;
  border-radius: 50%;
}
.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
  background-color: #06D0EE;
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  box-shadow: 1px 1px 0 rgba(36, 42, 66, 0.1);
}
.heading__title {
  margin: 0;
  display: flex;
  align-items: center;
}
.heading__other {
  margin-top: 10px;
  margin-bottom: 0;
}
.heading__status {
  position: relative;
}
.heading__status:after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -6px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 4px solid #31383E;
}
.heading__status--orange:after {
  background-color: #F5A623;
}
.heading__status--green:after {
  background-color: #46DC5E;
}
@media (min-width: 768px) {
  .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .heading__other {
    margin-top: 0;
    margin-left: 10px;
  }
}
.status-dot {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.status-dot--orange {
  background-color: #F5A623;
}
.popup-detail {
  position: relative;
}
.popup-detail:hover .popup-detail__box {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s linear 0s;
}
.popup-detail__box {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 290px;
  opacity: 0;
  visibility: hidden;
  margin-left: -145px;
  padding-bottom: 40px;
  transition: opacity 0.3s ease, visibility 0.3s linear 0.3s;
}
.popup-detail__box:after,
.popup-detail__box:before {
  content: "";
  position: absolute;
  left: 50%;
}
.popup-detail__box:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 9px 0 9px;
  border-color: #E6E7E8 transparent transparent transparent;
  bottom: 28px;
  margin-left: -9px;
}
.popup-detail__box:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  bottom: 30px;
  margin-left: -8px;
}
.popup-detail__inner {
  box-sizing: border-box;
  border-radius: 5px;
  padding: 12px 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
@media (max-width: 589px) {
  .popup-detail {
    display: none;
  }
}
.paging__filtered {
  text-align: center;
}
.paging__pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.paging__page {
  padding: 3px;
}
.paging__move {
  text-align: center;
}
@media (min-width: 960px) {
  .paging {
    position: relative;
  }
  .paging__filtered {
    position: absolute;
    left: 0;
    top: 3px;
    margin-bottom: 0;
  }
  .paging__pages {
    margin-bottom: 0;
  }
  .paging__move {
    position: absolute;
    right: 0;
    top: 3px;
    margin-bottom: 0;
  }
}
.product-select {
  display: flex;
  margin: -2px -8px;
  padding: 4px 10px;
}
.product-select:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
  transition: opacity 0.3s ease;
}
.select2-results__option--highlighted .product-select:after {
  opacity: 0;
}
.product-select__name-desc {
  flex: 1;
}
.product-select__name {
  font-size: 13px;
  font-weight: bold;
}
.product-select__desc {
  font-size: 12px;
}
.product-select__price {
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tabs__title {
    margin-bottom: 0;
  }
  .tabs__title .ca-link {
    background-color: #F2F2F4;
    display: block;
    color: #31383E;
    padding: 8px 10px;
    text-decoration: none;
  }
  .tabs__title .ca-link:hover,
  .tabs__title .ca-link:focus,
  .tabs__title .ca-link:active {
    color: #31383E;
  }
  .no-touchevents .tabs__title .ca-link[href^="tel:"] {
    color: #31383E;
  }
}
@media (min-width: 768px) {
  .tabs__title {
    display: none;
  }
}
.tabs__box {
  display: block !important;
  position: absolute;
  left: -50000px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  top: -50000px;
}
.tabs__box-inner {
  padding: 20px 10px 10px;
}
@media (min-width: 768px) {
  .tabs__box-inner {
    padding: 20px 0 0;
  }
}
.tabs__fragment--ca-expanded .tabs__box,
.tabs__fragment--expanded .tabs__box {
  position: relative;
  left: auto;
  opacity: 1;
  top: auto;
}
@media (max-width: 767px) {
  .tabs__fragment {
    border-radius: 5px;
    margin-bottom: 5px;
    border: 2px solid #F2F2F4;
  }
  .tabs__fragment.tabs__fragment--ca-expanded {
    border-color: #31383E;
  }
  .tabs__fragment.tabs__fragment--ca-expanded .tabs__title .ca-link {
    background-color: #31383E;
    color: #fff;
  }
}
.no-js .tabs.js-tabs .tabs-nav {
  display: none;
}
.no-js .tabs.js-tabs .tabs__box {
  position: static;
  left: auto;
  opacity: 1;
  top: auto;
}
.no-js .tabs.js-tabs .tabs__fragment {
  margin-top: 40px;
}
.tabs-nav {
  display: flex;
  border-bottom: 2px solid #F2F2F4;
}
@media (max-width: 767px) {
  .tabs-nav {
    display: none;
  }
}
li.tabs-nav__item {
  margin-right: 5px;
}
li.tabs-nav__item:last-child {
  margin-right: 0;
}
.tabs-nav__link {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  background-color: #F2F2F4;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 16px;
  text-decoration: none;
  color: #8193A3;
}
.tabs-nav__link:hover,
.tabs-nav__link:focus,
.tabs-nav__link:active {
  color: #31383E;
}
.no-touchevents .tabs-nav__link[href^="tel:"] {
  color: #8193A3;
}
.tabs-nav__link:hover {
  background-color: #E8E9EB;
}
.tabs-nav__link.ca-ext-active {
  background-color: #31383E;
  color: #fff;
}
/*# sourceMappingURL=styles.css.map */