@charset "UTF-8";
/* CSS Variables */

:root {
    --red: #DC5975;
    --redRgba: rgba(220, 89, 117, 1);
    --blue: #789CBC;
    --blueRgba: rgba(120, 156, 188, 1);
    --green: #A9BE62;
    --greenRgba: rgba(169, 190, 98, 1);
    --contentWidth: 1260px;
    --pageWidth: 1920px;
    --space: 2rem;
    --hspace: 1rem;
    --hnpace: -1rem;
    --vspace: 3rem;
    --vnpace: -3rem;
    --lineHeight: 1.5;
    --letterSpacing: 2px;
    --fontSize: 19px;
    --font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --f: 1920px;
    --c: 1344px;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}
hr:not([size]) {
    height: 1px
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}
h1 {
    font-size: calc(1.375rem + 1.5vw)
}
@media (min-width:1200px) {
    h1 {
        font-size: 2.5rem
    }
}
h2 {
    font-size: calc(1.325rem + .9vw)
}
@media (min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}
h3 {
    font-size: calc(1.3rem + .6vw)
}
@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}
h4 {
    font-size: calc(1.275rem + .3vw)
}
@media (min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}
h5 {
    font-size: 1.25rem
}
h6 {
    font-size: 1rem
}
p {
    margin-top: 0;
    margin-bottom: 1rem
}
abbr[data-bs-original-title], abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}
ol, ul {
    padding-left: 2rem
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}
dt {
    font-weight: 700
}
dd {
    margin-bottom: .5rem;
    margin-left: 0
}
blockquote {
    margin: 0 0 1rem
}
b, strong {
    font-weight: bolder
}
small {
    font-size: .875em
}
mark {
    padding: .2em;
    background-color: #fcf8e3
}
sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
a {
    color: #0d6efd;
    text-decoration: underline
}
a:hover {
    color: #0a58ca
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}
code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}
code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}
a>code {
    color: inherit
}
kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}
kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}
figure {
    margin: 0 0 1rem
}
img, svg {
    vertical-align: middle
}
table {
    caption-side: bottom;
    border-collapse: collapse
}
caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}
label {
    display: inline-block
}
button {
    border-radius: 0
}
button:focus:not(:focus-visible) {
    outline: 0
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
button, select {
    text-transform: none
}
[role=button] {
    cursor: pointer
}
select {
    word-wrap: normal
}
select:disabled {
    opacity: 1
}
[list]::-webkit-calendar-picker-indicator {
    display: none
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}
::-moz-focus-inner {
    padding: 0;
    border-style: none
}
textarea {
    resize: vertical
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}
@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}
legend+* {
    clear: left
}
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}
::-webkit-inner-spin-button {
    height: auto
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}
::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-color-swatch-wrapper {
    padding: 0
}
::file-selector-button {
    font: inherit
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}
output {
    display: inline-block
}
iframe {
    border: 0
}
summary {
    display: list-item;
    cursor: pointer
}
progress {
    vertical-align: baseline
}
[hidden] {
    display: none!important
}
img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
    max-width: 100%;
    overflow: hidden;
}
body, html {
    margin: initial;
    padding: initial;
    height: 100%;
    width: 100%;
    min-height: 100vh;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-size: var(--fontSize);
    font-family: Raleway, sans-serif;
}
a, address, b, em, h1, h2, h3, h4, h5, h6, ol li, p, span, strike, strong, ul li {
    letter-spacing: var(--letterSpacing);
}
.fw400 {
    font-weight: 400
}
.fw500 {
    font-weight: 500
}
.fw600 {
    font-weight: 600
}
.fw700 {
    font-weight: 700
}
.fw800 {
    font-weight: 800
}
.m {
    margin-bottom: 1.5rem !important;
}
body, .container-full {
    max-width: 1920px;
    margin: auto;
    overflow-x: hidden;
    line-height: 1.5;
}
header {
    height: 756px;
    background: url(/media/img/home_opt.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    margin-bottom: calc(var(--space) * 2);
}
header .container {
    position: relative;
}
header .container h1 {
    color: var(--red);
    font-size: 45px;
    margin-bottom: 1rem;
}
header .container .s {
    color: var(--blue);
    margin: 0;
    font-weight: 600;
    font-size: var(--fontSize);
    padding: 1.5rem 0px;
}
header .container .claim {
    position: relative;
    max-width: 720px;
    padding: 3rem 1rem 3rem 0;
    background: #fff;
    -webkit-transform: translate(0, 65px);
    -ms-transform: translate(0, 65px);
    transform: translate(0, 65px);
}
.container {
    max-width: var(--c);
    margin: 0 auto;
}
.row.full {
    max-width: var(--fullWidth);
    margin: auto;
}
.row.inner {
    max-width: var(--pageWidth);
    margin: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
[class*=col-] {
    padding: 0;
    width: 100%;
    max-width: 100%;
}
@media only screen and (min-width:1024px) {
    .col-1 {
        width: 8.33%
    }
    .col-2 {
        width: 16.66%
    }
    .col-3 {
        width: 25%
    }
    .col-4 {
        width: 33.33%
    }
    .col-5 {
        width: 41.66%
    }
    .col-6 {
        width: 50%
    }
    .col-7 {
        width: 58.33%
    }
    .col-8 {
        width: 66.66%
    }
    .col-9 {
        width: 75%
    }
    .col-10 {
        width: 83.33%
    }
    .col-11 {
        width: 91.66%
    }
    .col-12 {
        width: 100%
    }
}
.color-red, .c-red {
    color: var(--red);
}
.color-blue, .c-blue {
    color: var(--blue);
}
.background-red, .bg-red {
    background-color: var(--red);
}
.background-blue, .bg-blue {
    background-color: var(--blue);
}
/* Navigace / Desktop & Tablet */

#nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(30px);
}
#nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    list-style-type: none;
    padding-left: 0;
}
#nav ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#nav ul li a {
    color: var(--red);
    text-decoration: none;
    text-transform: lowercase;
    font-weight: 800;
    margin: 0 1rem;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    font-size: 1rem;
}
#nav ul li a:hover {
    border-color: currentColor;
}
#nav ul li a.active {
    color: var(--blue);
}
@media screen and (max-width: 1320px) {
    #nav ul li a {
        margin: 0 0.5rem;
        border-bottom: 2px solid transparent;
        font-size: 1rem;
    }
}
#space {
    position: relative;
    overflow: hidden;
    height: 217px;
    background: #fff;
}
@media screen and (max-width: 1133px) {
    #space {
        height: 149px !important;
    }
}
#mobile-space {
    position: relative;
    overflow: hidden;
    height: 83px;
    background: #fff;
    display: none;
}
#top {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    background: #fff;
    z-index: 1000;
    padding-top: calc(var(--space) * 1.5);
    padding-bottom: 50px;
}
#top .row {
    overflow: auto;
    /* dev */
}
#top .logo img {
    max-width: 320px;
    height: auto;
    display: block;
    overflow: hidden;
    image-rendering: -webkit-optimize-contrast;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    will-change: transform;
}
/* Galerie */

