@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --main-color: #70bc00;
    --sec-color: #474f40;
    --text-color: #494949;
    --transp-color: rgb(255, 255, 255, 0.9);
    --light_red-color: #FCF0F0;
    --box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    --box-shadow-hov: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    --bor-radius: 15px;
    --hov-color: #67ac00;
    /* nastaveni sirky stranky */
    --page-size: 1500px;
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-size: 14px;
    overflow-x: hidden;
    background: white;
}

main {
    position: relative;
    width: 100%;
}

* {
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
    padding: 0;
    transition: .2s;
    font-size: 15px;
    line-height: 180%;
    color: var(--text-color);
}

.cleaner {
    clear: both;
    height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: var(--main-color);
    line-height: 130%;
}

h1 {
    text-transform: none;
    font-size: 40px;
}

h2 {
    font-size: 29px;
    font-weight: 600;
}

h3 {
    font-size: 19px;
    font-weight: 600;
    margin: 10px 0 15px;
}

h4 {
    font-size: 18px;
    font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    line-height: inherit;
    color: inherit;
}

p {
    margin-bottom: 15px
}

strong {
    font-weight: bold;
}

li {}

a {
    font-size: 15px;
    color: #072d78;
}


/* -------- -TABULKA ---------------- */

table {
    margin: 15px auto;
    margin-left: 0;
    border-collapse: collapse;
}

table tr {}

table tr th {
    background: #a7a7a7;
    padding: 10px;
    border: 1px solid #dfdfdf;
    color: white;
}

table tr th * {
    color: #ffffff;
}

table tr td {
    box-sizing: border-box;
    padding: 10px 15px;
    border: 1px solid #dfdfdf;
}


/*---------------------------- -SPOLECNE CLASSY -------------------------------*/

.page_size,
.stranka_subakce {
    width: 97%;
    max-width: var(--page-size);
    box-sizing: border-box;
}

.active {
    display: block !important;
    transform: translate(0, 0) !important;
}

.no_active {
    display: none !important;
}

.body_noscroll {
    overflow: hidden;
}

.titulka {
    padding-bottom: 0;
    background: url(/galerie/1514.svg) right -120px top 200px no-repeat;
    background-size: 450px;
}

.titulka section {
    padding-top: 70px;
}

.titulka h2 {
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
}

.titulka h2 a {
    text-decoration: none;
}

.titulka h2 a:hover {
    text-decoration: underline;
}

.more {
    color: var(--main-color);
    font-weight: 600;
    text-decoration: none;
}

.more:hover {
    color: var(--hov-color);
    text-decoration: underline;
}

div.obal_odkazu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 4em 0 4em;
}

div.obal_odkazu a {
    margin-right: 15px;
}

div.obal_odkazu * {
    margin: 0;
}

div.obal_odkazu a.sipka.leva {
    margin-right: 1.5em;
}

div.obal_odkazu a.sipka.prava {
    margin-left: 1.5em
}

div.obal_odkazu div.spol_odkaz {
    border-radius: 20px;
    background: white;
}

div.obal_odkazu div.spol_odkaz a.na_mail {
    display: inline-block;
    padding: 10px 30px;
    font-weight: bold;
}

a.btn {
    padding: 7px 35px;
    display: inline-block;
    text-transform: uppercase;
    box-sizing: border-box;
    font-weight: 500 !important;
    line-height: 24px;
    height: 37px;
    font-weight: bold;
    background: var(--main-color);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    box-shadow: var(--box-shadow);
}

a.btn.gray {
    opacity: 0.7;
}

a.btn:hover {
    opacity: 1;
    background: var(--hov-color);
    color: white;
    box-shadow: var(--box-shadow-hov);
}

a.btn.white {
    color: white;
    background: var(--text-color);
    opacity: 0.7;
}

a.btn.white:hover {
    background: var(--text-color);
    color: white;
    opacity: 1;
}

.sipka {
    display: inline-block;
    width: 37px;
    height: 37px;
    opacity: 0.7;
    cursor: pointer;
}

.sipka.white {}

.sipka:hover {
    opacity: 1;
}

.sipka.leva {
    background-size: 30%;
}

.sipka.prava {
    background-size: 30%;
}

.sipka.prava:hover,
.sipka.leva:hover {
    background-color: var(--main-color);
}

article.clanek_body a.btn {
    padding: 8px 25px;
    margin: 10px 0;
}


/*  -ANIMACE */

.load {
    opacity: 1;
    animation-name: showUp;
    animation-duration: 550ms;
    animation-delay: 250ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: backwards;
}

