@import url(//db.onlinewebfonts.com/c/2def107af3e4eeb88b5ca50c3320ae0a?family=TCCC-UnityHeadline);

@font-face {
    font-family: "Bebas-Neue";
    src: url(../fonts/BebasNeue-Regular.ttf);
}
@font-face {
    font-family: "Aracne-Regular";
    src: url(../fonts/ARACNE-CONDENSED_regular.otf);
}
@font-face {
    font-family: "TCCC-UnityHeadline";
    src: url("//db.onlinewebfonts.com/t/2def107af3e4eeb88b5ca50c3320ae0a.eot");
    src: url("//db.onlinewebfonts.com/t/2def107af3e4eeb88b5ca50c3320ae0a.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/2def107af3e4eeb88b5ca50c3320ae0a.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/2def107af3e4eeb88b5ca50c3320ae0a.woff") format("woff"), url("//db.onlinewebfonts.com/t/2def107af3e4eeb88b5ca50c3320ae0a.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/2def107af3e4eeb88b5ca50c3320ae0a.svg#TCCC-UnityHeadline") format("svg");
}

:root {
    --max_width: 1638px;
    --max_width_2: 1070px;
    --set_max_width_set_margin: 10px;
    --menu_height: 110px;
    --menu_sticky_height: 110px;
    --menu_mobile_height: 90px;
    --box_shadow: 2.74px 7.52px 13px #02010178;
    --color_1: #628820;
    --color_2: #76B2BB;
    --color_3: #DAEEF4;
    --cerna: #262624;
    --bila: #ffffff;
    --seda: #5C5C5B;
    --h1_size: min(max(10vw), 67px);
    --h2_size: min(max(10vw), 67px);
    --p_size: 16px;
    --btn_font_size: 23px;
    --menu_item_font_size: 22px;
    --input_margin_bottom: 16px;
    --font_weight_light: 300;
    --font_weight_regular: 400;
    --font_weight_medium: 500;
    --font_weight_semibold: 600;
    --font_weight_bold: 700;
    --font_weight_heavy: 900;
}

html {
    scroll-behavior: smooth;
    scrollbar-color: var(--color_1) #f5f5f5;
    scrollbar-width: thin;

}

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

::-webkit-scrollbar-track {
    background: #f5f5f5;
}

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

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

* {
    text-align: left;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    font-family: TCCC-UnityHeadline;
    font-style: normal;
    color: var(--cerna);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    overflow-x: hidden;
}

p {
    font-size: var(--p_size);
    margin-bottom: 20px;
    line-height: 1.5em;
    font-weight: var(--font_weight_medium);
}

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

p b, p strong {
    font-family: inherit;
    font-weight: var(--font_weight_bold) !important;
}

section ul {
    margin-bottom: 20px;
}

p a {
    color: var(--color_1);
    text-decoration: none;
}

.set_max_width {
    max-width: var(--max_width);
    margin: 0 auto;
}

.set_max_width_2 {
    margin: 0 auto;
    max-width: var(--max_width_2);
}

.set_max_width_set_margin {
    margin: 0px var(--set_max_width_set_margin);
}

.opacity_0 {
    opacity: 0 !important;
}

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

main.main_404 {
    padding: calc(var(--menu_height) + 50px) 25px;
    text-align: left;
}

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

main.main_404 *:not(.btn_a) {
    text-align: left;
}

main.main_404>div {
    width: 100%;
}

.main_404 h1 {
    font-size: min(max(10vw), 75px);
}

.main_404 p {
    font-size: min(max(4vw), 35px);
}

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

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

main.main_privacy_policy h1, main.main_privacy_policy h2, main.main_privacy_policy h3, main.main_privacy_policy h4, main.main_privacy_policy h5, main.main_privacy_policy h6 {
    display: table
}

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

.navigation a {
    font-weight: var(--font_weight_bold);
}

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

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

main.search_main h2.title {
    margin-top: 20px;
    font-size: 25px;
}

main.search_main a:hover {
    color: var(--color_2);
    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;
}

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

input:not([type='file']), select, textarea:not(.select2-search__field) {
    padding: 10px 1.5rem;
    color: var(--cerna);
    border: 1px solid var(--cerna);
    background-color: #fff;
    max-width: none;
    font-size: 18px;
    font-weight: var(--font_weight_regular);
    width: 100%;
    display: block;
    text-align: left;
    border-radius: 0;
}

label {
    font-weight: var(--font_weight_bold);
}

textarea {
    height: 100%;
    max-height: 310px;
}

input:not([type='file']):focus, select:focus, textarea:focus {
    outline: 1px solid var(--color_1);
}

textarea {
    resize: none;
}

input::-webkit-file-upload-button {
    visibility: hidden;
    display: none;
}

.btn_a {
    text-decoration: none;
    display: inline-block;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    border: 0;
    text-align: center;
    font-size: var(--btn_font_size);
    position: relative;
    font-weight: var(--font_weight_bold);
    line-height: 1em;
    padding: 10px 20px;
}

.btn_a:hover {
    cursor: pointer;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.btn_a:disabled {
    background: #a0a0a0;
}

.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: #a0a0a0;
    box-shadow: none;
}

.btn_a_1 {
    background-color: var(--color_1);
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
}

.btn_a_1:hover {
    background-color: var(--color_2);

}

.btn_a_wrap {
    display: inline-block;
}

h1 {
    font-weight: var(--font_weight_bold);
    position: relative;
    display: inline-block;
    /* margin-bottom: 25px; */
    font-size: var(--h1_size);
    text-align: center;
}

h2, .like_h2 {
    font-weight: var(--font_weight_regular);
    display: inline-block;
    margin-bottom: 10px;
    font-size: var(--h2_size);
    text-transform: capitalize;
    text-align: center;
    font-family: Bebas-Neue;
}

h2 span {
    color: var(--color_1);
}

.header_wrap {
    text-align: center;
}

.header_wrap p {
    font-size: 23px;
    text-align: center;
    font-weight: var(--font_weight_bold);
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
    clear: both;
    position: relative;
    z-index: 2;
    box-shadow: var(--box_shadow);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

main {
    padding-top: var(--menu_height);
    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;
    position: relative;
}

.color_1 {
    color: var(--color_1)
}

.color_2 {
    color: var(--color_2)
}

svg[class*="svg_"] .fill {
    fill: var(--color_1);
    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;
}

svg[class*="svg_"]:hover .fill {
    fill: var(--color_2);
    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;
}

svg[class*="svg_"] .stroke {
    stroke: var(--color_1);
    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;
}

svg[class*="svg_"]:hover .stroke {
    stroke: var(--color_2);
    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;
}

/* MENU */
.mobile_menu_wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    margin-right: 0px;
    padding-left: 0px;
    z-index: 1;
    position: relative;
    width: 28px;
    height: 28px;
}

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

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

.hamburger_menu_icon {
    position: relative;
    width: 28px;
    height: 28px;
    display: inline-block;
    border: none;
    z-index: 1;
    transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
}

.hamburger_menu_icon:hover {
    cursor: pointer;
}

.hamburger_menu_icon:hover .blok {
    background: var(--color_2);
}

.blok {
    height: 4px;
    border-radius: 0;
    background: var(--color_1);
    position: absolute;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

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

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

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

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

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

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

.blokk {
    opacity: 1;
}

.blokk3 {
    opacity: 1;
}

/* PRIMARY MENU */

#menu_logo_wrap {
    float: left;
    height: 100%;
    position: relative;
    display: flex;
    z-index: 11;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;

}

#menu_logo_wrap .hamburger_menu_icon .blok {
    background-color: var(--color_1);
}

