* {
margin:0;
padding:0;
box-sizing:border-box;
-webkit-tap-highlight-color: transparent;
outline: none;
	scroll-behavior: smooth;
	
}

:root {
--color-white:#ffffff;
--color-black:#000000;
--color-dark:#0b0c14;	
--color-gold:#bc9642;
--color-lblue:#9dc9e1;	
--color-blue:#00a0e3;
	
	
	


--color-blue2:#acc8e5;
--color-yellow:#edc877;		
--color-light:#f5f5f5;
--color-green:#418533;
--color-green2:#adbf21;
--color-gray1:#ececec;
}


@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-Regular.eot');
    src: url('webfonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('webfonts/Montserrat-Regular.woff2') format('woff2'),
        url('webfonts/Montserrat-Regular.woff') format('woff'),
        url('webfonts/Montserrat-Regular.ttf') format('truetype'),
        url('webfonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('webfonts/Montserrat-Bold.eot');
    src: url('webfonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('webfonts/Montserrat-Bold.woff2') format('woff2'),
        url('webfonts/Montserrat-Bold.woff') format('woff'),
        url('webfonts/Montserrat-Bold.ttf') format('truetype'),
        url('webfonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: bold;
    font-display: swap;
}


body {	
	font-size:18px;
	font-family: 'Montserrat', sans-serif;
	font-style:normal;
	color:var(--color-white);
	background-color:var(--color-dark);
}


h1 {
	font-size: 48px;
  text-transform: uppercase;
  line-height: 1.1em;
  font-weight: bold;
  color: var(--color-white);
  background-color: var(--color-white);
  background: linear-gradient(to bottom, #AAAAAA 0%, #FFFFFF 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 0px 38px rgba(0, 160, 227, 0.4);
	margin-bottom: 30px;
}
h1 span {
  color: var(--color-lblue);
  background: linear-gradient(rgb(12, 120, 166) 0%, rgb(68, 177, 222) 100%) padding-box text;
  -webkit-text-fill-color: transparent;
}

h2 {
	font-size:30px;
	font-weight: bold;
	text-transform: uppercase;
	color:var(--color-blue);
	margin: 50px 0 12px 0;
}

h3 {
	font-size:26px;
	font-weight: bold;
	color:var(--color-white);
	text-transform: uppercase;
	margin: 35px 0 12px 0;
}

h4 {	
	font-size:24px;
	font-weight: bold;
	color:var(--color-blue);
}

h5 {
	font-size:20px;
	font-weight: bold;
	color:var(--color-blue);
}
h6 {
	font-size:18px;
	font-weight: bold;
}


a {
text-decoration:none;
transition:.4s;
color:var(--color-blue);
}
a:hover {
color:var(--color-lblue);
}

hr {
	width: 100%;
	background-color: #dadada;
  border: none;
  height: 1px;
}

main{
	float: left;
	width: 100%;
	overflow: hidden;
}
.main-menu {
  display:flex;
	position:fixed;
	top:0;
	width: 100%;
	height: 100px;
	z-index: 9999;
	transition:.2s ease;
		background: rgba(11,12,20,0.85);
	backdrop-filter: blur(4px);
}
.main-menu:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
	right: 0;
  width: 100%;
  height: 1px;
	bottom: 0;
  background: var(--color-blue);
background: linear-gradient(90deg, rgba(0, 160, 227, 0) 15%, rgba(0, 160, 227, 1) 50%, rgba(0, 160, 227, 0) 85%);
	transition: 0.3s;
}
.container-menu {
  width: 100%;
	/*position: fixed;
	position: relative;*/
	z-index: 9999;
	top:20px;
	left: 0;
	display: flex;
	}
.logo{
	width: 207px;
	height: 30px;
	float:left;
	/*position: fixed;*/
	position: absolute;
	display: flex;
	justify-content: center; /* Center horizontally */
	align-items: center; /* Center vertically */
	 grid-area: 1 / 1 / 2 / 2; 
	z-index: 99999;
	top: 35px;
	left: 45px;
	
}
.logo img{
	width: 207px;
	height: auto;
	z-index: 2;
	position: relative;
}
.logo a{
	display: flex;
  justify-content: center;
  align-items: center;
}

nav {
display: inline-block;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
  font-size: 18px;
  grid-area: 1 / 2 / 2 / 3;
  position: relative;
	margin: auto;
  width: auto;
  /*max-width: calc(100% - 550px);*/
	width: 100%;
	
}
.menu-bg-grad{
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: absolute;
}
.menu-bg-grad:after {
	content: "";
  position: absolute;
  display: block;
  left: 0;
	right: 0;
  width: 800px;
  height: 800px;
	bottom: -590px;
	background: var(--color-blue);
	background: radial-gradient(circle, rgba(0, 160, 227, 0.5) 0%, rgba(0, 160, 227, 0) 50%);
	margin: auto;
}

nav a {
display: inline-block;
padding: 38px 40px;
transition: 0.3s;
color: var(--color-lblue);
font-weight: bold;
font-size: 20px;
	text-transform: uppercase;	
	position: relative;	
	z-index: 1;
}

nav a:hover {
color: var(--color-white);
	text-decoration: none;
}

.menu {
flex-direction:row;
list-style-type:none;
	width: 100%;
	margin: auto;
	display: flex;
  justify-content: center;
	flex-wrap: wrap;
	padding: 0 12px;
}

.menu > li {
display:inline-block;
	position: relative;
	
	text-indent: 0;
  padding-left: 0;
  line-height: normal;
  padding-top: 0;
  padding-bottom: 0;
	
}
.menu > li:before {
display:none;
}
/*
.menu li:first-of-type {
	padding: 0 0 0 25px;
}
.menu li:last-of-type {
	padding: 0 25px 0 0;
}*/



.menu-button-container {
display:none;
height:100%;
width:20px;
cursor:pointer;
flex-direction:column;
justify-content:center;
align-items:center;
float:right;
padding: 20px 30px;
}

#menu-toggle {
display:none;
}

.menu-button,.menu-button::before,.menu-button::after {
display:block;
background-color:var(--color-white);
position:absolute;
height:3px;
width:20px;
transition:transform 400ms cubic-bezier(0.23,1,0.32,1);
	z-index: 1;
}

.menu-button::before {
content:"";
margin-top:-4px;
}

.menu-button::after {
content:"";
margin-top:4px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
margin-top:0;
transform:rotate(225deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
background:rgba(255,255,255,0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
margin-top:0;
transform:rotate(-225deg);
}

.header-user {
	float: right;
	display: flex;
    align-items: center;
	height: 62px;
	position: relative;
	right: -15px;
	color: var(--color-white);
	z-index: 9999999;
}
.header-user svg{
	width: 20px;
	height: 20px;
	margin-left: 20px;
}
.header-user p{
	float: left;
}

.dropdown {		
			transition: 0.3s;
		z-index: 9;
        }
.dropdown:hover {
            cursor: pointer;
        }
#dropdown-menu-btn{
	padding: 38px 45px 38px 30px;
        }

#dropdown-menu-btn:before, #dropdown-menu-btn:after {
	 content: '';
	 display: block;
	 position: absolute;
	 width: 10px;
	 height: 3px;
	 border-radius: 1px;
	 top: 48%;
	 right: 15px;
	 background-color: var(--color-white);
	 transition: all 0.3s ease;
}
#dropdown-menu-btn:before {
	 margin-right: 5px;
	 transform: scale(0.96, 0.8) rotate(50deg);
}
#dropdown-menu-btn:after {
	 transform: scale(0.96, 0.8) rotate(-50deg);
}
#dropdown-menu-btn:hover:before, #dropdown-menu-btn:hover:after {
	 background-color: var(--color-lblue);
}

