:root {
    --wpforms-field-border-radius: 3px;
    --wpforms-field-border-style: solid;
    --wpforms-field-border-size: 1px;
    --wpforms-field-background-color: #ffffff;
    --wpforms-field-border-color: rgba(0, 0, 0, 0.25);
    --wpforms-field-border-color-spare: rgba(0, 0, 0, 0.25);
    --wpforms-field-text-color: rgba(0, 0, 0, 0.7);
    --wpforms-field-menu-color: #ffffff;
    --wpforms-label-color: rgba(0, 0, 0, 0.85);
    --wpforms-label-sublabel-color: rgba(0, 0, 0, 0.55);
    --wpforms-label-error-color: #d63637;
    --wpforms-button-border-radius: 3px;
    --wpforms-button-border-style: none;
    --wpforms-button-border-size: 1px;
    --wpforms-button-background-color: #066aab;
    --wpforms-button-border-color: #066aab;
    --wpforms-button-text-color: #ffffff;
    --wpforms-page-break-color: #066aab;
    --wpforms-background-image: none;
    --wpforms-background-position: center center;
    --wpforms-background-repeat: no-repeat;
    --wpforms-background-size: cover;
    --wpforms-background-width: 100px;
    --wpforms-background-height: 100px;
    --wpforms-background-color: rgba(0, 0, 0, 0);
    --wpforms-background-url: none;
    --wpforms-container-padding: 0px;
    --wpforms-container-border-style: none;
    --wpforms-container-border-width: 1px;
    --wpforms-container-border-color: #000000;
    --wpforms-container-border-radius: 3px;
    --wpforms-field-size-input-height: 43px;
    --wpforms-field-size-input-spacing: 15px;
    --wpforms-field-size-font-size: 16px;
    --wpforms-field-size-line-height: 19px;
    --wpforms-field-size-padding-h: 14px;
    --wpforms-field-size-checkbox-size: 16px;
    --wpforms-field-size-sublabel-spacing: 5px;
    --wpforms-field-size-icon-size: 1;
    --wpforms-label-size-font-size: 16px;
    --wpforms-label-size-line-height: 19px;
    --wpforms-label-size-sublabel-font-size: 14px;
    --wpforms-label-size-sublabel-line-height: 17px;
    --wpforms-button-size-font-size: 17px;
    --wpforms-button-size-height: 41px;
    --wpforms-button-size-padding-h: 15px;
    --wpforms-button-size-margin-top: 10px;
    --wpforms-container-shadow-size-box-shadow: none;
}

html, body  {
    overflow-x: hidden;
    scroll-behavior: smooth;
    min-height: 100vh;

}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;


    font-family: "Inter", sans-serif;


}

body {

}

@media screen and (max-width: 960px) {

    body {
        display: flex;
        flex-direction: column;
    }


}
.menu ul li {
    padding: 0 20px;
}
.menu ul li a {
    padding: 12px;
    display: inline-block;
    font-size: 12px;
}



.menu ul .sub-menu {
    display: none;
    position: relative;
}


.flexy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-col {

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


header, section, footer {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}



@media (min-width: 960px) {

    header, section, footer {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    header > div,  section > div , footer  > div {

    }

    .menu-item-has-children:hover > ul {
        display: block;
        position: absolute;
        display: block !important;
        position: absolute;
        background-color: white;
        z-index: 10000;
        min-width: 240px;
    }


}

header > div,  section > div , footer  > div {
    width: 100%;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}


header {
    position: relative;
    padding: 0;
    background: #F5F7FA;
}



header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;



}
/*
header .inner:before {
    content: '';
    background:rgb(233, 233, 234);
    height: 100%;
    position: absolute;
    left: 100%;
    min-width: 100vw;
}
*/
.menu-item-has-children {
    position: relative;
}

.menu-item-has-children   ul {

}

  li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: .4em;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2B66A9;
}
.menu a {
    position: relative;
}



.menu-item.current-menu-item a,
.menu ul li.menu-item-has-children  ul li a {

    color: #7E7978;
}