#menu_logo_wrap .hamburger_menu_icon {
    align-self: center;
}

#menu_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}



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

#menu_logo img {
    object-fit: contain;
    vertical-align: middle;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#theme_header {
    position: fixed;
    z-index: 99;
    width: 100%;
    background-color: #ffffff;
}

.primary-navigation {
    height: var(--menu_height);
    width: 100%;
    margin: 0 auto;
    display: flex;

    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;

}

.primary-navigation-mobile {
    background-color: transparent;
}

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

.primary-navigation .set_max_width {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    /* align-items: center; */
}

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

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

.primary-navigation .primary-menu-container>ul {
    /* padding-left: 10%;
    padding-right: 5%; */
    justify-content: flex-start;
}

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

.primary-menu-container li a {
    text-decoration: none;
    margin-right: 20px;
    margin-left: 20px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: var(--menu_item_font_size);
    font-weight: 400;
    font-family: Bebas-Neue;
}

.primary-navigation .primary-menu-container ul li:not(.menu_more_item) a:hover {
    color: var(--color_1);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.menu-item a {
    position: relative;
    color: var(--cerna);
    display: inline-block;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    font-family: Bebas-Neue;
}
.menu-item a.active {
   
    color: var(--color_1);

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

.primary-menu-container-mobile-wrap {
    clear: both;
    position: absolute;
    top: 100%;
    height: calc(100vh - var(--menu_height)) !important;
    width: 100%;
    max-height: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    z-index: 100;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    scrollbar-width: thin;
    overflow-y: hidden;
}

.primary-menu-container-mobile-wrap.show {
    /* width: 100% !important; */
    max-height: 100vh !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;

}

.primary-menu-container-mobile-wrap.show .primary-menu-container-mobile>ul {
    pointer-events: auto !important;
}

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

.primary-menu-container-mobile.show {
    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;
} */

/* .primary-menu-container-mobile.show>ul {
    pointer-events: auto !important;
} */

.primary-menu-container-mobile .menu-item-has-children .submenu_arrow_down_wrap {
    color: var(--color_1);
    font-weight: var(--font_weight_bold);
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.primary-menu-container-mobile {
    background-color: #ffffff;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.primary-menu-container-mobile ul {
    list-style: none;
    max-height: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    overflow: hidden;
    padding-left: 10px;
}

.primary-menu-container-mobile>ul {
    padding-left: 15px;
    padding-bottom: 0;
    /* max-width: 550px; */
    pointer-events: none;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-top: 50px;
    margin-bottom: 0;
    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: 200em;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .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 .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .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: auto;
    padding-right: 25px;

}

.primary-menu-container-mobile>ul>li {
    max-width: 50%;
}

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

.primary-menu-container-mobile ul li a:hover:not(.btn_a) {
    color: var(--color_1);
}

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

.menu_more_item li[class*="current"]>a, .primary-navigation li[class*="current"]>a {
    
}

/* MORE*/

.menu_more_item {
    display: none;
}

.primary-menu-container-mobile .menu_more_item {
    display: none !important;
}

.primary-menu-container {
    position: relative;
}

.menu_more_item {
    cursor: default;
    /* float: right; */
    text-decoration: none;
    position: relative;
}

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

.menu_more_item>a:before {
    content: none !important;
}

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

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

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

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

.menu_more_item .menu_more_item_list {
    display: block !important;
    background-color: #fff;
    pointer-events: none;
    opacity: 0;
    list-style: none;
    margin: 0;
    position: absolute !important;
    top: 150%;
    right: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    padding: 5px;
}

.menu_more_item:hover .menu_more_item_list {
    pointer-events: visible !important;
    opacity: 1 !important;
    top: 100% !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    box-shadow: #3A455A28 0px 7px 25px;
    display: block !important;
    background-color: #fff;
}

/* END MORE MENU*/
/* STICKY */
/* #theme_header.sticky {
    z-index: 100;
}

#theme_header.sticky .primary-navigation {
    height: var(--menu_sticky_height);
    max-width: 100%;
    padding-bottom: 0 !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

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

/* SUBMENU */

.submenu_arrow_down_wrap {
    color: inherit;
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
}

.submenu_arrow_down, .primary-menu-container-mobile .submenu_arrow_down {
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    width: 14px;
    height: auto;
    fill: var(--color_1);
}

.primary-menu-container-mobile .submenu_arrow_down {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .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 .sub-menu .submenu_arrow_down_wrap {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    padding-top: 0;
    padding-right: 4px;
}

.menu_more_item .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: #fff;
    height: auto;
    box-shadow: #3A455A28 0px 7px 45px;
    z-index: 2;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.menu_more_item .menu-item-has-children .sub-menu {
    box-shadow: none;
    opacity: 1;
    position: unset;
}

.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: 100%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .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, .menu_more_item ul li {
    height: auto;
    min-width: 100%;
    width: auto;
    padding: 10px 15px;
}

.sub-menu li a, .menu_more_item li a {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left;
    font-weight: var(--font_weight_light) !important;
    font-size: var(--menu_item_font_size);
}

.sub-menu li a:hover, .menu_more_item li a:hover {
    color: var(--color_1);
}

.sub-menu li a:before, .menu_more_item li a:before {
    content: none !important;
}

/* MENU FLOAT RIGHT */
#mobile_menu_right_wrap {
    display: none;

}

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

#menu_float_right ul {
    height: auto;
}

#menu_float_right .menu_right_item {
    margin-left: 10px;
    white-space: nowrap;
}

.primary-menu-container-mobile .menu_right_item_kontakt a {
    margin-right: 0;
}

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

/* HERO */

#hero {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 0;
    z-index: 5;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;

}