#dropdown-menu-btn.open:before, #dropdown-menu-btn.open:after {
	 background-color: var(--color-white);
}
#dropdown-menu-btn.open:before {
	 transform: scale(0.96, 0.8) rotate(-50deg);
}
#dropdown-menu-btn.open:after {
	 transform: scale(0.96, 0.8) rotate(50deg);
}


.dropdown-menu {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            z-index: 1;
            transition: 0.35s;
			right: 10px;
			top: 94px;
			list-style: none;
			left: 5px;
			padding: 0;

        }
.dropdown-menu a {
            color: var(--color-lblue);
            padding: 10px 15px;
            text-decoration: none;
            display: block;
			background: rgba(11,12,20,0.85);
			border-radius: 10px;
            min-width: 315px;
            /*box-shadow: 0px 8px 36px 0px rgba(0,0,0,0.2);*/
			margin: 4px 0;
			transition: 0.35s;
			font-size: 15px;
			font-weight: bold;
			backdrop-filter: blur(2px);
			border: solid 1px rgba(0,160,227,0.25);
        }
.dropdown-menu a:hover {
			color: var(--color-white);
			background: rgba(11,12,20,0.95);
			border: solid 1px rgba(0,160,227,0.45);
	
-webkit-box-shadow:0px 0px 38px 13px rgba(0,159,227,0.1);
-moz-box-shadow: 0px 0px 38px 13px rgba(0,159,227,0.1);
box-shadow: 0px 0px 38px 13px rgba(0,159,227,0.1);

        }
.dropdown-menu-show {
            visibility: visible;
            opacity: 1;
	z-index: 999;
		top: 87px;
		left: 5px;
		backdrop-filter: blur(2px);
        }
.dropdown-menu li{
	text-indent: 0;
  padding-left: 0;
  line-height: normal;
  padding-top: 0;
  padding-bottom: 0;
	
}
.dropdown-menu li:before {
display:none;
}




.menu-soc{
  position: absolute !important;
  right: 20px;
	display: inline-flex !important;
	justify-content: center;
  align-items: center;
	height: 100px;
}
.menu-soc li {
	text-indent: 0;
  padding:0;
	line-height: normal;
 }
.menu-soc li::before {
	display: none;
 }
.menu-soc a {
	padding: 0;
 }
.menu-soc a svg{
	width: 40px;
	height: 42px;
	padding: 10px;
	transition: 0.3s;
	fill: var(--color-lblue);
	float: right;
	margin: 0 10px;
 }	

.menu-soc a:hover svg {
	fill: var(--color-white);
 }



