/*
Theme Name: vzvtech
Text Domain: vzvtech
*/

:root {
    --accent-red: #FF062F;
    --accent-green: #1BD161;
    --accent-yellow: #FFAE00;
    --dark: #1B1B1B;
    --white: #ffffff;
    --black: #000000;
}

@font-face {
font-family: "Silka";
src: url("/wp-content/themes/vzvtech/fonts/silka-regular-webfont.eot"); /* IE9 Compat Modes */
src: url("/wp-content/themes/vzvtech/fonts/silka-regular-webfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("/wp-content/themes/vzvtech/fonts/silka-regular-webfont.woff2") format("woff2"), /* Super Modern Browsers */
        url("/wp-content/themes/vzvtech/fonts/silka-regular-webfont.woff") format("woff"), /* Pretty Modern Browsers */
        url("/wp-content/themes/vzvtech/fonts/silka-regular-webfont.ttf")  format("truetype"); /* Safari, Android, iOS */
font-weight: 400;
}

@font-face {
font-family: "Silka";
src: url("/wp-content/themes/vzvtech/fonts/silka-medium-webfont.eot"); /* IE9 Compat Modes */
src: url("/wp-content/themes/vzvtech/fonts/silka-medium-webfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("/wp-content/themes/vzvtech/fonts/silka-medium-webfont.woff2") format("woff2"), /* Super Modern Browsers */
        url("/wp-content/themes/vzvtech/fonts/silka-medium-webfont.woff") format("woff"), /* Pretty Modern Browsers */
        url("/wp-content/themes/vzvtech/fonts/silka-medium-webfont.ttf")  format("truetype"); /* Safari, Android, iOS */
font-weight: 500;
}

@font-face {
font-family: "Silka";
src: url("/wp-content/themes/vzvtech/fonts/silka-bold-webfont.eot"); /* IE9 Compat Modes */
src: url("/wp-content/themes/vzvtech/fonts/silka-bold-webfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("/wp-content/themes/vzvtech/fonts/silka-bold-webfont.woff2") format("woff2"), /* Super Modern Browsers */
        url("/wp-content/themes/vzvtech/fonts/silka-bold-webfont.woff") format("woff"), /* Pretty Modern Browsers */
        url("/wp-content/themes/vzvtech/fonts/silka-bold-webfont.ttf")  format("truetype"); /* Safari, Android, iOS */
font-weight: 700;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: var(--accent);
}

button {
outline: 0;
}

ol,ul {
list-style: none;
}

blockquote,q {
quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
content: '';
content: none;
}

q {
display: inline;
font-style: italic;
}

q:before {
content: '"';
font-style: normal;
}

q:after {
content: '"';
font-style: normal;
}

textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"] {
-webkit-appearance: none;
appearance: none;
border-radius: 0;
}

input[type="search"] {
-webkit-appearance: textfield;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

th,td {
padding: 2px;
}

big {
font-size: 120%;
}

small,sup,sub {
font-size: 80%;
}

sup {
vertical-align: super;
}

sub {
vertical-align: sub;
}

dd {
margin-left: 20px;
}

kbd,tt {
font-family: courier;
font-size: 12px;
}

ins {
text-decoration: underline;
}

del,strike,s {
text-decoration: line-through;
}

dt {
font-weight: bold;
}

address,cite,var {
font-style: italic;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}

* {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}

html {
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    font-family: "Silka", sans-serif;
    font-size: 16px;
    background: var(--dark);
    color: #fff;
}

p {
    font-family: "Silka", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #929292;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Silka';
    line-height: 1.1;
    font-weight: 500;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 60px;
}

h2.large {
    font-size: 70px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 16px; 
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark li {
    color: var(--dark);
}

strong {
    font-weight: 700;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.center {
    text-align: center;
}

.btn-primary {
    font-family: 'Silka';
    font-size: 16px;
    line-height: 1;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    padding: 18px 55px 18px 28px;
    color: #fff;
    border-radius: 8px;
    border: 1px solid;
}

.btn-primary:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-primary.green {
    background: rgb(27 209 97 / 26%);
    border-color: rgb(27 209 97 / 100%);
}

.btn-primary.green:after {
    background: rgb(27 209 97 / 100%);
}

.btn-primary.green:hover {
    box-shadow: 0 3px 25px rgb(27 209 97 / 20%);
    background: rgb(27 209 97 / 50%);
}

.btn-primary.red {
    background: rgb(255 6 47 / 26%);
    border-color: rgb(255 6 47);
}

.btn-primary.red:after {
    background: rgb(255 6 47 / 100%);
}

.btn-primary.red:hover {
    box-shadow: 0 3px 25px rgb(255 6 47 / 20%);
    background: rgb(255 6 47 / 50%);
}

.btn-primary.yellow {
    background: rgb(255 174 0 / 26%);
    border-color: rgb(255 174 0);
}

.btn-primary.yellow:after {
    background: rgb(255 174 0 / 100%);
}

.btn-primary.yellow:hover {
    box-shadow: 0 3px 25px rgb(255 174 0 / 20%);
    background: rgb(255 174 0 / 50%);
}

/*layout*/
.content-container {
    position: relative;
    z-index: 2;
    max-width: 1520px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
}

.content-container:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: rgb(255 255 255 / 10%);
    left: 20px;
    top: 0;
}

.content-container:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: rgb(255 255 255 / 10%);
    right: 20px;
    top: 0;
}



.section {
    width: 100%;
    position: relative;
}

.row.in-grid {
    max-width: 1520px;
    padding-left: 40px;
    padding-right: 40px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.columns-wrapper {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    width: 100%;
}

.columns-wrapper.middle {
    align-items: center;
}

.col-12 {
    flex: 0 0 100%;
    width: 100%;
}

.col-11 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%;
}

.col-10 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%;
}

.col-9 {
    flex: 0 0 75%;
    width: 75%;
}

.col-8 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%;
}

.col-7 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}

.col-4-5 {
    width: 80%;
}

.col-3-5 {
    width: 60%;
}

.col-2-5 {
    width: 40%;
}

.col-1-5 {
    width: 20%;
}

.col-3-0 {
    width: 30%;
}

.col-7-0 {
    width: 70%;
}