@keyframes showUp {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.titulka .nadpis_sekce {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.titulka .nadpis_sekce h2 {
    margin: 0;
}

.titulka .nadpis_sekce div.odkazy {
    margin: 0;
}

.titulka .nadpis_sekce div.odkazy a {}


/*---------------------------- -HLAVICKA --------------------------------------*/

header {
    position: relative;
    height: 750px;
}

header .top_bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 71px;
    z-index: 5;
    background: rgb(67 73 65 / 90%);
    box-shadow: var(--box-shadow);
}

header .top_bar::after {
    position: absolute;
    /* display: block; */
    /* content: ""; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    z-index: -1;
}

header .top_bar .obsah {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-right: 25px;
}

header .top_bar a.logo {
    position: absolute;
    display: flex;
    align-items: center;
    width: auto;
    height: 114px;
    box-sizing: border-box;
    padding: 18px 36px;
    padding-right: 107px;
    left: 0;
    top: 0;
    text-decoration: none;
    background: url(/galerie/1511.svg) right center no-repeat;
    background-size: cover;
    filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.2));
}

header .top_bar a.logo img {
    width: auto;
    height: 90%;
    margin-right: 32px;
    /* transform: translate(0, -10px); */
}

header .top_bar a.logo * {
    color: black;
}

header .top_bar a.logo h1 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 2px;
    margin-top: 13px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--main-color);
}

header .top_bar a.logo span {
    /* display: none; */
    color: white;
    font-style: italic;
    font-size: 17px;
    opacity: 0.8;
}

header .top_bar .bar_item {
    margin-left: 15px;
    margin-right: 0;
}

header .top_bar nav.hlavni>ul {
    display: flex;
}

header .top_bar nav.hlavni ul li.karta {
    position: relative;
    list-style-type: none;
    margin: 0 3px;
    height: 85px;
    display: flex;
    align-items: center;
}

header .top_bar nav.hlavni ul li.karta a {
    position: relative;
    box-sizing: border-box;
    padding: 9px 0;
    font-size: 18px;
    font-weight: 400;
    color: white;
    text-decoration: none;
    transition: .5s;
    margin: 0 15px;
    text-transform: uppercase;
}

header .top_bar nav.hlavni ul li.karta a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 4px;
    width: 0;
    transform: translate(-50%, 0);
    background: #F4DE11;
    transition: .4s;
}

header .top_bar nav.hlavni ul li.karta a:hover::before {
    width: 100%;
}

header .top_bar nav.hlavni ul li.karta ul.sub {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    background: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
    width: 240px;
    /* box-shadow: var(--box-shadow); */
}

header .top_bar nav.hlavni ul li.karta:hover ul.sub {
    display: block;
}

header .top_bar nav.hlavni ul li.karta ul.sub li {
    display: block;
    width: 100%;
    list-style-type: none;
}

header .top_bar nav.hlavni ul li.karta ul.sub li a {
    display: block;
    box-sizing: border-box;
    padding: 2px 20px;
    text-decoration: none;
    color: black;
    text-align: left;
    border-left: 2px solid transparent;
    width: 100%;
    margin: 0;
    font-weight: 500;
}

header .top_bar nav.hlavni ul li.karta ul.sub li a:hover {
    color: black;
    background: #F4DE11;
}

header .top_bar div.socialni_site {
    display: flex;
}

header .top_bar div.socialni_site a {
    display: block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: var(--main-color);
    filter: drop-shadow(8px 5px 6px rgba(0, 0, 0, 0.1));
    margin-left: 8px;
    opacity: 0.5;
}

header .top_bar div.socialni_site a:hover {
    opacity: 1
}

header .top_bar div.socialni_site a.facebook {
    background: white url(/galerie/1504.svg)center center no-repeat;
    background-size: 27%;
}

header .top_bar .mobile_menu {
    display: none;
}


/* ------------- SUBAKCE ------------------------*/

header.subakce {
    height: 250px;
}


/* ------------- vyhledavani ------------------------*/

header .top_bar .search span.search_open {
    display: block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: white url(/galerie/1512.svg)center center no-repeat;
    background-size: 50%;
    cursor: pointer;
}

header .top_bar .search span.search_open:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

header span.search_open.close {
    background: #b9b9b9 url(/galerie/1512.svg)center center no-repeat;
    background-size: contain;
    border-radius: 50%;
    cursor: pointer;
}

div.search_win {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    opacity: 1;
    animation-name: showUp;
    animation-duration: 350ms;
    animation-delay: 50ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: backwards;
    z-index: 5;
}