#hero_wrap {
    padding: 0;
    overflow-x: hidden;
}

.swiper_container_hero, .swiper_hero_wrapper {
    width: 100%;
    position: relative;
}

.swiper-pagination {
    bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.loga-swiper-pagination {
    bottom: -30px !important;
}

.swiper-wrapper:not(.swiper_hero_wrapper) {
    height: auto !important;
}

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

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

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.swiper-pagination-bullet-active {
    width: 21px;
    height: 21px;
    background-color: var(--color_1);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.hero_swiper_slide {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.hero_text_wrap {
    opacity: 0;
    position: absolute;
    right: 50px;
    bottom: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.hero_text_wrap .btn_a {
    font-size: 32px;
}

.swiper_hero_wrapper .swiper-slide.transition .hero_text_wrap {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    bottom: 50px;
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.hero_img {
    display: block;
    width: 100%;
    height: auto !important;
}

.logo_a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    height: 155px;
}

.logo_a img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.logo_a:hover img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/* FOOT */

#footer {
    background-color: var(--bila);
    position: relative;
    padding: 50px 0;

}


#foot_logo {
    margin-bottom: 50px;
}

#foot_logo img {
    object-fit: contain;
    display: block;
    width: 100%;
    max-width: 165px;
}

#foot_logo a {
    display: inline-block;
}