.arrows-bg-cont{
	width: 100%;
	height: 1350px;
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
	overflow: hidden;
}
.arrows-bg1 {
	rotate: 247deg;
  position: absolute;
  top: -50px;
  right: -608px;
}
.arrows-bg2 {
	rotate: 247deg;
  position: absolute;
  top: -50px;
  right: -1004px;
  height: 120px;
  width: 3000px;
}
.arrows-bg-cont svg{
	fill: var(--color-lblue);
	opacity: 0.03;
	width: 75px;
	height: 106px;
}


.home-hero-sec{
	width: 100%;
	height: 730px;
	position: relative;
	background-image: url('images/auto-hp.png');
	background-repeat: no-repeat;
	background-position: left;
}
 .smoke-container {
      width: 1000px;
      margin: 0 auto;
    }

    .smoke-block {
      z-index: 4;
      position: absolute;
      top: 10px;
  		left: 305px;
      width: 100%;
      height: 100%;
      pointer-events: none;
    }

    .smoke {
      width: 61.4em;
      z-index: -3;
      position: absolute;
      top: 12em;
      left: 0;

      opacity: 0; /* začína ako neviditeľný */

      animation: smoke-animation 8s ease-in-out infinite;
      animation-fill-mode: forwards;
    }

    .smoke-delay-1 {
      animation-delay: 2s;	
    }

    .smoke-delay-2 {
      animation-delay: 4s;
    }

    @keyframes smoke-animation {
      0% {
        opacity: 0;
        transform: translate(-10%, 5%) rotate(.01deg);
      }
      10% {
        opacity: 0.3; 
      }
      50% {
        opacity: 0.5;
      }
      100% {
        opacity: 0;
        transform: translate(10%, -5%) rotate(10deg); /* zľava doprava */
      }
    }


.home-hero {
	width: 100%;
  text-align: right;
	position: relative;
	display: inline-block;
	top: 130px;
}