#galleryWrapper {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
#galleryWrapper .leftArr {
    position: absolute;
    content: url("/media/img/arrL.png");
    width: 42px;
    height: 42px;
    left: 0;
    top: calc(50% - 42px);
    cursor: pointer;
    z-index: 20;
}
#galleryWrapper .rightArr {
    position: absolute;
    content: url("/media/img/arrR.png");
    width: 42px;
    height: 42px;
    right: 0;
    top: calc(50% - 42px);
    cursor: pointer;
    z-index: 20;
}
#galleryWrapper li {
    display: block;
    list-style: none;
    list-style-type: none;
}
.cards-wrapper {
    background: #fff;
    position: relative;
    width: 100%;
    max-width: 80%;
    margin: auto;
}
.cards {
    position: relative;
    margin: 0 auto;
    padding: 2.5rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cards * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.item {
    position: relative;
    width: 100%;
    width: 100%;
    height: 220px;
    max-width: 220px;
    padding: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.item:hover a {
    opacity: 0.6;
}
.item:hover a::before {
    content: "+";
    position: absolute;
    display: block;
    color: var(--red);
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    display: none;
}
.item:hover .card-link {
    background: rgba(0, 0, 0, 0.8);
}
.card-description, .card-title {
    position: relative;
    z-index: 1;
    color: #fff;
    display: block;
    text-shadow: #111 1px 0 10px;
}
.card-title {
    font-weight: 600;
    font-size: 1.525rem;
    color: #fff;
    margin: 0;
    padding: 2rem 0 0 3rem;
    position: relative;
    text-transform: uppercase;
}
.card-title:before {
    content: "/";
    font-weight: 400;
    display: inline-block;
    position: absolute;
    font-size: 2.572rem;
    left: 19px;
    top: 17px;
}
.card-description {
    font-weight: 400;
    font-size: 1.017rem;
    color: #fff;
    margin: 0;
    padding: 1rem 0 0 3rem;
}
.card-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: all 0.37s;
    -o-transition: all 0.37s;
    transition: all 0.37s;
}
.grid {
    display: block;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    grid-gap: 2rem;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* Arrows */

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "←";
}
[dir=rtl] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir=rtl] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: "→";
}
[dir=rtl] .slick-next:before {
    content: "←";
}
/* Mobilní menu*/

