/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";

:root {
    --g-color-1: #0cbff2; /* lightblue - zako */
    --g-color-1-darker: #099bc3; /* lightblue - zako */
    --g-color-1-rgb: 12, 191, 242; /* lightblue - zako RGB */
    --g-color-2: #014371; /* darkblue - zako */
    --g-color-2-rgb: 1, 67, 113; /* darkblue - zako */
    --g-color-3: #d0e4ec; /* paleblue - zako */
    --layout-pad: 106px; /* paleblue - zako */
    --g-deco-offset: 50px;

    --g-color-main-blue: #1a4470;
    --g-color-ligh-blue: #52c0f7;
    --g-color-dark-blue-on-white: #1a4570;
    --g-color-dark-blue-on-dark: #173a62;

}

@media (min-width: 1800px) {
    :root {
        --layout-pad: 186px;
    }
}

@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

.mw-1920 {
    max-width: 1920px;
}


.container-category {
    width: 100%;
    max-width: unset;
    padding-left: 45px;
    padding-right: 45px;
}

@media (max-width: 575px) {
    .container-for-overflow {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1235px;
    }

    .container-for-overflow, .container-category {
        max-width: 1575px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1335px;
    }

    .container-for-overflow {
        max-width: 1500px;
    }

    .container-category {
        max-width: 1575px;
    }
}


.position-absolute-top-left {
    position: absolute;
    top: 0;
    left: 0;
}

.pointer-events-none {
    pointer-events: none;
}

.ratio-1x1 {
    aspect-ratio: 920 / 720;
}


.opacity-01 {
    opacity: 0.1;
}

.opacity-07 {
    opacity: 0.7;
}

.opacity-08 {
    opacity: 0.8;
}

.opacity-09 {
    opacity: 0.9;
}

.opacity-1 {
    opacity: 1;
}


.font-size-px-12 {
    font-size: 0.75rem !important;
}

.font-size-px-13 {
    font-size: 0.8125rem !important;
}

.font-size-px-14 {
    font-size: 0.875rem !important;
}

.font-size-px-15 {
    font-size: 0.9375rem !important;
}

.font-size-px-16 {
    font-size: 1rem !important;
}

.font-size-px-18 {
    font-size: 1.125rem !important;
}

.font-size-px-20 {
    font-size: 1.25rem !important;
}

.font-size-px-22 {
    font-size: 1.375rem !important;
}

.font-size-px-24 {
    font-size: 1.5rem !important;
}

.font-size-px-26 {
    font-size: 1.625rem !important;
}

.font-size-px-28 {
    font-size: 1.75rem !important;
}

.font-size-px-32 {
    font-size: 2rem !important;
}

.font-size-px-36 {
    font-size: 2.25rem !important;
}

.font-size-px-40 {
    font-size: 2.5rem !important;
}

.font-size-px-45 {
    font-size: 2.8125rem !important;
}

.font-size-px-50 {
    font-size: 3.125rem !important;
}

.font-size-px-55 {
    font-size: 3.45rem !important;
}

.font-size-px-60 {
    font-size: 3.75rem !important;
}

.font-size-px-65 {
    font-size: 4.0625rem !important;
}

.font-weight-ps-thin {
    font-weight: 100 !important;
}

.font-weight-ps-extra-light {
    font-weight: 200 !important;
}

.font-weight-ps-light {
    font-weight: 300 !important;
}

.font-weight-ps-regular {
    font-weight: 400 !important;
}

.font-weight-ps-medium {
    font-weight: 500 !important;
}

.font-weight-ps-semi-bold {
    font-weight: 600 !important;
}

.font-weight-ps-bold {
    font-weight: 700 !important;
}

.font-weight-ps-extra-bold {
    font-weight: 800 !important;
}

.font-weight-ps-black {
    font-weight: 900 !important;
}


.font-size-px-19-clamp {
    font-size: clamp(15px, calc(19 / 1920 * 100vw), 19px) !important;
}

.font-size-px-24-clamp {
    font-size: clamp(18px, calc(24 / 1920 * 100vw), 24px) !important;
}

.font-size-px-26-clamp {
    font-size: clamp(22px, calc(26 / 1920 * 100vw), 26px) !important;
}

.font-size-px-29-clamp {
    font-size: clamp(22px, calc(29 / 1920 * 100vw), 29px) !important;
}

/*
ul.list li:before,
ul.column-menu li:before,
#description-tabs ul li:before {
    content: "\2022";
    color: var(--g-color-1);
    font-weight: bold;
    display: inline-block;
    width: 1.3em;
    margin-left: -1em;
    margin-top: -1px;
    line-height: 1.7;
    font-size: 18px;
    font-weight: 500;
}
*/

ul.list ul,
ul.column-menu ul {
    padding-left: 18px;
}


a {
    color: #004677;
    text-decoration: none;
    transition: all 150ms ease-in-out;
}

a:hover {
    color: var(--g-color-1);
    text-decoration: none;
}

a[href*='tel'],
a[href*='mailto'] {
    white-space: nowrap;
}

body {
    font-family: "Open Sans", sans-serif !important;
    color: #343434;
}

@media (min-width: 768px) {

    #ruler-deco-container {
        display: none;
        width: 100%;
        position: absolute;
        bottom: -8px;
    }

    body.no-slide #ruler-deco-container,
    body:not(.home-page) .is-sticky #ruler-deco-container {
        display: block !important;
        overflow: hidden;
        height: 20px;
    }

    body .ruler-decoration {
        position: absolute;
        left: 15px;
        height: 20px;
        background-repeat: repeat-x;
        background-position: left;
        pointer-events: none;
        background-image: url(/_data/styly/zakoturcin/img/web/whyus-ruller.png);
        width: 100vw;
        background-position-x: 120px;
    }

    body .ruler-link {
        position: absolute;
        left: -50vw;
        height: 20px;
        background-repeat: repeat-x;
        background-position: left;
        pointer-events: none;
        background-image: url(/_data/styly/zakoturcin/img/web/whyus-line.png);
        width: 100vw;
    }


}

h1, .h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: clamp(32px, calc(66 / 1920 * 100vw), 66px);
    color: var(--g-color-ligh-blue);
}

h2, .h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: clamp(32px, calc(66 / 1920 * 100vw), 66px);
    color: var(--g-color-ligh-blue);
}

h3, .h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: clamp(22px, calc(26 / 1920 * 100vw), 26px);
}

h4, .h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: clamp(20px, calc(26 / 1920 * 100vw), 26px);
}

.primary-color {
    color: #004677 !important;
}

.secondary-color {
    color: #fac;
}

.sub-title {
    font-size: 23px;
    color: #BDBDBD;
    font-weight: bold;
}

.text-lightblue {
    color: var(--g-color-1);
}

.text-darkblue {
    color: var(--g-color-2);
}

.gap-20px {
    gap: 20px;
}

.gap-25px {
    gap: 25px;
}

.oval-btn-max-width {
    max-width: 400px;
}

@media (min-width: 1400px) {
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .col-xxl-12 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }
}

/* odsazeni vnitrniho layoutu od vnejsiho */
.pl-gap {
    padding-left: var(--layout-pad);
}

.pr-gap {
    padding-right: var(--layout-pad);
}

.nav-in-template {
    max-width: 320px;
}

/* button */


/* button primary */
.btn-primary {
    background: var(--g-color-2);
    color: #fff;
}

.btn-primary::before,
.btn-primary::after {
    background: var(--g-color-2);
}

.btn-primary strong {
    color: var(--g-color-1);
}

.btn-primary:hover,
.btn-primary:hover::before,
.btn-primary:hover::after {
    background-color: var(--g-color-1);
    color: var(--g-color-2);
}

.btn-primary:hover strong {
    color: var(--g-color-2);
}

/* button secondary */
.btn-secondary {
    background: var(--g-color-1);
    color: var(--g-color-2);
}

.btn-secondary::before,
.btn-secondary::after {
    background: var(--g-color-1);
}

.btn-secondary strong {
    color: var(--g-color-2);
}

.btn-secondary .fill {
    fill: var(--g-color-2);
}

.btn-secondary .stroke {
    stroke: var(--g-color-2);
}

.btn-secondary:hover,
.btn-secondary:hover::before,
.btn-secondary:hover::after {
    background-color: var(--g-color-2);
}

.btn-secondary:hover strong {
    color: var(--g-color-1);
}

.btn-secondary:hover .fill {
    fill: var(--g-color-1);
}

.btn-secondary:hover .stroke {
    stroke: var(--g-color-1);
}


/* button dark */
.btn-dark {
    background: #0b0b0b;
    color: #fff;
}

.btn-dark::before,
.btn-dark::after {
    background: #0b0b0b;
}

.btn-dark strong {
    color: var(--g-color-1);;
}

.btn-dark:hover,
.btn-dark:hover::before,
.btn-dark:hover::after {
    background-color: #333;
}

.btn-dark:hover strong {
    color: var(--g-color-1);;
}

.btn-dark:hover .fill {
    fill: var(--g-color-1);
}

.btn-dark:hover .stroke {
    stroke: var(--g-color-1);
}


/* button light */
.btn-light {
    background: #ffffff;
    color: var(--g-color-2);
}

.btn-light::before,
.btn-light::after {
    background: #fff;
}

.btn-light strong {
    color: var(--g-color-2);;
}

.btn-light:hover,
.btn-light:hover::before,
.btn-light:hover::after {
    background-color: #eee;
}

.btn-light:hover strong {
    color: var(--g-color-2);;
}


.fas {
    font-family: 'FontAwesome', sans-serif;
    font-style: normal;
}

.global-object-fit-cover-center {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.global-object-fit-contain-center {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}


header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1009;
}

/*#region desktop top bar */

#top-bar {
    background-color: var(--g-color-main-blue)
}


#top-bar #menu-desktop {
    display: block;
}

#top-bar #menu-mobile {
    display: none;
}

#top-bar > .container > .row > .col {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

/*@media (min-width: 1650px) {*/
/*    #top-bar > .container > .row > .col {*/
/*        padding-right: calc(var(--layout-pad))*/
/*    }*/
/*}*/

#top-bar .header-right {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-end;
    gap: 0;
}

@media (min-width: 1650px) {
    #top-bar .header-right {
        margin-right: -30px;
    }
}

#top-bar .header-right-section-floating {
    display: flex;
    padding: 0;
    z-index: 20;
    height: 100%;
}

#top-bar .header-right-section-inner-container {
    display: flex;
    align-items: center;
}

#top-bar .header-top-nav {
    display: flex;
    justify-content: flex-end;
    flex: 1 1 auto;
    z-index: 20;
    height: 100%;
    align-items: center;
}


#top-bar .header-top-nav a {
    font-size: 14px;
    position: relative;
    color: #16b6ea;
    text-decoration: none;
    font-weight: 500;
}

#top-bar .header-top-nav a.underline-effect span:after {
    content: '';
    position: absolute;
    background-color: black;
    transition: all 0.5s;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 0;
}

#top-bar .header-top-nav a.underline-effect:hover span:after {
    width: 100%;
    left: 0;
}

#top-bar .header-top-nav a span {
    position: relative;
}

#top-bar .header-top-nav a i {
    color: #1d1d1b;
    font-size: 22px;
    vertical-align: middle;
}

#top-bar .header-top-nav a img.pad6 {
    padding: 6px;
}

#top-bar .header-top-nav a img.pad10 {
    padding: 10px;
}

#top-bar .header-top-nav a svg {
    fill: #1d1d1b;
    width: 30px;
    height: 30px;
}

#top-bar .header-top-nav img {
    width: 25px;
}

#top-bar .header-top-nav .flag-switch-container img {
    width: 16px;
    object-fit: contain;
}

#top-bar .header-top-nav .separator-dot {
    display: inline-block;
    background-color: #16b6ea;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

#top-bar .header-top-nav .header-icon-kosik-items,
#top-bar .header-top-nav .header-icon-wishlist-items {
    width: 15px;
    height: 15px;
    display: block;
    background: #e36c0c;
    position: absolute;
    top: -2px;
    right: -3px;
    border-radius: 20px;
    border: 1px solid #cecece;
    text-align: center;
    font-size: 10px;
    color: #FFF;
    font-weight: 400;
    font-style: normal;
    line-height: 14px;
}

#top-bar .header-top-logo {
    /*width: calc(var(--layout-pad) - 1.6rem);*/
    flex-shrink: 0;
    z-index: 99;
    padding-right: 2rem;
    display: flex;
    align-items: center;
}

#top-bar .header-top-logo-since {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#top-bar .header-logo-img {
    transition: width 0.3s ease-in-out;
    width: 150px;
}

@media (min-width: 1200px) {
    #top-bar .header-logo-img {
        width: 255px;
    }
}

#top-bar-sticky-wrapper.is-sticky #top-bar .header-logo-img {
    width: 110px;
}

/***/
#top-bar .header-top-nav .langsel a {
    color: black;
}

#top-bar .header-top-nav .langsel a:hover:after {
    border-bottom-width: 6px;
}

#top-bar .header-top-nav .langsel a.lng-active {
    text-decoration: underline;
}

#top-bar .header-top-nav .langsel a.lng-active:after {
    border-bottom-width: 10px;
}

#top-bar .header-top-nav .langsel a:after {
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    border-bottom: 0 solid #004677;
    left: 5px;
    top: -2px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#top-bar .company-events-container {
    display: flex;
    padding: 5px 0 4px;
    height: 100%;
    transition: padding-left 0.6s ease-in-out;
}

#top-bar .company-events-container:hover {
    padding-left: 6px;
}

#top-bar .company-events-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    font-size: 17px;
    clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
    width: 136px;
    height: 100%;
    background: linear-gradient(136deg, #7a0202, #f00808);
}

/*#endregion desktop top bar */

/*#region mobile top bar */

#mobile-top-bar {
    left: 0;
    width: 100%;
    z-index: 99999;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

#mobile-top-bar .header-top-logo {
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mobile-top-bar .header-top-logo img {
    width: 100%;
    max-width: 110px;
}

#mobile-top-bar .header-top-logo:hover {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}

/*#mobile-top-bar .header-top-nav a {*/
/*    font-size: 14px;*/
/*    position: relative;*/
/*    color: #004677;*/
/*    text-decoration: none;*/
/*    font-weight: 500;*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*    -webkit-transition: all 0.3s ease-in-out;*/
/*    -o-transition: all 0.3s ease-in-out;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

#mobile-top-bar .header-top-nav a.underline-effect span:after {
    content: '';
    position: absolute;
    background-color: black;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 0;
}

#mobile-top-bar .header-top-nav a.underline-effect:hover span:after {
    width: 100%;
    left: 0;
}

#mobile-top-bar .header-top-nav a span {
    position: relative;
}

#mobile-top-bar .header-top-nav a i {
    color: #1d1d1b;
    font-size: 22px;
    vertical-align: middle;
}

#mobile-top-bar .header-top-nav a img.pad6 {
    padding: 6px;
}

#mobile-top-bar .header-top-nav a img.pad10 {
    padding: 10px;
}

#mobile-top-bar .header-top-nav a img.wishlist-icon {
    padding-top: 10px;
}

#mobile-top-bar .header-top-nav a svg {
    fill: #1d1d1b;
    width: 30px;
    height: 30px;
}

#mobile-top-bar .header-top-nav a:hover {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}

#mobile-top-bar .header-top-nav img {
    width: 28px;
}

#mobile-top-bar .header-top-nav .separator-dot {
    display: inline-block;
    background-color: #004677;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

#mobile-top-bar .header-top-nav .header-icon-kosik-items,
#mobile-top-bar .header-top-nav .header-icon-wishlist-items {
    width: 15px;
    height: 15px;
    display: block;
    background: #e36c0c;
    position: absolute;
    top: 2px;
    right: -3px;
    border-radius: 20px;
    border: 1px solid #cecece;
    text-align: center;
    font-size: 10px;
    color: #FFF;
    font-weight: 400;
    font-style: normal;
    line-height: 14px;
}

#mobile-top-bar .toggle-navigation {
    width: 45px;
    padding: 6px 6px;
    cursor: pointer;
    caret-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mobile-top-bar .toggle-navigation .icon .line {
    display: block;
    background-color: #004677;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    height: 5px;
    width: 30px;
    color: #004677;
    position: relative;
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 0;
    margin-bottom: 4px;
    margin-top: 4px;
}

#mobile-top-bar .toggle-navigation.active .icon .line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
}

#mobile-top-bar .toggle-navigation.active .icon .line:nth-child(2) {
    opacity: 0;
    width: 0;
}

#mobile-top-bar .toggle-navigation.active .icon .line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -9px;
}

#mobile-top-bar .toggle-navigation:hover {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}

#mobile-top-bar .langsel a {
    text-transform: uppercase;
}

#mobile-top-bar .header-top-nav .langsel a.lng-active {
    text-decoration: underline;
}

#mobile-top-bar .header-top-nav .langsel a.lng-active:after {
    border-bottom-width: 3px;
}

#mobile-top-bar .header-top-nav .langsel a:after {
    content: "";
    position: absolute;
    width: calc(100% - 6px);
    border-bottom: 0 solid #004677;
    left: 3px;
    top: -15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*#endregion mobile top bar */


.home-page #fancybox-wrap #fancybox-outer {
    background-image: -o-linear-gradient(top, #0abef1, #004677);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0abef1), to(#004677));
    background-image: linear-gradient(to bottom, #0abef1, #004677);
}

#logo-mapa-realizaci .logo-mapa-realizaci-container {
    margin-top: -90px;
    height: 180px;
    width: 180px;
    position: relative;
    margin-left: auto;
    margin-right: -10px;
}

#logo-mapa-realizaci .logo-mapa-realizaci-container img {
    max-height: 100%;
    max-width: 100%;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-filter: drop-shadow(5px 5px 6px gray);
    filter: drop-shadow(5px 5px 6px gray);
}

#logo-mapa-realizaci .logo-mapa-realizaci-container:hover img {
    padding: 10px;
    -webkit-filter: drop-shadow(0px 0px 3px gray);
    filter: drop-shadow(0px 0px 3px gray);
}

@media (max-width: 1199px) {
    #logo-mapa-realizaci .logo-mapa-realizaci-container {
        margin-top: -80px;
        height: 160px;
        width: 160px;
    }
}

@media (max-width: 991px) {
    #logo-mapa-realizaci .logo-mapa-realizaci-container {
        margin-top: -70px;
        height: 140px;
        width: 140px;
    }
}

@media (max-width: 767px) {
    #logo-mapa-realizaci .logo-mapa-realizaci-container {
        margin-top: -9vw;
        height: 18vw;
        width: 18vw;
    }
}

#mobile-menu {
    position: fixed;
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    padding: 12px 0 0 0;
    right: -100%;
    -webkit-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out;
    overflow-y: auto;
    top: 70px
}

#mobile-menu.open {
    right: 0
}

#mobile-menu .toggle-navigation {
    position: relative;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 999;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#mobile-menu .toggle-navigation.active {
    right: 0;
}

#cookies-agreement {
    font-size: 12px;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 30px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 -2px 14px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 -2px 14px 0 rgba(0, 0, 0, 0.3);
    padding: 10px;
    z-index: 99999999;
}

#cookies-agreement a {
    color: black;
    border-bottom: 1px solid black;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: all 0.27s;
    -o-transition: all 0.27s;
    transition: all 0.27s;
    margin-left: 5px;
}

#cookies-agreement a:hover {
    color: #0b5a75;
    border-bottom-color: #0b5a75;
}

#cookies-agreement a.buttoncookie {
    color: #FFF;
    background: #004677;
    display: inline-block;
    padding: 8px 10px;
    margin-left: 10px;
}

#news-slider {
    position: relative;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 80px;
}

#news-slider .slider-container {
    margin-left: -10px;
    margin-right: -10px;
}

#news-slider .slider-container .slick-list {
    padding-top: 2px;
    padding-bottom: 2px;
}

#news-slider .slick-track {
    margin-left: 0;
}

#news-slider div:focus,
#news-slider div:active,
#news-slider img:focus,
#news-slider img:active,
#news-slider a:focus,
#news-slider a:active {
    outline: none;
}

#news-slider .novinky-title {
    font-size: 35px;
    font-weight: 800;
    color: #004677;
    padding-bottom: 20px;
    text-transform: uppercase;
}

#news-slider .cont-center {
    text-align: center;
}

#news-slider .news-carousel-box {
    text-align: left;
}

#news-slider .news-carousel-box .news-body {
    max-height: 180px;
    padding-left: 10px;
    padding-right: 10px;
}