.home-hero h1, .home-hero h2{
	font-size: 48px;
	text-transform: uppercase;
 	line-height: 1.2em;
	font-weight: bold;
	color:var(--color-white);
	background-color: var(--color-white);
	background: linear-gradient(to bottom, #AAAAAA 0%, #FFFFFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	right: 160px;	
	text-shadow: 0px 0px 38px rgba(0, 160, 227, 0.4);

}
.home-hero h1:after, .home-hero h2:first-of-type:after, .home-hero h2:last-of-type:after{
	content: "";
  position: absolute;
  display: block;
	top: 30px;
	right: -210px;
  width: 175px;
  height: 1px;
	background: rgba(0, 160, 227, 0.5);
}
.home-hero h1 span, .home-hero h2 span{
	color:var(--color-lblue);
	background-color: var(--color-lblue);
	background: linear-gradient(to bottom, #0C78A6 0%, #44B1DE 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.home-hero h1{
	margin: 190px 30px 16px 30px;
}
.home-hero h2{
	display: inline-block;
	margin: 8px 30px;
}
.home-hero h2:first-of-type{
	display: block;
}


.home25-cont {
	border: solid 3px var(--color-gold);
	position: relative;
	right: 100px;
	float: right;
	display: flex;
	justify-content: center;
  align-items: center;
	flex-wrap: wrap;
	width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
	background: none;
  -webkit-animation: pulse 2s 0s ease-out infinite;
  -moz-animation: pulse 2s 0s ease-out infinite;
  animation: pulse 2s 0s ease-out infinite;
}
.home25-cont img{
  width: 80px;
	height: auto;
	position: relative;
  	top: -10px;
	left: 25px;
}
.home25-cont h3{
  font-weight: bold;
	font-size: 13px;
	color: var(--color-gold);
	text-transform: uppercase;
	position: relative;
	top: 22px;
  	left: -19px;
	line-height: 1.2em;
	text-align: left;
	margin: 0;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 8px 6px rgba(188, 150, 66, 0), 0 0 0px 0px rgba(11, 12, 20, 0), 0 0 0px 0px rgba(188, 150, 66, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px #bc9642, 0 0 12px 10px rgba(11, 12, 20, 1), 0 0 12px 14px #bc9642;
  }
  75% {
    box-shadow: 0 0 8px 6px rgba(188, 150, 66, 0), 0 0 20px 40px rgba(11, 12, 20, 1), 0 0 0px 40px rgba(188, 150, 66, 0);
  }
100% {
    box-shadow: 0 0 8px 6px rgba(188, 150, 66, 0), 0 0 20px 10px rgba(11, 12, 20, 0), 0 0 0px 0px rgba(188, 150, 66, 0);
  }	
}
@-moz-keyframes pulse {
  0% {
    box-shadow: 0 0 8px 6px rgba(188, 150, 66, 0), 0 0 0px 0px rgba(11, 12, 20, 0), 0 0 0px 0px rgba(188, 150, 66, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px #bc9642, 0 0 12px 10px rgba(11, 12, 20, 1), 0 0 12px 14px #bc9642;
  }
  75% {
    box-shadow: 0 0 8px 6px rgba(188, 150, 66, 0), 0 0 20px 40px rgba(11, 12, 20, 1), 0 0 0px 40px rgba(188, 150, 66, 0);
  }
100% {
    box-shadow: 0 0 8px 6px rgba(188, 150, 66, 0), 0 0 20px 10px rgba(11, 12, 20, 0), 0 0 0px 0px rgba(188, 150, 66, 0);
  }	
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 8px 6px rgba(188, 150, 66, 0), 0 0 0px 0px rgba(11, 12, 20, 0), 0 0 0px 0px rgba(188, 150, 66, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px #bc9642, 0 0 12px 10px rgba(11, 12, 20, 1), 0 0 12px 14px #bc9642;
  }
  75% {
    box-shadow: 0 0 8px 6px rgba(188, 150, 66, 0), 0 0 20px 40px rgba(11, 12, 20, 1), 0 0 0px 40px rgba(188, 150, 66, 0);
  }
100% {
    box-shadow: 0 0 8px 6px rgba(188, 150, 66, 0), 0 0 20px 10px rgba(11, 12, 20, 0), 0 0 0px 0px rgba(188, 150, 66, 0);
  }	
}

@-webkit-keyframes pulse-mob {
  0% {
    box-shadow: 0 0 8px 6px rgba(188, 150, 66, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px #bc9642;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(188, 150, 66, 0);
  }
}
@-moz-keyframes pulse-mob {
  0% {
    box-shadow: 0 0 8px 6px rgba(188, 150, 66, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px #bc9642;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(188, 150, 66, 0);
  }
}
@keyframes pulse-mob {
  0% {
    box-shadow: 0 0 8px 6px rgba(188, 150, 66, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px #bc9642;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(188, 150, 66, 0);
  }
}	



.onas-sec{
  width: 100%;
	display: flex;
	
}
.onas-sec h2{
  color:var(--color-lblue);
	background-color: var(--color-lblue);
	background: linear-gradient(to bottom, #0C78A6 0%, #44B1DE 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 36px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	
}

    .onas-left, .onas-right {
      display: flex;    
      align-items: center;     
    }

    .onas-left {
      width: 40%;
		justify-content: center; 
    }

    .onas-right {
      width: 60%;
		background:  rgba(9, 36, 54, 0.39);
		border: solid 1px rgba(0,160,227,0.25);
		backdrop-filter: blur(5px);
		border-radius: 20px;
		
-webkit-box-shadow:0px 0px 38px 13px rgba(0,159,227,0.1);
-moz-box-shadow: 0px 0px 38px 13px rgba(0,159,227,0.1);
box-shadow: 0px 0px 38px 13px rgba(0,159,227,0.1);
		
		flex-wrap: wrap;
		padding: 60px;
		margin: 0 80px 0 60px;	
    }
    .onas-right img {
      max-width: 100%;
      height: auto;
    }

.home-sluzby-sec {
	width: 100%;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
	padding: 0 40px;
	margin: 140px 0 0 0;
}

.sluzba {
	height: 230px;
	display: flex;
	align-items: center;
 	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	background:  rgba(9, 36, 54, 0.39);
		border: solid 1px rgba(0,160,227,0.25);
		backdrop-filter: blur(5px);
		border-radius: 20px;
		
-webkit-box-shadow:0px 0px 38px 13px rgba(0,159,227,0.1);
-moz-box-shadow: 0px 0px 38px 13px rgba(0,159,227,0.1);
box-shadow: 0px 0px 38px 13px rgba(0,159,227,0.1);
	
	padding: 10px 30px 60px 30px;
	margin: 18px;
	text-align: center;
	overflow: hidden;
	transition: 0.3s;
		
}
.sluzba svg{
	width: 17px;
	height: auto;
	fill: var(--color-blue);
	position: absolute;
	right: 0;
	left: 0;
	bottom: -20px;
	margin: auto;
	transition: 0.3s;
	z-index: 1;
}
.sluzba h2{
	font-size: 24px;
	color: var(--color-white);	
	text-transform: uppercase;
	z-index: 1;
	margin: 0;
}
.sluzba img{
	opacity: 0.12;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	top: 0;
	bottom: 0;	
	transition: 0.3s;
	object-fit: cover; 
  object-position: center; 
}
.sluzba:hover{
	border: solid 1px rgba(0,160,227,0.45);
	-webkit-box-shadow:0px 0px 38px 13px rgba(0,159,227,0.2);
-moz-box-shadow: 0px 0px 38px 13px rgba(0,159,227,0.2);
box-shadow: 0px 0px 38px 13px rgba(0,159,227,0.2);
}
.sluzba:hover img{
	opacity: 0.22;
}
.sluzba:hover svg{
	fill: var(--color-white);
}


.sluzba1 { grid-area: 1 / 1 / 2 / 2; 
}
/*.sluzba1:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url('images/autofolie.avif');
   opacity: 0.2;
	width: 100%;
	height: auto;
}*/
.sluzba2 { grid-area: 1 / 2 / 2 / 3; }
.sluzba3 { grid-area: 1 / 3 / 2 / 4; }
.sluzba4 { grid-area: 1 / 4 / 2 / 5; }
.sluzba5 { grid-area: 2 / 1 / 3 / 2; }
.sluzba6 { grid-area: 2 / 2 / 3 / 3; }
.sluzba7 { grid-area: 2 / 3 / 3 / 4; }
.sluzba8 { grid-area: 2 / 4 / 3 / 5; }



footer{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	padding-top: 80px;
}
.footer1 { grid-area: 1 / 1 / 2 / 2; }
.footer2 { grid-area: 1 / 2 / 2 / 3; }
.footer3 { grid-area: 1 / 3 / 2 / 4; } 

.footer1, .footer2, .footer3 {
  padding: 60px;
}
.footer1 p:nth-child(3) a:nth-child(2){
  margin-right: 25px;
}


footer h3 {
  font-size: 24px;
	color: var(--color-blue);
	text-transform: uppercase;
	margin: 0 0 35px 0;
}
footer p {
	text-transform: uppercase;
	margin-bottom: 25px;
	line-height: 1.4em;
}
footer a {
	color: var(--color-blue);
}
footer a:hover {
	color: var(--color-lblue);	
}
.open-hours {
	float: right;
}
.open-hours table{
	width: 300px;
	text-transform: uppercase;
	line-height: 1.4em;
}

#mapa {
  height: 280px;
  width: 100%;
	border: solid 1px rgba(0,160,227,0.9);
	border-radius: 20px;
	
}


.creat-cont{
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 20px;
}
.creat-cont::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1600px;
  height: 890px;
  bottom: -550px;
  background: var(--color-blue);
  background: radial-gradient(circle, rgba(0, 160, 227, 0.5) 0%, rgba(0, 160, 227, 0) 50%);
  margin: auto;
	z-index: -1;
}
.creat  {
	text-align: center;
	width: 100%;
}
.creat img {
  margin: 20px 0;
  opacity: 0.7;
}
.creat p{
	font-size: 11px;
	color: #70828b;
}

.sub-hero-sec{
width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
	align-items: stretch; 
  position: relative;
}
.sub-hero-title{
	width: 50%;
	padding: 175px 50px 30px 50px;
	flex: 1;
}
.sub-hero-title p{
	margin: 20px 0;
	float: left;
}
.sub-hero-img{
	width: 50%;
	flex: 1;
	position: relative;
}
.sub-hero-img:before{
	content:"";
	width: 375px;
  	height: 100%;
	background: #0B0C14;
	background: -webkit-linear-gradient(left, rgba(11, 12, 20, 1) 5%, rgba(11, 12, 20, 0) 100%);
	background: -o-linear-gradient(left, rgba(11, 12, 20, 1) 5%, rgba(11, 12, 20, 0) 100%);
	background: linear-gradient(to right, rgba(11, 12, 20, 1) 5%, rgba(11, 12, 20, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.sub-hero-img:after{
	content:"";
	width: 100%;
  	height: 375px;
	background: #0B0C14;
	background: -webkit-linear-gradient(bottom, rgba(11, 12, 20, 1) 5%, rgba(11, 12, 20, 0) 100%);
	background: -o-linear-gradient(bottom, rgba(11, 12, 20, 1) 5%, rgba(11, 12, 20, 0) 100%);
	background: linear-gradient(to top, rgba(11, 12, 20, 1) 5%, rgba(11, 12, 20, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.sub-hero-img img{
	opacity: 0.25;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  transition: 0.3s;
  object-fit: cover;
  object-position: center;
}

.main-sec{
	width: 100%;
	padding: 0 50px;
}
.main-sec p{
	margin: 15px 0;
	line-height: 1.5em;
}
.plain-content-cols {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.plain-content-cols .col {
  padding-left: 10px;
  padding-right: 10px;
}
.plain-content-cols .col:first-of-type {
  padding-left: 0;
  padding-right: 10px;
}
.plain-content-cols .col:last-of-type {
  padding-left: 10px;
  padding-right: 0;
}



.autofolie-subp .w33 img{
	width: 50%;
	height: auto;
	margin: 30px 0;
}
.autofolie-subp .w33 h3{
	font-size: 60px;
	padding: 20px 0;
}

.tazne-subp .w50, .nezavisle-subp .w50 {
	display: flex;
	justify-content: center; 
			align-items: center;
}
.tazne-subp .w50 img, .nezavisle-subp .w50 img{
	width: 50%;
	height: auto;
	margin: 30px 0;
	max-width: 400px;
}
.kontakt-subp .w50 .open-hours{
	float: left;
}
.kontakt-subp .w50 a:nth-child(2) {
  margin-right: 25px;
}
.kontakt-subp #mapa{
  margin: 40px 0;
	height: 500px;
}
.kontakt-subp-icon {
  color: var(--color-white);
  rotate: 270deg;
  font-size: 47px;
  position: absolute;
  bottom: 64px;
  left: 34px;
}


#popupOverlay, #popupOverlayGal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(3px);
    z-index: 99999;
}

#popup {
    position: relative;
    width: 50%;
    max-width: 600px;
    margin: 10px auto;
    background: rgba(255,255,255,0.92);
    padding: 20px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
    overflow-y: auto;
    max-height: 80%;
}

#closePopup {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 30px;
    cursor: pointer;
	padding: 5px 15px;
	color: var(--color-green);
	transition: 0.3s;
}
#closePopup:hover {
	color: var(--color-green2);
}

.grid-gallery {
		  padding: 0.5rem 0;
		}

		.grid-gallery-item {
		  padding: 0;
		  margin: 0.5rem;
		  max-width: 200px;
		  display: inline-block;
			transition: 0.3s;
			position: relative;
			border-radius: 20px;
			border: solid 1px rgba(0,160,227,0.25);
			-webkit-box-shadow:0px 0px 38px 13px rgba(0,159,227,0.1);
-moz-box-shadow: 0px 0px 38px 13px rgba(0,159,227,0.1);
box-shadow: 0px 0px 38px 13px rgba(0,159,227,0.1);
		}
.grid-gallery-item:after{
		  content: "🔎︎";
			display: flex;
			justify-content: center; 
			align-items: center; 
		font-size: 40px;
	color: rgba(255,255,255,0.7);
	text-shadow: 0px 0px 19px rgba(0,0,0,0.5);
			width: 100%;
			height: 100%;
			background: rgba(0,159,227,0.1);
		position: absolute;
		top: 0;
		left: 0;
	opacity: 0;
	transition: 0.3s;
	z-index: 1;
	border-radius: 20px;
		}

		.grid-gallery-item:hover {
		  cursor: pointer;			
			border: solid 1px rgba(0,160,227,0.95);
	-webkit-box-shadow:0px 0px 38px 13px rgba(0,159,227,0.2);
-moz-box-shadow: 0px 0px 38px 13px rgba(0,159,227,0.2);
box-shadow: 0px 0px 38px 13px rgba(0,159,227,0.2);
		}
.grid-gallery-item:hover:after{
		  opacity: 1;
		}
		

		@supports (display: grid) {
		  .grid-gallery {
			display: grid;
			grid-template-columns: repeat(auto-fill,minmax(100px, auto));
			grid-auto-rows: 100px;
			grid-gap: 1rem;
			grid-auto-flow: dense;  
		  }    
		}  
		  @media screen and (min-width: 600px) {
			.grid-gallery {
			  display: grid;
			  grid-template-columns: repeat(auto-fill,minmax(200px, auto));
			  grid-auto-rows: 200px;
			  grid-gap: 2rem;
			  grid-auto-flow: dense;
			}    
		  }

		  .grid-gallery-item {
			margin: 0;
			max-width: none;
			  
		  }

		  .grid-gallery-item:nth-child(2) {
			grid-column: span 2;
		  }

		  .grid-gallery-item:nth-child(5) {
			grid-column: span 2;
		  }

		  .grid-gallery-item:nth-child(8) {
			grid-column: span 2;
		  }

		  .grid-gallery-item img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			  border-radius: 20px;
			  transition: 0.3s;
		  }  


        #popup-gal {
            position: relative;
            width: 100%;
			max-width: 100%;
            /*margin: 50px auto;*/
            /*background: rgba(255, 255, 255, 0.92);*/
            padding: 40px;
            /*box-shadow: 0 0 60px rgba(0, 0, 0, 0.25);*/
            overflow-y: auto;
            max-height: 100%;
            text-align: center;
			display: flex;
			align-items: center;
 			justify-content: center;
        }

        #popup-gal img {
            max-width: inherit;
			  max-height: 100%;
			  height: inherit;
			  /*width: inherit;*/
			  object-fit: contain;
        }
		
		.closePopup {
            width: 100%;
			height: 100%;
			position: absolute;
			z-index: 1;
        }
		
        .closePopup span {
			width: 50px;
			height: 50px;
           position: absolute;
		  top: 3px;
		  right: 3px;
		  font-size: 35px;
		  cursor: pointer;
		  color: var(--color-blue);
		  transition: 0.3s;
		  font-weight: bold;
		  background: rgba(0, 0, 0, 0.8);
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 4px;
			
        }

        .closePopup span:hover {
            color: var(--color-white);
			background: rgba(0, 0, 0, 0.95);
        }

        #prevImage, #nextImage {
            background: none;
            border: none;
            font-size: 40px;
            cursor: pointer;
			position: absolute;
			opacity: 0.75;
			width: 150px;
  			height: calc(100% - 100px);
			z-index: 2;
			transition: 0.3s;			
			color: #e8f3ff;
        }
		#prevImage {
            left: 0;
			text-align: left;
			padding-left: 10px;
        }
		#nextImage {
            right: 0;
			text-align: right;
			padding-right: 10px;
        }
		#prevImage:hover, #nextImage:hover {
			opacity: 0.9;
			color: var(--color-white);
        }
        .popup-counter {
            font-size: 18px;
			position: absolute;
			left: 0;
			right: 0;
			bottom: 4px;
  			opacity: 0.9;
			color: var(--color-white);
        }