div.search_win .obsah_v .search_close_clona {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

div.search_win .obsah_v {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 2em;
}

div.search_win span.search_open {
    position: relative;
    margin: 0;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    background-size: 55%;
    z-index: 2;
    /* border-radius: 5px; */
    margin-left: 5px;
}

div.search_win span.search_open.close {
    background-size: 44% !important;
}

div.search_win span.search_open.close:hover {
    background-color: var(--main-color);
}

div.search_win .obsah_v div.vyhledavani_obal {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    height: 50px;
    color: #435563;
    margin-left: 15px;
    vertical-align: top;
    margin-right: 0;
    /* border-bottom: 5px solid #fcc10d; */
    z-index: 2;
    margin: 0;
    background: white;
    /* border-radius: 7px; */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    border-radius: 30px;
}

div.search_win .obsah_v div.vyhledavani_obal input.textpole_vyhledavani {
    height: 41px;
    width: calc(100% - 50px);
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
    border: 0px;
    background: transparent;
    color: #435563;
    overflow: hidden;
    border-radius: 0;
    font-size: 18px;
}

div.search_win .obsah_v div.vyhledavani_obal input.textpole_vyhledavani::placeholder {
    color: #435563;
}

div.search_win .obsah_v div.vyhledavani_obal input.tlacitko_vyhledat {
    float: right;
    display: block;
    width: 50px;
    height: 50px;
    background: #e2e2e2 url(/galerie/1512.svg)center center no-repeat;
    background-size: 55%;
    overflow: hidden;
    color: transparent !important;
    border: 0;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
}

div.search_win .obsah_v div.vyhledavani_obal input.tlacitko_vyhledat:hover {
    background-color: #cccccc;
}

div.search_win .obsah_v div.vyhledavani_obal input.textpole_vyhledavani:focus::placeholder {
    opacity: 0.6;
}

div.search_win .obsah_v div.vyhledavani_obal input.textpole_vyhledavani:focus,
div.search_win .obsah_v div.vyhledavani_obal input.tlacitko_vyhledat:focus {
    outline: none;
}


/*---------------------------- -SLIDER -------------------------------*/

figure.slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.wrapper {
    width: 100vw;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: transparent;
    z-index: 1;
}

.wrapper.wrapping {
    pointer-events: none;
}

#items {
    width: fit-content;
    display: flex;
    position: relative;
    top: 0;
    /* left: -100vw;*/
    height: 100%;
    transition: 0s;
}

#items.shifting {
    transition: left .2s ease-out;
}

.slider,
.slider * {
    /* transition: 0s !important; */
}

.slide {
    width: 100vw;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 1s;
    position: relative;
    background: #f3f3f3;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: -webkit-grab;
}

.slide img:active {
    cursor: -webkit-grabbing;
    transform: scale(1.02);
}

.slider_info * {
    color: var(--text-color);
}

.slider_info {
    display: block;
    position: absolute;
    right: 2%;
    bottom: 40px;
    width: 96%;
    max-width: 45%;
    background: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
    padding: 30px;
    box-shadow: var(--box-shadow);
}

.slider_info h2 {
    margin-bottom: 12px;
}

.slider_info p.text {
    margin-bottom: 22px;
    font-size: 15px;
}

.slider_info .ovladani {
    display: flex;
    justify-content: space-between;
}

.slider_info .ovladani .btn {
    margin: 0;
}

.slider_info .ovladani .sipky {
    margin: 0;
}


/*---------------------------- -CLANEK --------------------------------------*/

.titulka section.clanek {
    display: flex;
    padding-top: 0;
    position: relative;
    z-index: 4;
}

.titulka section.clanek div.info {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    padding-left: 70px;
    padding-top: 50px;
}

.titulka section.clanek div.info h2 {
    margin-left: 0;
}

.titulka section.clanek div.info p {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 40px;
}

.titulka section.clanek div.info .btn {
    margin-left: 0;
}

.titulka section.clanek figure.obrazek {
    width: 50%;
    height: auto;
    margin-top: -63px;
}

.titulka section.clanek figure.obrazek img {
    width: 100%;
    height: auto;
    max-height: 450px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--bor-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
}


/*---------------------------- -NASE SLUZBY --------------------------------------*/

section.nase_sluzby {}

section.nase_sluzby .vypis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

section.nase_sluzby .vypis article.sluzba {
    display: flex;
    width: 100%;
    background: white;
    box-sizing: border-box;
    padding: 25px;
    border-radius: var(--bor-radius);
    filter: drop-shadow(3px 5px 4px rgba(0, 0, 0, 0.2));
}