#news-slider .news-carousel-box .news-body h2 {
    padding: 0;
    margin: 0;
    height: auto;
    font-size: 16px;
    min-height: 40px;
}

#news-slider .news-carousel-box .news-body h2 a {
    text-decoration: none;
    font-weight: 500;
    color: black;
}

#news-slider .news-carousel-box .news-body p {
    overflow: hidden;
    font-size: 0.813em;
    color: #333333;
    padding-top: 12px;
}

#news-slider .content-in p {
    line-height: 1.7em;
}

#news-slider .news-carousel-box .news-media {
    position: relative;
    overflow: hidden;
    height: 170px;
    padding-bottom: 20px;
}

#news-slider .news-carousel-box .news-media a {
    display: block;
    height: 100%;
}

#news-slider .news-carousel-box .news-media a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    width: 100%;
}

#news-slider .news.slick-slide {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}

#news-slider .news.slick-slide .news-inside {
    -webkit-transition: all 0.27s;
    -o-transition: all 0.27s;
    transition: all 0.27s;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

#news-slider .news.slick-slide:hover .news-inside {
    -webkit-box-shadow: 0 0 4px #16b6ea;
    box-shadow: 0 0 4px #16b6ea;
}

#news-slider .news-more-block {
    width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

#news-slider .news-more div {
    line-height: 30px;
    padding-left: 60px;
    height: 30px;
    background: url("/_data/styly/zakoturcin/img/web/ico-more.png") no-repeat left center;
    font-weight: bold;
    margin-left: 20px;
}

#news-slider .slick-dots {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -100px;
    right: 0;
}

#news-slider .slick-dots li {
    display: inline;
}

#news-slider .slick-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 10px;
    border: none;
    background-color: #6e6e6e;
    text-indent: -9999px;
    border-radius: 0;
}

#news-slider li.slick-active button {
    margin-top: 5px;
    width: 20px;
    height: 20px;
    background-color: black;
    border: 5px solid #11b1ea;
}

#news-slider .link-to-page {
    padding: 21px 10px 21px 0;
}

#news-slider .link-to-page:hover {
    text-decoration: none;
}

#news-slider .link-to-page i {
    font-size: 46px;
    vertical-align: middle;
    padding-right: 20px;
    color: #004677;
    padding-top: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#news-slider .link-to-page span {
    color: #343a40;
    font-weight: 600;
    position: relative;
}

#news-slider .link-to-page span:after {
    content: "";
    position: absolute;
    background: #004677;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#news-slider .link-to-page:hover span:after {
    width: calc(100% + 10px);
    left: -5px;
    background: #0f7ea3;
}

#news-slider .link-to-page:hover i {
    color: black;
}

#news-slider .slick-arrow-template-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    top: 0;
    width: calc(50vw - calc(50% + 15px));
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
    cursor: pointer;
}

#news-slider .slick-arrow-template-side.slick-prev {
    left: calc(calc(50% + 15px) - 50vw);
}

#news-slider .slick-arrow-template-side.slick-next {
    right: calc(calc(50% + 15px) - 50vw);
}

@media (max-width: 1399px) {
    #news-slider .slick-arrow-template-side {
        height: 50px;
        top: -75px;
        width: 50px;
    }

    #news-slider .slick-arrow-template-side.slick-prev {
        left: calc(100% - 100px);
    }

    #news-slider .slick-arrow-template-side.slick-next {
        right: 0;
    }

    #news-slider .slick-arrow-template-side img {
        width: auto;
        height: 100%;
    }
}

@media (max-width: 1199px) {
    #news-slider .content-in {
        width: 95%;
    }
}

@media (min-width: 768px) {
    #news-slider .news-carousel-box .news-body p {
        min-height: 90px;
    }
}

@media (min-width: 1200px) {
    #news-slider .news-carousel-box .news-body p {
        min-height: 120px;
    }
}

@media (max-width: 575px) {
    #news-slider {
        padding-bottom: 40px;
    }

    #news-slider .novinky-title {
        font-size: 30px;
        text-align: left;
        padding-left: 12px;
        padding-right: 12px;
    }

    #news-slider .slider-container {
        margin-left: 0;
        margin-right: 0;
    }
}

#breadcrumbs {

    ul.navigace {
        padding: 0;
        margin: 10px 0;
        color: #ffffff;
        /*line-height: 3em;*/
        text-align: left;
        font-size: 13px;
    }

    ul.navigace a,
    ul.navigace span {
        color: black;
    }

    ul.navigace a {
        text-decoration: underline;
    }

    ul.navigace a:hover {
        color: var(--g-color-2) !important;
    }

    .navigace li {
        display: inline;
    }

    .navigace li:after {
        content: "\2192";
        padding: 8px;
        color: var(--g-color-1-darker);
    }

    .navigace li:last-child:after {
        content: "";
    }

}

.with-slide #breadcrumbs {
    & {
        position: relative;
        top: -5px;
        transition: top 0.3s ease-in-out;
        left: 0;
    }

    ul.navigace {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 0 15px;
    }

    ul.navigace a,
    ul.navigace span {
        color: white;
    }

    .navigace li:after {
        color: white;
    }

    @media (min-width: 576px) {
        ul.navigace {
            padding-left: 0;
        }
    }
}

@media (max-width: 767px) {
    #breadcrumbs {
        position: relative !important;
    }
}

@media (min-width: 768px) {
    #breadcrumbs-sticky-wrapper.is-sticky {
        & {
            position: relative;
            z-index: 9998;
            top: 0;

        }

        #breadcrumbs {
            background: white !important;
        }

        #breadcrumbs ul.navigace {
            position: relative;
            padding-left: 0;
        }

        ul.navigace a,
        ul.navigace span {
            color: black;
        }

        .navigace li:after {
            color: var(--g-color-1-darker) !important;
        }
    }
}

/*#region Grafika pro obsahy ckeditorů a jejich zobrazení na front */
.module-wysiwyg1, .CSS1Compat,
.module-wysiwyg2, .CSS2Compat,
.module-wysiwyg3, .CSS3Compat {

    h2 {
        color: var(--g-color-1-darker);
    }

    img {
        max-width: 100%;
        max-height: 100%;
    }

    a {
        color: black;
        border-bottom: 1px solid black;
        text-decoration: none;
        font-weight: 500;
        -webkit-transition: all 0.27s;
        -o-transition: all 0.27s;
        transition: all 0.27s;
    }

    a:hover {
        color: #0b5a75;
        border-bottom-color: #0b5a75;
    }

    ul {
        list-style: disc;
        padding-left: 20px;
        margin-bottom: 0;
        margin-block-end: 0;
    }

    li {
        padding-top: 8px;
        padding-bottom: 10px;
        font-weight: 500;
    }

    li::marker {
        color: var(--g-color-1);
    }

    .rubrika-title {
        font-weight: 800;
    }

    .module-gallery {
        margin-top: 40px;
    }

}

.inner-subheader {
    font-size: 29px;
    margin-bottom: 43px;
    font-weight: 800;
    color: var(--g-color-ligh-blue);
}

/*#endregion*/

/*#region Extra pro wysiwyg v admin, ale ne pro front*/
.CSS1Compat .collapse:not(.show),
.CSS2Compat .collapse:not(.show),
.CSS3Compat .collapse:not(.show) {
    display: block !important;
}

/*#endregion*/

.module-wysiwyg1 #tabs-popis, .module-wysiwyg2 #tabs-popis, .module-wysiwyg3 #tabs-popis,
.CSS1Compat #tabs-popis, .CSS2Compat #tabs-popis, .CSS3Compat #tabs-popis {
    table {
        border-collapse: collapse;
        width: 100% !important;
    }

    table td, table th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    table tr:first-child {
        background-color: #004677;
    }

    table tr:first-child td {
        color: white;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
    }

    table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    table tr:nth-child(n+2):hover {
        background-color: #ddd;
    }

    table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #4CAF50;
        color: white;
    }
}


/*#region custom wysiwyg*/
.wysiwyg__kvalita_a_certifikac {

}

.wysiwyg__kvalita_a_certifikace a {
    display: block;
    text-decoration: none;
    border: none;
    padding: 5px 5px 45px 5px;
    max-width: 250px;
    margin: auto;
}


.wysiwyg__kvalita_a_certifikace img {
    display: block;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wysiwyg__kvalita_a_certifikace a:hover img {
    -webkit-box-shadow: 2px 2px 4px #00467780;
    box-shadow: 2px 2px 4px #00467780;
}


.wysiwyg__kvalita_a_certifikace span {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
}


.module-wysiwyg1 .zako-events-subscribe-date-label,
.module-wysiwyg2 .zako-events-subscribe-date-label,
.module-wysiwyg3 .zako-events-subscribe-date-label,
.CSS1Compat .zako-events-subscribe-date-label,
.CSS2Compat .zako-events-subscribe-date-label,
.CSS3Compat .zako-events-subscribe-date-label {
    background: var(--g-color-1);;
    outline: 2px solid #004576;
    transition: all 0.5s ease-in-out;
}

.module-wysiwyg1 .zako-events-subscribe-date-label:hover,
.module-wysiwyg2 .zako-events-subscribe-date-label:hover,
.module-wysiwyg3 .zako-events-subscribe-date-label:hover,
.CSS1Compat .zako-events-subscribe-date-label:hover,
.CSS2Compat .zako-events-subscribe-date-label:hover,
.CSS3Compat .zako-events-subscribe-date-label:hover {
    background: #0aaad6;
    outline: 2px solid black;
}

.module-wysiwyg1 .zako-events-subscribe-date-label a,
.module-wysiwyg2 .zako-events-subscribe-date-label a,
.module-wysiwyg3 .zako-events-subscribe-date-label a,
.CSS1Compat .zako-events-subscribe-date-label a,
.CSS2Compat .zako-events-subscribe-date-label a,
.CSS3Compat .zako-events-subscribe-date-label a {
    font-size: 26px;
    color: white;
    border: none;
    text-align: center;
    display: block;
    margin-bottom: 47px;
    padding: 20px 0;
}

.module-wysiwyg1 .zako-events-container a,
.module-wysiwyg2 .zako-events-container a,
.module-wysiwyg3 .zako-events-container a,
.CSS1Compat .zako-events-container a,
.CSS2Compat .zako-events-container a,
.CSS3Compat .zako-events-container a {
    color: #004677;
    font-weight: 600;
    display: block;
    border-bottom: none;
}


/*#endregion custom wysiwyg*/


.id-product-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 1rem;
    /*  grid-auto-rows: 1fr;*/
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.id-product-list.slick-slider-list .products {
    margin: 8px;
}

.id-product-list.slick-slider-list .products .product-list-header {
    height: 60px;
    padding-bottom: 0;
}

.id-product-list .products {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
    -webkit-transition: all 0.27s;
    -o-transition: all 0.27s;
    transition: all 0.27s;
    border: 1px solid transparent;
    width: 100%;
    padding: 20px;
    outline: none;
}

.id-product-list .products .column-ceny {
    text-align: left;
    padding-right: 0;
    margin-top: auto;
}

.id-product-list .products .column-ceny .cena_vc_dph {
    font-size: 1.2rem;
    line-height: 17px;
    color: #000000;
    font-weight: bold;
}

.id-product-list .products .column-ceny .cena_vc_dph span {
    display: none;
    font-size: 14px;
}

.id-product-list .products .column-ceny .cena_bez_dph {
    font-size: 12px;
    color: #000000;
    white-space: nowrap;
}

.id-product-list .products .column-basket .cust_tlacitka.kosik {
    border-radius: 3px;
    font-weight: 600;
}

.id-product-list .products .column-basket .cust_tlacitka.kosik a {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    font-weight: 600;
    padding: 4px 8px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1rem;
    text-transform: uppercase;
    display: block;
    margin-left: auto;
    max-width: 150px;
    text-align: center;
}

.id-product-list .products .column-basket .cust_tlacitka.kosik a:hover {
    -webkit-box-shadow: 0 0 5px #cccccc;
    box-shadow: 0 0 5px #cccccc;
}

.id-product-list .products .column-basket .cust_tlacitka.kosik a i {
    padding-right: 10px;
}

.id-product-list .products .product-list-header {
    text-align: left;
    padding-bottom: 1rem;
    line-height: 1.3;
    font-size: 16px;
    height: 100%;
}

.id-product-list .products .product-list-header a {
    display: block;
    font-weight: 700;
    color: #000;
    padding: 10px 0;
    margin: 0;
    height: 100%;
    outline: none;
}

.id-product-list .products .a {
    display: block;
    position: relative;
}

.id-product-list .products .a .img {
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    max-height: 240px;
    min-height: 240px;
    min-width: 100%;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.id-product-list .products .overlay {
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    margin-top: -21px;
    text-decoration: none;
    border: 1px solid #004677;
    padding: 0.5rem;
    z-index: 9;
    background: rgba(0, 70, 119, 0.7);
    color: white;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.id-product-list .products .product-nav-container {
    position: relative;
}

.id-product-list .products .product-nav-container div:focus,
.id-product-list .products .product-nav-container a:focus,
.id-product-list .products .product-nav-container img:focus {
    outline: 0;
}

.id-product-list .products:hover {
    -webkit-box-shadow: 0 0 4px #16b6ea;
    box-shadow: 0 0 4px #16b6ea;
}

.id-product-list .products:hover .overlay {
    opacity: 1;
}

.id-product-list .products:hover .a .img {
    padding: 0;
}

.id-product-list .products .cust_sklad {
    text-align: left;
    font-size: 14px;
}

.id-product-list .products .cust_sklad.sklad-zelena {
    color: green;
}

.id-product-list .products .cust_sklad.sklad-cervena {
    color: red;
}

.id-product-list .product-list-inside-top-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.id-product-list .product-list-inside-top-btn .cust_tlacitka.wishlist a {
    padding: 10px;
    font-size: 20px;
}

#product-slider {
    padding-top: 80px;
    padding-bottom: 40px;
}

#product-slider .top-products-title {
    font-size: 35px;
    font-weight: 800;
    color: #9d9d9d;
    padding-bottom: 20px;
}

#product-slider .slick-arrow {
    display: block;
    position: absolute;
    top: -75px;
    cursor: pointer;
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#product-slider .slick-arrow.slick-prev {
    right: 85px;
}

#product-slider .slick-arrow.slick-next {
    right: 5px;
}

#product-slider .slick-arrow:hover {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}

#product-slider .slick-track {
    margin-left: 0;
}

#product-slider h2 {
    text-align: left;
    padding-bottom: 1rem;
    line-height: 1.3;
    font-size: 16px;
    min-height: 85px;
}

#product-slider h2 a {
    font-weight: 700;
    color: #000;
    padding: 10px 0;
    margin: 0;
}

@media (max-width: 991px) {
    #product-slider .top-products-title {
        max-width: 70%;
    }
}

@media (max-width: 575px) {
    #product-slider {
        padding-top: 40px;
    }

    #product-slider .top-products-title {
        max-width: 100%;
        padding-bottom: 100px;
        text-align: center;
        font-size: 30px;
    }

    #product-slider .slick-arrow.slick-prev {
        right: unset;
        left: 0;
    }
}

#clickmap,
.clickmap {
    position: relative;
}

#clickmap img,
.clickmap img {
    width: 100%;
}

#clickmap .poi,
.clickmap .poi {
    position: absolute;
    width: 36px;
    height: 36px;
    margin-left: -18PX;
    margin-top: -18px;
}

#clickmap .poi img,
.clickmap .poi img {
    opacity: 0.7;
}

#clickmap .poi-pos,
.clickmap .poi-pos {
    position: absolute;
    width: 0;
    height: 0;
}

#clickmap .poi-pos .poi-event-detect,
.clickmap .poi-pos .poi-event-detect {
    width: 50px;
    display: block;
    height: 50px;
    left: -25px;
    position: relative;
    top: -25px;
}

#clickmap .poi-pos .poi-event-detect .poi-content,
.clickmap .poi-pos .poi-event-detect .poi-content {
    position: relative;
    width: 300px;
    left: -130px;
    bottom: -20px;
    background-color: white;
    border-radius: 8px;
    padding: 12px;
    -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: -1;
}

#clickmap .poi-pos .poi-event-detect .poi-content.poi-right,
.clickmap .poi-pos .poi-event-detect .poi-content.poi-right {
    left: 20px;
}

#clickmap .poi-pos .poi-event-detect .poi-content.poi-left,
.clickmap .poi-pos .poi-event-detect .poi-content.poi-left {
    left: -280px;
}

#clickmap .poi-pos .poi-event-detect .poi-content.poi-top,
.clickmap .poi-pos .poi-event-detect .poi-content.poi-top {
    top: -105px;
}

#clickmap .poi-pos .poi-event-detect .poi-content h2,
.clickmap .poi-pos .poi-event-detect .poi-content h2 {
    margin-top: 10px;
    font-size: 18px;
}

#clickmap .poi-pos .poi-event-detect .poi-content img,
.clickmap .poi-pos .poi-event-detect .poi-content img {
    max-width: 100%;
}

#clickmap .poi-pos .poi-event-detect .poi-content .btn-reference-detail,
.clickmap .poi-pos .poi-event-detect .poi-content .btn-reference-detail {
    margin-top: 20px;
    margin-bottom: 10px;
}

#clickmap .poi-pos .poi-event-detect .poi-content .btn-reference-detail a,
.clickmap .poi-pos .poi-event-detect .poi-content .btn-reference-detail a {
    position: relative;
    padding: 0.45rem 1.53rem 0.45rem 1.53rem;
    color: white;
    border: none;
    background-color: black;
    cursor: pointer;
    outline: none;
    text-decoration: underline;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
}

#clickmap .poi-pos .poi-event-detect .poi-content .btn-reference-detail a:before,
.clickmap .poi-pos .poi-event-detect .poi-content .btn-reference-detail a:before {
    content: "";
    background: rgba(255, 255, 255, 0.4);
    width: 60%;
    height: 100%;
    top: 0;
    left: -125%;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    position: absolute;
    -webkit-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
}

#clickmap .poi-pos .poi-event-detect .poi-content .btn-reference-detail a:hover::before,
.clickmap .poi-pos .poi-event-detect .poi-content .btn-reference-detail a:hover::before {
    left: 100%;
}

#clickmap .poi-pos .poi-event-detect:hover .poi-content,
.clickmap .poi-pos .poi-event-detect:hover .poi-content {
    opacity: 1;
    z-index: 5;
}

@media (max-width: 767px) {
    #clickmap .poi-pos .poi-event-detect,
    .clickmap .poi-pos .poi-event-detect {
        pointer-events: none;
    }
}

#click-map-slider {
    margin-top: 40px;
    margin-bottom: 40px;
}

#click-map-slider h2 {
    text-align: center;
}

@media (min-width: 576px) {
    #click-map-slider h2 {
        padding-left: 15px;
    }
}

.vyp-zbozi #filter {
    width: 100%;
    -webkit-box-shadow: 0 0 2px #c7c7c7;
    box-shadow: 0 0 2px #c7c7c7;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.vyp-zbozi #filter label {
    padding-left: 24px;
    padding-right: 12px;
    font-size: 15px;
}

.vyp-zbozi #filter select {
    font-size: 12px;
}

.vyp-zbozi #filter input.form-check-input {
    margin-left: 12px;
}

.vyp-zbozi #filter .pagination {
    margin-left: auto;
}

.vyp-zbozi #filter .pagination .strankovaniv14 span {
    margin-right: 5px;
    padding-left: 24px;
    padding-right: 12px;
    font-size: 15px;
}

.vyp-zbozi #filter .pagination .strankovaniv14 a:link,
.vyp-zbozi #filter .pagination .strankovaniv14 a:active,
.vyp-zbozi #filter .pagination .strankovaniv14 a:visited {
    padding: 5px 8px;
    background: #FFFFFF;
    text-decoration: none;
    color: #000000;
    margin-right: 5px;
    font-size: 15px;
}

.vyp-zbozi #filter .pagination .strankovaniv14 a:hover {
    background: #7e7e7e;
    text-decoration: none;
    color: #ffffff;
}

.vyp-zbozi #filter .pagination .strankovaniv14 b {
    display: inline-block;
    padding: 5px 8px;
    background: #9a9a9a;
    color: #ffffff;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .vyp-zbozi #filter .pagination {
        margin-left: 0;
        padding-top: 20px;
    }
}

@media (max-width: 575px) {
    .vyp-zbozi #filter .form-group {
        width: 100%;
    }

    .vyp-zbozi #filter label {
        padding-left: 0;
        padding-right: 0;
    }

    .vyp-zbozi #filter .pagination .strankovaniv14 span {
        padding-left: 0;
    }
}