ul {
	padding-left: 10px; 
	list-style: none;
	text-align: left;
	  display: inline-block;
}
ul li {
	text-indent: -33px;
	padding-left: 35px;
	line-height: 1.3em;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul li:before {
	content: url("images/odrazka.svg"); 
	position:relative; 
	left: 8px;
  	top: 0;
  	margin-left: 22px;
	width: 10px;
	  height: auto;
	display: inline-block;
}


.w100 {
  width: 100%;
}
.w80 {
  width: 80%;
}
.w75 {
  width: 75%;
}
.w60 {
  width: 60%;
}
.w50 {
  width: 50%;
}
.w40 {
  width: 40%;
}
.w33 {
  width: calc(100% / 3);
}
.w25 {
  width: 25%;
}
.w20 {
  width: 20%;
}

.txa-c {
  text-align: center;
}

.mrgn50-0 {
  margin: 50px 0;
}



@media (max-width:1400px) {
	
.main-menu:after {
background: linear-gradient(90deg, rgba(0, 160, 227, 0) 20%, rgba(0, 160, 227, 1) 50%, rgba(0, 160, 227, 0) 80%);
}
	
.kont-box-wrap a{
 	 width: 50%;
	margin: 20px 0;
}
.kont-tab-wrap {
  width: 100%;
}	
.kont-tab-row a {
  width: 33.33%;
}
	
.home-hero h1, .home-hero h2{
	right: 80px;	
}
.home-hero h1:after, .home-hero h2:first-of-type:after, .home-hero h2:last-of-type:after{
	right: -123px;
  width: 90px;;
}
.home25-cont {
	right: 50px;
}	
.onas-left img{
  width: 120%;
	height: auto;
}	
.home-sluzby-sec {
  grid-template-columns: repeat(2, 1fr);
}
	
}


@media (max-width:1200px) {

.logo {
  width: 160px;
}	
.logo img {
  width: 160px;
}
	
.menu-bg-grad::after {
  width: 600px;
	bottom: -560px;
}	
	
.main-kont-box:first-of-type {
  width: 100%;
}
.main-kont-box {
  width: 100%;
	margin: 10px 0;
}

.onas-sec {
  display: block;
}
.onas-left {
  width: 50%;
  margin: auto;
}
.onas-right {
	width: calc(100% - 100px);
  margin: 0 50px;
}
	
footer{
	grid-template-columns: repeat(2, 1fr);
}
.footer1 { grid-area: 1 / 1 / 2 / 2; }
.footer2 { grid-area: 1 / 2 / 2 / 3; }
.footer3 { grid-area: 2 / 1 / 3 / 3; display: flex; justify-content: center; padding:30px 60px 70px 30px;} 	
	
}


@media (max-width:1000px) {
	
  .main-menu {
    height:63px;
  }
	  .main-menu::after {
    background: linear-gradient(90deg, rgba(0, 160, 227, 0) 5%, rgb(0, 160, 227) 50%, rgba(0, 160, 227, 0) 95%);
  }
.menu-bg-grad {
  display: none;
}	
  .container-menu {
    width: 100%;
	 top: 0;
	left: 0; 
	  position: relative;
	  z-index: unset;
  }
	.logo {
	  margin: 0;
		top: 16px;
    left: 28px;
    width: 131px;
    height: 31px;
		z-index: 9;
	}

.logo img {
  width: 130px;

}
	
.menu-button-container {
	display:flex;
	z-index: 999999;
	position: absolute;
	right: 6px;
	visibility: visible;
	top: 4px;
	}
	
	.menu {
	position:absolute;
	top:0;
	padding:2px 0 0 0;
	left:0;
	flex-direction:column;
	width:100%;
	justify-content:center;
	align-items:center;
	font-size:20px;
	text-align:left;
	line-height:normal;
	height:auto;
		z-index:-99999;
			transition: .4s;
		visibility: hidden;
	background: none;	
		border-radius: 0;
				 max-height: 100vh;
  overflow-y: auto;
		display: inline-block;
		overflow-x: hidden;
			-webkit-box-shadow: 0px 30px 68px -29px rgba(0,0,0,0.0);
-moz-box-shadow: 0px 30px 68px -29px rgba(0,0,0,0.0);
box-shadow: 0px 30px 68px -29px rgba(0,0,0,0.0);


	}
.dropdown-menu a {
  margin: 0;
}	
	#menu-toggle:checked ~ .menu {
		z-index:99999;
		visibility: visible;
		background: rgba(11,12,20,0.85);
  		backdrop-filter: blur(2px);
	}

	#menu-toggle ~ .menu li {
	height:0;
	margin:0;
	padding:0;
	border:0;
	transition: .4s;
		opacity: 0;
		text-align: left;
		z-index: -999999;
		backdrop-filter: blur(2px);
	}

	#menu-toggle:checked ~ .menu li {
	transition: .4s;
	z-index:99999;
		opacity: 1;
		height: 51px;
	}
	#menu-toggle ~ .menu li a{
	padding: 15px;		
		transition: .4s;
		right: -100px;
		opacity: 0;
	}
	#menu-toggle:checked ~ .menu li a{
	padding: 16px;
		right: 0;
		opacity: 1;
	}
	#menu-toggle ~ .menu {
		transition: .4s;
	}


	.menu a {
	width:100%;
	padding:0 0 0 30px;

	}

	.menu > li {
	margin:0;
	padding:.5em 0;
	width:100%;
	z-index:99999;
		position: relative;
	}
	.menu li:last-of-type::after {
  display: none;
	}
	
	nav {
	height:55px;
	position:fixed;
	width:100%;
	z-index:999;
		left: 0;
	visibility: hidden;	
		max-width: 100% ;
	}
	


	 #dropdown-menu-btn {
		 pointer-events: none;
		 color: rgba(255,255,255,0.4);
		 font-size: 13px;
  }
	 #dropdown-menu-btn:hover {
    cursor: auto;
  }
	
	 #dropdown-menu-btn::before, #dropdown-menu-btn::after {
    display: none;
  }
	
	.dropdown-menu {
  visibility: hidden;
  opacity: 0;
			position: initial;
    display: inline-block;
    padding: 0 0 8px 0;
    width: 100%;
}
#menu-toggle:checked ~ .menu .dropdown-menu{
		visibility: visible;
	opacity: 1;

	
}	
	
	.dropdown-menu a {
		display: inline-block;
		font-size: 15px;
		border-radius: 0;
		padding-left: 50px !important;
		background: none;
		backdrop-filter: none;
		border: none;
}
	.dropdown-menu a:hover {
		background: none;
		border: none;
}
	.dropdown-menu a:before {
		content: "";
  width: 2px;
  height: 0%;
  position: absolute;
  top: 0;
  left: 25px;
		background-color: rgba(255,255,255,0.4);
		transition: 0.3s;
}
#menu-toggle:checked ~ .menu .dropdown-menu a:before{
		height: 100%;	
}	
	
	.dropdown {
  height: auto !important;
		visibility:hidden;
	opacity: 0;
}
	.dropdown:hover {
  cursor: auto;
}
#menu-toggle:checked ~ .menu .dropdown {
		visibility: visible;
	opacity: 1;
}
	
