/*
Theme Name: industriemontage
Text Domain: industriemontage
Author: h24
*/

html {
    overflow-x: hidden;
    position: relative;
}


@font-face {
    font-family: 'Borna';
    src: url('/wp-content/themes/industriemontage/fonts/Borna-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} 

@font-face {
    font-family: 'Borna';
    src: url('/wp-content/themes/industriemontage/fonts/Borna-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
} 

strong {
    font-family: 'Borna';
    font-weight: 500;
}

:root {
    --accent: #B8D50D;
    --grey: #6C6D74;
    --dark: #36363B;
    --white: #ffffff;
    --black: #000000;
}

@font-face {
    font-family: 'icomoon';
    src:  url('/wp-content/themes/industriemontage/fonts/icomoon.eot?74hqu7');
    src:  url('/wp-content/themes/industriemontage/fonts/icomoon.eot?74hqu7#iefix') format('embedded-opentype'),
      url('/wp-content/themes/industriemontage/fonts/icomoon.ttf?74hqu7') format('truetype'),
      url('/wp-content/themes/industriemontage/fonts/icomoon.woff?74hqu7') format('woff'),
      url('/wp-content/themes/industriemontage/fonts/icomoon.svg?74hqu7#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-services:before {
    content: "\e900";
  }
  .icon-symbol:before {
    content: "\e901";
  }
  .icon-arrow-scroll:before {
    content: "\e902";
  }
  .icon-arrow_smaller:before {
    content: "\e903";
  }
  .icon-arrow_BTN:before {
    content: "\e904";
  }
  .icon-arrow_bigger:before {
    content: "\e905";
  }

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-skip-ink: auto;
    transition: all 0.3s ease;
    text-decoration: none;
}

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: 'Borna';
    background: #E3E7ED;
    font-size: 16px;
    color: var(--dark);
    padding-right: 0 !important;
    position: relative;
}
 
p {
    font-family: 'Borna';
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Borna';
    font-weight: 500;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 50px;
    line-height: 1.25;
}

h2 {
    font-size: 50px;
    line-height: 1.25;
}

h3 {
    font-size: 28px;
    line-height: 1.25;
}

h4 {
    font-size: 22px;
    line-height: 1.2;
}

h5 {
    font-size: 18px; 
    line-height: 1.25;
}

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

.light p, .light h1, .light h2, .light h3, .light h4, .light h5, .light li, .light a, .light span {
    color: var(--white);
}

/*layout*/
section {
    width: 100%;
}

.row.in-grid {
    max-width: 1790px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

.columns-wrapper {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    width: 100%;
    /*margin-left: -1%;
    margin-right: -1%;*/
}

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

.col-12 {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-11 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-10 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-9 {
    flex: 0 0 75%;
    width: 75%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-8 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-7 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    padding-left: 1%;
    padding-right: 1%;
}

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

.col-4-5 {
    width: 80%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-3-5 {
    width: 60%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-2-5 {
    width: 40%;
    padding-left: 1%;
    padding-right: 1%;
}

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

.col-3-0 {
    width: 30%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-7-0 {
    width: 70%;
    padding-left: 1%;
    padding-right: 1%;
}

.content-container {
    position: relative;
     z-index: 2;
    /*max-width: 1780px;
    padding-left: 30px;
    padding-right: 30px;*/
    margin: auto;
}

.content-container .columns-wrapper p {
    margin-bottom: 0.5em;
}

.section.content-page .row.side .columns-wrapper {
    flex: 0 0 calc(100% - 220px);
    width: calc(100% - 220px);
    padding-left: clamp(30px, 4vw, 60px);
    padding-right: clamp(30px, 4vw, 60px);
}

/*RESPONSIVE*/
@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-5\/5, .col-4\/5, .col-3\/5, .col-2\/5, .col-1\/5, .col-4-5, .col-3-5, .col-2-5, .col-1-5 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

p {
    font-size: 15px;
}
}

.accent {
    color: var(--accent);
}

.main-btn {
    position: relative;
    display: inline-block;
    padding: 25px 120px 25px 35px;
    background: var(--accent);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: var(--dark);
    box-shadow: none;
    transition: all .45s cubic-bezier(0.25,1,0.33,1);
    z-index: 2;
}

.main-btn span {
    position: relative;
}

.main-btn:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    color: var(--dark);
    box-shadow: 0 5px 28px rgb(184 213 13 / 50%);
}

.main-btn:after {
    content: '';
    width: 50px;
    height: 10px;
    position: absolute;
    background: url(/wp-content/uploads/2024/09/arrow_BTN.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: 35px;
    top: 31px;
}

a.main-btn.outline {
    background: transparent;
    border: 1px solid var(--dark);
    transition: all .45s cubic-bezier(0.25,1,0.33,1);
}

a.main-btn.outline:hover {
    background: var(--accent);
    border-color: var(--accent);
}


a.main-btn.white {
    background: #fff;
}

main {
    margin-top: -160px;
}

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

.side-left {
    flex: 0 0 220px;
    width: 220px;
    padding: 0;
}

.row.side .columns-wrapper {
    flex: 0 0 calc(100% - 220px);
    width: calc(100% - 220px);
    padding-left: clamp(30px, 4vw, 60px);
}

.section .row.side .side-left {
    border-right: 1px solid var(--dark);
}

/*HEADER*/ 

#header {
    padding-top: 40px;
    z-index: 100;
}

.logo {
    margin-right: auto;
    margin-left: 0;
    z-index: 3;
    flex: 0 0 180px;
}

.logo img {
    height: auto;
    width: 165px;
}

.logo img.dark {
    display: none;
}

body.home .logo img.dark {
    display: block;
}

body.home .logo img.light {
    display: none;
}

#header .logo a {
    display: flex;
}

.columns-wrapper.main-bar {
    height: 56px;
    align-items: center;
}

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

.wpml-ls-legacy-list-horizontal {
    border: none transparent;
    padding: 0px;
    margin-left: -10px;
}

.wpml-ls-legacy-list-horizontal a {
    color: #fff;
	font-weight: 400;
}

.wpml-ls-current-language a {
    font-weight: 500;
    opacity: 1;
}

.wpml-ls-legacy-list-horizontal>ul {
    display: flex;
    align-items: center;
}

a.bar-email {
    color: #fff;
}


body.home .wpml-ls-legacy-list-horizontal a {
    color: var(--dark);
}

body.home a.bar-email {
    color: var(--dark);
}

body.home a.bar-email:hover,
a.bar-email:hover {
    color: var(--accent);
}

button.menu-btn {
    border: 1px solid var(--dark);
    height: 56px;
    padding-left: 30px;
    padding-right: 70px;
    background: #fff;
    position: relative;
}

body.home button.menu-btn {
    background: transparent;
}

button.menu-btn span {
    position: absolute;
    width: 24px;
    height: 1px;
    background: var(--dark);
    right: 23px;
    top: 22px;
}

button.menu-btn span:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 1px;
    background: var(--dark);
    right: 0px;
    top: 9px;
}

body.home button.menu-btn:hover,
button.menu-btn:hover {
background: var(--accent);
}

/*MEGAMENU*/

.mobile__nav {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}

.mobile__nav ul.first-level {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mobile__nav ul.second-level {
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    transform: translateX(100%);
    transition: transform 400ms ease-in;
}

.mobile__nav ul.second-level.active {
    transform: translateX(0%);
}

.mobile__nav ul.third-level.active {
    transform: translateX(0%);
}

ul.first-level a.nav-link {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.5px;
    font-weight: 500;
    padding-top: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--dark);
    position: relative;
}

ul.first-level a.nav-link:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 17px;
    background: url(/wp-content/uploads/2024/09/menu-arrow.svg);
    right: 0;
    top: 27px;
    background-repeat: no-repeat;
    background-size: contain;
}

.second-level li.nav-item a.nav-link {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.5px;
    font-weight: 500;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--dark);
    position: relative;
}

li.nav-item a.nav-link.back__menu {
    font-size: 50px;
    font-weight: 500;
    padding-left: 50px;
}

li.nav-item a.nav-link.back__menu:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 17px;
    background: url(/wp-content/uploads/2024/09/menu-arrow.svg);
    left: 0;
    top: 38px;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotateY(180deg);
}

