@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: Montserrat-ExtraBold;
    src: url(../fonts/Montserrat-ExtraBold.ttf);
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(../fonts/Montserrat-Medium.ttf);
}

/* :root {
    --cerna: #010F18;
    --tmava_modra: #181F27;
    --svetla_modra: #222B36;
    --modra_2: #121A22;
    --cervena: #D90016;
    --cervena_50: #D9001677;
    --cervena_0: #D9001600;
    --tmava_cervena: #6D000B;
    --modro_cervena: #580917;
    --seda: #8E919A;
    --menu_height: 108px;
    --menu_sticky_height: 88px;
    --menu_mobile_height: 88px;
    --max_width: 1640px;
    --flex_container_margin_bottom: 23px;
} */

.dark-mode {
    --uplnecerna: #000;
    --cerna: #010f18;
    --bila: #ffffff;
    --bilaPiktogram: #ffffff;
    --tmava_modra: #181f27;
    --svetla_modra: #222b36;
    --modra_2: #121a22;
    --cervena: #d90016;
    --cervena_50: #d9001677;
    --cervena_0: #d9001600;
    --tmava_cervena: #6d000b;
    --gray: #4d4d4d;
    --modro_cervena: #580917;
    --seda: #eaeaea; /** puvodne #8E919A */
    --menu_height: 108px;
    --menu_sticky_height: 88px;
    --menu_mobile_height: 88px;
    --max_width: 1640px;
    --flex_container_margin_bottom: 23px;
    --attr_hover_color: #010f18b8;
}

.light-mode {
    --uplnecerna: #fff;
    --cerna: #f1f1f1;
    --bila: #000000;
    --bilaPiktogram: #ffffff;
    --tmava_modra: #fff;
    --svetla_modra: #c7c7c7;
    --modra_2: #c7c7c7;
    --cervena: #d90016;
    --cervena_50: #d9001677;
    --cervena_0: #d9001600;
    --tmava_cervena: #6d000b;
    --gray: #e9e9e9;

    --modro_cervena: #580917;
    --seda: #000000;
    --menu_height: 108px;
    --menu_sticky_height: 88px;
    --menu_mobile_height: 88px;
    --max_width: 1640px;
    --flex_container_margin_bottom: 23px;
    --attr_hover_color: #ffffffc9;
}




body {
    /* overflow-x: hidden; */
    margin: 0 !important;
    background-color: var(--cerna);
    
}
body.transition-off {
    transition: none !important;
}
html {
    scroll-behavior: smooth;
    overflow-y: scroll;
    scrollbar-color: var(--cervena) var(--tmava_modra);
    scrollbar-width: 10px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--tmava_modra);
}

::-webkit-scrollbar-thumb {
    background: var(--cervena);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--tmava_cervena);
}

* {
    text-align: left;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    font-family: Montserrat-Regular;
    color: var(--seda);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

b,
strong,
sub,
sup,
font {
    color: inherit !important;
    font-family: inherit !important;
}

p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}

p a {
    color: var(--cervena);
}

.display_none {
    display: none !important;
}

.display_block {
    display: block !important;
}

.display_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.position_relative {
    position: relative;
}

.no_before:before {
    content: none !important;
}

.no_after:after {
    content: none !important;
}