.left-menu__side-menu .menu1 .js-respo-menu__item ul {
    display: none;
}

.left-menu__side-menu.menu1 i.fa-long-arrow-right {
    display: none;
}

.left-menu__side-menu.menu1 li {
    font-weight: normal;
    color: #333333;
    margin: 0 0 0 0;
    padding: 0;
    text-indent: 0;
    position: relative;
}

.left-menu__side-menu.menu1 .off-canvas-navigation {
    margin: 0;
}

.left-menu__side-menu.menu1 .menu1-main {
    padding-top: 0;
    background: #FFF;
}

.left-menu__side-menu.menu1 .menu1-main > ul {
    padding-left: 0;
    margin-bottom: 0;
}

.left-menu__side-menu.menu1 li {
    list-style-type: none;
    font-weight: bold;
    color: #a6a6a6;
    position: relative;
}

.left-menu__side-menu.menu1 li li a {
    display: block;
    font-weight: normal;
}

.left-menu__side-menu.menu1 li a {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    font-size: 13px;
    padding: 0.25em 0;
}

.left-menu__side-menu.menu1 li a:link,
.left-menu__side-menu.menu1 li a:active,
.left-menu__side-menu.menu1 li a:visited {
    font-weight: normal;
    color: #000000;
}

.left-menu__side-menu.menu1 li a:active,
.left-menu__side-menu.menu1 li a:hover {
    outline-width: 0;
}

.left-menu__side-menu.menu1 li a:hover {
    color: #3c3c3c;
}

/*.left-menu__side-menu.menu1 li.li-active.menu1-level0 > a.close-link,*/
/*.left-menu__side-menu.menu1 li.li-active.menu1-level0 > a.active {*/
/*    text-decoration: underline;*/
/*    background-color: var(--g-color-1);;*/
/*    color: white;*/
/*}*/

.left-menu__side-menu.menu1 li.li-active > a.close-link:before,
.left-menu__side-menu.menu1 li.li-active > a.active:before,
.left-menu__side-menu.menu1 li.li-active > a.close-link:after,
.left-menu__side-menu.menu1 li.li-active > a.active:after {
    background-color: white;
}

.left-menu__side-menu.menu1 li.li-active:not(.menu1-level0) > a.close-link,
.left-menu__side-menu.menu1 li.li-active:not(.menu1-level0) > a.active {
    text-decoration: underline;
    background-color: #004677;
    color: white;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.base__side-menu-container:hover .left-menu__side-menu.menu1 li.li-active:not(.menu1-level0) > a.close-link,
.base__side-menu-container:hover .left-menu__side-menu.menu1 li.li-active:not(.menu1-level0) > a.active {
    background-color: var(--g-color-1);;
}

.base__side-menu-container:hover .left-menu__side-menu.menu1 li.li-active.menu1-level0 > a.close-link,
.base__side-menu-container:hover .left-menu__side-menu.menu1 li.li-active.menu1-level0 > a.active {
    text-decoration: underline;
    background-color: var(--g-color-1);;
    color: white;
}

.left-menu__side-menu.menu1 .menu1 > ul {
    padding-left: 0;
}

.left-menu__side-menu.menu1 .menu1-level0 > a.close-link,
.left-menu__side-menu.menu1 .menu1-level1 > a.close-link {
    display: block;
    font-weight: bold;
    background-color: #004677;
    color: white;
    position: relative;
    border-bottom: 1px solid var(--g-color-1);;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.left-menu__side-menu.menu1 .menu1-level0 > a.close-link {
    padding: 0.7rem 2.25rem 0.7rem 2.8rem;
}

.left-menu__side-menu.menu1 .menu1-level1 > a.close-link {
    padding: 0.7rem 2.25rem 0.7rem 3.2rem;
}

@media (min-width: 1200px) {
    .left-menu__side-menu.menu1 .menu1-level0 > a.close-link {
        padding: 0.95rem 2.25rem 0.95rem 2.8rem;
    }

    .left-menu__side-menu.menu1 .menu1-level1 > a.close-link {
        padding: 0.95rem 2.25rem 0.95rem 3.2rem;
    }
}

.left-menu__side-menu.menu1 .menu1-level0 > a.close-link:not(.active):hover {
    color: #03a5d7;
}

.left-menu__side-menu.menu1 :not(.menu1-level0) > a.close-link {
    padding-right: 1.5rem;
}


.left-menu__side-menu.menu1 .menu1-level0 > ul {
    /*padding-left: 32px;*/
    /*padding-top: 1rem;*/
    /*padding-bottom: 1rem;*/
    padding-left: 0;
}

/*.left-menu__side-menu.menu1 .menu1-level1 ul {*/
/*    padding-left: 8px;*/
/*    margin-left: 0;*/
/*}*/

/*.left-menu__side-menu.menu1 .menu1-level1 > a.close-link {*/
/*    display: block;*/
/*    text-transform: uppercase;*/
/*    font-weight: bold;*/
/*    color: #03a5d7;*/
/*    padding-bottom: 6px;*/
/*}*/

.left-menu__side-menu.menu1 .menu1-level1 > a.close-link:hover,
.left-menu__side-menu.menu1 .menu1-level2 > a.close-link:hover,
.left-menu__side-menu.menu1 .menu1-level3 > a.close-link:hover {
    color: var(--g-color-1);;
    /*font-weight: 600;*/
}

.left-menu__side-menu.menu1 .menu1-level0 > a:before,
.left-menu__side-menu.menu1 .menu1-level1 > a:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: var(--g-color-1);;
}

.left-menu__side-menu.menu1 .menu1-level0 > a:before {
    top: calc(50% - 3px);
    height: 6px;
    width: 6px;
    left: 20px;
}

.left-menu__side-menu.menu1 .menu1-level1 > a:before {
    top: calc(50% - 2px);
    height: 4px;
    width: 4px;
    left: 30px;
}


/*.left-menu__side-menu.menu1 .menu1-level1:before  {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -15px;*/
/*    border-radius: 50%;*/
/*    background-color: #000;*/
/*    height: 4px;*/
/*    width: 4px;*/
/*    top: 12px;*/
/*}*/

/*.left-menu__side-menu.menu1 .menu1-main a.with-child {*/
/*    position: relative;*/
/*}*/

/*.left-menu__side-menu.menu1 .menu1-main a.with-child:before,*/
/*.left-menu__side-menu.menu1 .menu1-main a.with-child:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background-color: #004677;*/
/*    transition: transform 0.25s ease-out;*/
/*}*/

/*.left-menu__side-menu.menu1 .menu1-main a.with-child.active,*/
/*.left-menu__side-menu.menu1 .menu1-main a.with-child.in-active-path {*/
/*    cursor: pointer;*/
/*}*/

/*.left-menu__side-menu.menu1 .menu1-main a.with-child.active:before,*/
/*.left-menu__side-menu.menu1 .menu1-main a.with-child.in-active-path:before {*/
/*    transform: rotate(90deg);*/
/*}*/

/*.left-menu__side-menu.menu1 .menu1-main a.with-child.active:after,*/
/*.left-menu__side-menu.menu1 .menu1-main a.with-child.in-active-path:after {*/
/*    transform: rotate(180deg);*/
/*}*/

/*.left-menu__side-menu.menu1 .menu1-main li.menu1-level0 > a.with-child:before {*/
/*    top: calc(50% - 7px);*/
/*    right: 19px;*/
/*    width: 2px;*/
/*    height: 12px;*/
/*}*/

/*.left-menu__side-menu.menu1 .menu1-main li.menu1-level0 > a.with-child:after {*/
/*    top: calc(50% - 2px);*/
/*    right: 14px;*/
/*    width: 12px;*/
/*    height: 2px;*/
/*}*/

/*.left-menu__side-menu.menu1 .menu1-main .menu1-level1 a.with-child:before {*/
/*    top: calc(50% - 3px);*/
/*    right: 14px;*/
/*    width: 2px;*/
/*    height: 6px;*/
/*}*/

/*.left-menu__side-menu.menu1 .menu1-main .menu1-level1 a.with-child:after {*/
/*    top: calc(50% - 1px);*/
/*    right: 12px;*/
/*    width: 6px;*/
/*    height: 2px;*/
/*}*/

#mobile-menu.mobile-menu-1 {
    margin-bottom: 20px;
    overflow-y: auto;
    padding-bottom: 50px;
}

#mobile-menu.mobile-menu-1 .js-respo-menu__item ul {
    display: none;
}

#mobile-menu.mobile-menu-1 li {
    font-weight: normal;
    color: #333333;
    margin: 0 0 0 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    position: relative;
}

#mobile-menu.mobile-menu-1 .off-canvas-navigation {
    margin: 0;
}

#mobile-menu.mobile-menu-1 .menu1-main {
    padding-top: 0;
    background: #FFF;
}

#mobile-menu.mobile-menu-1 .menu1-main > ul {
    padding-left: 0;
}

#mobile-menu.mobile-menu-1 .menu1-main i.fa.fa-long-arrow-right {
    opacity: 0;
}

#mobile-menu.mobile-menu-1 li {
    list-style-type: none;
    font-weight: bold;
    color: #a6a6a6;
    position: relative;
}

#mobile-menu.mobile-menu-1 li li a {
    display: block;
    font-weight: normal;
}

#mobile-menu.mobile-menu-1 li a {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    padding: 0.25em 0;
}


#mobile-menu.mobile-menu-1 li a:link,
#mobile-menu.mobile-menu-1 li a:active,
#mobile-menu.mobile-menu-1 li a:visited {
    font-weight: normal;
    color: #000000;
}

#mobile-menu.mobile-menu-1 li a:active,
#mobile-menu.mobile-menu-1 li a:hover {
    outline-width: 0;
}

#mobile-menu.mobile-menu-1 li a:hover {
    color: #3c3c3c;
}

#mobile-menu.mobile-menu-1 li a:hover:before,
#mobile-menu.mobile-menu-1 li a:hover:after {
    background-color: #3c3c3c;
}

#mobile-menu.mobile-menu-1 li a:hover i.fa-long-arrow-right {
    color: #3c3c3c;
}

#mobile-menu.mobile-menu-1 li.li-active.menu1-level0 > a.close-link,
#mobile-menu.mobile-menu-1 li.li-active.menu1-level0 > a.active {
    text-decoration: underline;
    background-color: black;
    color: white;
}

#mobile-menu.mobile-menu-1 li.li-active.menu1-level0 > a.close-link:before,
#mobile-menu.mobile-menu-1 li.li-active.menu1-level0 > a.active:before,
#mobile-menu.mobile-menu-1 li.li-active.menu1-level0 > a.close-link:after,
#mobile-menu.mobile-menu-1 li.li-active.menu1-level0 > a.active:after {
    background-color: white;
}

#mobile-menu.mobile-menu-1 li.li-active:not(.menu1-level0) > a.close-link,
#mobile-menu.mobile-menu-1 li.li-active:not(.menu1-level0) > a.active {
    color: black;
    font-weight: 600;
}

#mobile-menu.mobile-menu-1 .menu1 > ul {
    padding-left: 0;
}

#mobile-menu.mobile-menu-1 .menu1-level0 > a.close-link {
    display: block;
    font-weight: bold;
    padding: 0.95rem 2.25rem 0.95rem 1.15rem;
    background-color: #e4f7fb;
    color: black;
    position: relative;
    border-bottom: 1px solid white;
}

#mobile-menu.mobile-menu-1 .menu1-level0 > a.close-link:not(.active):hover {
    color: #03a5d7;
}

#mobile-menu.mobile-menu-1 .menu1-level0 > a.close-link:not(.active):hover:after,
#mobile-menu.mobile-menu-1 .menu1-level0 > a.close-link:not(.active):hover:before {
    background-color: #03a5d7;
}

#mobile-menu.mobile-menu-1 .menu1-level0.menu-user-section > a.close-link {
    background-color: #f5f5f5;
}

#mobile-menu.mobile-menu-1 .menu1-level0.menu-user-section > a.close-link img {
    height: 22px;
    margin-left: -3px;
}

#mobile-menu.mobile-menu-1 .menu1-level0.menu-user-section > a.close-link i {
    padding-right: 6px;
    padding-left: 2px;
}

#mobile-menu.mobile-menu-1 .menu1-level0.menu-user-section > a.close-link i.fa-sign-in {
    padding-right: 4px;
}

#mobile-menu.mobile-menu-1 :not(.menu1-level0) > a.close-link {
    padding-right: 1.5rem;
}

#mobile-menu.mobile-menu-1 .menu1-level0 > ul {
    padding-left: 32px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: 0;
}

#mobile-menu.mobile-menu-1 .menu1-level1 ul {
    padding-left: 8px;
    margin-left: 0;
}

#mobile-menu.mobile-menu-1 .menu1-level1 > a.close-link {
    display: block;
    font-weight: bold;
    color: #03a5d7;
    padding-bottom: 6px;
    font-size: 16px;
}

#mobile-menu.mobile-menu-1 .menu1-level1 > a.close-link:hover,
#mobile-menu.mobile-menu-1 .menu1-level2 > a.close-link:hover,
#mobile-menu.mobile-menu-1 .menu1-level3 > a.close-link:hover,
#mobile-menu.mobile-menu-1 .menu1-level4 > a.close-link:hover {
    color: black;
    font-weight: 600;
}

#mobile-menu.mobile-menu-1 .menu1-level1 > a.close-link:hover:before,
#mobile-menu.mobile-menu-1 .menu1-level2 > a.close-link:hover:before,
#mobile-menu.mobile-menu-1 .menu1-level3 > a.close-link:hover:before,
#mobile-menu.mobile-menu-1 .menu1-level4 > a.close-link:hover:before,
#mobile-menu.mobile-menu-1 .menu1-level1 > a.close-link:hover:after,
#mobile-menu.mobile-menu-1 .menu1-level2 > a.close-link:hover:after,
#mobile-menu.mobile-menu-1 .menu1-level3 > a.close-link:hover:after,
#mobile-menu.mobile-menu-1 .menu1-level4 > a.close-link:hover:after {
    background-color: black;
}

#mobile-menu.mobile-menu-1 .menu1-level1 > a.close-link:hover i.fa-long-arrow-right,
#mobile-menu.mobile-menu-1 .menu1-level2 > a.close-link:hover i.fa-long-arrow-right,
#mobile-menu.mobile-menu-1 .menu1-level3 > a.close-link:hover i.fa-long-arrow-right,
#mobile-menu.mobile-menu-1 .menu1-level4 > a.close-link:hover i.fa-long-arrow-right {
    color: black;
}

#mobile-menu.mobile-menu-1 .menu1-level1:before {
    content: '';
    position: absolute;
    left: -15px;
    border-radius: 50%;
}

#mobile-menu.mobile-menu-1 .menu1-level1:before {
    background-color: #000;
    height: 4px;
    width: 4px;
    top: 12px;
}

#mobile-menu.mobile-menu-1 .menu1-main a.with-child {
    position: relative;
}

#mobile-menu.mobile-menu-1 .menu1-main a.with-child:before,
#mobile-menu.mobile-menu-1 .menu1-main a.with-child:after {
    content: "";
    position: absolute;
    background-color: #004677;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    opacity: 1;
}

#mobile-menu.mobile-menu-1 .menu1-main a.with-child i {
    top: calc(50% - 7px);
    right: 24px;
    width: 2px;
    height: 12px;
    color: #004677;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

#mobile-menu.mobile-menu-1 .menu1-main a.with-child.active,
#mobile-menu.mobile-menu-1 .menu1-main a.with-child.in-active-path {
    cursor: pointer;
}

#mobile-menu.mobile-menu-1 .menu1-main a.with-child.active:before,
#mobile-menu.mobile-menu-1 .menu1-main a.with-child.in-active-path:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}

#mobile-menu.mobile-menu-1 .menu1-main a.with-child.active:after,
#mobile-menu.mobile-menu-1 .menu1-main a.with-child.in-active-path:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
}

#mobile-menu.mobile-menu-1 .menu1-main a.with-child.active i,
#mobile-menu.mobile-menu-1 .menu1-main a.with-child.in-active-path i {
    opacity: 1;
}

#mobile-menu.mobile-menu-1 .menu1-main li.menu1-level0 > a.with-child {
    /* Vertical line */
    /* horizontal line */
}

#mobile-menu.mobile-menu-1 .menu1-main li.menu1-level0 > a.with-child:before {
    top: calc(50% - 7px);
    right: 19px;
    width: 2px;
    height: 12px;
}

#mobile-menu.mobile-menu-1 .menu1-main li.menu1-level0 > a.with-child:after {
    top: calc(50% - 2px);
    right: 14px;
    width: 12px;
    height: 2px;
}

#mobile-menu.mobile-menu-1 .menu1-main .menu1-level1 a.with-child {
    /* Vertical line */
    /* horizontal line */
}

#mobile-menu.mobile-menu-1 .menu1-main .menu1-level1 a.with-child:before {
    top: calc(50% - 3px);
    right: 14px;
    width: 2px;
    height: 6px;
}

#mobile-menu.mobile-menu-1 .menu1-main .menu1-level1 a.with-child:after {
    top: calc(50% - 1px);
    right: 12px;
    width: 6px;
    height: 2px;
}

#mobile-menu.mobile-menu-1 .menu1-main .menu1-level1 a.with-child i {
    top: calc(50% - 6px);
    right: 18px;
    width: 2px;
    height: 6px;
    font-size: 12px;
}

#mobile-menu.mobile-menu-1 .header-menu-mobil-separator {
    padding: 10px;
}

#mobile-menu.mobile-menu-1 .menu1-level0.extra-company-events a.close-link {
    background: linear-gradient(136deg, #7a0202, #f00808);
    color: white;
}

#mobile-menu.mobile-menu-1 .menu1-level0.extra-company-events > a.close-link:not(.active):hover {
    color: #fee1e1;
}