#mobileMenuBtn {
    position: fixed;
    z-index: 11;
    height: 33px;
    width: 54px;
    right: 17px;
    top: 30px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: none;
}
#mobileMenuBtn span {
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 4px;
    width: 42px;
    background: var(--blue);
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#mobileMenuBtn.active {
    position: fixed;
    z-index: 11;
    height: 54px;
    width: 54px;
    right: 20px;
    top: 6px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border: none;
    outline: none;
    cursor: pointer;
}
#mobileMenuBtn.active span {
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 4px;
    background: var(--blue);
    left: 0;
}
#mobileMenuBtn.active span:nth-child(1) {
    position: relative;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 27px;
}
#mobileMenuBtn.active span:nth-child(2) {
    display: none;
}
#mobileMenuBtn.active span:nth-child(3) {
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
    #mobileMenuBtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
#mobileNav {
    position: fixed;
    z-index: 7;
    background: #fff;
    max-width: 100%;
    min-width: 320px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    width: 100vw;
    padding: 0.25rem 19px;
    display: none;
}
#mobileNav>img {
    position: relative;
    left: 4px;
    max-width: 220px;
    height: auto;
    display: block;
    overflow: hidden;
    image-rendering: -webkit-optimize-contrast;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    will-change: transform;
}
#mobileNav ul {
    list-style-type: none;
    list-style: none;
    padding: 90px 0 0 0;
    display: block;
    text-align: center;
}
#mobileNav ul li {
    list-style-type: none;
    list-style: none;
    display: block;
}
#mobileNav ul li a {
    display: block;
    color: var(--red);
    font-weight: 800;
    text-decoration: none;
    font-size: 19px;
    line-height: 1.8;
}
#mobileNav ul li a.c-blue {
    color: var(--blue);
}
#mobileNav .mobile-logo {
    max-width: 270px;
    height: auto;
    margin: 1rem auto 2rem;
}
#gallery {
    clear: both;
}
@media screen and (max-width: 1024px) {
    .m-hide {
        display: none;
    }
    #mobileMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #top {
        padding-top: calc(var(--space) * 1.5);
    }
    #top .logo img {
        max-width: 240px;
        margin-left: var(--space);
    }
}
section {
    padding: 5rem 30px;
    position: relative;
}
section h2 {
    padding-bottom: calc(var(--space) *0.5);
    margin-bottom: 1rem;
    font-size: 47px;
    font-weight: 800;
    letter-spacing: 2px;
}
section#ke-stazeni .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: var(--lineHeight);
}
section#ke-stazeni .container p {
    font-weight: 600;
    margin-bottom: 0;
}
section#ke-stazeni .container ul {
    padding: 0;
}
section#ke-stazeni .container ul li {
    list-style-type: none;
    list-style: none;
}
section#ke-stazeni .container ul li a {
    color: var(--blue);
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
}
section#ke-stazeni .container ul li a:hover {
    border-color: currentColor;
}
section#ke-stazeni .container div {
    margin: 3rem 0 1.5rem 0;
}
section#ke-stazeni .download div.col-4 {
    padding-right: calc(var(--space)*2);
    width:  33.3333333%;
}
section#gallery {
    padding: 10rem calc(var(--space) * 1.777) 1rem calc(var(--space) * 1.777);
}
section#gallery .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: var(--lineHeight);
}
section#o-spolecnosti .three-cols .col-4 {
    padding-right: calc(var(--space)*2);
}
section#o-jizde {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
section#o-jizde .row .col1 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    padding-right: calc(var(--space)*2);
}
section#o-jizde .row .col2 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}
@media screen and (max-width: 1404px) {
    section#o-jizde {
        padding-left: 30px !important;
        padding-right: 0 !important;
    }
}
section#kontakt .container p, section#kontakt .container label, section#kontakt .container input, section#kontakt .container textarea {
    font-size: var(--fontSize);
    margin-bottom: calc(var(--space)*.5);
}
section#kontakt .container label {
    color: var(--blue);
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
section#kontakt .container input {
    position: relative;
    border: 2px solid var(--blue);
    padding: calc(var(--space)*.25);
    -webkit-transition: all 0.27s;
    -o-transition: all 0.27s;
    transition: all 0.27s;
}
section#kontakt .container input#email {
    width: 100%;
}
section#kontakt .container input#name {
    width: 90%;
}
section#kontakt .container input#submit {
    background: var(--blue);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    padding: 0.75rem calc(var(--space)*1.5);
    letter-spacing: 2px;
}
section#kontakt .container input#submit:hover {
    background: #fff;
    color: var(--blue);
}
section#kontakt .container textarea {
    position: relative;
    border: 2px solid var(--blue);
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0.5rem;
}
section#kontakt .container .err {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #ad0000;
    margin: 1rem 3rem 1rem 0;
    display: none;
}
section#kontakt .container .err:after {
    content: "!";
    display: block;
    position: absolute;
    top: 0;
    right: -7px;
}
footer {
    color: #fff;
    background: var(--red);
    padding: calc(var(--space) * 2.5) var(--space) calc(var(--space) * 1.25) var(--space);
}
footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .container div {
    line-height: var(--lineHeight);
}
footer .container div>a {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: all 0.27s;
    -o-transition: all 0.27s;
    transition: all 0.27s;
    color: #fff;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
}
footer .container div>a:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}
footer .container div:nth-child(1) {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
footer .container div:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    margin-right: 1rem;
}
footer .container div:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}
footer .container p {
    font-weight: 600;
    padding: 0;
    margin: 0;
}
footer .container address {
    font-style: normal;
    font-weight: 600;
    display: block;
    padding: 0;
    margin: 0;
}
footer .container .logo-white {
    max-width: 280px;
    height: auto;
    margin: unset;
    display: block;
    overflow: hidden;
}
footer .container .to-header {
    display: block;
    max-width: 320px;
    height: 100%;
    border: none !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
footer .copy {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 13px;
    margin: 1rem 0 0 0 !important;
    letter-spacing: unset;
}
footer .copy a {
    color: #fff;
    letter-spacing: unset;
    font-weight: 700;
}
footer .yt/*, li .yt*/ {
    position: relative;
}
footer .yt:before/*, li .yt:before*/ {
    position: absolute;
    left: -37px;
    top: 4px;
    display: block;
    overflow: hidden;
    content: url(/media/img/yt2s.png);
    height: calc(45px*.5);
    width: calc(59px*.5);
    background-size: cover;
}
footer .wrapper-copy {
    display: block !important;
}
footer .wrapper-copy .copy {
    float: right;
}
@media screen and (max-width: 1440px) {
    /* Začíná se lámat galerie */
    #galleryWrapper {
        max-width: 100%;
    }
    .cards {
        position: relative;
        margin: 0 auto;
        padding: 2.5rem 0;
    }
    .item {
        position: relative;
        width: 100%;
        width: 100%;
        height: 220px;
        max-width: 220px;
        padding: 0;
    }
    .grid {
        display: block;
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        grid-gap: 2rem;
        justify-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media screen and (max-width: 1420px) {
    header .container .claim {
        position: relative;
        padding: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        top: 6rem;
        max-width: 50%;
        padding: 2rem;
    }
    header .container {
        position: relative;
        display: contents;
    }
    header .container>div {
        font-size: 39px;
    }
}
@media screen and (max-width: 1220px) {
    :root {
        --fontSize: 17px;
    }
    header .container>div h1 {
        font-size: 41px;
    }
    section h2 {
        font-size: 39px;
    }
}
@media screen and (max-width: 1180px) {
    header {
        margin-left: 30px;
    }
    header .container .claim {
        padding-left: 0;
    }
}
@media screen and (max-width: 1170px) {
    .grid {
        display: block;
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        grid-gap: 1rem;
        justify-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media screen and (max-width: 1024px) {
    section {
        padding: 0.25rem !important;
    }
    section#o-jizde {
        max-width: var(--c);
        margin: 0 auto;
        position: relative !important;
        margin-top: 2rem;
    }
    section#o-jizde {
        /*        padding-left: 0 !important;
          padding-right: 0 !important;*/
    }
    section#o-jizde .row .col1 {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        background: #fff;
    }
    section#o-jizde .row .col2 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        position: relative;
        top: -120px;
        z-index: -1;
    }
    section#o-jizde p {
        font-size: var(--fontSize);
        line-height: 1.5;
    }
    section#o-spolecnosti {
        margin-top: 3rem;
        padding-left: 30px !important;
    }
    section h2 {
        font-size: 27px;
    }
    section#kontakt .container input#name {
        width: 100%;
    }
    section#kontakt .container input#submit {
        display: block;
        max-width: 320px;
    }
    section#ke-stazeni, section#kontakt, section#galerie {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    header .container .claim {
        max-width: 80%;
    }
    #top .logo img {
        margin-left: 0;
    }
    footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    footer .container.end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }
    footer .container div>a:hover {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.7);
    }
    footer .container div>a.yt {
        margin-left: 42px;
    }
    footer .container div:nth-child(1) {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    footer .container div:nth-child(2) {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        text-align: left;
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
        margin-right: 0;
        margin-bottom: 3rem;
    }
    footer .container div:nth-child(3) {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        text-align: left;
        -ms-flex-order: 32;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    footer .container .logo-white {
        margin-top: 1rem;
        margin-left: 0px;
        margin-bottom: 5rem;
    }
}
@media screen and (max-width: 1110px) {
    .grid {
        display: block;
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
        grid-gap: 1rem;
        justify-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media screen and (max-width: 976px) {
    .grid {
        display: block;
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-gap: 1rem;
        justify-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media screen and (max-width: 990px) {
    header .container>div h1 {
        font-size: 38px;
    }
}
@media screen and (max-width: 940px) {
    .grid {
        grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
        grid-gap: 1rem;
    }
    section#ke-stazeni .download div.col-4 {
        padding-right: unset;
        width:  50%;
    }
    #galleryWrapper {
        display: none;
    }
    #mobileGalleryWrapper {
        display: block !important;
    }
}
@media screen and (max-width: 840px) {
    .grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        grid-gap: 1rem;
    }
    section#o-jizde .row .col2 {
        top: -80px;
    }
}
#mobileGalleryWrapper {
    position: relative;
    margin: auto;
    padding: 0;
    display: none;
    list-style-type: none;
    list-style: none;
}
#mobileGalleryWrapper .slick-dotted.slick-slider {
    margin-bottom: 5rem;
}
#mobileGalleryWrapper .slick-slide img {
    display: block;
    /*         max-width: 320px; */
    height: auto;
    overflow: hidden;
    margin: auto;
}
.slick-dots li {
    width: 3px;
    height: 3px;
}
#mobileGalleryWrapper .slick-dots .slick-dots li button::before {
    color: #d0dce8;
}
#mobileGalleryWrapper .slick-dots li.slick-active button::before {
    color: var(--blue);
}
#mobileGalleryWrapper .slick-dots .slick-dots li button:hover::before, #mobileGalleryWrapper .slick-dots .slick-dots li button:focus::before {
    color: var(--blue);
}
#mobileGalleryWrapper .cards-wrapper {
    padding-left: 0;
}
@media screen and (max-width: 500px) {
    section {
        padding: 4rem calc(var(--space) * 1);
    }
    section#ke-stazeni .container div {
        margin: 1.5rem 0 1.5rem 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    section#galerie {
        margin-top: 3rem;
    }
    section#kontakt .container input#submit {
        margin-bottom: 1rem;
    }
    footer .container .logo-white {
        max-width: 200px;
        position: relative;
        margin-top: 0;
        margin-bottom: 3rem;
    }
    footer .container {
        max-width: 200px !important;
    }
}
#top-mobile {
    background: #fff;
    display: none;
    z-index: 10;
    top: 0;
    /* dev */
    padding-top: 15px !important;
    padding-bottom: 14px !important;
}