.menu-soc {
  position: relative !important;
	height: auto;
	width: 100%;
	right: 0;
}
 #menu-toggle:checked ~ .menu .menu-soc li{
  display: flex;
	justify-content: center;
  align-items: center;
	 width: 50%;
}
.menu-soc a svg {
  float: none;
  display: flex;
	margin: auto;
}	
	
.home-hero-sec {
  height: 550px;
  background-size: 570px;
}
.smoke-block {
  top: -120px;
  left: 220px;
}	
.home25-cont {
  top: -37px;
}
.home-hero h1, .home-hero h2 {
    right: 20px;
	font-size: 34px;
  }	
.home-hero h1::after, .home-hero h2:first-of-type::after, .home-hero h2:last-of-type::after {
    display: none;
}	
.home-hero h2 {
  display: block;
}	
.home-hero h1 {
  margin: 150px 30px 8px 30px;
}	
	
.sub-hero-title {
  width: 100%;
	padding: 125px 30px 30px 30px;
  position: relative;
	z-index: 3;
}	
.sub-hero-img {
  width: 100%;
	position: absolute;
	right: 0;
	height: 100%;
} 
	.main-sec {
  padding: 0 30px;
}
.w33 {
  width: 100%;
}
.autofolie-subp .w33 {
  margin: 0 0 70px 0;
}
.autofolie-subp .w33:last-of-type {
  margin: 0 0 20px 0;
}	
.kontakt-subp-icon {
  left: 15px;
}
	
}