.custom_form {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.custom_form h1 {
    color: #e50071;
    font-size: 3em;
    margin: 30px auto;
}

.custom_form .flex_row {
    width: 100%;
    margin: 6px 0;
    position: relative;
}

.custom_form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom_form input {
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    color: #888;
    font-weight: normal;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline;
}

.custom_form input.btn {
    margin: 0;
    max-width: 300px;
    color: white;
}

.custom_form select {
    display: inline;
    color: #888;
    font-weight: normal;
    width: calc(100% - 20px);
}

.custom_form.form_horizontal input {
    width: calc(100% - 20px);
}

.custom_form.form_vertical input,
.custom_form.form_vertical textarea,
.custom_form.form_vertical select {
    width: 70%;
}

.custom_form textarea {
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    color: #888;
    font-weight: normal;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline;
    resize: vertical;
    vertical-align: top;
}

.custom_form.form_horizontal textarea {
    width: calc(100% - 20px);
}

.custom_form input[type='checkbox'],
.custom_form input[type='radio'] {
    cursor: pointer;
}

.custom_form input[type='submit'] {
    background-color: black;
    padding: 10px 20px;
    cursor: pointer;
    color: white;
    width: 100%;
    -webkit-transition: background-color 0.27s;
    -o-transition: background-color 0.27s;
    transition: background-color 0.27s;
}

.custom_form input[type='submit']:hover {
    background-color: red;
}

.custom_form input[type=submit]:disabled {
    background: lightgray !important;
    pointer-events: none;
    cursor: progress;
    border: 1px solid white;
}

.custom_form label {
    margin-top: 4px;
    font-weight: bold;
    vertical-align: top;
    margin-bottom: 2px;
}

.custom_form.form_horizontal label {
    display: block;
    text-align: left;
    padding-right: 0;
    width: 100%;
}

.custom_form.form_vertical label {
    display: inline-block;
    text-align: right;
    padding-right: 15px;
    width: 20%;
}

.custom_form.form_horizontal input.control_text {
    width: 50%;
}

.custom_form.form_vertical input.control_text {
    width: 40%;
}

.custom_form.form_horizontal input.control_agreement,
.custom_form.form_vertical input.control_agreement {
    width: 15px;
    margin-right: 10px;
}

.custom_form label.control_agreement {
    display: inline-block;
    text-align: left;
    margin-top: 15px;
}

.custom_form.form_horizontal label.control_agreement {
    width: calc(100% - 20px);
}

.custom_form.form_vertical label.control_agreement {
    width: 60%;
}

.custom_form .subject {
    padding: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px 0;
    color: black;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.custom_form.form_vertical label.request_field_message {
    width: 75%;
    text-align: left;
}

.custom_form .request_field_message span {
    color: red;
    margin-right: 10px;
}

.custom_form .form_item {
    width: 100%;
}

.custom_form .form_item span {
    color: red;
    padding-left: 6px;
}

.custom_form .btn_submit {
    text-align: center;
}

.custom_form .btn_submit .select-tlacitko {
    margin-top: 20px;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    background-color: var(--g-color-2);
    text-decoration: underline;
    width: 100%;
}


.custom_form .btn_submit .select-tlacitko:hover {
    color: #fff;
    background-color: var(--g-color-ligh-blue);
    border-color: var(--g-color-ligh-blue);
}

.custom_form .divider {
    border-bottom: 1px solid red;
    padding-top: 60px;
    padding-bottom: 10px;
}

.custom_form .separator {
    margin: 20px;
}

.custom_form.form_servis label {
    text-align: left;
    width: 45%;
}

.custom_form.form_servis .check-box-radio-container {
    display: inline-block;
    width: 50%;
    padding-left: 20px;
}

.custom_form.form_servis .check-box-radio-container label {
    cursor: pointer;
}

.custom_form.form_servis .separator {
    border-bottom: 1px solid lightgrey;
    margin: 20px 40px 20px 0;
}

.custom_form.form_servis.form_vertical input,
.custom_form.form_servis.form_vertical textarea {
    width: 50%;
}

.custom_form.form_servis input.control_text {
    width: 40%;
}

@media (max-width: 767px) {
    .custom_form.form_vertical label,
    .custom_form.form_horizontal label {
        display: block;
        text-align: left;
        padding-right: 0;
        width: 100%;
    }

    .custom_form.form_vertical input,
    .custom_form.form_horizontal input,
    .custom_form.form_vertical textarea,
    .custom_form.form_horizontal textarea,
    .custom_form.form_vertical select,
    .custom_form.form_horizontal select {
        width: calc(100% - 20px);
    }

    .custom_form.form_vertical label.control_agreement,
    .custom_form.form_horizontal label.control_agreement {
        width: calc(100% - 20px);
        display: inline-block;
    }

    .custom_form.form_vertical input.control_text,
    .custom_form.form_horizontal input.control_text {
        width: 50%;
    }

    .custom_form.form_vertical label.request_field_message,
    .custom_form.form_horizontal label.request_field_message {
        width: 100%;
        text-align: left;
    }

    .custom_form.form_servis.form_vertical input,
    .custom_form.form_servis.form_horizontal input,
    .custom_form.form_servis.form_vertical textarea,
    .custom_form.form_servis.form_horizontal textarea {
        width: 90%;
    }
}

#kosmain {
    margin-top: 20px;
    margin-bottom: 100px;
}

#kosmain fieldset {
    border: 1px solid #b7b7b7;
    background: #ffffff;
    padding: 10px;
    margin: 0 0 10px 0;
}

#kosmain legend {
    display: block;
    font-size: 120%;
    padding: 0 10px 0 10px;
    width: unset;
    max-width: unset;
}

#kosmain .custom_form.form_vertical label {
    text-align: left;
    padding-left: 15px;
}

#kosmain .send-password-label {
    color: black;
    font-weight: 500;
}

#kosmain .custom_form label {
    font-weight: 500;
}

#kosmain .select-tlacitko {
    width: 70%;
}

#kosmain .separator {
    margin-top: 20px;
}

#kosmain .new-user-link {
    background-color: #004677;
    padding: 10px 20px;
    cursor: pointer;
    color: white;
    -webkit-transition: background-color 0.27s;
    -o-transition: background-color 0.27s;
    transition: background-color 0.27s;
    max-width: 300px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    width: 70%;
    display: inline-block;
    text-align: center;
}

#kosmain .new-user-link:hover {
    background-color: #0f7fa4;
}

#kosmain .custom_form input[type='submit']:hover {
    background-color: #0f7fa4;
    text-decoration: underline;
}

#kosmain .msg_head {
    cursor: help;
    font-weight: bold;
}

#kosmain .kosredp {
    text-align: right;
    color: red;
}

@media (max-width: 767px) {
    #kosmain .custom_form.form_vertical label {
        padding-left: 0;
    }

    #kosmain .custom_form.form_vertical input,
    #kosmain .custom_form.form_horizontal input {
        width: 100%;
    }
}

#kosmain [type=button]:not(:disabled),
#kosmain [type=reset]:not(:disabled),
#kosmain [type=submit]:not(:disabled),
#kosmain button:not(:disabled) {
    background-color: #004677;
    padding: 10px 20px;
    cursor: pointer;
    color: white;
    -webkit-transition: background-color 0.27s;
    -o-transition: background-color 0.27s;
    transition: background-color 0.27s;
    max-width: 300px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
}

#kosmain [type=button]:not(:disabled):hover,
#kosmain [type=reset]:not(:disabled):hover,
#kosmain [type=submit]:not(:disabled):hover,
#kosmain button:not(:disabled):hover {
    text-decoration: underline;
}

@media (max-width: 575px) {
    #kosmain .inline-submit-form .inline-submit-btn {
        display: block;
        text-align: left;
        width: 100%;
        margin-top: 10px;
    }
}

#kosmain table.kosregtab input {
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    color: #888;
    font-weight: normal;
    width: 90%;
}

#kosmain table.kosregtab span {
    color: red;
}

#kosmain table.kosregtab tr td:first-child {
    width: 250px;
}

#kosmain table.kosregtab tr td:nth-child(1),
#kosmain table.kosregtab tr td:nth-child(3) {
    line-height: 1;
    margin-top: 12px;
}

#kosmain table.kosregtab select {
    padding: 6px 12px;
    border-radius: 5px;
    color: #888;
    border: 1px solid #ddd;
}

@media (max-width: 767px) {
    #kosmain table.kosregtab,
    #kosmain table.kosregtab tbody,
    #kosmain table.kosregtab tr,
    #kosmain table.kosregtab td {
        display: block;
        width: 100%;
    }

    #kosmain table.kosregtab input {
        width: 100%;
    }
}

#kosmain-wide {
    padding: 0 0 50px 0;
}

#kosmain-wide .kostab {
    background: #ffffff;
    margin-bottom: 10px;
    margin-top: 10px;
}

#kosmain-wide table.kosregtab input {
    width: 70%;
}

#kosmain-wide table.kostab input[type="text"],
#kosmain-wide a.button,
#kosmain-wide input[type="submit"],
#kosmain-wide input[type="button"],
#kosmain-wide table.kosregtab input,
#kosmain-wide table.kosregtab select,
#kosmain-wide div.koscelkem input {
    font-size: 13px;
}

#kosmain-wide .kosnaviin,
#kosmain-wide .kosnaviin-on,
#kosmain-wide .lastkosnaviin {
    font-size: 20px !important;
    font-weight: normal;
    background: none;
    padding: 0;
    color: #5d5d5d;
    text-transform: uppercase;
}

#kosmain-wide .kostabtr1 {
    background: #ffffff;
    color: #000000;
}

#kosmain-wide .kostabtr2,
#kosmain-wide .kostabtr3 {
    background: #ffffff;
    font-size: 1rem;
}

#kosmain-wide .kostabtr2 a,
#kosmain-wide .kostabtr3 a {
    color: #004677;
}

#kosmain-wide .kostabtr2:hover,
#kosmain-wide tr.kostabtr3:hover,
#kosmain-wide table.kosregtab tr:hover {
    background: #ffffff;
}

#kosmain-wide .kostabtr1 td {
    white-space: nowrap;
}

#kosmain-wide .kos-tab-tr {
    border-top: 1px solid #ededed;
}

#kosmain-wide .kos-tab-tr .tdimg {
    padding: 10px;
    width: 120px;
    height: 120px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

#kosmain-wide .kos-tab-tr .tdimg .bg-image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#kosmain-wide .kos-tab-tr:hover .tdimg {
    padding: 2px;
}

#kosmain-wide .kos-tab-tr .td-title {
    padding-left: 20px;
    padding-right: 20px;
}

#kosmain-wide .kos-tab-tr .td-title a {
    color: black;
}

#kosmain-wide .kos-tab-tr .td-qty input {
    width: 50px;
    padding: 5px 10px;
    background: #FFFFFF;
    text-align: center;
    border: 1px solid #b7b7b7;
    color: #5d5d5d;
}

#kosmain-wide .kostabtr1 td {
    padding: 10px !important;
    font-weight: normal;
    text-transform: uppercase;
}

#kosmain-wide .kostabtr3 td {
    border-top: 1px solid #ededed;
}

#kosmain-wide .kostabimg {
    width: 80px !important;
}

#kosmain-wide table .kostab input[type="text"] {
    width: 20px;
    padding: 5px 10px;
    background: #FFFFFF;
    text-align: center;
    color: #5d5d5d;
    border: 1px solid #b7b7b7;
}

#kosmain-wide .kostab .fa {
    font-size: 16px;
}

#kosmain-wide td:first-child {
    width: 250px !important;
}

#kosmain-wide table.kosregtab input,
#kosmain-wide table.kosregtab select {
    padding: 5px 10px;
}

#kosmain-wide div.koscelkem input {
    padding: 5px 10px;
}

#kosmain-wide div.koscelkem,
#kosmain-wide div.koscenacelkem {
    font-size: 15px;
}

#kosmain-wide input[type="submit"].kostl2,
#kosmain-wide a.button.kostl2 {
    font-size: 15px !important;
    padding: 10px;
    border: 1px #d25000 solid;
    background: #e36c0c;
    color: white;
    text-transform: uppercase;
}

#kosmain-wide input[type="submit"].kostl2:hover,
#kosmain-wide a.button.kostl2:hover {
    border: 1px #913700 solid;
    background: #ef640f;
}

#kosmain-wide div.kosinfo h2 {
    color: #000000;
}

#kosmain-wide .kosudaje {
    padding-top: 10px;
}

#kosmain-wide .kosinfo.kosudaje {
    font-size: 1rem;
    line-height: 32px;
}

#kosmain-wide div.kosinfo_dopzdarma {
    text-align: right;
    color: #f45f05;
    font-size: 13px;
}

#kosmain-wide div.kosdoprava {
    font-size: 13px;
}

#kosmain-wide .kosvyber {
    font-size: 20px;
    font-weight: bold;
}

#kosmain-wide div.koscelkem {
    background: none;
    padding: 10px 0;
    font-size: 1rem;
}

#kosmain-wide div.koscenacelkem {
    margin: 20px 0 20px auto;
    font-size: 18px;
    text-align: right;
    padding-right: 2rem;
}

#kosmain-wide div.boxinline {
    vertical-align: top;
}

#kosmain-wide span.disabled {
    color: #BBBBBB;
}

#kosmain-wide .kosinput {
    padding: 15px;
    border-top: 3px solid #ffffff;
    background: #ededed;
}

#kosmain-wide .kosblock {
    padding: 15px;
    border-top: 3px solid #ffffff;
    background: #ededed;
    display: block;
}

#kosmain-wide .kosblock:hover {
    background: #e36c0c;
    color: #fff;
}

#kosmain-wide .kosoutput {
    padding: 15px;
    border-top: 3px solid #ffffff;
    background: #ededed;
}

#kosmain-wide .kosoutput p {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

#kosmain-wide div.kospoznamka {
    padding: 0;
}

#kosmain-wide div.kospoznamka textarea {
    width: 100%;
}

#kosmain-wide div.kosactive {
    /*border-top: 3px solid #5d5d5d;*/
}

#kosmain-wide .butsteps {
    padding: 15px 0;
    clear: both;
}

#kosmain-wide .butsteps .butleft,
#kosmain-wide .butsteps .butright {
    display: inline-block;
}

#kosmain-wide .butsteps .butleft {
    float: left;
    font-size: 15px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #004677;
    color: white;
}

#kosmain-wide .butsteps .butright {
    float: right;
}

#kosmain-wide div.kosobjcelkem {
    text-align: right;
    width: auto;
    margin: 15px 0 15px auto;
    padding: 20px 0;
    border-top: 1px solid #ededed;
    color: #000000;
    font-size: 22px;
}

#kosmain-wide .clear {
    clear: both;
}

@media (max-width: 480px) {
    #kosmain-wide div.kospoukaz {
        width: 100%;
    }

    #kosmain-wide div.kosobjcelkem {
        text-align: right;
        width: auto;
        font-size: 18px;
        line-height: 20px;
    }

    #kosmain-wide div.kosobjcelkem strong {
        white-space: nowrap;
    }

    #kosmain-wide input[type="submit"].kostl2,
    #kosmain-wide a.button.kostl2,
    #kosmain-wide a.button {
        display: inline-block;
    }

    #kosmain-wide .kostabtr1 td:nth-child(3),
    #kosmain-wide .kostabtr2 td:nth-child(3),
    #kosmain-wide .kostabtr3 td:nth-child(3) {
        display: none;
    }
}

@media (max-width: 360px) {
    #kosmain-wide div.boxinline {
        width: 100%;
    }
}

#kosmain-wide .kospocet {
    text-align: right;
    margin-bottom: 15px;
    float: right;
}

#kosmain-wide .kospocet.kospoukaz {
    font-size: 12px;
    background: none;
    text-align: left;
    float: left;
    margin-top: 50px;
    width: 100%;
}

#kosmain-wide .kospocet input[type="text"],
#kosmain-wide .kospocet input[type="password"],
#kosmain-wide .kospocet input[type="file"],
#kosmain-wide .kospocet select,
#kosmain-wide .kospocet textarea {
    font-size: 12px;
    color: #5d5d5d;
    background: #ffffff;
    border: 1px solid #b7b7b7;
    padding: 5px;
    margin-left: 10px;
    line-height: 24px;
}

#kosmain-wide .kospocet input[type="submit"],
#kosmain-wide .kospocet input[type="button"] {
    color: white;
    background: #b9b9b9;
    border: 0;
    padding: 5px 8px;
    cursor: pointer;
    line-height: 26px;
}

#kosmain-wide .kosik-navigace-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 30px;
    border-bottom: 3px solid #5d5d5d;
}

#kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper,
#kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper .kosik-navigace-number,
#kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper-on .kosik-navigace-number {
    font-size: 20px;
    text-align: center;
    width: 39px;
    height: 39px;
    line-height: 35px;
    border: 2px solid #b7b7b7;
    font-weight: 400;
    color: #9c9c9c;
}

#kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper .kosik-navigace-text,
#kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper-on .kosik-navigace-text {
    font-size: 20px;
    margin-left: 10px;
    text-transform: uppercase;
    text-align: center;
}

#kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper .kosik-navigace-sipka,
#kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper-on .kosik-navigace-sipka {
    font-size: 17px;
    margin-left: 20px;
}

#kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper-on .kosik-navigace-number {
    background: #5d5d5d;
    border: 2px solid #5d5d5d;
    color: #FFFFFF;
}

@media (max-width: 1199px) {
    #kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper .kosik-navigace-text,
    #kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper-on .kosik-navigace-text {
        font-size: 16px;
        margin-left: 7px;
    }

    #kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper .kosik-navigace-sipka,
    #kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper-on .kosik-navigace-sipka {
        font-size: 15px;
        margin-left: 10px;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    #kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper,
    #kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper-on {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper .kosik-navigace-sipka,
    #kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper-on .kosik-navigace-sipka {
        display: none;
    }

    #kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper .kosik-navigace-text,
    #kosmain-wide .kosik-navigace-wrapper .kosik-navigace-item-wrapper-on .kosik-navigace-text {
        margin: 5px 5px 0;
    }
}

.tipsy {
    padding: 5px;
    font-size: 12px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-repeat: no-repeat;
}

.tipsy.tipsy-north {
    background-position: top center;
}

.tipsy.tipsy-south {
    background-position: bottom center;
}

.tipsy.tipsy-east {
    background-position: right center;
}

.tipsy.tipsy-west {
    background-position: left center;
}

.tipsy .tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#user-section ul {
    margin: 20px 40px;
}

#user-section ul a {
    color: black;
}

#user-section ul a:hover {
    text-decoration: underline;
}

#col-obsah-wide {
    background: #FFFFFF;
}

#ZZshops {
    list-style: none;
    margin: 0;
    padding: 0;
}

#ZZshops li {
    list-style: none;
}

#search-in-full-screen .c-search-fixed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: auto;
    background-color: #000;
    opacity: 0.9;
    color: #666;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#search-in-full-screen .c-search-fixed .c-search-fixed__padding {
    padding: 0 5%;
}

#search-in-full-screen .c-search-fixed .c-search-fixed__input {
    width: 100%;
    height: 41px;
    position: relative;
    margin: 50px 0;
    padding: 0;
    border-bottom: 1px solid #787878;
}

#search-in-full-screen .c-search-fixed .c-search-fixed__input input {
    width: 100%;
    line-height: 50px;
    height: 50px;
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    border-width: 0;
    outline: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#search-in-full-screen .c-search-fixed .c-search-fixed__close {
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 42px;
    right: 5%;
    color: #fff;
    cursor: pointer;
}

#search-in-page {
    padding-top: 20px;
    padding-bottom: 20px;
}

#search-in-page .search-button .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#search-in-page .js-header__search {
    background-size: 65%;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #004677;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

#search-in-page .c-search-fixed__close {
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 44px;
    right: 16px;
    color: #fff;
    cursor: pointer;
    z-index: 9999;
}

#search-in-page #searchResults {
    max-height: 60vh;
    width: 100%;
    overflow-y: scroll;
    padding-top: 0;
    top: calc(100% + 10px);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#search-in-page #searchResults h2 {
    font-size: 1.5rem;
    color: #004677;
    padding-bottom: 8px;
    padding-top: 24px;
}

#search-in-page #searchResults img {
    width: 60px;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-right: 10px;
}

#search-in-page #searchResults a.s-txt {
    line-height: 1.6rem;
}

#searchResults {
    position: absolute;
    top: 100%;
    width: 98%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    z-index: 5000;
    /*border: 1px solid #AAAAAA;*/
    padding: 2%;
}

#searchResults b {
    color: #00dcff;
}

#searchResults b.zb {
    color: #ccc;
}

#searchResults img {
    width: 60px;
    vertical-align: middle;
    margin-bottom: 4px;
}

#searchResults a.s-txt {
    line-height: 20px;
    display: block;
}

#searchResults a.s-prod {
    vertical-align: middle;
    text-decoration: none;
    display: block;
    padding: 0 0 0 5px;
}

#searchResults a.s-prod:hover {
    background: #505050;
}

#searchResults h2,
#searchResults a {
    color: #ffffff;
}

#searchResults .searchlink_more {
    margin-top: 20px;
    display: block;
    padding: 20px;
}

#searchResults .searchlink_more > a {
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    display: block;
    border: 1px solid #004677;
    background: #16b6c9;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#searchResults .searchlink_more > a:hover {
    background: #139bc9;
    border-color: #139bc9;
}

#reference-modul .reference-filter .input-group-text {
    background-size: 65%;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #004677;
}

#reference-modul .reference-filter .btn-secondary {
    background-color: black;
    border-color: black;
}

#reference-modul .reference-filter .btn-secondary:focus {
    border-color: #b35609;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left-width: 0;
}

#reference-modul .reference-filter .custom-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#reference-modul .reference-description {
    margin-top: 60px;
}

#reference-modul .reference-description .reference-image-container {
    height: 320px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
}

#reference-modul .reference-description .reference-image-container img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -o-object-position: center;
    object-position: center;
}

#reference-modul .reference-description h2 {
    margin-top: 22px;
    margin-bottom: 12px;
}

#reference-modul .reference-description i {
    color: #004677;
    width: 20px;
    text-align: center;
    margin-right: 15px;
}

#reference-modul .reference-description label {
    margin-bottom: 0;
    font-weight: 500;
    margin-right: 10px;
}

#reference-modul .btn-reference-detail {
    margin-top: 20px;
    margin-bottom: 10px;
}

#reference-modul .btn-reference-detail a {
    position: relative;
    padding: 0.45rem 1.53rem 0.45rem 1.53rem;
    color: white;
    border: none;
    background-color: black;
    cursor: pointer;
    outline: none;
    text-decoration: underline;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#reference-modul .btn-reference-detail a:before {
    content: "";
    background: rgba(255, 255, 255, 0.4);
    width: 60%;
    height: 100%;
    top: 0;
    left: -125%;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    position: absolute;
    -webkit-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
}

#reference-modul .btn-reference-detail a:hover::before {
    left: 100%;
}

#reference-modul .btn-reference-detail a:hover:after,
#reference-modul .btn-reference-detail a:hover:before {
    width: 100%;
    height: 100%;
}