@media (max-width: 1000px) {
    .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col-4-5, .col-3-5, .col-2-5, .col-1-5, .col-3-0, .col-7-0 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-left: 0%;
        padding-right: 0%;
    }
}


/*HEADER*/

header {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    max-width: 1520px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0px 60px 0px 60px;
}

/*
header:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: rgb(255 255 255 / 10%);
    left: 20px;
}

header:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: rgb(255 255 255 / 10%);
    right: 20px;
}
*/

.header-left {
    z-index: 3;
    display: flex;
    align-items: center;
}

.logo {
    z-index: 3;
    margin-right: 5vw;
}

.logo img {
    height: 35px;
    width: auto !important;
}

#header .logo a {
    display: flex;
}

ul.menu {
    display: flex;
    justify-content: flex-start;
    align-items:center;
}

ul.menu>li>a {
    color: #fff;
    margin: auto 15px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.6px;
    padding-left: 18px;
    padding-right: 10px;
    height: 97px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul.menu>li:first-child>a {
    margin-left: 0;
}

ul.menu>li>a:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #FF062F;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: scale(0) translateY(-50%);
    transition: all 0.3s ease;
    margin-top: -1px;
}

ul.menu>li>a:hover:before {
    transform: scale(1) translateY(-50%);
}

ul.menu>li>a:after {
    content: '';
    width: 0%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all 0.45s ease-in-out;
}

ul.menu>li>a:hover:after {
    width: 100%;
}

ul.sub-menu {
    position: absolute;
    width: 100vw;
    height: auto;
    left: 50%;
    top: 97px;
    opacity: 0;
    transition: all 0.35s ease;
    transform: translate(-50%,10px);
    visibility: hidden;
    z-index: -1;
    padding: 0px;
    margin-top: -97px;
    background: #2D2D2D;
    box-shadow: 0 10px 100px rgba(0,0,0,0.5);
}

li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    transform: translate(-50%,0px);
    visibility: visible;
}

.header-right {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    padding-right: 170px;
    z-index: 9999;
}

a.header-link {
    z-index: 3;
    font-size: 15px;
    letter-spacing: 0.6px;
}

.drawer-open a.header-link {
    color: #1C1C1C;
}

.drawer-overlay {
    z-index: 3;
    background-color: rgba(0, 0, 0, .8);
}

.drawer-hamburger {
    position: absolute;
    z-index: 4;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 115px;
    height: 42px;
    padding: 0;
    border: 1px solid rgb(255 255 255 / 20%);
    margin-top: 27px;
    margin-right: 60px;
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 0px;
    position: absolute;
    z-index: 5;
}

span.menu-text {
    position: absolute;
    left: 23px;
    top: 12px;
    font-family: 'Silka';
    color: #fff;
    letter-spacing: 0.6px;
    font-size: 15px;
}

span.drawer-hamburger-icon {
    width: 13px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    position: absolute;
    background: transparent;
    height: 0;
}

.drawer-hamburger-icon:before {
    top: -4px;
    height: 1px;
    background-color: #fff;
}

.drawer-hamburger-icon:after {
    top: 4px;
    height: 1px;
    background-color: #fff;
}

.drawer-open .drawer-hamburger {
    border: 1px solid transparent;
    background: rgb(0 0 0 / 14%);
}

.drawer-open span.menu-text {
    color: #2E2E2E;
}

.drawer-open .drawer-hamburger-icon:before {
    display: none;
}

.drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #707070;
}

.drawer--right .drawer-nav {
    right: calc(-1 * ((100vw - min(100vw, 1520px)) / 2 + 500px));
}

.drawer-nav {
    width: calc((100vw - min(100vw, 1520px)) / 2 + 500px);
    background: #ECECEC;
    display: flex;
    flex-direction: column;
}