.width_100 {
    width: 100% !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.width_100 > ul {
    pointer-events: auto !important;
}

.set_max_width {
    max-width: 1640px;
    margin: 0 auto;
    height: 100%;
}

.set_max_height {
    max-height: 2000px !important;
    transition: max-height 0.3s ease-in-out;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -ms-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
}

.set_max_width_set_margin {
    margin: 0px 15px;
    height: 100%;
}

.opacity_0 {
    opacity: 0 !important;
}

.opacity_1 {
    opacity: 1 !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.arrow_right {
    margin-left: 8px;
    color: inherit;
}

main.main_404 {
    padding: 200px 25px;
    text-align: center;
}

.main_404 h1 {
    color: var(--bila);
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.main_404 .btn_a {
    margin-top: 25px;
}

main.main_404 * {
    text-align: center;
}

main.main_404 div {
    width: 100%;
}

main.search_main {
    padding: 50px 0px;
}

main.search_main .vysledky_hledani_wrap *,
main.main_privacy_policy * {
    text-align: left !important;
}

main.main_privacy_policy p {
    margin-bottom: 10px;
}

.navigation {
    text-align: center;
    margin-top: 25px;
}

.navigation a {
    text-decoration: none;
    font-family: Montserrat-Bold;
}

.navigation a:hover {
    color: var(--cervena);
}

main.search_main h1 {
    margin-bottom: 20px;
}

main.search_main h2 {
    margin-top: 20px;
}
main.search_main article h2 {
    font-size: 20px;
}
main.search_main a:hover {
    color: var(--cervena);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

main.search_main a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

main {
    position: relative;
}

.color_alert,
.color_alert * {
    color: var(--cervena) !important;
}

input[type="date"] {
    cursor: pointer;
}

input:-ms-input-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

input:-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

input::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

input:not([type="file"]),
select,
textarea:not(.select2-search__field) {
    padding: 11px 23px;
    color: var(--bila);
    border: 1px solid transparent;
    background-color: #575656;
    margin-bottom: 23px;
    max-width: none;
    font-size: 16px;
    width: 100%;
    display: block;
}

input:not([type="file"]):focus,
select:focus,
textarea:not(.select2-search__field):focus {
    outline: 1px solid var(--cervena);
}

.menu_left_item svg {
    stroke: var(--bila);
}
.menu_left_item svg g {
    stroke: var(--bila);
}

/* .wpcf7-validates-as-required {
    border-color: red !important;
} */

textarea {
    resize: none;
}

input::-webkit-file-upload-button {
    visibility: hidden;
    display: none;
}
#hero {
    background-color: var(--uplnecerna)!important;
}
.custom_fi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.custom_fi input {
    font-size: 25px;
    padding: 23px 23px 23px 0;
    width: 100%;
}

.custom_fi .btn_a {
    white-space: nowrap;
    height: 62px;
    line-height: 62px;
    padding: 0 12px;
}

.cb_container {
    display: block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-size: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    width: auto !important;
    margin: 10px 10px 10px 0 !important;
}

.cb_container span {
    font-size: 25px;
    text-align: left;
    margin: 0;
}

.cb_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1px;
    width: 1px;
    margin: 0 !important;
    left: 0;
    bottom: 0;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #434b4f;
    border: 1px solid var(--uplnecerna);
}

.cb_container:hover .checkmark {
    background-color: #525c61;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cb_container a {
    color: var(--cervena);
    text-decoration: none;
}

.cb_container a:hover {
    text-decoration: underline;
}

.cb_container_list .checkmark {
    top: 5px;
    height: 20px;
    width: 20px;
    background-color: #434b4f;
    border: 1px solid #575656;
}

.cb_container_list span {
    font-size: 17px;
}

.cb_container .checkmark.checked:after {
    display: block;
    top: 50%;
    left: 50%;
    height: 75%;
    width: 75%;
    background-color: var(--cervena);
    transform: translateX(-51%) translateY(-51%);
    -webkit-transform: translateX(-51%) translateY(-51%);
    -moz-transform: translateX(-51%) translateY(-51%);
    -ms-transform: translateX(-51%) translateY(-51%);
    -o-transform: translateX(-51%) translateY(-51%);
}

.btn_a {
    text-decoration: none;
    display: inline-block;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    border: 0;
    color: var(--bila);
    position: relative;
    font-size: 18px;
    font-family: Montserrat-Medium;
}

.btn_a:focus {
    outline: 2px solid var(--cervena) !important;
}

.btn_a:hover {
    color: var(--cervena);
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.btn_a:disabled {
    background: var(--seda);
}

.btn_a:disabled:hover {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    background: var(--seda);
    box-shadow: none;
}

.btn_a_1 {
    border: 1px solid var(--cervena);
    background-color: transparent;
    border-radius: 0;
    position: relative;
    padding: 11px 23px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.btn_a_1:hover {
    border: 1px solid var(--bila);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.btn_a_1.before_right {
    padding-right: 70px;
}

.btn_a_1.pdf_before:before {
    content: urL(../img/pdf_btn.svg);
    width: 21px;
    height: 21px;
    object-fit: contain;
    vertical-align: middle;
    position: absolute;
    right: 23px;
}

.btn_a_2 {
    border: 1px solid var(--cervena);
    border-radius: 0;
    position: relative;
    padding: 11px 23px;
    background-color: transparent;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.btn_a_2:hover {
    background-image: linear-gradient(to right, #d90016, #6d000b);
    color: var(--bila);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.btn_a_2.active {
    border: none;
    color: var(--bila);
    background-image: linear-gradient(to right, #d90016, #6d000b);
}

.btn_a_red_arrow {
    padding-right: 100px;
}

.btn_a_red_arrow.before_left {
    padding-right: 0;
    padding-left: 100px;
}

.btn_a_red_arrow:before {
    content: url("../img/red-arrow.svg");
    vertical-align: middle;
    width: 90px;
    height: 20px;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.btn_a_red_arrow.before_left:before {
    right: auto;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
}

.btn_a_white_arrow {
    padding-right: 25px;
}


.btn_a_black {
    background-color: var(--cerna);
    border: 1px solid var(--cervena);
    color: var(--bila);
    padding: 11px 25px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.btn_a_black:hover {
    border: 1px solid var(--bila);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

h1 {
    color: var(--bila);
}

h1,
h2 {
    font-size: 34px;
    font-family: Montserrat-SemiBold;
    color: var(--bila);
    position: relative;
    /* display: inline-block; */
    display: table;
    margin-bottom: 25px;
}

h1:before,
h2:before {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 250px;
    bottom: 0;
    left: 1px;
    height: 1px;
    background-image: linear-gradient(to right, var(--cervena_50) 0%, var(--cervena));
}

h1:after,
h2:after {
    position: absolute;
    content: "";
    width: 140px;
    bottom: 0;
    left: 1px;
    height: 1px;
    background-image: linear-gradient(to right, var(--cervena_0) 0%, var(--cervena_50));
    transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform: translateX(-100%) rotate(-30deg);
    -webkit-transform: translateX(-100%) rotate(-30deg);
    -moz-transform: translateX(-100%) rotate(-30deg);
    -o-transform: translateX(-100%) rotate(-30deg);
    -ms-transform: translateX(-100%) rotate(-30deg);
}

.before_line {
    position: relative;
}

.after_line_up:after {
    position: absolute;
    content: "";
    width: 140px;
    top: 0;
    left: 1px;
    height: 1px;
    background-image: linear-gradient(to right, var(--tmava_modra) 0%, var(--modro_cervena) 50%);
    transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform: translateX(-100%) rotate(30deg);
    -webkit-transform: translateX(-100%) rotate(30deg);
    -moz-transform: translateX(-100%) rotate(30deg);
    -o-transform: translateX(-100%) rotate(30deg);
    -ms-transform: translateX(-100%) rotate(30deg);
}

.after_line_down:after {
    position: absolute;
    content: "";
    width: 140px;
    top: 0;
    left: 1px;
    height: 1px;
    background-image: linear-gradient(to right, var(--tmava_modra) 0%, var(--modro_cervena) 50%);
    transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform: translateX(-100%) rotate(-30deg);
    -webkit-transform: translateX(-100%) rotate(-30deg);
    -moz-transform: translateX(-100%) rotate(-30deg);
    -o-transform: translateX(-100%) rotate(-30deg);
    -ms-transform: translateX(-100%) rotate(-30deg);
}

.margin_auto {
    margin-left: auto;
    margin-right: auto;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
    clear: both;
}

.section_background_black {
    background-color: var(--cerna);
}

.section_background_blue {
    background-color: var(--tmava_modra);
}

.section_background_black_blue {
    background-image: linear-gradient(to bottom, var(--cerna) 10%, var(--tmava_modra) 80%);
}

.section_before_cut,
.section_before_cut_black {
    padding-top: 100px;
    position: relative;
}

.section_before_cut:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: solid 25px var(--tmava_modra);
    border-left: solid 140px var(--tmava_modra);
    border-bottom: solid 25px var(--cerna);
    border-right: solid 140px var(--cerna);
}

.section_before_cut_black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: solid 25px var(--uplnecerna);
    border-left: solid 140px var(--uplnecerna);
    border-bottom: solid 25px var(--cerna);
    border-right: solid 140px var(--cerna);
}

main:not(.main_front_page) {
    padding-top: var(--menu_height);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/* section ul {
    list-style: none;
} */

.font_25_20 {
    font-size: 25px;
}

.font_30_25 {
    font-size: 30px;
}

/* MENU */

.mobile_menu_wrap {
    display: none;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    padding: 0 10px;
    z-index: 1;
}

.mobile_menu_wrap > * {
    margin-right: 10px;
}

.mobile_menu_wrap > div:last-of-type {
    margin-right: 0;
}

.hamburger {
    position: relative;
    width: 26px;
    height: 22px;
    display: inline-block;
    margin-left: 10px;
    color: var(--bila);
    border: none;
    z-index: 1;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger:hover .blok {
    background-color: var(--cervena);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.blok {
    height: 3px;
    background: var(--bila);
    position: absolute;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.blok1 {
    width: 100%;
    opacity: 0;
    top: 0%;
    right: 0;
}

.blok2 {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
}

.blok3 {
    width: 100%;
    opacity: 0;
    bottom: 0px;
    right: 0;
}

.blok4 {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
}

.blokk4 {
    transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
}

.blokk2 {
    transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
}

.blokk {
    opacity: 1;
}

.blokk3 {
    opacity: 1;
}

/* MORE*/

#site-navigation > ul > li.more {
    display: none;
}

.more {
    cursor: default;
    float: right;
    text-decoration: none;
    position: relative;
}

.more > a {
    font-family: Montserrat-Medium;
    color: var(--seda);
}

.more > a:hover {
    transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
}

.more a img {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    vertical-align: middle;
    margin-left: 15px;
}

.more ul {
    height: auto !important;
    min-width: 100%;
}

.more:hover .sub-menu {
    opacity: 1 !important;
    pointer-events: visible !important;
    display: block !important;
    top: 100% !important;
    right: 0 !important;
}

.more .sub-menu {
    top: 100% !important;
    right: 0 !important;
}

.more ul li {
    text-align: left;
    display: block !important;
}

#site-navigation .more > ul {
    display: block;
    background-color: var(--cerna);
    pointer-events: none;
    opacity: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    top: 150%;
    right: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    padding: 5px;
}

.more:hover > ul {
    pointer-events: visible !important;
    opacity: 1 !important;
    top: 90% !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.more:hover ul {
    opacity: 1 !important;
    pointer-events: visible !important;
    display: block !important;
    background-color: var(--bila);
    height: auto;
    box-shadow: #3a455a28 0px 7px 25px;
}

/* END MORE MENU*/

/* PRIMARY MENU */

.menu_logo {
    max-width: 300px;
    float: left;
    max-height: var(--menu_height);
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 80px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.menu_logo_center {
    float: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin-left: 10px;
    margin-right: 10px;
}

.menu_logo a {
    height: 100%;
    display: flex;
    align-items: center;
}

.menu_logo img {
    padding: 25px 0;
    object-fit: contain;
    vertical-align: middle;
    width: 100%;
    height: 100% !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.primary-navigation {
    position: fixed;
    z-index: 1000;
    height: var(--menu_height);
    width: 100%;
    background: var(--cerna);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.primary-navigation-mobile {
    height: var(--menu_mobile_height);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.primary-navigation .set_max_width_set_margin,
.primary-navigation .set_max_width {
    height: 100%;
}

.primary-navigation ul {
    text-align: center;
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    list-style: none;
}

.primary-navigation ul li a {
    text-align: center;
}

.primary-navigation .primary-menu-container ul {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    position: relative;
}

.primary-navigation .primary-menu-container ul li a {
    text-align: center;
}

.primary-navigation .menu-item a:hover {
    color: var(--cervena);
}

.primary-menu-container li {
    font-size: 18px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.primary-menu-container li a {
    text-decoration: none;
    margin-right: 10px;
    margin-left: 10px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.menu li a:hover {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.menu-item a {
    position: relative;
    font-family: Montserrat-Medium;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    color: var(--seda);
}

.primary-menu-container {
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
}

.primary-menu-container-mobile {
    clear: both;
    background-color: var(--cerna);
    position: absolute;
    top: 75px;
    height: calc(100vh - 75px);
    width: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.primary-menu-container-mobile .menu-item-has-children .submenu_arrow_down_wrap {
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.primary-menu-container-mobile ul {
    background-color: var(--cerna);
    list-style: none;
    max-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    overflow: hidden;
    padding-left: 10px;
}

.primary-menu-container-mobile > ul {
    padding-left: 15px;
    padding-bottom: 50px;
    max-width: 500px;
    pointer-events: none;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-top: 50px;
    height: 100%;
    max-height: 100%;
}

.primary-menu-container-mobile .menu-item-has-children {
    padding-right: 30px;
}

.primary-menu-container-mobile .show_mobile_submenu > .sub-menu {
    max-height: 2000em;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.primary-menu-container-mobile .show_mobile_submenu > .submenu_arrow_down_wrap {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.primary-menu-container-mobile ul::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

.primary-menu-container-mobile ul li {
    text-align: left;
    height: auto;
    width: 100%;
}

.primary-menu-container-mobile ul li {
    text-align: left;
    height: auto;
    padding-right: 15px;
}

.primary-menu-container-mobile ul li a:not(.btn_a) {
    margin: 0 auto;
    text-decoration: none;
    margin-bottom: 25px;
    text-align: left;
    display: flex;
    align-items: center;
}

.primary-menu-container-mobile ul li .btn_a {
    margin-bottom: 25px;
}

.primary-menu-container-mobile ul li .btn_a {
    margin-bottom: 25px;
}

.primary-navigation .current-menu-item > a {
    color: var(--bila);
    font-family: Montserrat-SemiBold;
    position: relative;
}

.primary-navigation .current-menu-parent > a {
    color: var(--bila);
    font-family: Montserrat-SemiBold;
    position: relative;
}

/* STICKY */

.primary-navigation-sticky {
    height: var(--menu_sticky_height);
}

.primary-navigation-sticky .primary-menu-container-mobile {
    top: var(--menu_sticky_height);
    height: calc(100vh - var(--menu_sticky_height));
}

/* SUBMENU */

.submenu_arrow_down_wrap {
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.submenu_arrow_down,
.primary-menu-container-mobile .submenu_arrow_down {
    position: absolute;
    color: var(--seda);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    bottom: -2px;
    left: 10px;
}

.primary-menu-container-mobile .submenu_arrow_down {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%) rotate(90deg);
    -webkit-transform: translate(-50%, 50%) rotate(90deg);
    -moz-transform: translate(-50%, 50%) rotate(90deg);
    -o-transform: translate(-50%, 50%) rotate(90deg);
    -ms-transform: translate(-50%, 50%) rotate(90deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.primary-menu-container .menu-item-has-children .sub-menu .submenu_arrow_down {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    bottom: 0px;
}

.primary-menu-container .more .menu-item-has-children .sub-menu .submenu_arrow_down {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    bottom: -2px;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children > a {
    position: relative;
}

.primary-menu-container .menu-item-has-children .sub-menu {
    display: block;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    top: 150%;
    min-width: 100%;
    background-color: var(--bila);
    height: auto;
    box-shadow: #3a455a28 0px 7px 45px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.primary-menu-container .more .menu-item-has-children .sub-menu {
    box-shadow: none;
}

.primary-menu-container-mobile .menu-item-has-children .sub-menu {
    opacity: 1;
    pointer-events: visible;
}

.menu-item-has-children .sub-menu li {
    justify-content: left;
}

.primary-menu-container > ul > .menu-item-has-children:hover > .sub-menu {
    pointer-events: visible;
    opacity: 1;
    top: 90%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.primary-menu-container > ul > li > .sub-menu .menu-item-has-children .sub-menu {
    min-height: 100%;
    top: 150%;
    left: 100%;
}

.primary-menu-container > ul > li > .sub-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: visible;
    top: 0%;
}

.primary-menu-container > ul > .menu-item-has-children > .sub-menu li,
.primary-menu-container .more ul li {
    height: auto;
    min-width: 100%;
    width: auto;
    padding: 10px 15px;
}

.sub-menu li a,
.more li a {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left;
}

/* MENU FLOAT LEFT */

#theme_header {
    position: relative;
}

#search_btn {
    cursor: pointer;
    display: flex;
    align-items: center;
}

#searchform {
    max-width: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 10px;
}
#searchform .searchform_spinner {
    display: none;
}
#searchform .searchform_spinner:before {
    content: url(../img/loading_svg.svg);
    display: inline-block;
    width: 25px;
    height: 25px;
}
#searchform.load .searchform_spinner {
    display: inline-block;
}
#search_field {
    width: 100%;
    margin-top: 25px;
    max-width: 100%;
}

#search_label {
    width: 100%;
    font-size: 40px;
    color: var(--bila);
    font-family: Montserrat-Bold;
}

#search_container {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    background-color: var(--attr_hover_color);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#search_container.active {
    z-index: 1000;
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

#search_close {
    cursor: pointer;
    margin-bottom: 25px;
    width: 50px;
    height: 50px;
    position: relative;
}

.close_blok {
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 100%;
    height: 5px;
    background-color: var(--bila);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transform-origin: 50% 50%;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
}

#search_close:hover .close_blok {
    background-color: var(--cervena);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.close_blok_1 {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.close_blok_2 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

/* MENU FLOAT RIGHT */

.menu_float_right {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
}

#menu_float_left {
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
}

.menu_left_item {
    padding: 0 20px;
}

.menu_left_item_search {
    border-left: solid 1px var(--seda);
    border-right: solid 1px var(--seda);
}

.menu_left_item_search img {
    vertical-align: middle;
    width: 21px;
    height: 21px;
    object-fit: contain;
}

.menu_left_item_katalog span {
    margin-left: 10px;
    font-size: 18px;
    font-family: Montserrat-SemiBold;
    color: var(--bila);
}

.menu_left_item a,
.menu_left_item span {
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.menu_left_item a {
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.menu_left_item a:hover,
.menu_left_item a:hover span {
    color: var(--cervena);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.menu_left_item a svg rect,
#search_btn svg g,
#search_btn svg line {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.menu_left_item a:hover svg rect {
    fill: var(--cervena);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#search_btn:hover svg g,
#search_btn:hover svg line {
    stroke: var(--cervena);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.menu_right_item .btn_a {
    margin-right: 25px;
}

.primary-menu-container-mobile .menu_right_item .btn_a {
    margin-right: 0;
}

/* LANGUAGE MENU */

#language-menu-container {
    padding: 0 20px;
}

#language-menu-container > ul {
    flex-wrap: wrap;
}

#language-menu-container li {
    padding: 0 10px;
    border-right: solid 1px var(--seda);
}

#language-menu-container li:last-of-type {
    border-right: 0;
}

#language-menu-container li.wpml-ls-current-language a,
#mobile_lang_ul li.wpml-ls-current-language a {
    color: var(--cervena);
    font-family: Montserrat-SemiBold;
}

#language-menu-container li a {
    text-decoration: none;
    font-size: 18px;
    font-family: Montserrat-Regular;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#language-menu-container li a:hover {
    color: var(--cervena);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#language-menu-container li a span,
#mobile_lang_ul li a span {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

#mobile_lang_ul {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 0;
    height: auto;
    max-width: 100%;
    padding: 5px;
}

#mobile_lang_ul li a {
    margin-bottom: 0;
}

#mobile_lang_ul li {
    padding: 0 10px;
    border-right: solid 1px var(--seda);
}

#mobile_lang_ul li:last-of-type {
    border-right: 0;
}

/* HERO */

#hero {
    width: 100%;
    height: 90vh;
    min-height: 650px;
    padding: 0;
    padding-top: var(--menu_height);
    position: relative;
}

.hero_wrap_wrap {
    margin-left: 0;
    margin-right: 0;
    height: 100%;
}

.hero_wrap {
    padding-left: 150px;
    display: flex;
    align-items: center;
    height: 100%;
}

.hero_right_img {
    position: absolute;
    top: 0;
    right: -25px;
    height: 103%;
    z-index: 1;
}

.hero_content > p {
    color: var(--bila);
    font-size: 30px;
    line-height: 1.2em;
}

.small_prispevky_wrap {
    max-width: 400px;
}

.hero_text_wrap {
    z-index: 1;
    /* width: 400px; */
    width: 30%;
}

.hero_text_wrap h1 {
    font-size: 73px;
    font-family: Montserrat-Bold;
    text-shadow: #fff 0 9px 22px;
}

.hero_text_wrap h1:after {
    content: none;
}

.hero_text_wrap h1:before {
    content: none;
}

.hero_swiper_buttons_wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.swiper_hero_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px !important;
    height: 65px !important;
    border-radius: 0 !important;
    position: unset !important;
    padding: 10px !important;
    transform: translate(0) !important;
    -webkit-transform: translate(0) !important;
    -moz-transform: translate(0) !important;
    -o-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
}

.swiper_hero_button.prev,
.swiper_reference_button.prev {
    background-image: linear-gradient(to bottom right, var(--tmava_cervena), var(--cervena)) !important;
}

.swiper_hero_button.next,
.swiper_reference_button.next {
    background-image: linear-gradient(to top left, var(--tmava_cervena), var(--cervena)) !important;
}

.swiper_hero_button.next svg,
.swiper_reference_button.next svg {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

.small_prispevky_container {
    margin-bottom: 20px;
    width: 100%;
    padding: 5px;
    background-color: var(--gray);
    background-image: linear-gradient(to bottom, var(--uplnecerna) 0%, var(--uplnecerna) 50%);
    box-shadow: 0 3px 25px var(--uplnecerna);
    position: relative;
}

.small_prispevky_container:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, transparent 0%, var(--cervena) 50%);
}

.small_prispevky_container:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, var(--cervena) 0%, transparent 75%);
}

.small_prispevky_text_wrap {
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.small_prispevky_container a {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    text-decoration: none;
}

.small_prispevky_container:hover .btn_a {
    color: var(--cervena);
}

.small_prispevky_text_wrap h3 {
    color: var(--bila);
    font-size: 16px;
    font-family: Montserrat-SemiBold;
}

.small_prispevky_text_wrap p {
    font-size: 14px;
    font-family: Montserrat-Medium;
    text-align: left;
}

.small_prispevky_container img {
    width: 94px;
    height: 94px;
    min-width: 94px;
    min-height: 94px;
    object-fit: cover;
    margin-right: 5px;
}

.small_prispevky_container .btn_a {
    color: var(--seda);
}

#hero_slideshow {
    /* width: calc(100% - 400px); */
    width: 70%;
    height: 100%;
    position: relative;
    padding-left: 50px;
}

.swiper_hero_wrapper {
    height: 100% !important;
}

.swiper_container_hero {
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    position: relative;
}

.swiper_container_hero .swiper-slide {
    height: 100% !important;
}

.hero_swiper_pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    text-align: center;
}

.hero_swiper_pagination {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.hero_swiper_pagination .swiper-pagination-bullet {
    opacity: 1 !important;
}

.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    background-color: #fff !important;
    opacity: 1;
    border: 0;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--cervena) !important;
}

.hero_slide_a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
}

.hero_img_wrap {
    width: 100%;
    height: 100%;
}

.hero_img {
    display: block;
    pointer-events: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hero_slide_a:hover .hero_img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hero_svitidla_wrap {
    width: calc(100% - 400px);
    height: 100%;
    position: relative;
}

.hero_katalog_name_wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 70px;
}

.hero_katalog_name {
    font-family: Montserrat-Regular;
    font-size: 50px;
}

.svitidlo_img {
    position: relative;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    max-width: 100%;
}

.svitidlo_container .btn_a {
    color: var(--cerna);
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    display: table;
    pointer-events: none;
    margin-top: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.svitidlo_container:hover .btn_a {
    opacity: 1;
    pointer-events: all;
    margin-top: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hero_svitidlo_wrap:hover .hero_svitidlo_title {
    color: var(--cerna);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hero_svitidlo_wrap_text_wrap {
    position: relative;
}

.hero_svitidlo_title {
    position: relative;
    z-index: 2;
    margin-top: 5px;
    font-size: 18px;
    font-family: Montserrat-SemiBold;
    text-align: center;
    color: var(--bila);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hero_svitidlo_wrap {
    position: absolute;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 220px;
}

.hero_svitidlo_wrap:hover .hero_svitidlo_title {
    color: var(--cerna);
}

.hero_svitidlo_wrap_1 {
    left: 20%;
    top: 0;
    height: 100%;
}

.hero_svitidlo_wrap_2 {
    left: 40%;
    top: 0;
    height: 100%;
}

.hero_svitidlo_wrap_3 {
    left: 60%;
    top: 0;
    height: 100%;
}

.light_glow {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    mix-blend-mode: screen;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hero_svitidlo_wrap:hover .light_glow {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.svitidlo_container {
    position: absolute;
    display: block;
    text-decoration: none;
    width: 100%;
}

.svitilo_cable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    border: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.svitilo_cable hr {
    height: 100%;
    width: 1px;
    background-color: var(--bila);
    position: absolute;
    bottom: 0;
}

.svitilo_cable hr:nth-child(1) {
    opacity: 0.6;
    left: 30%;
}

.svitilo_cable hr:nth-child(2) {
    opacity: 0.8;
    left: 50%;
}

.svitilo_cable hr:nth-child(3) {
    opacity: 0.3;
    left: 70%;
}

.hero_svitidlo_wrap_1 .svitidlo_container {
    top: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hero_svitidlo_wrap_1 .svitilo_cable {
    height: calc(50% + 10px);
}

.hero_svitidlo_wrap_2 .svitidlo_container {
    top: 20%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hero_svitidlo_wrap_2 .svitilo_cable {
    height: calc(20% + 10px);
}

.hero_svitidlo_wrap_3 .svitidlo_container {
    top: 40%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hero_svitidlo_wrap_3 .svitilo_cable {
    height: calc(40% + 10px);
}

.hero_svitidlo_wrap_1 .svitidlo_container:hover {
    top: 55%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hero_svitidlo_wrap_1 .svitidlo_container:hover + .svitilo_cable {
    height: calc(55% + 10px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hero_svitidlo_wrap_2 .svitidlo_container:hover {
    top: 25%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hero_svitidlo_wrap_2 .svitidlo_container:hover + .svitilo_cable {
    height: calc(25% + 10px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hero_svitidlo_wrap_3 .svitidlo_container:hover {
    top: 45%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hero_svitidlo_wrap_3 .svitidlo_container:hover + .svitilo_cable {
    height: calc(45% + 10px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/* SELECT2 */
.select2-selection__clear {
    display: none;
}

.select2-full-textarea {
    white-space: nowrap !important;
    height: 100% !important;
    width: 100% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    vertical-align: middle !important;
    font-size: 16px !important;
    padding: 16px 25px 11px 30px !important;
}

.select2-container {
    height: 40px !important;
    width: 100% !important;
    margin-bottom: 0px !important;
}

.select2-selection {
    overflow-y: auto !important;
    height: 100% !important;
    width: 100% !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    background-color: var(--cerna) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100% !important;
    display: flex !important;
    align-items: center;
    color: #fff !important;
    padding-left: 15px !important;
    padding-right: 40px !important;
    white-space: normal !important;
    line-height: 1em !important;
}

.select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    width: 30px !important;
    height: 30px !important;
    right: 8px !important;
    border-radius: 50% !important;
    display: block;
    background-color: transparent !important;
}

.select2-selection__arrow:before {
    content: "\276F";
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 18px;
    padding-left: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.select2-selection__arrow b {
    border-width: 0 !important;
    margin-left: auto !important;
}

.select2-container--open .select2-selection__arrow:before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.select2-container--default .select2-selection .select2-selection__choice {
    background-color: var(--cervena) !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 3px 3px 3px 23px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #fff !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    font-size: 1.35em !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: var(--cervena) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    color: #fff !important;
}

.select2-selection__choice__display {
    color: #fff !important;
}

.select2-results__option--selectable {
    color: #fff !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--cervena) !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--cervena) !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option {
    padding-left: 25px !important;
    padding-right: 20px !important;
}

.select2-dropdown {
    border-color: var(--cervena) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    background: var(--cerna) !important;
}

/* FOOT */

#footer {
    background: var(--tmava_modra);
}

.foot {
    padding-top: 50px;
    padding-bottom: 50px;
}

.foot_logo {
    vertical-align: middle;
    margin-bottom: 10px;
}

.foot_logo a {
    display: block;
}

.foot_text_wrap p {
    color: var(--seda);
    font-size: 14px;
    line-height: 2em;
    font-family: Montserrat-Medium;
    text-align: left;
}

.foot ul {
    list-style: none;
}

.foot ul li a {
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: Montserrat-Medium;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    color: var(--seda);
}

.foot ul li a:hover {
    color: var(--cervena);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.foot_menu_wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}

.foot_menu_container {
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-right: 10px;
    padding-top: 50px;
}

.foot_menu_container_soc .foot_logo {
    display: none;
}

.foot_logo_container {
    padding-top: 0;
}

.foot_menu_wrap .foot_menu_nadpis {
    display: block;
    width: 100%;
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--bila);
    font-family: Montserrat-Medium;
    font-size: 18px;
}

.foot_soc_wrap,
.foot_kontakt_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.foot_kontakt_container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 25px;
    width: 100%;
}

.foot_kontakt_container img {
    margin-right: 10px;
    width: 26px;
    height: 26px;
    object-fit: contain;
    vertical-align: middle;
}

.foot_kontakt_container a {
    color: var(--bila);
    color: var(--cervena);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-family: Montserrat-Medium;
}

.foot_kontakt_container a span {
    color: inherit;
}

.foot_kontakt_container a:hover {
    color: var(--bila);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.soc_a {
    color: var(--bila);
    margin-right: 20px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.soc_a:last-of-type {
    margin-right: 0;
}

.soc_a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.soc_a:hover {
    color: var(--cervena);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.soc_a img {
    vertical-align: middle;
    object-fit: contain;
    width: 24px;
    height: 24px !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.soc_a svg {
    vertical-align: middle;
    object-fit: contain;
    width: 24px;
    height: 24px!important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.foot-copyright {
    position: relative;
}

.foot-copyright .set_max_width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    position: relative;
}

.foot-copyright:before {
    position: absolute;
    content: "";
    width: 50%;
    top: 0;
    right: 0;
    height: 1px;
    background-color: var(--cervena);
}

.foot-copyright .set_max_width:before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 1px;
    background-image: linear-gradient(to right, var(--modro_cervena) 0%, var(--cervena) 30%);
}

.foot-copyright .foot-copyright-left span {
    font-size: 14px;
    color: var(--seda);
}

.yashica_logo_img {
    width: 77px;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.yashica_logo_img:hover {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    opacity: 1;
}

/* ROLL LIST */

.roll_container {
    margin-bottom: 20px;
    overflow: hidden;
}

.roll_center_visible {
    min-height: 62px;
    display: flex;
    align-items: center;
    padding: 10px 60px 10px 70px;
    cursor: pointer;
    position: relative;
    background-color: var(--cervena);
}

.roll_center_visible p {
    color: var(--bila);
    font-size: 16px;
    text-align: left;
    font-family: Montserrat-Bold;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin-bottom: 0 !important;
}

.roll_center_hidden {
    text-align: left;
    padding: 0 60px 0 70px;
    max-height: 0;
    transition: max-height 0.3s ease-in-out;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -ms-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    background-color: #575656;
}

.roll_center_hidden p {
    color: var(--bila);
    font-family: Montserrat-Regular;
    padding-bottom: 20px;
    margin-bottom: 0 !important;
    text-align: left;
    line-height: 1.1em;
}

.roll_center_hidden p:first-of-type {
    padding-top: 20px;
}

.roll_arrow_left {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 20px;
    top: 14px;
}

.roll_arrow_left_block1 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 5px;
    background-color: var(--bila);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.roll_arrow_left_block2 {
    position: absolute;
    left: 50%;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: var(--bila);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform-origin: center center;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}

.roll_container_open .roll_arrow_left_block2 {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    opacity: 0;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}

.roll_arrow {
    height: 55px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.roll_arrow_border {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    cursor: pointer;
    border-top: solid #fff 15px;
    border-right: solid transparent 15px;
    border-left: solid transparent 15px;
}

.roll_container_open .roll_arrow_border {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}

.roll_container_open .roll_center_hidden {
    max-height: 2000em !important;
    transition: max-height 0.3s ease-in-out;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -ms-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
}

/* MODAL */

.modal_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ffffff22;
    backdrop-filter: blur(5px);
}

#reference_modal_wrap {
    padding: 0 !important;
}

#reference_modal_wrap .modal_background {
    backdrop-filter: none;
    background-color: #000000dd;
}

#reference_modal_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    background-color: #181f2755;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

#reference_modal_wrap.load:before {
    z-index: 10;
    opacity: 1;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.modal_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100vw;
    height: 100vh;
    padding: 80px 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.modal_wrap.show {
    z-index: 999;
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.modal_container {
    width: 100%;
    max-width: 1150px;
    min-height: 100%;
    padding: 20px 50px 50px 50px;
    text-align: right;
    overflow-y: auto;
    max-height: 90vh;
}

#reference_modal_wrap .modal_container {
    max-width: none;
    max-height: 100% !important;
    padding-top: calc(var(--menu_height) + 50px);
}

.map_modal_wrap table {
    width: 100%;
}

.map_modal_wrap {
    max-height: 100vh !important;
    padding-top: calc(var(--menu_height) + 70px);
    padding-bottom: 25px;
}

.map_modal_wrap .modal_container {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 10px !important;
    max-height: 100% !important;
}

.map_modal_wrap .modal_content {
    margin: 0 auto;
    background-color: var(--tmava_modra);
    padding: 25px;
}

.map_modal_wrap label {
    margin-top: 0 !important;
}

.map_modal_wrap input,
.map_modal_wrap textarea {
    color: var(--bila);
    background-color: var(--cerna);
    margin-bottom: 0 !important;
}

.map_modal_wrap table td {
    padding: 10px 10px 10px 0;
}

.modal_close {
    margin-bottom: 10px;
    display: inline-block;
}

.modal_close svg {
    width: 25px;
    height: 25px;
    display: inline-block;
    object-fit: contain;
    cursor: pointer;
}

.modal_close svg path {
    stroke: var(--cervena);
}

.modal_close:hover svg path {
    stroke: var(--tmava_cervena);
}

/* POPUP */

.banner_popup_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 460px;
}

.banner_popup_container .wpcf7-response-output {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

.popup_container {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#popup_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: -100;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.popup_bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000055;
    z-index: 201;
}

#popup_banner_container {
    position: relative;
    max-width: 640px;
    min-height: 367px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 202;
}

.popup_banner_container h3 {
    font-family: Montserrat-Bold;
    font-size: 26px;
    line-height: 32px;
    color: #03111a;
    max-width: 400px;
    margin-bottom: 10px;
}

.popup_banner_container p {
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 22px;
    color: var(--bila);
    text-align: center;
    max-width: 400px;
    margin-bottom: 10px;
}

#popup_banner_container > img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    object-fit: cover;
}

.popup_banner_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

.popup_banner_pozadi_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.66;
    z-index: -1;
    background-color: var(--cervena) 05;
}

.close_cross {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 25px;
    line-height: 1em;
    cursor: pointer;
}

.show_popup {
    pointer-events: all !important;
    z-index: 200 !important;
    opacity: 1 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.hide_popup {
    pointer-events: none !important;
    z-index: -100 !important;
    opacity: 0 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/* SEZNAM MAPA */

#map_wrap_google {
    height: 470px;
}

#google_map {
    width: 100%;
    height: 100%;
}

.custom_map_pin {
    object-fit: contain;
    width: 35px !important;
    height: 35px !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#google_map .card * {
    font-size: 14px;
}

#google_map .card {
    width: auto !important;
    min-width: 150px;
}

#google_map .card .card-body > p {
    margin-bottom: 7px;
    line-height: normal;
}

#google_map .card .card-body > p:last-of-type {
    margin-bottom: 0px;
}

#google_map .card img {
    float: left;
    max-width: 150px;
    max-height: 110px;
    margin-bottom: 10px;
}

/* OTHER NAVIGATION */

.navigation.pagination {
    width: 100%;
    margin-top: 50px;
    padding: 0;
}

.navigation.pagination * {
    text-align: center;
}

.navigation.pagination .page-numbers {
    padding: 4px 10px;
    font-size: 18px;
    font-family: Montserrat-Bold;
    margin: 0 2px;
    text-decoration: none;
}

.navigation.pagination .page-numbers.current {
    background: var(--cervena);
    border-radius: 5px;
    color: var(--bila);
}

.navigation.pagination .page-numbers:hover:not(.current) {
    color: var(--cervena);
}

.navigation.pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 420px) {
    .navigation.pagination .page-numbers.prev {
        order: 2;
        width: 50%;
        margin: 10px 0;
    }

    .navigation.pagination .page-numbers.next {
        order: 3;
        width: 50%;
        margin: 10px 0;
    }
}

/* LOGA GALLERY */

.section_loga {
    position: relative;
    overflow: hidden;
}

.section_loga p {
    margin-bottom: 0;
}

.loga_gallery {
    overflow-x: hidden;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    /* padding: 0px 50px; */
}

.loga_gallery img {
    /* max-width: 187px;*/
    width: 100%;
    object-fit: contain;
    max-height: 100%;
}

.loga_gallery .swiper-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row !important;
}

.loga_gallery .swiper-slide {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 890px) {
    .loga_gallery .swiper-slide {
        margin-top: 15px !important;
    }
}

.loga_link {
    display: block;
    width: 260px;
    height: 175px;
    background-color: var(--tmava_modra);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    /* margin: 15px; */
}

.loga_link img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.loga_link:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.swiper_button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: var(--bila);
    background-image: linear-gradient(to bottom, var(--cervena), var(--tmava_cervena));
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
}

.swiper_button.swiper-button-disabled {
    display: none;
}

.swiper_button:hover {
    transform: translateY(-50%) scale(1.1);
    -webkit-transform: translateY(-50%) scale(1.1);
    -moz-transform: translateY(-50%) scale(1.1);
    -o-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
}

.swiper_button.prev {
    left: 0;
}

.swiper_button.next {
    right: 0;
}

/* WPCF */
.wpcf7-response-output {
    border: none !important;
    margin: 1em 0.5em 1em !important;
    width: 100%;
    text-align: center;
}

.wpcf7-submit {
    text-align: center;
}

#formular .wpcf7-submit:after {
    content: url("../img/mail.svg");
    display: block;
    width: 66px;
    height: 44px;
    margin: 0 auto;
}

.wpcf7-form-control-wrap {
    position: unset !important;
    width: 100%;
}

/* CUSTOM ROLL LIST */

.custom_roll_list_name {
    cursor: pointer;
    position: relative;
    padding: 10px;
    padding-right: 30px;
    font-size: 16px;
    font-family: Montserrat-SemiBold;
}

.custom_roll_list_name:after {
    content: "\276F";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.custom_roll_list_wrap_show .custom_roll_list_name:after {
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.custom_roll_list_container {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    scrollbar-color: var(--cervena) #ffffff35;
    scrollbar-width: 10px;
}

.custom_roll_list_container::-webkit-scrollbar {
    width: 10px;
}

.custom_roll_list_wrap_show .custom_roll_list_container {
    max-height: 300px;
    overflow-y: scroll;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#search_country_world,
#search_country_cz {
    margin-top: 10px;
}

.region_list_wrap {
    position: absolute;
    z-index: 25;
    top: 75px;
    left: 0;
    width: 100%;
    max-width: 300px;
    background-color: var(--tmava_modra);
}

.region_list_wrap .custom_roll_list_container {
    /* padding: 0 10px 10px 10px; */
    overflow-y: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.region_list_wrap.custom_roll_list_wrap_show .custom_roll_list_container {
    max-height: 300px;
    overflow-y: scroll;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    padding: 0 10px 10px 10px;
}

/* O NAS */

.o_nas_galerie_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.o_nas_galerie_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.o_nas_galerie_wrap a {
    width: calc(100% / 7 - 30px);
    margin: 15px;
    display: block;
}

.dalsi_img_wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.dalsi_img_wrap a {
    display: block;
    width: 100%;
    max-height: 350px;
}

.dalsi_img_wrap_2 a:first-of-type {
    margin-right: 8px;
}

.dalsi_img_wrap_2 a:last-of-type {
    margin-left: 8px;
}

.dalsi_img_wrap img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* HOME - O NÁS*/

.o_nas_video_img_wrap iframe {
    height: 360px !important;
    width: 100% !important;
    max-width: 675px !important;
    margin: 0 auto;
}

.o_nas_video_img_wrap img {
    width: 100%;
    height: 100%;
    max-width: 675px;
    max-height: 675px;
    object-fit: contain;
}

/* HOME - KATALOG */

.katalog_wrap {
    position: relative;
    overflow: hidden;
}

.katalog_container {
    height: 584px;
    position: relative;
    overflow: hidden;
    display: block;
}

.katalog_container_smaller {
    height: 353px;
}

.katalog_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease-in-out;
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
    -ms-transition: transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out;
}

.katalog_container:hover .katalog_img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transition: transform 1s ease-in-out;
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out;
    -ms-transition: transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out;
}

.katalog_container:hover .btn_a {
    color: var(--cervena);
}

.katalog_container_text_wrap {
    background-color: var(--cerna);
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 92%;
    padding: 15px 20px;
}

.katalog_container_text_wrap h3 {
    color: var(--bila);
    margin-bottom: 10px;
    text-transform: capitalize;
}

/* HOME _ AKTUALITY */

.aktuality_wrap {
    position: relative;
    overflow: hidden;
}

.post_container_a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.post_container_a:hover .btn_a {
    color: var(--cervena);
}

.post_container {
    padding: 4px;
    background-color: var(--tmava_modra);
    width: 100%;
    height: 100%;
}

.post_container_text_wrap h3 {
    font-size: 18px;
    font-family: Montserrat-SemiBold;
    color: var(--bila);
    margin-bottom: 10px;
}

.post_container_text_wrap {
    padding: 15px 10px;
}

.post_container_text_wrap time {
    width: 100%;
    display: block;
    font-size: 18px;
    font-family: Montserrat-SemiBold;
    margin-bottom: 10px;
}

.post_container_text_wrap a {
    font-size: 16px;
    font-family: Montserrat-Regular;
}

.post_img {
    width: 100%;
    height: 233px;
    object-fit: cover;
}

/* TIMELINE */

#timeline {
    margin-top: 50px;
    margin-bottom: 50px;
    overflow-x: auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 50px;
}

#timeline::-webkit-scrollbar-button:single-button {
    display: block;
    border-style: solid;
    border: 1px solid var(--cervena);
    height: 15px;
    width: 20px;
}

#timeline::-webkit-scrollbar-button:single-button:horizontal:decrement {
    height: 15px;
    width: 20px;
    background: url("../img/prev.svg") no-repeat center center;
    background-size: contain;
    background-color: var(--tmava_modra);
}

#timeline::-webkit-scrollbar-button:single-button:horizontal:increment {
    height: 15px;
    width: 20px;
    background: url("../img/next.svg") no-repeat center center;
    background-size: contain;
    background-color: var(--tmava_modra);
}

#timeline::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
    background-color: var(--tmava_cervena);
}

#timeline::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
    background-color: var(--tmava_cervena);
}

.timeline_bod {
    width: 400px;
    min-width: 400px;
    height: 275px;
    position: relative;
}

.timeline_bod:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: var(--bila);
    top: calc(50% - 0.5px);
    left: 0;
}

.timeline_date {
    padding: 2px 8px;
    color: var(--bila);
    height: 24px;
    font-size: 19px;
    font-family: Montserrat-Bold;
    background-color: var(--cervena);
    position: absolute;
    top: calc(50% - 12px);
    left: 50px;
    z-index: 2;
}

.timeline_date:after {
    position: absolute;
    content: "";
    top: 0;
    right: -10px;
    border-bottom: solid 12px transparent;
    border-top: solid 12px transparent;
    border-right: solid 0px transparent;
    border-left: solid 10px var(--cervena);
}

.timeline_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.timeline_bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: calc(50% - 4px);
    top: -45px;
    height: 43px;
    width: 8px;
    background-image: radial-gradient(var(--cervena) 20%, transparent 40%);
    background-position: 0 0;
    background-size: 9px 9px;
}

.timeline_bottom a {
    width: 164px;
    height: 87px;
    display: block;
}

.timeline_bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background-color: var(--bila);
}

.timeline_top {
    position: absolute;
    height: 50%;
    top: 0;
    left: 110px;
    display: flex;
    align-items: center;
    padding-bottom: 45px;
}

.timeline_top p {
    margin-bottom: 0;
    color: var(--bila);
    font-size: 18px;
    padding-right: 10px;
    text-align: left;
}


.timeline_top_before {
    position: absolute;
    content: "";
    left: -32px;
    top: 40%;
    height: 45%;
    width: 8px;
    background-position: 0 0;
    background-size: 9px 9px;
}

.timeline_top_before:before {
    position: absolute;
    content: "";
    top: -20px;
    left: -4px;
    width: 16px;
    height: 16px;
    background-image: linear-gradient(to bottom, var(--cervena) 0%, var(--tmava_cervena) 50%);
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.timeline_top_before:after {
    position: absolute;
    content: "";
    top: -20px;
    left: 50%;
    width: 26px;
    height: 26px;
    opacity: 0.47;
    z-index: -1;
    background-image: linear-gradient(to bottom, var(--cervena) 0%, var(--tmava_cervena) 50%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.timeline_bod:nth-of-type(even) .timeline_top {
    top: auto;
    bottom: 0;
    padding-bottom: 0;
    padding-top: 45px;
}

.timeline_bod:nth-of-type(even) .timeline_bottom {
    bottom: auto;
    top: 0;
}

.timeline_bod:nth-of-type(even) .timeline_bottom:before {
    top: auto;
    bottom: -45px;
}

.timeline_bod:nth-of-type(even) .timeline_top_before {
    top: 20px;
}

.timeline_bod:nth-of-type(even) .timeline_top_before:after {
    top: auto;
    bottom: -20px;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
}

.timeline_bod:nth-of-type(even) .timeline_top_before:before {
    top: auto;
    bottom: -20px;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
}

/* KDE KOUPIT */

.map_a {
    cursor: pointer;
}

.map_a.active path {
    fill: var(--#D9001677) !important;
}

.map_a path {
    transition: fill 0.3s ease-in-out;
    -webkit-transition: fill 0.3s ease-in-out;
    -moz-transition: fill 0.3s ease-in-out;
    -ms-transition: fill 0.3s ease-in-out;
    -o-transition: fill 0.3s ease-in-out;
}

#map_wrap_world {
    overflow-x: auto;
}

#map_wrap_world > svg {
    min-width: 708px;
}

#map_wrap_world .map_a path {
    fill:#d90016ab;
}

.file_name {
    color: var(--bila);
    font-size: 18px;
    font-family: Montserrat-SemiBold;
    text-align: center;
    width: 100%;
  }

.map_a:hover path {
    fill: var(--cervena) !important;
    transition: fill 0.3s ease-in-out;
    -webkit-transition: fill 0.3s ease-in-out;
    -moz-transition: fill 0.3s ease-in-out;
    -ms-transition: fill 0.3s ease-in-out;
    -o-transition: fill 0.3s ease-in-out;
}

#kde_koupit_map_wrap {
    position: relative;
    padding-top: 50px;
}

#map_wrap_cz svg,
#map_wrap_world svg {
    width: 100%;
    height: auto;
}

#map_wrap_cz {
    padding-left: 100px;
    padding-right: 100px;
}