#foot_wrap .kontakt_option_a:hover, #after_foot_content .kontakt_option_a:hover {
    color: var(--color_1);
}


.foot-menu-container ul {
    list-style: none;
}

.foot-menu-container a {
    text-decoration: none;
    font-size: 11px;
    color: var(--bila);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    line-height: 1.6em;
    font-weight: var(--font_weight_light);
}

.foot-menu-container a:hover {
    color: var(--color_1);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.foot_text_wrap * {
    color: var(--bila);
    font-size: 11px;
}

.foot_text_wrap p:last-of-type {
    margin-bottom: 0;
}

.foot_platby_wrap {
    display: flex;
    flex-wrap: wrap;
}

.foot_platby_wrap img {
    display: block;
    margin: 5px 10px 5px 0;
}

.foot_menu_nadpis, .foot_text_wrap h2 {
    display: block;
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: var(--font_weight_medium);
}

#foot_copyright_wrap {
    padding: 5px 0;
    display: flex;
    align-items: center;
    width: 100%;
}

#foot_copyright_wrap .flex_container:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

#copyright_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#foot_copyright {
    font-size: 11px;
    color: var(--bila);
}

#yashica_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#yashica_logo {
    width: 71px;
    display: block;
}

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

.foot_logo_a {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.foot_logo_a img {
    display: block;
    width: 100%;
}

.foot_loga_wrap .flex_container {
    width: auto !important;
}

.foot_loga_wrap a img {
    max-width: 100%;
    display: block;
}

/* OTHER NAVIGATION */

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

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

.navigation.pagination .page-numbers {
    font-size: 18px;
    font-weight: var(--font_weight_medium);
    margin: 0 4px;
    opacity: .6;
}

.navigation.pagination .page-numbers.current {
    opacity: 1;
    font-size: 24px;
    font-weight: var(--font_weight_bold);
}

.navigation.pagination .page-numbers:hover:not(.current):not(.dots) {
    opacity: 1;
    cursor: pointer;
}

@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;
    }
}

