@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;
  --color-main:#0080CC;
  --color-main-2:#000066;
  --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-two);}
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);}
.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;}
.button {background: var(--color-main);color:white;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);}
.nastred { margin: 0 auto; }
.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; }
.bluesection { background: #0080cc; color: white; }
.karierapodstrana {padding:50px 0}
.karierapodstrana .modrasekcetext .titul { font-size: 40px; margin: 0; max-width:650px;}
.karierapodstrana .modrasekcetext  .podtitul { font-size: 18px; font-weight: 300; max-width: 550px; line-height: 1.5; }
.textik { display: grid ; font-size: 20px;  line-height:1.3;}
.textikdva { display: grid ; font-size: 16px; line-height:1.3; }
ul, ol { margin: 0; padding: 0; list-style: none; } 
ul li, ol li { position: relative; margin: 12px 0; padding-left: 32px; font-size: 16px; line-height: 26px; color: #333; } 
ul li::before { content: "•"; position: absolute; left: 0; color: #0080CC; font-weight: bold; font-size: 20px; line-height: 1; } 
ol { counter-reset: custom-counter; } 
ol li { counter-increment: custom-counter; } 
ol li::before { content: counter(custom-counter) "."; position: absolute; left: 0; color: #10b981; font-weight: 600; } 
.aktualitadetail {margin-top:60px;}

.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-100 {margin-bottom: 100px!important}
.ml-10 {margin-left: 10px!important}
.mt-30 {margin-top: 30px!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}
.p-0 {padding: 0!important}
.pb-0 {padding-bottom:0!important;}
.pb-10 {padding-bottom:10px!important;}
.mw-unset {max-width:unset!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}
#user img {height: 18px;width: 18px;}
.pc .cta img:hover {cursor: pointer;transition: .4s all; opacity: 1}
.cena .popisek img {display: none;}
.submenu { position: absolute; top: 50px;left:0;background: white; padding: 20px; display: none; gap: 10px; }
.submenu.active {display:block}
.submenu .hold { width: 224px; display: grid; gap: 10px; }
.coverpodmenu { position: fixed; background: #000000d4; width: 100%; height: 100%; top: 70px; left: 0; z-index: 1;display:none}
.coverpodmenu.active {display:block}
.submenu .hold a:before { display:none!important; }
.submenu .hold  a:hover {font-weight:bold;}
.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 {width: fit-content!important;text-decoration: none!important;align-items: center;background: linear-gradient(270deg,#0280cc 50%,#0280cc 0) 100%;background-color: #0280cc;background-size: 300% 200%;border-radius: 100px;color: #fff;display: flex;height: 100%;max-height: 48px;transition: .4s ease-out;border: 2px solid #0280cc;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; }
  .podtitul { margin-bottom: 25px; }  
  .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}
.buttony { display: flex ; margin: 15px 0; gap: 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: #0280cc;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;}
.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}
.mw-650{max-width: 650px!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}
.mb-40 {margin-bottom: 40px}
  #pwd-help { margin-top: 6px; font-size: 0.95rem; line-height: 1.35; }
  .pwd-ok { color: #17803d; }
  .pwd-bad { color: #b00020; }
  .pwd-list { margin: 4px 0 0 18px; }
.holderobrazku{border-radius: 7px;overflow: hidden;position: relative}
.vetsititul {font-size: 36px;line-height: 1.1;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;}
.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; }
.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: #0280cc;}
.switcher-header .switch-polozka.active { color: #0280cc;}
.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; }

.polozka-banner  .whitebtn {    padding: 7px 20px;
  font-size: 15px;
  margin: 20px auto 0;    height: unset;}
 .gap-0 {gap:0!important }
.grid-1 {  display: grid;gap: 20px;grid-template-columns: 1fr }
.grid-4 { display: grid;gap: 20px; grid-template-columns: 1fr 1fr 1fr 1fr}
.grid-3 { display: grid;gap: 20px; grid-template-columns: 1fr 1fr 1fr }
.grid-2 { display: grid;gap: 20px; grid-template-columns: 1fr 1fr  }
.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; }
.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}
.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; }
.grid-karty { display: grid; grid-template-columns: 1fr 1fr 1fr;    gap: 15px; }
.vysledkyhledani { background: #Fff; padding: 0; border-radius: 8px; }
.nopost { background: #F1F1F1; padding: 30px; border-radius: 8px;font-size: 15px }
.karta { background: #F1F1F1; padding:15px 30px; border-radius: 8px; }
.karta .holder{ display: grid; grid-template-columns: 1fr; gap: 10px; }
.karta .image {border-radius: 6px;overflow: hidden;height: 180px;}
.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 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; }
.aktualitylist .karta .titul h2 { font-size: 22px;margin-left: 5px }
.aktualitylist .karta .listvyhod { margin-left: 5px; display: grid; }
.aktualitylist .karta .image {height: 380px;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: #202020; 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: #2E2E2E;margin-bottom: 50px}
.navigace .polozka { display: flex; align-items: center; gap: 5px; color: rgba(255, 255, 255, 0.4); font-size: 11.5px; }
.navigace .polozka span:hover {text-decoration: underline;cursor: pointer;color: white}
.navigace .polozka img {width: 10px;height: 10px;margin-left:-7px;}
.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: #0280cc; 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:#0280cc!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; }

.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: 2px solid #CCCCCC; }
.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; }
.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: 10px; 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;display:grid}
.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; }
.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: var(--color-light); 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: #202020;align-items: center}
.gridkontakt .formular .polozka {display:grid;grid-template-columns: 1fr;color: white;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: #363636;padding: 10px;color:white;border: 0;outline: 0;border-radius: 8px}

.gridkontakt .formular .texthold {color: white;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 .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 */

.hornilistaseda {background: #262626;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; }
.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; }
.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
}

/* Push the arrows halfway outside the container */
.swiper-button-prev.custom-arrow {
  left: -24px; /* half of the width */
}

.swiper-button-next.custom-arrow {
  right: -24px;
}

/* Make sure arrow icons stay visible */
.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 */
}


#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; gap: 20px; }
.search-results .resultee { padding: 5px 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; margin-bottom: 5px; }



.pt-0 {padding-top: 0!important}
.loginscreeen { width: 100%; height: 100vh; max-height: 100vh; overflow: hidden; display: grid ; grid-template-columns: 4fr 650px; }
.bigimage { width: 100%; height: 100vh; position: relative; display: flex ; align-items: center; padding: 100px; }
.bigimage img { position: absolute; width: 100%; height: 100%; object-fit: cover; left: 0 }
#login_form { display: grid ; align-items: center; gap: 15px;position: relative;padding:70px; background:white;border-radius:20px;align-content:center}
#login_form h1 {color:black;margin-bottom:15px;font-size:40px}
#login_form .polozka { width: 100%; flex-wrap: wrap; display: flex ; gap: 5px; }
#login_form .polozka > * { width: 100%; }
input[type="text"],input[type="email"],input[type="file"],textarea, input[type="password"] {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;}
.loginbtnpart { display: flex ; align-items: center; justify-content: space-between; }
.loginbtnpart a {color:gray;text-decoration:underline;}
.stromdokumentu {padding: 40px 0 100px}
.stromdokumentu .polozka {background: #F1F1F1;border-radius: 8px;padding: 28px 20px;font-size: 18px;line-height: 1.2;font-weight: 600;color: black;transition: .4s all;cursor: pointer}
.stromdokumentu .polozka:hover {background: #e0e0e0}
.backcontroller .breadcrumb {
  margin-right: 0.5em;
}
.backcontroller .breadcrumb:not(:last-child) {
  color: #0080CC;
  cursor: pointer;
  text-decoration: underline;
}
.backcontroller .breadcrumb:last-child {
  color: black;
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}
.backcontroller { padding: 10px 1px 20px; border-bottom: 1px solid #c2c2c2; }
.odpal { padding: 10px; background: #0080CC; border-radius: 4px; color: white; }
a.odpalena:hover {text-decoration: none;color: #0080CC}
a.odpalena:hover .obrazek {background: #d5d5d5}
.odpalena {margin-bottom:40px}
.odpalena .obrazek { background: #F1F1F1; padding: 15px; border-radius: 20px;overflow: hidden;transition: .4s all }
.odpalena .obrazek img {border-radius: 10px;overflow: hidden}

.navrhoveprogramy { display: grid ; gap: 10px; padding: 30px; border: 1px solid #dad9d9; border-radius: 10px;     align-content: flex-start;cursor:pointer}
.navrhoveprogramy .obrazek { max-width: 200px; margin: 0 auto 40px; }
.navrhoveprogramy .titulek {display:grid;justify-content:center;text-align:center;font-size:24px;margin-bottom:20px}
.navrhoveprogramy.odkazove:hover {border:1px solid #0080CC}
.text { display: flex ; margin-bottom: 30px; font-size: 16px; line-height: 1.2; }


@media only screen and (max-width: 1690px) {
.loginscreeen { grid-template-columns: 4fr 500px;max-height:unset;height:fit-content }

}

@media only screen and (max-width: 1500px) {
.loginscreeen { grid-template-columns: 1fr; }
.bigimage { width: 100%; height: 30vh;}
}

@media only screen and (max-width: 1450px) {

	.referencemodal .modal-container {max-width: 95%;width: 95%;}
}
@media only screen and (max-width: 1300px) {
.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;}
}
@media only screen and (max-width: 1200px) {
    #login_form {padding:50px;align-content:start;}
     .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) {
     .grid-2, .grid-3, .grid-4 {grid-template-columns: 1fr;}
    .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 #0280cc;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; }
}


@media only screen and (max-width: 820px) {
 
}

@media only screen and (max-width: 650px) {
    .switcher-header {justify-content:flex-start;}
	
}

       