#custom_select_wrap_mapy {
    position: absolute;
    z-index: 26;
    top: 25px;
    left: 0;
    max-width: 300px;
    width: 100%;
}

#custom_select_wrap_mapy .select2-selection {
    background-color: var(--tmava_modra) !important;
}

#custom_select_wrap_mapy .select2-selection__rendered {
    padding-left: 10px !important;
}

#custom_select_wrap_mapy .select2-selection__arrow {
    right: 0px !important;
}

#custom_select_wrap_mapy .select2-selection__rendered {
    font-family: Montserrat-SemiBold;
    color: var(--seda) !important;
}

#region_card_name {
    font-size: 22px;
    font-family: Montserrat-SemiBold;
    color: var(--bila);
    margin-bottom: 10px;
}

#search_country {
    margin-top: 15px;
}

#search_country::placeholder {
    color: var(--bila);
    opacity: 1;
}

#search_country:-ms-input-placeholder {
    color: var(--bila);
}

#search_country::-ms-input-placeholder {
    color: var(--bila);
}

#region_card {
    position: absolute;
    padding: 22px;
    background-color: var(--tmava_modra);
    top: 0;
    right: 0;
    width: 316px;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#region_card.show {
    pointer-events: all;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#region_card:before {
    position: absolute;
    content: "";
}