.current-menu-item:after {
    content: '';

    height: 2px;
    width: 100%;
    left: 0;
    background-color: #7e797845;
    z-index: 2;

    display: block;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function:
            cubic-bezier(0.58, 0.3, 0.005, 1);
    transition-timing-function:
            cubic-bezier(0.58, 0.3, 0.005, 1);
}


.menu ul {

    margin-right: 20px;
}

.menu ul li a {
    color: black;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 400 !important;
}



@media (min-width: 720px) {
    .menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;

    }

    header {
        padding-bottom: 0;
        margin-bottom: 50px;
    }

    .home .top .button_common {
        margin-left: 10px;
    }



}


.home video {
    border-radius: 20px;
}

@media (max-width: 960px) {

  .menu-hlavni-menu-container,
    .quick_kontact {
        display: none ;
    }

    .quick_kontact {
        display: none !important;
    }
    .menu ul {
        z-index: 1000;
        background: white;
    }
    .menu.active  .menu-hlavni-menu-container {
        position: fixed;
        display: flex;
        flex-direction: column;
        right: 0;
        background: white;
        z-index: 110000000;
        top:0px;
    }

    /*
    .menu.active  .menu-hlavni-menu-container:before {
        content: '';
        position: fixed;
        background-color: rgba(0, 0, 0, .8);
        justify-content: flex-end;
        align-items: flex-start;
        pointer-events: all;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }
    */
    .menu ul li a {
        text-transform: none;
    }
    .menu.active  .menu-hlavni-menu-container  .sub-menu {
     display: block;
        padding-left: 20px;
    }

    .hamburger_area {
        margin: 0;
        padding: 3px 0 0;
        vertical-align: bottom;
        min-width: 30px;
        display: inline-block;
        -webkit-transition: width 250ms
        ease-in;
        -o-transition: width 250ms ease-in;
        transition: width 250ms
        ease-in;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        z-index: 1;
        right: 0;
        top: 4px;
        height: 22px;
    }
    .hamburger_area span {
        background: #fff;
        display: block;
        height: 4px;
        margin: 3px 1px 13px;
        position: relative;
        -o-transition: transform 0.2s;
        -webkit-transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        width: 50px;
    }

    .top .inner {
        flex-direction: column;
    }
    .top .left {
        padding: 60px 0 20px 0;
    }

    .top_bracket {
        flex-wrap: wrap;
    }

    .thirds {
        flex-direction: column;
    }

    footer {
        padding-bottom: 80px !important;
    }

    #menu-hlavni-menu {
        margin-right: 0;
        padding: 40px;
    }
}

#mob_menu {
    display: none;
    text-decoration: none;
    color: white;
}


@media (max-width: 960px) {

    #mob_menu {
        display: flex;
        align-items: center;
        padding: 4px 40px;

        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 10000;
        background: #2B66A9;
    }



    .hamburger_area {
        margin: 0;
        padding: 0;
        vertical-align: bottom;
        min-width: 30px;
        display: inline-block;
        -webkit-transition: width 250ms ease-in;
        -o-transition: width 250ms ease-in;
        transition: width 250ms ease-in;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        z-index: 1;
        right: 0px;
        top: 4px;
        height: 22px;
        padding-top: 6px;
        margin-right: 20px;
        padding-bottom: 6px;

        background: transparent;
    }

    .hamburger_area span {
        background: white;
        display: block;
        height: 4px;
        margin: 2px 1px 4px;
        position: relative;
        -o-transition: transform .2s;
        -webkit-transition: transform .2s;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;

        width: 30px;
    }
    .mob_menu  p {
        color: white;
    }


    nav.btn-bar {
        display: none;
    }


    nav.btn-bar.active{

        display: flex;
        position: fixed;
        flex-direction: column;
        z-index: 10000;
        border: 0;
        right: 0;
        bottom: 0;
        animation-name: frombot;
        animation-duration: .4s;
        z-index: 1;
        top: 0;
        left: 0;
    }
    nav.btn-bar.active .flexy {
        flex-direction: column;
    }
    @keyframes frombot {
        from {transform: translateY(100%);}
        to {transform: translateY(0%);}
    }


    #mob_menu.active {
        bottom: -100%;
        animation-name: tombot;
        animation-duration: .4s;
        z-index: 10;
    }
    @keyframes tombot {
        from {transform: translateY(0%);}
        to {transform: translateY(100%);}
    }



}


