@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

/* CSS Document */

:root {
  --font-family: 'Cairo',sans-serif;
  --font-family-2: '', cursive;
  --color-black: #000;
  --color-white: #fff;
  --color-dark: #262626;
  --color-darker: #6F6F6F;
  --color-light: #F5F5F7;
  --color-dark-text: #000;
  --color-light-text: #fff;
  --color-one: #000;
  --color-one-hover: #2DBA4C;	
  --color-two: #E5EEFF;
  --color-three: #FFE600;
  --text-velikost-1: 30px;
  --text-velikost-2: 25px;
  --text-velikost-3: 18px;
  --text-velikost-4: 14px;
  --text-velikost-5: 11.8px;
  --text-velikost-6: 10px;	
  --text-velikost-7: 21px;
  --text-velikost-8: 16px;
  --text-sirka-1: 200;
  --text-sirka-2: 300;
  --text-sirka-3: 500;	
  --text-sirka-4: 600;
  --text-sirka-5: 700;	
  --global-padding-1: 15px;
  --global-padding-2: 7.5px;
  --global-padding-3: 17px 15px;	
  --global-padding-4: 30px;	
  --global-padding-5: 30px 40px;		
  --container-1: 1500px;
  --container-3: 1700px;
  --container-2: 100%;	
  --container-4: 980px;
  --border-radius: 60px;
  --size-1: 100%;
  --size-2: 66.6%;		
  --size-3: 50%;
  --size-4: 33.3%;
  --size-5: 25%;
  --size-6: 20%;
  --size-7: 16.66666666666667%;	
  --size-8: 14.28571428571429%;
  --size-9: 12.5%;			
}

*, *::before, *::after { box-sizing: border-box; }
[duplicate-edit="true"] {position: relative;}
[duplicate-edit="true"][data-activetarget="true"] { box-shadow: 0 0 0 3.5px rgb(4, 221, 141)!important;  border-radius: 5px; outline: none;background: unset; }

.duplicate-edit-container { position: relative;z-index: 1 } 
customactionmodule {display: none}