.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: #000;
    background-color: var(--color_2);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    border-radius: 50%;
    transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

.swiper_button svg {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

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

.swiper_button:hover {
    transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

.swiper_button.prev {
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.swiper_button.next {
    right: 10px;
}

.swiper_button svg .stroke {
    stroke: #fff;
}

.swiper_button:hover svg .stroke {
    stroke: var(--color_1);
}

/* OTHER */

.modal_container .wpcf7-form-control-wrap {
    margin-top: 10px;
}
.modal_container {
	width:auto !important;
}
.los_file_wrap .btn_a {
    display: block;
}

.los_file_wrap .wpcf7-form-control-wrap {}

@keyframes pulse {
    0% {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }

    70% {
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        box-shadow: 0 0 0 50px rgba(255, 221, 0, 0);
    }

    90% {
        transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    100% {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 221, 0, 0);
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }

    70% {
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        box-shadow: 0 0 0 50px rgba(255, 221, 0, 0);
    }

    90% {
        transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    100% {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 221, 0, 0);
    }
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(0deg);
    }

    85% {
        transform: rotate(2deg);
    }

    90% {
        transform: rotate(-2deg);
    }

    95% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(0deg);
    }

    85% {
        transform: rotate(2deg);
    }

    90% {
        transform: rotate(-2deg);
    }

    95% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* LISTY */
.vyhry_wrap .flex_container img{
	display:block;
	width: 100%;
}
.vyherci_souteze_wrap .flex_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.vyherci_text {
    font-size: 40px;
    font-family: Aracne-Regular;
    font-weight: var(--font_weight_regular);
    text-align: center;
    width: 100%;
}

.product_container {
    display: inline-block;
    vertical-align: middle;
}

.list_container {
    background: url(../img/list.png) no-repeat center center;
    background-size: contain;
    min-height: 230px;
    min-width: 320px;
    padding: 95px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.list_container span {
    font-family: Bebas-Neue;
    color: #fff;
    font-size: min(max(10vw), 67px);
    line-height: 1em;
}

.soutezni_produkty_wrap {
    margin-bottom: 10px;
    border: 2px solid var(--color_1);
    padding: 10px;
	overflow:hidden;
}

.soutezni_produkty_wrap .flex_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.soutezni_produkty_title {
    coloR: var(--color_1);
    font-size: min(max(10vw), 69px);
    text-align: center;
    font-family: Bebas-Neue;
    font-weight: var(--font_weight_regular);
}

.soutezni_produkty_text {
    text-align: center;
    font-family: Aracne-Regular;
    font-size: min(max(10vw), 44px);
    width: 100%;

}

.soutezni_produkty_produkty_img {
    display: block;
    object-fit: contain;
    max-width: 100%;
}

.soutezni_produkty_cappy_logo {
    display: block;
    object-fit: contain;
    max-width: 372px;
    width: 100%;
}

.termin_wrap {
    color: var(--cerna);
    background-color: var(--color_1);
    font-size: min(max(10vw), 58px);
    text-align: center;
    padding: 5px;
    font-family: Aracne-Regular;
}

.jak_soutezit_flex_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.jak_soutezit_list_container {
    width: 40%;
}

.jak_soutezit_list_container .list_container {
    width: 100%;
    max-width: 610px;
    min-height: 280px;
}

.jak_soutezit_list_container h2 {
    color: #fff;
    text-align: left;
    line-height: 1em;
}

.jak_soutezit_text_wrap {
    width: 60%;
}

.jak_soutezit_text_wrap strong {
    color: var(--color_1);
    font-family: Bebas-Neue;
    font-weight: var(--font_weight_regular);
    font-size: min(max(10vw), 66px);
}

.jak_soutezit_text_wrap li::marker {
    color: var(--color_1);
    font-size: min(max(10vw), 66px);
    font-family: Bebas-Neue;
}

.jak_soutezit_text_wrap li {
    font-family: Aracne-Regular;
    font-size: min(max(10vw), 42px);

}

.jak_soutezit_text_wrap ol {
    padding-left: min(max(10vw), 50px);
}

/* DEFAULT */
.wpcf7-form .ajax-loader-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    opacity: 0;
    transition: .3s opacity linear;
    -webkit-transition: .3s opacity linear;
}

.wpcf7-form.submitting .ajax-loader-wrap {
    opacity: 1;
    transition: .3s opacity linear;
    -webkit-transition: .3s opacity linear;
}

.ajax-loader-wrap .ajax-loader {
    box-sizing: content-box;
}

p img {
    vertical-align: middle;
}

.custom_select_wrap {
    position: relative;
    max-width: 445px;
    width: 100%;
}

/* FRONTPAGE */


/* OTHER */

#mobile_foot_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

#foot_menu_logo {
    opacity: .1;
    margin: 10px 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
}

#foot_menu_logo a {
    display: inline-block;
}