#region_card.onRight:before {
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-left: 0;
    border-top: 25px solid transparent;
    border-right: 16px var(--tmava_modra) solid;
    border-bottom: 25px solid transparent;
}

#region_card.onLeft:before {
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-right: 0;
    border-top: 25px solid transparent;
    border-left: 16px var(--tmava_modra) solid;
    border-bottom: 25px solid transparent;
}

#region_card .close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
}

#region_card .close svg {
    object-fit: contain;
}

#region_card .close:hover {
    cursor: pointer;
}

#region_card .close:hover svg path {
    stroke: var(--cervena);
}

.defaultne_bile_fill {
     fill: var(--bila); 
     stroke: var(--bila);
}


.defaultne_bile_jen_fill {
    fill: var(--bila); 
}
div#hideable_menu {
    position: absolute;
    bottom: -40px;
    left: 0;
    display: none;
    background-color: var(--cerna);
}

.defaultne_bile_stroke{
    stroke: var(--bila);
}
.defaultne_bila_color {
    color: var(--bila);
}

.black_on_white{

}

/* GALERIE */

.big_galerie_wrap {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(7, 1fr);
}

.big_galerie_container {
    display: block;
}

.galerie_conteiner_hover {
    position: relative;
}

.galerie_conteiner_hover:before {
    content: attr(data-hovertext) " " url("../img/small-red-arrow.svg");
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--attr_hover_color);
    opacity: 0;
    pointer-events: none;
    font-size: 18px;
    font-family: Montserrat-Medium;
    color: var(--bila);
}