section.nase_sluzby .vypis article.sluzba .info {
    margin: 0;
    width: calc(100% - 80px);
}

section.nase_sluzby .vypis article.sluzba .info h3 {}

section.nase_sluzby .vypis article.sluzba .info .text {}

section.nase_sluzby .vypis article.sluzba .info .text * {}

section.nase_sluzby .vypis article.sluzba figure.ikona {
    margin: 0;
    display: block;
    width: 80px;
    height: 70px;
}

section.nase_sluzby .vypis article.sluzba figure.ikona img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top center;
}


/*---------------------------- -NASE TECHNIKA --------------------------------------*/

section.nase_technika {
    position: relative;
}

section.nase_technika::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: #455441;
    z-index: -2;
}

section.nase_technika .vypis {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    box-sizing: border-box;
    padding-bottom: 60px;
}

section.nase_technika .vypis article.technika {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: var(--bor-radius);
    box-shadow: var(--box-shadow);
    overflow: hidden;
}

section.nase_technika .vypis article.technika:first-of-type {
    grid-column: 1/3;
    grid-row: 1/3;
    height: 525px;
}

section.nase_technika .vypis article.technika figure.obrazek {
    width: 100%;
    height: 100%;
}

section.nase_technika .vypis article.technika figure.obrazek img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.nase_technika .vypis article.technika h3.nazev {
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--main-color);
    color: white;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding: 25px;
    border-top-left-radius: var(--bor-radius);
    margin: 0;
    line-height: 120%;
}


/*---------------------------- -AKTUALITY --------------------------------------*/

section.aktuality {}

section.aktuality .vypis {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}

article.aktualita,
article.clanek article.clanek {
    display: flex;
    align-content: baseline;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

article.aktualita figure.obrazek,
article.clanek article.clanek figure.obrazek {
    width: 100%;
    height: 250px;
    margin-right: 0;
}

article.aktualita figure.obrazek a,
article.clanek article.clanek figure.obrazek a {
    display: block;
    width: 100%;
    height: 100%;
}

article.aktualita figure.obrazek a:hover img,
article.clanek article.clanek figure.obrazek a:hover img {
    transform: scale(1.02);
}

article.aktualita figure.obrazek a img,
article.clanek article.clanek figure.obrazek a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: var(--bor-radius);
    box-shadow: var(--box-shadow);
}

article.aktualita div.info,
article.clanek article.clanek div.info {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-right: 30px;
}

article.aktualita div.info h3,
article.clanek article.clanek h3 {
    text-decoration: none;
    margin-bottom: 4px;
    margin-top: 0 !important;
    line-height: 128%;
}

article.aktualita div.info h3 a,
article.clanek article.clanek h3 a {
    text-decoration: none;
    color: var(--main-color);
}

article.aktualita div.info h3 a:hover,
article.clanek article.clanek h3 a:hover {
    text-decoration: underline;
}

article.aktualita div.info span.datum,
article.clanek article.clanek div.info span.datum {
    color: #888888;
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    margin-top: 20px;
}

article.aktualita div.info div.text {
    margin-bottom: 20px;
}

article.aktualita div.info div.text * {}


/*---------------------------- -FOTOGALERIE --------------------------------------*/

.titulka section.fotogalerie {}

.titulka section.fotogalerie .vypis {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    box-sizing: border-box;
}

.titulka section.fotogalerie .vypis a {
    display: block;
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.titulka section.fotogalerie .vypis a:first-of-type {
    grid-column: 1/3;
    grid-row: 1/3;
    height: 460px;
}

.titulka section.fotogalerie .vypis a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.titulka section.fotogalerie .vypis a img:hover {
    transform: scale(1.03)
}


/*---------------------------- -PATICKA --------------------------------------*/

footer {
    box-sizing: border-box;
    padding-bottom: 60px;
    background: url(/galerie/1505.svg) left -250px bottom -100px no-repeat, url(/galerie/1505.svg) right 250px bottom -100px no-repeat;
    background-size: 600px;
    background-color: var(--sec-color);
}

footer * {
    color: white;
}

footer a {
    text-decoration: underline;
}

footer a:hover {
    text-decoration: none;
}

footer .bloky {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 40px 0;
}

footer .bloky section.blok {
    margin-right: 0;
    margin-left: 50px;
}

section.blok.kontakt {
    margin-left: 0;
}

section.blok.kontakt {
    display: flex;
    align-items: flex-start;
}

section.blok.kontakt img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 220px;
    height: auto;
    margin-right: 30px;
}