@media screen and (max-width: 1024px) {
    :root {
        --fontSize: 15px;
    }
   /* zákaz animací na menších rozlišeních */
    [data-aos-delay] {
        -webkit-transition-delay: 0 !important;
        -o-transition-delay: 0 !important;
        transition-delay: 0 !important;
    }
    #top-mobile {
        display: block;
        position: fixed;
        width: 100%;
    }
    #top-mobile .logo {
        position: relative;
        display: block;
        max-width: 185px;
    }
    #top-mobile .logo img {
        max-width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        margin-left: 30px;
    }
    #top, #space {
        display: none;
    }
    #mobile-space {
        display: block;
    }
    header {
        background-size: cover;
        background-position-y: 185px; /* přepozicování obrázku na pozadí */
    }
    header .container>div h1 {
        font-size: 32px;
    }
    header .container .claim {
        max-width: 60%;
        position: relative;
        top: 0;
    }
    section h2 {
        font-size: 32px;
    }
    #top .logo img {
        max-width: 270px;
    }
    header {
        margin-bottom: 0;
    }
    section h2 {
        font-size: 33px;
    }
    section#ke-stazeni .container div {
        margin: 1.7rem 0 1.7rem 0;
    }
   /* zákaz animací na menších rozlišeních */
    [data-aos-delay] {
        -webkit-transition-delay: 0 !important;
        -o-transition-delay: 0 !important;
        transition-delay: 0 !important;
    }
    #top-mobile {
        display: block;
        position: fixed;
        width: 100%;
    }
    #top-mobile .logo {
        position: relative;
        display: block;
        max-width: 185px;
    }
    #top-mobile .logo img {
        max-width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        margin-left: 30px;
    }
    #top, #space {
        display: none;
    }
    #mobile-space {
        display: block;
    }
    header {
        background-size: cover;
        background-position-y: 185px; /* přepozicování obrázku na pozadí */
    }
    header .container>div h1 {
        font-size: 32px;
    }
    header .container .claim {
        max-width: 60%;
        position: relative;
        top: 0;
    }
    section h2 {
        font-size: 32px;
    }
}