li.nav-item a.nav-link {
    transition: all 0.4s ease;
}

li.nav-item a.nav-link:hover {
    opacity: 0.7;
}

/*upravy menu*/

#offcanvasMenu {
    width: 960px;
    background: transparent;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    height: 100vh;
}

.offcanvas-inner {
    display: flex;
    height: 100%;
    background-color: var(--accent);
    mask-image: url(/wp-content/uploads/2024/09/menu-1.svg);
    mask-repeat: no-repeat;
    mask-position: right bottom;
    mask-size: 100% auto;
}

.offcanvas-body {
    overflow: hidden;
    padding: 60px 0px 50px 70px;
    display: flex;
    flex-direction: column;
}

.navbar-nav {
    padding-right: 70px;
}

.mobile__nav ul.first-level, .mobile__nav ul.first-level li, 
.mobile__nav ul.second-level, .mobile__nav ul.second-level li {
    background: var(--accent);
}

.offcanvas-right {
    flex: 0 0 224px;
    border-left: 1px solid var(--dark);
    padding-top: 50px;
    padding-left: 40px;
}

button.close {
    position: relative;
    border: none;
    background: transparent;
    padding-right: 60px;
    font-weight: 500;
    color: var(--dark);
}

button.close:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    top: -4px;
    background: url(/wp-content/uploads/2024/09/icon-close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.45s ease;
}

button.close:hover:after {
    transform: rotate(180deg);
}

.offcanvas-bottom img.symbol {
    width: 58px;
    height: 58px;
    display: block;
    margin-left: auto;
    margin-right: 22px;
}

.offcanvas-bottom-inner {
    margin-top: 22px;
    padding-top: 35px;
    border-top: 1px solid var(--dark);
    display: flex;
    justify-content: space-between;
    padding-right: 35px;
}

.offcanvas-bottom-inner a {
    color: var(--dark);
}

.offcanvas-backdrop.show {
    opacity: .8;
}

.offcanvas-backdrop {
    background-color: #36363B;
}



/*HOMEPAGE*/

.home-1 .columns-wrapper {
    padding-top: 140px;
}

.home-1 h1 {
    font-size: clamp(30px, 4vw, 72px);
}

.home-1 h4.w-arrow {
    border-top: 1px solid var(--dark);
    margin-top: 20px;
    padding-top: 32px;
    padding-right: 120px;
    padding-bottom: 15px;
    position: relative;
}