.drawer-nav ul.menu {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.drawer-nav ul.menu>li>a {
    color: var(--dark);
    margin: clamp(9px, 1.9vh, 17px) 0;
    font-size: clamp(18px, 2.7vh, 24px);
    letter-spacing: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.drawer-nav ul.menu>li>a:after {
    display: none;
}

.drawer-nav ul.menu>li>a:before {
    background: #CCCCCC;
    transform: scale(1) translateY(-50%);
}

.drawer-nav ul.menu>li>a:hover:before {
    transform: scale(1) translateY(-50%);
    background: #FF062F;
}

.drawer-nav-top-spacer {
    position: absolute;
    width: 100%;
    height: 97px;
    border-bottom: 1px solid rgb(39 39 39 / 30%);
}

.drawer-nav-top .drawer-nav-inner {
    width: 500px;
    margin-left: 0;
    padding-top: clamp(70px, 18.9vh, 170px);
    padding-bottom: clamp(45px, 11.1vh, 100px);
    padding-left: 100px;
    position: relative;
}

.drawer-nav-bottom {
    flex-grow: 1;
}

.drawer-nav-bottom .drawer-nav-inner {
    width: 500px;
    margin-left: 0;
    padding-left: 100px;
    padding-top: clamp(35px, 7.8vh, 70px);
    padding-bottom: clamp(45px, 11.1vh, 100px);
    height: 100%;
    position: relative;
}

.drawer-nav-inner:after {
    position: absolute;
    content: '';
    right: 20px;
    width: 1px;
    height: 100%;
    background: rgb(39 39 39 / 30%);
    top: 0;
}

.drawer-nav-top .drawer-nav-inner:before {
    position: absolute;
    content: '';
    left: 0;
    width: calc(100% - 20px);
    height: 1px;
    background: rgb(39 39 39 / 30%);
    bottom: 0;
}


/*MEGAMENU*/
.section.megamenu-spacer.top {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.section.megamenu-spacer.top .col-12 {
  height: 97px;
}

.col-12.megamenu-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.section.megamenu .row.in-grid {
    padding-left: 20px;
    padding-right: 20px;
}

.megamenu-item {
  padding: 20px 30px 50px 30px;
  min-height: 370px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.10);
  border-bottom: 1px solid rgba(255,255,255,.10);
  position: relative;
    transition: all 0.3s ease;
}

.megamenu-item:hover {
    background: rgb(105 105 105 / 21%);
}

.megamenu-item:after {
    content: '';
    width: 0%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.megamenu-item:hover:after {
    width: 100%;
}

a.megamenu-item:nth-child(4) {
    border-right: none;
}

a.megamenu-item:nth-child(5), a.megamenu-item:nth-child(6) {
    border-bottom: none;
}

.megamenu-item img {
    max-width: 250px;
    transition: all 0.25s ease;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}

a.megamenu-item:hover img {
    max-width: 200px;
}

.megamenu-item h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.megamenu-item-content {
    position: relative;
    transition: all 0.3s ease;
}

a.megamenu-item:hover .megamenu-item-content {
    transform: translateY(-20px);
}

.megamenu-item span.btn-primary.red {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 15px);
    width: 189px;
    opacity: 0;
    transition: all 0.3s ease;
    padding: 16px 55px 16px 28px;
}

a.megamenu-item:hover span.btn-primary.red {
    opacity: 1;
    transform: translate(-50%, -40px);
}





/*CONTENT*/

main {
    margin-top: -97px;
}

h5.subtitle {
    position: relative;
    font-weight: 400;
    padding-left: 21px;
}

h5.subtitle:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}

h5.subtitle.red:before {
    background: var(--accent-red);
}

h5.subtitle.green:before {
    background: var(--accent-green);
}


/*PAGE*/
.section.page-top {
    position: relative;
}

.section.page-top:after {
    content: '';
    position: absolute;
    bottom: 50px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #454545;
}

.section .bgr {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.section .bgr-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.bgr-cover {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.section.page-top .bgr-cover {
    height: 65%;
    background: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, #1B1B1B 100%);
}

.page-top .columns-wrapper .col-12 {
    height: 100vh;
    max-height: 860px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 120px;
    padding-right: 50px;
    padding-left: 20px;
    position: relative;
}

.section.page-top h1 {
    margin-top: 10px;
    max-width: 68%;
}

a.scroll-down {
    position: absolute;
    right: 20px;
    bottom: 170px;
    font-size: 14px;
    letter-spacing: 0.04em;
}

a.scroll-down span {
  writing-mode: vertical-rl;
    transform: rotate(180deg);
    color :#fff;
    opacity: 1;
}

a.scroll-down:after {
    content: '';
    width: 1px;
    height: 46px;
    background: rgb(255 255 255 / 20%);
    position: absolute;
    left: 7px;
    top: 76px;
}

a.scroll-down:before {
    content: '';
    width: 1px;
    height: 16px;
    background: rgb(255 255 255 / 100%);
    position: absolute;
    left: 7px;
    top: 76px;
     transition: all .5s ease;
}

a.scroll-down:hover:before {
    height: 46px;
}

.row.in-grid.lines:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: rgb(255 255 255 / 10%);
    left: 20px;
    top: 0;
}

.row.in-grid.lines:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: rgb(255 255 255 / 10%);
    right: 20px;
    top :0;
}

.light .row.in-grid.lines:before,
.light .row.in-grid.lines:after {
    background: rgb(0 0 0 / 10%);
}


/*ref klient slider*/

.section.referencie {
    background: #fff;
}

.slider-referencie.slick-slider {
    width: calc(100% + 40px) !important;
    left: -20px;
}

.columns-wrapper.ref-slide-top {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
}

.col-2-5.ref-image img {
    aspect-ratio: 11 / 10;
    object-fit: cover;
}

.columns-wrapper.ref-slide-top .col-3-5 {
    padding: 0 60px 0 7%;
}

p.ref-text {
    margin-top: 60px;
    font-size: 32px;
    line-height: 1.3;
}

.columns-wrapper.ref-slide-bottom {
    padding: 55px 40px; 
    position: relative;
}

.columns-wrapper.ref-slide-bottom:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: rgb(0 0 0 / 10%);
    left: 0px;
    top: 0;
}

.col-2-5.ref-company {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.col-2-5.ref-company img {
    max-width: 50%;
    flex: 0 0 50%;
    max-height: 60px;
    object-fit: contain;
    object-position: left;
}

p.ref-name strong {
    font-weight: 500;
}

.slider-nav.dark {
    position: absolute;
    bottom: 55px;
    right: 0;
    width: 100%;
}

.slider-counter {
    color: var(--dark);
    text-align: center;
}

.slider-nav .columns-wrapper {
    align-items: center;
}

.referencie-nav {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    padding-right: 60px;
}

button.slick-arrow {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.slider-nav.dark button.slick-arrow {
    background: #E9E9E9;
}

button.slick-arrow svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

button.slick-arrow svg path {
    fill: none;
    stroke-width: 1px;
    transition: all 0.3s ease;
}

.slider-nav.dark button.slick-arrow svg path {
    stroke: var(--dark);
}

.slider-nav.dark button.slick-arrow:hover {
    background: var(--accent-red);
}

.slider-nav.dark button.slick-arrow:hover svg path {
    stroke: #E9E9E9;
}


/*prenajom*/
.section.prenajom .columns-wrapper .col-12 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100vh;
    max-height: 860px;
    padding-bottom: 100px;
}

.section.prenajom .bgr-cover {
    height: 100%;
    background: linear-gradient(30deg, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0) 70%);
}

.section.prenajom h2 {
    max-width: 960px;
}

.section.prenajom p {
    max-width: 560px;
    color: #d0d0d0;
    margin-bottom: 25px;
}


/*contact block*/