.galerie_conteiner_hover:hover:before {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.galerie_container_hover_loupe {
    position: relative;
}

.galerie_container_hover_loupe:before {
    content: url("../img/loupe.svg");
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--attr_hover_color);
    opacity: 0;
    pointer-events: none;
    font-size: 18px;
    font-family: Montserrat-Medium;
    color: var(--bila);
}

.galerie_container_hover_loupe:hover:before {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.big_galerie_container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.big_galerie_container:nth-child(2n + 1) {
    height: auto;
    grid-row-end: span 2;
}

.big_galerie_container {
    height: 202px;
    grid-row-end: span 1;
}

.big_galerie_container:nth-child(9) {
    grid-row-end: span 1;
    height: 202px;
}

/* LEFT MAIN BANNER */

#left_main_banner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    transform-origin: left top;
    transform: rotate(-90deg) translateX(-100%);
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -moz-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    -o-transform: rotate(-90deg) translateX(-100%);
}

#left_main_banner a {
    text-decoration: none;
    font-size: 16px;
    font-family: Montserrat-Medium;
}

#left_main_banner a img {
    margin-right: 10px;
}

#left_main_banner .fade_line {
    margin-left: 10px;
    height: 1.5px;
    width: 260px;
    background-image: linear-gradient(to right, #fff 0%, #ffffff00 50%);
}

/* PRODUCT ITEM */

.product_item_container {
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.product_item_container.new:before {
    content: "NEW";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    left: 10px;
    width: 35px;
    height: 35px;
    color: var(--bila);
    background-color: var(--cervena);
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

.single_new_flag:before {
    content: "NEW";
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: var(--bila);
    background-color: var(--cervena);
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

.single_new_flag_table:before {
    content: "NEW";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: var(--bila);
    background-color: var(--cervena);
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

.product_bg_img {
    position: absolute;
    overflow: hidden;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    /* filter: brightness(3.5) opacity(0.2); */
}

.products_swiper_wrap .swiper-slide:nth-of-type(2n + 1) .product_bg_img,
.flex_container:nth-of-type(2n + 1) .product_bg_img {
}

.products_swiper_wrap .swiper-slide:nth-of-type(3n + 1) .product_bg_img,
.flex_container:nth-of-type(3n + 1) .product_bg_img {
}

.products_swiper_wrap .swiper-slide:nth-of-type(4n + 1) .product_bg_img,
.flex_container:nth-of-type(4n + 1) .product_bg_img {
}

.product_item_container .detail {
    opacity: 0;
    margin-top: 20px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
}

.product_item_container h3 {
    font-size: 18px;
    font-family: Montserrat-SemiBold;
    color: var(--bila);
    text-align: center;
}

.product_item_container:hover .detail {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.product_item_img_wrap {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_item_container_a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 0 20px 20px 20px;
}

.product_item_container .rozmer_detail {
    text-align: center;
    margin: 5px auto 0 auto;
    width: 100%;
    display: block;
}

.product_item_img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 170px;
    margin-bottom: 10px;
}

.products_swiper_wrap .swiper-slide {
    height: auto !important;
}

/* SINGLE SVITIDLO */

#path_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#path {
    margin: 10px 10px 10px 0;
}

#path a {
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-decoration: none;
}

#path a:first-letter {
    text-transform: capitalize;
}

#path a:hover {
    color: var(--cervena);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#path a:last-of-type {
    color: var(--cervena);
    font-family: Montserrat-Medium;
}

#path_home svg {
    width: 15px;
}

#path_home svg path {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#path_home:hover svg path {
    fill: var(--cervena);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#product_code_title,
#product_typ_title {
    font-family: Montserrat-SemiBold;
    color: var(--bila);
    margin-bottom: 5px;
    display: inline-block;
}

#product_code,
#product_typ {
    margin-left: 10px;
}

.svitidlo_description p {
    text-align: left;
}

.svitidlo_description_nadpis {
    margin: 10px 0;
    color: var(--bila);
    font-family: Montserrat-SemiBold;
}

.product_banner_kontakt_container {
    display: flex;
    width: auto;
    margin-bottom: 0;
}

.product_banner_kontakt_container a {
    color: #fff;
}

.product_banner_kontakt_container a:hover {
    color: var(--cervena);
}

.product_banner_wrap {
    padding: 25px;
}

.product_banner_text {
    font-family: Montserrat-SemiBold;
    /* color: var(--bila); */
    color: #fff;
    font-size: 34px;
    text-shadow: 0 0 9px #ffffff6e;
}

.product_banner .flex_container {
    margin: 20px 0;
}

.after_top_glow {
    position: relative;
}

.after_top_glow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 10%;
    height: 1px;
    width: 50%;
    background-image: linear-gradient(to right, var(--cervena_0) 0%, var(--cervena) 50%, var(--cervena_0));
}

.after_top_glow.left:after {
    right: auto;
    left: 10%;
}

.zalozky_wrap {
    display: flex;
    flex-wrap: nowrap;
}

.zalozka {
    cursor: pointer;
    background-color: var(--tmava_modra);
    color: var(--bila);
    font-size: 16px;
    padding: 15px 40px;
    font-family: Montserrat-Medium;
    display: inline-flex;
    align-items: center;
    margin-right: 12px;
}

.zalozka.active {
    cursor: default;
    background-color: var(--svetla_modra);
}

#single_svitidlo_table_wrap {
    margin-top: 50px;
}

.tables_wrap {
    background-color: var(--svetla_modra);
    position: relative;
    z-index: 2;
}

.tables_wrap table {
    border: 0;
    border-collapse: collapse;
    margin: 20px 10px 0 10px;
    width: calc(100% - 20px);
}

.load_more_container .hidden {
    display: none;
}

.load_more_container.show .hidden {
    display: table-row;
}

.load_more_container.show .load_more_btn_dots .center_bullet {
    margin-bottom: 10px;
}

.load_more_container table tr.last_visible {
    opacity: 0.5;
}

.load_more_container.show table tr.last_visible {
    opacity: 1;
}

.load_more_wrap {
    padding: 10px 0;
    text-align: center;
}

.load_more_btn {
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

.load_more_btn_dots {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
}

.load_more_btn_dots .center_bullet {
    background-color: #d90016;
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin: 0 5px;
}

.load_more_btn_dots:before {
    content: "";
    display: inline-block;
    background-color: #d9001680;
    height: 6px;
    width: 6px;
    border-radius: 50%;
}

.load_more_btn_dots:after {
    content: "";
    display: inline-block;
    background-color: #d9001680;
    height: 6px;
    width: 6px;
    border-radius: 50%;
}

.tables_wrap table tr:nth-of-type(odd) td {
    background-color: var(--modra_2);
}

.tables_wrap_ostatni table tr:nth-of-type(even) td {
    background-color: var(--modra_2) !important;
}

.tables_wrap_ostatni table tr:nth-of-type(odd) td {
    background-color: transparent !important;
}

.tables_wrap_model table tr td:first-of-type {
    padding: 5px 5px 5px 25px;
    width: 50%;
}

.tables_wrap table tr td:last-of-type {
    color: var(--bila);
    font-size: 16px;
    padding: 5px 0;
    font-family: Montserrat-Medium;
}

.tables_wrap_nadpis {
    padding-left: 35px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--bila);
    margin-top: 25px;
    font-family: Montserrat-SemiBold;
}

.tables_wrap_nadpis:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 1px;
    height: 1px;
    background-image: linear-gradient(to right, var(--cervena_50) 0%, var(--cervena));
}

.product_360_wrap {
    /* height: 450px; */
    width: 100%;
  
    background-size: cover;
    position: relative;
 
    /* margin-top: 25px; */
}


.product_360_wrap a {
    display: block;
    width: 100%;
    height: 100%;
}

.product_galerie_first_a img {
    display: block;
    width: 100%;
    max-width: 80%;
    height: 100%;
    max-height: 80%;
    object-fit: contain;
    margin: 0 auto;
}

#product_360_btn {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#product_360_img {
    display: block;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.product_galerie_container img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}
.product_galerie_wrap {
    display: flex;
}
.product_galerie_container_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 25px 0px 0px -7px;
}

.product_galerie_container {
    width: calc(85%);
    height: 84px;
    margin: 7px;
    margin-top: 0px;
    background: url(../img/detail_bg.jpg) bottom center no-repeat;
    background-size: cover;
    position: relative;
}

.product_galerie_container.plan {
    background-image: none;
    background-color: var(--bila);
}

.product_galerie_container:after {
    opacity: 0;
    pointer-events: none;
    content: url(../img/loupe.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to bottom, #d90016, #6d000b);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.product_galerie_container:hover:after {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    opacity: 0.52;
}

.tables_wrap_dokumenty,
.tables_wrap_ostatni {
    padding-top: 25px;
    padding-bottom: 25px;
    /* overflow-x: auto;  */
}

.dokumenty_table tr td:last-of-type {
    text-align: right;
    width: 25%;
}

.dokumenty_table td {
    font-size: 16px;
    color: var(--bila);
    font-family: Montserrat-Medium;
    padding: 5px 10px !important;
}

.dokumenty_table tr td a {
    text-decoration: none;
}

.dokumenty_table tr td a:first-of-type {
    margin-right: 10px;
}

.dokumenty_table a svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    object-fit: contain;
    vertical-align: middle;
}

