/*
Theme Name: skaroupka
Author: tp
Author URI: http://www.tp.cz/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skaroupka
*/
:root {
  --color-background: #F7F7F7;
  --color-background-blue: #DAE3E7;
  --color-background-red: #B20B1B;
  --color-background-blue-dark: #202020;
  --font: #202020;
  --font-heading: #202020;
  --font-link: #202020;
  --font-link-hover: #202020;
  --font-menu-item: #202020;
  --font-menu-item-hover: #B20B1B;
  --color-border: #202020;
  --color-button-red: #B20B1B;
  --color-button-white-border: #B20B1B;
  --color-button-red-text: #FFFFFF;
  --color-button-red-hover: #202020;
  --color-button-white-border: #202020;
  --color-button-red-hover-text: #FFFFFF;
  --color-button-white: #fff;
  --color-button-white-border: #C5C4C4;
  --color-button-white-text: #202020;
  --color-button-white-hover: #fff;
  --color-button-white-hover-border: #C5C4C4;
  --color-button-white-hover-text: #202020;
  --vertical-margin: 100px 0;
  --vertical-margin: 10rem 0;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0 0 24px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font-size: 62.5%;
  font-family: "Cairo", sans-serif;
}
body {
  font-family: "Cairo", sans-serif;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
}
body,
input,
textarea {
  font-weight: 300;
  line-height: 24px;
  line-height: 2.4rem;
  color: var(--font);
}
.has-small-font-size {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
.has-medium-font-size {
  font-size: 20px;
  font-size: 2rem;
  line-height: normal;
}
.has-large-font-size {
  font-size: 24px !important;
  font-size: 2.4rem !important;
  line-height: 32px;
}
a,
input,
textarea,
select,
button {
  outline: none;
}
a {
  color: var(--font-link);
  transition: all 0.2s ease;
  text-decoration: underline;
}
a:hover {
  color: var(--font-link-hover);
  text-decoration: none;
}
a:active {
  color: var(--font-link-hover);
  text-decoration: none;
}
a:focus {
  color: var(--font-link);
  outline: none;
}
a:focus-visible {
  color: var(--font-link);
  outline-offset: 1px;
  outline: 2px solid var(--font);
}
a.link--white {
  color: #FFF;
}
a.link--white:active {
  opacity: .7;
}
a.link--white:focus {
  color: #FFF;
  outline: none;
}
a.link--white:focus-visible {
  color: #FFF;
  outline: 2px solid #FFF;
}
a:hover,
a:active,
a:focus,
a:focus-visible {
  transition: all 0.2s ease 0s;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--font-heading);
  margin: 0;
  margin-bottom: 22px;
  margin-bottom: 2.2rem;
  font-family: "Cairo", serif;
  font-weight: 700;
}
h1,
.h1 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 52px;
  line-height: 5.2rem;
}
h2,
.h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  line-height: 4.2rem;
}
h3,
.h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
}
h4,
.h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
}
h5,
.h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}
h6,
.h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
}
p {
  margin: 0 0 24px 0;
  margin: 0 0 2.4rem 0;
}
p:last-child {
  margin-bottom: 0;
}
p + h1,
ul + h1,
ol + h1,
figure + h1,
p + h2,
ul + h2,
ol + h2,
figure + h2,
p + h3,
ul + h3,
ol + h3,
figure + h3,
p + h4,
ul + h4,
ol + h4,
figure + h4,
p + h5,
ul + h5,
ol + h5,
figure + h5,
p + h6,
ul + h6,
ol + h6,
figure + h6 {
  margin-top: 24px;
  margin-top: 2.4rem;
}
blockquote {
  color: #fff;
  padding: 26px 30px;
  padding: 2.6rem 3rem;
  margin: 0 0 16px 0;
  margin: 0 0 1.6rem 0;
}
blockquote p {
  margin-bottom: 6px;
  margin-bottom: .6rem;
  position: relative;
  padding-left: 24px;
  padding-left: 2.4rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote p::before {
  content: "";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 9px;
  font-weight: 700;
  width: 9px;
  height: 9px;
  background-size: 9px 9px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iVnJzdHZhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iOXB4IiBoZWlnaHQ9IjlweCIgdmlld0JveD0iMCAwIDkgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOSA5IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjZmZmZmZmIiBwb2ludHM9IjksMyA2LDMgNiwwIDMsMCAzLDMgMCwzIDAsNiAzLDYgMyw5IDYsOSA2LDYgOSw2ICIvPjwvc3ZnPg==);
}
blockquote:last-child {
  margin-bottom: 0;
}
ul,
ol {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ol ol,
ul ul {
  margin: 0 0 16px;
  margin: 0 0 1.6rem;
}
ol li ol,
ul li ul {
  margin-top: 16px;
  margin-top: 1.6rem;
}
ul,
ol {
  padding: 0;
  padding-left: 30px;
  padding-left: 3rem;
}
ul li,
ol li {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
  padding-left: 24px;
  padding-left: 2.4rem;
}
ul li::before {
  content: "";
  position: absolute;
  border-radius: 3px;
  left: 9px;
  top: 11px;
  width: 5px;
  height: 5px;
  background-color: var(--font-heading);
}
ul li li::before {
  border: 2px solid var(--font-heading);
  background-color: #fff;
  width: 8px;
  height: 2px;
}
ol {
  padding-left: 0;
}
ol ol {
  counter-reset: item;
}
ol > li {
  counter-increment: item;
  list-style: none;
  padding-left: 30px;
  padding-left: 3rem;
}
ol > li::before {
  background-color: transparent;
  color: var(--font-heading);
  content: counter(item);
  width: 26px;
  height: 26px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
ol li {
  content: counter(subitem);
}
ol li li {
  content: counter(subsubitem);
}
ol[style="list-style-type: upper-alpha;"] > li::before {
  content: counter(item, upper-alpha) ".";
}
ol[style="list-style-type: upper-alpha;"] > li::before li {
  content: counter(subitem, upper-alpha) ".";
}
ol[style="list-style-type: upper-alpha;"] > li::before li li {
  content: counter(subsubitem, upper-alpha) ".";
}
ol[style="list-style-type: lower-alpha;"] > li::before {
  content: counter(item, lower-alpha) ".";
}
ol[style="list-style-type: lower-alpha;"] > li::before li {
  content: counter(subitem, lower-alpha) ".";
}
ol[style="list-style-type: lower-alpha;"] > li::before li li {
  content: counter(subsubitem, lower-alpha) ".";
}
ol[style="list-style-type: lower-greek;"] > li::before {
  content: counter(item, lower-greek);
}
ol[style="list-style-type: lower-greek;"] > li::before li {
  content: counter(subitem, lower-greek);
}
ol[style="list-style-type: lower-greek;"] > li::before li li {
  content: counter(subsubitem, lower-greek);
}
ol[style="list-style-type: lower-roman;"] > li::before {
  content: counter(item, lower-roman);
}
ol[style="list-style-type: lower-roman;"] > li::before li {
  content: counter(subitem, lower-roman);
}
ol[style="list-style-type: lower-roman;"] > li::before li li {
  content: counter(subsubitem, lower-roman);
}
ol[style="list-style-type: upper-roman;"] > li::before {
  content: counter(item, upper-roman);
}
ol[style="list-style-type: upper-roman;"] > li::before li {
  content: counter(subitem, upper-roman);
}
ol[style="list-style-type: upper-roman;"] > li::before li li {
  content: counter(subsubitem, upper-roman);
}
.wp-block-table {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
}
table {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
.wp-block-table table,
table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  background: #FFf;
  border-spacing: 0;
  padding: 0 69px;
  padding: 0 6.9rem;
  filter: drop-shadow(0px 4px 20px rgba(0, 59, 101, 0.08));
}
.wp-block-table table th,
table th {
  font-family: "Cairo", serif;
}
.wp-block-table table th,
table th,
.wp-block-table table td,
table td {
  padding: 16px 0 16px;
  padding: 1.6rem 0 1.6rem;
  border: 0;
  border-bottom: 1px dashed #fafafa;
  color: #000;
  box-sizing: border-box;
  text-align: left;
}
.wp-block-table table th a,
table th a,
.wp-block-table table td a,
table td a {
  color: var(--font);
}
.wp-block-table table tr:last-child th,
table tr:last-child th,
.wp-block-table table tr:last-child td,
table tr:last-child td {
  border: 0;
}
.wp-block-table table thead tr,
table thead tr {
  border-radius: 5px 5px 0 0;
}
.wp-block-table table thead tr:first-child td:first-child,
table thead tr:first-child td:first-child,
.wp-block-table table thead tr:first-child th:first-child,
table thead tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
  overflow: hidden;
}
figcaption {
  margin-top: 16px;
  margin-top: 1.6rem;
}
@media screen and (max-width: 79.9375em) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .has-small-font-size {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .has-medium-font-size {
    font-size: 1.8rem;
    line-height: normal;
  }
  .has-large-font-size {
    font-size: 2rem !important;
    line-height: 28px;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-bottom: 1.6rem;
  }
  h1,
  .h1 {
    font-size: 3.8rem;
    line-height: 4.8rem;
  }
  h2,
  .h2 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
  h3,
  .h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  h4,
  .h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
  h5,
  .h5 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  h6,
  .h6 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.hideText {
  margin: 0;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  color: transparent;
  display: block;
}
.transitionAll {
  transition: all .2s ease;
}
html,
body {
  min-width: 320px;
  position: relative;
}
#all {
  overflow: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  width: revert-layer;
  contain-intrinsic-size: none;
}
img.alignnone {
  display: inline-block;
}
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  padding: 0 !important;
  margin: 0 !important;
}
.grecaptcha-badge {
  display: none !important;
}
#cmplz-manage-consent .cmplz-manage-consent {
  display: none !important;
}
.page-overlay,
.page-loader {
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-size: 120px 30px;
  background-position: center center;
  display: none;
}
.page-overlay svg,
.page-loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: var(--font-link);
  width: 120px;
  height: 30px;
  margin-left: -60px;
  margin-top: -15px;
}
.page-overlay .page-loader__text,
.page-loader .page-loader__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-weight: 700;
  display: none;
}
.show-overlay .page-overlay {
  display: block;
}
.show-loader .page-loader {
  display: block;
}
.only--mobile {
  display: none !important;
}
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="date"],
input[type="submit"],
button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="date"],
input[type="url"],
input[type="file"],
select {
  color: var(--font);
  background-color: transparent;
  padding: 7px 0 7px 0;
  padding: .7rem 0 .7rem 0;
  width: 100%;
  box-sizing: border-box;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  line-height: 2.8rem;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--color-border);
  border-radius: 0;
}
textarea:autofill,
input[type="text"]:autofill,
input[type="tel"]:autofill,
input[type="email"]:autofill,
input[type="number"]:autofill,
input[type="password"]:autofill,
input[type="search"]:autofill,
input[type="date"]:autofill,
input[type="url"]:autofill,
input[type="file"]:autofill,
select:autofill,
textarea::-internal-autofill-selected,
input[type="text"]::-internal-autofill-selected,
input[type="tel"]::-internal-autofill-selected,
input[type="email"]::-internal-autofill-selected,
input[type="number"]::-internal-autofill-selected,
input[type="password"]::-internal-autofill-selected,
input[type="search"]::-internal-autofill-selected,
input[type="date"]::-internal-autofill-selected,
input[type="url"]::-internal-autofill-selected,
input[type="file"]::-internal-autofill-selected,
select::-internal-autofill-selected {
  background-color: #fff !important;
}
textarea.is-invalid,
input[type="text"].is-invalid,
input[type="tel"].is-invalid,
input[type="email"].is-invalid,
input[type="number"].is-invalid,
input[type="password"].is-invalid,
input[type="search"].is-invalid,
input[type="date"].is-invalid,
input[type="url"].is-invalid,
input[type="file"].is-invalid,
select.is-invalid,
textarea.wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="file"].wpcf7-not-valid,
select.wpcf7-not-valid {
  border: 1px solid transparent;
  border-bottom: 1px solid #D22718;
  transition: all .2s ease;
}
textarea:hover,
input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="date"]:hover,
input[type="url"]:hover,
input[type="file"]:hover,
select:hover {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--color-border);
}
textarea:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="file"]:focus,
select:focus {
  border: 0;
  transition: all .2s ease;
  outline: none;
}
textarea:focus-visible,
input[type="text"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="email"]:focus-visible,
input[type="number"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="date"]:focus-visible,
input[type="url"]:focus-visible,
input[type="file"]:focus-visible,
select:focus-visible {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--color-border);
}
textarea:active,
input[type="text"]:active,
input[type="tel"]:active,
input[type="email"]:active,
input[type="number"]:active,
input[type="password"]:active,
input[type="search"]:active,
input[type="date"]:active,
input[type="url"]:active,
input[type="file"]:active,
select:active {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--color-border);
}
textarea.has-error,
input[type="text"].has-error,
input[type="tel"].has-error,
input[type="email"].has-error,
input[type="number"].has-error,
input[type="password"].has-error,
input[type="search"].has-error,
input[type="date"].has-error,
input[type="url"].has-error,
input[type="file"].has-error,
select.has-error {
  border: 1px solid transparent;
  border-bottom: 1px solid #D22718;
  transition: all .2s ease;
}
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--font);
}
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="file"]::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--font);
}
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
select:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--font);
}
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="file"]:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  color: var(--font);
}
textarea.error-text,
input[type="text"].error-text,
input[type="tel"].error-text,
input[type="email"].error-text,
input[type="number"].error-text,
input[type="password"].error-text,
input[type="search"].error-text,
input[type="date"].error-text,
input[type="url"].error-text,
input[type="file"].error-text,
select.error-text {
  border: 1px solid #D22718;
}
textarea.form-date,
input[type="text"].form-date,
input[type="tel"].form-date,
input[type="email"].form-date,
input[type="number"].form-date,
input[type="password"].form-date,
input[type="search"].form-date,
input[type="date"].form-date,
input[type="url"].form-date,
input[type="file"].form-date,
select.form-date {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTE3XzIyOCkiPjxwYXRoIGQ9Ik01LjE0Mjg2IDBDNS44NTQwMiAwIDYuNDI4NTcgMC41NTg1OTQgNi40Mjg1NyAxLjI1VjIuNUgxMS41NzE0VjEuMjVDMTEuNTcxNCAwLjU1ODU5NCAxMi4xNDYgMCAxMi44NTcxIDBDMTMuNTY4MyAwIDE0LjE0MjkgMC41NTg1OTQgMTQuMTQyOSAxLjI1VjIuNUgxNi4wNzE0QzE3LjEzNjIgMi41IDE4IDMuMzM5ODQgMTggNC4zNzVWNi4yNUgwVjQuMzc1QzAgMy4zMzk4NCAwLjg2MzgzOSAyLjUgMS45Mjg1NyAyLjVIMy44NTcxNFYxLjI1QzMuODU3MTQgMC41NTg1OTQgNC40MzE3IDAgNS4xNDI4NiAwWk0wIDcuNUgxOFYxOC4xMjVDMTggMTkuMTYwMiAxNy4xMzYyIDIwIDE2LjA3MTQgMjBIMS45Mjg1N0MwLjg2MzgzOSAyMCAwIDE5LjE2MDIgMCAxOC4xMjVWNy41Wk0yLjU3MTQzIDEwLjYyNVYxMS44NzVDMi41NzE0MyAxMi4yMTg4IDIuODYwNzEgMTIuNSAzLjIxNDI5IDEyLjVINC41QzQuODUzNTcgMTIuNSA1LjE0Mjg2IDEyLjIxODggNS4xNDI4NiAxMS44NzVWMTAuNjI1QzUuMTQyODYgMTAuMjgxMiA0Ljg1MzU3IDEwIDQuNSAxMEgzLjIxNDI5QzIuODYwNzEgMTAgMi41NzE0MyAxMC4yODEyIDIuNTcxNDMgMTAuNjI1Wk03LjcxNDI5IDEwLjYyNVYxMS44NzVDNy43MTQyOSAxMi4yMTg4IDguMDAzNTcgMTIuNSA4LjM1NzE0IDEyLjVIOS42NDI4NkM5Ljk5NjQzIDEyLjUgMTAuMjg1NyAxMi4yMTg4IDEwLjI4NTcgMTEuODc1VjEwLjYyNUMxMC4yODU3IDEwLjI4MTIgOS45OTY0MyAxMCA5LjY0Mjg2IDEwSDguMzU3MTRDOC4wMDM1NyAxMCA3LjcxNDI5IDEwLjI4MTIgNy43MTQyOSAxMC42MjVaTTEzLjUgMTBDMTMuMTQ2NCAxMCAxMi44NTcxIDEwLjI4MTIgMTIuODU3MSAxMC42MjVWMTEuODc1QzEyLjg1NzEgMTIuMjE4OCAxMy4xNDY0IDEyLjUgMTMuNSAxMi41SDE0Ljc4NTdDMTUuMTM5MyAxMi41IDE1LjQyODYgMTIuMjE4OCAxNS40Mjg2IDExLjg3NVYxMC42MjVDMTUuNDI4NiAxMC4yODEyIDE1LjEzOTMgMTAgMTQuNzg1NyAxMEgxMy41Wk0yLjU3MTQzIDE1LjYyNVYxNi44NzVDMi41NzE0MyAxNy4yMTg4IDIuODYwNzEgMTcuNSAzLjIxNDI5IDE3LjVINC41QzQuODUzNTcgMTcuNSA1LjE0Mjg2IDE3LjIxODggNS4xNDI4NiAxNi44NzVWMTUuNjI1QzUuMTQyODYgMTUuMjgxMiA0Ljg1MzU3IDE1IDQuNSAxNUgzLjIxNDI5QzIuODYwNzEgMTUgMi41NzE0MyAxNS4yODEyIDIuNTcxNDMgMTUuNjI1Wk04LjM1NzE0IDE1QzguMDAzNTcgMTUgNy43MTQyOSAxNS4yODEyIDcuNzE0MjkgMTUuNjI1VjE2Ljg3NUM3LjcxNDI5IDE3LjIxODggOC4wMDM1NyAxNy41IDguMzU3MTQgMTcuNUg5LjY0Mjg2QzkuOTk2NDMgMTcuNSAxMC4yODU3IDE3LjIxODggMTAuMjg1NyAxNi44NzVWMTUuNjI1QzEwLjI4NTcgMTUuMjgxMiA5Ljk5NjQzIDE1IDkuNjQyODYgMTVIOC4zNTcxNFpNMTIuODU3MSAxNS42MjVWMTYuODc1QzEyLjg1NzEgMTcuMjE4OCAxMy4xNDY0IDE3LjUgMTMuNSAxNy41SDE0Ljc4NTdDMTUuMTM5MyAxNy41IDE1LjQyODYgMTcuMjE4OCAxNS40Mjg2IDE2Ljg3NVYxNS42MjVDMTUuNDI4NiAxNS4yODEyIDE1LjEzOTMgMTUgMTQuNzg1NyAxNUgxMy41QzEzLjE0NjQgMTUgMTIuODU3MSAxNS4yODEyIDEyLjg1NzEgMTUuNjI1WiIgZmlsbD0iIzUwNTA1MCIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzExN18yMjgiPjxyZWN0IHdpZHRoPSIxOCIgaGVpZ2h0PSIyMCIgZmlsbD0id2hpdGUiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
  background-position: calc(100% - 1.3rem) 50%;
  background-repeat: no-repeat;
}
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
input[type="date"]::-webkit-clear-button {
  display: none;
}
input[type="number"] {
  padding-right: 0;
}
textarea {
  padding-top: 22px;
  padding-top: 2.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  min-height: 100px;
  height: 196px;
  height: 19.6rem;
  resize: none;
}
.text-danger {
  color: #D22718;
  margin-top: 10px;
  margin-top: 1rem;
}
label {
  display: inline-block;
  margin-bottom: 17px;
  margin-bottom: 1.7rem;
}
.file-input-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.file-input-box input[type="file"] {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}
.file-input-box .file-input-box-label {
  position: relative;
  top: auto;
  left: auto;
  font-family: "Cairo", serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: normal;
  font-weight: 700;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.file-input-box .file-name {
  margin-left: 30px;
  margin-left: 3rem;
  display: none;
  -ms-flex-align: center;
      align-items: center;
}
.file-input-box .file-name-delete {
  height: 18px;
  width: 18px;
  margin-left: 19px;
  margin-left: 1.9rem;
  margin-top: -4px;
  cursor: pointer;
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.file-input-box--filled .file-name {
  display: -ms-flexbox;
  display: flex;
}
.alert {
  position: relative;
  padding: 10px 30px;
  padding: 1rem 3rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  border: 1px solid transparent;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
}
.alert--error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert--success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
input[type="submit"],
input[type="submit"].btn,
button.btn,
.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  font-family: "Cairo", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 8px 19px;
  padding: .8rem 1.9rem;
  height: 48px;
  border-radius: 8px;
  background: var(--color-button-red);
  border: 2px solid var(--color-button-red);
  color: var(--color-button-red-text);
  text-decoration: none;
  position: relative;
  transition: all .2s ease;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  -ms-flex-pack: center;
      justify-content: center;
}
input[type="submit"] svg,
input[type="submit"].btn svg,
button.btn svg,
.btn svg {
  fill: currentColor;
  margin-right: 18px;
  margin-right: 1.8rem;
}
input[type="submit"] svg.right-icon,
input[type="submit"].btn svg.right-icon,
button.btn svg.right-icon,
.btn svg.right-icon {
  margin: 0 0 0 18px;
  margin: 0 0 0 1.8rem;
}
input[type="submit"].btn--lower-text,
input[type="submit"].btn.btn--lower-text,
button.btn.btn--lower-text,
.btn.btn--lower-text {
  text-transform: none;
}
input[type="submit"] .btn-loader,
input[type="submit"].btn .btn-loader,
button.btn .btn-loader,
.btn .btn-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  display: none;
}
input[type="submit"] span,
input[type="submit"].btn span,
button.btn span,
.btn span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
input[type="submit"] .btn-text-mobile,
input[type="submit"].btn .btn-text-mobile,
button.btn .btn-text-mobile,
.btn .btn-text-mobile {
  display: none;
}
input[type="submit"]:hover,
input[type="submit"].btn:hover,
button.btn:hover,
.btn:hover {
  text-decoration: none;
  border: 2px solid #DAE3E7;
  color: #19181B;
  background: #DAE3E7;
}
input[type="submit"]:hover svg,
input[type="submit"].btn:hover svg,
button.btn:hover svg,
.btn:hover svg {
  fill: currentColor;
}
input[type="submit"]:active,
input[type="submit"].btn:active,
button.btn:active,
.btn:active {
  border: 2px solid #DAE3E7;
  color: #19181B;
  background: #DAE3E7;
}
input[type="submit"]:active svg,
input[type="submit"].btn:active svg,
button.btn:active svg,
.btn:active svg {
  fill: currentColor;
}
input[type="submit"]:focus,
input[type="submit"].btn:focus,
button.btn:focus,
.btn:focus {
  outline: none;
}
input[type="submit"]:focus svg,
input[type="submit"].btn:focus svg,
button.btn:focus svg,
.btn:focus svg {
  fill: currentColor;
}
input[type="submit"]:focus-visible,
input[type="submit"].btn:focus-visible,
button.btn:focus-visible,
.btn:focus-visible {
  outline-offset: 1px;
  outline: 2px solid #000;
  border: 2px solid #DAE3E7;
  color: #19181B;
  background: #DAE3E7;
}
input[type="submit"]:focus-visible svg,
input[type="submit"].btn:focus-visible svg,
button.btn:focus-visible svg,
.btn:focus-visible svg {
  fill: currentColor;
}
input[type="submit"].btn--blue,
input[type="submit"].btn.btn--blue,
button.btn.btn--blue,
.btn.btn--blue {
  border: 2px solid #DAE3E7;
  color: #19181B;
  background: #DAE3E7;
}
input[type="submit"].btn--blue svg,
input[type="submit"].btn.btn--blue svg,
button.btn.btn--blue svg,
.btn.btn--blue svg {
  fill: #19181B;
}
input[type="submit"].btn--blue:hover,
input[type="submit"].btn.btn--blue:hover,
button.btn.btn--blue:hover,
.btn.btn--blue:hover {
  background: var(--color-button-red);
  border: 2px solid var(--color-button-red);
  color: var(--color-button-red-text);
}
input[type="submit"].btn--blue:active,
input[type="submit"].btn.btn--blue:active,
button.btn.btn--blue:active,
.btn.btn--blue:active {
  background: var(--color-button-red);
  border: 2px solid var(--color-button-red);
  color: var(--color-button-red-text);
}
input[type="submit"].btn--blue:active svg,
input[type="submit"].btn.btn--blue:active svg,
button.btn.btn--blue:active svg,
.btn.btn--blue:active svg {
  fill: currentColor;
}
input[type="submit"].btn--blue:focus,
input[type="submit"].btn.btn--blue:focus,
button.btn.btn--blue:focus,
.btn.btn--blue:focus {
  outline: none;
}
input[type="submit"].btn--blue:focus svg,
input[type="submit"].btn.btn--blue:focus svg,
button.btn.btn--blue:focus svg,
.btn.btn--blue:focus svg {
  fill: currentColor;
}
input[type="submit"].btn--blue:focus-visible,
input[type="submit"].btn.btn--blue:focus-visible,
button.btn.btn--blue:focus-visible,
.btn.btn--blue:focus-visible {
  background: var(--color-button-red);
  border: 2px solid var(--color-button-red);
  color: var(--color-button-red-text);
}
input[type="submit"].btn--blue:focus-visible svg,
input[type="submit"].btn.btn--blue:focus-visible svg,
button.btn.btn--blue:focus-visible svg,
.btn.btn--blue:focus-visible svg {
  fill: currentColor;
}
input[type="submit"].btn--big,
input[type="submit"].btn.btn--big,
button.btn.btn--big,
.btn.btn--big {
  height: 60px;
  height: 6rem;
}
@media screen and (max-width: 47.9375em) {
  input[type="submit"] span,
  input[type="submit"].btn span,
  button.btn span,
  .btn span {
    text-overflow: ellipsis;
    overflow: hidden;
  }
  input[type="submit"] .btn-text,
  input[type="submit"].btn .btn-text,
  button.btn .btn-text,
  .btn .btn-text {
    display: none;
  }
  input[type="submit"] .btn-text-mobile,
  input[type="submit"].btn .btn-text-mobile,
  button.btn .btn-text-mobile,
  .btn .btn-text-mobile {
    display: block;
  }
  input[type="submit"] svg,
  input[type="submit"].btn svg,
  button.btn svg,
  .btn svg {
    margin-right: 1.2rem;
  }
  input[type="submit"] svg.right-icon,
  input[type="submit"].btn svg.right-icon,
  button.btn svg.right-icon,
  .btn svg.right-icon {
    margin: 0 0 0 1.2rem;
  }
}
input[type="checkbox"] {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
input[type="radio"] {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
input[type="radio"] + span::before,
input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 3px;
  border: 1px solid var(--color-border);
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0 0;
  top: 2px;
}
input[type="checkbox"].valid + span {
  display: inline !important;
}
input[type="checkbox"].error-text + span::before {
  border: 3px solid #D22718;
}
input[type="radio"] + span::before {
  border-radius: 50%;
  background-size: 0 0;
}
input[type="checkbox"]:checked + span::before,
input[type="radio"]:checked + span::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj48Zz48Zz48cGF0aCBmaWxsPSIjMWViNmU2IiBkPSJNNiAxMkE2IDYgMCAxIDEgNiAwYTYgNiAwIDEgMSAwIDEyeiIvPjwvZz48L2c+PC9zdmc+);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
input[type="checkbox"]:checked + span::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEyIDEwIj48Zz48Zz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNC41MzEgNi41TDEuNTMgMy41MDJsLTEuNSAxLjUgNC41MDEgNC41IDcuNS03LjVMMTAuNTMuNXoiLz48L2c+PC9nPjwvc3ZnPg==);
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-color: #d32600;
}
.label--checkbox {
  margin-right: 20px;
  margin-right: 2rem;
  position: relative;
  padding: 0 0 0 34px;
  padding: 0 0 0 3.4rem;
  font-weight: 300;
  margin-bottom: 0;
}
.label--checkbox:last-child {
  margin: 0;
}
.check-label-text {
  color: #000;
  z-index: 1;
  position: relative;
  font-size: 14px;
  line-height: 26px;
  padding: 10px 10px 8px;
  padding: 1rem 1rem .8rem;
  display: block;
}
.form-col:hover .wpcf7-acceptance label {
  color: #5f5f5f;
}
.form-col .wpcf7-acceptance {
  padding-left: 0;
  display: block;
}
.form-col .wpcf7-acceptance label {
  position: relative;
  left: auto;
  top: 0;
  text-transform: none;
  font-family: "Cairo", sans-serif;
  padding-left: 25px;
  padding-left: 2.5rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #5f5f5f;
}
.wpcf7-form-control-wrap.your-acceptance .wpcf7-not-valid-tip {
  padding-left: 0;
}
select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9ImZlQXJyb3dVcDAiPjxnIGlkPSJmZUFycm93VXAxIj48cGF0aCBpZD0iZmVBcnJvd1VwMiIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyTDYgOEwtMi4yMTYwMmUtMDYgMkwxLjUgMC41MDAwMDFMNiA1TDEwLjUgMC40OTk5OTlMMTIgMloiIGZpbGw9IiMwMDU2OUQiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.3rem) 50%;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* For IE10 */
select::-ms-expand {
  display: none;
}
@media screen and (max-width: 47.9375em) {
  select {
    padding: .9rem 1.5rem 1.1rem;
    font-size: 1.3rem;
  }
}
.flatpickr-current-month {
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-current-month input[type="number"] {
  border: 1px solid #fff;
  line-height: 33px;
  height: 35px;
  padding: 0;
}
.flatpickr-current-month input[type="number"]:hover {
  border: 1px solid #fff;
}
.flatpickr-current-month .numInputWrapper {
  margin-left: 10px;
  margin-left: 1rem;
}
/*
@media screen and (max-width: 1279px) {
	textarea,
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	input[type="date"],
	input[type="url"],
	input[type="file"],
	select {
		//padding: 1.4rem 2.2rem 1.4rem;
		font-size: 16px;
		//line-height: 2.8rem;
	}
}

@media screen and (max-width: 767px) {
	textarea,
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	input[type="date"],
	input[type="url"],
	input[type="file"],
	select {
		//padding: .9rem 2.2rem .9rem;
		font-size: 14px;
		//line-height: 2.8rem;
	}
}
	*/
div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
div.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  font-size: 1.4rem;
  color: #dc3232;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 30px 0 0;
  margin: 3rem 0 0;
  text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb900;
  color: #fff;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232;
  color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  color: #fff;
}
.form-box-section {
  border: 1px solid var(--color-border);
  padding: 30px;
  padding: 3rem;
  margin: 0 0 30px;
  margin: 0 0 3rem;
  border-radius: 8px;
}
.form-box-section:last-child {
  margin-bottom: 0;
}
.form-box-section__title--with-check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-box-section__title--with-check .label--checkbox {
  margin: 2px 0 0 auto;
}
.form-row {
  margin: 0 -12px 6px;
  margin: 0 -1.2rem 0.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-row:last-child {
  margin-bottom: 0;
}
.form-row--col2 .form-col {
  width: 50%;
}
.form-row--col3 .form-col {
  width: 33.333%;
}
.form-row--col3 .form-col:nth-child(1),
.form-row--col3 .form-col:nth-child(2) {
  max-width: 384px;
  max-width: 38.4rem;
}
.form-row--col3 .form-col:nth-child(3) {
  width: calc(100% - 76.8rem);
}
.form-row--btn .btn {
  max-width: 100%;
}
.form-row--button-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 33px;
  margin-top: 3.3rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.form-row--button-text .form-col {
  width: auto;
  /* přepis 100% */
}
.form-row--button-text .form-col--button {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.form-row--button-text .form-col--text {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-width: 0;
}
.form-col {
  position: relative;
  text-align: left;
  padding: 0 12px;
  padding: 0 1.2rem;
  box-sizing: border-box;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}
.form-col--infotext {
  font-size: 12px;
  line-height: normal;
}
.form-col__label {
  width: 200px;
  width: 20rem;
}
.form-col__label strong {
  font-weight: 600;
}
.form-col__label--full {
  width: 100%;
}
.form-col__value {
  width: calc(100% - 20rem);
}
.form-col__value--full {
  width: 100%;
  margin-top: 10px;
  margin-top: 1rem;
}
.label--required label::after {
  content: " *";
  z-index: 9;
  color: #D32600;
}
.form-col--required-select::before {
  right: 65px;
  right: 6.5rem;
}
.form-row--title {
  margin-top: 42px;
  margin-top: 4.2rem;
  margin-bottom: 34px;
  margin-bottom: 3.4rem;
}
.form-row--title .h4 {
  margin-bottom: 0;
}
.form-row--text {
  margin-top: 40px;
  margin-top: 4rem;
  margin-bottom: 34px;
  margin-bottom: 3.4rem;
  color: var(--font);
  font-weight: 400;
}
.form-row--text .text--bigger {
  color: #fff;
  font-weight: 600;
  font-family: "Cairo", serif;
}
.form-row--text a {
  text-decoration: underline;
  color: var(--font);
}
.form-row--text a:hover {
  text-decoration: none;
  color: var(--font);
}
.form-row--text a:active {
  color: var(--font);
}
.form-col--center {
  text-align: center;
}
.form-col--button {
  padding-top: 4px;
  padding-top: .4rem;
}
.form-col--button .btn svg {
  fill: #6FC4FF !important;
}
.form-col--recaptcha {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 17px;
  padding-top: 1.7rem;
}
label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  margin: 0;
  z-index: 1;
  transition: all .2s ease;
  cursor: pointer;
  font-weight: 500;
  padding-top: 14px;
  padding-top: 1.4rem;
}
label span {
  font-style: italic;
  color: #808080;
  font-weight: 400;
}
.label-only-mobile {
  display: none;
}
.wpcf7-radio {
  display: -ms-flexbox;
  display: flex;
}
.wpcf7-radio label {
  position: relative;
  top: auto;
  left: auto;
  padding-left: 42px;
  padding-left: 4.2rem;
  letter-spacing: 1.12px;
  cursor: pointer;
}
.wpcf7-radio label:hover input[type="radio"] + span::before {
  border: 1px solid #94dbef;
  background-color: #94dbef;
}
.wpcf7-radio label:focus-visible {
  outline: 2px solid #fff;
  border-radius: 2px;
}
.wpcf7-radio label:active input[type="radio"] + span::before {
  border: 1px solid #053240;
  background-color: #053240;
}
.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0 31px 0 0;
  margin: 0 3.1rem 0 0;
}
@media screen and (max-width: 47.9375em) {
  .form-row {
    margin-bottom: 1.6rem;
  }
  .form-row--col2 .form-col {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  .form-row--col2 .form-col:last-child {
    margin-bottom: 0;
  }
  .form-row--text {
    margin-top: 2.4rem;
  }
  .form-col .label-only-desktop {
    display: none;
  }
  .form-col .label-only-mobile {
    display: block;
  }
  .form-row--button-text {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin: 3.2rem 0;
  }
  .form-row--button-text .form-col--text {
    margin-top: 4rem;
  }
  .form-col--infotext {
    text-align: left;
  }
}
footer {
  padding-bottom: 28px;
  padding-bottom: 2.8rem;
}
.footer {
  background: #D5E0E5;
}
.footer-inner {
  background: #D5E0E5;
  color: #000;
  padding-bottom: 60px;
  padding-bottom: 6rem;
}
.footer-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-text {
  width: 50%;
}
.footer-form {
  width: 50%;
}
.footer-logo {
  background: no-repeat url(../img/svg-min/logo.svg) center center;
  display: block;
  width: 240px;
  height: 60px;
  background-size: 240px 60px;
  transition: all .2s ease;
  margin: 56px 0 28px;
  margin: 5.6rem 0 2.8rem;
}
.footer-logo-text {
  margin: 0;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  color: transparent;
  display: block;
}
.footer-logo-desc {
  padding-left: 40px;
  padding-left: 4rem;
  width: calc(100% - 197px);
  box-sizing: border-box;
}
.footer-form-wrapper {
  background: #BED2DA;
  padding: 30px 32px 46px;
  padding: 3rem 3.2rem 4.6rem;
  position: relative;
  top: 28px;
  top: 2.8rem;
  position: absolute;
  border-radius: 12px;
}
.footer-form-wrapper a {
  color: var(--font);
}
.footer-form-title {
  color: var(--font);
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 47.9375em) {
  .footer-inner {
    padding-bottom: 0;
  }
  .footer-text {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
    padding: 5rem 1.6rem;
    box-sizing: border-box;
    text-align: center;
  }
  .footer-form {
    width: calc(100% + 3.2rem);
    -ms-flex-order: 1;
        order: 1;
    margin: 0 -1.6rem;
  }
  .footer-form-wrapper {
    position: relative;
    top: auto;
    padding: 3rem 1.6rem 4.6rem;
    border-radius: 0;
  }
  .footer-logo {
    margin: 0 auto 4rem;
  }
  .footer-phone,
  .footer-email {
    justify-items: center;
  }
}
.main-header {
  z-index: 9;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.65);
}
.main-header-box {
  padding: 20px 0;
  padding: 2rem 0;
  box-sizing: border-box;
}
.main-header-box-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 2;
}
.main-header-box-top-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  display: none;
}
.main-header-logo {
  display: block;
  width: 240px;
  height: 60px;
  transition: all .2s ease;
  z-index: 9;
  position: relative;
}
.main-header-logo svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.main-header-logo .logo-image {
  fill: var(--color-background-blue);
}
.main-header-logo .header-logo-letter {
  fill: #19181B;
  transition: all .2s ease;
}
.main-header-logo:hover .logo-image {
  fill: var(--color-background-blue);
}
.main-header-logo:hover .header-logo-letter {
  fill: #B20B1B;
  transition: all .2s ease;
}
.main-header-logo-text {
  margin: 0;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  color: transparent;
  display: block;
}
.main-header-contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 17px 16px;
  padding: 1.7rem 1.6rem;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.main-header-contacts__phone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  margin-right: 62px;
  margin-right: 6.2rem;
}
.main-header-contacts__phone svg {
  fill: currentColor;
}
.main-header-contacts__phone:hover {
  color: #1BAFFF;
}
.main-header-socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 32px;
}
.main-header-socials__link {
  display: block;
  height: 24px;
  width: 24px;
  text-decoration: none;
  color: #fff;
}
.main-header-socials__link svg {
  fill: currentColor;
}
.main-header-socials__link:hover {
  color: #0E326B;
}
.main-header-socials__link--yt {
  width: 35px;
}
.language-list {
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  margin-left: 1.6rem;
}
.language-list-item {
  padding-left: 0;
}
.language-list-item::before {
  display: none;
}
.language-list-item__link {
  background-color: #E4E9EB;
  color: #0E326B;
  padding: 14px 10px;
  padding: 1.4rem 1rem;
  font-weight: 700;
  text-decoration: none;
  width: 48px;
  text-align: center;
  text-transform: uppercase;
}
.language-list-item__link:hover {
  background-color: var(--color-background-blue-dark);
  color: #FFF;
}
.main-header-box-bottom {
  display: none;
  position: relative;
  z-index: 1;
}
.show--menu .main-header-socials__link {
  color: #0E326B;
}
.show--menu .main-header-contacts__phone {
  color: #0E326B;
}
.main-menu-buttons {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1.6rem;
  margin-left: 32px;
  margin-left: 3.2rem;
  -ms-flex-pack: center;
      justify-content: center;
}
.main-menu-socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 32px;
  margin-top: 32px;
  margin-top: 3.2rem;
  display: none;
}
@media screen and (max-width: 79.9375em) {
  .main-header {
    position: relative;
    top: auto;
    left: auto;
  }
  .main-header-logo {
    margin-left: 0;
  }
  .main-header-box-top-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 0 0 auto;
  }
  .main-menu-buttons {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .main-header-contacts {
    display: none;
  }
  .main-header {
    position: relative;
    top: auto;
    left: auto;
  }
  .main-header-box-bottom-buttons {
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .show--menu .main-header-box-bottom-buttons {
    opacity: 0;
  }
  .main-menu-socials {
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu-socials svg {
    fill: #D6DBDD;
  }
}
@media screen and (max-width: 29.9375em) {
  .main-header-box-bottom-buttons .btn {
    width: 100%;
    max-width: 50%;
  }
  .main-header-box-bottom {
    display: block;
    margin-top: 3.2rem;
  }
  .main-header-box-bottom .btn {
    width: 100%;
  }
  .main-header-box-top-right .btn {
    display: none;
  }
}
.copyright {
  padding: 20px 0 20px;
  padding: 2rem 0 2rem;
  color: #000;
}
.copyright a {
  color: #000;
}
.copyright a:hover {
  text-decoration: none;
}
.copyright a:active {
  color: #000;
  text-decoration: none;
}
.copyright a:focus {
  color: #5B5B5B;
  outline: none;
}
.copyright a:focus-visible {
  color: #5B5B5B;
  outline-offset: 0;
  border-radius: 1px;
  outline: 2px solid #006AB4;
}
.copyright > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 79.9375em) {
  .copyright {
    padding: 3.4rem 0 4.1rem;
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width: 47.9375em) {
  .copyright {
    padding: 2.2rem 0 2.2rem;
    text-align: center;
  }
  .copyright > .container {
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .copyright .copyright-menu {
    -ms-flex-order: 1;
        order: 1;
    margin: 0 auto;
    width: 100%;
  }
  .copyright .copyright-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .copyright .copyright-menu ul li {
    width: 100%;
    text-align: center;
  }
  .copyright .copyright-menu ul li::after {
    display: none;
  }
  .copyright .copyright-text {
    -ms-flex-order: 2;
        order: 2;
    margin: 1rem auto 0;
    width: 100%;
    text-align: center;
  }
  .copyright .copyright-text span {
    display: block;
  }
}
.container {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.container--full {
  max-width: 100%;
}
.container--w1600 {
  max-width: 1600px;
  max-width: 160rem;
}
.container--w960 {
  max-width: 960px;
  max-width: 96rem;
}
@media screen and (max-width: 85.75em) {
  .container--w1272 {
    padding: 0 3.2rem;
  }
}
@media screen and (max-width: 79.9375em) {
  .container {
    padding: 0 3.2rem;
  }
  .container .container {
    padding: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .container {
    padding: 0 1.6rem;
  }
}
.main-menu {
  margin: 0 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.main-menu-navigation {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
.menu-item {
  padding: 0;
  margin: 0 32px 0 0;
  margin: 0 3.2rem 0 0;
}
.menu-item:last-child {
  margin-right: 0;
}
.menu-item::before {
  display: none;
}
.menu-item:hover > a {
  color: var(--font-menu-item-hover);
}
.menu-item a {
  font-style: normal;
  text-decoration: none;
  color: var(--font-menu-item);
  font-family: "Cairo", serif;
  position: relative;
  font-weight: 700;
  padding: 14px 0;
  padding: 1.4rem 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.menu-item a svg {
  fill: currentColor;
}
.menu-item a:hover {
  color: var(--font-menu-item-hover);
}
.menu-item.menu-item--btn a {
  background-color: var(--color-background-red);
  color: #fff;
  padding: 14px 20px;
  padding: 1.4rem 2rem;
}
.menu-item.menu-item--btn a:hover {
  background-color: var(--color-background-blue-dark);
  color: #FFF;
}
.menu-item.menu-item--btn.current-menu-item a {
  color: var(--color-background-red);
}
.menu-item.menu-item--btn.current-menu-item a::before {
  display: none;
}
.menu-item.menu-item--btn.current-menu-item a:hover {
  background-color: var(--color-background-blue-dark);
  color: #FFF;
}
.menu-item.current-menu-item > a {
  color: var(--color-background-red);
}
.menu-item.current-menu-item > a:hover {
  color: var(--color-button-red);
}
.menu-item .sub-menu {
  position: absolute;
  background-color: #fff;
  width: 220px;
  width: 22rem;
  padding: 16px;
  padding: 1.6rem;
  display: none;
  left: -16px;
  left: -1.6rem;
}
.menu-item .sub-menu .menu-item {
  padding: 10px 0;
  padding: 1rem 0;
}
.menu-item .sub-menu .menu-item a {
  font-weight: 400;
}
.menu-item .sub-menu .menu-item a::before {
  display: none;
}
.menu-item-has-children > a {
  padding-right: 24px;
  padding-right: 2.4rem;
}
.menu-children-arrow {
  width: 20px;
  height: 20px;
  line-height: 20px;
  line-height: 2rem;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  /* vertikální střed */
  -ms-flex-pack: center;
      justify-content: center;
  /* horizontální střed */
  top: 50%;
  margin-top: -10px;
  margin-top: -1rem;
  right: 0;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  transition: all .2s ease;
}
.menu-children-arrow span {
  text-align: right;
  display: block;
  line-height: 1;
}
.main-menu-switcher {
  padding: 0;
  display: none;
  margin: 0 0 0 32px;
  margin: 0 0 0 3.2rem;
}
.main-menu-switcher .main-menu--switcher__icon {
  width: 25px;
  position: relative;
  height: 22px;
}
.main-menu-switcher .main-menu--switcher__text {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  padding-left: 10px;
  padding-left: 1rem;
  text-transform: uppercase;
  color: #000;
  display: none;
}
.main-menu-switcher span {
  background: var(--font-heading) repeat scroll 0 0;
  display: block;
  height: 3px;
  left: 0px;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  width: 100%;
  opacity: 1;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}
.main-menu-switcher span:nth-child(2) {
  top: 9px;
}
.main-menu-switcher span:nth-child(3) {
  top: 9px;
}
.main-menu-switcher span:nth-child(4) {
  top: 18px;
}
.main-menu-switcher.menu-switcher--open span:nth-child(1),
.main-menu-switcher.menu-switcher--open span:nth-child(4) {
  width: 0%;
  left: 50%;
}
.main-menu-switcher.menu-switcher--open span:nth-child(2) {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.main-menu-switcher.menu-switcher--open span:nth-child(3) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.menu-item--mobile {
  display: none;
}
@media screen and (min-width: 80em) {
  .menu-item:hover .sub-menu {
    display: block;
  }
}
@media screen and (max-width: 79.9375em) {
  .main-menu-switcher {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    position: relative;
    z-index: 9;
  }
  .main-menu-navigation {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-menu {
    width: 100%;
    padding: 0;
    position: fixed;
    top: -150vh;
    left: 0;
    background-color: #fff;
    height: calc(100vh);
    box-sizing: border-box;
    overflow: auto;
    -ms-flex-align: center;
        align-items: center;
    transition: all .2s linear;
    opacity: 0;
    margin: 0;
    display: block;
    padding: 12.8rem 0 5rem;
    text-align: left;
  }
  .show--menu .main-menu {
    top: 0;
    transition: all .2s linear;
    opacity: 1;
  }
  .menu-item {
    width: 100%;
    margin: 0 0 -1px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    text-align: left;
  }
  .menu-item a {
    padding: 1.6rem 3.2rem;
    display: block;
  }
  .menu-item a::before {
    display: none;
  }
  .menu-item:last-child {
    margin-bottom: 0;
  }
  .menu-item.menu-item--btn {
    display: none;
  }
  .show--submenu .menu-children-arrow {
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    transition: all .2s ease;
  }
  .show--submenu .sub-menu {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0;
    margin: 0 0 -1px 0;
  }
  .show--submenu .sub-menu .menu-item {
    padding: 1.6rem 4rem;
  }
  .show--submenu .sub-menu a {
    padding: 0;
  }
  .main-header-right-btn {
    margin-top: 6rem;
  }
  .menu-children-arrow {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    /* vertikální střed */
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: -2rem;
  }
  .menu-children-arrow span {
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .main-menu {
    padding: 12.8rem 0 5rem;
  }
  .menu-item a {
    padding: 1.6rem;
  }
  .main-menu-switcher {
    margin: 0 0 0 1.6rem;
  }
}
/* Images */
.entry__content img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
  height: auto;
  display: block;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
  max-width: 100%;
}
img.size-full,
img.size-large {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry__content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}
img.alignright {
  float: right;
  margin: 0 0 20px 40px;
  margin: 0 0 2rem 4rem;
}
img.alignleft {
  float: left;
  margin: 0 40px 20px 0;
  margin: 0 4rem 2rem 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  margin-top: 0.4em;
}
.wp-caption {
  background: #eee;
  margin-bottom: 1.625em;
  max-width: 96%;
  padding: 9px;
}
.wp-caption img {
  display: block;
  margin: -2px 0 0 -2px;
  max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  color: #666;
  font-family: Georgia, serif;
  font-size: 12px;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0.6em;
  padding: 10px 0 5px 40px;
  position: relative;
}
.wp-caption .wp-caption-text:before {
  color: #666;
  content: '\2014';
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 7px;
}
.wp-block-columns {
  gap: 0 !important;
  margin: 0 -36px;
  margin: 0 -3.6rem;
}
.wp-block-column {
  width: 50%;
  padding: 0 36px;
  padding: 0 3.6rem;
  box-sizing: border-box;
}
.wp-block-image {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.wp-block-image:last-child {
  margin-bottom: 0;
}
[class*="wp-block-"]:last-child {
  margin-bottom: 0;
}
.wp-block-embed__wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.77777778;
}
/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */
.gallery {
  margin: 0 -18px 20px;
  margin: 0 -1.8rem 2rem;
}
.gallery-item {
  position: relative;
  float: left;
  display: block;
  padding: 0;
  box-sizing: border-box;
  line-height: 0;
  margin: 0;
  padding: 0 18px;
  padding: 0 1.8rem;
}
.gallery-item .gallery-icon {
  border: 1px solid #dedede;
  padding: 10px;
  padding: 1rem;
}
.gallery-item a {
  background-color: var(--font-link);
  display: block;
}
.gallery-item img {
  width: 100%;
  height: auto;
}
.gallery-item:hover .gallery-icon {
  border: 1px solid #228ceb;
}
.gallery-item:hover img {
  opacity: 0.3;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 48%;
  width: calc(50%);
}
.gallery-columns-3 .gallery-item {
  width: 32%;
  width: calc(33.3%);
}
.gallery-columns-4 .gallery-item {
  width: 23%;
  width: calc(25%);
}
.gallery-columns-5 .gallery-item {
  width: 19%;
  width: calc(20%);
}
.gallery-columns-6 .gallery-item {
  width: 15%;
  width: calc(16.7%);
}
.gallery-columns-7 .gallery-item {
  width: 13%;
  width: calc(14.28%);
}
.gallery-columns-8 .gallery-item {
  width: 11%;
  width: calc(12.5%);
}
.gallery-columns-9 .gallery-item {
  width: 9%;
  width: calc(11.1%);
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
@media screen and (max-width: 48.8125em) {
  .wp-block-columns {
    gap: 4rem !important;
    margin: 0 -3.6rem;
  }
}
@media screen and (max-width: 43.75em) {
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 25%;
    width: calc(25%);
  }
}
@media screen and (max-width: 40.625em) {
  .alignleft,
  .alignright {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 33%;
    width: calc(33.3%);
  }
}
@media screen and (max-width: 28.125em) {
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 50%;
    width: calc(50%);
  }
}
@media screen and (max-width: 21.875em) {
  .entry__content .gallery {
    margin-left: 0;
    margin-right: 0;
  }
  .gallery-item {
    float: none;
  }
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 100%;
  }
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.block-section-title {
  text-align: center;
  margin-bottom: 47px;
  margin-bottom: 4.7rem;
  position: relative;
}
.block-section-title::before {
  width: 100px;
  height: 3px;
  background-color: var(--color-background-red);
  content: "";
  position: absolute;
  bottom: -20px;
  bottom: -2rem;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.block-contacts {
  margin: 64px 0;
  margin: 6.4rem 0;
}
.block-contacts-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 84px;
  margin-top: 8.4rem;
}
.block-contacts-list-row {
  text-align: center;
  display: grid;
  justify-items: center;
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
}
.block-contacts-list-row:last-child {
  margin-bottom: 0;
}
.block-contacts-list-row-phone,
.block-contacts-list-row-email {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}
.block-contacts-list-row-phone a,
.block-contacts-list-row-email a {
  text-decoration: none;
}
.block-contacts-list-row-phone a svg,
.block-contacts-list-row-email a svg {
  fill: currentColor;
}
.block-contacts-list-row-phone {
  margin: 5px 0;
  margin: .5rem 0;
}
.block-contacts-list-row-email {
  margin-top: 5px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 47.9375em) {
  .block-contacts {
    margin: 3.2rem;
  }
  .block-contacts-items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4.8rem;
    gap: 2.4rem;
  }
}
.block-customers {
  margin: 64px 0;
  margin: 6.4rem 0;
}
.block-customers-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px;
}
.block-customers-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.block-customers-slider-wrapper {
  position: relative;
  padding: 0 64px;
  padding: 0 6.4rem;
}
.block-customers-slider-next,
.block-customers-slider-prev {
  width: 32px;
  height: 64px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  cursor: pointer;
}
.block-customers-slider-next svg,
.block-customers-slider-prev svg {
  fill: #BED2DA;
}
.block-customers-slider-next {
  right: 0;
}
.block-customers-slider-prev {
  left: 0;
}
.block-section-more_customers {
  margin-top: 64px;
  margin-top: 6.4rem;
}
@media screen and (max-width: 47.9375em) {
  .block-customers {
    margin: 3.2rem 0;
  }
  .block-customers-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .block-customers-slider-next,
  .block-customers-slider-prev {
    width: 16px;
    height: 32px;
  }
  .block-customers-slider-next svg,
  .block-customers-slider-prev svg {
    width: 100%;
    height: 100%;
  }
}
.block-box-icons {
  margin: 64px 0;
  margin: 6.4rem 0;
}
.block-box-icons-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 32px;
  gap: 0 3.2rem;
}
.block-box-icons-item {
  background-color: var(--color-background-blue);
  text-align: center;
  border-radius: 12px;
  /* Aktivace subgridu */
  display: grid;
  grid-row: span 3;
  /* Karta musí zabírat stejný počet řádků, co subgrid */
  grid-template-rows: subgrid;
  /* Převzetí definice řádků od rodiče */
  padding: 20px 0;
  padding: 2rem 0;
  box-sizing: border-box;
}
.block-box-icons-item:hover .block-box-icons-item__icon {
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
  transition: all .2s ease;
}
.block-box-icons-item__icon {
  margin: 0 auto 5px;
  margin: 0 auto .5rem;
  transition: all .2s ease;
}
.block-box-icons-item__icon img {
  margin: 0 auto;
}
.block-box-icons-item__name {
  margin: 0 0 14px;
  margin: 0 0 1.4rem;
  padding: 0 8px;
  padding: 0 .8rem;
  text-align: center;
  box-sizing: border-box;
}
.block-box-icons-item__text {
  text-align: center;
  padding: 0 40px;
  padding: 0 4rem;
  box-sizing: border-box;
}
.block-box-texts {
  margin: 64px 0;
  margin: 6.4rem 0;
}
@media screen and (max-width: 63.9375em) {
  .block-box-icons-items {
    grid-template-columns: repeat(4, 1fr);
  }
  .block-box-icons-item__name {
    padding: 0 2.6rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .block-box-icons,
  .block-box-texts {
    margin: 3.2rem 0;
  }
  .block-box-icons-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .block-box-icons-item__name {
    padding: 0 1rem;
    margin-top: 1rem;
  }
  .block-box-icons-item__text {
    padding: 0 1.6rem;
  }
}
@media screen and (max-width: 29.9375em) {
  .block-box-icons-items {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .block-box-icons-item {
    background-color: #fff;
    padding: 0;
  }
}
.block-realization-categories {
  margin: 64px 0;
  margin: 6.4rem 0;
}
.block-realization-categories-box {
  display: grid;
  grid-template-columns: repeat(4, 180px);
  gap: 32px;
  gap: 3.2rem;
}
.block-realization-category__item {
  background-color: var(--color-background-blue);
  aspect-ratio: 1;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: grid;
  place-items: center;
  gap: 0;
  text-decoration: none;
}
.block-realization-category__item:hover {
  background-color: var(--color-background-blue-dark);
}
.block-realization-category__item::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 18px 18px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
}
.block-realization-category__item::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0px 0px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 2px;
  right: 2px;
  content: "";
}
.block-realization-category__icon {
  margin: 0 0 20px;
  margin: 0 0 2rem;
}
.block-realization-category__icon img {
  margin: 0 auto;
}
.block-realization-category__name {
  margin: 20px auto 0;
  margin: 2rem auto 0;
  color: #fff;
  padding: 0 30px;
  padding: 0 3rem;
}
.block-realization-category {
  margin: 64px 0;
  margin: 6.4rem 0;
}
.block-realization-category-icon {
  width: 180px;
  width: 18rem;
  background-color: var(--color-background-blue);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  position: relative;
}
.block-realization-category-icon::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 18px 18px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
}
.block-realization-category-icon::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0px 0px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 2px;
  right: 2px;
  content: "";
}
.block-realization-category__name {
  text-align: center;
}
.block-realization-category-icon__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.block-realization-categories-text {
  margin: 64px 0;
  margin: 6.4rem 0;
}
.block-realization-categories-text-more {
  margin: 64px 0;
  margin: 6.4rem 0;
}
@media screen and (max-width: 79.9375em) {
  .block-realization-categories-box {
    grid-template-columns: repeat(4, 1fr);
    gap: 3.2rem;
  }
  .block-realization-category__name {
    padding: 0;
    max-width: 10rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .block-realization-categories-box {
    grid-template-columns: repeat(3, 1fr);
    place-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .block-realization-categories {
    margin: 3.2rem 0;
  }
  .block-realization-categories-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
  .block-realization-category__name {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 22.4375em) {
  .block-realization-categories-box {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.block-header {
  position: relative;
}
.block-header-image__badge {
  position: absolute;
  top: 150px;
  top: 15rem;
  left: 112px;
  left: 11.2rem;
  width: 526px;
  aspect-ratio: 1.44903581;
}
.block-header--page {
  background-color: #D5E0E5;
}
.block-header-content--page {
  position: relative;
  top: auto;
  -ms-transform: none;
      transform: none;
  left: auto;
  margin-top: 100px;
  margin-top: 10rem;
  padding: 34px 0;
  padding: 3.4rem 0;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.block-header-content--page .block-header-content__title {
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 87.4375em) {
  .block-header-image__badge {
    top: 15rem;
    left: 11.2rem;
    width: 426px;
  }
}
@media screen and (max-width: 79.9375em) {
  .block-header-content--page {
    margin-top: 1.2rem;
  }
  .block-header-image__badge {
    top: 5rem;
    left: 11.2rem;
    width: 386px;
  }
}
@media screen and (max-width: 63.9375em) {
  .block-header-image__badge {
    top: 2.5rem;
    left: 5rem;
    width: 286px;
  }
}
@media screen and (max-width: 47.9375em) {
  .block-header-image__badge {
    top: 15%;
    left: 15%;
    width: 156px;
  }
  .block-header-content--home {
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
  .block-header-slide {
    overflow: hidden;
    aspect-ratio: 1.33333333;
  }
  .block-header-slide img {
    min-height: 100%;
    max-height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
  .block-header-slider-box {
    height: 42rem;
  }
  .block-header-content--page {
    padding: 3.2rem 0;
  }
  .block-header-content--page .block-header-content__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 29.9375em) {
  .block-header-image__badge {
    width: 100px;
  }
}
.block-page-texts {
  margin: 64px 0;
  margin: 6.4rem 0;
}
.block-page-texts-desc {
  text-align: center;
}
.block-page-texts-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 50px;
  margin-top: 5rem;
}
.block-realization-list {
  margin: 64px 0;
  margin: 6.4rem 0;
}
.block-realization-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px 32px;
}
.realization-item {
  display: grid;
  grid-template-rows: subgrid;
  gap: 0;
  grid-row: span 3;
}
.realization-item__title {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.realization-item__image {
  aspect-ratio: 1.50526316;
  background: #D9D9D9;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
.realization-link {
  background: #1BAFFF;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
.realization-link:hover {
  background-color: var(--color-background-blue-dark);
  color: #FFF;
}
.block-realization-list-loader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(80, 80, 80, 0.8);
  width: 100%;
  height: calc(100% + 20rem);
  z-index: 101;
  display: none;
}
.block-realization-list-loader svg {
  position: absolute;
  top: 200px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 79.9375em) {
  .block-realization-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 47.9375em) {
  .block-realization-list {
    margin: 3.2rem 0;
  }
  .block-realization-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
}
@media screen and (max-width: 29.9375em) {
  .block-realization-items {
    grid-template-columns: 1fr;
    gap: 32px 16px;
  }
  .realization-item__image {
    aspect-ratio: 1.78087649;
  }
}
.block-map-image {
  background: #E4E9EB;
  padding: 64px 0;
  padding: 6.4rem 0;
}
@media screen and (max-width: 47.9375em) {
  .block-map-image {
    padding: 3.2rem 0;
  }
}
.block-why {
  margin: 64px 0;
  margin: 6.4rem 0;
}
.block-why-box {
  display: -ms-flexbox;
  display: flex;
}
.block-why-texts {
  width: calc(100% - 286px);
  box-sizing: border-box;
  padding-right: 32px;
  padding-right: 3.2rem;
}
.block-why-texts__bottom {
  padding-left: 212px;
  padding-left: 21.2rem;
  margin-top: 26px;
  margin-top: 2.6rem;
}
.block-why-gallery {
  display: grid;
  gap: 16px;
  gap: 1.6rem;
}
.block-why-slider {
  display: none;
  position: relative;
  z-index: 2;
}
.block-why-slider-wrappper {
  overflow: hidden;
}
@media screen and (max-width: 63.9375em) {
  .block-why-box {
    display: block;
  }
  .block-why-texts {
    width: 100%;
    padding: 0;
  }
  .block-why-texts__bottom {
    padding-left: 0;
  }
  .block-why-gallery {
    display: none;
  }
  .block-why-slider {
    display: block;
    margin: 3.2rem -3.2rem;
  }
  .block-why-slider-items {
    width: calc((3 * (500px + 32px)));
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}
@media screen and (max-width: 47.9375em) {
  .block-why {
    margin: 3.2rem 0;
  }
  .block-why-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-why-texts {
    width: calc(100%);
    padding-right: 0;
  }
  .block-why-texts__bottom {
    padding-left: 0;
  }
  .block-why-slider-items {
    width: calc((3 * (400px + 32px)));
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}
@media screen and (max-width: 34.9375em) {
  .block-why-slider-items {
    width: calc((3 * (300px + 32px)));
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}
@media screen and (max-width: 29.9375em) {
  .block-why-slider-items {
    width: calc((3 * (200px + 32px)));
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}
.block-wpcontent {
  margin: 60px 0;
  margin: 6rem 0;
}
@media screen and (max-width: 79.9375em) {
  .block-wpcontent {
    margin: 6rem 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .block-wpcontent {
    margin: 4rem 0;
  }
}
.block-contacts-form {
  padding: 100px 0 100px;
  padding: 10rem 0 10rem;
  position: relative;
}
.block-contacts-form-box {
  max-width: 1000px;
  max-width: 100rem;
  margin: 0 auto;
  border: 1px solid #005FA1;
  padding: 100px;
  padding: 10rem;
  box-sizing: border-box;
}
.block-contacts-form-content-form {
  margin-top: 50px;
  margin-top: 5rem;
}
@media screen and (max-width: 79.9375em) {
  .block-contacts-form {
    padding: 6rem 0;
  }
  .block-contacts-form-box {
    padding: 4rem;
  }
  .block-contacts-form-content-form {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .block-contacts-form {
    padding: 4rem 0;
  }
  .block-contacts-form-box {
    padding: 2rem;
  }
  .block-contacts-form-content-form {
    margin-top: 1.5rem;
  }
}
.block-gallery-items {
  display: -ms-flexbox;
  display: flex;
}
.block-gallery-link {
  position: relative;
  display: block;
}
.block-gallery-link::before {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all .2s ease;
  content: "";
  background-color: rgba(232, 68, 64, 0.9);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTE3XzIyMykiPjxwYXRoIGQ9Ik0xOS41IDkuNzVDMTkuNSAxMS45MDE2IDE4LjgwMTYgMTMuODg5MSAxNy42MjUgMTUuNTAxNkwyMy41NTk0IDIxLjQ0MDZDMjQuMTQ1MyAyMi4wMjY2IDI0LjE0NTMgMjIuOTc4MSAyMy41NTk0IDIzLjU2NDFDMjIuOTczNCAyNC4xNSAyMi4wMjE5IDI0LjE1IDIxLjQzNTkgMjMuNTY0MUwxNS41MDE2IDE3LjYyNUMxMy44ODkxIDE4LjgwNjIgMTEuOTAxNiAxOS41IDkuNzUgMTkuNUM0LjM2NDA2IDE5LjUgMCAxNS4xMzU5IDAgOS43NUMwIDQuMzY0MDYgNC4zNjQwNiAwIDkuNzUgMEMxNS4xMzU5IDAgMTkuNSA0LjM2NDA2IDE5LjUgOS43NVpNOS43NSAxNi41QzEwLjYzNjQgMTYuNSAxMS41MTQyIDE2LjMyNTQgMTIuMzMzMSAxNS45ODYyQzEzLjE1MjEgMTUuNjQ3IDEzLjg5NjIgMTUuMTQ5OCAxNC41MjMgMTQuNTIzQzE1LjE0OTggMTMuODk2MiAxNS42NDcgMTMuMTUyMSAxNS45ODYyIDEyLjMzMzFDMTYuMzI1NCAxMS41MTQyIDE2LjUgMTAuNjM2NCAxNi41IDkuNzVDMTYuNSA4Ljg2MzU4IDE2LjMyNTQgNy45ODU4MyAxNS45ODYyIDcuMTY2ODlDMTUuNjQ3IDYuMzQ3OTQgMTUuMTQ5OCA1LjYwMzgyIDE0LjUyMyA0Ljk3NzAzQzEzLjg5NjIgNC4zNTAyMyAxMy4xNTIxIDMuODUzMDMgMTIuMzMzMSAzLjUxMzgxQzExLjUxNDIgMy4xNzQ1OSAxMC42MzY0IDMgOS43NSAzQzguODYzNTggMyA3Ljk4NTgzIDMuMTc0NTkgNy4xNjY4OSAzLjUxMzgxQzYuMzQ3OTQgMy44NTMwMyA1LjYwMzgyIDQuMzUwMjMgNC45NzcwMyA0Ljk3NzAzQzQuMzUwMjMgNS42MDM4MiAzLjg1MzAzIDYuMzQ3OTQgMy41MTM4MSA3LjE2Njg5QzMuMTc0NTkgNy45ODU4MyAzIDguODYzNTggMyA5Ljc1QzMgMTAuNjM2NCAzLjE3NDU5IDExLjUxNDIgMy41MTM4MSAxMi4zMzMxQzMuODUzMDMgMTMuMTUyMSA0LjM1MDIzIDEzLjg5NjIgNC45NzcwMyAxNC41MjNDNS42MDM4MiAxNS4xNDk4IDYuMzQ3OTQgMTUuNjQ3IDcuMTY2ODkgMTUuOTg2MkM3Ljk4NTgzIDE2LjMyNTQgOC44NjM1OCAxNi41IDkuNzUgMTYuNVoiIGZpbGw9IndoaXRlIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMTE3XzIyMyI+PHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
}
.block-gallery-link:hover::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .2s ease;
  opacity: 1;
}
.block-gallery-items--4 {
  display: grid;
  gap: 30px;
  gap: 3rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.block-gallery-items--4 .block-gallery-link {
  border-radius: 8px;
  display: block;
  overflow: hidden;
}
.block-gallery-desc {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.block-gallery-desc--bottom {
  margin-top: 50px;
  margin-top: 5rem;
}
@media screen and (max-width: 47.9375em) {
  .block-gallery-items--4 {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
.main-page.main-page--404 {
  padding: 0 0 124px 0;
  padding: 0 0 12.4rem 0;
}
.search-top-bar-content__title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}
.search-top-bar-content__count {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}
.search-top-bar-content__count:last-child {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}
.archive-pagination-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 60px;
  margin-top: 6rem;
}
@media screen and (max-width: 79.9375em) {
  .archive-pagination-buttons {
    margin-top: 4rem;
  }
}
.entry {
  margin: 64px 0;
  margin: 6.4rem 0;
}
.entry-content {
  text-align: center;
}
.entry-content--default {
  text-align: left;
}
.entry-gallery-wrapp {
  overflow: auto;
}
.entry-gallery {
  margin: 64px 0;
  margin: 6.4rem 0;
}
.entry-gallery-items {
  width: calc((3 * (906px + 32px)));
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.entry-gallery-wrapper {
  overflow: hidden;
}
.entry-pagination {
  margin: 64px 0;
  margin: 6.4rem 0;
}
.entry-pagination-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 32px;
}
.entry-pagination-box a {
  color: #0E326B;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}
.entry-pagination-box a span {
  color: var(--color-background-blue);
}
.entry-pagination-box a:hover {
  color: var(--color-background-blue);
}
@media screen and (max-width: 63.9375em) {
  .entry-gallery-items {
    width: calc((3 * (500px + 32px)));
  }
}
@media screen and (max-width: 47.9375em) {
  .entry-gallery {
    margin: 3.2rem 0;
  }
  .entry-gallery-items {
    width: calc((3 * (300px + 32px)));
  }
  .entry-pagination {
    margin: 3.2rem 0;
  }
  .entry-pagination-box a {
    font-size: 16px;
  }
}
@media screen and (max-width: 34.9375em) {
  .entry-gallery-items {
    width: calc((3 * (300px + 32px)));
  }
}
@media screen and (max-width: 29.9375em) {
  .entry-gallery-items {
    width: calc((3 * (200px + 32px)));
  }
}
.page-breadcrumbs {
  padding: 28px 0 0;
  padding: 2.8rem 0 0;
  margin-bottom: 23px;
  margin-bottom: 2.3rem;
}
.breadcrumbs {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.breadcrumbs a {
  position: relative;
  color: #9c9897;
  font-weight: 400;
  margin-right: 10px;
  margin-right: 1rem;
  text-decoration: none;
}
.breadcrumbs a::after {
  content: ">";
  position: absolute;
  right: -9px;
}
@media screen and (max-width: 79.9375em) {
  .page-breadcrumbs {
    margin-bottom: .9rem;
    padding-bottom: 1.2rem;
  }
  .page-breadcrumbs--single {
    padding-bottom: .5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .page-breadcrumbs {
    margin-bottom: 0;
    padding: 1rem 0 .4rem;
  }
  .page-breadcrumbs a,
  .page-breadcrumbs span {
    line-height: 1.6rem;
    text-shadow: 0 1px #fafafa;
    color: #000;
  }
  .page-header--with-banner .page-breadcrumbs {
    margin-bottom: 0;
    padding: 1rem 1.5rem .4rem;
  }
  .page-breadcrumbs--single {
    padding-bottom: 1.2rem;
  }
}
.newsletter-popup {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  top: -200vh;
  left: 0;
  z-index: 100000;
}
.popup--show {
  top: 0;
}
.newsletter-popup-wrapp {
  position: absolute;
  width: 100%;
  max-width: 536px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.54);
  box-sizing: border-box;
  z-index: 100001;
  max-height: calc(100vh - 12rem);
  overflow: auto;
}
.newsletter-popup-wrapp--video {
  max-width: 1200px;
}
.video-popup-box-content {
  padding-top: 56.25%;
  position: relative;
}
.video-popup-box-content iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.newsletter-popup-close {
  position: absolute;
  top: 34px;
  top: 3.4rem;
  right: 23px;
  right: 2.3rem;
  height: 16px;
  width: 16px;
  cursor: pointer;
  color: #fff;
}
.newsletter-popup-close svg {
  fill: currentColor;
}
.newsletter-popup-box {
  padding: 54px 70px 63px;
  padding: 5.4rem 7rem 6.3rem;
}
.newsletter-popup-box__title {
  text-align: center;
}
.newsletter-popup-box__subtitle {
  margin-bottom: 17px;
  margin-bottom: 1.7rem;
  text-align: center;
}
.newsletter-popup-box-code {
  margin-top: 55px;
  margin-top: 5.5rem;
}
@media screen and (max-width: 47.9375em) {
  .newsletter-popup-wrapp {
    padding: 44px 10px 10px;
  }
  .newsletter-popup-box {
    padding: 2.4rem 2rem 1.6rem;
  }
}
.text--large {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
}
.text--bigger {
  font-size: 24px;
  line-height: 32px;
}
.grecaptcha-badge {
  display: none !important;
}
#cmplz-manage-consent .cmplz-manage-consent {
  display: none !important;
}
#cmplz-document,
.editor-styles-wrapper .cmplz-unlinked-mode {
  max-width: none;
}
.youtube-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* Poměr 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.youtube-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 79.9375em) {
  .section-title {
    margin-bottom: 3rem;
  }
  .section--top-space {
    padding-top: 6rem;
  }
  .section--bottom-space {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .section-title {
    margin-bottom: 2rem;
  }
  .section--top-space {
    padding-top: 4rem;
  }
  .section--bottom-space {
    padding-bottom: 4rem;
  }
  .selectbox-select {
    padding: .8rem 4.5rem .8rem 1rem;
  }
  .selectbox-list {
    width: calc(100vw - 32px);
  }
  .block-trip-filters-item:nth-child(even) .selectbox-list {
    right: 0;
    left: auto;
  }
  .selectbox-select-value {
    font-size: 14px;
    line-height: 24px;
  }
  .selectbox-select-label {
    margin-bottom: 0;
  }
  .calendarbox-select {
    padding: 0.8rem 1rem;
  }
  .calendarbox-select-label {
    margin-bottom: 0;
  }
  .calendarbox-select input {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print {
  html {
    font-size: 62.5%;
  }
  body {
    font: 15px Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: none !important;
    /* Brute force since user agents all print differently. */
    color: #000;
  }
  .wf-active body {
    font: 15px Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: none !important;
    /* Brute force since user agents all print differently. */
    color: #000;
  }
  a {
    color: #000;
    text-decoration: underline;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  table,
  pre {
    page-break-inside: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
  body > header {
    padding-top: 0px;
    box-sizing: border-box;
    height: auto;
    display: none;
  }
  footer {
    display: none;
  }
  .entry__content h1,
  .entry__content h2,
  .entry__content h3,
  .entry__content h4,
  .entry__content h5,
  .entry__content h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000;
  }
  .entry__content h1 {
    font-size: 2rem;
  }
  .entry__content h2 {
    font-size: 1.8rem;
  }
  .entry__content h3 {
    font-size: 1.6rem;
  }
  .entry__content h4 {
    font-size: 1.4rem;
  }
  .entry__content h5 {
    font-size: 1.2rem;
  }
  .entry__content h6 {
    font-size: 1rem;
  }
  .entry__content ul {
    margin-left: 2em;
    padding-left: 0;
  }
  .entry__content ul li {
    margin: 0;
    padding: 0;
    list-style: disc;
  }
  .entry__content ul li:before {
    display: none;
  }
  .entry__content table th,
  .entry__content table td {
    padding: 4px 6px;
    color: #000;
  }
  .entry__content table th a,
  .entry__content table td a {
    color: #000;
  }
  .entry__content table th {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1rem;
    font-weight: bold;
    background: transparent;
  }
  .entry__content table td {
    background: transparent;
  }
  .entry__content p a[href^="http://"]:after,
  .entry__content a[href^="https://"]:after {
    content: " (" attr(href) ")";
  }
  .entry__content p a {
    word-wrap: break-word;
  }
  .entry__content q:after {
    content: " (Zdroj: " attr(cite) ")";
  }
  .btn {
    text-decoration: underline;
    color: #000;
  }
  .container {
    width: 100%;
  }
  .main-header,
  .main-menu {
    display: none;
  }
  .slider {
    display: none;
  }
  .sidebar {
    display: none;
  }
  .content {
    float: none;
    width: 100%;
    padding: 0;
  }
  .news-more {
    display: none;
  }
  .perexies-box {
    margin: 0;
  }
  .page-banner {
    background-image: none !important;
  }
  .page-header__title {
    color: #000;
  }
  .perexies-item__title {
    color: #000;
  }
  .page-content-title {
    color: #000;
  }
  .news-content-item-text__title {
    color: #000;
  }
  .news-content-item-text__title h2 {
    color: #000;
  }
  .more-department-link {
    color: #000;
  }
  .contacts-info-map {
    display: none;
  }
  .contacts-list-title {
    color: #000;
  }
  .contacts-list-header-item {
    width: 25% !important;
  }
  .contacts-list-item--title {
    width: 50% !important;
  }
  .contacts-list-item--title .contacts-list-item {
    width: 50% !important;
  }
  .contacts-list-item--contacts {
    width: 50% !important;
  }
  .contacts-list-item--contacts .contacts-list-item {
    width: 50% !important;
  }
  .contacts-teachers .contacts-list-header-item {
    width: 20% !important;
  }
  .contacts-teachers .contacts-list-item--title {
    width: 40% !important;
  }
  .contacts-teachers .contacts-list-item--title .contacts-list-item {
    width: 50% !important;
  }
  .contacts-teachers .contacts-list-item--contacts {
    width: 60% !important;
  }
  .contacts-teachers .contacts-list-item--contacts .contacts-list-item {
    width: 33.333% !important;
  }
  .photogallery-detail,
  .photogallery {
    margin-left: 0;
    margin-right: 0;
  }
}