@media (min-width: 960px) {
    main .top .inner > div {
        flex: 1;
        max-width: 50%;
    }


    .top .left {
        padding: 20px 40px 20px 0;
    }

    .item {
        min-width: calc(33.3% - 15px);
        max-width: calc(33.3% - 20px);
    }

}
.quick_kontact,
.button_common {
    /* background-color: #4A90E2 ; */
   background-color: #313368 ;
    color:white;
    text-decoration: none;
    border-radius: 8px;
    padding: 11px 24px;
    display: flex;
    align-items: center;
    color:white;
}
.quick_kontact svg {
    height: 20px;
}

svg {
    fill: white;
    margin-right: 10px;
}

.right img {
    width: 440px;
    height: 340px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
    margin-top: 20px;
}


h1 {

    font-family: "Lexend", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: #000000;

}

.top_bracket {
    margin: 40px 0 ;

    border-radius: 10px;
}


.top_bracket > div {
    flex: 1;
    border-radius: 20px 20px 20px 20px;
    border: 2px solid rgb(43, 102, 169) ;
    margin: 10px;
    padding: 10px 20px;
    background-color: #F5F7FA;
}
h2 {

    color: #2B66A9;
    font-weight: 800;
    font-family: "Lexend", Sans-serif;
}
.top_bracket p {
font-size: 12px;
    line-height: 18px;

}

header .inner {
    position: relative;
}
header .inner:after {
    content: '';
    height: 1px;
    background-color:#653D00;
    min-width: 100vw;
    display: block;
    left: 0 ;
    position: absolute;
    top:100%;
}
.top {
    padding-bottom: 40px;
    padding-top: 40px;
}
.top .right {
    justify-content: flex-end;
    display: flex;
}

.radiused {
    border-radius: 20px;
}

.background-blue {
    background-color: #F5F7FA;

    padding-top: 50px;
   padding-bottom: 30px;
}

.background-blue h2 {
    font-family: "Inter", Sans-serif;
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    color: #2B66A9;
    margin-top: 20px;
}

.item {
    position: relative;
    border-radius: 10px;

    min-height: 240px;
    overflow: hidden;
    margin: 10px;
    cursor: pointer;

}