.dokumenty_table a svg .fill_color,
.dokumenty_table a svg .stroke_color {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.dokumenty_table a:hover svg .fill_color {
    fill: var(--cervena);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.dokumenty_table a:hover svg .stroke_color {
    stroke: var(--cervena);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

td.pdf_before:before {
    content: url(../img/pdf.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}



td.pdf_before span {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

.piktogramy_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 25px;
}

.piktogram_container {
    margin: 0 0 12px 12px;
    width: 50px;
    height: 43px;
}

.piktogram_container img {
    display: block;
    width: 100%;
    height: 100% !important;
    background-color: var(--bilaPiktogram);
    object-fit: contain;
}

.custom_piktogram {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: var(--bilaPiktogram);
    color: var(--uplnecerna);
    cursor: default;
    font-family: Montserrat-Bold;
}

.ostatni_produkty_btns_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: calc(100% - 20px);
    gap:10px;
}

.ostatni_produkty_btns_wrap .btn_ostatni_produkty {
    margin-bottom: 10px;
}

/* .ostatni_produkty_btns_wrap .btn_ostatni_produkty:not(.active) {
    border: none;
} */
.ostatni_produkty_btns_wrap .btn_ostatni_produkty:not(.active) {
    border: 1px solid var(--bila);
}

span.btn_a.btn_a_1.btn_ostatni_produkty.active {
    background-color: var(--cervena);
    color: #fff;
}
.ostatni_produkty_table {
    margin-top: 0;
}

.ostatni_produkty_table tr td {
    color: var(--bila);
    font-family: Montserrat-Medium;
    text-align: center;
}

.ostatni_produkty_table_wrap table {
    display: block;
    overflow-x: auto;
}

.ostatni_produkty_table_wrap table tbody {
    width: 100%;
}

.ostatni_produkty_table_wrap table thead {
    width: 100%;
}

.ostatni_produkty_table tr td:nth-of-type(2) {
    color: var(--seda);
}

.ostatni_produkty_table tr th {
    padding: 15px 10px;
    text-align: center;
}

.ostatni_produkty_table tr th:nth-of-type(2),
.ostatni_produkty_table tr th:nth-of-type(3),
.ostatni_produkty_table tr td:nth-of-type(2),
.ostatni_produkty_table tr td:nth-of-type(3) {
    text-align: left;
}

.ostatni_produkty_table tr td {
    padding: 5px 10px !important;
}

.table_produkt_btn {
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.table_produkt_btn:hover {
    color: var(--cervena);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.table_produkt_btn.btn_a_small_red_arrow:after {
    content: url(../img/small-red-arrow.svg);
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
}

#banner_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#banner_img {
    width: 100%;
    display: block;
    object-fit: contain;
}

#generate_pdf {
    background-color: transparent;
}

#generate_pdf.load:before {
    content: url(../img/loading_svg.svg) !important;
}

.advanced_filter_table {
    width: 100%;

    border: 0;
    border-collapse: collapse;
}

#advanced_filter_form {
    width: 100%;
    max-width: 650px;
}

.advanced_filter_table tr td {
    padding: 10px 0;
}



.advanced_filter_table tr td:first-of-type {
    width: 40%;
}

#advanced_filter_buttons_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.advanced_filter_btn {
    background-color: transparent;
    margin-top: 10px;
}

#show_advanced_filter_btn {
    margin-right: 10px;
    position: relative;
    padding-right: 60px;
}

#show_advanced_filter_btn:before {
    content: url(../img/filter.svg);
    width: 21px;
    height: 21px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 23px;
    top: 55%;
    vertical-align: middle;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#show_advanced_filter_btn.active:before {
    content: url(../img/cross_white.svg);
}

.advanced_filter_btn.btn_a_small_red_arrow:after {
    content: url(../img/small-red-arrow.svg);
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
}

#advanced_filter_submit_btn.load:after {
    content: url(../img/loading_svg.svg);
    width: 21px;
    height: 21px;
}

#filter_count {
    display: inline-block;
    padding: 0 5px;
}

#form_filter_submit_btn.load:after {
    content: url(../img/loading_svg.svg);
    width: 21px;
    height: 21px;
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
}

#vyhledavaci_kriteria {
    width: 100%;
    margin: 0 -5px 15px -5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.kriterium {
    display: block;
    margin: 5px;
    color: var(--bila);
    background-image: linear-gradient(to left, var(--cervena), var(--tmava_cervena));
    padding: 5px;
}

.kriterium:before {
    content: attr(data-name);
    display: inline-block;
    color: var(--bila);
}

#custom_select_wrap_prumer {
    position: relative;
}

#custom_select_wrap_prumer:before {
    position: absolute;
    content: url(../img/diameter.svg);
    display: block;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 10px;
    object-fit: contain;
    z-index: 5;
}

#custom_select_wrap_prumer .select2-selection__rendered {
    padding-left: 40px !important;
}

#advanced_filter_container {
    border-top: 1px solid var(--svetla_modra);
    width: 100%;
}

.advanced_filter_table .cb_container,
.filter_table .cb_container {
    display: inline-block;
    font-size: 16px;
    padding-left: 24px;
    font-family: Montserrat-Medium;
}

.advanced_filter_table .cb_container .checkmark,
.filter_table .cb_container .checkmark {
    width: 20px;
    height: 20px;
    top: -1px;
}

.advanced_filter_table .cb_container .checkmark.checked,
.filter_table .cb_container .checkmark.checked {
    background-image: linear-gradient(to bottom, var(--cervena), var(--tmava_cervena));
}

.advanced_filter_table .cb_container .checkmark.checked:after,
.filter_table .cb_container .checkmark.checked:after {
    content: "";
    position: absolute;
    top: 38%;
    left: 50%;
    width: 8px;
    height: 5px;
    border-left: 2px solid var(--bila);
    border-bottom: 2px solid var(--bila);
    background: none;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
}

.cb_container.radio .checkmark {
    width: 23px !important;
    height: 23px !important;
    border-radius: 7px !important;
}

.cb_container.radio {
    padding-left: 30px;
}

.cb_container.radio .checkmark.checked:after {
    content: "";
    position: absolute;
    top: 48%;
    left: 48%;
    width: 70%;
    height: 70%;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#vysledne_produkty_table_wrap {
    position: relative;
}

#vysledne_produkty_table_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    background-color: #181f2755;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

#vysledne_produkty_table_wrap.load:before {
    z-index: 10;
    opacity: 1;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

#vysledne_produkty_table_wrap .not_found {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}

/* MIN MAX SLIDER */
.ui-slider-range {
    background-image: linear-gradient(to left, var(--cervena), var(--tmava_cervena)) !important;
    margin-top: 2px !important;
}

.ui-slider-handle {
    border: 0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    width: 1em !important;
    height: 1em !important;
}

.ui-widget.ui-widget-content {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.min-max-slider {
    width: 100%;
    height: 3px !important;
    position: relative;
    margin-bottom: 50px;
    margin-top: 20px;
}

.min-max-slider span.value {
    height: 1.7em;
    display: inline-block;
    position: absolute;
    bottom: -40px;
    white-space: nowrap;
}

.min-max-slider span.value.lower {
    left: 0;
}

.min-max-slider span.value.upper {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
}

.min-max-slider span.value.upper.start {
    right: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}

.min-max-slider span.value.lower:after {
    content: attr(data-jednotka);
    margin-left: 0.4em;
    display: inline-block;
}

.min-max-slider span.value.upper:after {
    content: attr(data-jednotka);
    display: inline-block;
    margin-left: 0.4em;
}

/* REFERENCE */
.reference_container {
    height: 245px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

.reference_container:hover .btn_a {
    color: var(--cervena);
}

.reference_container:hover {
    cursor: pointer;
}

.ref_bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reference_container .katalog_container_text_wrap {
    max-width: 275px;
}

#reference_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -10px;
    padding: 25px;
    position: relative;
}

#reference_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    background-color: #181f2755;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

#reference_wrap.load:before {
    z-index: 10;
    opacity: 1;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

#reference_wrap > .flex_container {
    width: calc(100% / 3 - 20px) !important;
    margin: 10px;
}

.filtr_title {
    color: var(--bila);
}

#reference_filtr_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px;
    position: relative;
    z-index: 10;
}

#reference_filtr_wrap .filtr_title {
    font-family: Montserrat-SemiBold;
    margin: 10px 25px 10px 0;
}

#reference_filtr_wrap .flex_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}

#reference_banner {
    padding: 15px;
}

.swiper_container_reference {
    width: 100%;
    height: 100%;

    position: relative;
    overflow: hidden;
}

.swiper_container_reference_wrap {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.swiper_reference_button {
    position: absolute !important;
    top: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px !important;
    height: 65px !important;
    border-radius: 0 !important;
    padding: 10px !important;
}

.swiper_reference_button.prev {
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.swiper_reference_button.next {
    right: 0;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
}

.reference_modal_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#reference_modal_table {
    width: 100%;
}

#reference_modal_table td {
    padding: 5px 10px 5px 0;
}

#reference_modal_table td:last-of-type {
    font-family: Montserrat-Bold;
}

.swiper_reference_wrapper {
    height: 100% !important;
}

.reference_video {
    width: 100%;
    display: block;
    max-height: 100%;
}

.btn_close_modal {
    padding-right: 60px;
    border: 0;
    background-image: linear-gradient(to right, var(--cervena), var(--tmava_cervena));
}

.btn_close_modal:hover {
    border: 0;
    color: var(--bila);
}

.btn_close_modal:before {
    content: url(../img/cross_white.svg);
    width: 21px;
    height: 21px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 23px;
    top: 55%;
    vertical-align: middle;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* KATALOG PRODUKTU */
#katalog_filtr_wrap {
    overflow: hidden;
    max-height: 0;
    background-color: var(--tmava_modra);
    position: relative;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

#katalog_filtr_wrap.show {
    overflow: visible;
    max-height: 2000em;
    padding: 25px 30px;
    transition: 0.3s max-height ease-in-out;
    -webkit-transition: 0.3s max-height ease-in-out;
    -moz-transition: 0.3s max-height ease-in-out;
    -ms-transition: 0.3s max-height ease-in-out;
    -o-transition: 0.3s max-height ease-in-out;
}

#katalog_filtr_wrap.load {
    display: flex;
    align-items: center;
    justify-content: center;
}

#katalog_filtr_wrap.load:before {
    content: url(../img/loading_svg.svg);
    display: inline-block;
    width: 25px;
    height: 25px;
}

#katalog_results_container_wrap {
    position: relative;
    margin-top: 25px;
}

#katalog_results_container {
    position: relative;
}

#katalog_results_container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    background-color: #181f2755;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

#katalog_results_container.load:before {
    z-index: 10;
    opacity: 1;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.katalog_bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: screen;
    z-index: -1;
}

.after_top_left_glow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    z-index: -2;
    pointer-events: none;
    height: 1px;
    width: 50%;
    background-image: linear-gradient(to right, var(--cervena_0) 0%, var(--cervena) 50%, var(--cervena_0));
}

.katalog_btn {
    margin: 10px 10px 10px 0;
}

/* FILTER */

.btn_filtr {
    padding-right: 60px;
    white-space: nowrap;
    position: relative;
    margin-left: 25px;
}

.btn_filtr:before {
    content: url(../img/filter.svg);
    width: 21px;
    height: 21px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 23px;
    top: 55%;
    vertical-align: middle;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.btn_filtr.active:before {
    content: url(../img/cross_white.svg);
}

.filter_table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

.filter_table tr td {
    padding: 10px 0;
}

.filter_table tr td:first-of-type {
    width: 35%;
    padding-right: 5px;
}

#filtr_text {
    margin: 0;
    padding-right: 50px;
}
#filtr_text_vypocet {
    margin: 0;
    padding-right: 50px;
    background-color: #000000;
    color: white;
}

#filtr_text_input_wrap {
    width: 100%;
    position: relative;
}
#filtr_text_vypocet_input_wrap {
    width: 100%;
    max-width: 500px;
    margin: auto;
    position: relative;
}

#filtr_text_vypocet_input_loupe {
    position: absolute;
    cursor: pointer;
    display: block;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 0.5;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

#filtr_text_vypocet_input_loupe:hover {
    opacity: 1;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

#filtr_text_input_loupe {
    position: absolute;
    cursor: pointer;
    display: block;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 0.5;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

#filtr_text_input_loupe:hover {
    opacity: 1;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.filter_buttons_td {
    text-align: right;
    padding-right: 0 !important;
}

.filter_buttons_td button {
    margin-left: 15px;
}

.filter_reset_btn {
    font-size: 18px;
    display: inline-block;
    font-family: Montserrat-Medium;
    white-space: nowrap;
    vertical-align: middle;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    margin: 15px 0;
}

.filter_reset_btn:hover {
    cursor: pointer;
    color: var(--cervena);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.filter_reset_btn svg {
    width: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.filter_reset_btn svg path {
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.filter_reset_btn:hover svg path {
    fill: var(--cervena);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.filter_name {
    font-size: 18px;
    color: var(--bila);
    font-family: Montserrat-SemiBold;
    padding-right: 10px;
}

/* KONTAKT */
.wpcf7-form label {
    display: block;
    margin-top: 25px;
}

.submit_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 25px;
}

#kontakt_form_wrap {
    background-color: var(--tmava_modra);
    padding: 20px;
}

#kontakt_form_wrap table {
    width: 100%;
}

#kontakt_form_wrap table td:first-of-type label {
    color: var(--bila);
    font-family: Montserrat-Bold;
    margin-top: 0;
}

#kontakt_form_wrap table td {
    padding: 10px 5px;
}

#kontakt_form_wrap input,
#kontakt_form_wrap textarea {
    color: var(--bila);
    background-color: var(--cerna);
    margin-bottom: 0 !important;
}

#kontakt_form_wrap .cb_container,
.map_modal_wrap .cb_container {
    color: var(--bila);
    font-size: 15px;
    font-family: Montserrat-SemiBold;
}

#kontakt_form_wrap .cb_container a,
.map_modal_wrap .cb_container a {
    font-family: inherit;
}

#kontakt_form_wrap .acceptance-ou,
.map_modal_wrap .acceptance-ou {
    position: absolute !important;
    width: auto !important;
}

#kontakt_form_wrap .cb_container .checkmark,
.map_modal_wrap .cb_container .checkmark {
    width: 20px !important;
    height: 20px !important;
    border-color: var(--cervena);
    background-color: var(--tmava_modra);
}