[duplicate-edit="true"] > customactionmodule {display: none;}
[duplicate-edit="true"][data-activetarget="true"] > customactionmodule { position: absolute;display: flex;align-items: flex-start;justify-content: flex-end; z-index: 1;  width: 100%; top: 0;right: 0;background: unset;pointer-events: none  }
.customactionmodule { display: flex; gap: 5px; } 
.duplicate, .delete { background:rgb(5, 199, 128); color: white;padding: 10px 20px ;cursor: pointer; font-size: 20px; color: white;pointer-events: all  } 
.delete  { background:rgb(3, 189, 121);}
[contenteditable="true"]:focus-visible { outline: 0;    border:0 }
[contenteditable="true"]:hover { outline: 2px solid #333;    border:0;cursor: pointer }
[img-edit="true"]:hover { outline: 2px solid #333;    border:0;cursor: pointer }
html {font-family: var(--font-family);-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;line-height: 1;font-size:  var(--text-velikost-1);max-width: 100%;}
body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-webkit-tap-highlight-color: transparent;text-rendering: optimizelegibility;text-size-adjust: 100%;background: rgb(255, 255, 255);color: rgb(0, 0, 0);cursor: auto;font-size: 15px;font-style: normal;font-weight: 400;margin: 0px;padding: 0px;position: relative;overflow-wrap: break-word;    max-width: 100%;
    }
img {width: 100%;height: auto;}
a {text-decoration: none;color: var(--color-one);cursor: pointer;}
a:hover {text-decoration: underline;color: var(--color-one);}
strikethrough {text-decoration: line-through}
h1 { text-wrap: balance; font-weight: 400;margin-block-start: 0; margin-block-end: 0; }
p { margin-block-start: 0; margin-block-end: 0;line-height: 1.3 }
submenu {z-index: 98;transition: .5s all ease;position: fixed;width: 100%;background: white;left: 0;top: 130px;padding: 2rem 0 3rem;color: black;font-size: 1.5rem;-webkit-box-shadow: 0px 6px 5px -4px rgba(0,0,0,0.21);-moz-box-shadow: 0px 6px 5px -4px rgba(0,0,0,0.21);box-shadow: 0px 6px 5px -4px rgba(0,0,0,0.21);transform: translate(0px, -50vh);z-index: 98;}
submenu.active {transform: translate(0px, 0px);}
submenu a.podtitulek {width: 100%;font-size: 15px;line-height: 30px;font-weight: 200;}
submenu .titulek  {width: 100%;font-size: .8rem;margin-bottom: 0.5rem;font-weight: 600;}
submenu a.podtitulek:hover {font-weight: 500;color: black;text-decoration: none}
#naseprace.active img {transform: rotate(180deg);}
#udelameprovas.active img {transform: rotate(180deg);}
#kontakt.active img {transform: rotate(180deg);}
.w-100 {width: var(--size-1);}
.w-100imp {width: var(--size-1)!important;}
.container {width: var(--size-1);margin: 0 auto;max-width: var(--container-1);padding: var(--global-padding-1);}
.container.sirsi {width: var(--size-1);margin: 0 auto;max-width: var(--container-3);padding: var(--global-padding-1);}
.containercely {width: var(--size-1);margin: 0 auto;max-width: var(--container-2);padding: var(--global-padding-1);}
.containercely.hero {padding: 0;padding-bottom: 0px}
.containercely.pc {max-width: 97%}
.containercely.refkylat {padding: 0 1rem}
.space-between {justify-content:space-between!important;}
.container.maly {width: var(--size-1);margin: 0 auto;max-width: var(--container-4);padding: var(--global-padding-1);}
.black {background: black;color: white; text-align: center;overflow-y: hidden}
.radek {display: flex;justify-content: space-between;align-items: center;width: 100%;flex-wrap: wrap;}
.radek.sgapem {flex-wrap: nowrap;gap: 40px;}
.cely {display: flex;width: var(--size-1);justify-content: center;align-items: center;flex-wrap: wrap;}
.polovina {display: flex;width: var(--size-3);justify-content: center;align-items: center;flex-wrap: wrap;}
.tretina {display: flex;width: var(--size-4);justify-content: center;align-items: center;flex-wrap: wrap;}
.ctvrtina {display: flex;width: var(--size-5);justify-content: center;align-items: center;flex-wrap: wrap;}
.petina {display: flex;width: var(--size-6);justify-content: center;align-items: center;flex-wrap: wrap;}
.sestina {display: flex;width: var(--size-7);justify-content: center;align-items: center;flex-wrap: wrap;}
.sedmina {display: flex;width: var(--size-8);justify-content: center;align-items: center;flex-wrap: wrap;}
.osmina {display: flex;width: var(--size-9);justify-content: center;align-items: center;flex-wrap: wrap;}
.dvetretiny {display: flex;width: var(--size-2);justify-content: center;align-items: center;flex-wrap: wrap;}
.justify-center {justify-content: center;}
.button {background: var(--color-one);display: flex;justify-content: center;align-items: center;padding: var(--global-padding-3);border-radius: var(--border-radius);font-weight: var(--text-sirka-4);transition: .5s}
.button a {font-size: var(--text-velikost-4);display: flex;justify-content: center;align-items: center;color:white;cursor: pointer}
.button:hover {background: var(--color-one-hover);}
.button img {height: 12px;width: 12px;margin-left: 7.5px;}
.buttonblack {cursor: pointer; background: var(--color-black);display: flex;justify-content: center;align-items: center;padding: var(--global-padding-3);border-radius: var(--border-radius);font-weight: var(--text-sirka-4);transition: .5s;color: var(--color-white);}
.buttonblack img {height: 12px;width: 12px;margin-left: 7.5px;}
.buttonblack a {font-size: var(--text-velikost-4);display: flex;justify-content: center;align-items: center;color:white;cursor: pointer}
.buttonblack:hover {background: var(--color-one);}
.buttonoutline {cursor: pointer;background: unset;display: flex;justify-content: center;align-items: center;padding: var(--global-padding-3);border-radius: var(--border-radius);font-weight: var(--text-sirka-4);transition: .5s;color: var(--color-black);border: 3px solid var(--color-black);}
.buttonoutline img {height: 12px;width: 12px;margin-left: 7.5px;filter: invert(1);}
.buttonoutline a {font-size: var(--text-velikost-4);display: flex;justify-content: center;align-items: center;color: var(--color-black);cursor: pointer}
.buttonoutline:hover {background: var(--color-one);border:3px solid var(--color-one);}
.buttonoutline:hover a {color:var(--color-white);}
.buttonoutline:hover img {filter: invert(0);}
.buttonoutlinewhite.mensi {padding: 7px 15px}
.buttonoutlinewhite {cursor: pointer;background: unset;display: flex;justify-content: center;align-items: center;padding: var(--global-padding-3);border-radius: var(--border-radius);font-weight: var(--text-sirka-4);transition: .5s;color: var(--color-white);border: 3px solid var(--color-white);}
.buttonoutlinewhite img {height: 12px;width: 12px;margin-left: 7.5px;filter: invert(1);}
.buttonoutlinewhite a {font-size: var(--text-velikost-4);display: flex;justify-content: center;align-items: center;color: var(--color-white);cursor: pointer}
.buttonoutlinewhite:hover {background: var(--color-one);border:3px solid var(--color-one);}
.buttonoutlinewhite:hover a {color:var(--color-white);}
.buttonoutlinewhite:hover img {filter: invert(0);}

.sedivka {background: var(--color-light);padding: 5vh 0;}
header {width: 100%;position: relative;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;    z-index: 99;}
header .container {width: 100%;    position: relative;
    z-index: 2;}
header .containercely {padding: 35px 0;}
header .containercely .speslradek {display: flex;align-items: center;width: 100%;flex-wrap: wrap;flex-direction: row;justify-content: flex-start;}
header .textrotuj { font-size: 12px; font-weight: 800; padding-left: 10px; }
footer {margin-top: 70px;width: 100%;}
footer .prvnicastmenu { display: flex;align-items: center;gap: 35px}
footer .druhacastmenu { display: flex;align-items: center;gap: 35px}
footer .menu .polozka {display: flex;justify-content: center;align-items: center;font-size: 15px;font-weight: 400;padding: var(--global-padding-2);padding-left: 0px;cursor: pointer;position: relative;padding-bottom: 10px;padding-top: 15px}
footer .menu .polozka a:before { width: 0%; height: 1px; background: #000; content: ""; display: block; position: absolute; bottom: 3px; left: 0px; transition: all .3s ease; }
footer .menu .polozka a:hover:before { width: 96%; }
footer .menu .polozka a:hover {color: black!important}
footer .menu .polozka a {text-decoration: none!important;}
footer .menu {width: 100%;justify-content: flex-start;padding-left: 0px; align-items: center;display: flex;gap: 20px}
footer .logo {display: flex;justify-content: start;align-items: center;cursor: pointer;width: auto}
footer .logo img {max-height:65px;height: 65px;width: auto;}
.copyright { padding-top: 20px; margin-top: 5px; border-top: 1px solid #20202045;margin-bottom: 20px;font-size: 12px }
.textlinkwhite { font-size: 28px; color: white; text-decoration: none; font-weight: 100; }
.mt-0 {margin-top: 0px!important}
.my-8 {margin: 8px auto!important}
.my-15 {margin: 15px auto!important}
.my-30 {margin: 30px auto!important}
.my-50 {margin: 50px auto!important}
.mb-20 {margin-bottom: 20px!important}
.mb-30 {margin-bottom: 30px!important}
.mb-60 {margin-bottom: 60px!important}
.mb-100 {margin-bottom: 100px!important}
.ml-10 {margin-left: 10px!important}
.mt-30 {margin-top: 30px!important}
.mt-200 {margin-top: 200px!important}
.mt-120 {margin-top: 120px!important}
.mb-120 {margin-bottom: 120px!important}
.mt-60 {margin-top: 60px!important}
.mt-20 {margin-top: 20px!important}
.mb-0 {margin-bottom: 0px!important}
.mb-10 {margin-bottom: 10px!important}
.pl-0 {padding-left: 0px!important}
.pr-0 {padding-left: 0px!important}
.px-40 {padding: 0 0px 0 40px!important}
.px-25 {padding: 0 25px!important}
.pr-50 {padding-right:50px!important}
.pb-40 {padding-bottom:40px!important}
.pt-80 {padding-top:80px!important}
.py-80 {padding:80px 0!important}
.p-0 {padding: 0!important}
.pc .logo {display: flex;justify-content: start;align-items: center;cursor: pointer;width: auto}
.pc .logo img {max-height:65px;height: 65px;width: auto;}
.pc .logo .text {font-size: var(--text-velikost-4);font-weight: var(--text-sirka-5);padding: var(--global-padding-2);max-width: 100px;width: 100px} 
.pc .menu {width: 100%;justify-content: flex-start;padding-left: 0px; align-items: center;display: flex;}
.pc .menu .polozka {display: flex;justify-content: center;align-items: center;font-size: 15px;font-weight: 400;padding: var(--global-padding-2);padding-left: 20px;cursor: pointer;position: relative;}
.pc .menu .polozka a:before { width: 0%; height: 1px; background: #000; content: ""; display: block; position: absolute; bottom: 3px; left: 10px; transition: all .3s ease; }
.pc .menu .polozka a:hover:before { width: 100%; }
.pc .menu .polozka a:hover {color: black!important}
.pc .menu .polozka a {text-decoration: none!important;}
.pc .prvnicastmenu { display: flex;align-items: center;gap: 35px}
.pc .druhacastmenu { display: flex;align-items: center;gap: 35px}
.pc .druhacastmenu .cta .menu-btn-1 {display: none}
.swiper-wrapper.dva .swiper-slide:last-child{margin-right: 20px}
.flex-start {align-items: flex-start}
.justify-start {justify-content: flex-start}
.flex-wrap {flex-wrap:wrap}
.pc .menu .polozka img {height: 8px;width: 8px;margin-left: 7.5px;}
.pc .cta { display: flex; justify-content: center; align-items: center; gap: 15px; }
.pc .cta img {height: 20px;width: 20px;opacity: .7}
.gap-5 {gap:5px!important}
.gap-30 {gap:30px!important}
#user img {height: 18px;width: 18px;}
.pc .cta img:hover {cursor: pointer;transition: .4s all; opacity: 1}
.cena .popisek img {display: none;}

.menu-btn-1 {height: 32px;width: 40px;cursor: pointer;margin-left: 25px}
.menu-btn-1 span {scale: .7;}
.menu-btn-1 span, .menu-btn-1 span::before, .menu-btn-1 span::after {background: black;border-radius: 3px;content: '';position: absolute;width: 40px;height: 4px;margin-top: 13px;-webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.menu-btn-1 span::before {margin-top:-12px;}
.menu-btn-1 span::after {margin-top:12px;}
.menu-btn-1.active span {background: transparent;}
.menu-btn-1.active span::before {margin-top: 0;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.menu-btn-1.active span::after {margin-top: 0;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.uvod {display: flex;justify-content: flex-start;align-items: center;font-weight: var(--text-sirka-5);font-size:var(--text-velikost-7);width: 15% }
.uvod .zastupnepismeno {font-size: 36px;padding: 10px 20px 8px 18px;border-radius: 50%;;background:var(--color-one);color: var(--color-white);margin-right: 8px;font-family:var(--font-family-2) }
.hp-banner {width: 96%; padding-bottom: 30px; max-width: 1640px; padding-top: 10px; margin: 0 auto;}
.hp-banner .swiper-wrapper {height: 625px;position: relative;left: 0}
.w-600 {width: 490px!important}
.swiper-wrapper.dva {height: unset}
.hp-banner .swiper-wrapper {height: 625px;position: relative;width: 100%;}
.hp-banner .swiper-wrapper .swiper-slide { flex: 0 0 auto;width: 100%;scroll-snap-align: start;text-align: center;}
.hp-banner .swiper-wrapper .swiper-slider-wrapper{width: 100%;display: flex;transition: .4s all;}
.hp-banner .swiper-wrapper .swiper-slide {width: 100%}
.hp-banner .swiper-wrapper .swiper-slide .holder.pulky { display: grid; grid-template-columns: 1fr 1fr; align-items: center;background: #F1F1F1;padding: 0 120px;}
.hp-banner .swiper-wrapper .swiper-slide .holder {position: relative;width: 100%;height: 100%;border-radius: 0px;overflow: hidden}
.hp-banner .swiper-wrapper .swiper-slide .holder .img {position: relative;height: 100%}
.hp-banner .swiper-wrapper .swiper-slide .holder img.fullcover {position: absolute;width: 100%;height: 100%;object-fit: cover;top: 0;left: 0;z-index: 1}
.hp-banner .swiper-wrapper .swiper-slide .holder video.fullcover {margin: 0px; width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; object-position: center;}
.hp-banner .swiper-wrapper .swiper-slide .holder .text {position: relative; width: 100%; z-index: 2; margin-bottom: 20px;}
.hp-banner .swiper-wrapper .swiper-slide .holder .text .titul {font-size: 42px;line-height: 44px;width: fit-content;margin-bottom: 10px;font-weight: 500}
.swiper-button-next, .swiper-button-prev {  color: black!important; width: 40px!important;height: 40px!important; border-radius: 30px; border: 1.5px solid #b7b7b7;  }
.swiper-button-next:after, .swiper-button-prev:after { font-size: 15px!important; }
.swiper-button-next { right: var(--swiper-navigation-sides-offset, 30px)!important;  }
.swiper-button-prev { left: var(--swiper-navigation-sides-offset, 30px)!important;}
.swiper-button-prev:after { content: 'prev'; left: -1px; position: relative; }
.swiper-button-next:after { content: 'next'; left: 1px; position: relative; }
.swiper-pagination-bullet { width: 40px !important; height: 1px !important; background: #000 !important; border-radius: 0 !important; opacity: 0.5; }
.swiper-pagination-bullet-active { opacity: 1; }
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {bottom: 28px!important}
.svetly {color: #f7f7f7;}
.tmavy {color: #000;}
.hp-banner .swiper-wrapper .swiper-slide .holder .text .podtitul {font-size: 16px; line-height: 20px; width: fit-content; text-align: left; max-width: 60%;}
.lakadlo-cover .vrsek .podtitul.dva {color: #fff;font-size: 26px;font-weight: 100; line-height: 34px;margin-top: 40px; opacity: 1;width: fit-content}
.bigvideo {width:100%;padding-bottom: 30px;padding-left: 40px;padding-top: 40px;padding-right: 40px;height: 90vh;overflow: hidden;position: relative}
.bigvideo .hold { padding: 0 40px; position: relative; height: 100%; border-radius: 10px; overflow: hidden; }
.bigvideo video {position: absolute;width: 100%;height: 100%;object-fit: cover;top: 0;left: 0;z-index: 1}
.hp-banner .swiper-wrapper .swiper-slide .holder .buttony {position: relative; width: 100%; z-index: 2; flex-direction: row; display: flex; gap: 12px; text-align: center;left: -10px}
.whitebtn {text-decoration: none!important; align-items: center;background: linear-gradient(270deg,#fff 50%,#000 0) 100%;background-color: #fff;background-size: 300% 200%;border-radius: 100px;color: #000;display: flex;height: 100%;max-height: 48px;transition: .4s ease-out;border: 2px solid #efefef;padding: 12px 30px;width: fit-content;cursor: pointer;font-weight: 400;position: relative;justify-content: center;text-decoration: none;}
.blackbtn {text-decoration: none!important;align-items: center;background: linear-gradient(270deg,#000 50%,#efefef 0) 100%;background-color: #fff;background-size: 300% 200%;border-radius: 100px;color: #000;display: flex;height: 100%;max-height: 48px;transition: .4s ease-out;border: 2px solid #efefef;padding: 12px 30px;width: fit-content;cursor: pointer;font-weight: 400;position: relative;justify-content: center;text-decoration: none;color: white}
.modrybutton {text-decoration: none!important;align-items: center;background: linear-gradient(270deg,#0080CC 50%,#0080CC 0) 100%;background-color: #0080CC;background-size: 300% 200%;border-radius: 100px;color: #fff;display: flex;height: 100%;max-height: 48px;transition: .4s ease-out;border: 2px solid #0080CC;padding: 12px 30px;width: fit-content;cursor: pointer;font-weight: 400;position: relative;justify-content: center;text-decoration: none;color: white}
.outlinebtn {align-items: center;background: linear-gradient(270deg,transparent 50%,#000 0) 100%;background-position: 100% 100%;background-size: 300% 200%;border-radius: 58px;cursor: pointer;display: flex;
    justify-content: center;max-height: 48px;position: relative;transition: .4s ease-out;width: fit-content;background-color: transparent;border: 1px solid #000;color: #000;font-size: 16px;font-weight: 400;
    height: 100%;line-height: 1;margin-top: 20px;padding: 12px 24px;text-decoration: none!important}
.whitebtn:hover {background-position: 0 100%;border: 2px solid #efefef;color: #fff;}
.modrybutton.mensi, .blackbtn.mensi, .outlinebtn.mensi { padding:6px 15px!important;font-size: 13px!important; line-height: 1.2!important;border-width:2px!important} span.malacena { font-size: 11px; font-weight: 400; }
.modrybutton.nejmensi, .blackbtn.nejmensi, .outlinebtn.nejmensi { padding:4px 15px!important;font-size: 13px!important; line-height: 1.2!important;border-width:2px!important;position: relative;left: -5px}
.blackbtn:hover {background-position: 0 100%;border: 2px solid #efefef;color: #000;}
.outlinebtn:hover{background-origin: border-box;background-position: 0 100%;border-color: #000;color: #fff;}
.modrybutton:hover {background-position: 0 100%;border: 2px solid #ececec;color: #0080CC;background: #ececec}
.oddelovac {padding: 100px 0 40px;}
.oddelovac .speslradek  {gap: 40px;justify-content: flex-start;padding-bottom: 44px;padding-left: 40px;padding-right: 40px;}
.changer {cursor: pointer; color: rgba(0,0,0,.3);font-size: 42px;font-weight: 300;letter-spacing: -.04em;line-height: 32px;padding-left: 20px;transition: color .5s;margin-bottom: 10px}
.changer:hover {color: rgba(0,0,0,1);}
.changer.active {color: rgba(0,0,0,1);}
.sipkamenu { width: 15px !important; height: 15px !important; position: relative; top: 1px; rotate: 180deg; transition: .4s all;}
.smrstena {background-color: #fff;padding: 40px 0;width: 100%;padding-top: 100px;}
.sedybg {background-color: #f7f7f7;}
.flex-start  {justify-content: flex-start;}
.checkikona {width: 80px;margin: 0 auto;}
.flex-end  {justify-content: flex-end;}
.label {color: #181818;font-size: 16px;font-weight: 300;line-height: 20px;opacity: .3;text-transform: uppercase;padding-bottom: 40px}
.labeldva {  color: #fff;;font-size: 16px;font-weight: 300;line-height: 20px;text-transform: uppercase;margin-top: 50px;}
.mw-80{max-width: 80%!important}
.switch-titul {cursor: pointer; color: #000;font-size: 28px;font-style: normal;font-weight: 300;letter-spacing: -.03em;opacity: .3;position: relative;text-align: left;white-space: nowrap;font-size: 40px;line-height: 48px;padding-right: 0;}
.titulekrefky {margin: 10px 0;font-size: 19px;font-weight: 400}
.switch-titul.active, .switch-titul:hover {opacity: 1;}
.switch-img {border-radius: 10px;overflow: hidden;position: relative;width: 100%;max-height: 720px;height: 720px;}
.switch-img img  {height: 100%;object-fit: cover;width: 100%;border-radius: 10px;position: absolute;}
.switch-podtitul {font-size: 40px;line-height: 40px;padding-bottom: 0;color: #181818;text-wrap: balance;}
.mt-40 {margin-top: 40px}
.mt-50 {margin-top: 50px}
.mb-40 {margin-bottom: 40px!important}
.holderobrazku{border-radius: 7px;overflow: hidden;position: relative}
.vetsititul {font-size: 36px;line-height: 1.2;padding-bottom: 20px;color: #181818;font-weight: 400; max-width: 50%;-webkit-margin-before: 0;-webkit-margin-after: 0;margin-block-end: 0;smargin-block-start: 0;text-wrap: balance;}
.vetsititul.cely {max-width: 100%;justify-content: flex-start;}
.megatitul {font-weight:100;font-size: 48px;line-height: 1.1;color: #181818; -webkit-margin-before: 0;-webkit-margin-after: 0;margin-block-end: 0;smargin-block-start: 0;text-wrap: balance;}
.odstavectextvetsi { font-size: 24px; line-height: 1.1; margin-bottom: 20px; }
.odstavectext { font-size: 16px; line-height: 1.3; margin-bottom: 20px;font-weight:300; }
.multiplyimg {mix-blend-mode: multiply}
.textpodvetsimtitulem {font-size: 28px;font-weight: 300;line-height: 36px;max-width: 50%;opacity: 1;padding-bottom: 80px; color: #181818;-webkit-margin-before: 0;-webkit-margin-after: 0;margin-block-end: 0;margin-block-start: 0;text-wrap: balance;}
.switcher-header { display: flex; align-items: center; justify-content: center; gap: 50px; font-size: 17px; line-height: 20px; overflow-x: auto; white-space: nowrap; padding-bottom: 10px; }
.switcher-body { display: flex; align-items: center; justify-content: center;margin: 50px 0 }
.switch-content { display: none; }
.switch-content.active { display: block; width:100%}
.switch-polozka { position: relative;padding-bottom: 10px;cursor: pointer }
.switcher-header .switch-polozka:before { width: 0%; height: 1px; background: #000; content: ""; display: block; position: absolute; bottom: 3px; left: 0px; transition: all .3s ease; }
.switcher-header .switch-polozka:hover:before { width: 100%; }
.switcher-header .switch-polozka.active:before { background: #0080CC;}
.switcher-header .switch-polozka.active { color: #0080CC;}
.switcher-header .switch-polozka.active:before { width: 100%; }
.grid-akci { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 20px; align-items: stretch; }
.polozka-banner { display: flex; position: relative; padding: 40px 40px;justify-content: center;overflow: hidden;min-height: 350px;border-radius: 10px;overflow: hidden}
.polozka-banner.nahoru { align-items: flex-start }
.polozka-banner.dolu { align-items: flex-end }
.polozka-banner .titulek { font-size: 20px; margin-bottom: 10px;text-wrap: balance;font-weight: 600 }
.polozka-banner .podtitulek { font-size: 15px; line-height: 18px;text-wrap: balance;font-weight: 300 }
.polozka-banner.nahoru .cover {pointer-events:none; width: 100%; height: 100%; background: rgb(0, 0, 0); background: linear-gradient(0deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .7) 100%); position: absolute; z-index: 2; left: 0; top: 0; }
.polozka-banner.dolu .cover { pointer-events:none;width: 100%; height: 100%; background: rgb(0, 0, 0); background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .7) 100%); position: absolute; z-index: 2; left: 0; bottom: 0; }
.polozka-banner .textovacast { position: relative; z-index: 3; color: white; text-align: center; }
.control {display: none;}
.polozka-banner  .whitebtn {    padding: 7px 20px;
  font-size: 15px;
  margin: 20px auto 0;    height: unset;}
.grid-1 { height: 100%; display: grid;gap: 20px }
.grid-2 {display: grid;grid-template-columns: repeat(2, minmax(250px, 1fr));gap:20px}
.sedasekce { background: #F1F1F1; padding: 40px 100px 5px 100px; }
.sedasekce .textovacast { display: grid; position: relative; justify-content: center;text-align: center}
.sedasekce .titulek { font-size: 26px; margin-bottom: 10px;text-wrap: balance;font-weight: 600 }
.sedasekce .podtitulek { font-size: 15px; line-height: 18px;text-wrap: balance;font-weight: 300 }
.sedasekce .buttony { display: flex; margin: 20px; gap: 15px; }
.sedasekce .switcher-header .switch-polozka.active {color: #000;}
.sedasekce .switcher-header .switch-polozka.active:before { background: #000;}
.vyskamax400 {max-height: 400px}
.vyskamax300 {max-height: 300px;height: 300px; margin-bottom: 50px; width: auto}
.frontimage { display: flex ; justify-content: center; }
.polozka-banner .bgimage { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }
.polozka-banner  img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.rozpulenasekce {background-color: #181818;border-radius: 10px;flex-direction: row-reverse;max-height: 700px;min-height: 700px;position: relative;align-items: unset;overflow: hidden;}
.prvnicast  {display: flex;flex-direction: column;margin: 40px 0;padding: 0 20px;flex: 1;justify-content: flex-end;padding: 0 40px;}
.druhacast img {height: 100%;object-fit: cover;width: 100%;}
.druhacast {display: flex;flex: 1;}
.prvnicast h3  {margin-block-end: 0;margin-block-start: 0;font-weight: 400;color: white;display: block;font-size: 40px;line-height: 48px;text-wrap: balance;}
.prvnicast p {  color: #fff;font-size: 28px;line-height: 36px;padding-bottom: 40px;text-wrap: balance;}
.imagebutton {align-items: center;background: linear-gradient(270deg,#181818 50%,#fff 0) 100%;background-position: 100% 100%;background-size: 300% 200%;border: 1px solid #fff;border-radius: 58px;color: #fff;
    cursor: pointer;display: flex;font-weight: 400;padding: 14px 32px;position: relative;transition: .4s ease-out;width: -webkit-fit-content;width: -moz-fit-content; width: fit-content;text-decoration: none!important}
.imagebutton:hover {background-position: 0 100%;color: #000;}
.novinka-cover img {position: absolute;width: 100%;height: 100%;overflow: hidden;object-fit: cover;transition: transform .3s ease-out;}  
.novinka-cover .konkret{position: relative;max-height: 500px;height: 500px;overflow: hidden;border-radius: 10px;margin-bottom: 40px}
.novinka-cover.mensi .konkret{max-height: 350px;height: 350px;}
.novinka-cover .konkret:hover img {transform: scale(1.05);}
.novinka-obsah {align-items: flex-start;}
.novinka-obsah h3 {color: #000;  margin-block-end: 0;margin-block-start: 0;font-size: 32px;line-height: 40px;text-wrap: balance;margin-bottom: 24px;font-weight: 400}
.novinka-obsah p {margin-block-end: 0; margin-block-start: 0;color: #181818;font-size: 16px;font-weight: 100;line-height: 24px;opacity: .6;	margin-bottom: 20px;width: 100%}
.simplelink {transition: all .3s ease;display: -webkit-inline-box;position: relative;padding-bottom: 10px}
.simplelink:before {width: 0%;height: 1px;background: #000;content: "";display: block;position: absolute;bottom: 3px;left: 0;transition: all .3s ease;}
.simplelink a {text-decoration: none!important;color: #000!important}
.simplelink:hover {color: black!important}
.simplelink:hover:before {width: 100%;}
.sipka-prava {border: solid #000;border-width: 0 2px 2px 0;display: inline-block;margin-left: 20px;padding: 3px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
.sipka-prava:after {background-color: #000;bottom: -3px;content: "";height: 1px;left: 0;position: absolute;transform-origin: left;transition: all .3s ease;width: 0%;}
.pb-80  { padding-bottom: 80px;}
.lakadlo-cover img {position: absolute;width: 100%;height: 100%;overflow: hidden;object-fit: cover;transition: transform .3s ease-out;}  
.lakadlo-cover {position: relative;max-height: 500px;height: 500px;overflow: hidden;border-radius: 10px;margin-bottom: 40px}
.lakadlo-cover:hover img {transform: scale(1.05);}
.lakadlo-cover .vrsek {position: absolute;width: 100%;height: fit-content;object-fit: cover;top: 50px;left: 50px;z-index: 2;max-width: 50%;text-wrap:balance}
.polovina.lakadlo-cover .vrsek {max-width: 100%;width: unset;padding-right: 40px;}
.lakadlo-cover .vrsek .titul {color: #f7f7f7;font-size: 42px;line-height: 44px;}
.lakadlo-cover .vrsek .podtitul {color: #f7f7f7;font-size: 38px;line-height: 40px;opacity: .7;}
.lakadlo-cover .spodek {position: absolute;width: 100%;height: fit-content;object-fit: cover;bottom: 50px;left: 50px;z-index: 2;flex-direction: row; display: flex;gap: 12px;text-align: center}
.pt-40 {padding-top: 40px}
.p-10 {padding: 10px}
.pt-120 {padding-top: 120px}
.paslogholder {height: 90px;margin: auto;overflow: hidden;position: relative;width: auto;z-index: 1;}
.paslogholder:before {z-index: 2;content: ""; position: absolute;left: 0;top: 0;height: 100%;width: 150px;background: rgb(255,255,255);background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);}
.paslogholder:after {z-index: 2;content: "";position: absolute;right: 0;top: 0;height: 100%;width: 150px;background: rgb(255,255,255);background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);}
.paslog {animation: scroll 60s linear infinite;display: flex;width: calc(129px * 30);}
.logovpasu {height: 90px;width: 129px;margin-right: 120px;}
.logovpasu img {height: 90px;width: 129px;filter: contrast(3) grayscale(1) }
@keyframes scroll {0% {transform: translateX(0);}  100% {transform: translateX(calc(-250px * 7))}}
.align-items-center {align-items: center}
.nowrap {flex-wrap: nowrap}
.tmavybg {background: #181818}
.bilybg {background: #fff}
.tmavytext {color: #181818!important}
.slide-up {transform: translateY(20%);opacity: 0;transition: all 0.5s ease-out;}
.slide-up-visible {transform: translateY(0%);opacity: 1;}
span.uhcka {font-weight: 700;display: flex;margin-bottom: 20px;font-size: 18px;}
.grid-filtr { display: grid; grid-template-columns: 1fr 4fr;gap: 50px; }
.filtrpolozka { display: grid; grid-template-columns: 1fr;padding-bottom: 30px;margin-bottom: 30px;gap: 20px;border-bottom: 1px solid #CCCCCC }
.filtrpolozka .hlava { display: grid; grid-template-columns: 4fr 1fr; }
.filtrpolozka .hlava .prvni { display: flex; align-items: center; justify-content: flex-start; gap: 5px;font-weight: 700;font-size: 16px }
.filtrpolozka .hlava .druhy { display: flex; align-items: center; justify-content: flex-end; gap: 5px; }
.filtrpolozka .hlava .druhy .control img {width: 17px;height: 17px}
.filtrpolozka .obsah {display: grid;grid-template-columns: 1fr;gap: 7px}
.filtrpolozka .obsah .check { display: flex; align-items: center; gap: 5px; }
.vyfiltrovanyobsah .featureimage {position: relative;height: 280px;overflow: hidden;margin-bottom: 40px;border-radius: 10px}
.vyfiltrovanyobsah .featureimage img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover}
.vyfiltrovanyobsah .hornicast { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.vyfiltrovanyobsah .hornicast h1 {font-weight: 700}
.vyfiltrovanyobsah .popis span {font-weight: 700;display: flex;margin-bottom: 20px;color: black}
.vyfiltrovanyobsah .popis {color: rgba(32, 32, 32, 0.753);margin-bottom: 40px;line-height:1.5; }
.grid-karty { display: grid; grid-template-columns: 1fr 1fr 1fr;    gap: 15px; }
.vysledkyhledani { background: #F1F1F1; padding: 15px; border-radius: 20px; }
.vysledkyhledanidetail { background: #F1F1F1; padding: 15px; border-radius: 20px; }
.vysledkyhledani.aktualitylist { background: white;    padding: 0; }
.vysledkyhledani.aktualitylist .karta {padding: 0}
.karta { background: #fff; padding:15px; border-radius: 10px; }
.karta .holder{ display: grid; grid-template-columns: 1fr; gap: 10px; }
.karta .image {border-radius: 6px;overflow: hidden;height: 180px;}
.vysledkyhledanidetail .karta .image {height: 280px;}
.karta .labely { display: flex; align-items: center; justify-content: right; gap: 5px;     font-size: 12px;text-transform: uppercase;min-height: 22px}
.karta .labely .modry { background: #0080CC; color: white; padding: 4px 7px; border-radius: 5px;border:1px solid #0080CC; }
.karta .labely .bily { background: white; color: #0080CC; padding: 4px 7px; border-radius: 5px;border:1px solid #0080CC;  }
.karta .titul h2 { font-size: 15px;margin-left: 5px }
.karta .skladovost { display: flex; align-items: center; justify-content: flex-start; margin-left: 5px; gap: 5px;font-weight:600 }
.karta .skladovost, .skladovost {display:none!important;}
.karta .skladovost img {width: 12px;height: 12px}
.karta .linka { height: 1px; background: #CCCCCC; margin: 15px 5px; }
.karta .buttony { display: grid; grid-template-columns: 1fr; gap: 5px; }
.karta .buttony a{width: 100%}
.karta .cena { display: grid; grid-template-columns: 1fr; gap: 5px;margin-bottom: 20px;margin-left:5px }
.karta .cena .popisek { font-size: 12px; }
.karta .cena .cenasamotna { font-size: 18px; font-weight: 600; }
.karta .cena .oznaceniceny { text-transform: uppercase; font-size: 12px; color: #2020208a; }
.karta .listvyhod { margin-left: 21px; display: grid; }
.karta ul { list-style: disc inside; padding-left: 0; }
.karta  ul li { position: relative; padding-left: 1.5em; text-indent: -1em; list-style-type: none;margin-bottom: 7px }
.karta  ul li::before { content: '•'; position: absolute; left: 0; font-size: 0.75em; line-height: 1; }

.odstavectext ul { list-style: disc inside; padding-left: 0; margin-top: 0;}
.odstavectext  ul li { position: relative; padding-left: 1.5em;  list-style-type: none;margin-bottom: 7px }
.odstavectext  ul li::before { content: '•'; position: absolute; left: 0; font-size: 0.75em; line-height: 1;top:3px; }

.aktualitylist .karta .titul h2 { font-size: 22px;margin-left: 5px;max-width: 70%;margin-bottom: 0 }
.aktualitylist .karta .listvyhod { margin-left: 5px; display: grid;margin-bottom: 15px; }
.aktualitylist .karta .datum { margin-left: 5px; display: grid;margin-bottom: 15px; }
.aktualitylist .karta .image {height: 380px;width: 100%;position: relative}
.aktualitylist .karta .image img {position: absolute;width: 100%;height: 100%;object-fit: cover;object-position: center;top: 0;left: 0}
.vcetneinstalace img  { width: 15px; height: 15px; }
.hlava-detail {display: grid; background: #000d20; color: white; padding: 10px 0;}
.hlava-detail .container {display: flex;justify-content: space-between;align-items: center}
.hlava-detail h1 {font-size: 18px}
.hlava-detail .druhasekce { display: flex; align-items: center; gap: 15px; }
.hlava-detail .prvnisekce { display: flex; align-items: center; gap: 15px; }
.hlava-detail .vcetneinstalace { display: flex; align-items: center; gap: 5px; font-size: 13px; }
.navigace {background: oklab(97.6139% 1.49012e-7 0/.8);margin-bottom: 50px}
.navigace .polozka { display: flex; align-items: center; gap: 5px; color: black; font-size: 11.5px; }
.navigace .polozka span:hover {text-decoration: underline;cursor: pointer;color: black}
.navigace .polozka img {width: 10px;height: 10px;margin-left:-7px;filter:invert(1)}
.popisnasekceproduktu .stitek img { width: 35px; height: 35px;  }
.popisnasekceproduktu .stitek {display:none;}
.popisnasekceproduktu h2 {font-weight: 700;margin-bottom: 5px}
.popisnasekceproduktu p {margin-top: 15px}
.popisnasekceproduktu .malytitul { font-weight: 700; margin-bottom: 5px; font-size: 18px; }
.popisnasekceproduktu ul, .popisnasekceproduktu ol { margin-left: 0; list-style: none; /* Remove default list styles */ padding-left: 0; } 
.popisnasekceproduktu .stitek { background: #0080CC; width: fit-content; padding: 5px 10px 5px 10px; text-align: left; color: white; } 
.tb-1 { min-width: 240px; } .popisnasekceproduktu { width: 100%; } 
.popisnasekceproduktu ul li, .popisnasekceproduktu ol li { position: relative; padding-left: 1.5em; margin-bottom: 7px; } 
.popisnasekceproduktu ul li::before, .popisnasekceproduktu ol li::before { content: '•'; position: absolute; left: 0; font-size: 0.75em; line-height: 1; }

#cart {position:relative;}
#cart .cisilko { position: absolute; background: #0080CC; padding: 2px 5px; color: white; border-radius: 50% 50%; z-index: 9; top: -8px; right: -8px; display: flex; justify-content: center; align-items: center; font-size: 12px; }
.odebratzkosiku {background: #b50707!important;border: 2px solid #b50707!important;}
.odebratzkosiku:hover {color:white!important;background: #c70d0d !important;}

.sidecart { position: fixed; right: -600px; top: 0; width: 600px; height: 100%; background-color: #ffff; box-shadow: -2px 0 5px rgba(0,0,0,0.1); border-left:2px solid #f9f9f9; overflow-y: auto; transition: right 0.3s ease-in-out; z-index: 1000; } 
.sidecart.open { right: 0;  }
.sidecart-header { padding: 20px; color: black; font-size: 22px;font-weight:600; text-align: left; padding-bottom: 15px;border-bottom: 2px solid #f9f9f9} 
.sidecart-content { padding: 20px; display: grid; grid-template-columns: 1fr; gap: 20px;     padding-bottom: 15px;
  border-bottom: 2px solid #f9f9f9;}
.sidecart-content .cart-item {display: flex;align-items: center;justify-content: flex-start;padding-bottom: 15px;border-bottom: 2px solid #f9f9f9}
.sidecart-content .cart-item-image { width: 150px; margin-right: 25px; }
.sidecart-content .cart-item-details { display: grid; gap: 5px; }
.sidecart-content .nazev { font-weight: 700;text-decoration:underline }
.sidecart-content .nazev:hover a {color:#0080CC!important}
.sidecart-close { position: absolute; top: 15px; right: 15px; font-size: 24px; cursor: pointer; color: black; } 
.sidecart .button.modrybutton { width: 100%!important; font-size:15px;font-weight:900 } 
.sidecart .cart-summary { display: grid; gap: 8px; font-size: 17px; }
.sidecart .total-price-with-vat {
    font-weight: 800;margin-bottom:10px
}
.sidecart .quantity-controls { margin: 5px 0; display: flex; align-items: center; gap: 8px; }

.titlemensi { font-size: 18px; font-weight: 700; margin-bottom: 10px; }

.menu-btn-1 {height: 32px;width: 40px;cursor: pointer;margin-left: 25px}
.menu-btn-1 span {scale: .7;}
.menu-btn-1 span, .menu-btn-1 span::before, .menu-btn-1 span::after {background: black;border-radius: 3px;content: '';position: absolute;width: 40px;height: 4px;margin-top: 13px;-webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}
header.tmavy .menu-btn-1 span, header.tmavy .menu-btn-1 span::before,header.tmavy .menu-btn-1 span::after {background:white;}
.menu-btn-1 span::before {margin-top:-12px;}
.menu-btn-1 span::after {margin-top:12px;}
.menu-btn-1.active span {background: transparent;}
.menu-btn-1.active span::before {margin-top: 0;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.menu-btn-1.active span::after {margin-top: 0;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.fullscreen-menu { position: fixed; top: 0; display: none ; right: 0; width: 100%; height: 100%; background: white; flex-direction: column; justify-content: center;  z-index: 10; transform: translateX(600px); transition: .4s all; align-items: center; }
.fullscreen-menu.active {    grid-template-columns: 1fr;grid-template-rows: 1fr ; display: grid ; align-items: center; justify-content: center; transition: .4s all; transform: translateX(0px); } /* Show fullscreen menu when active */
.fullscreen-menu .holder .polozka { cursor: pointer; font-size: 24px; position: relative;    margin-bottom: 20px; text-align:right; color:#1E4234; }
.fullscreen-menu > .holder:nth-child(1) { padding: 15px 60px; }
.fullscreen-menu .holder .polozka .text {opacity:.7;}
.fullscreen-menu .holder .polozka .text:hover {opacity:1; color:#FBB609;}
.fullscreen-menu .holder .polozky { display: none; } /* Submenus hidden by default */
.fullscreen-menu .back-arrow { display: none; font-size: 24px; cursor: pointer; margin-bottom: 20px; }
.fullscreen-menu.show-back .back-arrow { display: block;opacity:.6; } /* Show back arrow when navigating into submenus */
.fullscreen-menu.show-back .back-arrow:hover {opacity:1}
.fullscreen-menu.active-level-two .holder > .visible > .text {font-weight:800;margin-bottom:30px;opacity:1;pointer-events: none;curor:default}
.fullscreen-menu.active-level-three .holder > .visible > .text {font-weight:800;margin-bottom:30px;display:none;opacity:1;pointer-events: none;curor:default}
.fullscreen-menu.active-level-three .holder > .polozka.visible > .polozky.visible > .polozka.visible > .text {font-weight:800;margin-bottom:30px;;opacity:1;pointer-events: none;curor:default}
.fullscreen-menu.active-level-two .holder > .visible > .text .sipkaopen {display:none}
.fullscreen-menu .hidden { display: none; }
.fullscreen-menu .visible { display: block!important; }
.fullscreen-menu .closemenu { position: absolute; right: 55px; top: 55px; width: 24px;opacity:.25;transition:.3s all; cursor:pointer}
.fullscreen-menu .closemenu:hover {opacity:1;}
.fullscreen-menu .asterixvmenu { width: 30px; margin-bottom: 40px; }
.fullscreen-menu .sipkaopen { width: 15px; height: 15px; position: relative; top: 0px;transition:.3s all;transform:rotate(-90deg); }
.fullscreen-menu.active-level-three .sipkaopen {display:none}
.logofullscreen {width:50px;}
.kontaktnisekce { position: relative; bottom: 0; background: var(--color-one); color: #fff; width: 100%; padding: 50px 25px; display:grid;gap:10px} 
.kontaktninadpis { text-align: center; letter-spacing: 0; font-size: 18px;margin-bottom:30px; } 
.justify-center {justify-content:center}
.fullscreen-menu  .buttons { display: grid ; grid-template-columns: 1fr; gap: 10px; }
.fullscreen-menu  .buttons a {width:100%;}

.hornicast .buttony {display: flex;align-items: center;}
.listvyhod ul, .listvyhod ol {  margin-left: 0px;list-style: disc inside; padding-left: 0; }
.listvyhod  ul li,  .listvyhod ol li { position: relative; padding-left: 1.5em; text-indent: -1em; list-style-type: none;margin-bottom: 7px }
.listvyhod  ul li::before, .listvyhod ol li::before { content: '•'; position: absolute; left: 0; font-size: 0.75em; line-height: 1; }
.tabulka { display: grid; grid-template-columns: 1fr;margin-bottom: 40px }
.tabulka .podtitul { font-size: 22px; line-height: 1.2; color: #0080CC; margin-bottom: 20px; }
.tabulka .tb { display: flex; gap: 180px; padding: 20px 0; border-bottom: 1px solid #ddd; }
.popisnasekceproduktu .instalacebanner { display: flex; align-items: center; justify-content: flex-start; background: #0080CC12; padding: 25px; border-radius: 5px;    gap: 10px;
  font-weight: 700; margin: 25px 0 }
.popisnasekceproduktu .instalacebanner img {width: 25px;height: 25px}
.instalacebanner .buttony {display:flex;gap:5px}
.inverse {filter: invert(1)}
hr { border: 1px solid #f9f9f9; margin: 20px 0; }
.popisnasekceproduktu .spodek { display: flex; gap: 30px; align-items: center; }
.popisnasekceproduktu .spodek .buttony {display:flex;gap:5px;align-items:center}
.skladovost .ano { color: green; }
.skladovost .ne { color: red; }
.popisnasekceproduktu .cena { display: grid; grid-template-columns: 1fr; gap: 5px;margin-bottom: 0px;margin-left:5px }
.popisnasekceproduktu .cena .popisek { font-size: 12px; }
.popisnasekceproduktu .cena .cenasamotna { font-size: 18px; font-weight: 600; }
.popisnasekceproduktu .cena .oznaceniceny { text-transform: uppercase; font-size: 12px; color: #2020208a; }
.hodnotyvdetailu {margin: 80px 0}
.hodnotyvdetailu  .hodnota { display: grid; text-align: center; justify-content: center;gap: 10px;position: relative }
.hodnotyvdetailu  .hodnota .vrchnihodnota { font-size: 25px;color: #0080CC;font-weight: 700 }
.hodnotyvdetailu  .hodnota:not(:last-child)::after { content: ""; position: absolute; top: 0; right: 0px; width: 1px; height: 100%; background-color: rgb(210, 210, 210); }
.dokumentykestazeni {     row-gap: 50px;margin: 0px 0 20px 0; background: #0080CC; border-radius: 15px;padding: 50px 0 }
.dokumentykestazeni  .dokument { display: grid; text-align: center; justify-content: center;gap: 10px;position: relative }
.dokumentykestazeni  .dokument .vrchnihodnota { font-size: 19px;color: white;font-weight: 700 }
.dokumentykestazeni  .dokument:not(:last-child)::after { content: ""; position: absolute; top: 0; right: 0px; width: 1px; height: 100%; background-color: rgb(255, 255, 255); }
.dokumentykestazeni  .dokument .spodnihodnota { display: flex; align-items: center; gap: 10px; justify-content: center; color: white;font-size: 12px }
.dokumentykestazeni  .dokument .spodnihodnota img {width: 11px;height: 11px}

.sedivkavdetailu { background: #F1F1F1; padding: 40px 200px; }
.sedivkavdetailu .textovacast { display: grid; text-align: center; max-width: 400px; }
.sedivkavdetailu .textovacast.dva { max-width: 800px; text-align: left; padding: 50px 0; width:100%}
.sedivkavdetailu h2 { font-size: 36px; text-wrap: balance; margin: 20px 0}
.sedivkavdetailu p { text-wrap: balance; }
.sedivkavdetailu .labelik { font-size: 18px; color: #26262685; }
.promoakce-1 { position: relative; display: flex; align-items: center; height: 650px;color: white }
.promoakce-1 .obrazek { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; object-fit: cover; }
.promoakce-1 .obrazek img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.promoakce-1 .textovka { height: 100%; z-index: 2; display: grid; align-items: center; width: 50%; backdrop-filter: blur(24px); position: relative; }
.promoakce-1 .textovka:after {position: absolute;content: "";display: block;left: 0;width: 100%;height: 100%;background: #00000077;height: 100%}
.promoakce-1 ul {  margin-left: 21px;list-style: disc inside; padding-left: 0; }
.promoakce-1  ul li { position: relative; padding-left: 1.5em; text-indent: -1em; list-style-type: none;margin-bottom: 7px }
.promoakce-1  ul li::before { content: '•'; position: absolute; left: 0; font-size: 0.75em; line-height: 1; }
.promoakce-1 .titulek span {display: flex;font-weight: 400}
.promoakce-1 .titulek { font-size: 27px; font-weight: 700; }
.promoakce-1 .hold { padding: 40px 70px; position: relative;z-index: 2;}
.modryprechod { display: grid; justify-content: center; text-align: center;padding: 150px 150px;gap: 20px; background: linear-gradient(180deg, rgba(177, 207, 242, 1) 0%, rgba(220, 240, 247, 1) 50%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);margin-bottom: -50px }
.modryprechod h1 {font-weight: 700;}
.modryprechod h1 span {font-weight: 400;text-decoration: underline}
.modryprechod p { max-width: 850px; margin: 0 auto;    text-wrap: balance; }
.kontaktvrsek .doleva { font-size: 60px; margin: 60px 0; }
.kontaktvrsek .text { display: flex; gap: 10px; align-items: center; justify-content: flex-start; }
.kontaktvrsek .prvni, .kontaktvrsek .druha { display: grid; gap: 5px;line-height:1.2; }
.kontaktvrsek .sipkadopravakon { height: 100px; margin-left: 30px; margin-right: 50px; }
.kontaktvrsek .modraikona { background: #E9F8FF; padding: 20px; border-radius: 50%; margin-left: 30px; }
.video-player-container { width: 100%; max-width: 100%; margin-bottom: 0px; }
.video-player { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; }
.video-player iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.gridtri { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.griddva { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.grid-2-uneven { display: grid ; grid-template-columns: 1fr 2fr; gap: 30px;align-items:start; }
.uno { display: grid ; grid-template-columns: 1fr; gap: 10px;align-content: flex-start; }
.dos { display: grid ; grid-template-columns: 1fr; gap: 10px; align-content: flex-start;}
.tres { display: grid ; grid-template-columns: 1fr; gap: 10px; align-content: flex-start;}
.uno .megatitul {position: relative;margin-top: -10px;}
.uzky {font-weight:100!important;}
.produtft {margin-bottom:50px;}
.produtft .holdimage {width: 100%;height: 280px;position: relative;}
.produtft .holdimage img { position: absolute; left: 0; top: 0; object-fit: cover; width: 100%; height: 100%; object-position: center; }
/*END MAIN CSS */
.frontend .custom-slider .custom-image, .frontend .custom-slider .custom-frontimg{pointer-events: none}
.custom-slider {width: 100%; padding-bottom: 30px; max-width: 1920px; padding-top: 0px; margin: 0 auto;position:relative;height: 625px}
.custom-slider.polovicni {height: 50vh}
.custom-slider.polovicni .custom-slide:before {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; content: ""; background: rgb(24,144,255); background: linear-gradient(270deg, rgba(24,144,255,0) 0%, rgb(0 100 192) 100%)}
.custom-slider .custom-slides {position: relative; z-index: 1; width: 100%; height: 625px;}
.custom-slider .custom-control {position: absolute; left: 6%; bottom: 0px; z-index: 2;}
.custom-slider .custom-slides .custom-slide {width: 100%; height: 100%; position: absolute; z-index: 0; opacity: 0; transition: all 1s ease; display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: #F1F1F1; padding: 0 120px;}
.custom-slider .custom-slides .custom-slide.svetly {color: white}
.custom-slider .custom-slides .custom-slide .custom-image {width: 100%; height: 100%; position: absolute; z-index: 1}
.custom-slider .custom-slides .custom-slide .custom-image img {width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; z-index: 1;}
.custom-slider .custom-slides .custom-slide .custom-image .custom-cover {pointer-events: none;display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; z-index: 1; background: rgb(0, 0, 0); background: linear-gradient(90deg, rgb(0 0 0 / 33%) 24%, rgba(255, 255, 255, 0) 100%);}
.custom-slider .custom-slides .custom-slide.active {z-index: 1; opacity: 1}
.custom-slider .custom-frontimg {mix-blend-mode: multiply;position: relative;z-index: 2}
.custom-slider .custom-slides .custom-slide .custom-text {transform: translateY(100px);transition: all 1s ease;z-index: 2}
.custom-slider .custom-slides .custom-slide.active .custom-text {transform: translateY(0px);}
.custom-slider .text {position: relative; width: 100%; z-index: 2; margin-bottom: 20px;}
.custom-slider .titul {font-size: 42px;line-height: 44px;width: fit-content;margin-bottom: 10px;font-weight: 500}
.custom-slider  .podtitul {font-size: 16px; line-height: 20px; width: fit-content; text-align: left; max-width: 60%;}
.custom-slider .buttony {position: relative; width: 100%; z-index: 2; flex-direction: row; display: flex; gap: 12px; text-align: center;left: -10px}
.custom-slider .custom-pravy { position: absolute; top: 50%; z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; right: 25px; rotate: 90deg; background: #F1F1F1; padding: 10px; margin-top: -20px; border-radius: 50%; width: 45px; height: 45px; border: 1.5px solid #b7b7b7; }
.custom-slider .custom-levy { position: absolute; top: 50%; z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; left: 25px; rotate: -90deg; background: #F1F1F1; padding: 10px; margin-top: -20px; border-radius: 50%; width: 45px; height: 45px; border: 1.5px solid #b7b7b7; }
.custom-bullets { display: flex; justify-content: center; align-items: center; margin-top: 30px;margin-bottom: 40px /* Adjust as needed */ } 
.custom-bullet { width: 40px; height: 1px; background-color: #b7b7b7; margin: 0 2px; transition: background-color 0.3s ease; }
.custom-bullet.active { background-color: black; }




.custom-slider.dva .custom-slides {width: 100%; height: 625px;gap: 30px; z-index: 1; position: relative;display: flex; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none;  }
.custom-slider.dva .custom-slides::-webkit-scrollbar { display: none; }
.custom-slider.dva .custom-slides .custom-slide { scroll-behavior: smooth;min-width: 80%;box-sizing: border-box;flex-shrink: 0; width: 80%; height: 100%; position: relative; z-index: 0; opacity: 1; transition: all 1s ease; display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: #F1F1F1; padding: 0 120px;  }

.custom-levycover { position: absolute; left: 0; width: 200px; height: calc(100% + 20px); background: white; top: 0; z-index: 2; background: rgb(255, 255, 255); background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); }
.custom-pravycover { position: absolute; right: 0; width: 200px; height: calc(100% + 20px); background: white; top: 0; z-index: 2; background: rgb(255, 255, 255); background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); }
/*END CUSTOM SLIDER CSS */
.hpvrsek {margin:0px 0}
.hpvrsek .doleva { font-size: 60px; margin: 60px 0; }
.hpvrsek strong {font-size:20px;line-height:1.2}
.hpvrsek span {font-size:15px;line-height:1.2}
.hpvrsek .text { display: flex; gap: 10px; align-items: center; justify-content: flex-start; }
.hpvrsek .prvni, .hpvrsek .druha { display: grid; gap: 5px;line-height:1.2; }
.hpvrsek .sipkadopravakon { height: 100px; margin-left: 0px; margin-right: 80px; }
.hpvrsek .modraikona { background: #E9F8FF; padding: 20px; border-radius: 50%; margin-left: 30px; }

/*kontakt start */
.sedasekcekontakt .boxik  { background: #f7f7f7; padding: 50px; border-radius: 10px; }
.sedasekcekontakt .boxik  h3 { color: #000; margin-block-end: 0; margin-block-start: 0; font-size: 32px; line-height: 40px; text-wrap: balance; margin-bottom: 24px; font-weight: 400; }
.sedasekcekontakt .boxik  a {color: #000;font-size: 24px;line-height: 30px; text-decoration: none}
.sedasekcekontakt .boxik  p {color: #5F5F5F;font-size: 18px;line-height: 24px; margin: 40px 0}
.sedasekcekontakt .boxik .fotka { position: relative; top: -95px; margin-bottom: -55px; }
.sedasekcekontakt .boxik .fotka img {max-height: 110px;width: auto}
.gridkontakt {display:grid;grid-template-columns: 1fr 1fr;margin: 50px 0}
.gridkontakt .image {position:relative;min-height:500px;position:relative;width:100%}
.gridkontakt .image img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}
.gridkontakt .image .cover {position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,0.8001794467787114) 24%, rgba(255,255,255,0) 100%);}
.gridkontakt .image .text {color:white;display:grid;gap:10px;position:absolute;bottom: 50px;left:50px;z-index:3}
.gridkontakt .formular {display: grid;grid-template-columns: 1fr;gap: 10px;padding: 40px;background: #f7f7f7;align-items: center}
.gridkontakt .formular .polozka {display:grid;grid-template-columns: 1fr;color: black;gap: 15px}
.gridkontakt .formular .polozka .buttonoutlinewhite{ height: fit-content; margin-top: 30px; }
.gridkontakt .formular .polozka:last-child {display: flex}
.gridkontakt .formular input, .gridkontakt .formular textarea,.gridkontakt .formular select  {background: white;padding: 10px;color:black;border: 0;outline: 0;border-radius: 8px}
.gridkontakt .formular select {width:100%}
.gridkontakt .formular .texthold {color: black;display: grid;grid-template-columns: 1fr;gap: 20px}
.gridkontakt .formular .texthold .titul {font-size: 30px;padding-left: 25px}
.gridkontakt .formular .texthold ul {line-height: 2}
.sekceobchodaku {display: grid;grid-template-columns: 1fr;gap: 40px;padding-bottom: 40px;border-bottom: 1px solid #e2e2e2;margin-top: 50px}
.sekceobchodaku .titulek {font-size: 27px;line-height: 1.1;}
.sekceobchodaku .gridobchodaku {display: grid;grid-template-columns: 1fr 1fr 1fr; gap: 30px}
.sekceobchodaku .gridobchodaku .ocbhodak {color: black;isplay: grid;grid-template-columns: 1fr; gap: 15px;background: white;padding: 30px;border-radius: 15px}
.sekceobchodaku .gridobchodaku .ocbhodak .jmenoprijmeni {font-size: 20px;line-height: 1.1;font-weight: 600}
.sekceobchodaku .gridobchodaku .ocbhodak .pozice {font-size: 15px;line-height: 1.1;}
.sekceobchodaku .gridobchodaku .ocbhodak .pozice.region {margin-top:15px}
.sekceobchodaku .gridobchodaku .ocbhodak .telefon {display: flex;gap: 5px;align-items: center;margin-top: 20px}
.sekceobchodaku .gridobchodaku .ocbhodak .telefon img {height: 18px;width: 18px}
.sekceobchodaku .gridobchodaku .ocbhodak .email {display: flex;gap: 5px;align-items: center;margin-top: 10px }
.sekceobchodaku .gridobchodaku .ocbhodak .email img {height: 18px;width: 18px}
.sedybg .container > .sekceobchodaku:last-child {border-bottom: 0;margin-bottom:50px}
/*kontakt end */


/* hledani */

#searchResult { position: fixed; top: 0; left: 0; width: 100%; background: white; z-index: 99;  max-height: 0; overflow: hidden; opacity: 0; transform: translateY(-50px); transition: max-height 0.4s ease-out, opacity 0.4s ease-out, transform 0.4s ease-out; }
#searchResult.active { max-height: unset;  opacity: 1; opacity: 1; transform: translateY(0px); position: fixed; width: 100%; background: white; top: 0; z-index: 99;-webkit-box-shadow: 4px 18px 33px 0px rgba(0,0,0,0.18); -moz-box-shadow: 4px 18px 33px 0px rgba(0,0,0,0.18); box-shadow: 4px 18px 33px 0px rgba(0,0,0,0.18); }
#searchResult .hledani { display: flex ; align-items: center; justify-content: space-between; width: 100%;    padding: 35px 0; }
#searchResult .hledani .ikonahledani { width: 25px!important; height: 25px!important; }
#searchResult input#search { outline: none; border: 0; font-size: 25px; line-height: 1.1;color: black; width: 100%;box-shadow: none}
#searchResult .prvni { width: 100%;display: flex ; align-items: center; gap: 5px;    padding-left: 20px; }
#searchResult .ikonazavreni {cursor: pointer;opacity: .5;transition: .4s all}
#searchResult .ikonazavreni:hover {opacity: 1}
.search-results { display: grid ; grid-template-columns: 1fr ; max-height: 440px; overflow-y: scroll;  }
.search-results .resultee { padding: 25px 0;gap:7px;display: grid ; grid-template-columns: 1fr;justify-content: start;align-items: center; border-top: 1px solid rgba(33, 35, 39, 0.07); }
.search-results a:hover {color: black!important}
.search-results .resultee a > img {max-width: 70px}
.search-results .resultee a {display: flex;gap:20px;align-items: center}

.search-results .resultee a .textovka { display: grid ; }
.search-results .resultee a .textovka .titul { font-size: 22px; }

.hornilistaseda {background: #000d20;padding: 8px 20px;width: 100%;display: flex;justify-content: flex-end;color: white}
.hornilistaseda .text {display: flex;align-items: center;gap: 10px}
.imagevrch {min-height: 500px;position: relative;width: 100%;display: flex;justify-content: center;align-items: flex-end;padding: 50px 50px 80px;color: white}
.imagevrch img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}
.imagevrch .cover {position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,0.8001794467787114) 24%, rgba(255,255,255,0) 100%);}
.imagevrch .textovacast {z-index: 3;position: relative}
.imagevrch .textovacast h1 {font-size: 55px;line-height: 1.1}
.bilasekcetext {display: grid;grid-template-columns: 1fr;gap: 30px;max-width: 800px;margin: 50px auto;text-align: center;text-wrap: balance}
.bilasekcetext .titul {font-size: 28px;line-height: 1.1;}
.bilasekcetext div {line-height: 1.3}
.gridfeatures {margin-bottom: 50px}
.gridfeatures.jedna {display: grid;grid-template-columns: 1fr 1fr;gap: 20px}
.gridfeatures.dva {display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 20px}
.gridfeatures .feature {display: grid; align-items: flex-end;position: relative;padding: 40px;border-radius: 15px;overflow: hidden;font-size: 22px;line-height: 1.2}
.gridfeatures .feature.sobrazkem {min-height: 600px}
.gridfeatures .feature.sobrazkem  img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}
.gridfeatures .feature.sobrazkem  .cover {position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,0.8001794467787114) 24%, rgba(255,255,255,0) 100%);}
.gridfeatures .druhacast {display: grid;gap: 20px}
.gridfeatures .feature.sobrazkem .text {color:white;z-index: 3;position: relative}
.gridfeatures .feature .text {max-width: 85%;text-align: left;}
.gridfeatures .feature.blue { background: #D3F2FF;align-items: flex-start}
.gridfeatures .feature.cerny { background: #202020}
.product-slider { width: 100%; text-align: center; margin: auto;margin-bottom: 50px }
.main-photo img { width: 100%; height: auto; max-height: 300px; object-fit: contain;user-select: none; }
.main-photo { position: relative; } 
.main-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; background: #fff; padding: 5px; border-radius: 50%; width: 45px; height: 45px; border: 1.5px solid #b7b7b7; } 
.left-arrow { left: 25px; }
.right-arrow { right: 25px; } 
.left-arrow img, .right-arrow img { filter: invert(1) brightness(0.1); object-fit: unset; width: 15px; height: 15px;pointer-events:none;user-select: none; } 
.right-arrow img {rotate: 180deg}
.thumbnails { display: flex; justify-content: center; margin-top: 10px; }
.thumbnail-wrapper { width: 60px; height: 60px; margin: 0 5px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.thumbnail { width: 100%; height: auto; object-fit: cover; cursor: pointer; opacity: 0.6;user-select: none; }
.thumbnail-wrapper.active { border: 2px solid #000; }
.controls { display: flex; justify-content: center; align-items: center; margin-top: 10px; }
.arrow { width: 40px; height: 40px; position: relative; cursor: pointer; display: flex; align-items: center; justify-content: center;  }
.product-slider .arrow img     { filter: invert(1);width: 10px;height: 10px;}
.product-slider .arrow.right-arrow img     { filter: invert(1);width: 10px;height: 10px;transform: rotate(-180deg)}
.line-container { display: flex; justify-content: center; align-items: center; width: 100px; margin: 0 10px;gap:5px }
.line { width: 45px; height: 2px; background-color: #000; margin: 0 1px; }
.line.active { background-color: #ccc; }
.swiper.dva {height:fit-content}
.swiper-button-prev.custom-arrow, .swiper-button-next.custom-arrow { background-color: white; border-radius: 50%; width: 48px; height: 48px; top: 50%; transform: translateY(-50%); box-shadow: none; z-index: 10; border: 0 }
.swiper-button-prev.custom-arrow { left: -24px; /* half of the width */ }
.swiper-button-next.custom-arrow { right: -24px; }
.swiper-button-prev::after, .swiper-button-next::after { color: black; font-size: 18px; }
.container.sedasekce.dva { overflow: visible; position: relative; /* Needed to position arrows properly */ }
.textovacast.tri { display: grid; padding: 20px; width: 100%;}
.textovacast.tri h2 {margin-top:5px;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #20202045;font-size: 36px; line-height: 1.2;  color: #181818; font-weight: 400; text-wrap: balance;}
.textovacast.tri ul { padding-left: .5rem; margin: 1em 0; list-style-type: disc; font-size:16px; }
.textovacast.tri ul ul { list-style-type: circle; }
.textovacast.tri li { margin-bottom: 0.5em; line-height: 1.5; }
.vertikalnenahoru {align-items:flex-start;}
img.zelenauspora { max-height: 30px; margin: 0 auto; width: auto;}
.bluesection { background: #0080cc; color: white; }
.text-center{text-align: center}
.height-unset {height: unset}
.dotace { padding: 5vh 25px; }
.dotace h2 { font-size: 50px; margin: 0 auto; font-weight: 400; }
.dotace h3 { font-size: 27px; font-weight: 400; }
.dotace .podnadpis { font-size: 22px; max-width: 650px; margin: 0 auto; font-weight: 400; }
.tenkalinka { width: 100%; height: 1px; background: #3c444b; }
.dotacnikarta .ikona { max-width: 80px; }
.grid-3 { display: grid ; grid-template-columns: 1fr 1fr 1fr; }
.dotacnikarta { display: grid ; grid-template-columns: 1fr; justify-content: flex-start; text-align: left; }
.dotacnikarta h3 {max-width: 80%;margin-bottom: 5px}
.dotacnikarta .popissluzby { font-size: 18px; margin-bottom: 35px; font-weight: 300; color: #ffffff; }
.dotace .grid-3  {gap: 30px}
.dotacesamaosobe { font-size: 22px; margin-bottom: 40px; background: #00b819; padding: 10px 15px; width: fit-content; border-radius: 8px; }
.form .polozka {display:grid;grid-template-columns:1fr;gap:5px;}
input[type="text"],input[type="email"],input[type="file"],textarea, input[type="password"], input[type="number"] {padding:12px 15px;font-size:16px;border:1px solid #ddd;border-radius:8px;background-color:#fff;box-shadow:0 2px 5px rgba(0,0,0,0.1);transition:box-shadow 0.3s ease,border-color 0.3s ease;outline:none;}
input[type="text"]:focus,input[type="email"]:focus,input[type="file"]:focus,textarea:focus,input[type="password"]:focus {border-color:#007BFF;box-shadow:0 4px 10px rgba(0,123,255,0.2);}
textarea {height:150px;resize:none;}
select {width:320px;padding:12px 15px;font-size:16px;border:1px solid #ddd;border-radius:8px;background-color:#fff;box-shadow:0 2px 5px rgba(0,0,0,0.1);appearance:none;-webkit-appearance:none;-moz-appearance:none;outline:none;transition:box-shadow 0.3s ease,border-color 0.3s ease;}
select:focus {border-color:#007BFF;box-shadow:0 4px 10px rgba(0,123,255,0.2);}
select option {padding:10px;}
.form { display: grid ; gap: 20px; width: 100%;grid-template-columns:repeat(6,1fr) }

.polozka.third { grid-column: span 2; } /* 2/6 = 1/3 */
.polozka.half  { grid-column: span 3; } /* 3/6 = 1/2 */
.polozka.full  { grid-column: span 6; } /* full width */
    .flex { display: flex !important ; }
    a.forma { font-size: 15px!important; text-decoration: underline!important;line-height: 1 !important; }
.zelenkamenu { transition: .4s all;align-items: center; display: grid ; gap: 20px; margin-bottom: 20px; grid-template-columns: 1fr 2.5fr; background: aliceblue; padding: 15px; border-radius: 10px; font-weight: 700;text-decoration: none }
.zelenkamenu .popiszelenky {text-align: right;display: grid;gap:2px}
a.zelenkamenu {text-decoration: none!important}
a.zelenkamenu:hover {color: black;background: rgb(220, 232, 244)}

.zelenkamenu .popiszelenky span { font-weight: 300; }
.kosikpage { display: grid ; grid-template-columns: 1fr ; gap: 20px; align-items: flex-start; }
.kosikpage .levacast {display: grid;gap:20px}
.kosik, .doprava { display: grid ; background: #f7f7f7; padding: 35px 50px; border-radius: 10px; }
.kosik h3, .doprava h3, .fakturacniudaje h3 { color: #000; margin-block-end: 0; margin-block-start: 0; font-size: 32px; line-height: 40px; text-wrap: balance; margin-bottom: 24px; font-weight: 400; }
.fakturacniudaje { display: grid ; background: #f7f7f7; padding: 35px 50px; border-radius: 10px; }
.inputcheck { background: white; padding: 20px; border-radius: 8px; border: 1px solid lightgray;cursor: pointer } 
.inputcheck:hover, .inputcheck.active { background: #d8ecd8; border: 1px solid green; }

#maincart .cart-item {display: flex;align-items: center;justify-content: flex-start;padding: 15px 0;border-bottom: 1px solid #dddddd}
#maincart .cart-item-image { width: 120px; margin-right: 25px; height: 150px; background: white; display: grid ; align-items: center; border-radius: 10px; }
#maincart .cart-item-details { display: grid; gap: 5px; }
#maincart .nazev { font-weight: 700;text-decoration:underline }
#maincart .nazev:hover a {color:#0080CC!important}
#maincart .button.modrybutton { width: 100%!important; font-size:15px;font-weight:900 } 
#maincart .cart-summary { display: grid; gap: 8px; font-size: 17px;margin-top:30px }
#maincart .total-price-with-vat {
  font-weight: 800;margin-bottom:10px
}
#maincart  .quantity-controls { margin: 5px 0; display: flex; align-items: center; gap: 8px; }
.hidden {display: none}
h1.nopost { background: aliceblue; padding: 30px; margin-top: 30px; border-radius: 10px; }
.pt-0 {padding-top:0!important;}
.modryvrch { background: aliceblue; }
.karierapodstrana {padding:80px 0}
.karierapodstrana .modrasekcetext .titul { font-size: 40px; margin: 0px 0 20px; max-width:650px;}
.karierapodstrana .modrasekcetext  .podtitul { font-size: 18px; font-weight: 300; max-width: 750px; line-height: 1.5; }



.faq-container {  margin: 2rem auto; border-top: 1px solid #ddd; } 
.faq-item { border-bottom: 1px solid #ddd; } 
.faq-question { width: 100%; background: none; border: none; font-size: .8rem; font-weight: bold; color: #009BDD; text-align: left; padding: 1rem; cursor: pointer; display: flex; align-items: center; justify-content: space-between; transition: background 0.2s ease; } 
.faq-question:hover { background-color: #f0f8ff; } 
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; padding: 0 1rem; background-color: #fafafa; color: #333; } 
.faq-item.active .faq-answer { max-height: 700px; padding: 1rem; } 
.faq-answer ul { margin: 0; padding-left: 1.2rem; } 
.faq-question .icon { font-size: 1.2rem; margin-right: 10px; width: 20px; display: inline-block; color: #009BDD; transition: transform 0.3s ease; } 
.faq-item.active .icon { transform: rotate(45deg); /* Turns "+" into "–" */ }
.filtroswitch, .zobrazvyfiltr,.ikonaclose,.zrusfiltr  {display: none}
.zakazscroll { overflow: hidden;}
input[type="checkbox" i]:disabled {opacity: .4}
.anotherfiltr { display: flex ; gap: 5px; margin-bottom: 30px; }
.filtrbutton { transition: .4s all;text-decoration: none !important; align-items: center; background: white; background-color: #fff; background-size: 300% 200%; border-radius: 100px; color: #000; display: flex ; height: 100%; max-height: 48px; transition: .4s ease-out; border: 2px solid #efefef; padding: 12px 20px;font-size: 15px; width: fit-content; cursor: pointer; font-weight: 400; position: relative; justify-content: center; text-decoration: none; color: black; }

.filtrbutton.active, .filtrbutton:hover { background: #0080CC; color: white; border: 2px solid #0080CC; }


.floatingbtn { position: fixed; z-index: 9; right: 20px; bottom: 20px;  }
.floatingbtn .holder  { width: 190px;font-size: 14px;transition:.4s all;display: flex; background: #f8f8f8; padding: 12px 20px; border-radius: 30px; color: black; align-items: center; gap: 10px; width: 190px; font-weight: 700; border: 4px solid #dddddd6b; justify-content: center; -webkit-box-shadow: 2px 9px 25px 0px rgba(0, 0, 0, 0.24); -moz-box-shadow: 2px 9px 25px 0px rgba(0, 0, 0, 0.24); box-shadow: 2px 9px 25px 0px rgba(0, 0, 0, 0.24); }
.floatingbtn .holder .ikona svg { width:20px;height:20px;}
.floatingbtn .holder:hover {background:black;color:white;cursor:pointer}
.floatingbtn .holder:hover .ikona svg {filter:invert(1)}


.floatingform { display: none; position: fixed; bottom: 80px; right: 20px; background-color: white; padding: 20px; box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); border-radius: 10px; z-index: 1000; width: 300px; }
.floatingform.active { display: block; }
.floatingform div { margin-bottom: 15px; }
.floatingform input[type="text"], .floatingform input[type="tel"], .floatingform input[type="email"], .floatingform textarea { width: 100%; padding: 8px; margin: 6px 0; box-sizing: border-box; border-radius: 5px; appearance: none; border-style: solid; border: 1px solid #d3d3d3; }
.floatingform textarea { height: 80px; }
.floatingform label { font-weight: bold; }
.floatingform .gdpr { display: flex; align-items: center; }
.floatingform .gdpr input { margin-right: 10px; }
.floatingform button {width: 100%; }


.textoobjednavbce {display:grid;margin-bottom:60px;padding:10px;border-radius:10px;background:aliceblue;border:1px solid #23bdff; text-align:left;}
.buttonypodformem {display: grid;justify-content: center}
.polozka.zpet { border-radius: 10px;border:1px solid #262626;  width: fit-content; padding: 4px 15px; }
.swiper-wrapper {height:unset!important}
.modryblocek { background: #0080cc; padding: 45px; border-radius: 20px; color: white; }
.modryblocek .vetsititul {font-weight: 300;color:white;line-height:1}
.align-stretch {align-items:stretch;}



.submenu.active {display:flex;}
.submenu { width: var(--container-1); max-width:90%; position: absolute; top: 95px; left: 50%; transform: translateX(-50%);background: white; display: none; padding: 30px; filter: drop-shadow(rgba(0, 27, 71, 0.24) 0px 8px 20px); border-radius: 0px;  }
.submenu .hold { display: none ; grid-template-columns: 300px 1fr 300px; height: 100%; align-content: stretch; width: 100%; }
.submenu .hold.mini { grid-template-columns: 1fr 300px; }
.submenu .hold.active { display: grid ;z-index:99; }
.submenu .hold .pravacastmenu { background: #F1F1F1; border-radius: 0 ;padding: 20px 30px; }
.submenu .nahledkat {max-height:250px;    width: unset;}
.submenu .btnspeslsub { display: grid ; grid-template-columns: 15px 1fr; align-items: center; gap: 15px;font-size:20px;font-weight:700; }
.submenu .btnspeslsub:hover {color:var(--color-one);}
.submenu .hold .levacastmenu .menuswitchero { gap:50px;background: white; border-radius: 10px 0 0 10px; padding: 20px 16px; cursor: pointer; font-size: 16px; font-weight: 500; display: grid ; justify-content: flex-start; align-content: space-between; height: 100%; }
.submenu .hold .contentswitchero.active { display: grid; }
.submenu .hold .contentswitchero { display: none; }
.submenu .hold .contentswitchero .links { display: grid ; grid-template-columns: 1fr 1fr; padding: 0 15px 25px; align-items:start;}

.submenu .hold .contentswitchero .links a:hover {color:var(--color-one)} 
.submenu .hold .contentswitchero .links .prvy,.submenu .hold .contentswitchero .links .druhy{ display: grid ; grid-template-columns: 1fr;gap:10px }
.submenu .hold .contentswitchero .topbanner { background: white; border-radius: 0; padding: 30px; margin-bottom: 35px; border: 1px solid #e0e0e0; display: grid ; }
.submenu .hold .contentswitchero .topbanner .topbannertitle {font-size:20px;margin-bottom:2px;font-weight:600; line-height:1.25em;} 
.submenu .hold .contentswitchero .topbanner .topbannercontent { line-height:1.5em;} 
.submenu .hold .contentswitchero .topbanner .toplink {color:var(--color-two);text-decoration:underline;}
.submenu .hold .poslednicastmenu .kontakttitle { font-size: 18px; font-weight: 600; margin-bottom: 30px; line-height:1.2em; }
.submenu .hold .poslednicastmenu .holdan { padding:20px 20px 20px 30px; }
.submenu .hold .poslednicastmenu .holdan .kontaktniosoba { display: grid ; grid-template-columns: 70px 1fr; align-items: center; gap: 15px; margin-bottom: 10px;background:var(--color-modra); border-radius: 50px; }

.submenu .hold .poslednicastmenu .holdan .kontaktniosoba .image { width: 70px; height: 70px;border-radius: 50% 50%; overflow: hidden; position: relative; }
.submenu .hold .poslednicastmenu .holdan .kontaktniosoba .image img {object-fit:cover;width:100%;height:100%;left:0;top:0;}
.submenu .hold .poslednicastmenu .holdan .kontaktniosoba .jmeno { font-size:18px;margin-bottom:5px;font-weight:700; }
.submenu .hold .poslednicastmenu .holdan .kontaktniosoba .pozice { margin-bottom:2px;color:#0080cc; }
@media only screen and (max-width: 1690px) {

}

@media only screen and (max-width: 1500px) {

}

@media only screen and (max-width: 1450px) {

  .referencemodal .modal-container {max-width: 95%;width: 95%;}
}
@media only screen and (max-width: 1300px) {

}
@media only screen and (max-width: 1343px) {
    .pc .menu .polozka {padding-left:10px;}
      .vysledkyhledanidetail .karta .image {height: unset;}
     .karta .image {height: unset;}
    .pc .druhacastmenu .cta .menu-btn-1 { display: flex ; }
  .zelenkamenu .popiszelenky { font-size: 18px; }
  .zelenkamenu { grid-template-columns: 80px 1fr;  }
  .whitebtn.zrusfiltr.inactive {display: none;  }
  .whitebtn.zrusfiltr.active { display: flex;   }
  .zrusfiltr { display: flex ; width: 150px; padding: 12px 15px; }
  .container.mt-40 {margin-top: 0}
  .levemenicko {max-height: calc(100dvh - 80px);overflow: scroll;padding: 30px;  }
  .holdzobrazit {background: #efefef; display: flex ; padding: 10px; height: 80px; align-items: center; box-shadow: -1px -2px 5px 0px rgba(0,0,0,0.20); -webkit-box-shadow: -1px -2px 5px 0px rgba(0,0,0,0.20); -moz-box-shadow: -1px -2px 5px 0px rgba(0,0,0,0.20);}
  .ikonaclose { display: flex ; margin-bottom: 30px; justify-content: flex-end; }
  .grid-filtr .filtr .holder.active { display: block; position: fixed; z-index: 99; width: 100%; left: 0; top: 0; padding: unset; background: white; height: 100vh; ;max-height: 100dvh}
  .filtroswitch {display: flex ; width: 100%; margin-bottom: 20px; background: #0080CC; color: white; font-weight: 700; border: 2px solid #0080CC;}
  .filtroswitch img {filter: invert(1) brightness(10)}
  .zobrazvyfiltr {background: #0080CC; color: white; font-weight: 700; border: 2px solid #0080CC;display: flex;width: 100%;}
  
  .referencemodal .modal-container {position: absolute;width: 100%;padding: 0px;max-width: 100%;}
  .referencemodal .modal-container .modal-header {color: black;background: white;}
  .referencemodal .modal-body {padding: 0;}
  .grid-filtr {  grid-template-columns: 1fr; gap: 10px; }
  .grid-filtr .filtr .holder {display: none}
  .grid-filtr .filtr .holder.active {display: block}
  .imagevrch .textovacast h1, .dotace h2 {font-size: 32px}
  .dotace .podnadpis {font-size: 18px}
  .grid-3 {grid-template-columns: 1fr 1fr }
     .switcher-header {justify-content:space-evenly;}
  html, content, body, footer  {overflow-x: hidden}
    header {position: relative;}
    .pc .menu{ position: fixed; top: 0; left: 0; z-index: 999; background: white; width: 100%; padding: 0; height: 100vh; display: flex; align-items: center; display: none; }
    header .containercely {padding: 35px 15px 15px 15px;}
    header .containercely .speslradek {  justify-content: space-between; }
   
    .hp-banner {padding-top: 0px;padding-left: 15px}
    .hp-banner .swiper-wrapper {height:500px;margin-top: 30px;}
    .hp-banner .swiper-wrapper .swiper-slide .holder .buttony { bottom: 30px; left: 20px;flex-direction: column; }
    .swiper-pagination {display: none}
    .hp-banner .swiper-wrapper .swiper-slide .holder .img {position: relative;min-height: 80%;height: 400px;bottom: 0;width: 100%;border-radius: 10px;overflow: hidden;}
    .hp-banner .swiper-wrapper .swiper-slide .holder {display: flex;flex-wrap: wrap;align-items: flex-end;}
    .hp-banner .swiper-wrapper .swiper-slide .holder .text .podtitul { color: #262626; font-size: 28px; line-height: 32px; opacity: .7; width: fit-content; }
    .hp-banner .swiper-wrapper .swiper-slide .holder .text .titul { color: #262626; font-size: 32px; line-height: 36px; width: fit-content; }
    .hp-banner .swiper-wrapper .swiper-slide .holder .text {left: 0;top: 0}
    .hp-banner .swiper-wrapper .swiper-slide .whitebtn, .hp-banner .swiper-wrapper .swiper-slide .blackbtn { align-items: center; background: linear-gradient(270deg, #fff 50%, #000 0) 100%; background-color: #fff; background-size: 300% 200%; border: 2px solid #fff; border-radius: 100px; color: #000; display: flex; height: 38px; max-height: 48px;min-width: 180px; padding: 8px 22px; transition: .4s ease-out; width:fit-content;font-weight: 400 }
  .oddelovac .speslradek { gap: 40px; justify-content: flex-start; padding-bottom: 44px; padding-left: 0; padding-right: 40px; flex-wrap: nowrap;}
    .vetsititul { font-size: 32px; line-height: 36px; padding-bottom: 20px; color: #181818; font-weight: 400; max-width: 80%; }
    .textpodvetsimtitulem { font-size: 16px; font-weight: 300; line-height: 22px; max-width: 80%; opacity: 1; padding-bottom: 40px;  }
    .smrstena {padding-top: 0}
    .label {  font-size: 12px; line-height: 16px; padding-bottom: 20px; }
    .prvnicast h3 { font-size: 26px; line-height: 32px;}
    .prvnicast {padding: 0 20px }
    .prvnicast p {font-size: 16px;line-height: 20px;padding-bottom: 20px;}
    .rozpulenasekce {display: block; max-height: unset;min-height: unset;}
    .changer {  font-size: 14px; line-height: 19px; padding-left:0px;  }
    .flex-end {justify-content: flex-start; }
    .lakadlo-cover .vrsek .titul {color: #f7f7f7;font-size: 30px;line-height: 29px;margin: 20px 0}
    .lakadlo-cover .vrsek .podtitul {font-size: 24px;line-height: 29px; display: none}
  
    .lakadlo-cover .vrsek {max-width: 90%;left: 20px;top: 20px}
    .lakadlo-cover {max-height: unset;min-height: 280px;height: fit-content;margin-bottom: 0;}
    .lakadlo-cover .spodek {bottom: 30px;left: 15px;flex-direction: column;}
    .lakadlo-cover  .whitebtn, .lakadlo-cover  .blackbtn { align-items: center; background: linear-gradient(270deg, #fff 50%, #000 0) 100%; background-color: #fff; background-size: 300% 200%; border: 2px solid #fff; border-radius: 100px; color: #000; display: flex; height: 38px; max-height: 48px;min-width: 180px; padding: 8px 22px; transition: .4s ease-out; width:fit-content;font-weight: 400 }
    #logacarus {display: none}
    .bilamobil {background: white}
    .sedamobil {background: #f7f7f7;border: 1px solid #e9e9e9    }
    .pt-40 {padding-top: 15px;}
    .druhacast {max-height: 350px;height:350px;overflow: hidden; position: relative;}
    .druhacast img {position: absolute;left: 0;top: 0}
    .novinka-cover .konkret {height: 350px;max-height: 350px}
    .novinka-obsah h3{max-width:80%;    line-height: 36px;} 
    .novinka-obsah p {max-width:92%}
}


@media only screen and (max-width: 980px) {
    .gridfeatures .druhacast { max-height: unset; height: unset; overflow: hidden; position: relative; }
    .promoakce-1 { position: relative; display: grid ; height: unset; grid-template-columns: 1fr; margin-bottom:30px}
    .promoakce-1 .obrazek { position: relative; /* left: 0; */ top: 0; width: 100%; height: 350px; z-index: 1; object-fit: cover; }
    .promoakce-1 .textovka { height: 100%; z-index: 2; display: grid ; align-items: center; width: unset; /* backdrop-filter: blur(24px); */ position: relative; }
    .promoakce-1 .hold { padding: 40px 20px; position: relative; z-index: 2; }
    .promoakce-1 .textovka:after { background: #0080cd;  }
    .kontaktvrsek .doleva {font-size:32px;line-height:1;}
    .sekceobchodaku .gridobchodaku {grid-template-columns: 1fr;}
    .gridkontakt {grid-template-columns: 1fr;margin-top:0}
    .py-80 {padding:30px 0!important}
.grid-2-uneven { display: grid ; grid-template-columns: 1fr; gap: 30px; }
  .right-arrow { right: 0; }
  .left-arrow { left: 0; }
  .pulkasliderimg {padding-right: unset!important}
  .polozka.third { grid-column: span 6; }
  .vyfiltrovanyobsah .hornicast > .buttony {display: none}
  .kontaktvrsek .sipkadopravakon {display: none}
  .kontaktvrsek .text {width: 100%;margin-bottom: 25px}
  .kontaktvrsek .modraikona {margin-left: 0}
    .gridfeatures.jedna {grid-template-columns: 1fr;}
    .gridfeatures.dva {grid-template-columns: 1fr;}
    .tb-1 {min-width: fit-content;}
    .tabulka .tb { justify-content: space-between; }
    .vyskamax300 { max-height: auto; height: auto; margin-bottom: 50px; width: 100%; }
     .hpvrsek {margin:0px 0 20px ;}
    .hpvrsek .text { display: flex; gap: 10px; align-items: center; justify-content: space-between; width: 100%; }
    .hpvrsek > .cely {gap:20px}
    .hpvrsek .sipkadopravakon { height: 60px;margin-right: 0px; }
   /* .hpvrsek strong  { border-bottom: 1px solid #0080CC;width: fit-content;} */
  .custom-slider {width:100%;padding-top: 0}
  .custom-slider .custom-pravy {right: -5px;display: none}
  .custom-slider .custom-levy {left: -5px;display: none}
  .custom-slider, .custom-slider .custom-slides {height: 400px}
  .custom-slider .custom-slides .custom-slide .custom-text {margin-bottom: 30px}
  .custom-slider .custom-slides .custom-slide { grid-template-columns: 1fr;        padding: 0 30px; }
  .custom-slider .custom-slides .custom-slide .custom-text {order: 2;}
  .frontend .custom-slider .custom-image, .frontend .custom-slider .custom-frontimg {order: 1;}
  .custom-slider .podtitul { width: unset; text-align: center; max-width: 100%;font-size: 15px;line-height: 1.1 }
  .custom-slider .titul {  width: unset; text-align: center;font-size: 28px;line-height: 1 }
  .custom-slider .buttony { left: unset;justify-content: center; }
  .grid-akci { grid-template-columns: 1fr }
  header .textrotuj { font-weight: 400; }
  .polovina {width: 100%}
  .radek.sgapem {flex-wrap: wrap;gap: 15px}
  .w-600 {width: 100%!important}
  .px-40 {
      padding: 0 15px!important;
  }
  .swiper-wrapper.dva .swiper-slide:last-child{margin-right: 0px}
  .sedasekce {padding: 40px 30px 5px 30px; }
  .sedasekce .vetsititul { font-size: 26px; line-height: 1.1; padding-bottom: 20px;  max-width: 90%; text-align: center; }
  .gridtri { grid-template-columns: 1fr; gap: 20px; }
  .griddva { grid-template-columns: 1fr; gap: 20px; }
  .grid-karty {grid-template-columns: 1fr 1fr}
  .grid-2  {grid-template-columns: 1fr }
  .polozka.half {
    grid-column: span 6;
}

}


@media only screen and (max-width: 820px) {
        .dotacesamaosobe {margin: 0 auto;}
  .grid-3 {grid-template-columns: 1fr }
  .dotacnikarta { justify-content: center; text-align: center; }
 .dotacnikarta .ikona { margin: 0 auto; }
 .dotacnikarta h3 {max-width: unset}
 
 footer .menu { width: 100%; justify-content: center; padding-left: 0px; align-items: self-start; display: grid ; gap: 20px; }
 footer .prvnicastmenu { display: grid ; align-items: center; grid-template-columns: 1fr; gap: 35px; width: 100%; }
 footer .druhacastmenu { display: grid ; align-items: center; justify-content: center; gap: 35px; grid-template-columns: 1fr; width: 100%; margin-top: 30px; }
 .copyright {justify-content:center!important;}
 .patamobile .justify-start {justify-content:center!important;}
 .search-results .resultee a .textovka .titul {font-size:15px;}
}

@media only screen and (max-width: 650px) {
    .sidecart {width:100%;right:-650px}
    .pc .logo img { max-height: 50px; height: 65px; width: auto; }
  .sedasekcekontakt .boxik {padding: 25px 35px}
  .anotherfiltr { display: flex ; gap: 5px; margin-bottom: 30px;  flex-wrap: wrap }
 .filtrbutton {width: unset;font-size: 12px; padding: 10px;}
  .filtroswitch {width: 100%}
  .vyfiltrovanyobsah .featureimage {  height: 100; }
    .switcher-header {justify-content:flex-start;}
    .grid-karty {grid-template-columns: 1fr}
    .karta .image {height: unset}
  
}


@media only screen and (max-width: 450px) {
   .kosik, .doprava, .kosikpage .sedasekcekontakt .boxik {padding: 25px}
  
}
@media only screen and (max-width: 350px) {
.pc .logo img { max-height: 45px; height: 65px; width: auto; }
}

       