section.blok.kontakt .info {}

footer .bloky .bloky_odkazu {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

footer .bloky section.blok h4 {
    margin-bottom: 11px;
    text-transform: uppercase;
    font-size: 20px;
    text-align: right;
    font-weight: 500;
    color: var(--main-color);
}

footer .bloky section.blok ul {}

footer .bloky section.blok ul li {
    text-align: right;
    list-style-type: none;
    display: block;
    margin-bottom: 5px;
}

footer .bloky section.blok ul li a {}

footer .jondu {
    text-align: center;
    box-sizing: border-box;
    padding: 7px 0;
    width: 95%;
}


/*------------- DROBECKOVA NAVIGACE  -----------------------------*/

section.drobeckova_navigace {
    margin-bottom: 15px !important;
}

section.drobeckova_navigace ul {
    display: flex;
    align-items: center;
    padding-left: 0 !important;
}

section.drobeckova_navigace ul li {
    margin: 0;
    list-style-type: none;
    text-transform: uppercase;
    margin-right: 10px;
    color: #a7a7a7;
    font-size: 14px;
}

section.drobeckova_navigace ul li.separator {
    opacity: 0.7;
}

section.drobeckova_navigace ul li a.domu {
    font-weight: 500;
    text-decoration: none;
}

section.drobeckova_navigace ul li a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

section.drobeckova_navigace ul li a:hover {
    color: var(--main_color);
    text-decoration: underline;
}


/*------------- -BLOG  -----------------------------*/

.aside_cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 150px;
}

main.main_subakce article.clanek {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 75%;
    margin: 0;
}

main.main_subakce article.clanek .drobeckova_navigace,
main.main_subakce article.clanek .popis_clanku,
main.main_subakce article.clanek .vypis_clanku_sekce,
main.main_subakce article.clanek .nadpis_clanku {
    width: 100%;
}

main.main_subakce article.clanek .popis_clanku {
    font-weight: bold;
}

main.main_subakce article.clanek .nadpis_clanku {
    flex-wrap: wrap;
}

main.main_subakce article.clanek .nadpis_clanku h1 {
    margin-left: 0;
    margin-bottom: 20px;
}

main.main_subakce article.clanek .left_side,
main.main_subakce article.clanek .right_side {
    margin: 0;
}

main.main_subakce article.clanek .left_side {
    width: calc(100% - 500px)
}

main.main_subakce article.clanek .right_side {
    width: 450px;
    margin-left: 50px;
}

main.main_subakce article.clanek .uvod {}

main.main_subakce article.clanek .uvod .popis_clanku {
    width: 100%;
    margin: 0;
}

main.main_subakce article.clanek .uvod .popis_clanku * {
    font-weight: 600;
    font-size: 15px;
}