#reference-modul .marker-reference-description {
    max-width: 250px;
    margin-top: 0;
}

#reference-modul .marker-reference-description img {
    max-width: 100%;
}

#reference-modul .marker-reference-description h2 {
    margin-top: 10px;
    font-size: 18px;
}

#reference-modul .marker-reference-description i {
    color: #004677;
    width: 20px;
    text-align: center;
    margin-right: 15px;
}

#reference-modul .marker-reference-description label {
    margin-bottom: 0;
    font-weight: 500;
    margin-right: 10px;
}

#reference-modul-detail {
    margin-bottom: 40px;
}

#reference-modul-detail .reference-description {
    margin-top: 60px;
}

#reference-modul-detail .reference-description h2 {
    margin-top: 22px;
    margin-bottom: 12px;
}

#reference-modul-detail .reference-description i {
    color: #004677;
    width: 20px;
    text-align: center;
    margin-right: 15px;
}

#reference-modul-detail .reference-description label {
    margin-bottom: 0;
    font-weight: 500;
    margin-right: 10px;
}

#reference-modul-detail .reference-description .description-long {
    margin-top: 40px;
}

#subcategory-icons {
    padding-bottom: 20px;
}

#subcategory-icons .row {
    margin-left: -7px;
    margin-right: -7px;
}

#subcategory-icons .row .subcategory-col {
    padding: 0;
}

#subcategory-icons .row .subcategory-col .subcategory-container {
    padding: 7px;
}

#subcategory-icons .row .subcategory-col .subcategory-container .subcategory-inner {
    padding-top: calc(100% - 2px);
    position: relative;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/*#subcategory-icons .row .subcategory-col .subcategory-container .subcategory-inner:after {*/
/*    content: "";*/
/*    height: 20%;*/
/*    width: 9px;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    background-color: #004677;*/
/*    left: 30px;*/
/*    border-top: 1px solid #14a6d7;*/
/*    border-left: 1px solid #14a6d7;*/
/*    border-right: 1px solid #14a6d7;*/
/*    pointer-events: none;*/
/*}*/

#subcategory-icons .row .subcategory-col .subcategory-container .subcategory-inner a {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#subcategory-icons .row .subcategory-col .subcategory-container .subcategory-inner a:after {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    top: 0;
    left: 0;
}

#subcategory-icons .row .subcategory-col .subcategory-container .subcategory-inner span {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    top: 5%;
    display: block;
    width: 100%;
    text-align: left;
    color: white;
    left: 0;
    font-size: 20px;
    padding: 12px 23px 12px 23px;
    font-weight: 500;
    pointer-events: none;
}

#subcategory-icons .row .subcategory-col .subcategory-container .subcategory-inner:hover {
    -webkit-box-shadow: 0 0 4px 2px #00467769;
    box-shadow: 0 0 4px 2px #00467769;
}

#subcategory-icons .row .subcategory-col .subcategory-container .subcategory-inner:hover a:after {
    background-color: rgba(0, 0, 0, 0.05);
}

#subcategory-icons .row .subcategory-col .subcategory-container .subcategory-inner:hover span {
    text-shadow: 0 0 5px black;
}

@media (max-width: 575px) {
    #subcategory-icons .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.kdzhistory ul {
    margin-top: 40px;
}

.kdzhistory ul li {
    list-style: none;
    position: relative;
    padding-bottom: 35px;
    padding-top: 10px;
}

.kdzhistory ul li:before {
    content: "";
    width: 10px;
    background: #004677;
    position: absolute;
    top: 0;
    left: -40px;
    height: 100%;
}

.kdzhistory ul li:after {
    content: "";
    width: 12px;
    background: white;
    position: absolute;
    top: -6px;
    left: -41px;
    height: 14%;
    -webkit-transform: skewY(-20deg);
    -ms-transform: skewY(-20deg);
    transform: skewY(-20deg);
}

.kdzhistory ul li p {
    margin-bottom: 0;
    position: relative;
    font-weight: 600;
}

.kdzhistory ul li p:after {
    width: 32px;
    position: absolute;
    bottom: -8px;
    left: -32px;
    height: 2px;
}

.kdzhistory ul li h2 {
    margin-bottom: 0;
    color: #004677;
}

.kdzhistory ul li a {
    color: black;
    text-decoration: underline;
}

#filtershow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    background: #004677;
    color: #fff;
    padding: 11px 15px;
    text-transform: uppercase;
    line-height: 13px;
    margin-bottom: 30px;
}

#filtershow-arrow {
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}


/*#endregion*/
#filterform #fpar,
.zbozi-pagination #fpar {
    width: 100%;
}

#filterform div.vypparametryv14,
.zbozi-pagination div.vypparametryv14 {
    background: #EFEFEF;
    padding: 10px;
    margin: 10px 0;
    /* border-top: 1px solid #72C7FF; */
}

#filterform .vypparametryv14 .filbuttons,
.zbozi-pagination .vypparametryv14 .filbuttons {
    font-weight: 600;
}

#filterform div.vypparametryv14 div.filceny,
.zbozi-pagination div.vypparametryv14 div.filceny {
    width: 62%;
}

#filterform .vypparametryv14,
.zbozi-pagination .vypparametryv14 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#filterform .vypparametryv14 .filbuttons,
.zbozi-pagination .vypparametryv14 .filbuttons {
    -webkit-transition: all 0.27s;
    -o-transition: all 0.27s;
    transition: all 0.27s;
    font-weight: 600;
    max-width: 270px;
    min-width: 270px;
    margin-left: 1.9rem;
}

#filterform div.vypparametryv14 div.filceny div.slideceny,
.zbozi-pagination div.vypparametryv14 div.filceny div.slideceny {
    margin-top: 1rem;
}

#filterform div.vypfiltryv14,
.zbozi-pagination div.vypfiltryv14 {
    background: #ffffff;
    padding: 10px;
    margin: 20px 0 0 0;
    -webkit-box-shadow: 0 0 2px #C7C7C7;
    box-shadow: 0 0 2px #C7C7C7;
}

#filterform div.vypfiltryv14 table,
.zbozi-pagination div.vypfiltryv14 table {
    width: 100%;
}

#filterform div.vypfiltryv14 span.marg5,
.zbozi-pagination div.vypfiltryv14 span.marg5 {
    display: inline-block;
    margin-right: 5px;
}

#filterform div.vypfiltryv14 span.top,
.zbozi-pagination div.vypfiltryv14 span.top {
    position: relative;
    bottom: 5px;
}

#filterform div.vypfiltryv14 select,
.zbozi-pagination div.vypfiltryv14 select {
    margin-right: 5px;
    background: #FFFFFF;
}

#filterform div.vypfiltryv14 div.strankovaniv14,
.zbozi-pagination div.vypfiltryv14 div.strankovaniv14 {
    float: right;
}

#filterform div.vypfiltryv14 div.strankovaniv14 span,
.zbozi-pagination div.vypfiltryv14 div.strankovaniv14 span {
    margin-right: 5px;
}

#filterform div.vypfiltryv14 div.strankovaniv14 a:link,
.zbozi-pagination div.vypfiltryv14 div.strankovaniv14 a:link,
#filterform div.vypfiltryv14 div.strankovaniv14 a:active,
.zbozi-pagination div.vypfiltryv14 div.strankovaniv14 a:active,
#filterform div.vypfiltryv14 div.strankovaniv14 a:visited,
.zbozi-pagination div.vypfiltryv14 div.strankovaniv14 a:visited {
    padding: 5px 8px;
    background: #FFFFFF;
    text-decoration: none;
    color: #000000;
    margin-right: 5px;
}

#filterform div.vypfiltryv14 div.strankovaniv14 a:hover,
.zbozi-pagination div.vypfiltryv14 div.strankovaniv14 a:hover {
    background: #7e7e7e;
    text-decoration: none;
    color: #ffffff;
}

#filterform div.vypfiltryv14 div.strankovaniv14 b,
.zbozi-pagination div.vypfiltryv14 div.strankovaniv14 b {
    display: inline-block;
    padding: 5px 8px;
    background: #9a9a9a;
    color: #ffffff;
    margin-right: 5px;
}

#filterform div.vypparametryv14 div.filceny,
.zbozi-pagination div.vypparametryv14 div.filceny,
#filterform div.vypparametryv14 div.filvyrobci,
.zbozi-pagination div.vypparametryv14 div.filvyrobci,
#filterform div.vypparametryv14 div.filparametry,
.zbozi-pagination div.vypparametryv14 div.filparametry {
    /* border-bottom: 1px solid #D8D8D8; */
}

#filterform div.vypparametryv14 div.filparametry strong,
.zbozi-pagination div.vypparametryv14 div.filparametry strong {
    display: inline-block;
    margin-top: 10px;
}

#filterform div.vypparametryv14 div.filceny p.parnadp a,
.zbozi-pagination div.vypparametryv14 div.filceny p.parnadp a,
#filterform div.vypparametryv14 div.filvyrobci p.parnadp a,
.zbozi-pagination div.vypparametryv14 div.filvyrobci p.parnadp a,
#filterform div.vypparametryv14 div.filparametry p.parnadp a,
.zbozi-pagination div.vypparametryv14 div.filparametry p.parnadp a {
    font-weight: bold;
    text-decoration: none;
}

#filterform div.vypparametryv14 div.filceny p.parnadp,
.zbozi-pagination div.vypparametryv14 div.filceny p.parnadp {
    margin: 0 0 0 0 !important;
    padding: 5px 0 5px 20px !important;
}

#filterform div.vypparametryv14 div.filvyrobci p.parnadp,
.zbozi-pagination div.vypparametryv14 div.filvyrobci p.parnadp,
#filterform div.vypparametryv14 div.filparametry p.parnadp,
.zbozi-pagination div.vypparametryv14 div.filparametry p.parnadp {
    margin: 5px 0 0 0 !important;
    padding: 5px 0 5px 9px !important;
    /* background: url(img/sipkadole.png) 0px 2px no-repeat !important; */
    background: #FFFFFF;
    cursor: pointer;
    position: relative;
    height: 20px;
    line-height: 20px;
}

#filterform div.vypparametryv14 div.filvyrobci p.parnadp:hover,
.zbozi-pagination div.vypparametryv14 div.filvyrobci p.parnadp:hover,
#filterform div.vypparametryv14 div.filparametry p.parnadp:hover,
.zbozi-pagination div.vypparametryv14 div.filparametry p.parnadp:hover {
    color: #79ae00;
}

#filterform div.vypparametryv14 div.filvyrobci p.parnadp i,
.zbozi-pagination div.vypparametryv14 div.filvyrobci p.parnadp i,
#filterform div.vypparametryv14 div.filparametry p.parnadp i,
.zbozi-pagination div.vypparametryv14 div.filparametry p.parnadp i {
    font-size: 20px;
    color: #fff;
    background: #919191;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 20px;
    height: 20px;
    padding: 5px;
}

#filterform div.vypparametryv14 label input,
.zbozi-pagination div.vypparametryv14 label input {
    margin: 0 4px 0 0;
    position: relative;
    top: 2px;
}

#filterform div.vypparametryv14 label,
.zbozi-pagination div.vypparametryv14 label {
    margin: 0 5px 5px 0;
    white-space: nowrap;
    background: #FFF;
    padding: 3px 5px;
    display: inline-block;
}

#filterform div.vypparametryv14 div.filceny p.parnadp,
.zbozi-pagination div.vypparametryv14 div.filceny p.parnadp {
    padding: 0 0 0 0 !important;
    background: none !important;
}

#filterform div.vypparametryv14 div.filceny div.slideceny,
.zbozi-pagination div.vypparametryv14 div.filceny div.slideceny {
    padding: 0 10px 10px 10px;
}

#filterform div.vypparametryv14 .ui-widget-header,
.zbozi-pagination div.vypparametryv14 .ui-widget-header {
    background: #004677 !important;
}

#filterform .vypparametryv14 h3,
.zbozi-pagination .vypparametryv14 h3 {
    margin: 0.5em 0;
    padding: 0 0.5em;
    color: #000;
    font-weight: bold;
    font-size: 1em;
}

#filterform .slider-cena-text,
.zbozi-pagination .slider-cena-text {
    white-space: nowrap;
}

#filterform .parcont input[type=text],
.zbozi-pagination .parcont input[type=text] {
    width: 8em;
}

#filterform .vypparametryv14 .parcont,
.zbozi-pagination .vypparametryv14 .parcont {
    padding-bottom: 1em;
}

#filterform .filbuttons.inline,
.zbozi-pagination .filbuttons.inline {
    margin-left: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#filterform .filbuttons.inline .show-items,
.zbozi-pagination .filbuttons.inline .show-items {
    margin-right: auto;
}

#filterform .filbuttons input[type="submit"],
.zbozi-pagination .filbuttons input[type="submit"] {
    background-color: #004677;
    color: #fff;
    font-weight: 600;
    max-width: 270px;
    padding: 0.25rem 1rem;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    border: 0;
    -webkit-transition: all 0.27s;
    -o-transition: all 0.27s;
    transition: all 0.27s;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

#filterform .filbuttons input[type="submit"]:hover,
.zbozi-pagination .filbuttons input[type="submit"]:hover {
    background-color: #139bc9;
    color: #fff;
}

#filterform .filbuttons a.button,
.zbozi-pagination .filbuttons a.button {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    text-align: center;
    margin-top: 5px;
    border: 0;
    background: #9a9a9a;
    color: black;
    max-width: 270px;
    font-weight: 600;
    -webkit-transition: all 0.27s;
    -o-transition: all 0.27s;
    transition: all 0.27s;
    text-decoration: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

#filterform .filbuttons a.button:hover,
.zbozi-pagination .filbuttons a.button:hover {
    background: #b8b8b8;
}

@media (max-width: 991px) {
    #filterform div.vypparametryv14 div.filceny,
    .zbozi-pagination div.vypparametryv14 div.filceny {
        width: 100%;
        max-width: 100%;
        margin: auto;
        text-align: center;
    }

    #filterform .vypparametryv14 .filbuttons,
    .zbozi-pagination .vypparametryv14 .filbuttons {
        margin: auto;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 15px;
    }
}

#konfilters {
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#konfilters ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#konfilters li {
    list-style-type: none;
    background: #676767;
    color: #fff;
    display: inline-block;
    margin-bottom: 8px;
}

#konfilters li span {
    padding: 0 0.5em;
}

#konfilters li a {
    display: block;
    width: 24px;
    text-align: center;
    padding: 0;
}

#konfilters a {
    float: right;
    background: #a5917c;
    color: #fff;
    text-decoration: none;
    padding: 0 0.5em;
    font-weight: bold;
}

#konfilters a:hover {
    background: #a5917c;
    color: #000000;
}

#konfilters .rem.more {
    display: inline-block;
    margin-bottom: 8px;
    margin-left: 12px;
}

@media (max-width: 767px) {
    #konfilters .rem.more {
        float: none;
        margin-left: 0;
    }
}

.rub-nebo-zbozi h1,
.clanek__main-container h1 {
    color: #004677;
    font-weight: 700;
}

.rub-nebo-zbozi h2 {
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: clamp(2px, calc(12 / 1920 * 100vw), 12px);
    margin-bottom: clamp(0px, calc(8 / 1920 * 100vw), 8px);
}

@media (min-width: 992px) {
    .rub-nebo-zbozi h2 {
        padding-top: 40px;
    }
}

.rub-nebo-zbozi img {
    max-width: 100%;
    max-height: 100%;
}


