@font-face {
	font-family: 'Annabelle'; 
	src: url("/site/templates/fonts/AnnabelleCyr.woff2"); 
	font-weight: normal;
	font-style: normal;
}

select option{
    background: white;
}
.card-v8{
    height: 100%;
}
:root {
	--mega-nav-height: 75px;
	--mega-nav-content-max-width: var(--max-width-lg);
}
.slideshow__item--custom-height {
	height: 90vh;
	align-items: end;
}   
.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: 100%;
	max-width: 280px;
}
	
.mega-nav__logo.stars {
	display: block;
	width: 45px;
	height: 55px;
}

.card-v14-custom {
	box-shadow: var(--inner-glow), var(--shadow-ring, 0 0 0 1px hsla(0, 0%, 0%, 0.05)), var(--shadow-lg);
} 

.card-v14-custom:hover {
	box-shadow: var(--inner-glow), var(--shadow-ring, 0 0 0 1px hsla(0, 0%, 0%, 0.05)), var(--shadow-xl);
}

.footer-v5__link-custom {
	font-size: var(--text-md, 1.125rem);
	font-weight: 700;
	color: black;
}

#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;
}

.bg-cars {
    background-color: #1E2224;
}

.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white p {
    color: hsla(var(--color-white-h), var(--color-white-s), var(--color-white-l), var(--color-o, 1)) !important;
}

.feature-v11__link-primary {
	background: var(--color-primary);
	border-radius: 0;
}

.feature-v11__link-primary:hover {
	border-color: var(--color-primary);
}

.feature-v11__link-secondary {
	color: white;
	background: #262A2C;
	border-color: #262A2C;
	border-radius: 0;
}

.feature-v11__link-secondary:hover {
	color: var(--color-primary);
	background: #1E2224;
	border-color: var(--color-primary);
}

.list--border li:not(:last-child), .text-component .list--border li:not(:last-child) {
    border-bottom: 0.5px solid var(--color-contrast-lower);
}

.text-xl-custom {
	font-size: var(--text-xl)!important;
}

.socials__btns a {
	background-color: white;
}

.socials__btns a:hover {
	background-color: hsla(var(--color-bg-dark-h), var(--color-bg-dark-s), var(--color-bg-dark-l), var(--bg-o));
}

@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
	}
}
@media (max-width: 768px) {
	.slideshow__item--custom-height {
		height: 350px;
	}
}
@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;
    }
}

/* feature-v9 */
.feature-v9__block {
	padding: var(--space-lg) var(--space-md);
}
.feature-v9__block::after {
	height: 0%;
}
@media (max-width: 32rem) {
	.feature-v9__block {
	  min-height: 240px;
	}
}
@media (min-width: 32rem) {
	.feature-v9__block {
	  min-height: 350px;
	}
}
@media (min-width: 48rem) {
	.feature-v9__block {
	  min-height: 400px;
	}
}
@media (min-width: 64rem) {
	.feature-v9__block {
	  min-height: 300px;
	}
}
@media (min-width: 80rem) {
	.feature-v9__block {
	  min-height: 430px;
	}
}
	