@media (max-width:800px) {
.home-sluzby-sec {
    grid-template-columns: repeat(1, 1fr);
	padding: 0;
	margin: 100px 0 0 0;
  }
.sluzba {
  height: 200px;
margin: 9px 18px;	
}
.sluzba svg {
  bottom: -30px;
}	
	footer {
    display: block;
		padding-top: 50px;
  	}
	.footer1 {
    text-align: center;
  	}
	.footer1, .footer2, .footer3 {
  padding: 30px;
}
	.open-hours table {
  width: 260px;
}
.w50 {
  width: 100%;
}

.plain-content-cols .col {
	padding-left: 0 !important;
  padding-right: 0 !important;
}
	
	
}	

@media (max-width:700px) {
.home-hero-sec {
   /* background-blend-mode: overlay;
    background-color: var(--color-dark);*/
    background-position-x: -80px;
	height: 520px;
  }

 .smoke-block {
    display: none;
  }	
.arrows-bg-cont {
  display: none;
}	
.onas-left {
  width: 70%;
}
 .onas-right {
    width: calc(100% - 60px);
    margin: 0 30px;
	padding: 40px; 
  }	
	
}

@media (max-width:600px) {
  h1 {
    font-size: 40px;
  }	

.kont-box-wrap {
  margin: 0 0 40px 0;
}	
 .kont-box-wrap a {
    width: 100%;
    margin: 25px 0;
  }
.home25-cont {
  -webkit-animation: pulse-mob 2s 0s ease-out infinite;
  -moz-animation: pulse-mob 2s 0s ease-out infinite;
  animation: pulse-mob 2s 0s ease-out infinite;
}	
	
}


