html { height: auto; margin: 0; background-color: #fff;   }
body { font-family: "Roboto Condensed", sans-serif; font-weight: 400; height: 200vh; margin: 0; color: #a1afb3; position: relative; font-size: 1rem; max-width: 100vw; overflow-x: hidden; }
::selection { background: #ff9123; color: #1f2c2f; }
::-moz-selection { background: #ff9123; color: #1f2c2f; }
::-webkit-selection { background: #ff9123; color: #1f2c2f; }
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { background: #1f2c2f; box-shadow: none; border-radius: 0px; }
::-webkit-scrollbar-thumb { background: linear-gradient(2deg,rgba(255, 121, 44, 1) 0%, rgba(165, 184, 189, 1) 100%); border-radius: 0px; }
* { margin: 0; padding: 0; box-sizing: border-box; outline: none !important; }
a { transition-duration: .3s; text-decoration: none; }
:root {--nav-h:200px;--nav-h-s:80px;}
.container { padding: 0 100px; position: relative; }
.container-inner { padding: 0 20px; position: relative; }
.padding-60 { padding: 60px; }
.padding-120 { padding: 120px; }
.margin-100 { margin: 100px }
p { margin: 0 0 20px; }

h1, h2, h3 { font-family: "Ubuntu", sans-serif; font-weight: 900; letter-spacing: -2px; }
h1 { font-size: 6rem; color: #1f2c2f; line-height: 1; }
h2 { font-size: 3rem; }
h3 { font-size: 2rem; }
@media (max-width: 1920px) {
h1 { font-size: 4rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }
}
@media (max-width: 992px) {
h1 { font-size: 3.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
}

/*navigace*/
.nav {position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-h);display:flex;align-items:center;padding:0 100px;background:transparent;opacity:0;transform:translateY(-12px);animation:navIn 1s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:1s;transition:height .25s ease,background-color .25s ease,box-shadow .25s ease,backdrop-filter .25s ease}
@keyframes navIn {to{opacity:1;transform:translateY(0)}}
.nav.is-scrolled { background: hsl(0deg 0% 76.53% / 18%); height:var(--nav-h-s);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}
.nav__inner {width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px}
.nav.is-scrolled .logo { height:51px;width:80px; }
.nav__brand .logo {position:relative;display:inline-block;height:64px;width:100px; background-image: url('../img/ECT_logo.svg'); background-repeat: no-repeat; transition-duration: .3s;}
.nav__brand:hover .logo { opacity: .5; }
.nav__menu {display:flex;align-items:center;gap:10px}
.nav__menu .ect-menu,.nav__menu .menu-item{display:contents}
.nav__menu a {font-size: 16px; font-weight: 700 !important; color: #1f2c2f; text-decoration: none; padding: 10px 10px; text-transform: uppercase; font-weight: 100; letter-spacing: 0px;}
.nav__menu a.butt { color: white; padding: 20px 30px; margin-left: 20px; }
.nav__menu a:hover {color:#ff7006}
.nav__menu a.butt:hover { color: white;  }
.nav__toggle {display:none;width:44px;height:44px;border:0;background:transparent;cursor:pointer}
.nav__toggle span {transition:transform .2s ease,opacity .2s ease}
.nav__menu a.active { color: #a1afb3; }
@media (max-width:992px){
.nav { padding: 0 20px; }
.nav__toggle {display:block}
.nav__menu {position:absolute;top:var(--nav-h);left:0;right:0;padding:14px var(--pad-x) 18px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:grid;gap:8px;transform:translateY(-8px);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease,top .25s ease}
.nav.is-scrolled .nav__menu {top:var(--nav-h-s)}
.nav.is-open .nav__menu {opacity:1;transform:translateY(0);pointer-events:auto}
.nav__menu a {padding:12px 0} 
.nav__menu { backdrop-filter: blur(30px); background: #ffffff; padding: 20px; text-align: right; display: flex; flex-direction: column; align-items: flex-end; }
}



.butt-row { display: flex; gap: 20px; }
.butt { border: 0; appearance: none; cursor: pointer; font-family: inherit; font-size: inherit; line-height: inherit; font-weight: 700; width: max-content; letter-spacing: 2px; border-radius: 100px; display: flex; gap: 20px; padding: 20px 30px; text-transform: uppercase; letter-spacing: 1px; transition-duration: .3s; align-items: center; justify-content: space-between;}
.butt .material-symbols-outlined { transition: transform .35s cubic-bezier(.22,.61,.36,1); will-change: transform; display: inline-block; }
.butt:hover .material-symbols-outlined { transform: translateX(10px); }
.butt-blue { color: white; background: linear-gradient(90deg,rgba(22, 172, 222, 1) 0%, rgba(151, 213, 231, 1) 100%); }
.butt-blue:hover { color: white; background: linear-gradient(90deg,rgba(78, 87, 90, 1) 0%, rgba(165, 184, 189, 1) 100%); }
.butt-orange { color: white; background: linear-gradient(90deg,rgba(255, 112, 6, 1) 0%, rgba(255, 146, 36, 1) 100%); }
.butt-orange:hover { color: white; background: linear-gradient(90deg,rgba(78, 87, 90, 1) 0%, rgba(165, 184, 189, 1) 100%); }
.butt-black { color: white; background: #1f2c2f; }
.butt-black:hover { color: white; background: #0e1314; }
.butt-naked { color: #ff7006; padding: 0; background: none; }
.butt-naked:hover { color: #0e1314; }




/*loading bar*/
#top-loader { position: fixed; top: 0; left: 0; width: 0%; height: 3px; background: #ff7006; z-index: 9999; transition: width 0.4s ease, opacity 0.4s ease; box-shadow: 0 0 10px rgba(0,72,255,0.7); }
#top-loader.active {  width: 80%; }
#top-loader.finish { width: 100%; opacity: 0; }    



/*HP*/
/*intro*/
.intro { overflow: hidden; min-height: 100vh; height: auto; padding: 230px 0 100px 0; background-image: url('../img/bg1.jpg'); background-position: top right; background-repeat: no-repeat; }
.intro .container>div { display: flex; flex-direction: row; }    
.intro .title h1 span { font-weight: 200; font-size: 5rem; }
.intro .title h2 { font-weight: 200; }
.intro .title { display: flex; flex-direction: column; gap: 40px; justify-content: flex-end; }
.intro .slider { width: 60%; }
.intro .title { width: 40%; }
.intro .zoomer {  position: relative; height: 50vh; overflow: hidden; border-top-right-radius: 50px; isolation: isolate; }
.intro .zoomer img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transform-origin: center center; animation: cinematicZoom 14s ease-in-out infinite alternate; }
.intro .bot { display: flex; }
.intro .bot h2 {  font-weight: 100; }
.intro .bot .info, .intro .bot .members { animation-delay: 1s; display: flex; flex: 1; width: 50%; flex-direction: column; gap: 40px; justify-content: flex-start; }
.intro .bot .info { align-items: flex-end; text-align: right; }
.intro .bot .members { border-bottom-left-radius: 50px; height: auto; min-height: 25vh; background-image: url('../img/img4.jpg'); background-position: top right; background-size: cover; }
.intro .bot .members h2 { color: #fff; }
.overlay::before{ content:""; position:absolute; inset:0; z-index: 2; background: linear-gradient(44deg,rgba(234, 106, 14, 1) 0%, rgba(234, 106, 14, 0) 50%); }

@keyframes cinematicZoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.14); }
}
@media (max-width: 1920px) {
  .intro .title h1 span { font-size: 3rem; }
}
@media (max-width: 992px) {
  .intro .container > div { flex-direction: column; }
  .intro .slider,
  .intro .title,
  .intro .bot .info,
  .intro .bot .members { width: 100%; }
  .intro { padding: 100px 0 40px 0; background-size: 50%; }
  .intro .title h1 span { font-size: 2rem; }
  .intro .bot .info,
  .intro .bot .members,
  .intro .title { gap: 20px; }
  .intro .bot .info { align-items: flex-start; text-align: left; }
}


/*onas*/
.about-hero .container-inner { max-width: 1720px; padding: 0 20px; margin: 0 auto;  }
.about-hero { overflow: hidden; background: linear-gradient(0deg,rgba(245, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);  }
.about-hero .relative { max-width: 1680px; margin: 0 auto; }
.about-hero__visual { display: grid; grid-template-columns: 38% 62%; align-items: stretch; min-height: 520px; }
.about-hero__logo-area { display: flex; align-items: flex-start; justify-content: center; padding: 60px; }
.about-hero__logo { width: 100%; height: auto; display: block; object-fit: contain; max-width: 355px; }
.about-hero__image-area { min-height: 520px; overflow: hidden; border-top-right-radius: 50px; }
.about-hero__image { width: 100%; height: 100%; display: block; object-fit: cover; }
.about-hero__card { width: calc(100% - 40px); position: absolute; left: 20px; bottom: 0; max-width: 960px; background: #fff; border-top-right-radius: 50px; box-sizing: border-box; z-index: 2; display: flex; flex-direction: row; align-items: flex-end; gap: 20px; }
.about-hero__card p:nth-child(2) { font-weight: 700; }
.about-hero__card p:last-child { margin: 0; }
.about-hero__icon span { font-size: 28px; margin-bottom: 20px; color: #9fb1b8; }
.about-hero__btn { display: inline-flex; align-items: center; gap: 16px; margin-top: 10px; padding: 16px 26px; background: #1f2e35; color: #fff; text-decoration: none; border-radius: 999px; font-weight: 700; }
.about-hero__btn span { font-size: 22px; line-height: 1; }

@media (max-width: 1920px) {
  .about-hero__visual { grid-template-columns: 30% 70%; }
  .about-hero .container-inner { max-width: unset; padding: unset;}

}
@media (max-width: 1200px) {
  .about-hero__card { flex-direction: column; }
  .about-hero .padding-120 { padding: 20px 0; }
}

@media (max-width: 992px) {
  .about-hero__logo-area { display: none; }
  .about-hero__visual { display: block; }
}


/*novinky*/
.news-hero .container-inner { max-width: 1720px; padding: 0 20px; margin: 0 auto;  }
.news-hero { background: rgba(245, 246, 246, 1);  }
.news-hero__head { display: flex; flex-direction: column; gap: 12px; margin-bottom: 50px; }
.news-hero__eyebrow { margin: 0; color: #ff7006; font-family: "Ubuntu", sans-serif; font-size: .95rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.news-hero__head h2 { color: #1f2c2f; max-width: 760px; }
.news-slider .owl-stage { display: flex; }
.news-slider .owl-item { display: flex; }
.news-card { width: 100%; min-height: 100%; background: #fff; overflow: hidden; border-top-right-radius: 50px; }
.news-card__link { display: flex; flex-direction: column; height: 100%; color: inherit; }
.news-card__media { position: relative; height: 180px; overflow: hidden; }
.news-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.news-card__body { display: flex; flex-direction: column; gap: 28px; min-height: 240px; padding: 34px 28px 28px; }
.news-card__body h3 { font-size: 1rem; line-height: 1.15; letter-spacing: 0; color: #1f2c2f; }
.news-card__body h3 span { color: #b8c8ce; }
.news-card__body p { margin: 0; font-size: .95rem; line-height: 1.65; color: #a1afb3; }
.news-card__link:hover .news-card__media img { transform: scale(1.06); }
.news-card--dark { position: relative; background: #212c2e; }
.news-card--dark .news-card__media { height: 420px; }
.news-card--dark .news-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(31, 44, 47, .28) 0%, rgba(31, 44, 47, .88) 100%); }
.news-card--dark .news-card__body { position: absolute; inset: 0; justify-content: flex-end; min-height: 0; padding: 32px 24px 26px; z-index: 2; }
.news-card--dark .news-card__body h3 { color: #fff; }
.news-card--dark .news-card__body h3 span { color: #ff7006; }
.news-card--dark .news-card__body p { color: rgba(255, 255, 255, .78); }
.news-slider .owl-dots { display: flex; justify-content: center; gap: 12px; margin-top: 28px; }
.news-slider .owl-dot span { display: block; width: 11px; height: 11px; border-radius: 50%; background: #b8c8ce; transition: background-color .25s ease, transform .25s ease; }
.news-slider .owl-dot.active span,
.news-slider .owl-dot:hover span { background: #ff7006; transform: scale(1.1); }

@media (max-width: 1360px) {
  .news-card__body { min-height: 260px; }
}

@media (max-width: 992px) {
  .news-hero .container-inner { padding: 0; }
  .news-hero__head { margin-bottom: 30px; }
  .news-card__media { height: 220px; }
  .news-card--dark .news-card__media { height: 460px; }
  .news-card__body { min-height: 220px; padding: 24px 20px; gap: 18px; }
}

@media (max-width: 640px) {
  .news-card__body h3 { font-size: 1.2rem; }
  .news-card--dark .news-card__media { height: 400px; }
}


/*kalendář*/
.cale-hero .container-inner { max-width: 1720px; padding: 0 20px; margin: 0 auto;  }
.cale-hero { background: linear-gradient(153deg,rgba(226, 121, 42, 1) 0%, rgba(165, 184, 189, 1) 53%); }
.cale-hero__head { display: flex; flex-direction: column; gap: 14px; margin-bottom: 44px; max-width: 860px; }
.cale-hero__eyebrow { margin: 0; color: #fff; font-family: "Ubuntu", sans-serif; font-size: .95rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; opacity: .85; }
.cale-hero__head h2 { color: #fff; }
.cale-hero__intro { margin: 0; color: rgba(255, 255, 255, .78); font-size: 1.1rem; line-height: 1.7; }
.calendar-accordion { display: flex; flex-direction: column; gap: 16px; }
.calendar-item { border-top-right-radius: 50px; overflow: hidden; background: rgba(255, 255, 255, .16); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: background-color .35s ease, transform .35s ease; }
.calendar-item.is-open { background: rgba(255, 255, 255, .24); }
.calendar-item__trigger { transition-duration: .3s; width: 100%; border: 0; background: transparent; color: #fff; display: grid; grid-template-columns: 180px 1fr 64px; align-items: center; gap: 24px; padding: 28px 34px; text-align: left; cursor: pointer; }
.calendar-item__date { transition-duration: .3s; font-family: "Ubuntu", sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: rgba(255, 255, 255, .82); }
.calendar-item__title { transition-duration: .3s; font-family: "Ubuntu", sans-serif; font-size: 1.55rem; font-weight: 800; letter-spacing: -.5px; }
.calendar-item__icon { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .16); justify-self: end; transition: transform .35s ease, background-color .35s ease; }
.calendar-item:hover .calendar-item__icon { background: rgb(149 168 173); color: white; }
.calendar-item:hover .calendar-item__trigger { background: hsl(0deg 0% 100% / 9%); }
.calendar-item.is-open .calendar-item__icon { transform: rotate(45deg); background:#a2b6bd }
.calendar-item__panel { max-height: 0; overflow: hidden; transition: max-height .6s cubic-bezier(.22,.61,.36,1); }
.calendar-item__content { width: 100%; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .95fr); background: #fff; }
.calendar-item__text { padding: 42px 42px 46px; color: #7d8c92; }
.calendar-item__label { color: #ff7006; font-family: "Ubuntu", sans-serif; font-size: 2.2rem; font-weight: 900; letter-spacing: -1px; margin-bottom: 22px; }
.calendar-item__text h3 { color: #1f2c2f; margin-bottom: 20px; letter-spacing: -1px; }
.calendar-item__text p { font-size: 1rem; line-height: 1.75; }
.calendar-item__text p strong { color: #1f2c2f; }
.calendar-item__text .butt { margin-top: 14px; }
.calendar-item__media { min-height: 100%; }
.calendar-item__media img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; display: block; }
.calendar-item--notice .calendar-item__trigger { grid-template-columns: 180px 1fr; cursor: default; }
.calendar-item--notice:hover .calendar-item__trigger { background: transparent; }
.calendar-item__media--gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: auto 1fr; background: #fff; }
.calendar-item__media--gallery img { min-height: 0; height: 100%; object-fit: cover; }
.calendar-item__media--gallery img:first-child { grid-column: 1 / -1; width: 100%; height: auto; aspect-ratio: 650 / 244; }
.calendar-item__media--gallery img:not(:first-child) { width: 100%; aspect-ratio: 1 / 1; }
.calendar-item__media--gallery img:nth-child(2),
.calendar-item__media--gallery img:nth-child(3) { object-position: center; }

@media (max-width: 1200px) {
  .calendar-item--notice .calendar-item__trigger { grid-template-columns: 150px 1fr; }
  .calendar-item__trigger { grid-template-columns: 150px 1fr 54px; padding: 24px 24px 24px 28px; gap: 16px; }
  .calendar-item__title { font-size: 1.3rem; }
  .calendar-item__content { grid-template-columns: 1fr; }
  .calendar-item__media img { min-height: 260px; }
}

@media (max-width: 992px) {
  .calendar-item--notice .calendar-item__trigger { grid-template-columns: 1fr; }
  .calendar-item--notice .calendar-item__date,
  .calendar-item--notice .calendar-item__title { grid-column: 1; }
  .cale-hero .container-inner { padding: 0; }
  .cale-hero__head { margin-bottom: 30px; }
  .cale-hero__intro { font-size: 1rem; }
  .calendar-item { border-top-right-radius: 32px; }
  .calendar-item__trigger { grid-template-columns: 1fr 38px; gap: 1px 10px; padding: 12px 16px; }
  .calendar-item__date { grid-column: 1 / 2; font-size: .78rem; line-height: 1.2; }
  .calendar-item__title { grid-column: 1 / 2; font-size: .95rem; line-height: 1.2; }
  .calendar-item__icon { grid-column: 2 / 3; grid-row: 1 / span 2; }
  .calendar-item__text { padding: 26px 20px 30px; }
}

@media (max-width: 640px) {
  .calendar-item__text h3 { font-size: 1.8rem; }
  .calendar-item__label { font-size: 1.8rem; margin-bottom: 18px; }
  .calendar-item__media img { min-height: 220px; }
}


/*konec*/
.testimonial-box { position: relative; overflow: hidden; padding: 60px; background: url('../img/img7.jpg') center center / cover no-repeat; isolation: isolate; }
.testimonial-slider { position: relative; min-height: 300px; }
.testimonial-slide { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 34px; text-align: center; opacity: 0; visibility: hidden; transform: translateY(18px); transition: opacity .8s ease, transform .8s ease, visibility .8s ease; }
.testimonial-slide.is-active { opacity: 1; visibility: visible; transform: translateY(0); }
.testimonial-slide h2 { color: #fff; font-weight: 300; letter-spacing: -1px; }
.testimonial-slide blockquote { max-width: 760px; margin: 0; color: rgba(255, 255, 255, .94);  }
.testimonial-slide__author { margin: 0; color: rgba(255, 255, 255, .75);  }
.testimonial-indicators { position: relative; z-index: 2; display: flex; justify-content: center; gap: 12px; margin-top: 10px; }
.testimonial-indicator { width: 12px; height: 12px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .35); cursor: pointer; transition: background-color .3s ease, transform .3s ease; }
.testimonial-indicator.is-active { background: #ff7006; transform: scale(1.15); }
.konec-cta { overflow: hidden; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; position: relative; background: url('../img/img8.jpg') center center / cover no-repeat; }
.konec-cta__content { position: relative; z-index: 2; min-height: 190px; padding: 40px 60px; display: flex; align-items: center; justify-content: center; gap: 40px; }
.konec-cta__content h2 { color: #fff; font-weight: 200; letter-spacing: -1px; }
.konec-cta__content h2 span { font-weight: 700; }
.konec-cta__content .butt { min-width: 190px; justify-content: center; }

@media (max-width: 1200px) {
  .testimonial-box { padding: 70px 40px 56px; min-height: 460px; }
  .testimonial-slide blockquote { font-size: 1.2rem; max-width: 680px; }
  .konec-cta__content { flex-direction: column; text-align: center; }
}

@media (max-width: 992px) {
  .konec-hero .container-inner { padding: 0; }
  .testimonial-box { min-height: 420px; padding: 52px 22px 40px; }
  .testimonial-slider { min-height: 260px; }
  .testimonial-slide { gap: 24px; }
  .testimonial-slide blockquote { font-size: 1rem; line-height: 1.7; }
  .testimonial-slide__author { font-size: 1rem; }
  .konec-cta__content { min-height: 0; padding: 28px 20px; gap: 24px; }
  .konec-cta__content h2 { font-size: 2rem; text-align: center; }
}



/*partners*/
.partners-hero { background: #fff; overflow: hidden; }
.partners-hero .container-inner { max-width: 1720px; padding: 0 20px; margin: 0 auto; }
.partners-hero__head { display: flex; align-items: center; justify-content: center; gap: 28px; margin-bottom: 60px; text-align: center; }
.partners-hero__head h2 { color: #b8c8ce; font-weight: 300; letter-spacing: -1px; }
.partners-marquee { display: flex; width: max-content; gap: 0; animation: partnersLoop 34s linear infinite; will-change: transform; }
.partners-marquee:hover { animation-play-state: paused; }
.partners-track { display: flex; align-items: center; gap: 36px; padding-right: 36px; }
.partners-logo { min-width: 210px; width: 210px; height: 110px; padding: 14px 28px; display: flex; align-items: center; justify-content: center; opacity: .9; }
.partners-logo img { display: block; width: auto; max-width: 100%; height: auto; max-height: 56px; object-fit: contain; object-position: center; filter: grayscale(100%); transition: filter .3s ease, transform .3s ease, opacity .3s ease; }
.partners-logo:hover img { filter: grayscale(0%); opacity: 1; }

@keyframes partnersLoop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/*footer*/
.site-footer { background: #586367; color: #fff; }
.site-footer__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.site-footer__half { position: relative; display: flex; flex-direction: column; justify-content: space-between; }
.site-footer__half--left { align-items: flex-start; }
.site-footer__half--right { align-items: flex-end; text-align: right; }
.site-footer__brand img { width: 180px; max-width: 100%; height: auto; display: block; }
.site-footer__contact { margin-top: 60px; }
.site-footer__contact p,
.site-footer__meta p { margin: 0 0 18px; color: rgba(255, 255, 255, .78); line-height: 1.7; }
.site-footer__contact p:last-child,
.site-footer__meta p:last-child { margin-bottom: 0; }
.site-footer__contact strong,
.site-footer__meta strong { color: #fff; }
.site-footer__contact a,
.site-footer__meta a { color: #27d6e9; }
.site-footer__top { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: rgba(255, 255, 255, .08); }
.site-footer__top:hover { background: rgba(255, 255, 255, .18); }

@media (max-width: 1200px) {
  .partners-logo { min-width: 180px; width: 180px; }
  .partners-logo img { max-height: 48px; }
}

@media (max-width: 992px) {
  .partners-hero__head { flex-direction: column; gap: 20px; margin-bottom: 34px; }
  .partners-logo { min-width: 150px; width: 150px; height: 88px; padding: 10px 18px; }
  .partners-logo img { max-height: 40px; }
  .site-footer__inner { grid-template-columns: 1fr; }
  .site-footer__half { min-height: 0; }
  .site-footer__half--right { align-items: flex-start; text-align: left; gap: 24px; }
}

@media (max-width: 640px) {
  .partners-marquee { animation-duration: 26s; }
  .partners-track { gap: 16px; }
  .partners-logo { min-width: 130px; width: 130px; }
  .partners-logo img { max-height: 34px; }
}






/*obecne mediaqueries*/

@media (max-width: 992px) {
  :root {--nav-h:100px;--nav-h-s:80px;}
  .container { padding: 0 20px; }
  .padding-60 { padding: 20px; }
  .padding-120 { padding: 60px; }
}

@media (max-width: 640px) {
  .padding-120 { padding: 20px; }
}



























@media (prefers-reduced-motion: reduce){[data-aos]{opacity:1!important;transform:none!important;transition:none!important}}

