select option{
    background: white;
}
.accordion__item--is-open > .accordion__panel{
	display: grid !important;
}
.card-v8{
    height: 100%;
}
.link-fx-1-custom::before{
    width: unset;
}
.feature-v9__block{
    min-height: 500px;
}
:root {
	--mega-nav-height: 70px;
	--mega-nav-content-max-width: var(--max-width-lg);
}
.feature-v8__sub-content {
	margin-top: calc(var(--feature-v8-gap) * -1.5);
}
	
.loop-slideshow__nav-item button {
	height: 2px !important;
}
	
.mega-nav--desktop .mega-nav__control::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--color-contrast-higher);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s;
}
	
.mega-nav {
	height: var(--mega-nav-height);
	width: 100%;
	z-index: var(--z-index-header, 3);
	box-shadow: inset 0px -2px 0px hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 1);
}
	
.mega-nav__logo {
	display: block;
	width: auto;
	height: 70px;
}
	
.mega-nav__logo.title {
	display: block;
	width: 100%;
	max-width: 200px;
	height: 60px;
}
	
.mega-nav__logo.stars {
	display: block;
	width: 45px;
	height: 55px;
}
#cookie_note{
    display: none;
    position: fixed;
	bottom: 0;
	width: 100%;
    background-color: white;
    border-radius: 4px;
	z-index: 9999;
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
	}
}
@media (max-width: 575px){
	.mega-nav__logo.stars {
	    display: none;
	}
	.cookie_accept{
		margin-top: 20px;
	}
    #cookie_note.show{
        display: block;
        text-align: left;
		width: 100%;
		position: fixed;
		bottom: 0;
		max-width: unset;
    }
}
.pre-header{
        display: block;
    }
:root{
		--slideshow-height: 600px;
	}
@media(max-width: 1024px){
    .pre-header{
        display: none;
    }
	:root{
		--slideshow-height: 600px;
	}
}

.hero .btn--primary {
    margin-right: 2vh;
    margin-bottom: 1vh;
}
/* adres mob menu */
@media (max-width: 1021px) {
	.adres{margin-top: 20px;font-size: 0.9rem !important;}
	.color_namber{color: #ffffff !important;}
	.size_namber{margin-top: 18px;font-size: 1.2rem;}
  }
  

/*  */