@media (max-width:500px) {
	 .home-hero-sec {
    height: 430px;
		 background-position-x: -95px;
  }
 .home-hero h1, .home-hero h2 {
    right: 0;
	 left: 0;
	 font-size: 27px;
	 text-align: center;
  }
 .home25-cont {
    right: 25px;
  }	
.onas-left {
  width: 100%;
}
 .onas-right {
    width: calc(100% - 40px);
    margin: 0 20px;
	padding: 30px; 
  }
	
	.sub-hero-title {
	padding: 120px 30px 30px 30px;
}
 h1 {
    font-size: 28px;
  }
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}	
	
}	

/* ----- HEIGHT ----- */
/*
@media (max-height: 550px) {
.main-menu {
    position: relative;
	height: 61px;
  top: 0;

}
.container-menu {
  position: relative;	
}	
nav {
  position: relative;
}
#menu-toggle ~ .menu li {
	display: none;
	}

	#menu-toggle:checked ~ .menu li {
	display: block;
	}
	
}

@media (min-width: 1000px) and (max-height: 550px) {
  .main-menu {
  position: fixed;
  top: 0;
  height: 130px; 
	  
	  
}	  
.container-menu {
  position: fixed;	
}
#menu-toggle ~ .menu li {
	display: inline-block;
	}

}
*/