.section.contactform-spacer.top {
    height: 70px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.section.contactform-spacer.bottom {
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.section.contactform-spacer.bottom .row.in-grid.lines {
    height: 100px;
}

.section.contactform-spacer.bottom .row.in-grid.lines:after,
.section.contactform .row.in-grid.lines:after {
    display: none;
}

.section.contactform .row.in-grid.lines {
    padding-left: 20px;
    padding-right: 20px;
}

.section.contactform .col-6.contact-left {
    background: #232323;
    padding: 60px 4%;
}

.section.contactform .col-6.contact-right {
    padding: 60px 4%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-bottom {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 480px;
}

.section.contactform .col-6.contact-right h2 {
    max-width: 400px;
}

/*contact form*/
.wpcf7-form textarea, .wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"] {
    border: 1px solid rgb(182 182 182 / 30%);
    width: 100%;
    background: rgb(63 63 63 / 20%);
    margin-bottom: 20px;
    height: 60px;
    font-size: 18px;
    color: var(--white);
    padding: 15px;
    border-radius: 8px;
    box-shadow: none;
    font-family: 'Silka';
    outline: none;
    margin-top: 7px;
    transition: all 0.3s ease;
}

.wpcf7-form textarea::placeholder, .wpcf7-form input[type="text"]::placeholder, 
.wpcf7-form input[type="email"]::placeholder {
    color: rgb(255 255 255 / 30%);
}

.wpcf7-form textarea:focus, .wpcf7-form input[type="text"]:focus, 
.wpcf7-form input[type="email"]:focus {
    border: 1px solid #fff;
}

.wpcf7-form textarea {
    height: 220px;
}

.wpcf7 label {
    font-size: 12px;
}

.wpcf7-form .col-6 {
    padding-right: 10px;
    padding-left: 10px;
}

.wpcf7-form .columns-wrapper {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.wpcf7 input[type="checkbox"] {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-appearance: none;
    width: 0px !important;
}

span.wpcf7-list-item label {
    display: flex;
    opacity: 1;
}

.wpcf7-list-item {
    margin: 0;
}

span.wpcf7-list-item-label {
    position: relative;
    padding-left: 60px;
    line-height: 1.1;
    color: var(--white);
    cursor: pointer;
    text-transform: none;
    text-align: left;
    margin-left: -5px;
    font-size: 16px;
    font-family: 'Silka';
}

span.wpcf7-list-item-label a {
    text-decoration: underline;
    color: var(--white);
}

span.wpcf7-list-item-label:before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    border: 1px solid rgb(182 182 182 / 30%);
    background: rgb(63 63 63 / 20%);
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
}

span.wpcf7-list-item-label:after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    border: 1px solid rgb(255 6 47);
    display: block;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255 6 47 / 50%);
    transition: all 0.2s ease;
    background-image: url(/wp-content/uploads/2026/06/icon-check.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    border-radius: 8px;
}

input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
    transform: translateY(-50%);
    opacity: 1;
}

span.wpcf7-not-valid-tip {
    top: auto !important;
    padding: 0 !important;
    background: transparent;
    box-shadow: none !important;
    color: #ff062f !important;
    font-size: 11px;
    top: 19px !important;
    position: absolute;
    left: auto;
    right: 10px;
    height: auto;
    font-weight: 500;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    background: rgb(128 3 24);
    border-color: rgb(128 3 24);
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}

.gdpr span.wpcf7-not-valid-tip {
    margin-top: 10px;
    top: auto !important;
    bottom: auto !important;
    left: 60px !important;
    position: relative;
}

.gdpr {
    margin-top: 20px;
    margin-bottom: 35px;
}

button.btn-primary {
    display: block;
    text-align: center;
    padding: 21px 15px;
    width: 100%;
    font-weight: 600;
    cursor: pointer;
}

.wpcf7 button.btn-primary:after {
    display: none;
}


/*Homepage*/
.section.home-1 {
    position: relative;
}

.home-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.home-1 .bgr-cover {
   height: 50%;
    background: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, #1B1B1B 99%);
}

.home-1 .row.in-grid.lines {
    height: 100vh;
    max-height: 940px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 160px;
    padding-bottom: 110px;
    padding-right: 60px;
    padding-left: 60px;
    position: relative;
}

.home-1 h1 {
    margin-top: 20px;
}

.columns-wrapper.home-1-bottom {
    align-items: flex-end;
}

.columns-wrapper.home-1-bottom p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
}

.home-numbers {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: -20px;
}

.home-number-item {
    display: flex;
    gap: 40px;
    align-items: center;
}

.home-number-item strong {
    font-size: 32px;
    font-weight: 500;
}

.home-number-item span {
    font-size: 14px;
}
    
.corners{
    position:relative;
}

.corner{
    position:absolute;
    width:18px;
    height:18px;
    pointer-events:none;
}

/* hore vlavo */
.corner-tl{
    top:-20px;
    left:-40px;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
}

/* hore vpravo */
.corner-tr{
    top:-20px;
    right:-20px;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
}

/* dole vlavo */
.corner-bl{
    bottom:-30px;
    left:-40px;
    border-bottom:1px solid #fff;
    border-left:1px solid #fff;
}

/* dole vpravo */
.corner-br{
    bottom:-30px;
    right:-20px;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
}

.columns-wrapper.home-2-top {
    padding-top: 90px;
    padding-bottom: 50px;
}

.feature-grid{
    display:grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr 1fr 1.3fr;
    padding-bottom: 120px;
}

.feature-card--small{
    aspect-ratio: 1;
}

.feature-card--wide{
    grid-column: span 2;
}

.feature-card--tall{
    grid-column:4;
    grid-row:span 2;
}

.feature-card {
    position: relative;
    overflow: hidden;
    display: flex;
}

.feature-card__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.feature-card__overlay {
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%,  rgba(102, 102, 102, 0) 100%);
    z-index: 1;
    height: 60%;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0.85;
}

.feature-card__content {
    position: relative;
    z-index: 2;
    padding: 30px;
    width: 100%;
}

.feature-card__content p {
    margin-top: 10px;
}

.content-bottom {
    align-items: flex-end;
}

.content-top {
    align-items: flex-start;
}

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

.feature-card__content img.sign {
    max-width: 200px;
}

.feature-card__content p.ceo-name {
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}


/*taby*/
.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.tabs-top .columns-wrapper {
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
}