h4.w-arrow:after {
    content: '';
    position: absolute;
    width: 83px;
    height: 83px;
    background: url(/wp-content/uploads/2024/09/arrow_smaller.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 40px;
}

.media-content {
    height: 60vh;
    max-height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

video#background-video, .media-content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-1 .side-left-inner {
    height: 100vh;
}

.home-1 .side-left-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.scroll-button {
    display: block;
    margin-bottom: 15px;
    border-top: 1px solid var(--dark);
    border-bottom: 1px solid var(--dark);
    padding: 38px 40px 38px 0;
}

.scroll-button a {
    font-size: 15px;
    color: var(--dark);
    font-weight: 500;
    position: relative;
    display: block;
}

.scroll-button a .icon-arrow-scroll {
    position: absolute;
    right: 0;
    top: -1px;
    font-size: 23px;
}

.scroll-button a:hover {
    color: var(--accent);
}

.component-1 {
    position: relative;
}

.component-1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(500px, 55vw, 1100px);
    height: auto;
    z-index: 1;
    object-fit: contain;
    margin-top: -60px;
    margin-left: -40px;
}

ul.priemysel-zoznam {
    margin-top: 30px;
    column-count: 2;
    column-gap: 20px;
    max-width: 600px;
}

ul.priemysel-zoznam li {
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--dark);
}

ul.priemysel-zoznam li:nth-child(1),
ul.priemysel-zoznam li:nth-child(4){
    border-top: 1px solid var(--dark);
}

.home-2 .col-2-5 {
    margin-top: 20px;
}

.home-2 .col-3-5 {
    align-self: flex-end;
    padding-bottom: 50px;
}

i.icon-arrow_bigger {
    font-size: 120px;
}

.home-2 .side-left {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 80px;
}

.home-2 .side-left i {
    display: block;
    text-align: right;
}

.side-text {
    display: flex;
    align-items: center;
    gap: 20px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    width: 220px;
    margin-bottom: 80px;
}

span.big-number {
    font-size: clamp(100px, 12vw, 240px);
    font-weight: 500;
    line-height: 1;
}


/*SLIDER*/ 
.section.home-3.myslider {
    overflow: hidden;
}

#slider-container {
    height: 100vh;
    overflow: visible;
    width: 100%;
    /*max-height: 850px;*/
}

#slider-container .slider {
    height: 100vh !important;
    /*max-height: 850px;*/
}

#slider-container .slide {
    height: 100vh !important;
    display: flex;
    border: none;
    /*max-height: 850px;*/
}

.slick-list {
    overflow: visible !important;
}

.myslider .row.side .columns-wrapper {
    padding-left: 0;
}

.panel {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    /*max-height: 850px;*/
}

#slider-container .columns-wrapper {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
}

.service-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 80px;
    padding-left: clamp(30px, 4vw, 60px);
    border-top: 1px solid var(--dark);
    border-bottom: 1px solid var(--dark);
}

.service-text-top span {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -1px;
    top: 10px;
    position: relative;
    margin-right: 10px;
}

.service-text-bottom p {
    max-width: 420px;
}

.service-text-bottom h2{
    max-width: 500px;
}

.col-6.service-image {
position: relative;
    height: 100%;
}

.service-image-bgr {
    height: 100%;
    width: 52vw;
    position: absolute;
    left: 0;
    top: 0;
    /*max-height: 850px;*/
}

.image-01 .service-image-bgr {
background: url(/wp-content/uploads/2024/09/service_hero.jpg);
background-size: cover;
background-position: center;
}

.image-02 .service-image-bgr {
    background-image: url(/wp-content/uploads/2024/09/welding-work-with-metal-construction-busy-metal-factory.jpg);
    background-size: cover;
    background-position: center;
}

.image-03 .service-image-bgr {
    background-image: url(/wp-content/uploads/2024/09/engineer-controlling-plasma-laser-cutting-metal.jpg);
    background-size: cover;
    background-position: center;
}

.image-04 .service-image-bgr {
background-image: url(/wp-content/uploads/2024/09/closeup-shot-sparks-flying-from-industrial-steel-cutter.jpg);
background-size: cover;
background-position: center;
}

.image-05 .service-image-bgr {
    background-image: url(/wp-content/uploads/2024/09/welding-work-with-metal-construction-busy-metal-factory-2.jpg);
    background-size: cover;
    background-position: center;
}

.image-06 .service-image-bgr {
    background-image: url(/wp-content/uploads/2024/09/portrait-young-worker-hard-hat-large-waste-recycling-factory-e1726650133182.jpg);
    background-size: cover;
    background-position: center;
}

.image-07 .service-image-bgr {
    background-image: url(/wp-content/uploads/2025/11/Untitled.jpg);
    background-size: cover;
    background-position: center;
}

span.service-mask-number {
    position: absolute;
    color: #E3E7ED;
    font-size: 320px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    bottom: -100px;
    right: 2vw;
    width: auto;
    font-weight: 500;
}

.section.home-3.myslider .side-left {
    border-top: 1px solid var(--dark);
    padding-top: 85px;
    padding-bottom: 90px;
}

h2.side-title {
    display: flex;
    align-items: center;
    gap: 20px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    width: 220px;
    margin-bottom: 80px;
    font-size: 50px;
    font-weight: 500;
}

.myslider .side-left-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#slide-counter {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    width: 220px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-4 .side-left-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30px;
    gap: 50px;
}

.home-4 .row.side>.columns-wrapper {
    padding-top: 80px;
    padding-bottom: 90px;
}

.home-4 .side-text-top {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    width: 220px;
    max-height: 300px;
    display: flex;
    align-items: center;
}