.rub-nebo-zbozi a.butpark {
    border: 2px solid var(--g-color-1);;
    padding: 20px 25px;
    margin-top: 25px;
    display: inline-block;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.rub-nebo-zbozi a.butpark span {
    z-index: 999;
    position: relative;
    color: #004677;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.rub-nebo-zbozi a.butpark:hover {
    border-color: #004677;
}

.rub-nebo-zbozi a.butpark:hover span {
    color: white;
}

.rub-nebo-zbozi a.butpark:hover:before {
    height: 500%;
}

.rub-nebo-zbozi a.butpark:before {
    content: "";
    top: 50%;
    left: 50%;
    width: 200%;
    height: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
    display: block;
    position: absolute;
    background-color: var(--g-color-1);;
}


.rub-nebo-zbozi .inline-nav {
    position: absolute;
    height: 100%;
    width: calc(50vw - 593px);
}

.rub-nebo-zbozi .inline-nav.inline-nav-left {
    left: calc(593px - 50vw);
}

.rub-nebo-zbozi .inline-nav.inline-nav-right {
    right: calc(593px - 50vw);
}

.rub-nebo-zbozi .inline-nav .nav-pos {
    position: relative;
    height: 100%;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rub-nebo-zbozi .inline-nav .nav-pos .rubrika-nav .rubrika-nav-container.rubrika-nav-container-left:before,
.rub-nebo-zbozi .inline-nav .nav-pos .rubrika-nav .rubrika-nav-container.rubrika-nav-container-left:after {
    left: 32px;
}

.rub-nebo-zbozi .inline-nav .nav-pos .rubrika-nav .rubrika-nav-container.rubrika-nav-container-right:before,
.rub-nebo-zbozi .inline-nav .nav-pos .rubrika-nav .rubrika-nav-container.rubrika-nav-container-right:after {
    right: 32px;
}

.rub-nebo-zbozi .inline-nav .nav-pos .rubrika-nav:hover .rubrika-nav-container.rubrika-nav-container-left:before,
.rub-nebo-zbozi .inline-nav .nav-pos .rubrika-nav:hover .rubrika-nav-container.rubrika-nav-container-left:after {
    left: 0;
}

.rub-nebo-zbozi .inline-nav .nav-pos .rubrika-nav:hover .rubrika-nav-container.rubrika-nav-container-right:before,
.rub-nebo-zbozi .inline-nav .nav-pos .rubrika-nav:hover .rubrika-nav-container.rubrika-nav-container-right:after {
    right: 0;
}

.rub-nebo-zbozi .rubrika-nav {
    height: 100%;
    position: relative;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.rub-nebo-zbozi .rubrika-nav.rubrika-nav-left {
    text-align: left;
}

.rub-nebo-zbozi .rubrika-nav.rubrika-nav-left i:after {
    left: calc(50% - 47px);
}

.rub-nebo-zbozi .rubrika-nav.rubrika-nav-right {
    text-align: right;
}

.rub-nebo-zbozi .rubrika-nav.rubrika-nav-right i:after {
    left: calc(50% - 53px);
}

.rub-nebo-zbozi .rubrika-nav .rubrika-nav-container {
    display: inline-block;
    position: relative;
}

.rub-nebo-zbozi .rubrika-nav .rubrika-nav-container:before,
.rub-nebo-zbozi .rubrika-nav .rubrika-nav-container:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 6px;
    background: black;
    border-radius: 2px;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.rub-nebo-zbozi .rubrika-nav .rubrika-nav-container.rubrika-nav-container-left:before {
    top: calc(50% - 17px);
    -webkit-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    transform: rotate(-75deg);
    left: 0;
}

.rub-nebo-zbozi .rubrika-nav .rubrika-nav-container.rubrika-nav-container-left:after {
    bottom: calc(50% - 17px);
    -webkit-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    transform: rotate(75deg);
    left: 0;
}

.rub-nebo-zbozi .rubrika-nav .rubrika-nav-container.rubrika-nav-container-right:after {
    bottom: calc(50% - 17px);
    -webkit-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    transform: rotate(-75deg);
    right: 0;
}

.rub-nebo-zbozi .rubrika-nav .rubrika-nav-container.rubrika-nav-container-right:before {
    top: calc(50% - 17px);
    -webkit-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    transform: rotate(75deg);
    right: 0;
}

.rub-nebo-zbozi .rubrika-nav .rubrika-nav-container .switch-rubrika-link {
    display: inline-block;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    text-decoration: none;
    color: black;
    font-weight: 500;
}

@media (min-width: 1500px) {
    .rub-nebo-zbozi .standalone-nav {
        display: none;
    }
}

@media (max-width: 1499px) {
    .rub-nebo-zbozi .inline-nav {
        display: none;
    }
}

@media (min-width: 768px) {
    .rub-nebo-zbozi .rubrika-nav:hover .rubrika-nav-container:before,
    .rub-nebo-zbozi .rubrika-nav:hover .rubrika-nav-container:after {
        right: 0;
        width: 100%;
        height: 2px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .rub-nebo-zbozi .rubrika-nav:hover .rubrika-nav-container:before {
        top: -12px;
    }

    .rub-nebo-zbozi .rubrika-nav:hover .rubrika-nav-container:after {
        bottom: -12px;
    }

    .rub-nebo-zbozi .rubrika-nav:hover .rubrika-nav-container .switch-rubrika-link {
        opacity: 1;
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
}

@media (max-width: 767px) {
    .rub-nebo-zbozi .rubrika-nav-inline-arrow:before,
    .rub-nebo-zbozi .rubrika-nav-inline-arrow:after {
        content: "";
        position: absolute;
        width: 15px;
        height: 3px;
        background: black;
        border-radius: 2px;
        -webkit-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .rub-nebo-zbozi .rubrika-nav-inline-arrow.rubrika-nav-inline-arrow-right:before {
        right: -30px;
        top: calc(50% - 7px);
        -webkit-transform: rotate(75deg);
        -ms-transform: rotate(75deg);
        transform: rotate(75deg);
    }

    .rub-nebo-zbozi .rubrika-nav-inline-arrow.rubrika-nav-inline-arrow-right:after {
        right: -30px;
        top: calc(50% + 7px);
        -webkit-transform: rotate(-75deg);
        -ms-transform: rotate(-75deg);
        transform: rotate(-75deg);
    }

    .rub-nebo-zbozi .rubrika-nav-inline-arrow.rubrika-nav-inline-arrow-left:before {
        left: -30px;
        top: calc(50% - 7px);
        -webkit-transform: rotate(-75deg);
        -ms-transform: rotate(-75deg);
        transform: rotate(-75deg);
    }

    .rub-nebo-zbozi .rubrika-nav-inline-arrow.rubrika-nav-inline-arrow-left:after {
        left: -30px;
        top: calc(50% + 7px);
        -webkit-transform: rotate(75deg);
        -ms-transform: rotate(75deg);
        transform: rotate(75deg);
    }

    .rub-nebo-zbozi .rubrika-nav.rubrika-nav-right {
        padding-right: 26px;
    }

    .rub-nebo-zbozi .rubrika-nav.rubrika-nav-left {
        padding-left: 26px;
    }

    .rub-nebo-zbozi .rubrika-nav .rubrika-nav-container.rubrika-nav-container-right:before,
    .rub-nebo-zbozi .rubrika-nav .rubrika-nav-container.rubrika-nav-container-left:before,
    .rub-nebo-zbozi .rubrika-nav .rubrika-nav-container.rubrika-nav-container-right:after,
    .rub-nebo-zbozi .rubrika-nav .rubrika-nav-container.rubrika-nav-container-left:after {
        right: 0;
        width: 100%;
        height: 2px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .rub-nebo-zbozi .rubrika-nav .rubrika-nav-container.rubrika-nav-container-right:before,
    .rub-nebo-zbozi .rubrika-nav .rubrika-nav-container.rubrika-nav-container-left:before {
        top: -12px;
    }

    .rub-nebo-zbozi .rubrika-nav .rubrika-nav-container.rubrika-nav-container-right:after,
    .rub-nebo-zbozi .rubrika-nav .rubrika-nav-container.rubrika-nav-container-left:after {
        bottom: -12px;
    }

    .rub-nebo-zbozi .rubrika-nav .rubrika-nav-container.rubrika-nav-container-right .switch-rubrika-link,
    .rub-nebo-zbozi .rubrika-nav .rubrika-nav-container.rubrika-nav-container-left .switch-rubrika-link {
        opacity: 1;
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
}

@media (max-width: 360px) {
    .rub-nebo-zbozi .rubrika-nav.rubrika-nav-right {
        padding-right: 0;
    }

    .rub-nebo-zbozi .rubrika-nav.rubrika-nav-left {
        padding-left: 0;
    }

    .rub-nebo-zbozi .rubrika-nav-inline-arrow {
        display: none;
    }
}


.blade_template_1-ruler-decoration {
    position: absolute;
    left: 15px;
    width: 100vw;
    height: 20px;
    bottom: -6px;
    z-index: 99;
    transform: scale(-1);
    background: url(/_data/styly/zakoturcin/img/web/home_bila_linka_patern.png) repeat-x bottom;
    background-position: 55px;
}

.cards-wrapper.blade_template_1 {

    & {
        position: relative;
        width: 100%;
        z-index: 10;
        overflow: hidden;
    }


    .ico-bg {
        padding: 4px;
        background: white;
        border-radius: 50%;
    }

    .title {
        font-size: 22px;
    }

    #cards {
        position: relative;
        margin: 0 auto;
        /* padding: 2.5rem 0; */
        padding: 0.7rem 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #cards.grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1rem;
    }

    @media (min-width: 450px) {
        #cards.grid {
            -ms-grid-columns: 1fr 1rem 1fr;
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (min-width: 768px) {
        #cards.grid {
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 1rem;
        }
    }
    @media (min-width: 992px) {
        #cards.grid {
            -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
            grid-template-columns: repeat(4, 1fr);
        }
    }

    #cards.grid > .item {
        padding-top: 100%;
    }

    #cards .item a::before {
        content: "+";
        position: absolute;
        display: block;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        z-index: 2;
        font-weight: 600;
        font-size: 25px;
        text-align: center;
        line-height: 57px;
        background: transparent;
        color: transparent;
        transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    }

    #cards .item:hover a::before {
        background: #00000054;
        color: #ffffff;
    }

    #cards .item.youtube_movie a::before {
        position: absolute;
        display: block;
        background: transparent;
        border: 1px solid transparent;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        top: 50%;
        margin-left: -25px;
        margin-top: -25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 2;
        font-weight: 600;
        font-size: 25px;
        text-align: center;
        line-height: 50px;
    }

    #cards .item.youtube_movie:hover a::before {
        position: absolute;
        display: block;
        background: transparent;
        z-index: 2;
        font-weight: 600;
        font-size: 25px;
        text-align: center;
        line-height: 50px;
    }

    #cards .card-description,
    #cards .card-title {
        display: block;
        text-shadow: var(--g-color-2) 0px 0px 20px
    }

    #cards .card-title {
        font-weight: 600;
        font-size: 18px;
        color: white;
        margin: 0;
        padding: 0.6rem 1.5rem 0.6rem 0.6rem;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 9999;
    }


    /*#cards .card-title:before {*/
    /*    content: "/";*/
    /*    font-weight: 400;*/
    /*    display: inline-block;*/
    /*    position: absolute;*/
    /*    font-size: 2.572rem;*/
    /*    left: 18px;*/
    /*    top: 16px;*/
    /*}*/

    #cards .card-description {
        font-weight: 400;
        font-size: 15px;
        color: #fff;
        margin: 0;
        height: 100%;
    }

    #cards .card-link {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        -webkit-transition: all 0.37s;
        -o-transition: all 0.37s;
        transition: background-color 0.5s ease-in-out, padding 0.5s ease-in-out;
        padding: 15px;
        z-index: 9;
    }

    #cards .item {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0;
        -webkit-transition: all 0.7s;
        -o-transition: all 0.7s;
        transition: all 0.7s;
    }

    #cards .item:before,
    #cards .item:after {
        content: "";
        position: absolute;
        right: -9px;
        bottom: -28px;
        width: 1px;
        height: 40px;
        background: transparent;
    }

    @media (min-width: 450px) {
        #cards .item:before,
        #cards .item:after {
            background: white;
        }
    }

    /* 2 items na řádek - 2n*/
    @media (max-width: 767px) {
        #cards .item:nth-child(2n):before,
        #cards .item:nth-child(2n):after {
            background: transparent;
        }
    }

    /* 3 items na řádek - 3n*/
    @media (min-width: 768px) {
        #cards .item:nth-child(3n):before,
        #cards .item:nth-child(3n):after {
            background: transparent;
        }
    }

    /* 4 items na řádek - 4n*/
    @media (min-width: 992px) {
        #cards .item:nth-child(4n):before,
        #cards .item:nth-child(4n):after {
            background: transparent;
        }
    }

    #cards:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background: #19c1f2;
        z-index: 0;
    }

    #cards .item:after {
        transform: rotateZ(90deg);
    }

    #cards .item:hover .card-link {
        background: rgba(0, 0, 0, 0.1);
    }

    #cards .item:hover a {
        opacity: 1;
        padding: 0;
    }

    #cards .item:hover .card-title {
        color: white;
    }

    @media (max-width: 450px) {
        #cards .item {
            width: 99%;
            height: 272px;
        }
    }

}

#custom-page-downloads h2 {
    padding-top: 22px;
    color: #004677;
}

#custom-page-downloads .license-code {
    padding-bottom: 22px;
}

#custom-page-downloads .license-code input[type='text'] {
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    color: #888;
    font-weight: normal;
    width: 30%;
    min-width: 200px;
}

#custom-page-downloads .license-code input[type='submit'] {
    background-color: #004677;
    padding: 8px 20px;
    cursor: pointer;
    color: white;
    -webkit-transition: background-color 0.27s;
    -o-transition: background-color 0.27s;
    transition: background-color 0.27s;
    max-width: 300px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
}

#custom-page-downloads .license-code input[type='submit']:hover {
    background-color: #0f7fa4;
}

#custom-page-downloads hr {
    border-top-color: black;
}

#custom-page-downloads ul {
    padding-left: 20px;
}

#custom-page-downloads a {
    color: black;
    padding-top: 3px;
    display: inline-block;
    padding-bottom: 3px;
    position: relative;
    text-decoration: none;
}

#custom-page-downloads a:hover {
    font-weight: 500;
}

#custom-page-downloads a:after {
    content: '';
    position: absolute;
    background-color: black;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    left: 0;
    bottom: 5px;
    height: 1px;
    width: 100%;
}

#custom-page-downloads a:hover:after {
    width: 0;
    left: 100%;
}

#novinka {
    padding-bottom: 40px;
}

#novinka img {
    display: block;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

#novinka .download {
    font-weight: 800 !important;
}

#novinka .datum {
    display: inline-block;
    padding: 1rem 0;
    font-size: 1rem;
    max-width: 220px;
    font-style: italic;
}

.zbozi_configurator {
    padding-top: 30px;
    padding-bottom: 12px;
}

.zbozi_configurator .zbozi_filter-select {
    max-width: 300px;
}

.zbozi_configurator .zbozi_filter-list {
    padding-bottom: 20px;
}

.zbozi_configurator .zbozi_filter-list .zbozi_filter-title {
    padding-top: 30px;
    padding-bottom: 10px;
}

.zbozi_configurator .zbozi_filter-list label {
    margin: 0 0 6px 0;
    white-space: nowrap;
    background: #FFF;
    padding: 7px 7px;
    display: inline-block;
    font-size: 11px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    min-width: 74px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-right: 3px;
}

.zbozi_configurator .zbozi_filter-list .feature-container {
    display: inline-block;
}

.zbozi_configurator .zbozi_filter-list input {
    position: relative;
    top: 3px;
    width: 10px;
}

.zbozi_configurator .zbozi_filter-list .form-control:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(22, 182, 234, 0.4);
    box-shadow: 0 0 0 1px rgba(22, 182, 234, 0.4);
}

.zbozi_configurator .zbozi_filter-list .barva.image-definition {
    max-width: 74px;
    min-width: 74px;
    padding: 0;
    text-align: center;
}

.zbozi_configurator .zbozi_filter-list .barva.image-definition .feature-container {
    padding: 4px 0 2px 0;
}

.zbozi_configurator .zbozi_filter-list .barva.image-definition .feature-img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 56px;
    margin: auto;
}

.zbozi_configurator .zbozi_filter-list .barva.image-definition .feature-value {
    display: block;
}

.zbozi_configurator .zbozi_filter-list .barva.image-definition input[type=radio] {
    display: none;
}

.zbozi_configurator .zbozi_filter-list .barva.image-definition input:checked ~ .feature-container {
    width: 100%;
    background: #e4f7fb;
}

.zbozi_configurator.zbozi_filter-list-disabled .opt {
    opacity: 0.3;
}

.zbozi_configurator.zbozi_filter-list-disabled .opt label,
.zbozi_configurator.zbozi_filter-list-disabled .opt input,
.zbozi_configurator.zbozi_filter-list-disabled .opt select {
    cursor: not-allowed;
    pointer-events: none;
}

.zbozi_configurator .clear {
    clear: both;
}

.product-badges {
    position: relative;
}

.product-badges.badge-in-detail {
    left: -8px;
    top: 45px;
}

.product-badges.badge-in-list {
    left: -30px;
    top: 0;
}

.product-badges .badge-container {
    position: absolute;
    z-index: 90;
    text-align: left;
}

.product-badges .badge-inline-block {
    display: block;
    margin-bottom: 8px;
    opacity: 0.9;
}

.product-badges .badge-inline-block span {
    display: inline-block;
    padding: 3px 18px 3px 15px;
    color: white;
    min-width: 80px;
    position: relative;
}

.product-badges .badge-inline-block span:after {
    content: "";
    position: absolute;
    top: -8px;
    width: 8px;
    height: 8px;
    left: 0;
}

.product-badges .badge-circle {
    z-index: 200;
    font-size: 12px;
    left: 5px;
    top: 5px;
    opacity: 1;
    filter: alpha(opacity=90);
    max-width: 80px;
}

.product-badges .badge-circle span {
    text-align: center;
    color: #FFFFFF;
    background: #ff9600;
    display: block;
    margin-bottom: 5px;
    position: relative;
    font-size: 12px;
    width: 60px;
    height: 50px;
    line-height: 49px;
    border-radius: 100%;
    border: 1px solid #cc5f00;
}

.product-badges .badge-campaign-text span {
    background: red;
}

.product-badges .badge-campaign-text span:after {
    background: -o-linear-gradient(top left, #fff0 0%, #fff0 50%, #c20000 50%, #c20000 100%);
    background: -webkit-gradient(linear, left top, right bottom, from(#fff0), color-stop(50%, #fff0), color-stop(50%, #c20000), to(#c20000));
    background: linear-gradient(to bottom right, #fff0 0%, #fff0 50%, #c20000 50%, #c20000 100%);
}

.product-badges .badge-discount-text span {
    background: green;
}

.product-badges .badge-discount-text span:after {
    background: -o-linear-gradient(top left, #fff0 0%, #fff0 50%, #005700 50%, #005700 100%);
    background: -webkit-gradient(linear, left top, right bottom, from(#fff0), color-stop(50%, #fff0), color-stop(50%, #005700), to(#005700));
    background: linear-gradient(to bottom right, #fff0 0%, #fff0 50%, #005700 50%, #005700 100%);
}

.product-badges .badge-free-shipping span {
    background: blue;
}

.product-badges .badge-free-shipping span:after {
    background: -o-linear-gradient(top left, #fff0 0%, #fff0 50%, #00009e 50%, #00009e 100%);
    background: -webkit-gradient(linear, left top, right bottom, from(#fff0), color-stop(50%, #fff0), color-stop(50%, #00009e), to(#00009e));
    background: linear-gradient(to bottom right, #fff0 0%, #fff0 50%, #00009e 50%, #00009e 100%);
}

.btn-buy {
    margin-top: 30px;
    padding: 1px 23px;
    line-height: 32px;
    background: #004677;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    -webkit-transition: background 0.27s;
    -o-transition: background 0.27s;
    transition: background 0.27s;
    border: 1px solid hsl(195, 83%, 36%);
    border-radius: 2px;
}

/*#region poptavka - zako formulář na homepage */

#poptavka {
    background-image: url('/_data/styly/zakoturcin/img/web/homepage_formular_bg.jpg');
    padding-top: 70px;
    padding-bottom: 40px;
    margin-top: 57px;
    background-size: cover;
    background-position: top;
}

@media (min-width: 992px) {
    #poptavka {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

#poptavka.d-label-none label {
    display: none;
}

#poptavka .poptavka__title {
    font-weight: 700;
    font-size: 44px;
}

#poptavka input,
#poptavka textarea {
    border-radius: 0;
    width: 100%;
    padding: 10px 22px;

}

#poptavka input.control_text {
    width: calc(100% - 104px);
    vertical-align: top;
}

#poptavka .captcha_container {
    display: inline-block;
    height: 45px;
    width: 100px;
    padding: 8px 0;
    background: white;
    border: 1px solid #ddd;
    text-align: center;
}

#poptavka .custom_form .form_item span {
    display: none;
}

#poptavka .custom_form .flex_row {
    margin: 6px 0;
}

@media (min-width: 992px) {
    #poptavka .custom_form .flex_row {
        margin: 12px 0;
    }
}


@media (min-width: 1200px) {
    #poptavka .custom_form .flex_row:nth-child(2),
    #poptavka .custom_form .flex_row:nth-child(3),
    #poptavka .custom_form .flex_row:nth-child(6),
    #poptavka .custom_form .flex_row:nth-child(7) {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 46%;
    }
}

@media (min-width: 992px) {
    #poptavka .custom_form .flex_row:nth-child(2),
    #poptavka .custom_form .flex_row:nth-child(3),
    #poptavka .custom_form .flex_row:nth-child(6),
    #poptavka .custom_form .flex_row:nth-child(7) {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
    }
}

@media (min-width: 768px) {
    #poptavka .custom_form .flex_row:nth-child(2),
    #poptavka .custom_form .flex_row:nth-child(3),
    #poptavka .custom_form .flex_row:nth-child(6),
    #poptavka .custom_form .flex_row:nth-child(7) {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 48%;
    }
}

#poptavka .custom_form .flex_row:nth-child(3),
#poptavka .custom_form .flex_row:nth-child(7) {
    margin-left: auto;
}

#poptavka .custom_form .btn_submit .select-tlacitko {
    margin-top: 0;
    max-width: 100%;
    display: block;
    margin-left: 0;
}

#poptavka .file_output_btn {
    background: var(--g-color-1);;
    color: white;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    text-align: left;
    padding-left: 22px;
}

#poptavka .file_output_btn:hover {
    background: #0997be;
}

#poptavka .select-tlacitko {
    background: #004677;
    border-color: #004677;
    text-align: left;
    padding-left: 22px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

#poptavka .select-tlacitko:hover {
    background: #00365c;
}

#poptavka .select-tlacitko-icon {
    width: 15px;
    height: 100%;
    background: url('/_data/styly/zakoturcin/img/web/btn_submit_arrow.png') center no-repeat;
    position: absolute;
    z-index: 999;
    right: 25px;
    top: 0;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

#poptavka .select-tlacitko:hover ~ .select-tlacitko-icon {
    right: 15px;
}


#poptavka canvas {
    max-width: 415px;
}

@media (min-width: 992px) {
    #poptavka canvas {
        max-width: 580px;
    }
}

/* #endregion */
.main-movie-col {
    overflow: hidden;
    display: flex;
    background: #014373;
    display: flex;
    justify-content: center;
}


.base__side-menu-container {
    left: calc(100% - 180px);
    position: absolute !important;
    z-index: -1;
    width: 180px;
    max-width: 180px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.base__side-menu-container .row {
    width: 180px;
    overflow: hidden;
}

.left-menu__side-menu {
    margin-left: 170px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.base__side-menu-container:hover .left-menu__side-menu {
    margin-left: 0;
}


.base__side-menu-container .menu-icon-container {
    background: var(--g-color-1);;
    padding: 17px 20px 13px 20px;
}

.base__side-menu-container .base__side-menu-burger-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top: 3px solid white;
    margin: 0;
    padding-bottom: 4px;
}

.base__side-menu-container .base__side-menu-burger-text {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}


.base__side-menu-container .menu-icon-position {
    margin-left: 105px;
    text-align: center;
    position: absolute;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.base__side-menu-container:hover .menu-icon-position {
    margin-left: 180px;
}

.base__side-menu-container .menu-icon-position .fas {
    color: white;
    background: var(--g-color-1);;
    padding: 10px 22px;
    font-size: 24px;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.base__side-menu-container a {
    white-space: nowrap;
}


/*#region footer__to-top*/
#footer__to-top {
    display: block;
    overflow: hidden;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    height: 2rem;
    width: 2rem;
    z-index: 9999;
    font-size: .8rem;
    border: none;
    outline: none;
    background-color: #004677;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all .27s;
    -o-transition: all .27s;
    transition: all .27s;
    opacity: 0;

}

#footer__to-top i {
    vertical-align: text-bottom;
}

#footer__to-top:hover {
    background-color: rgba(56, 74, 110, 0.7);
}

/*#endregion*/


/* #region Vypis článků - Kariéra v Zako */
.vypclan {
    border-top: 2px solid rgba(128, 128, 128, 0.3);
}

.vypclan-wrapper h2 {
    font-size: 26px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 0px;
}