#foot_menu_logo img {
    display: block;
}

@media only screen and (max-width: 1280px) {
    .primary-navigation .primary-menu-container>ul {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    :root {
        --menu_height: var(--menu_mobile_height);
        --menu_sticky_height: var(--menu_mobile_height);
        --btn_font_size: 18px;
    }

    #menu_logo {
        height: auto;
        width: auto;
        background-color: transparent;
        border-radius: 0;
    }

    #menu_logo:before, #menu_logo:after {
        content: none;
    }

    #menu_logo img {
        height: auto;
    }

    #menu_logo_wrap .hamburger_menu_icon {
        display: none;
    }

    .primary-navigation {
        padding-bottom: 0px;
    }

    #mobile_menu_right_wrap {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    #menu_float_right, .primary-menu-container {
        display: none;
    }

    .menu_right_item_kontakt {
        border-left: 0;
    }

    .menu_right_item_kontakt a img {
        margin-left: 0;
    }

    .primary-navigation .set_max_width {
        margin: 0 auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .foot_menu_nadpis, .foot_text_wrap h2 {
        margin-top: 10px;
    }

    #foot_copyright_wrap .flex_container {
        width: 100%;
        margin-bottom: 25px;
        justify-content: center;
    }

    #foot_copyright_wrap .flex_container:last-of-type {
        margin-bottom: 0;
    }

    #foot_menu_logo {
        position: unset;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .soutezni_produkty_wrap .flex_container {
        width: 100% !important;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .jak_soutezit_list_container {
        width: 100%;
    }

    .jak_soutezit_text_wrap {
        width: 100%;
    }
	.vyhry_wrap > .flex_container{
	width: calc(50% - 20px);
    }

    /* SUBHERO */

    /* 1024 */
}

@media only screen and (max-width: 768px) {
    :root {
        --btn_font_size: 16px;
    }

    #menu_logo img {
        min-width: 0;
    }



    /* FOOT */
    #footer {
        padding-bottom: 100px;
    }

    #copyright_wrap {
        justify-content: center;
    }

    #foot_copyright {
        text-align: center;
    }

    #yashica_wrap {
        justify-content: center;
    }

    .foot_loga_wrap .flex_container {
        width: 100% !important;
        text-align: center;
    }

    .vyherci_souteze_wrap .flex_container {
        flex-wrap: nowrap;
    }

    .vyherci_souteze_wrap .flex_container>div {
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product_container {
        max-width: 50%;
    }

    .list_container {
        min-height: 180px;
        padding: 50px;
    }

    .list_container span {
        font-size: min(max(10vw), 50px);
    }

    .product_container img {
        max-width: 100%;
    }

    /* DEFAULT */
    /* 768 */
}

@media only screen and (max-width: 550px) {

    .primary-menu-container-mobile>ul>li {
        max-width: 100%;
    }


    .swiper_hero_wrapper .swiper-slide.transition .hero_text_wrap {
        bottom: 30px;
    }

    .loga_wrap .swiper-slide {
        justify-content: center;
    }

    .list_container {
		min-width: 250px;
    }
	.vyherci_text {
    font-size: 25px;

	}
	.vyhry_wrap{
		max-width: 300px;
    	margin: -10px auto;
	}
	.vyhry_wrap > .flex_container{
	width: calc(100% - 20px);
    }
    /* 550 */
}

@media only screen and (max-width: 420px) {
    .btn_a {
        white-space: normal;
    }
}
.grecaptcha-badge{
	z-index:2;
}
.los_file_wrap input{
	display:none;
}