.tabs-top {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.col-5.tabs-right-content {
    flex: 0 0 auto;
    width: clamp(440px, 36vw, 560px);
}

.section.home-3 .col-7 {
    flex: 0 0 auto;
    width: 0;
    flex-grow: 1;
}

.tabs-nav {
    width: 100%;
    display: flex;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 10px;
    padding: 5px;
    gap: 5px;
}

button.tab-btn {
    font-family: 'Silka';
    font-size: 16px;
    line-height: 1;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    padding: 18px 28px 18px 28px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid transparent;
    background: transparent;
    text-align: center;
    flex-grow: 1;
    letter-spacing: 10%;
    cursor: pointer;
}

button.tab-btn.red.active,
button.tab-btn.red:hover {
    background: rgb(255 6 47 / 20%);
    border-color: rgb(255 6 47);
    color: rgb(255 6 47);
}

button.tab-btn.yellow.active,
button.tab-btn.yellow:hover {
    background: rgb(255 174 0 / 26%);
    border-color: rgb(255 174 0);
    color: rgb(255 174 0);
}

.tabs .row.in-grid {
    padding-right: 20px;
}

.row.in-grid.lines.tabs-content:before {
    display: none;
}

.tabs-content .col-7 {
    padding: 60px 8% 140px 0;
    border-right: 1px solid rgb(255 255 255 / 10%);
}

.tabs-content .col-7 h2 {
    margin-bottom: 50px;
}

.tab-product-item {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 110px;
}

.tab-product-item:last-child {
    margin-bottom: 0;
}

.tab-product-image {
    flex: 0 0 207px;
    max-width: 207px;
}

.tab-product-item h4 {
    margin-bottom: 15px;
}

.tabs-content .col-5.tabs-right-content p.small {
    padding: 40px 0 0 7%;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    letter-spacing: 10%;
}

img.tab-large-product-img {
    padding: 0 20px;
}

.tab-large-product-benefits {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    display: flex;
    justify-content: space-between;
    padding: 0 7% 20px 7%;
}

.tabs-content p span {
    display: block;
}

.tabs-content p span.name {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.tabs-content p span.value {
    color: #fff;
}

.tab-large-product-benefits p span.value.dostupnost {
    position: relative;
    padding-left: 16px;
}

.tab-large-product-benefits p span.value.dostupnost:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0DFF41;
    opacity: 38%;
}

.tab-large-product-benefits p span.value.dostupnost:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0DFF41;
    opacity: 1;
}
    