.home-4 .columns-wrapper.inner {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
    align-items: center;
    border-bottom: 1px solid var(--dark);
    padding-top: 70px;
    padding-bottom: 40px;
}

.home-4 .columns-wrapper.inner:last-child {
    border-bottom: none;
}

h3.garancie-title {
    font-size: clamp(60px,6vw,115px);
    margin: 0;
}

.home-5 .col-6.big-bgr {
    position: relative;
    padding-right: 200px;
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: 800px;
}

.home-5 .col-6.big-bgr .bgr {
    position: absolute;
    width: 50vw;
    height: 100%;
    top: 0;
    right: 0;
    background: var(--accent);
    background-image: url(/wp-content/uploads/2024/09/9001.svg);
    background-repeat: no-repeat;
    background-position: top 60px right -20px;
    background-size: 200px 600px;
}

.home-5 .col-6.big-bgr .column-inner {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.home-5 .col-6.big-bgr h3 {
    max-width: 520px;
}

.certifikaty-zoznam {
    max-width: 520px;
}

.certifikaty-zoznam .crtfkt-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--dark);
}

.certifikaty-zoznam .crtfkt-item:first-child {
    border-top: 1px solid var(--dark);
}

.section.home-6 .side-left .side-left-inner {
    min-height: 660px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.section.home-6 .side-left i.icon-arrow_bigger {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 80px;
}

.section.home-6 .columns-wrapper .col-12 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 60px;
}

img.klienti-img {
    position: absolute;
    bottom: 0;
    right: -50px;
    height: auto;
    width: clamp(300px, 70vw, 1120px);
    object-fit: contain;
}

.home-6 h3,
.home-6 p {
    max-width: 350px;
    position: relative;
    z-index: 1;
}

#slider-clients {
    position: relative;
}

#clientsCursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    padding: 0;
    font-size: 16px;
    font-size: 25px;
    text-transform: uppercase;
    background-color: var(--accent);
    color: var(--dark);
    border-radius: 50%;
    text-align: left;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0); /* Start with scale 0 */
    transition: transform 0.2s ease; /* Smooth transition */
  }

#clientsCursor span {
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160px;
}

#clientsCursor span.sign {
    margin-top: 55px;
    margin-left: -10px;
}

.section.home-7 {
    border-top: 1px solid var(--dark);
}

#slider-clients {
    padding-top: 120px;
    padding-bottom: 120px;
}

#slider-clients .slick-track {
    display: flex;
    align-items: center;
    gap: 100px;
}

#slider-clients img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}

.section.realizacie {
    background: var(--grey);
    padding-top: 120px;
}

.realztn-years {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.years-divider {
    height: 1px;
    width: 250px;
    min-width: 200px;
    background: #fff;
}

.realztn-years h3 {
    margin-bottom: 0;
}

a.realztn__item-inner {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    justify-content: space-between;
}

a.realztn__item-inner h3.client {
    margin: 0;
    flex: 0 0 60%;
    transition: all 0.3s ease;
}

a.realztn__item-inner:hover h3.client {
    color: var(--accent);
}

a.realztn__item-inner p.krajina {
    margin-left: 0;
    margin-right: auto;
}

a.realztn__item-inner p.rok {
    flex: 0 0 50px;
}

.realizacie-list {
    height: 80vh;
     position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 250px;
}

.realizacie-wrapper .col-8 {
    position: relative;
    padding-top: 80px;
}

.realizacie-wrapper .col-8:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 250px;
    background: linear-gradient(to bottom, rgb(108 109 116 / 0%), #6C6D74);
    bottom: 0;
    left: 0;
}

.realizacie-list-title .realztn__item {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    justify-content: space-between;
}

.realizacie-list-title .client {
    margin: 0;
    flex: 0 0 60%;
}

.realizacie-list-title p.krajina {
    margin-left: 0;
    margin-right: auto;
}

.realizacie-list-title p.rok {
    flex: 0 0 50px;
}

.realizacie-list-title p {
    padding-left: 23px;
    position: relative;
}

.realizacie-list-title p:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: var(--accent);
    border-radius: 50%;
    left: 0;
    top: 6px;
}

.section.realizacie .main-btn {
    color: var(--dark);
    display: block;
    width: 100%;
}

.columns-wrapper.realizacie-wrapper .col-4 {
    padding-left: 80px;
    padding-right: 40px;
    position: relative;
}

.realizacie-image {
    position: relative;
    width: 100%;
    padding-bottom: calc(100% + 140px);
}

.realztn-image {
    width: 100%;
    height: calc(100% - 80px);
    position: absolute;
    left: 0px;
    top: 80px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    background-size: cover;
    background-position: center;
}

.realztn-image--active {
    opacity: 1;
}

.realztn-image.first {
    opacity: 1;
}

.realztn-image:first-child {
    opacity:1;
}

.columns-wrapper.realizacie-wrapper .col-4 i {
    color: var(--accent);
    font-size: 160px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 40px;
}

.section.home-8 {
    background: var(--accent);
    padding-top: 60px;
}

.home-8 .col-4 {
    padding-left: 60px;
}

.home-8 .col-4 p {
    max-width: 360px;
}