.vypclan-wrapper h2 a {
    text-decoration: none;
}

.vypclan-wrapper h2:after {
    content: "";
    border-bottom: 1px solid #004677;
    width: 100%;
    display: block;
}

.vypclan-wrapper .anot {
    font-style: italic;
    margin-bottom: 0;
    /*padding-left: 10px;*/
}


/* #endregion */

/* #region test for global buttons styles */
.btn__zako-home__more-information {
    padding: 14px 30px;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    display: inline-block !important;
    position: relative;
    text-decoration: none;
    font-weight: 500;
}

button.btn__zako-home__more-information {
    background: none;
    border: none;
    outline: none;
}

.btn__zako-home__more-information.btn__zako-home__size-sm {
    font-size: 14px;
    padding: 10px 26px 10px 30px;
}

.btn__zako-home__more-information:hover {
    text-decoration: none;
}

.btn__zako-home__more-information:before,
.btn__zako-home__more-information:after {
    position: absolute;
    content: "";
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
    height: 100%;
    border: 2px solid #014677;
    left: 0;
    top: 0;
}

.btn__zako-home__more-information:hover:after {
    left: 6px;
    top: 6px;
}

.btn__zako-home__more-information:hover:before {
    left: -6px;
    top: -6px;
}

.btn__zako-home__more-information.btn__zako-home__size-sm:hover:after {
    left: 3px;
    top: 3px;
}

.btn__zako-home__more-information.btn__zako-home__size-sm:hover:before {
    left: -3px;
    top: -3px;
}

/* #endregion */


.modul__texty-ve-sloupcich {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-image: url("/_data/styly/zakoturcin/img/web/right_menu_base_bg.jpg");
    background-repeat: no-repeat;
    background-size: 400%;
    background-position: 18% 180%;
    position: relative;
}

.modul__texty-ve-sloupcich:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -o-linear-gradient(327deg, #ffffff00, #00000018);
    background-image: linear-gradient(123deg, #ffffff00, #00000018);
}

.modul__texty-ve-sloupcich h3 {
    color: black;
    font-weight: 800;
    font-size: 32px;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
}

.modul__texty-ve-sloupcich ul {
    color: #014677;
    font-weight: 600;
    list-style: none;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.modul__texty-ve-sloupcich ul li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.modul__texty-ve-sloupcich ul li:before {
    content: "";
    width: 25px;
    height: 100%;
    background-color: blue;
    position: absolute;
    left: -45px;
}

.modul__texty-ve-sloupcich ul li:nth-child(1):before {
    background-color: black;
}

.modul__texty-ve-sloupcich ul li:nth-child(2):before {
    background-color: #004677;
}

.modul__texty-ve-sloupcich ul li:nth-child(3):before {
    background-color: var(--g-color-1);;
}

.modul__texty-ve-sloupcich p {
    padding-top: 20px;
    font-weight: 500;
    position: relative;
}

.modul__texty-ve-sloupcich p:after {
    content: "";
    width: calc(100% + 3rem);
    height: 100%;
    position: absolute;
    border-top: 2px solid var(--g-color-1);;
    left: -1.5rem;
    top: 0;
}

.modul__texty-ve-sloupcich h3:after {
    content: "";
    width: calc(100% + 3rem);
    height: 100%;
    position: absolute;
    border-bottom: 2px solid var(--g-color-1);;
    left: -1.5rem;
    top: 0;
}


.modul__texty-ve-sloupcich a {
    display: block;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 20px;
    position: relative;
    -webkit-transition: -webkit-filter 0.2s ease-in-out;
    transition: -webkit-filter 0.2s ease-in-out;
    -o-transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}

.modul__texty-ve-sloupcich a:after {
    display: block;
    content: "";
    width: 100%;
    height: calc(100% - 40px);
    background-image: url("/_data/styly/zakoturcin/img/web/right_menu_video_ico.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center 90%;
}

.modul__texty-ve-sloupcich a:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/*#region timeline-experience.blade.php */


.timeline-experience__main {
    position: relative
}

.timeline-experience__main:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: var(--g-color-1);;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.timeline-experience__main .timeline {
    margin-bottom: 40px;
    position: relative
}

.timeline-experience__main .timeline:after {
    content: "";
    display: block;
    clear: both
}

.timeline-experience__main .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 54px;
    left: 0;
    bottom: 0;
    right: 0;
}

.timeline-experience__main .icon:before,
.timeline-experience__main .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.33s ease-out 0s;
    -o-transition: all 0.33s ease-out 0s;
    transition: all 0.33s ease-out 0s
}

.timeline-experience__main .icon:before {
    background: #fff;
    border: 2px solid #004677;
    left: -3px
}

.timeline-experience__main .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px
}

.timeline-experience__main .timeline:hover .icon:before {
    left: 3px
}

.timeline-experience__main .timeline:hover .icon:after {
    left: -3px
}

.timeline-experience__main .date-content {
    width: 50%;
    float: left;
    margin-top: 0;
    position: relative
}

.timeline-experience__main .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: var(--g-color-1);;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.timeline-experience__main .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}

.timeline-experience__main .date-outer:before,
.timeline-experience__main .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.33s ease-out 0s;
    -o-transition: all 0.33s ease-out 0s;
    transition: all 0.33s ease-out 0s
}

.timeline-experience__main .date-outer:before {
    background: #fff;
    border: 2px solid #004677;
    left: -6px
}

.timeline-experience__main .date-outer:after {
    border: 2px solid #c6c6c6;
    left: 6px
}

.timeline-experience__main .timeline:hover .date-outer:before {
    left: 6px
}

.timeline-experience__main .timeline:hover .date-outer:after {
    left: -6px
}

.timeline-experience__main .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: calc(50% - 20px);
    left: 0
}

.timeline-experience__main .month {
    font-size: 18px;
    font-weight: 700
}

.timeline-experience__main .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #004677;
    line-height: 36px
}

.timeline-experience__main .timeline-content {
    width: 50%;
    padding: 20px 0 20px 50px;
    float: right
}

.timeline-experience__main .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 0 0
}

.timeline-experience__main .description {
    margin-top: 4px;
}


.timeline-experience__main .description p {
    margin-bottom: 0;
}

.timeline-experience__main .timeline:nth-child(2n) .date-content {
    float: right
}

.timeline-experience__main .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.timeline-experience__main .timeline:nth-child(2n) .timeline-content {
    padding: 20px 50px 20px 0;
    text-align: right
}

@media (max-width: 991px) {

    .timeline-experience__main .date-content:before {
        width: 27.5%
    }

    .timeline-experience__main .timeline-content {
        padding: 10px 0 10px 30px
    }

    .timeline-experience__main .title {
        font-size: 17px
    }

    .timeline-experience__main .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media (max-width: 767px) {
    .timeline-experience__main:before {
        margin: 0;
        left: 7px
    }

    .timeline-experience__main .timeline {
        margin-bottom: 20px
    }

    .timeline-experience__main .timeline:last-child {
        margin-bottom: 0
    }

    .timeline-experience__main .icon {
        margin: auto 0
    }

    .timeline-experience__main .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }

    .timeline-experience__main .date-content:before {
        display: none
    }

    .timeline-experience__main .date-outer {
        width: 110px;
        height: 110px
    }

    .timeline-experience__main .date-outer:before,
    .timeline-experience__main .date-outer:after {
        width: 110px;
        height: 110px
    }

    .timeline-experience__main .date {
        top: 30%
    }

    .timeline-experience__main .year {
        font-size: 24px
    }

    .timeline-experience__main .timeline-content,
    .timeline-experience__main .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0
    }

    .timeline-experience__main .title {
        margin-bottom: 10px
    }
}

/*#endregion timeline-experience.blade.php */

/* #region Acrhiv novinek */
.archiv-novinek__tag-name {
    /*font-size: 36px;*/
}

.archiv-novinek__title,
.archiv-novinek__title a {
    font-size: 28px;
}

.archiv-novinek__img-container img {
    max-height: 300px;
    max-width: 100%;
}

.archiv-novinek__anotace {
    min-width: 100px;
    padding-bottom: 20px; /* same height as btn negative margin */
}

@media (min-width: 768px) {

    .archiv-novinek__tag-name {
        font-size: 42px;
    }

    .archiv-novinek__btn-row {
        margin-top: -42px;
    }

    .archiv-novinek__anotace {
        min-width: 100px;
        padding-bottom: 54px; /* same height as btn negative margin */
    }
}


/**********************************/

.language-select {
    position: relative;
    display: inline-block;
    /*right: -0.5rem;*/
}

.language-select .current-language {
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 8px;
    outline: none;
    border: 1px solid transparent;
    border-bottom: 0 solid transparent;
}


.language-select .current-language:focus {
    outline: none;
}

.language-select .language-options svg,
.language-select .current-language svg {
    width: 26px !important;
    height: auto !important;
}

@media (min-width: 992px) {
    .language-select .language-options svg,
    .language-select .current-language svg {
        width: 32px !important;
    }

}

.language-select .current-language .icon_opening {
    color: var(--g-color-1);
    transition: transform 0.3s ease;
}

.language-select .current-language.open {
    background: white;
    border: 1px solid var(--g-color-1);
    border-bottom: 0px solid transparent;
}

.language-select .current-language.open .icon_opening {
    transform: rotate(180deg);
}

.language-select .language-options {
    display: none;
    position: absolute;
    top: calc(100%);
    left: 0px;
    right: 0;
    background: white;
    border-radius: 0;
    z-index: 1000;
    padding: 0 8px;
    border: 1px solid transparent;
    border-top: 0px solid transparent;
}

.language-select .language-options.show {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--g-color-1);
    border-top: 0px solid transparent;
}

.language-select .language-options a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 0px 0 !important;
    margin: 8px 0 !important;
    transition: transform 150ms linear;
}

.language-select .language-options a:hover {
    transform: translateX(5px);
}


.buttons {

    /* #region Definice pro btn-color-1 */

    .btn.btn-color-1, .btn.btn-color-1:hover, .btn.btn-color-1:focus,
    .btn.btn-color-2, .btn.btn-color-2:hover, .btn.btn-color-2:focus,
    .btn.btn-color-black, .btn.btn-color-black:hover, .btn.btn-color-black:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    .btn.btn-color-1, .btn.btn-color-1::before, .btn.btn-color-1::after,
    .btn.btn-color-2, .btn.btn-color-2::before, .btn.btn-color-2::after,
    .btn.btn-color-black, .btn.btn-color-black::before, .btn.btn-color-black::after {
        transition: background-color 0.3s ease-out, color 0.3s ease-out;
    }

    .btn.btn-color-1 .fill, .btn.btn-color-2 .fill {
        transition: fill 0.3s ease-out;
    }

    .btn.btn-color-black .stroke {
        transition: stroke 0.3s ease-out;
    }

    .btn.btn-color-1,
    .btn.btn-color-1::before,
    .btn.btn-color-1::after {
        background: var(--g-color-1);
        color: white;
    }

    .btn.btn-color-1:hover,
    .btn.btn-color-1:hover::before,
    .btn.btn-color-1:hover::after {
        background: var(--g-color-2);
    }

    .btn.btn-color-1 .fill {
        fill: var(--g-color-2);
    }

    .btn.btn-color-1:hover .fill {
        fill: var(--g-color-1);
    }

    /*#endregion*/


    /* #region Definice pro btn-color-2 */

    .btn.btn-color-2,
    .btn.btn-color-2::before,
    .btn.btn-color-2::after {
        background: var(--g-color-2);
        color: white;
    }

    .btn.btn-color-2:hover,
    .btn.btn-color-2:hover::before,
    .btn.btn-color-2:hover::after {
        background: var(--g-color-1);
    }

    .btn.btn-color-2 .fill {
        fill: var(--g-color-1);
    }

    .btn.btn-color-2:hover .fill {
        fill: var(--g-color-2);
    }

    /*#endregion*/

    /* #region Definice pro btn-color-black */

    .btn.btn-color-black,
    .btn.btn-color-black::before,
    .btn.btn-color-black::after {
        background: black;
        color: white;
    }

    .btn.btn-color-black .fill {
        fill: var(--g-color-1);
    }

    .btn.btn-color-black:hover,
    .btn.btn-color-black:hover::before,
    .btn.btn-color-black:hover::after {
        background: var(--g-color-2);
    }

    .btn.btn-color-black:hover .stroke {
        stroke: white;
    }

    /*#endregion*/

}

@media (min-width: 576px) and (max-width: 991px) {
    #description-tabs .tab .buttons .btn {
        min-width: calc(50% - 34px)
    }
}


@media (min-width: 1400px) {
    #description-tabs .tab .buttons {
        position: absolute;
        left: 55px;
        bottom: -62px;
        justify-content: center !important;
    }

    #description-tabs .tab .buttons .btn {
        text-decoration: underline;
    }
}

@media (min-width: 1400px) and (max-width: 1699px) {
    #description-tabs .tab .buttons {
        left: calc(-20px + (100vw - 1400px) * 0.2566667); /* rozdíl mezi -22 a 55 je 77. 77 / (1700 - 1400) = 0,2566667*/
    }
}

section#about {
    background-image: url('/_data/styly/zakoturcin/img/web/hlinik_1800x702.jpg?v2');
    font-size: 18px;
    color: #181818;
}

section#about p {
    line-height: 1.7;
    font-size: 19px;
    font-weight: 500;
}

section#about .container .row {
    padding: 0 0;
    flex-wrap: nowrap;
}

section#about .col-image {
    overflow: hidden;
}

section#about .col-image .image-mobile {
    max-width: 120%;
    margin-left: -10%;
}

@media (min-width: 576px) {
    section#about .col-image {
        overflow: unset;
    }

    section#about .col-image .image-mobile {
        max-width: 100%;
        margin-left: 0;
    }
}

section#about .col-desc {
    padding-right: var(--layout-pad);
    padding-top: 56px;
    padding-left: 92px;
}

section#about p + p {
    margin-top: 40px;
}

section#about .homepage-main-btn-container {
    padding-top: 30px;
}

section#about .homepage-main-btn {
    justify-content: space-between;
    min-width: 196px;
    gap: 12px;
}


@media (min-width: 576px) {
    section#about .homepage-main-btn {
        justify-content: center;
    }
}

/******* debug ***********/

#breakpoints {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;

}

#breakpoints:after {
    padding: 0.25rem 0.75rem;
    font-weight: 700;
    color: #000;
    content: 'XS  < 576 px';
    background: red;
}

@media (min-width: 576px) and (max-width: 768px) {
    #breakpoints:after {
        content: 'SM  576 - 768 px';
        background: orange;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #breakpoints:after {
        content: 'MD  768 - 992 px';
        background: yellow;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #breakpoints:after {
        content: 'LG  992 - 1200px';
        background: lime;
    }
}

@media (min-width: 1200px) {
    #breakpoints:after {
        content: 'XL  > 1200 px';
        background: green;
        color: white;
    }
}


/* VODITKA */
/*
#top-bar > .container,
#top-bar > .container > .row{
    position: relative;
    z-index:9999;
}
#top-bar > .container:before {
    content: '';
    height: 9999px;
    border-left: 1px dashed lightblue;
    position: absolute;
    z-index:9999;
    top: 0;
    left: 15px;
}
#top-bar > .container:after {
    content: '';
    height: 9999px;
    border-right: 1px dashed lightblue;
    position: absolute;
    z-index:9999;
    top: 0;
    right: 15px;
}
#top-bar > .container > .row:before {
    content: '';
    height: 9999px;
    border-left: 1px dotted lightblue;
    position: absolute;
    z-index:9999;
    top: 0;
    left: 210px;
}
#top-bar > .container > .row:after {
    content: '';
    height: 9999px;
    border-right: 1px dotted lightblue;
    position: absolute;
    z-index:9999;
    top: 0;
    right: 210px;
}
*/
/** TOGGLE NAVRH */

#navrh {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99990;
}

#navrh label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    display: flex;
    cursor: pointer;
}

#navrh label span {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99999;
    padding: 5px 15px;
    background: gold;
}

#navrh label input {
    display: none;
}

#navrh input + span:before {
    white-space: nowrap;
    content: 'Zobrazit návrh';
}

#navrh input:checked + span:before {
    content: 'Nezobrazovat návrh';
}

#navrh input + span + img {
    display: none;
}

#navrh input:checked + span + img {
    display: block;
    opacity: 0.5;
    filter: grayscale(100%);
}


/********* RESPONSIVE **************/

@media (max-width: 1650px) {

    #footer > .container,
    #footer .footer-bottom-info .col,
    section#whyus .col,
    section#about .col-image,
    section#about .col-desc {
        padding-left: 15px;
        padding-right: 15px;
    }

}

#description-nav li {
    display: flex;
    width: 100%;
}


/*@media (max-width: 991px) {*/
/*    #description-nav li {*/
/*        flex: 1 1 30%;*/
/*    }*/
/*}*/

@media (min-width: 576px) {
    #description-nav li {
        display: list-item;
        width: unset;
    }
}

@media (max-width: 1200px) {
    section#about .container .row {
        flex-direction: column;
    }

    section#about .col-image {
        text-align: center;
    }

    section#whyus .moto {
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: 1rem;
    }

}


@media (max-width: 768px) {

    body.rub-nebo-zbozi {
        padding-top: 60px;
    }


    #top-bar .header-top-nav,
    #top-bar .header-top-logo,
    #top-bar #menu-desktop,
    #top-bar .header-tojezako-logo {
        display: none;
    }

    #menu-mobile .header-top-nav,
    #menu-mobile .header-top-logo,
    #menu-mobile .header-tojezako-logo {
        display: block;
    }

    #menu-mobile .header-tojezako-logo img {
        width: 35px;
    }

    #top-bar #menu-mobile {
        display: flex;
        width: 100%;
        height: 72px;
    }


    #menu-mobile .header-top-logo {
        width: auto;
        height: 100%;
    }

    #menu-mobile .col-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
    }

    #menu-mobile .col-menu .toggle-navigation {
        position: relative;
        right: -9px;
    }
}


/*#endregion timeline-experience.blade.php */

/*#region homepage__static-image-top */
#homepage__static-image-top {
    background: #014376;

    overflow: hidden;
    position: relative;

    .col-6 {
        height: 590px;
    }

    @media (max-width: 991px) {
        & {
            display: flex;
            flex-direction: column-reverse;
        }
    }

    .nav-wrapper {
        margin-top: 0;
        position: relative;
        margin-bottom: 0;
        padding: 20px 0 34px;
    }

    @media (min-width: 992px) {
        .nav-wrapper {
            padding-top: 36px;
        }
    }

    .js_homeapge__init_hidden {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }

    .nav-text {
        height: 168px;
        background: rgba(255, 255, 255, 0.5);
        font-size: 32px;
        color: #004677;
        font-weight: 800;
        padding: 20px 22px 15px 22px;
        line-height: 28px;
        position: relative;
        z-index: 8;
    }

    .nav-text span {
        opacity: 0.73;
        line-height: 38px;
    }

    .nav-item-wrapper {
        position: relative;
        background: rgb(1 68 116 / 30%);
        z-index: 8;
    }

    .nav-item a {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding-left: 20px;
        padding-right: 20px;
        z-index: 9;
        position: relative;
        background: #004677;
        text-decoration: none;
        padding-top: 4px;
        padding-bottom: 5px;
    }

    .nav-item a span {
        z-index: 999;
        position: relative;
        color: white;
        text-transform: uppercase;
        font-size: 28px;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }


    .nav-item a:hover span {
        color: #004677;
    }

    .bg-lines-stripes-left {
        position: absolute;
        height: 100%;
        top: 0;
        width: 100vw;
        left: 0;
        background: url('/_data/styly/zakoturcin/img/web/stripes.png');
        background-size: cover;
        background-repeat-y: no-repeat;
        z-index: 1;
        opacity: 0.1;
    }


    .bg-lines-stripes-right {
        position: absolute;
        height: 100%;
        top: 0;
        width: 100vw;
        left: calc(100% + 30px);
        background: url('/_data/styly/zakoturcin/img/web/stripes.png');
        background-size: cover;
        background-repeat-y: no-repeat;
        z-index: 1;
        mask-image: -webkit-gradient(linear, right top, left top, color-stop(35%, transparent), color-stop(65%, black));
        mask-image: linear-gradient(to left, transparent 35%, black 65%);
        -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(35%, transparent), color-stop(65%, black));
        -webkit-mask-image: linear-gradient(to left, transparent 35%, black 65%);
        opacity: 0.1;
    }

    .bg-lines-volume {
        position: relative;
        height: 30px;
        width: 100vw;
        left: 0;
        z-index: 1;
        background-repeat: repeat no-repeat;
        background-position: center;
        background-image: url("/_data/styly/zakoturcin/img/web/home_modra_linka_patern.png");
        background-size: auto;
        bottom: 28px;
    }

    .nav-item a {
        background-color: transparent;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }


    .nav-item a:hover:before {
        height: 500%;
    }


    .nav-item a:before {
        content: "";
        top: 50%;
        left: 50%;
        width: 250%;
        height: 0;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
        transform: translate3d(-50%, -50%, 0) rotate(45deg);
        -webkit-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s;
        display: block;
        position: absolute;
        background-color: #fff;
    }
}