#kontakt_btn_show_form.active {
    border: 0;
    background-image: linear-gradient(to left, var(--tmava_cervena), var(--cervena));
    padding-right: 60px;
}

#kontakt_btn_show_form.active:hover {
    color: var(--bila);
}

#kontakt_btn_show_form.active:before {
    content: url(../img/cross_white.svg);
    width: 21px;
    height: 21px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 23px;
    top: 55%;
    vertical-align: middle;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#dalsi_kontakty_wrap {
    margin: 50px 0;
}

#dalsi_kontakty_wrap h2:before,
#dalsi_kontakty_wrap h2:after {
    content: none;
}

#dalsi_kontakty_wrap table {
    width: 100%;
}

#dalsi_kontakty_wrap p {
    color: var(--bila);
}

#dalsi_kontakty_wrap table td {
    color: var(--bila);
    padding: 5px 0;
}

#dalsi_kontakty_wrap table td a {
    color: var(--bila);
    text-decoration: none;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

#dalsi_kontakty_wrap table td a:hover {
    color: var(--cervena);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

#dalsi_kontakty_wrap table td svg {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

#dalsi_kontakty_wrap table td:first-of-type {
    padding-right: 10px;
}

#dalsi_kontakty_wrap table td:last-of-type {
    white-space: nowrap;
}

#dalsi_kontakty_wrap table tr.hidden {
    display: none;
}

#dalsi_kontakty_wrap .btn_a_wrap {
    margin: 10px 0;
}

#ef_wrap {
    background-color: var(--bila);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 50px;
    padding: 20px;
}

#ef_wrap p {
    color: var(--cerna);
    margin-bottom: 0;
}

#ef_wrap .btn_a {
    color: var(--cerna);
    white-space: nowrap;
}

#ef_wrap .btn_a:hover {
    color: var(--cervena);
}

#ef_wrap figure {
    display: block;
    width: 100%;
    max-width: 300px;
    min-width: 300px;
    height: 94px;
}

#ef_wrap figure img {
    display: block;
    width: 100%;
}

#ef_wrap .flex_container {
    margin-right: 20px;
}

/* LIGHTBOX */

#lightboxOverlay {
    max-width: 100% !important;
}

#lightbox .lb-caption {
    color: var(--bila);
    z-index: 1;
    width: 20%;
    margin: 15px 0;
    text-align: left;
}

.lightbox .lb-image {
    border-width: 3px !important;
    border-radius: 0 !important;
}

.lb-closeContainer {
    float: Right;
}

.lb-data .lb-close {
    width: 25px !important;
    height: 25px !important;
    float: none !important;
    background: url("../img/cross.svg") center center no-repeat !important;
    background-size: contain;
}

.lb-dataContainer {
    padding: 5px 0 0 0 !important;
    border-radius: 0 !important;
}

.lb-outerContainer {
    border-radius: 0 !important;
}

.lb-container {
    background: url(../img/detail_bg.jpg) bottom center no-repeat;
    background-size: cover;
}

.lb-data .lb-details {
    padding: 2px;
}

.lb-closeContainer {
    padding: 2px;
}

.lb-data {
    padding: 0 !important;
}

.lb-nav a.lb-next {
    background: none !important;
    position: relative;
}

.lb-nav a.lb-prev {
    background: none !important;
    position: relative;
}

.lb-nav a.lb-next:after {
    content: "\00276F";
    color: var(--bila);
    background-image: linear-gradient(to bottom, var(--cervena), var(--tmava_cervena));
    height: 43px;
    width: 43px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
}

.lb-nav a.lb-prev:after {
    font-size: 25px;
    content: "\00276E";
    color: var(--bila);
    background-image: linear-gradient(to bottom, var(--cervena), var(--tmava_cervena));
    height: 43px;
    width: 43px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* DEFAULT */
.sirka-840 {
    max-width: 840px;
}

.sirka-840 .wp-block-embed__wrapper {
    position: relative;
    max-width: 840px;
    padding-bottom: 56.25%;
}

.sirka-840 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 840px;
    height: 100%;
    max-height: 473px;
}

.bg_img {
    position: absolute;
    z-index: 0;
}

.bg_img_1 {
    top: 0;
    right: -150px;
    transform: rotate(51deg);
    -webkit-transform: rotate(51deg);
    -moz-transform: rotate(51deg);
    -o-transform: rotate(51deg);
    -ms-transform: rotate(51deg);
    mix-blend-mode: screen;
}

.section_h3_23 h3 {
    font-size: 23px;
    font-family: Montserrat-Bold;
    color: var(--bila);
}

.h2_like_h3 {
    font-size: 23px;
    font-family: Montserrat-Bold;
    color: var(--bila);
}

.h2_like_h3:before {
    content: none;
}

.h2_like_h3:after {
    content: none;
}

.section_text p {
    font-size: 18px;
}

.section_text {
    margin-bottom: 50px;
}

.margin_bottom_20 {
    margin-bottom: 20px !important;
}

.margin_bottom_50 {
    margin-bottom: 50px !important;
}

.margin_right_0 {
    margin-right: 0 !important;
}

.margin_bottom_0 {
    margin-bottom: 0 !important;
}

.flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.h_center h1,
.h_center h2,
.h_center h3,
.h_center h4 {
    text-align: center;
}

.flex_30_70,
.flex_70_30 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.flex_30_70 > .flex_container:first-of-type {
    width: 30%;
}

.flex_30_70 > .flex_container:last-of-type {
    width: 69%;
}

.flex_70_30 > .flex_container:first-of-type {
    width: 69%;
}

.flex_70_30 > .flex_container:last-of-type {
    width: 30%;
}

.flex_40_60,
.flex_60_40 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.flex_40_60 > .flex_container:first-of-type {
    width: 40%;
}

.flex_40_60 > .flex_container:last-of-type {
    width: 59%;
}

.flex_60_40 > .flex_container:first-of-type {
    width: 58%;
}

.flex_60_40 > .flex_container:last-of-type {
    width: 40%;
}

.flex_50 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_50:nth-of-type(even) .change_sides {
    order: -1;
}

.flex_50 > .flex_container {
    width: 49% !important;
}

.flex_5 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.flex_5 > .flex_container {
    margin: 10px;
    width: calc(20% - 20px) !important;
}

.flex_25 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex_25 > .flex_container {
    width: 24% !important;
}

.flex_30 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_30 > .flex_container {
    width: calc(97% / 3) !important;
}

.flex_content_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.justify-content_space-between {
    justify-content: space-between;
}

.justify-content_start {
    justify-content: flex-start;
}

.justify-content_end {
    justify-content: flex-end;
}

.align-items_center {
    align-items: center;
}

.align-items_stretch {
    align-items: stretch;
}

.align-items_start {
    align-items: flex-start;
}

.align-items_end {
    align-items: flex-end;
}

.flex-wrap_nowrap {
    flex-wrap: nowrap;
}

.custom_select_wrap {
    position: relative;
}

.no_shadow {
    box-shadow: none !important;
}

.no_border_radius {
    border-radius: 0 !important;
}

.margin_top_m4em_r {
    margin-top: -4em;
}

.custom_b p:first-of-type strong:first-of-type {
   
    font-size: 23px;
}

.show_1024 {
    display: none;
}

@media only screen and (max-width: 1760px) {
    body:not(.home) #left_main_banner {
        display: none;
    }

    #dalsi_kontakty_wrap table td {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 1460px) {
    body.home .hero_wrap {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1400px) {
    .bg_img {
        opacity: 0.4;
    }

    .hero_svitidlo_wrap_1 {
        left: 3%;
    }

    .hero_svitidlo_wrap_2 {
        left: 28%;
    }

    .hero_svitidlo_wrap_3 {
        left: 60%;
    }
}

@media only screen and (max-width: 1280px) {
    /* HERO */
    #left_main_banner {
        display: none;
    }

    body.home .hero_wrap {
        padding-left: 0;
    }

    .hero_wrap_wrap {
        margin-left: 15px;
    }

    .menu_logo {
        max-width: 130px;
    }

    .menu_left_item_katalog span {
        display: none;
    }

    #language-menu-container ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }

    #language-menu-container li:nth-child(3) {
        border-right: 0;
    }

    /* O NAS */
    .o_nas_galerie_wrap a {
        width: calc(100% / 5 - 30px);
    }

    /* GALERIE */
    .big_galerie_wrap {
        grid-template-columns: repeat(5, 1fr);
    }

    .big_galerie_container:nth-child(10),
    .big_galerie_container:nth-child(9),
    .big_galerie_container:nth-child(8) {
        display: none;
    }

    .big_galerie_container:nth-child(7) {
        height: 202px;
        grid-row-end: span 1;
    }

    #reference_wrap > .flex_container {
        width: calc(50% - 20px) !important;
    }

    /* FOOT */
    .foot_menu_container {
        width: calc(100% / 3);
    }

    /* DEFAULT */
    .flex_5 > .flex_container {
        width: calc(25% - 20px) !important;
    }
}

@media only screen and (max-width: 1024px) {
    .mobile_menu_wrap {
        display: flex;
    }

    #menu_float_left {
        float: none;
    }

    .menu_left_item {
        padding: 0 10px;
    }

    .menu_left_item_katalog span {
        display: none;
    }

    .menu_left_item_search {
        border-radius: 0;
    }

    main:not(.main_front_page) {
        padding-top: var(--menu_mobile_height);
    }

    .menu_float_right {
        display: none;
    }

    .primary-navigation .set_max_width_set_margin {
        margin: 0 auto;
    }

    /* HERO */
    .hero_right_img {
        z-index: 0;
    }

    #hero {
        padding-top: var(--menu_mobile_height);
        height: auto;
        background-position: center center !important;
        background-size: cover !important;
        /* padding-bottom: 550px; */
        z-index: 2;
    }

    .hero_text_wrap h1 {
        font-size: 55px;
        text-align: center;
        width: 100%;
        margin-top: 25px;
    }

    .hero_text_wrap {
        width: 100%;
        max-width: 400px;
    }

    .hero_content > p {
        text-align: center;
    }

    .hero_wrap {
        padding-bottom: 10px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    .hero_wrap_wrap {
        margin-right: 15px;
    }

    .small_prispevky_container:nth-of-type(2) {
        display: none;
    }

    .hero_svitidla_wrap {
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }

    #hero_slideshow {
        width: 100%;
        padding-left: 0;
        padding-bottom: 20px;
    }

    .svitilo_cable {
        opacity: 0.3;
    }

    .hero_svitidlo_wrap {
        width: 150px;
    }

    .hero_svitidlo_title,
    .svitidlo_container .btn_a {
        font-size: 14px;
    }

    .hero_svitidlo_wrap_2 {
        left: calc(50% - 75px);
    }

    .hero_svitidlo_wrap_3 {
        left: auto;
        right: 3%;
    }

    .hero_svitidlo_wrap_1 .svitidlo_container {
        top: 37%;
    }

    .hero_svitidlo_wrap_1 .svitidlo_container:hover {
        top: 39%;
    }

    .hero_svitidlo_wrap_1 .svitilo_cable {
        height: calc(37% + 10px);
    }

    .hero_svitidlo_wrap_1 .svitidlo_container:hover + .svitilo_cable {
        height: calc(39% + 10px);
    }

    .hero_svitidlo_wrap_2 .svitidlo_container {
        top: 67%;
    }

    .hero_svitidlo_wrap_2 .svitidlo_container:hover {
        top: 69%;
    }

    .hero_svitidlo_wrap_2 .svitilo_cable {
        height: calc(67% + 10px);
    }

    .hero_svitidlo_wrap_2 .svitidlo_container:hover + .svitilo_cable {
        height: calc(69% + 10px);
    }

    .hero_svitidlo_wrap_3 .svitidlo_container {
        top: 52%;
    }

    .hero_svitidlo_wrap_3 .svitidlo_container:hover {
        top: 54%;
    }

    .hero_svitidlo_wrap_3 .svitilo_cable {
        height: calc(52% + 10px);
    }

    .hero_svitidlo_wrap_3 .svitidlo_container:hover + .svitilo_cable {
        height: calc(54% + 10px);
    }

    .small_prispevky_wrap {
        width: calc(100% - 30px);
    }

    .katalog_wrap {
        padding-top: 50px;
    }

    .hero_katalog_name_wrap {
        justify-content: center;
        padding: 45px 5px;
    }

    .hero_katalog_name {
        font-size: 35px;
        text-align: center;
    }

    .swiper_hero_button,
    .swiper_reference_button {
        width: 45px !important;
        height: 45px !important;
        padding: 10px !important;
    }

    /* LOGA FALLERY */
    .loga_gallery .swiper-slide {
        justify-content: center;
    }

    /* FOOT */
    .foot_menu_container {
        width: 50%;
    }

    .foot .extra-menu-container {
        width: 100%;
        padding-right: 0;
    }

    .foot-copyright .set_max_width {
        justify-content: center;
        flex-wrap: wrap;
    }

    .foot-copyright .set_max_width > .foot-copyright-left {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .foot-copyright .set_max_width > div {
        width: 100%;
        text-align: center;
    }

    /* KONTAKT */
    #ef_wrap {
        flex-wrap: wrap;
        padding: 10px;
    }

    #ef_wrap .flex_container {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* O NAS */
    .dalsi_img_wrap img {
        height: 250px;
    }

    .o_nas_galerie_wrap a {
        width: calc(100% / 4 - 30px);
    }

    /* KDE NAS NAJIT */
    .region_list_wrap {
        position: relative;
        top: unset !important;
        left: unset !important;
        right: unset !important;
        margin-left: auto;
        margin-right: auto;
    }

    .region_list_wrap .custom_roll_list_container {
        position: absolute;
        width: 100%;
        background-color: var(--tmava_modra);
    }

    #custom_select_wrap_mapy {
        position: relative;
        top: unset;
        left: unset;
        margin-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    #region_card {
        position: relative;
        top: unset !important;
        left: unset !important;
        right: unset !important;
        margin: 25px auto;
        padding: 15px;
        width: 100%;
        max-width: 316px;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
    }

    #region_card:before {
        top: auto;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        border-left: 25px solid transparent;
        border-top: 16px var(--tmava_modra) solid;
        border-right: 25px solid transparent;
        border-bottom: 0;
    }

    #region_card_name {
        font-size: 18px;
    }

    #region_card .btn_a {
        font-size: 15px;
    }

    #map_wrap_cz {
        padding-left: 0;
        padding-right: 0;
    }

    /* HOME - KATALOG */
    .katalog_container {
        height: 353px;
    }

    /* HOME - O NÁS */
    /* GALERIE */
    .big_galerie_wrap {
        grid-template-columns: repeat(4, 1fr);
    }

    .big_galerie_container:nth-child(7) {
        display: none;
    }

    .big_galerie_container:nth-child(5) {
        height: 202px;
        grid-row-end: span 1;
    }

    /* SINGLE SVITIDLO */
    .product_banner_text {
        text-align: center;
    }

    .product_banner .btn_a {
        text-align: center;
    }

    /* REFERENCE */
    #reference_banner {
        padding: 15px;
        margin-top: 20px;
    }

    /* DEFAULT */

    .section_before_cut,
    .section_before_cut_black {
        padding-top: 80px;
    }

    .section_before_cut:before {
        border-left: solid 80px var(--tmava_modra);
        border-right: solid 80px var(--cerna);
    }

    .section_before_cut_black:before {
        border-left: solid 80px var(--uplnecerna);
        border-right: solid 80px var(--cerna);
    }

    .flex_25 > .flex_container {
        width: 49% !important;
    }

    .flex_30 > .flex_container {
        width: 49% !important;
    }

    .order_1024_1 {
        order: 1;
    }

    .order_1024_2 {
        order: 2;
    }

    .order_1024_3 {
        order: 3;
    }

    .order_1024_4 {
        order: 4;
    }

    .flex-wrap_1024 {
        flex-wrap: wrap;
    }

    .flex_30_70.flex-wrap_1024 > .flex_container {
        width: 100% !important;
    }

    .flex_50.flex-wrap_1024 > .flex_container {
        width: 100% !important;
    }

    .flex_5 > .flex_container {
        width: calc(100% / 3 - 20px) !important;
    }

    .show_1024 {
        display: inline-block;
    }

    .hide_1024 {
        display: none !important;
    }

    /* BLOKY */
    .blok_galerie_item {
        width: calc(100% / 3 - 10px);
    }

    /* 1024 */
}