.section.home-9 {
    background: url(/wp-content/uploads/2024/09/jobs_hero.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -80px;
    padding-bottom: 220px;
}

.home-9 .subtraction-bgr img {
    max-width: 1920px;
}

.home-9 .subtraction-bgr {
    background: linear-gradient(to right, #b8d50d, #b8d50d);
    background-size: calc(100% - 1919px) 100%;
    background-position: top right;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;   
}

.home-9 .col-4 {
    padding-top: 120px;
}

.home-9 .position-numbers-item {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-9 span.position-number {
    font-size: clamp(50px, 5.5vw, 120px);
    line-height: 1;
    font-weight: 500;
}

.home-9 span.position-text {
    font-size: clamp(18px, 1.2vw, 22px);
    line-height: 1.1;
    font-weight: 500;
    flex: 0 0 220px;
}

.position-numbers-item.top {
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}


/*PAGE*/  

.section.page-top.light {
    background: var(--grey);
    position: relative;
}

.section.page-top .side-left-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.section.page-top .scroll-button {
    border-top: 1px solid #fff;
    border-bottom: none;
}

.section.page-top .scroll-button a {
    color: #fff;
}

.col-5.page-title {
    padding-top: 450px;
    padding-bottom: 35px;
    z-index: 2;
    flex: 0 0 45%;
    max-width: 45%;
}

.col-5.page-title p.subtitle {
    max-width: 500px;
    padding-right: 100px;
    position: relative;
    border-top: 1px solid #fff;
    padding-top: 30px;
}

.col-5.page-title p.subtitle i {
    position: absolute;
    font-size: 30px;
    right: 0;
    bottom: 8px;
}

.col-5.page-title h1 {
    max-width: 500px;
}

.section.page-top .row.side .side-left {
    border-right: 1px solid #fff;
}

.col-7.page-background {
    position: relative;
    z-index: 1;
     flex: 0 0 55%;
    max-width: 55%;
}

.col-7.page-background .page-bgr {
    position: absolute;
    width: calc(50vw + 240px);
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: -240px;
}

.col-7.page-background .page-bgr:after {
    content: '';
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #262627, rgb(24 24 26 / 53%) 40%, rgb(120 120 124 / 0%));
    opacity: 0.8;
}

.page-top .substr-img {
    position: absolute;
    width: 240px;
    height: 100%;
    margin-left: -240px;
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #6c6d74, #6c6d74);
    background-size: 240px calc(100% - 400px);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.page-top .substr-img img {
   width: 240px;
    height: 400px;
    object-fit: contain;
    object-position: top;
}

.section.content-page .side-left h2 {
    display: flex;
    align-items: center;
    gap: 20px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    width: 220px;
    font-size: 50px;
    font-weight: 500;
}

.section.content-page .side-left-inner {
    padding-bottom: 80px;
    padding-top: 150px;
    border-bottom: 1px solid var(--dark);
}


.sidebar-content a {
font-size: 28px; 
    color: var(--dark);
    font-weight: 500;
    letter-spacing: -0.8px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    width: 220px;
    padding-bottom: 70px;
    padding-top: 105px;
    position: relative;
    height: 375px;
}
 
.sidebar-content a:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(/wp-content/uploads/2024/09/icon-email.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 70px;
    transform: rotate(180deg);
}


/*CONTACT FORM*/ 
#contact {
    background: var(--dark);
}

#contact .col-4.contact-text {
    position: relative;
    padding-top: 80px;
}

#contact .col-4 h3 {
    position: relative;
    max-width: 300px;
}

#contact .col-4 p {
    position: relative;
}

.contact-text-bgr {
    position: absolute;
    background: var(--accent);
    width: 50vw;
    height: 100%;
    top: 0;
    right: 0;
}

#contact .side-left {
    position: relative;
    z-index: 2;
}

#contact .side-left-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.input-box span.input-title {
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    position: relative;
    display: block;
    color: #fff;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: flex;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    width: 100%;
    border: none;
    padding: 15px 0;
    height: 50px;
    background: transparent;
    font-family: 'Borna';
    font-size: 16px;
    outline: none;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    margin-bottom: 35px;
    color: #fff;
}

.wpcf7 textarea {
    height: 140px;
}

.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 textarea:focus {
    border-bottom: 1px solid var(--accent);
}

.col-8.contact-form.light {
    padding: 90px 70px;
}

.columns-wrapper.middle.gdpr-wrapper {
	display: flex;
	padding-top: 30px;
	justify-content: space-between;
	padding: 0;
	flex-wrap: nowrap;
	width: 100%;
	flex: 0 0 100%;
}

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

span.wpcf7-list-item {
    margin: 1px;
}

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

span.wpcf7-list-item-label {
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    line-height: 1.1;
    color: #fff;
	cursor: pointer;
}

span.wpcf7-list-item-label a {
    text-decoration: underline;
    color: #fff;
}

span.wpcf7-list-item-label a:hover {
    color: var(--accent);
}

span.wpcf7-list-item-label:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 0px;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
}

span.wpcf7-list-item-label:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: var(--accent);
	background-image: url(/wp-content/uploads/2024/09/icon-check-dark.svg);
	background-size: 18px 13px;
	background-position: center;
	background-repeat: no-repeat;
    border-radius: 0px;
    display: block;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
	opacity: 0;
	transition: all 0.3s ease;	
}

input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
opacity: 1;
}

button.main-btn {
	border: none !important;
	padding: 25px 90px 25px 25px;
}

button.main-btn:after {
    right: 20px;
}

.wpcf7-not-valid-tip {
    color: #ff4b02 !important;
    font-size: 12px;
    position: absolute;
	bottom: 15px;
	left: 0;
}