main.main_subakce article.clanek figure.primarni_obrazek {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 100%;
    position: relative;
    box-sizing: border-box;
    border-radius: var(--bor-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
}

main.main_subakce article.clanek figure.primarni_obrazek a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

main.main_subakce article.clanek figure.primarni_obrazek img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

main.main_subakce article.clanek section.clanek {}

main.main_subakce article.clanek section.clanek * {}

main.main_subakce article.clanek section.fotogalerie {
    margin-top: 10px;
}

main.main_subakce article.clanek section.fotogalerie h3.nadpis_fotogalerie {
    display: none;
}

main.main_subakce article.clanek section.fotogalerie .vypis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

main.main_subakce article.clanek section.fotogalerie .vypis figure.obrazek {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 100%;
    margin-bottom: 0;
    border-radius: var(--bor-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
}

main.main_subakce article.clanek section.fotogalerie .vypis figure.obrazek a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

main.main_subakce article.clanek section.fotogalerie .vypis figure.obrazek a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

main.main_subakce article.clanek ul,
main.main_subakce article.clanek ol {
    padding: revert;
}

main.main_subakce article.clanek .right_side li,
main.main_subakce article.clanek .right_side ol li {
    margin-bottom: 4px;
}

main.main_subakce article.clanek h3 {
    margin-top: 30px;
}


/*------- -SEKCE  ----------*/

main.main_subakce article.clanek .vypis_clanku_sekce {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(313px, 1fr));
    grid-gap: 25px;
}

main.main_subakce article.clanek .vypis_clanku_sekce article.clanek {
    width: 100%;
}


/*------------- KATEGORIE VYPIS  -----------------------------*/

aside.leve_menu {
    width: 20%;
    height: auto;
    background: white;
    border-radius: var(--def_border-rad);
    box-sizing: border-box;
    /* padding: 10px 20px 20px; */
    margin: 0;
}

aside.leve_menu ul {
    padding: unset;
}

aside.leve_menu ul.kategorie_vypis ul.subkategorie,
aside.leve_menu ul.clanky_vypis ul.subkategorie {
    margin-top: 4px;
    padding-left: 8px;
    margin-bottom: 2px;
}

aside.leve_menu ul.kategorie_vypis ul.subkategorie li,
aside.leve_menu ul.clanky_vypis ul.subkategorie li {
    border-bottom: 0 !important;
    text-transform: none;
    padding: 0;
    margin-bottom: 3px;
}

aside.leve_menu ul.kategorie_vypis ul.subkategorie li a,
aside.leve_menu ul.clanky_vypis ul.subkategorie li a {
    opacity: 0.8;
}

aside.leve_menu ul.kategorie_vypis ul.subkategorie li:hover,
aside.leve_menu ul.clanky_vypis ul.subkategorie li:hover {
    opacity: 1;
}

aside.leve_menu ul.kategorie_vypis,
aside.leve_menu ul.clanky_vypis {
    padding-left: 0;
}

aside.leve_menu ul.kategorie_vypis li,
aside.leve_menu ul.clanky_vypis li {
    list-style-type: none;
    font-weight: 500;
    color: #545454;
    text-transform: uppercase;
    margin-bottom: 8px !important;
    /* padding: 5px 0; */
}

aside.leve_menu ul.kategorie_vypis li a,
aside.leve_menu ul.clanky_vypis li a {
    text-decoration: none;
    color: inherit;
    font-weight: inherit;
    display: block;
    padding: 4px 9px;
    background: white;
    /* box-shadow: var(--def_shadow); */
    border-radius: var(--def_border-rad);
    font-weight: 500;
}

aside.leve_menu ul.kategorie_vypis li a.aktivni,
aside.leve_menu ul.kategorie_vypis li a.aktivni:hover,
aside.leve_menu ul.clanky_vypis li.aktivni a,
aside.leve_menu ul.clanky_vypis li.aktivni a:hover {
    background: var(--main-color) !important;
    color: white !important;
    font-weight: 600;
    border: 1px solid var(--main_color);
    opacity: 1 !important;
}

aside.leve_menu ul.kategorie_vypis li a:hover,
aside.leve_menu ul.clanky_vypis li a:hover {
    background: #edf3e4;
}

aside.leve_menu ul.kategorie_vypis li li,
aside.leve_menu ul.clanky_vypis li li {
    margin-bottom: 5px;
    opacity: 1;
}

aside.leve_menu h3.nadpis {
    text-transform: uppercase;
    text-align: left;
}

.cookies_vice_info {
    display: none !important;
}


/*---------------------------- -RESPONZIVITA --------------------------------------*/

@media screen and (max-width: 1550px) {
    .titulka section.clanek div.info {
        padding-left: 25px;
    }
    main.main_subakce article.clanek .left_side {
        width: calc(100% - 370px);
    }
    main.main_subakce article.clanek .right_side {
        width: 320px;
        margin-left: 50px;
    }
}

@media screen and (max-width: 1300px) {
    header .top_bar a.logo {
        height: 100px;
    }
    header .top_bar a.logo h1 {
        font-size: 16px;
    }
    header .top_bar a.logo span {
        font-size: 13px;
    }
}

@media screen and (max-width: 1230px) {
    div.obal_odkazu {
        padding: 2em 0 0;
    }
    main.main_subakce article.clanek .right_side {
        width: 220px;
        margin-left: 50px;
    }
    main.main_subakce article.clanek .left_side {
        width: calc(100% - 270px);
    }
}

@media screen and (max-width: 1150px) {
    section.aktuality .vypis {
        grid-template-columns: repeat(2, 1fr);
    }
    .titulka section.clanek div.info {
        padding-left: 25px;
        padding-right: 25px;
    }
    section.blok.kontakt img {
        position: relative;
        left: unset;
        transform: translate(0, 0);
        width: 220px;
        height: auto;
        margin-right: 30px;
    }
    header .top_bar nav.hlavni ul li.karta a {
        font-size: 15px;
        margin: 0 8px;
    }
    section.nase_sluzby .vypis {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    section.nase_technika .vypis {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
    section.nase_technika .vypis article.technika h3.nazev {
        padding: 18px;
    }
    .titulka section.fotogalerie .vypis {
        grid-template-columns: repeat(4, 1fr);
    }
    .titulka section.fotogalerie .vypis a:first-of-type {
        grid-column: 1 / 3;
        grid-row: unset;
        height: 230px;
    }
}

@media screen and (max-width: 1070px) {
    header .top_bar a.logo {
        height: 100%;
    }
    header .top_bar a.logo h1 {
        margin-top: 0;
        margin-bottom: -5px;
    }
    header .top_bar a.logo img {
        margin-right: 18px;
    }
}

@media screen and (max-width: 960px) {
    header .top_bar a.logo {
        padding: 9px 14px;
        padding-right: 30px;
    }
    header .top_bar {
        height: 54px;
    }
    .titulka .nadpis_sekce {
        flex-wrap: wrap;
    }
    .titulka .nadpis_sekce h2 {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .slider_info {
        width: 96.5%;
        max-width: unset;
        bottom: 24px;
    }
    header .top_bar .mobile_menu {
        display: block;
        position: relative;
        width: 35px;
        height: 35px;
        background: var(--main-color);
        border-radius: 29px;
        margin-right: 0;
        margin-left: 10px;
    }
    .mobile_menu span {
        position: absolute;
        display: block;
        width: 59%;
        height: 2px;
        left: 0;
        background: white;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .mobile_menu span.top {
        top: 33%;
    }
    .mobile_menu span.mid {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .mobile_menu span.bot {
        bottom: 33%;
    }
    .mobile_menu.close span.top {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .mobile_menu.close span.mid {
        width: 0;
    }
    .mobile_menu.close span.bot {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    header .top_bar div.odkazy ul {
        display: none;
    }
    footer .bloky {
        flex-wrap: wrap;
    }
    footer .bloky section.blok,
    footer .bloky section.blok:first-of-type {
        width: 50%;
        margin-bottom: 2em;
    }
    /* MOBILNI MENU */
    nav.hlavni {
        transform: translate(100%, 0);
        transition: .4s;
        position: fixed !important;
        top: 54px !important;
        left: 0;
        height: calc(100vh - 54px);
        max-width: unset;
        width: 100%;
        overflow: scroll;
        z-index: 4;
        background: var(--transp-color);
        box-sizing: border-box;
        padding: 25px;
        margin-top: 0;
        margin-left: 0 !important;
    }
    article.clanek_body {
        position: relative;
        width: 100%;
        max-width: 850px;
        float: none;
        box-sizing: border-box;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
    }
    footer .bloky section.blok,
    footer .bloky section.blok:first-of-type {
        width: 100%;
        margin-bottom: 2em;
        margin-left: 0;
    }
    footer .bloky .bloky_odkazu {
        width: 100%;
    }
    header .top_bar nav.hlavni>ul {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        max-width: 300px;
        margin-right: 0;
    }
    header .top_bar nav.hlavni ul li.karta {
        position: relative;
        list-style-type: none;
        margin: 0 3px;
        height: auto;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
        flex-wrap: wrap;
        margin-bottom: 16px;
    }
    header .top_bar nav.hlavni ul li.karta a {
        position: relative;
        box-sizing: border-box;
        padding: 9px 0;
        font-size: 18px;
        font-weight: 700;
        color: black;
        text-decoration: none;
        transition: .5s;
        text-transform: uppercase;
        margin: 0 15px;
        margin-right: 0;
        text-transform: none;
    }
    header .top_bar nav.hlavni ul li.karta ul.sub {
        display: block;
        position: relative;
        left: unset;
        bottom: unset;
        transform: translate(0, 0);
        background: transparent;
        box-sizing: border-box;
        width: 100%;
        box-shadow: none;
    }
    header .top_bar nav.hlavni ul li.karta ul.sub li a {
        padding: 5px 0;
        color: black;
        text-align: right;
        opacity: 0.8;
        font-size: 17px;
    }
    header .top_bar nav.hlavni>ul {
        display: flex;
        flex-wrap: wrap;
    }
    section.fotogalerie .vypis {
        grid-template-columns: repeat(4, 1fr);
    }
    header {
        height: 300px;
    }
    .titulka section.clanek {
        align-items: center;
        padding-top: 30px
    }
    .titulka section.clanek figure.obrazek {
        margin-top: 0;
    }
    .titulka section.clanek div.info {
        padding-top: 0;
    }
    .titulka section.fotogalerie .vypis a:first-of-type,
    .titulka section.fotogalerie .vypis a {
        height: 150px;
    }
    section.nase_technika .vypis {
        grid-template-columns: repeat(2, 1fr);
    }
    section.nase_technika .vypis article.technika:first-of-type {
        height: 350px;
    }
    header .top_bar .obsah {
        padding-right: 10px;
    }
    aside.leve_menu {
        width: 100%;
    }
    aside.leve_menu h3.nadpis {
        text-align: right;
    }
    aside.leve_menu ul.kategorie_vypis,
    aside.leve_menu ul.clanky_vypis {
        padding-left: 0;
        max-width: 400px;
        margin-right: 0;
    }
    main.main_subakce article.clanek {
        width: 100%;
    }
    aside.leve_menu ul.kategorie_vypis li a,
    aside.leve_menu ul.clanky_vypis li a {
        text-align: right;
    }
}

@media screen and (max-width: 720px) {
    .titulka section.clanek {
        flex-wrap: wrap;
    }
    .titulka section.clanek div.info {
        width: 100%;
        padding: 35px 0;
    }
    .titulka section.clanek {
        align-items: center;
        padding-top: 30px;
        flex-wrap: wrap;
    }
    .titulka section.clanek figure.obrazek {
        margin-top: 0;
        width: 100%;
        height: 280px;
    }
    .titulka section.clanek figure.obrazek img {
        width: 100%;
        height: 100%;
        max-height: unset;
        object-fit: cover;
        object-position: center;
    }
    .page_size,
    .stranka_subakce {
        width: 94%;
    }
    main.main_subakce article.clanek .left_side,
    main.main_subakce article.clanek .right_side {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    .page_size,
    .stranka_subakce {
        /* width: 94%; */
        flex-wrap: wrap;
        padding-bottom: 0 !important;
    }
    article.clanek_novinky .vypis article.aktualita {
        width: 100%;
        margin: 0;
        margin-bottom: 2em
    }
    .titulka .nadpis_sekce div.odkazy a {
        margin-top: 8px;
    }
    section.nase_sluzby .vypis {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 550px) {
    section.aktuality .vypis,
    article.clanek_body.news .aktuality_vypis {
        grid-template-columns: repeat(1, 1fr);
    }
    article.aktualita {
        flex-wrap: wrap;
    }
    article.aktualita figure.obrazek {
        width: 100%;
        height: 250px;
        margin-right: 0;
    }
    article.aktualita div.info {
        width: 100%;
        padding-right: 0;
    }
    footer .bloky section.blok,
    footer .bloky section.blok:first-of-type {
        width: 100%;
        margin-bottom: 2em;
        margin-left: 0;
        flex-wrap: wrap;
    }
    section.blok.kontakt img {
        width: 90px;
        height: auto;
        margin-right: 30px;
        margin-left: 0;
        margin-bottom: 24px;
    }
    footer .bloky .bloky_odkazu {
        flex-wrap: wrap;
    }
    footer .bloky section.blok {
        display: block;
        width: 100%;
    }
    footer .bloky section.blok h4,
    footer .bloky section.blok ul li {
        text-align: left;
    }
    section.fotogalerie .vypis {
        grid-template-columns: repeat(2, 1fr);
    }
    header .top_bar div.socialni_site,
    header .top_bar .search {
        display: none;
    }
    section.nase_technika .vypis article.technika {
        height: 190px;
    }
    section.nase_technika .vypis article.technika h3.nazev {
        padding: 11px;
        font-size: 14px;
        text-align: right;
    }
    .titulka section {
        padding-top: 30px;
    }
    section.nase_technika .vypis article.technika:first-of-type {
        height: 210px;
    }
    section.nase_technika .vypis article.technika {
        height: 140px;
    }
    section.nase_technika .vypis {
        grid-gap: 10px;
    }
    section.nase_technika {
        position: relative;
        padding-bottom: 49px;
    }
}

@media screen and (max-width: 450px) {
    header .top_bar .search span.search_open,
    header .top_bar div.socialni_site a {
        width: 35px;
        height: 35px;
    }
    header div.logo_obal {
        height: 70px;
        width: 120px;
        padding: 15px 10px;
    }
    div.obal_odkazu div.spol_odkaz a.btn,
    div.obal_odkazu div.spol_odkaz a.na_mail {
        padding: 10px 18px;
    }
    .titulka section.fotogalerie .vypis {
        grid-template-columns: repeat(2, 1fr);
    }
    .titulka section.fotogalerie .vypis a:first-of-type {
        height: 170px;
    }
    header .top_bar a.logo {
        background: transparent;
    }
    header .top_bar a.logo h1 {
        margin-top: 0;
        margin-bottom: 0;
        width: 151px;
        line-height: 115%;
    }
    header .top_bar a.logo span {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .slider_info .ovladani .btn {
        margin: 0;
        font-size: 13px;
    }
}