/* general css ----------------------------------- */
html {
	scroll-behavior:smooth;
	overflow-x: hidden;
}
.lenis.lenis-smooth {scroll-behavior: auto;}
.lenis.lenis-smooth [data-lenis-prevent] {overscroll-behavior: contain;}
.lenis.lenis-stopped {overflow: hidden;}
.lenis.lenis-scrolling iframe {pointer-events: none;}
body {
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	font-family: "termina", sans-serif;
	font-optical-sizing: auto;
	background: #000;
	color: #fff;
}
body::-webkit-scrollbar {width: 6px;}
body::-webkit-scrollbar-track {background: #fff;}
body::-webkit-scrollbar-thumb {
   background-color: #EDFF00;
   border: 1px solid #EDFF00;
}
a, button, img, header, footer, span, strong, iframe, ::before, ::after {
	transition: all 0.3s ease-in-out;
	outline: none;
}
img {max-width:100%;}
section, .container {position: relative;}
.container {max-width: 1400px;}
.landscape {display: none !important;}
.sitebar {
	position: fixed;
	top: 0;
	left: 0;
	background: #EDFF00;
	height: 3px;
	z-index: 30;
}
.modal-open section, .modal-open footer, .modal-open header, .shadow main, .shadow footer {
	filter: blur(4px);
	transform: scale(1.02);
}
h2 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 20px 0;
}
h2 span {color: #EDFF00;}
h4 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0;
	color: #000;
}
h5 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 60px 0;
}
h6 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

/* navigace ----------------------------------- */
header {padding: 25px 0;}
.logo img {width: 330px;}
header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: end;
}
header ul li {display: inline-block;}
header ul li:first-child {padding-right: 40px;}
header ul li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	position: relative;
}
header ul li a:hover {color: #EDFF00;}
header ul li a:hover::before {
    background: #EDFF00;
    width: 100%;
    height: 1.5px;
    bottom: 0;
    left: 50%;
    animation: hovermenu 0.4s 1;
    content: "";
    position: absolute;
	transform: translate(-50%,0);
}
	@keyframes hovermenu { 
		0% {width: 0;}
		100% {width: 100%;}
	}


/* content01 -----------------------*/
.slider01 .slick-slide {position: relative;}
.slider01 .slick-slide::before {
	position: absolute;
	content: "";
	bottom: 0;
	left:0;
    height: 100%;
	width: 100%;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
  }
.slider01note {
	position: absolute;
	z-index: 3;
	width: 70%;
	left: 9%;
	bottom: 20%;
	font-size: 18px;
}

/* content02 -----------------------*/
.content02 {padding: 0 0 40px 0;}
.content02::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 8%;
	height: 100%;
	background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,.8));
	z-index: 4;
}
.content02::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 8%;
	height: 100%;
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,.8));
	z-index: 4;
}
.polozka {
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	padding: 0 12px;
}
.polozka h3 {
	font-weight: 700;
	color: #EDFF00;
	font-size: 16px;
	margin: -20px 0 10px 0;
}
.polozka01 {position: relative;}
.polozka01::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}
.polozka01 > img {
	aspect-ratio: 1.15 / 1;
	object-fit: cover;
	width: 100%;
	height: auto;
}
.polozka01 > div {
	position: absolute;
	left: 20px;
	bottom: 30px;
}
.logo01 {
	width: 114px;
	margin-left: -5px;
}
.logo02 {width: 61px;}
.logo03, .logo04 {
	width: 88px;
	margin-bottom: 10px;
}
.logo05 {width: 87px;}
.logo06 {width: 60px;}
.logo07 {width: 51px;}
.logo08 {
	width: 126px;
	margin: 0 0 0 -18px;
}
.logo09 {
	width: 55px;
	margin: 0 0 5px -3px;
}
.live {
	position: absolute;
	right: 20px;
	bottom: 40px;
	width: 32px;
}
.polozka02 {
	position: relative;
	padding: 0 20px;
}
.content02 .slick-arrow {
	background: #EDFF00;
	width: 40px;
	height: 40px;
	border: none;
	font-size: 0;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 10;
}
.content02 .slick-arrow.slick-prev {left: 10%;}
.content02 .slick-arrow.slick-next {right: 10%;}
.content02 .slick-arrow::before {
	content: "";
	position: absolute;
	border-left: solid 2px #000;
	border-bottom: solid 2px #000;
	width: 18px;
	height: 18px;
	left: 50%;
	top: 50%;
	transform: translate(-35%,-50%) rotate(45deg);
}
.content02 .slick-arrow.slick-next::before {transform: translate(-75%,-50%) rotate(-135deg);}
.content02 .slick-arrow:hover {
	background: #fff;
	transform: translate(0,-50%) scale(1.1);
	box-shadow: 0 0 20px 2px #000;
}