.gdpr-wrapper .wpcf7-not-valid-tip {
	bottom: -25px;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ff4b02;
	background: #ff4b02;
	color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	padding: 20px;
	color: #fff;
}

span.dnd-upload-counter {
    display: none;
}

.codedropz-upload-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.codedropz-upload-wrapper {
    width: 100%;
    margin-bottom: 50px;
}

.codedropz-upload-wrapper h4 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0.38;
}

.codedropz-upload-wrapper h4 span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-top: 3px;
}

.codedropz-upload-wrapper .codedropz-upload-inner>span {
    display: none;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    text-decoration: underline;
}

.codedropz-upload-handler {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    position: relative;
    background: #6C6D74;
}

.codedropz-upload-container {
    padding: 40px 20px;
}

img.form-img {
    position: absolute;
    left: -180px;
    bottom: 0;
    width: clamp(300px,45vw,650px);
    height: 720px;
    object-fit: contain;
    z-index: 2;
}


/*sluzby*/ 
.section.sluzby-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

h2.sluzby-title {
    font-size: 120px;
}

a.sluzba-item {
    color: var(--dark);
    border-top: 1px solid var(--dark);
    display: inline-block;
    width: 100%;
    padding-top: 24px;
}

a.sluzba-item h4 {
    padding-right: 35px;
    position: relative;
    margin-bottom: 45px;
}

a.sluzba-item h4:after {
    content: '';
    width: 24px;
    height: 21px;
    position: absolute;
    background: url(/wp-content/uploads/2024/09/menu-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 1px;
    right: 0;
    transform: rotate(-45deg);
}

.sluzba-image {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}

.sluzba-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

a.sluzba-item:hover {
    color: var(--accent);
}

a.sluzba-item:hover img {
    transform: scale(1.1);
}




/*FOOTER*/ 
#footer {
    background: #222126;
}

#footer a:hover {
    color: var(--accent);
}

.footer-1 {
    padding-top: 100px;
    padding-bottom: 180px;
}

#footer a.email {
    color: var(--accent);
    text-decoration: underline;
}

#footer .socials a {
    margin-bottom: 10px;
    display: inline-block;
}

.col-3-5.footer-arrow {
    color: #fff;
    text-align: right;
}

.col-3-5.footer-arrow i.icon-arrow_bigger {
    font-size: 100px;
    transform: rotateY(180deg);
    position: relative;
    display: inline-block;
}


#contactCursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    padding: 0;
    font-size: 16px;
    font-size: 25px;
    text-transform: uppercase;
    background-color: var(--accent);
    color: var(--dark);
    border-radius: 50%;
    text-align: center;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0); /* Start with scale 0 */
    transition: transform 0.2s ease; /* Smooth transition */
  }

  #contactCursor span {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    color: var(--dark);
}

a#contact-text {
    position: relative;
    padding-top: 30px;
    padding-bottom: 70px;
    font-size: clamp(30px, 2.8vw, 50px);
    font-weight: 500;
    display: inline-block;
}

.section.footer-2 .row.in-grid .columns-wrapper.inner {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0;
}

.section.footer-2 .row.in-grid .columns-wrapper.inner .col-1-5 {
    padding-left: 0;
}

.section.footer-2 p {
   padding-top: 30px; 
}

.footer-menu {
    padding-top: 33px;
    padding-bottom: 28px;
    display: flex;
    border-bottom: 1px solid #fff;
    justify-content: space-between;
}

.footer-4 .columns-wrapper.inner {
    padding-top: 21px;
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    align-items: center;
}

.footer-4 .columns-wrapper.inner .col-1-5 {
    padding-left: 0;
}

.footer-4 p {
    font-size: 12px;
}

.footer-4 .columns-wrapper.inner .col-3-5 {
    text-align: right;
    padding-right: 0;
}

.footer-4 .columns-wrapper.inner .col-3-5 p {
    opacity: 0.32;
}


/*RESPONSIVE*/ 
@media (min-width: 1000px) {
    .page-top .substr-img img.mobile,
    .side-left-scroll.mobile {
        display: none;
    }
}

@media (max-width: 1000px) {
#header {
    padding-top: 10px;
    z-index: 100;
}
    
.side-left {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
}

#header .row.in-grid .side-left {
    flex: 0 0 110px;
    width: 110px;
}

.logo img {
    height: auto;
    width: 100px;
}

#header .row.side .columns-wrapper {
    flex: 0 0 calc(100% - 110px);
    width: calc(100% - 110px);
    padding-left: 0px;
    padding-right: 0;
    height: 46px;
    justify-content: flex-end;
    padding-top: 15px;
}

#header .col-3-5 {
    width: 100px;
    flex: 0 0 100px;
	position: relative;
}
	
.wpml-ls-legacy-list-horizontal {
    position: absolute;
    right: 8px;
    top: -12px;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 5px 5px 6px;
}

a.bar-email {
    display: none;
}

.main-bar .col-2-5 {
    display: flex;
    justify-content: flex-end;
    width: auto;
    flex: 0 0 auto;
}

button.menu-btn {
    height: 46px;
    padding-left: 20px;
    padding-right: 60px;
}

button.menu-btn span {
    position: absolute;
    width: 24px;
    height: 1px;
    background: var(--dark);
    right: 13px;
    top: 17px;
}

main {
    margin-top: -83px;
}

.row.side .columns-wrapper {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
}

.section.home-1 .row.side .side-left {
    border-right: none;
    border-bottom: none;
}