@media only screen and (max-width: 768px) {
    h1,
    h2,
    p {
        text-align: center;
    }

    h1,
    h2,
    .btn_a_center_768 {
        display: table !important;
        margin-left: auto;
        margin-right: auto;
    }

    .hide_1024 {
        display: none !important;
    }

    .section_h3_23 h3 {
        text-align: center;
    }

    /* HERO */
    .hero_text_wrap h1 {
        font-size: 45px;
    }

    /* GALERIE */
    .big_galerie_wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .big_galerie_container {
        height: 110px;
    }

    .big_galerie_container:nth-child(1) {
        height: auto;
        grid-row-end: span 2;
    }

    .big_galerie_container:nth-child(2n + 1) {
        height: 110px;
        grid-row-end: span 1;
    }

    .big_galerie_container:nth-child(4n + 1) {
        height: auto;
        grid-row-end: span 2;
    }

    .big_galerie_container:nth-child(7) {
        display: block;
        grid-column-end: span 2;
        height: 175px;
    }

    /* O NAS */
    .o_nas_galerie_wrap a {
        width: calc(100% / 4 - 16px);
        margin: 8px;
    }

    /* SINGLE SVITIDLO */
    .zalozky_wrap {
        overflow-x: auto;
    }

    .zalozka {
        padding: 10px 20px;
        font-size: 14px;
    }

    .tables_wrap {
        overflow-x: auto;
    }

    .tables_wrap_nadpis {
        padding-left: 15px;
    }

    .tables_wrap table tr td:first-of-type {
        padding: 5px;
        font-size: 14px;
    }

    .tables_wrap table tr td:last-of-type {
        font-size: 14px;
    }

    #reference_wrap > .flex_container {
        width: calc(100% - 20px) !important;
    }

    /* FOOT */
    .foot_copyright .set_max_width > div {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .foot_copyright .set_max_width > div:last-of-type {
        margin-bottom: 0;
    }

    /* KONTAKT */
    #kontakt_form_wrap table td:first-of-type {
        width: 35%;
    }

    #dalsi_kontakty_wrap .btn_a_wrap {
        text-align: center;
    }

    #dalsi_kontakty_wrap table td {
        text-align: center;
    }

    /* FILTER */
    .filter_row_buttons {
        justify-content: flex-end;
    }

    /* DEFAULT */
    .margin_b_25_768 {
        margin-bottom: 25px;
    }

    .section_before_cut,
    .section_before_cut_black {
        padding-top: 60px;
    }

    .section_before_cut:before {
        border-left: solid 40px var(--tmava_modra);
        border-right: solid 40px var(--cerna);
    }

    .section_before_cut_black:before {
        border-left: solid 40px var(--uplnecerna);
        border-right: solid 40px var(--cerna);
    }

    .show_768 {
        display: block;
    }

    .hide_768 {
        display: none;
    }

    .flex_img_container {
        justify-content: center;
        margin-top: 25px;
    }

    .order_768_1 {
        order: 1;
    }

    .order_768_2 {
        order: 2;
    }

    .order_768_3 {
        order: 3;
    }

    .order_768_4 {
        order: 4;
    }

    .flex_50:nth-of-type(even) .change_sides {
        order: 1;
    }

    .flex_50 > .flex_container {
        width: 100% !important;
    }

    .flex_50 > .flex_container:first-of-type {
        margin-bottom: var(--flex_container_margin_bottom);
    }

    .flex_5 > .flex_container {
        width: calc(50% - 20px) !important;
    }

    .flex_25 > .flex_container {
        width: calc(50% - 20px);
    }

    .flex_25_75 > .flex_container:first-of-type {
        width: calc(50% - 20px);
        margin-bottom: var(--flex_container_margin_bottom);
    }

    .flex_25_75 > .flex_container:last-of-type {
        width: calc(50% - 20px);
    }

    .flex_70_30 > .flex_container,
    .flex_30_70 > .flex_container {
        width: 100% !important;
    }

    .flex_40_60 > .flex_container:first-of-type {
        width: 100% !important;
        margin-bottom: var(--flex_container_margin_bottom);
    }

    .flex_40_60 > .flex_container:last-of-type {
        width: 100% !important;
    }

    .flex_60_40 > .flex_container:first-of-type {
        width: 100% !important;
        margin-bottom: var(--flex_container_margin_bottom);
    }

    .flex_60_40 > .flex_container:last-of-type {
        width: 100% !important;
    }

    .flex_30 > .flex_container {
        width: 100% !important;
    }

    .width_res_100 {
        width: 100% !important;
    }

    .jusify-content_center_768 {
        justify-content: center;
    }

    /* 768 */
}

@media only screen and (max-width: 640px) {
    /* BLOKY */
    .blok_galerie_item {
        width: calc(50% - 10px);
        height: 100px;
    }
}

@media only screen and (max-width: 600px) {
    /* DEFAULT */
    p {
        font-size: 15px;
    }

    h1,
    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 17px;
    }

    /* HERO */
    .small_prispevky_container img {
        width: 64px;
        height: 64px;
        min-width: 64px;
        min-height: 64px;
    }

    /* FOOT */
    .foot_menu_container {
        width: 100%;
        justify-content: center;
        padding-right: 0;
    }

    .foot_menu_container_kontakt {
        order: -1;
    }

    .foot_menu_container_soc {
        order: -2;
        padding-top: 0;
    }

    .foot_logo_container .foot_logo {
        display: none;
    }

    .foot_menu_container_soc .foot_logo {
        display: block;
        margin-bottom: 25px;
    }

    .foot_menu_container_soc .foot_menu_nadpis {
        display: none;
    }

    .foot_kontakt_wrap,
    .foot_kontakt_container {
        justify-content: center;
    }

    .foot_menu_nadpis,
    .foot_text_wrap p,
    .foot_menu_container li {
        text-align: center;
    }

    .foot_logo a,
    .foot_logo_container p,
    .foot_text_wrap {
        text-align: center;
    }

    .foot_menu_container_soc {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 0;
    }

    .foot_menu_container_kontakt {
        width: 100%;
        padding-top: 0;
        padding-bottom: 40px;
    }

    .foot_soc_wrap {
        justify-content: center;
    }

    /* O NAS */
    .o_nas_galerie_wrap a {
        width: calc(100% / 3 - 16px);
        margin: 8px;
    }

    .product_360_wrap {
        height: 250px;
    }

    .product_galerie_container {
        width: calc(85% );
    }

    /* KATALOG PRODUKTU */
    .flex_container .product_item_container_a {
        padding: 0 8px 8px 8px;
    }

    .flex_container .product_item_container .product_item_img_wrap {
        height: 150px;
    }

    .flex_container .product_item_container .btn_a_red_arrow {
        padding-right: 60px;
        font-size: 15px;
    }

    .flex_container .product_item_container h3 {
        font-size: 15px;
    }

    .flex_container .product_item_container .btn_a_red_arrow:before {
        width: 50px;
    }

    .filter_table td {
        display: block;
        width: 100% !important;
    }

    .filter_name {
        width: 100%;
        margin-bottom: 5px;
    }

    /* DEFAULT */
    .flex_5 {
        margin: 0 -5px;
    }

    .flex_5 > .flex_container {
        margin: 5px;
        width: calc(50% - 10px) !important;
    }

    .flex_25 > .flex_container {
        width: 100% !important;
    }
}

@media only screen and (max-width: 550px) {
    .modal_container {
        padding: 10px 10px 50px 10px;
    }

    /* HERO */
    .hero_katalog_name {
        font-size: 25px;
    }

    /* SINLGE SVITIDLO */
    .dokumenty_table td {
        display: block;
        flex-wrap: wrap;
        width: 100% !important;
    }

    .dokumenty_table td.pdf_before span {
        display: block;
        width: 100%;
    }

    #search_label {
        font-size: 30px;
    }

    .advanced_filter_table tr td {
        display: block;
        width: 100% !important;
        padding-left: 25px;
        padding-right: 25px;
    }

    /* KONTAKT */
    #kontakt_form_wrap table td {
        width: 100% !important;
        display: block;
        padding: 10px 0;
    }

    #kontakt_form_wrap {
        padding: 10px;
    }

    .map_modal_wrap table td {
        display: block !important;
        width: 100% !important;
        vertical-align: middle !important;
    }

    /* FILTER */
    #filtr_text_input_wrap {
        margin-bottom: 25px;
    }

    .btn_filtr {
        margin-left: 0;
    }

    /* O NAS */
    .dalsi_img_wrap img {
        height: auto;
    }

    .dalsi_img_wrap a {
        height: auto;
    }

    /* O NAS */
    .o_nas_galerie_wrap a {
        width: calc(50% - 16px);
        margin: 8px;
    }

    /* LOGA */
    .loga_gallery {
        padding: 0px 0px;
    }

    /* REFERENCE */
    .swiper_reference_button.prev {
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .swiper_reference_button.next {
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    /* DEFAULT */
    .flex-wrap_550 {
        flex-wrap: wrap;
    }

    .roll_arrow_left {
        width: 24px;
        height: 24px;
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .roll_arrow {
        right: 0px;
    }

    .roll_center_visible {
        padding: 10px 40px 10px 40px;
    }

    .roll_center_hidden {
        padding: 0 40px 0 40px;
    }

    .roll_arrow_border {
        border-top: solid #fff 10px;
        border-right: solid transparent 10px;
        border-left: solid transparent 10px;
    }
}

@media only screen and (max-width: 420px) {
    /* #hero {
        padding-bottom: 650px;
    } */

    .product_galerie_container {
        width: calc(85%);
    }

    .banner_email_wrap a {
        font-size: 15px;
    }

    #ef_wrap figure {
        min-width: 0;
    }
}
.model_viewer {
    width: 100%;
    height: 500px;
}