/* content03 -----------------------*/
.content03 {
	background: #fff;
	padding: 20px 0;
}
.content03::before {
	background: #EDFF00;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 33%;
}
.content03 a {
	margin: 10px 25px;
	display: inline-block;
	text-decoration: none;
}
.content03 a:hover img {transform: scale(1.15);}
.content03 a:last-child {margin-right: 0;}

/* content04 -----------------------*/
.content04 {padding: 100px 0;}
.content04 .container {z-index: 3;}
.content04::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/img12.jpg') no-repeat left top;
	background-size: 70% auto;
	opacity: .5;
}
.content04::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}
.content04 .col-md-4 img {
	width: 300px;
	margin-bottom: 30px;
}
.content04 .col-md-4 big {
	display: block;
	color: #EDFF00;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.content04 .col-sm-4 p {
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	padding-top: 65px;
	margin: 20px 0 50px 0;
}
p.ico01 {
	background: url('../images/ico01.svg') no-repeat center top 5px;
	background-size: 56px auto;
}
p.ico02 {
	background: url('../images/ico02.svg') no-repeat center top;
	background-size: 56px auto;
}
p.ico03 {
	background: url('../images/ico03.svg') no-repeat center top;
	background-size: 56px auto;
}
p.ico04 {
	background: url('../images/ico04.svg') no-repeat center top;
	background-size: 56px auto;
}
p.ico05 {
	background: url('../images/ico05.svg') no-repeat center top;
	background-size: 56px auto;
}
p.ico06 {
	background: url('../images/ico06.svg') no-repeat center top;
	background-size: 56px auto;
}
p.ico07 {
	background: url('../images/ico07.svg') no-repeat center top;
	background-size: 56px auto;
}
p.ico08 {
	background: url('../images/ico08.svg') no-repeat center top;
	background-size: 56px auto;
}

/* content05 -----------------------*/
.content05.vypis {padding-top: 100px;}
.novinka {
	background: #EDFF00;
	border: solid 1px #EDFF00;
	position: relative;
}
.novinka img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	width: 100%;
	height: auto;
}
.novinka > div {
	padding: 30px;
	color: #000;
	font-size: 14px;
}
.novinka > div p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.novinka.detail > div p {-webkit-line-clamp: 40000;}
.novinka > div > a {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: #000;
	display: inline-block;
	padding: 6px 30px 6px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.novinka > div > a::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	top: 10px;
	right: 12px;
	transform: rotate(-135deg);
}
.novinka > div > a:hover {
	background: #fff;
	color: #000;
}
.novinka > div > a:hover::before {
	right: 7px;
	border-color: #000;
}
.content05 .col-md-4, .content05 .col-sm-6 {padding: calc(var(--bs-gutter-x) * .5);}
.content05 .col-sm-6 .novinka > div {padding: 20px;}
.content05 .col-sm-6 .novinka h6 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.content05 .col-sm-6 .novinka p {
	-webkit-line-clamp: 5;
	margin-bottom: 29px;
}
.vse {
	display: inline-block;
	margin: 40px 0;
	background: #fff;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	position: relative;
	padding: 8px 30px 8px 15px;
}
.vse::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-left: solid 2px #000;
	border-bottom: solid 2px #000;
	transform: rotate(-135deg);
	right: 12px;
	top: 10px;
}
.vse:hover {background: #EDFF00;}
.vse:hover::before {right: 7px;}

.content05.detail {padding-top: 60px;}
.detail h1 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 60px 0;
}
.zpet {
	display: inline-block;
	margin: 40px 0;
	background: #fff;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	position: relative;
	padding: 8px 15px 8px 30px;
}
.zpet::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-left: solid 2px #000;
	border-bottom: solid 2px #000;
	transform: rotate(45deg);
	left: 12px;
	top: 10px;
}
.zpet:hover {background: #EDFF00;}
.zpet:hover::before {left: 7px;}

/* footer -----------------------*/
footer {
	padding: 120px 0 30px 0;
	font-weight: 700;
	font-size: 18px;
	overflow: hidden;
	position: relative;
}
footer::before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	width: 90%;
	height: 100%;
	background: radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,0) 70%);
	transform: translate(-50%,66%);
}
footer img {width: 328px;}
footer p {
	margin: 60px 0 20px 0;
	text-transform: uppercase;
}
footer ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
footer ol li {
	display: inline-block;
	padding: 10px 20px;
}
footer ol li a {
	color: #fff;
	text-decoration: none;
	background: url('../images/ico09.svg') no-repeat center left;
	background-size: 30px auto;
	padding: 4px 0 0 50px;
	display: inline-block;
}
footer ol li + li a {background-image: url('../images/ico10.svg');}
footer ol li a:hover {background-position: center left 5px;}

/* tom 2025 ---------------------------- */
p.fico {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 56px auto;
}