.tab-large-product-cta {
    padding: 40px 7% 40px 7%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.tab-large-product-cta span.value {
    font-size: 24px;
    line-height: 1;
}

/*bcb*/

.section.home-4 {
    background: #000;
}

.bgr.bcb {
    height: 50%;
}

.bgr.bcb .bgr-cover {
    height: 65%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15px, #000 100%);
    bottom: -5px;
}

.bcb-top {
    padding-top: 100px;
    padding-bottom: 60px;
}

.bcb-top h2 {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 90px;
    text-transform: uppercase;
    line-height: 1;
}

.bcb-top p {
    color: #fff;
    max-width: 400px;
    margin-bottom: 25px;
}

.col-12.image-bcb img {
    position: absolute;
    bottom: 0;
    width: min(100vw, 1600px);
    left: 50%;
    transform: translate(-13%, 14%);
    z-index: 5;
}

.row.bcb-spacer {
    width: 100%;
    border-top: 1px solid rgb(255 255 255 / 10%);
    z-index: 1;
    position: relative;
}

.row.in-grid.lines.bcb-bottom {
    z-index: 1;
    padding-right: 20px;
}

.columns-wrapper.bcb-features .col-7 {
    flex: 0 0 auto;
    width: 0;
    flex-grow: 1;
    padding: 280px 0 580px 0;
    border-right: 1px solid rgb(255 255 255 / 10%);
}

.columns-wrapper.bcb-features .col-7 h2 {
    max-width: 580px;
}

.columns-wrapper.bcb-features .col-5 {
     flex: 0 0 auto;
    width: clamp(440px, 36vw, 560px);
}

.bcb-top-boxes {
    display: flex;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    height: 220px;
}

.bcb-box:first-child {
    flex: 0 0 50%;
    border-right: 1px solid rgb(255 255 255 / 10%);
}

.bcb-box-text {
    padding: 40px 7%;
}


/*slider services*/

.slider-services {
    width: 100%;
}

.slider-services .service-item {
    margin: 0 10px;
    background: #232323;
    padding: 40px 35px;
    height: 400px;
    position: relative;
    transition: all 0.3s ease;
}

.slider-services {
    margin: 0 -10px 0 -40px;
    overflow: visible;
}

.slider-services .slick-list,
.slider-services .slick-track {
    overflow: visible;
}

.services-progress{
    height: 2px;
    background: #2B2B2B;
    position:relative;
    width: 100px;
}

.services-progress span{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:0;
    background: var(--accent-red);
    transition:width .4s ease;
}

.services-arrows button.slick-arrow {
    background: #2B2B2B;
}

.services-arrows {
    display: flex;
    gap: 5px;
}

.services-arrows button.slick-arrow svg path {
    stroke: #fff;
}

.services-arrows button.slick-arrow:hover {
    background: var(--accent-red);
}

.services-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.columns-wrapper.bcb-services {
    position: absolute;
    bottom: 100px;
    z-index: 2;
}

.service-item-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.service-item-inner img {
    width: auto;
    max-width: 75px;
    max-height: 55px;
    margin-top: auto;
    margin-bottom: 20px;
    object-fit: contain;
    object-position: left;
}

.slider-services .corner-tl{
    top: -1px;
    left: -1px;
    transform: scale(0);
    transition: all 0.3s ease;
}

.slider-services .corner-tr{
    top: -1px;
    right:-1px;
    transform: scale(0);
    transition: all 0.3s ease;
}

.slider-services .corner-bl{
    bottom: -1px;
    left: -1px;
    transform: scale(0);
    transition: all 0.3s ease;
}

.slider-services .corner-br{
    bottom: -1px;
    right: -1px;
    transform: scale(0);
    transition: all 0.6s ease;
}

.service-item.slick-current.slick-active .corner-tl,
.service-item.slick-current.slick-active .corner-tr,
.service-item.slick-current.slick-active .corner-bl,
.service-item.slick-current.slick-active .corner-br {
    transform: scale(1);
}

.slider-services .service-item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(15.48deg, #2B2B2B 32.42%, #919191 318.21%);
    transition: all 0.3s ease;
    opacity: 0;
}

.service-item.slick-current.slick-active.service-item:after {
    opacity: 1;
}

.service-item p {
    color: #E2E2E2;
}


/*BLOG*/
.section.archive-top .col-12 {
    padding-top: 160px;
    padding-bottom: 70px;
    padding-left: 20px;
}

.section.archive-top {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.section.post-widget .col-12 {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
}

.blog-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
}

a.archive-item {
    flex: 0 0 calc(33.333% - 12px);
	 width: calc(33.333% - 12px);
    border: 1px solid rgb(255 255 255 / 10%);
    flex-grow: 1;
    margin-right: 12px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 32px;
    transition: all 0.3s ease;
}

a.archive-item:nth-child(3n) {
   margin-right: 0px;
}

.post-thumbnail {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 2.5;
    overflow: hidden;
}

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

.post-content {
    padding: 32px;
}

.post-content h3.post-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.post-content p.excerpt {
    font-size: 18px;
}

a.archive-item span.btn-primary.red {
    margin-top: auto;
    margin-left: 32px;
}

a.archive-item:hover span.btn-primary.red {
    box-shadow: 0 3px 25px rgb(255 6 47 / 20%);
    background: rgb(255 6 47 / 50%);
}

a.archive-item:hover {
    border: 1px solid rgb(255 255 255 / 50%);
}

.section.single-blog-header {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.section.single-blog-header .col-12 {
    padding-top: 120px;
    padding-left: 20px;
    padding-bottom: 40px;
}

.section.single-blog-header .col-12 h1 {
    margin-top: 15px;
}

.section.single-blog-image .col-12 {
    padding: 40px 20px;
}

.single-post-image {
    position: relative;
    aspect-ratio: 2 / 1 ;
    overflow: hidden;
}

.single-post-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section.single-post-content {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section.single-post-content .row.in-grid {
    max-width: 870px;
    padding-left: 20px;
    padding-right: 20px;
}

.single-post-content h1, 
.single-post-content h2, .single-post-content h3, 
.single-post-content h4, .single-post-content h5 {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.single-post-content p {
    color: #929292;
    margin-bottom: 1em;
}

.single-post-content p.perex {
    font-weight: 500;
    color: var(--dark);
    font-size: 24px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgb(27 27 27 / 20%);
}

.share-buttons {
    margin-top: 50px;
    display: flex;
    gap: 25px;
    align-items: center;
}

.share-buttons p {
    font-size: 15px;
    color: var(--dark);
    margin: 0;
}

a.share-button {
    padding: 10px 20px 10px 20px;
    border: 1px solid #B6B6B6;
    border-radius: 6px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}

a.share-button:hover {
     border: 1px solid var(--dark);
}

a.share-button svg path {
    fill: var(--dark);
}
    

.section.single-blog-related .col-12 {
    padding: 60px 20px;
}

.section.single-blog-related h2 {
    margin-bottom: 30px;
}

.section.single-blog-related a.btn-primary.red.outline {
    margin-left: auto;
    margin-right: 0;
    display: block;
    width: 207px;
    background: transparent;
}




/*footer*/
.footer-cta .col-4-5.right-line {
    padding-top: 60px;
    padding-left: 3%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    height: 90vh;
    max-height: 800px;
    border-right: 1px solid rgb(255 255 255 / 10%);
}

.footer-cta a.btn-primary {
    margin-top: 20px;
}

.footer-cta .bgr-cover {
    height: 35%;
    background: linear-gradient(180deg, rgba(15 15 15 / 0) 0%, rgb(15 15 15 / 100%) 100%);
}

.footer-cta h2 {
    max-width: 900px;
}

.section.footer-block {
    background: rgb(15 15 15 / 100%);
}

.section.footer-block .col-4-5.right-line {
    border-right: 1px solid rgb(255 255 255 / 10%);
    padding-top: 40px;
}

.section.footer-block .col-1-5 {
    padding-top: 80px;
    padding-left: 2.5%;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

img.footer-img {
    max-width: 345px;
}

.col-4.footer-col-1 p {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 25px;
}

.col-4.footer-col-1, .col-4.footer-col-2, .col-4.footer-col-3 {
    padding-bottom: 60px;
    padding-left: 3%;
}

.col-4.footer-col-2, .col-4.footer-col-3 {
    padding-top: 40px;
    padding-left: 5%;
}

a.cta-link {
    font-family: 'Silka';
    font-size: 16px;
    line-height: 1;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

a.cta-link:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255 6 47 / 100%);
    margin-top: -1px;
}

.footer-block ul.menu {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
}

.footer-block ul.menu>li>a {
    margin: 0;
    font-size: 15px;
    letter-spacing: 0px;
    padding-left: 0px;
    padding-right: 0px;
    height: auto;
}

.footer-block ul.menu>li>a:before {
    display: none;
}

.footer-block ul.menu>li>a:after {
    height: 1px;
    background: rgb(255 255 255 / 50%);
    bottom: -5px;
}

.columns-wrapper.footer-left-bottom {
    border-top: 1px solid rgb(255 255 255 / 10%);
    width: calc(100% + 20px);
    margin-left: -20px;
    padding-left: calc(3% + 20px);
    padding-top: 35px;
    padding-bottom: 35px;
}

.footer-left-bottom a {
    opacity: 0.3;
}

.footer-left-bottom a:hover {
    opacity: 1;
}

a.social-link-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    font-size: 15px;
}

a.social-link-item img {
    flex: 0 0 20px;
    max-height: 16px;
}
    
.bottom-links {
    margin-top: auto;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
}

.bottom-links a {
    font-size: 20px;
    font-weight: 500;
}

.bottom-links a:hover, 
a.social-link-item:hover {
    opacity: 0.5;
}

.copyright a, .copyright p {
    font-size: 15px;
    opacity: 0.3;
    color: #fff;
}

.drawer-nav-produkty {
    display: none;
}

/***************************** RESPONSIVE *****************************/

@media (max-width: 1180px) and (min-width: 1000px) {
.header-right {
    padding-right: 140px;
}

ul.menu>li>a {
    margin: auto 10px;
    font-size: clamp(10px, 1.3vw, 16px);
    letter-spacing: 0.2px;
    padding-left: 18px;
    padding-right: 5px;
}

a.header-link {
    font-size: clamp(10px, 1.3vw, 16px);
    letter-spacing: 0.2px;
}
}


@media(max-width: 1000px) {
header {
    padding: 24px 30px;
}

.header-left nav#menu {
    display: none;
}

.logo img {
    height: 25px;
}

span.menu-text {
    display: none;
}

.drawer-hamburger {
    width: 42px;
    margin-top: 15px;
    margin-right: 30px;
}

span.drawer-hamburger-icon {
    right: 14px;
    margin-top: -1px;
}

.header-right {
    padding-right: 60px;
}

a.header-link {
    font-size: clamp(9px, 3.3vw, 14px);
}

.drawer--right .drawer-nav {
    right: -100vw;
}

.drawer-nav {
    width: 100%;
    background: #ECECEC;
    display: flex;
    flex-direction: column;
}

.drawer-nav-top-spacer {
    height: 73px;
}

.drawer-nav-top .drawer-nav-inner {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

.drawer-nav-bottom .drawer-nav-inner {
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.drawer-nav-produkty .drawer-nav-inner {
    width: 100%;
    margin-left: 0;
    padding-top: 93px;
    padding-bottom: 20px;
    padding-left: 20px;
    position: relative;
    margin-top: 0;
}

.drawer-nav-produkty .drawer-nav-inner:before {
    position: absolute;
    content: '';
    left: 0;
    width: calc(100% - 20px);
    height: 1px;
    background: rgb(39 39 39 / 30%);
    bottom: 0;
}

.drawer-nav ul.menu>li>a {
    margin: 11px 0;
    font-size: 18px;
}

nav.drawer-nav {
    overflow-y: scroll;
}

.drawer-nav-bottom .drawer-nav-inner {
    padding-bottom: 80px;
}

.drawer-nav-produkty {
    display: block;
}

#header ul.menu>li.menu-expand.menu-item {
    display: block;
    position: relative;
    width: 100%;
}

li.menu-item-has-children ul.sub-menu {
    position: relative;
    width: 100%;
    height: 0;
    left: 0px;
    top: 0;
    opacity: 0;
    transition: all 0.35s ease;
    transform: translate(0, 0px);
    visibility: hidden;
    z-index: 1;
    padding: 0px !important;
    margin-top: 10px !important;
    box-shadow: none;
    display: none;
    margin-bottom: 0px;
    padding-left: 5px;
    min-width: 100%;
    background: transparent;
}

li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

li.menu-item-has-children.open ul.sub-menu {
    transform: translate(0%, 0px);
    visibility: visible;
    text-align: left;
    height: auto;
    opacity: 1;
    display: block;
    margin-left: -20px;
    border-top: 1px solid rgb(39 39 39 / 30%);
    border-bottom: 1px solid rgb(39 39 39 / 30%);
    margin-bottom: 30px;
   top: 10px !important;
}

.section.megamenu-spacer.top {
    display: none;
}

.section.megamenu .row.in-grid {
    padding-left: 0px;
    padding-right: 0px;
}

.col-12.megamenu-products {
    grid-template-columns: repeat(2, 1fr);
}

.megamenu-item {
    padding: 15px 10px;
    min-height: 300px;
    border-right: 1px solid rgb(39 39 39 / 30%);
    border-bottom: 1px solid rgb(39 39 39 / 30%);
}

.megamenu-item:nth-child(2),
.megamenu-item:nth-child(4),
.megamenu-item:nth-child(6) {
    border-right: none;
}

.megamenu-item img,
a.megamenu-item:hover img {
    max-width: 150px;
}

.megamenu-item h4 {
    font-size: clamp(10px, 4vw, 14px);
    margin-bottom: 10px;
    max-width: 140px;
    margin: 0px auto 10px auto;
}

.megamenu-item p {
    font-size: clamp(9px, 3.5vw, 13px);
}

.megamenu-item span.btn-primary.red {
    position: relative;
    left: 0;
    transform: translate(0, 0px);
    width: 115px;
    opacity: 1;
    padding: 10px 25px 10px 10px;
    font-size: 12px;
    margin: 10px auto;
    color: rgb(255 6 47 / 100%);
}

.megamenu-item span.btn-primary.red:after {
    width: 7px;
    height: 7px;
    right: 10px;
}

a.megamenu-item:hover .megamenu-item-content {
    transform: translateY(0px);
}

a.megamenu-item:hover span.btn-primary.red {
    opacity: 1;
    transform: translate(0, 0px);
}

.megamenu-item:hover {
    background: transparent
}

.megamenu-item:after {
    background: #000;
    bottom: -1px;
}








.row.in-grid {
    padding-left: 30px;
    padding-right: 30px;
}

h1 {
    font-size: clamp(32px, 10vw, 40px);
}

h2 {
   font-size: clamp(24px, 8vw, 36px);
}

h3 {
    font-size: clamp(20px, 6.5vw, 24px);
}

h5 {
    font-size: 14px;
}

h5.subtitle:before {
    top: 3px;
}

.home-1 .row.in-grid.lines {
    height: 100vh;
    padding-top: 120px;
    padding-bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;
}

.columns-wrapper.home-1-bottom p {
    font-size: 18px;
    margin-bottom: 20px;
}

.home-numbers {
    gap: 15px;
    margin-top: 50px;
    padding: 0 30px;
}

.home-number-item strong {
    font-size: 30px;
}

.home-number-item span {
    font-size: 13px;
}

.corner-tl{
    top: -20px;
    left: 0px;
}

.corner-tr{
    top:-20px;
    right: 0px;
}

.corner-bl{
    bottom:-20px;
    left: 0px;
}

.corner-br{
    bottom:-20px;
    right:0px;
}

.columns-wrapper.home-2-top {
    padding-top: 50px;
    padding-bottom: 30px;
}

.feature-grid{
    gap: 15px;
    grid-template-columns: 1fr;
    padding-bottom: 50px;
}

.feature-card {
    grid-column: span 1;
}

.feature-card__content {
    padding: 20px 15px;
}

.feature-card__content p {
    font-size: 15px;
}

.feature-card.feature-card--wide.image-card.content-top.card-2 .feature-card__content,
.feature-card.feature-card--wide.video-card.content-bottom.card-4 .feature-card__content {
    padding-top: 80px;
}

.feature-card.feature-card--tall.video-card.content-bottom.card-3 .feature-card__content {
    padding-top: 180px;
}

.feature-card.card-1 {
    order: 1;
}

.feature-card.card-2 {
    order: 2;
}

.feature-card.card-3 {
    order: 5;
}

.feature-card.card-4 {
    order: 4;
}

.feature-card.card-5 {
    order: 3;
}

.section.prenajom .columns-wrapper .col-12 {
    padding-bottom: 60px;
    height: 80vh;
}

h4 {
    font-size: 18px;
}



.section.home-3 .col-7 {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

button.tab-btn {
    font-size: 14px;
    padding: 15px;
    letter-spacing: 3%;
}

.tabs .row.in-grid {
   padding-left: 20px;
    padding-right: 20px;
}

.tabs-content .col-7 {
    padding: 30px 10px;
    border-right: 1px solid rgb(255 255 255 / 10%);
    border-left: 1px solid rgb(255 255 255 / 10%);
}

.tab-product-item {
    gap: 20px;
    margin-bottom: 60px;
    align-items: flex-start;
}

.tab-product-image {
    flex: 0 0 90px;
    max-width: 90px;
}

.tab-product-item h4 {
    margin-bottom: 5px;
}

.tabs .row.in-grid.lines:after {
    display: none;
}

.section.home-3.tabs-bottom .col-7:after {
    content: '';
    width: 100vw;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: rgb(255 255 255 / 10%);
    transform: translateX(-50%);
}

.col-5.tabs-right-content {
    flex: 0 0 100%;
    width: 100%;
}

.tabs-content .col-5.tabs-right-content p.small {
    padding: 20px 0 0 0;
}

.tab-large-product-benefits {
    padding: 0 0 20px 0;
}

.tabs-content p span.name {
    font-size: 11px;
    letter-spacing: 1px;
}

.tabs-content p span.value {
    font-size: 14px;
}

.tab-large-product-cta {
    padding: 20px 0 20px 0;
    border-bottom: none;
}

.tab-large-product-cta span.value {
    font-size: 20px !important;
}

.bcb-top {
    padding-top: 40px;
    padding-bottom: 40px;
}

.bcb-top h2 {
    font-size: clamp(50px, 17vw, 70px);
}

h2.large {
    font-size: clamp(30px, 10vw, 40px);
}

.columns-wrapper.bcb-features .col-7 {
    width: 100%;
    padding: 100px 10px 20px 10px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    border-right: none;
}

.row.in-grid.lines.bcb-bottom {
    padding-right: 20px;
    padding-left: 20px;
}

.bcb-top-boxes {
    display: none;
}

.bcb-box-text {
    padding: 40px 10px;
}

.columns-wrapper.bcb-features .col-5 {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 460px
}

.row.in-grid.lines.bcb-bottom:after {
    display: block;
}

.columns-wrapper.bcb-services {
    position: absolute;
    bottom: 50px;
    z-index: 2;
}

.col-12.image-bcb img {
    position: relative;
    width: min(160vw, 800px);
    left: 50%;
    transform: translate(-14%, 50%);
    margin-top: -40px;
}

.slider-services.slick-slider {
    margin-left: -20px;
}

.columns-wrapper.ref-slide-top {
    padding: 20px;
}

.columns-wrapper.ref-slide-top h5.subtitle {
    font-size: 14px;
}

.columns-wrapper.ref-slide-top .col-3-5 {
    padding: 40px 0px 0px 20px;
}

p.ref-text {
    margin-top: 0px;
    font-size: clamp(17px, 5vw, 20px);
}

.columns-wrapper.ref-slide-bottom:before {
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    background: rgb(0 0 0 / 10%);
    left: 10px;
    top: 0;
}

.columns-wrapper.ref-slide-bottom {
    padding: 20px 30px;
    width: 100%;
}

.col-2-5.ref-company img {
    max-width: 40%;
    flex: 0 0 40%;
    max-height: 50px;
}

p.ref-name {
    padding-left: 20px;
    line-height: 1.2
}

p.ref-name span {
    font-size: 12px;
}

.slider-nav.dark {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
}

.col-1-5.col-ref-counter, .col-1-5.col-ref-navigation {
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 30px;
}

.col-1-5.ref-empty {
    display: none;
}

.referencie-nav {
    padding-right: 0px;
}

.footer-cta .col-4-5.right-line {
    padding-top: 40px;
    padding-left: 0;
    height: 70vh;
    border-right: none;
}

img.footer-img {
    max-width: 250px;
}

.col-4.footer-col-1, .col-4.footer-col-2, .col-4.footer-col-3 {
    padding-bottom: 20px;
    padding-left: 0px;
}

.section.footer-block .col-4-5.right-line {
    border-right: none;
    padding-top: 0px;
}

.footer-block ul.menu {
    gap: 14px;
}

.columns-wrapper.footer-left-bottom {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-left: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.section.footer-block .col-1-5 {
    padding-top: 30px;
    padding-left: 0px;
    padding-bottom: 50px;
}

.page-top .columns-wrapper .col-12 {
    height: 90vh;
    max-height: 800px;
    padding-bottom: 100px;
    padding-right: 20px;
    padding-left: 10px;
}

a.scroll-down {
    right: 0px;
    bottom: 150px;
}

.section.page-top h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.4vw, 40px);
    max-width: 450px;
}

.section.contactform .columns-wrapper {
    flex-direction: column-reverse;
}

.section.contactform-spacer.bottom .row.in-grid.lines:after,
.section.contactform .row.in-grid.lines:after {
    display: block;
}

.section.contactform .col-6.contact-right {
    padding: 30px 4%;
}

.section.contactform .col-6.contact-left {
    padding: 30px 4%;
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.section.contactform-spacer.bottom .row.in-grid.lines {
    height: 50px;
}

.section.archive-top .col-12 {
    padding-top: 120px;
    padding-bottom: 30px;
    padding-left: 0px;
}

.section.post-widget .col-12{
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
}

a.archive-item {
    flex: 0 0 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    padding-bottom: 20px;
	width: 100%;
}

.post-content {
    padding: 25px;
}

.post-content h3.post-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.post-content p.excerpt {
    font-size: 15px;
}

a.archive-item span.btn-primary.red {
    margin-top: 0px;
    margin-left: 25px;
    font-size: 15px;
    padding: 16px 55px 16px 20px;
}

.section.single-blog-header .col-12 {
    padding-top: 120px;
    padding-left: 10px;
    padding-bottom: 30px;
}

.section.single-blog-header .col-12 h1 {
    font-size: 24px;
}

.section.single-blog-image .col-12 {
    padding: 10px 0px;
}

.single-post-content p.perex {
    font-size: 18px;
}

.section.single-blog-related .col-12 {
    padding: 30px 0px 40px;
}

.section.single-blog-related .blog-grid {
    margin-bottom: 0;
}

.section.single-blog-related a.btn-primary.red.outline {
    margin-left: auto;
    margin-right: auto;
}
}