@media screen and (max-width: 900px) {
    #top .logo img {
        max-width: 220px;
    }
}


@media screen and (max-width: 860px) {
    :root {
        --fontSize: 14px;
    }
    header .container .claim {
        max-width: 70%;
        position: relative;
        top: 0;
    }
}



@media screen and (max-width: 740px) {
    header .container .claim {
        max-width: 80%;
        position: relative;
        top: 0;
    }
}



@media screen and (max-width: 640px) {
    header .container .claim {
        max-width: 80%;
        position: relative;
        top: 0;
    }
    header .container>div h1 {
        font-size: 24px;
        /* dev */
    }
    section#ke-stazeni .container div {
        margin: 1.25rem 0 1.25rem 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    section#o-jizde .row .col1 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    section#o-jizde .row .col2 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        top: unset;
    }
    section#galerie {
        margin-top: 2rem;
    }
    footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 320px;
    }
    footer .container.end {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    footer .container div>a:hover {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.7);
    }
    footer .container div>a.yt {
        margin-left: unset;
        position: relative;
        left: 29px;
    }
    footer .container div:nth-child(1) {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 1rem;
    }
    footer .container div:nth-child(2) {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 1rem;
    }
    footer .container div:nth-child(3) {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 1rem;
    }
    footer .yt {
        margin-left: 31px;
    }
    footer .yt::before {
        left: -33px;
        top: 0;
    }
    footer .wrapper-copy .copy {
        float: unset;
    }
}



@media screen and (max-width: 500px) {
    header {
        background-size: cover;
        background-position-y: 185px;
        background-position-x: -682px;
    }
    header .container .claim {
        max-width: 80%;
        position: relative;
        top: 0;
    }
    section h2 {
        font-size: 29px;
    }
}


@media screen and (max-width: 440px) {
    :root {
        --fontSize: 14px;
    }
    header .container>div .s {
        font-size: calc(var(--fontSize) * .82);
    }
}























.iEAlert {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #ac0000;
    color: #fff;
    font-size: 1.75em;
    text-align: center;
    padding: 1em 1em;
    opacity: 0.7;
    display: none;
}
.iEAlert p {
    margin: 0;
}
.iEAlert a {
    display: block;
    color: #fff;
}