.scroll-button {
    margin-bottom: 10px;
    padding: 25px 40px 25px 0;
}

.home-1 .row.side .columns-wrapper {
    padding-top: 120px;
    position: absolute;
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 30px;
}


.main-btn {
    padding: 22px 110px 22px 30px;
    font-size: 14px;
    letter-spacing: 1.5px;
}

.main-btn:after {
    right: 28px;
    top: 27px;
}

.side-text {
    writing-mode: unset;
    transform: rotate(0deg);
    width: 100%;
    margin-bottom: 0px;
}

.component-1 img {
    left: 50%;
    width: auto;
    height: 400px;
    margin-top: calc((100vh - 530px) + 255px);
    margin-left: auto;
    transform: translateX(-50%);
}

.home-1 h4.w-arrow {
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 80px;
    padding-bottom: 10px;
}

.media-content {
    height: calc(100vh - 530px);
    margin-top: 10px;
}

.home-2 .row.side .side-left {
    padding-top: 420px;
    border-right: none;
    border-bottom: 1px solid var(--dark);
    padding-right: 0;
}

.home-2 .row.side .side-text {
    padding-right: 60px;
}

i.icon-arrow_bigger {
    font-size: 60px;
}

.home-2 .side-left i {
    margin-top: -80px;
}

h4.w-arrow:after {
    width: 55px;
    height: 55px;
    top: 25px;
}

ul.priemysel-zoznam li {
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.home-2 {
    padding-bottom: 60px;
}


.section.home-3.myslider .side-left {
    border-top: 1px solid var(--dark);
    padding-top: 15px;
    padding-bottom: 15px;
    border-right:  none;
}

.myslider .side-left-inner {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

h2.side-title {
    writing-mode: unset;
    transform: rotate(0deg);
    width: auto;
    margin-bottom: 0px;
    font-size: 45px;
}

#slide-counter {
    writing-mode: unset;
    transform: rotate(0deg);
    width: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.panel {
    width: 100%;
    height: calc(100vh - 88px);
    display: flex;
}

.col-6.slide-text {
    order: 2;
    flex: 0 0 auto;
    position: relative;
}

.col-6.service-image {
    position: relative;
    height: auto;
    order: 1;
    width: 100%;
    flex: 0 0 100%;
    min-height: 210px;
}

.service-image-bgr {
    width: 100%;
}

span.service-mask-number {
    font-size: 120px;
    bottom: -30px;
    right: -30px;
}

.service-text {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 0;
    border-top: none;
    height: 100%;
}

.myslider .row.side .columns-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.home-4 .side-text-top {
    writing-mode: unset;
    transform: rotate(0deg);
    width: 100%;
    max-height: auto;
}

.home-4 .side-left-inner {
    padding-top: 20px;
    gap: 20px;
    padding-bottom: 25px;
}

.section .row.side .side-left {
    border-right: none;
    border-bottom: 1px solid var(--dark);
}

.home-4 .row.side>.columns-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.home-4 .row.side>.columns-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0;
}

.home-4 .columns-wrapper.inner {
    padding-top: 40px;
    padding-bottom: 20px;
}

h3.garancie-title {
    font-size: 36px;
   padding-bottom: 20px;
}

.columns-wrapper {
    padding: 0
}

.home-5 .col-6.big-bgr {
    padding-right: 0px;
    padding-top: 50px;
    padding-bottom: 30px;
    min-height: auto;
}

.home-5 .col-6.big-bgr .bgr {
    width: 100vw;
    height: 100%;
    top: 0;
    right: -15px;
    background-position: top 50px right -10px;
    background-size: 100px 250px;
}

.home-5 .col-6.big-bgr h3 {
    padding-right: 100px;
    min-height: 250px;
}

.certifikaty-zoznam {
    max-width: 100%;
    margin-top: 50px;
}

.home-5 .col-4 {
    padding-top: 50px;
    padding-bottom: 400px;
}

img.klienti-img {
    position: absolute;
    bottom: 240px;
    right: 0px;
    height: 400px;
    width: 100%;
    object-fit: contain;
}

.section.home-6 .side-left .side-left-inner {
    min-height: auto;
}

.section.home-6 .side-left i.icon-arrow_bigger {
    bottom: 10px;
    right: 0px;
    font-size: 60px;
}

.section.home-6 .columns-wrapper .col-12 {
    padding-bottom: 30px;
    padding-top: 30px;
}

#slider-clients {
    padding-top: 60px;
    padding-bottom: 60px;
}

#slider-clients .slick-track {
    gap: 50px;
}

.section.realizacie {
    padding-top: 40px;
}

.realztn-years {
    flex-wrap: wrap;
}

.realztn-years h3 {
    flex: 0 0 100%;
}

span.big-number {
    font-size: 60px;
    flex: 0 0 auto;
}

.years-divider {
    height: 1px;
    width: 40px;
    min-width: 40px;
}

.columns-wrapper.realizacie-wrapper .col-4 {
    padding-left: 50px;
    padding-right: 0px;
}

.columns-wrapper.realizacie-wrapper .col-4 i {
    font-size: 100px;
    top: 30px;
}

.realizacie-image {
    position: relative;
    width: 100%;
    padding-bottom: calc(100% + 100px);
}

.section.realizacie .main-btn {
    padding-left: 15px;
    padding-right: 60px;
}

a.realztn__item-inner h3.client {
    font-size: 16px;
    padding-right: 10px;
}