.item:after {
    content: '';
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.item img {

    position: absolute;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

@media (min-width: 960px) {
    .thirds {
        flex: 1;
        margin: 10px -10px 40px -10px;
        justify-content: space-between;
        max-width: 100%;
    }
}
.item {
    display: flex;
}
.item_pop {
    z-index: 100;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;

    min-height: 100%;
}
@media (min-width: 960px) {
    .item_pop {
        z-index: 100;
        position: absolute;
        top: calc(100% - 40px);
        left: 50%;
        transform: translate(-50%, 0%);
        min-width: calc(100% - 40px);
        transition: transform 0.3s ease, top 0.4s ease;
        padding: 0 20px;
    }

}
.item_pop h4 {
    font-family: "Inter", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    color:white;
    text-align: center;
    margin-bottom: 20px;
}

.item_pop p {
    font-family: "Inter", Sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: -0.7px;
    word-spacing: 0px;
    color:white;
    text-align: center;
}
.item:hover .item_pop {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 90%;
    justify-content: center;
}
.item:hover:after {
    background-color: rgba(43, 102, 169, 0.68);
}

.item svg {
    position: absolute;
    right: 5px;
    bottom: 15px;
    width: 20px;
    z-index: 1000;
}


@media (min-width: 960px) {
    .video-section {
        padding-top: 80px;
        padding-bottom: 80px;
        justify-content: space-between;
    }

    .video-section > div {
        flex: 1;
        max-width: 50%;
    }
}
.video-section .right {
    --video-aspect-ratio: 1.33333;
    filter: brightness(95%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    display: flex;
    justify-content: center;

}

@media (max-width: 960px) {
    .video-section {
        flex-direction: column;

    }
}
video {
    max-width: 100%;
}

.video-section h2 {
    font-family: "Lexend", Sans-serif;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;

    color: #000000;
    margin-bottom: 20px;
}


.video-section > .left {
    padding: 20px 40px 20px 0 ;
}
p {
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;

}


.cta h2
{
    font-family: "Lexend", Sans-serif;

    font-weight: 700;
    line-height: 1.2em;
    color: #2B66A9;

    margin-bottom: 20px;
}
.background-blue {
    position: relative;
}
.background-blue:before {
    content: '';
    min-height: 100%;
    min-width: 100vw;
    position: absolute;
    right: 100%;
    display: block;
    background-color: rgb(233, 233, 234);
    top: 0;
}

.between {
    justify-content: space-between;
}
footer {


    padding: 10px 0 20px 0 ;

}

.cta {
    margin-top: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.cta * {
    text-align: center;
}
.cta .flexy {
    justify-content: center;
}
.footer_menu li {
    list-style-type: none;
    padding: 0 10px;

}
footer * {
    font-size: 10px;
    line-height: 12px;
}



.top_page .inner > div {
    flex: 1;
}
.twins .inner {
    box-shadow: 0px 4px 4px #00000012;
    border-radius: 20px;

}

.top_bracket .flex-col h2 {
    margin-bottom: 10px;
}
@media (min-width: 960px) {

    .righty {
        padding: 20px;
    }

    .page-template section {
        padding: 40px 0 ;
    }
}

.page-template h2 {
    margin-bottom: 30px;
}
.page-template h2,
.page-template h1 {
    color: #2B66A9;

    font-size: 28px;
    line-height: 38px;
}

.page-template h1 {
    margin-bottom: 30px;

}


.twins p {
    margin-bottom: 10px;
}

.twins .inner  > div  {
    padding: 20px;
}
.wide > div {
    flex: 1;
}

.on_left {
    background-image: url("images/zinkovanie-process.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    min-height: 520px;

}

iframe {
    min-width: 100%;
    height: 422px;
}
.whitey {
    color: white;
}
.black_back {
          background-color: #000000;
      }

.black_back * {
    color: white;
}

.one svg {
    width:20px;
}

.one ul li {
    list-style-type: none;
}

.on_right .inner > .one {
    flex: 1;
    padding: 20px;
}

.on_right .inner > .one p {
    margin-bottom: 20px;
}
@media (max-width: 960px) {
    .twins .inner {
        flex-direction: column;

    }
}
.page-template-kontakt h1 {
    color: black;
}

.page-template-kontakt .lefty img {
    border-radius: 20px 20px 20px 20px;
}

h1 span {
    color: #3480D6;
}
@media (min-width: 960px) {
.page-template-kontakt .lefty p {
text-align: center;
}

}
.foot_menu {
justify-content: flex-end;
    padding: 20px 0;
    border-top: 1px solid #2B66A9;
    border-bottom: 1px solid #2B66A9;
    margin: 20px 0;
}

.foot_menu  a {
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
}

input[type="text"],
input[type="email"],
select {
    background-color: var(--wpforms-field-background-color);
    background-clip: padding-box;
    border-radius: var(--wpforms-field-border-radius);
  color: black;
    border-width: var(--wpforms-field-border-size);
    border-style: var(--wpforms-field-border-style);
    border-color: var(--wpforms-field-border-color);
    padding: 0 var(--wpforms-field-size-padding-h);
    font-size: var(--wpforms-field-size-font-size);
    line-height: 100%;
    box-shadow: none;
    transition: border 0.15s, box-shadow 0.15s;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding: 10px;
}

input::placeholder {
    color: #00000047;   /* libovolná barva */
    opacity: 1;    /* volitelné – některé prohlížeče snižují průhlednost */
}

input[type="submit"] {
    display: block;
    margin: 20px auto;
    background-color: #2B66A9;
    color: #fff;
    width: 280px;
    height: 50px;
    border-radius: 10px;
    border: none;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.hidden-fields-container {
    border: none;
}
.wpcf7-response-output:empty,
div.wpcf7 .screen-reader-response:empty {
    display: none;
}