/*#endregion homepage__static-image-top */

/*#region header-menu */
#header-menu {

    .header-menu-wrapper {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0;
        margin: 0;
        padding: 0;
        height: 90px;
        top: 0;
        transition: height 0.3s linear;
    }

    .header-menu-wrapper.active:after {
        opacity: 1;
    }

    .header-menu-wrapper .menu-visible-items .nav-item,
    .nav-item.menu-group-greedy {
        display: inline-flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    .header-menu-wrapper .menu-visible-items .nav-item i.caret-down {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 12px solid #ffffff;
        top: 3px;
        position: relative;
        margin-left: 1px;
    }

    .header-menu-wrapper .menu-visible-items .nav-item[data-id="14"] {
        background: white;
        margin-left: 14px;
        margin-right: 14px;
        padding-left: 2px;
        padding-right: 2px;
    }

    .header-menu-wrapper .menu-visible-items .nav-item[data-id="14"] > a {
        color: black;
    }

    .header-menu-wrapper .menu-visible-items .nav-item[data-id="14"]:before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% + 4px);
        background: #ffffff;
        top: 0;
    }

    .header-menu-wrapper .menu-visible-items .nav-item > a,
    .nav-item.menu-group-greedy > a {
        z-index: 99;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        height: 2rem;
        font-weight: 500;
        font-size: 1rem;
        padding: 0 15px;
        color: white;
    }

    @media (min-width: 1300px) {
        .header-menu-wrapper .menu-visible-items .nav-item > a,
        .nav-item.menu-group-greedy > a {
            font-size: 19px;
            padding: 0 15px;
        }
    }

    @media (min-width: 1700px) {
        .header-menu-wrapper .menu-visible-items .nav-item > a,
        .nav-item.menu-group-greedy > a {
            font-size: 20px;
            padding: 0 26px;
        }
    }


    .header-menu-wrapper .menu-visible-items .nav-item > a:hover,
    .nav-item.menu-group-greedy > a:hover {
        color: var(--g-color-ligh-blue);
    }

    .menu-visible-items .nav-item a {
        text-decoration: none;
    }


    .header-menu-wrapper .menu-visible-items .nav-item-symbol {
        z-index: 99;
    }

    .nav-item .icon_opening {
        width: 1px;
        padding-right: 10px;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        color: white;
    }

    .nav-item:hover .icon_opening {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }


    /*#region Submenu na pro desktop */

    .submenu-level-1 {
        position: absolute;
        left: 0;
        top: calc(100% - 20px);
        z-index: -1;
        opacity: 0;
        pointer-events: none;
        padding-top: 35px;
        transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
        padding-bottom: 15px;
    }


    .greedyHiddenLinks.submenu-level-1 {
        min-width: unset;
    }

    .submenu-level-1 .header-ico-container {
        min-width: 240px;
    }

    @media (min-width: 992px) {
        .submenu-level-1 .header-ico-container {
            min-width: 330px;
        }
    }

    @media (min-width: 1200px) {
        .submenu-level-1 .header-ico-container {
            min-width: 440px;
        }
    }


    .submenu-level-1 .header-menu__submenu-background {
        background: #fff;
    }

    .nav-item:hover > .submenu-level-1 {
        z-index: 99;
        opacity: 1;
        pointer-events: all;
    }

    .submenu-level-1 a {
        display: list-item;
        margin-left: 52px;
        list-style: disc;
        font-size: 1rem;
        text-align: left;
        -webkit-transition: 0.1s font-weight ease-in-out;
        -o-transition: 0.1s font-weight ease-in-out;
        transition: 0.1s font-weight ease-in-out;
        font-weight: 500;
        padding-right: 20px;
        color: black;
        padding-top: .5rem;
        padding-bottom: .5rem;
        white-space: nowrap;
        z-index: 999;
    }

    .submenu-level-1 a::marker {
        color: var(--g-color-1);
    }

    @media (min-width: 1300px) {
        .submenu-level-1 a {
            font-size: 1.125rem;
        }
    }

    .submenu-level-1 a:hover {
        font-weight: bold;
    }


    .base-layer-bg {
        z-index: -1;
        background-image: linear-gradient(180deg, transparent 20px, white 20px);
        top: 0;
        box-shadow: 0 68px 85px rgba(0, 0, 0, 0.2);
    }

    .header-menu__submenu-bg {
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
        position: absolute;
        opacity: 0;
        top: 0;
        right: 0;
        max-height: 100%;
        -webkit-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
        z-index: 9;
    }

    .greedy-hidden-items {
        z-index: 9;
    }

    /*#endregion Submenu na pro desktop */
}

@media (min-width: 768px) {

    #top-bar-sticky-wrapper {
        height: 150px !important;
    }


    #top-bar-sticky-wrapper.is-sticky {
        height: 95px;
    }
}

#top-bar-sticky-wrapper.is-sticky #header-menu {

    .header-menu-wrapper {
        height: 95px;
    }

    .nav-item > .submenu.submenu-level-1 {
        top: calc(100% - 30px)
    }
}

/*#endregion header-menu */

/*#region language-selector-template-1 */
#header-menu .language-selector-template-1 .flag-switch-container {
    top: 82px;
}

#header-top-mobile-bar-template-1 .language-selector-template-1 .flag-switch-container {
    top: 34px;
}

.language-selector-template-1 {

    .flag-switch-container {
        position: absolute;
        left: -12px;
        background: white;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease-in-out;
        padding: 6px 0;
    }

    &:hover .flag-switch-container {
        opacity: 1;
        pointer-events: all;
        z-index: 999;
    }

    .lang-row {
        padding: 7px 16px;
        background-color: white;
        transition: background-color 0.3s ease-in-out;
    }

    .lang-row:hover {
        background-color: rgba(var(--g-color-1-rgb), 0.4);
    }

    .current-title {
        color: white;
        cursor: pointer;
        font-weight: 500;
        font-size: 19px;
    }

    @media (min-width: 1700px) {
        .current-title {
            font-size: 1.375rem;
        }
    }

    .title {
        color: black;
        transition: color 0.3s ease-in-out;
    }

    .lang-row:hover .title {
        color: var(--g-color-2);
    }

    .lang-arrow {
        color: var(--g-color-1);
        transition: transform 0.4s ease-in-out;
    }

    &:hover .lang-arrow {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

#top-bar-sticky-wrapper.is-sticky .language-selector-template-1 {
    .flag-switch-container {
        top: 55px;
    }
}

#menu-mobile .language-selector-template-1 .flag-switch-container {
    top: 60px;
}

.ckeditor_body .ckeditor-m0,
.ckeditor_body .wysiwyg-m0 {
    margin: 0 !important;
}


/*#endregion language-selector-template-1 */

.module-wysiwyg1 #faq-accordion, .module-wysiwyg2 #faq-accordion, .module-wysiwyg3 #faq-accordion,
.CSS1Compat #faq-accordion, .CSS2Compat #faq-accordion, .CSS3Compat #faq-accordion {

    @media (min-width: 992px) {
        & {
            padding-right: 2rem;
        }
    }

    .card {
        border: none;
    }

    .card:not(:last-child) {
        border-bottom: 1px solid #a2d6fe;
    }

    .card-header {
        padding: 0;
        background-color: transparent;
        border: none;
    }

    .accordion-control {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 0.5rem 1.5rem 0.5rem;
        background-color: #e6f8fe;
        transition: background-color 0.3s ease-in-out;
        position: relative;
        gap: 1rem;
    }

    @media (min-width: 576px) {
        .accordion-control {
            padding: 1rem 2rem 1.5rem 2rem;
        }
    }

    @media (min-width: 992px) {
        .accordion-control {
            padding: 1rem 2rem 1rem 2rem;
        }
    }

    .accordion-control.collapsed {
        background-color: white;
    }

    .accordion-control:after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #e6f8fe;
        opacity: 1;
        transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
        z-index: 0;
    }

    .accordion-control.collapsed:after {
        opacity: 0;
        bottom: 5px;
    }

    .accordion-control .accordion-arrow {
        display: flex; /* pro správnou rotaci*/
        width: 20px; /* pro správnou rotaci*/
        font-size: 32px;
        position: relative;
        top: 2px;
        color: var(--g-color-1);
        transform: rotateZ(180deg);
        transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    }

    .accordion-control.collapsed .accordion-arrow {
        transform: rotateZ(0);
        color: var(--g-color-2);
    }

    .title-container {
        display: flex;
        align-items: center;
    }

    .accordion-control .title-container .title {
        font-weight: 500;
        font-size: 26px;
        color: var(--g-color-2);
        transition: color 0.3s ease-in-out;
    }

    @media (min-width: 992px) {
        .accordion-control .title-container .title {
            font-size: 28px;
        }
    }

    .accordion-control.collapsed .title-container .title {
        color: var(--g-color-1-darker);
    }

    .ico-controller {
        font-weight: bold;
        font-size: 11px;
        width: 26px;
        height: 26px;
        line-height: 50px;
        text-align: center;
        color: white;
        background-color: var(--g-color-1);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        -webkit-mask-position: center;
        mask-image: url('/_data/styly/svg/gear-wheel.svg');
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        margin-right: 20px;
        min-width: 40px;
        transition: background-color 0.3s ease-in-out;
    }

    .accordion-control.collapsed .ico-controller {
        background-color: var(--g-color-2);
    }

    .card-body {
        padding: 3rem 0 2rem 0;
    }
}


.default-template-container {
    padding-top: 3.75rem;
}


.home-page #formModal .modal-dialog,
.home-page #formGoogleTeams .modal-dialog {
    margin-top: 120px;
}

.rub-nebo-zbozi #formModal .modal-dialog,
.rub-nebo-zbozi #formGoogleTeams .modal-dialog {
    /*margin-top: 175px;*/ /* nevím, proč jsem to tam dával, ale dělá to děsný odstup */
}


/*#region TIMELINE PRO PŘEDSTAVENÍ ZAKO */
.timeline-style_141 {

    .timeline-item {
        display: flex;
    }

    .timeline-item:nth-child(even) {
        flex-direction: row;
    }

    .timeline-item:nth-child(odd) {
        flex-direction: row;
    }

    @media (min-width: 992px) {
        .timeline-item:nth-child(odd) {
            flex-direction: row-reverse;
        }
    }

    .timeline-item .timeline-header {
        font-size: 20px;
        font-weight: bold;
        text-orientation: revert;
        writing-mode: vertical-rl;
        display: flex;
        justify-content: center;
        width: 40px;
        min-height: 140px;
        padding: 6px;
    }

    @media (min-width: 992px) {
        .timeline-item .timeline-header {
            width: calc(50% - 5px);
        }
    }

    .timeline-item:nth-child(even) .timeline-header {
        align-items: flex-start;
    }

    .timeline-item:nth-child(odd) .timeline-header {
        align-items: flex-start;
    }

    @media (min-width: 992px) {
        .timeline-item:nth-child(odd) .timeline-header {
            align-items: flex-end;
        }
    }

    .timeline-item .timeline-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
        padding: 0.5rem 2rem;
        position: relative;
        justify-content: center;
    }

    @media (min-width: 992px) {
        .timeline-item .timeline-content {
            width: 50%; /* pro roztáhnutí na celý col-9 */
            /*width: 440px;*/ /* pokud je to na col-12, ale moc široké */
        }
    }

    .timeline-item .timeline-content:before {
        content: "";
        width: calc(100% + var(--g-deco-offset));
        height: 2px;
        background: black;
        position: absolute;
        top: 0;
    }

    .timeline-item:nth-child(even) .timeline-content:before {
        right: unset;
        left: calc(var(--g-deco-offset) * -1);
    }

    @media (min-width: 992px) {
        right: 0;
    }

    .timeline-item:nth-child(odd) .timeline-content:before {
        left: calc(var(--g-deco-offset) * -1);
    }

    @media (min-width: 992px) {
        .timeline-item:nth-child(odd) .timeline-content:before {
            left: 0;
        }
    }

    .timeline-item .timeline-content:after {
        content: "";
        width: 6px;
        height: 6px;
        background: black;
        position: absolute;
        top: -2px;
        border-radius: 50%;
    }

    .timeline-item:nth-child(even) .timeline-content:after {
        left: calc(var(--g-deco-offset) * -1);
    }

    .timeline-item:nth-child(odd) .timeline-content:after {
        left: calc(var(--g-deco-offset) * -1);
    }

    @media (min-width: 992px) {
        .timeline-item:nth-child(odd) .timeline-content:after {
            left: unset;
            right: calc(var(--g-deco-offset) * -1);
        }
    }

    .timeline-item .decoline {
        display: flex;
        align-items: stretch;
        flex: 0 0 10px;
    }


    .timeline-item:nth-child(4n+1) .decoline {
        background-color: #000; /* černá – 1,5,9,... */
    }

    .timeline-item:nth-child(4n+2) .decoline,
    .timeline-item:nth-child(4n+4) .decoline {
        background-color: var(--g-color-2); /* tmavě modrá – 2,4,6,8,... */
    }

    .timeline-item:nth-child(4n+3) .decoline {
        background-color: var(--g-color-1); /* světle modrá – 3,7,11,... */
    }


    .timeline-item .timeline-content .header {
        font-size: 18px;
        font-weight: bold;
    }

    .timeline-item .timeline-content p {
        margin-bottom: 0;
    }
}

/*#endregion TIMELINE PRO PŘEDSTAVENÍ ZAKO */


#formAccordion .card {
    border: none;
}

#central-body {
    #category-header {
        & {
            display: flex;
            flex-direction: column-reverse;
            position: relative;
        }

        @media (min-width: 992px) {
            & {
                display: flex;
                flex-direction: row;
            }
        }

        .col-left {
            flex: 0 0 100%;
            max-width: 100%;
            padding-left: 45px;
            padding-right: 45px;
            padding-top: 50px;
            z-index: 999;
        }

        @media (min-width: 992px) {
            .col-left {
                flex: 0 0 45%;
                max-width: 45%;
                padding-top: 66px;
            }
        }

        @media (min-width: 1300px) {
            .col-left {
                flex: 0 0 calc(50% - clamp(12px, calc(213 / 1920 * 100vw), 213px));
                max-width: calc(50% - clamp(12px, calc(213 / 1920 * 100vw), 213px));
                padding-left: clamp(45px, calc(22.58vw - 248.54px), 185px);
                padding-top: 66px;
                padding-right: 65px;
            }
        }

        @media (min-width: 992px) {
            .col-right {
                flex: 1 1 55%;
                max-width: 55%;
            }
        }
        @media (min-width: 1300px) {
            .col-right {
                flex: 0 0 calc(50% + clamp(12px, calc(213 / 1920 * 100vw), 213px));
                max-width: calc(50% + clamp(12px, calc(213 / 1920 * 100vw), 213px));
            }
        }

        .title {
            line-height: 1.1;
        }

        @media (min-width: 992px) {
            .sub-title {
                margin-bottom: 0;
            }
        }

        .header-content {
            font-weight: 500;
            line-height: 1.8;
            padding-bottom: 80px;
            margin-top: clamp(12px, calc(62 / 1920 * 100vw), 62px);
        }

        @media (min-width: 992px) {
            &:before {
                content: "";
                position: absolute;
                z-index: 9;
                bottom: 0px;
                width: 100%;
                height: 40px;
                background-size: cover;
                background: url('/_data/styly/zakoturcin/img/web/header-ruller.png') center;
            }

            &:after {
                content: "";
                position: absolute;
                z-index: -1;
                bottom: 45px;
                width: 30%;
                height: 125px;
                background-size: cover;
                background: url('/_data/styly/zakoturcin/img/web/header-drill.svg') right center;
                background-repeat: no-repeat;
            }
        }

        .category-icon img {
            max-height: 400px;
            width: 100%;
            object-fit: cover;
            aspect-ratio: 1165 / 723;
        }

        @media (min-width: 992px) {
            .category-icon img {
                max-height: unset;
            }
        }

    }
}

/*#region Category teaser*/
@media (min-width: 992px) {
    #category-teaser .slick-list {
        overflow: visible;
    }
}

#category-teaser {

    &:not(.slick-initialized) .slide-item:not(:first-child) {
        display: none;
    }

    &:not(.slick-initialized) .slide-item:first-child {
        visibility: hidden;
        width: 400px;
    }

    & {
        margin-top: 20px;
        margin-bottom: clamp(32px, calc(112 / 1920 * 100vw), 112px);
    }

    .slide-item {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0 20px;
        text-align: center;
    }

    @media (min-width: 992px) {
        .slide-item {
            padding: 0 clamp(60px, calc(40 / 1920 * 100vw), 100px) 0 0;
        }
    }

    .slide-item img {
        height: clamp(100px, calc(170 / 1920 * 100vw), 170px);
    }

    .teaser-title {
        font-size: clamp(18px, calc(30 / 1920 * 100vw), 30px);
        line-height: 1.2;
        margin-top: clamp(0px, calc(20 / 1920 * 100vw), 46px);
        font-weight: 800;
        margin-bottom: clamp(12px, calc(35 / 1920 * 100vw), 35px);
    }

    .teaser-description {
        font-size: clamp(16px, calc(19 / 1920 * 100vw), 19px);
        line-height: 1.8;
    }
}

/*#endregion Category teaser*/

#category-virtual-tour {
    background-color: #50c0f2;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {
    .ruler-bg-effect {
        position: relative;
    }

    .ruler-bg-effect:after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 0;
        height: 28px;
        background: url(/_data/styly/zakoturcin/img/web/bg-ruller-effect.webp) no-repeat left / cover;
        width: 100%;
        z-index: -1;
    }
}

#central-body {
    .effects.right-screw-effect,
    .effects.right-top-screw-effect,
    .effects.right-bottom-screw-effect,
    .effects.left-bottom-screw-effect,
    .effects.centrum-povrchovych-uprav-screw,
    .effects.montazni-celky-screw {
        position: relative;
    }

    @media (min-width: 992px) {
        .effects.right-screw-effect:after,
        .effects.right-top-screw-effect:after,
        .effects.right-bottom-screw-effect:after,
        .effects.left-bottom-screw-effect:before,
        .effects.centrum-povrchovych-uprav-screw:after,
        .effects.montazni-celky-screw:after {
            content: "";
            position: absolute;
            height: clamp(100px, calc(125 / 1920 * 100vw), 125px);
            background: url(/_data/styly/zakoturcin/img/web/header-drill.svg) no-repeat;
            background-size: cover;
            z-index: -1;
        }

        .effects.right-screw-effect:after {
            bottom: 0;
            right: 0;
            background-position: left;
            width: 33.5%;
        }

        .effects.right-top-screw-effect:after {
            top: 0;
            right: 0;
            background-position: left;
            width: 33.5%;
        }
        .effects.right-bottom-screw-effect:after {
            top: 0;
            right: 0;
            background-position: left;
            width: 33.5%;
        }

        .effects.centrum-povrchovych-uprav-screw:after {
            top: 90px;
            right: 0;
            background-position: left;
            width: 21.5%;
        }

        .effects.montazni-celky-screw:after {
            bottom: 125px;
            left: 0;
            background-position: right;
            width: 23.5%;
        }

        .effects.left-bottom-screw-effect:before {
            bottom: -50px;
            left: 0;
            background-position: right;
            width: 23.5%;
        }

        .effects.jak-probiha-zakazka-grey-box {
            background-color: grey;
            background-size: 300px 100%;
            background-position: top;

        }
    }
}

.category-buttons .link_poptat_sluzbu:hover {
    background: white;
    color: var(--g-color-dark-blue-on-white);
}

.category-buttons .link_strojni_park:hover {
    background: var(--g-color-dark-blue-on-white);
    color: white;
}

#formContainerModal {
    .h2 {
        font-size: clamp(22px, calc(29 / 1920 * 100vw), 29px) !important;
    }
    .h3{
        color: var(--g-color-ligh-blue);
        margin-top: 15px;
    }
}