a.realztn__item-inner p.krajina,
a.realztn__item-inner p.rok {
font-size: 13px;
    line-height: 1.2;
}

.realizacie-list-title p {
    padding-left: 15px;
    position: relative;
}

.realizacie-wrapper .col-8:after {
    height: 100px;
}

.realizacie-list {
    height: 60vh;
    padding-bottom: 50px;
}

.realizacie-wrapper .col-8 {
    padding-top: 40px;
}

.home-8 .col-4 {
    padding-left: 0px;
    padding-bottom: 130px;
}

.section.home-9 {
    position: relative;
}

.home-9 .subtraction-bgr {
    z-index: 2;
    position: relative;
}

.home-9 .row.in-grid .col-4 {
    position: relative;
    z-index: 2;
    padding-top: 50px;
    padding-bottom: 70px;
}

.section.home-9:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 70%), rgb(0 0 0 / 0%));
    z-index: 1;
}

.footer-1 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.col-3-5.footer-arrow i.icon-arrow_bigger {
    font-size: 60px;
}

a#contact-text {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 22px;
}

#contactCursor {
    width: 140px;
    height: 140px;
    font-size: 14px;
}

.footer-menu {
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 8px;
}

.footer-menu a {
    font-size: 14px;
}

.footer-4 .columns-wrapper.inner .col-3-5 {
    text-align: left;
    padding-top: 15px;
}

#offcanvasMenu {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

button.close {
    padding-right: 30px;
    font-size: 0px;
}

button.close:after {
    width: 28px;
    height: 28px;
    right: -28px;
}

.offcanvas-right {
    flex: 0 0 100px;
    padding-top: 50px;
    padding-left: 5px;
    padding-right: 5px;
    height: 100%;
}

.offcanvas-inner {
    mask-size: auto 100%;
}

.offcanvas-body {
    overflow: hidden;
    padding: 40px 0px 20px 15px;
}

ul.first-level a.nav-link {
    font-size: 20px;
}

.navbar-nav {
    padding-right: 20px;
}

li.nav-item a.nav-link.back__menu:after {
    top: 26px;
}

.second-level li.nav-item a.nav-link {
    font-size: 16px;
}

li.nav-item a.nav-link.back__menu {
    font-size: 30px;
}

.offcanvas-bottom-inner {
    padding-right: 15px;
    flex-wrap: wrap;
    gap: 10px;
}


.section.page-top.light .row.in-grid.side {
    display: flex;
    flex-direction: column-reverse;
}

.section.page-top.light .row.in-grid.side > .columns-wrapper {
    flex-direction: column-reverse;
}

.col-5.page-title {
    padding-top: 35px;
    padding-bottom: 35px;
    z-index: 2;
    flex: 0 0 auto;
    max-width: 100%;
}

.col-7.page-background {
    flex: 0 0 auto;
    max-width: 100%;
    height: 350px;
}

.col-7.page-background .page-bgr {
    width: 100vw;
    height: 100%;
    left: -15px;
}

.page-top .substr-img img.desktop {
   display: none;
}

.page-top .substr-img {
    width: 100vw;
    height: auto;
    margin-left: -15px;
    z-index: 1;
    left: 0;
    top: auto;
    bottom: 0;
    background: none;
}

.page-top .substr-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: bottom;
}

.col-7.page-background .page-bgr:after {
    height: 210px;
    opacity: 0.85;
}

.section.page-top .row.side .side-left {
    border-right: none;
    border-bottom: none;
}

.section.content-page .side-left-inner {
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: none;
}

.section.content-page .side-left h2 {
    writing-mode: unset;
    transform: rotate(0deg);
    width: 100%;
    font-size: 40px;
    margin: 0;
}

#sticky.side-left-scroll.desktop {
    display: none;
}

.section.content-page .row.side .columns-wrapper {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.sidebar-content a {
    font-size: 24px;
    writing-mode: unset;
    transform: rotate(0deg);
    width: 100%;
    padding-bottom: 35px;
    padding-top: 0px;
    height: auto;
    padding-left: 90px;
}

.sidebar-content a:before {
    width: 70px;
    height: 70px;
    top: -15px;
    left: 0px;
    transform: rotate(0deg);
}

.side-left-scroll.mobile {
    padding: 40px 0 10px 0;
    border-top: 1px solid var(--dark);
    margin-top: 40px;
}

.contact-text-bgr {
    position: absolute;
    background: var(--accent);
    width: 100vw;
    height: calc(100% + 85px);
    top: -85px;
    right: -15px;
}

#contact .side-left {
    position: relative;
    z-index: 2;
    height: 85px;
}

#contact .col-4.contact-text {
    padding-top: 280px;
    padding-bottom: 20px;
}

img.form-img {
    left: auto;
    right: 0;
    bottom: auto;
    top: -50px;
    width: auto;
    height: 300px;
}

#contact .col-4 h3 {
    position: relative;
    max-width: 100%;
}

.col-8.contact-form.light {
    padding: 40px 0px;
}

.columns-wrapper.middle.gdpr-wrapper {
    flex-direction: column;
    gap: 30px;
}

button.main-btn {
    display: block;
    width: 100%;
}

.section.sluzby-section {
    padding-top: 50px;
    padding-bottom: 30px;
}

h2.sluzby-title {
    font-size: 50px;
}

a.sluzba-item h4 {
    margin-bottom: 25px;
}

a.sluzba-item {
    margin-top: 20px;
    margin-bottom: 30px;
}
}