:root {
	--text-white: #ffffff;
	--text-black: #000000;
	--text-dark-black:#111111;
	--text-gray: #8b8b8b;
	--text-dark-gray: #333333;


	--main-bg: #ffffff;
	--accent-bg: #f5f5f5;
	--overlay-bg: #000000e6;
	--divider-line: #e7e7e7;
	--copyright-gray: #cccccc;
	--gray-button-bg: #ededed;
	--accent-red-1: #FF391E;
	--services-questions-feedback-bg: #f9f9f9;
	--light-grey:#ffffff50;
	--super_light-grey:#ffffff20;
	--normal-grey:#ffffff30;

}
@media (max-width: 1023px) {
	:root {
		--floating-action-bar-height: 4rem;
		--navbar-height: 5rem;
	}
}
@media (min-width: 1024px) {
	:root {
		--floating-action-bar-height: 5rem;
		/*--navbar-height: 8rem;*/
	}
}

.Font12, .VariableFont12 {
	font-size: 12px;
}
.Font14, .VariableFont14 {
	font-size: 14px;
}
.Font16, .VariableFont16 {
	font-size: 16px;
}
.Font18, .VariableFont18 {
	font-size: 18px;
}
.Font24, .VariableFont24 {
	font-size: 24px;
}
.Font30, .VariableFont30 {
	font-size: 30px;
}
.Font32, .VariableFont32{
  font-size: 32px;
}
.Font35, .VariableFont35 {
	font-size: 35px;
}

.Font60, .VariableFont60 {
	line-height: 60px;
    font-size: clamp(34px, 6vw, 60px);
}


.Font165, .VariableFont165{
	font-size: clamp(40px, 8.5vw, 165px);
}

@media (min-width:576px) and (max-width:999px) {

.Font32, .VariableFont32{
    font-size: 26px;
    line-height: 30px;
}
}
@media (max-width:575px) {

.Font32, .VariableFont32{
    font-size: 20px;
    line-height: 24px;
}
.Font60, .VariableFont60 {
	font-size: 30px;
	line-height: 30px;
}
}
.Weight400 {
	font-weight: 400;
}
.Weight500 {
	font-weight: 500;
}
.Weight700 {
	font-weight: 700;
}
/* For headers and elements that must shrink on mobile */
@media (max-width: 767px) {
	.VariableFont30{
		font-size: 24px;
	}
	.VariableFont24 {
		font-size: 20px;
	}
	.VariableFont16 {
		font-size: 14px;
	}
	.VariableFont14 {
		font-size: 12px;
	}
    .VariableFont12 {
        font-size: 10px;
    }
}
@media (max-width: 900px) {
	.Hidden900 {
		display: none;
	}
}
html {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    height: 100%;
	place-items: center;
	min-width: 100%;
	min-height: -webkit-fill-available;
	padding-bottom: var(--floating-action-bar-height);
	background-color: var(--text-dark-black);
	overflow-x: hidden;
	font-family: 'DM Sans', sans-serif;
	color: var(--text-white);
}
.SiteWidth { /*5% from each side*/
	padding-left: 5%;
	padding-right: 5%;
	width: 100%;
}
.SiteWidth1200 { /*5% from each side unless screen is wider than 1200px*/
	max-width: 1200px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.HiddenOnLoad {
	visibility: hidden;
}
.NoScroll {
    overflow: hidden;
}
/* For opening and closing overlays */
[aria-hidden="true"] {
	display: none;
}
[aria-hidden="false"] {
	display: flex;
}
#amv-start-date {
  /* Šis uzstādīs vispārīgu teksta krāsu, kad datums ir izvēlēts */
  color: white; 
}

/* 1. Mērķis: Kad lauks NAV derīgs (tas ir tukšs VAI ir jūsu nederīgais DD/MM/YYYY) */
#amv-start-date:not(:valid) {
  color: white !important; /* Piespiedu kārtā iestata nederīgo tekstu uz baltu */
}

/* 2. Mērķis: Mērķēt tieši uz lauku ar nederīgo vērtību */
/* Lai gan tas ir retāk atbalstīts uz :date laukiem, tas var palīdzēt */
#amv-start-date[value="DD/MM/YYYY"] {
  color: white !important;
}
/* ==========================================================================
   1. MAIN STRUCTURE & LAYOUT
   ========================================================================== */

.Navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent; /* Sākotnējais fons: caurspīdīgs */
    height: var(--navbar-height);
    
    /* Fiksētās navigācijas stili */
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%; 
    z-index: 9999; 
    transition: background-color 0.3s ease; /* Gluda pāreja fona maiņai */
}

.Navbar.scrolled {
    background-color: var(--text-dark-black); /* Fona krāsa pēc ritināšanas */
}

/* Nodrošina, ka lapas saturs sākas zem fiksētās navigācijas */
body {
    padding-top: var(--navbar-height);
}

.Logo img {
    width: 6rem;
}

.NavbarButtonContainer {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
}

/* Vispārīgie stili abiem NavButtonRow2 sarakstiem */
.NavButtonRow2 {
    align-items: center;
    gap: 0;
}

nav {
    z-index: 999;
}

/* vecais .navbar_transparent tagad nav nepieciešams, jo .Navbar ir fixed */
/* ==========================================================================
   Papildu stils: NAVIGĀCIJAS JOSLA AR CIETU FONU (NavbarFixed)
   ========================================================================== */

.NavbarFixed {
    /* Pārspēj sākotnējo .Navbar transparent fonu un uzliek #333333 uzreiz */
    background-color: var(--text-dark-black) !important; 
    transition: none !important; /* Pāreja nav vajadzīga, jo fons nemainās */
}
.language_nav{
    line-height: 90px;
}

/* ==========================================================================
   2. MEDIA QUERIES (RESPONSIVENESS)
   ========================================================================== */

@media (min-width: 768px) {
    .Logo img {
        width: 130px;
    }
}

@media (min-width: 1110px) {
    .NavbarButtonContainer {
        flex-direction: row; 
        align-items: center;
        width: 100%;
        justify-content: flex-end;
    }
    
    .NavDesktopLinks {
        display: flex; 
        flex: 1 1 auto;
        justify-content: flex-end; 
    }

    .NavPersistentElements {
        display: flex; 
    }

    .NavMobileMenu {
        display: none; 
    }
}

@media (max-width: 1109px) {
    .NavDesktopLinks {
        display: none; 
    }

    .NavPersistentElements {
        display: flex; 
        align-items: center;
        margin-right: 1.5rem; 
    }

    .NavMobileMenu {
        display: flex; 
    }
    .mob_nav_btn{
        background: var(--accent-red-1);
        margin-top: 50px;
        padding: 15px 50px !important;
        border-radius: 40px;
    }
}


@media (min-width: 1200px) {
    .Logo img {
        width: 10.5rem;
    }
}

/* ==========================================================================
   3. LINKS & NAVIGATION ELEMENTS
   ========================================================================== */

.NavLink {
    height: 5rem!important;
    color: var(--text-white);
    cursor: pointer;
    text-decoration: none;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 35px;
    transition: 0.3s;
}

@media (max-width: 999px) {
.NavLink {
    padding-right: 0px;
}
}
.NavLink.nav_dot::after, .nav_cart_btn::after {
    content: "•";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-white);
}



.nav_cart_btn span {
    color: var(--accent-red-1);
    padding-left: 5px;
}

.NavLink.border_both {
    border-right: 1px solid var(--light-grey);
    border-left: 1px solid var(--light-grey);
    border-radius: 0;
    padding-left: 40px;
    padding-right: 40px;
}

.NavLink:hover:not(.Dropdown),
.NavLink.Dropdown:hover > button > p {
    color: var(--accent-red-1);
}

.NavLink.Active {
    color: var(--accent-red-1);
}

.NavLink.Active > ul {
    color: var(--text-black);
}

/* ==========================================================================
   4. LANGUAGE SWITCHER
   ========================================================================== */

.LangButton {
    text-transform: uppercase;
    color: var(--light-grey);
    transition: 0.3s;
    cursor: pointer;
}
@media (min-width: 401px) {
.nav_cart_btn {
    padding-right: 40px;
    padding-left: 30px;
}
}
@media (max-width: 400px) {
.LangButton.Font16, .nav_cart_btn.Font16{
    font-size: 14px;
}
 .nav_cart_btn {
        padding-right: 30px;
        padding-left: 10px;
    }
}
.language_switcher button:last-child {
    padding-left: 10px;
}

.LangButton.active {
    color: var(--text-white);
}

.LangButton:hover {
    color: var(--text-white);
}

/* ==========================================================================
   5. MOBILE MENU ICON (BURGER) - UZLABOTS AR X ANIMĀCIJU
   ========================================================================== */

#NavMobileMenuButton {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
}

#NavMobileMenuButton span {
    display: block;
    width: 100%;
    height: 3px; 
    background: var(--text-white); 
    border-radius: 5px;
    /* Saglabājam pāreju gludai animācijai */
    transition: all 0.3s ease-in-out; 
}

/* 1. Vidējā svītra (otrais span) */
#NavMobileMenuButton.is-open span:nth-child(2) {
    opacity: 0; /* Padara to neredzamu */
    transform: translateX(-20px); /* Pārvieto nedaudz, lai nodrošinātu pilnīgu paslēpšanu */
}

/* 2. Augšējā svītra (pirmais span) */
#NavMobileMenuButton.is-open span:nth-child(1) {
    /* Pārvieto uz centru un pagriež par 45 grādiem */
    transform: translateY(11px) rotate(45deg); 
}

/* 3. Apakšējā svītra (trešais span) */
#NavMobileMenuButton.is-open span:nth-child(3) {
    /* Pārvieto uz centru un pagriež par -45 grādiem */
    transform: translateY(-11px) rotate(-45deg); 
}

/* ==========================================================================
   6. MOBILE OVERLAY (SLĒPŠANA/ATVĒRŠANA)
   ========================================================================== */

/* Pamata / Slēptais stāvoklis ar pārejām */
.NavMobileOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    
    /* UZLABOTS Z-INDEX: nodrošina, ka tas ir virs visa cita */
    z-index: 99999; 
    
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%); 
    display: block; 
    
    /* UZLABOTS POINTER EVENTS: slēptā izvēlne ignorē klikšķus */
    pointer-events: none; 
    
    /* Pārejas loģika: kavē redzamību slēpšanas laikā */
    transition: visibility 0s 0.4s, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

/* ATVĒRTAIS STĀVOKLIS (aktivēts ar JS, izmantojot .is-open) */
.NavMobileOverlay.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0s; 
    
    /* UZLABOTS POINTER EVENTS: atvērta izvēlne uztver klikšķus */
    pointer-events: auto; 
}

/* ==========================================================================
   7. BUTTONS (VISPĀRĪGIE STIli)
   ========================================================================== */

.ff-width-button {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.ff-width-button .ButtonRed {
    width: 100%;
    display: block;
    padding: 15px;
    border-radius: 50px;
}

.red_button a {
    background: var(--accent-red-1);
    padding: 14px 30px;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 50px;
    transition: 0.3s;
}

.red_button a:hover {
     background: var(--text-dark-black);
}

.ButtonWhite {
    background-color: var(--text-white);
    color: var(--text-black);
}

.ButtonWhite:hover {
    background-color: var(--text-black);
    color: var(--text-white);
}

.ButtonWhiteBordered {
    color: var(--text-white);
    border: 1px solid var(--text-white);
    transition: ease var(--button-hover-speed);
}

.ButtonWhiteBordered:hover {
    background-color: var(--text-black);
    color: var(--text-white);
}

.ButtonRed {
    background-color: var(--accent-red-1);
    color: var(--text-white);
    transition: 0.3s;
}

.ButtonRed:hover {
    background-color: var(--text-black);
    color: var(--text-white);
}

.ButtonGray {
    background-color: var(--gray-button-bg);
}

.ButtonGray:hover {
    background-color: var(--text-black);
    color: var(--text-white);
}

.ButtonBlack {
    background-color: var(--text-black);
    color: var(--text-white);
}

.ButtonBlack:hover {
    background-color: var(--accent-red-1);
}

/* #region Navigation */

.NavMobileMenu {
	justify-content: center;
	align-items: center;
}
#NavMobileMenuButton {
	z-index: 30;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: .5rem;
	cursor: pointer;
	height: 2rem;
}
#NavMobileMenuButton > span {
	background-color: var(--text-white);
	width: 30px;
    height: 2px;
	border-radius: 5px;
	transition: ease var(--animation-speed);
}
#NavMobileMenuButton.Active > span {
	background-color: var(--text-white);
	width: 2rem;
	height: .25rem;
	border-radius: .125rem;
}
#NavMobileMenuButton.Active > span:nth-child(1) {
	transform: translateY(0.75rem) rotate(45deg);
}
#NavMobileMenuButton.Active > span:nth-child(2) {
	opacity: 0;
}
#NavMobileMenuButton.Active > span:nth-child(3) {
	transform: translateY(-0.75rem) rotate(-45deg);
}
.NavMobileOverlay {
	position: fixed;
	z-index: 20;
	inset: 0;
	background-color: var(--overlay-bg);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
    overflow-y: scroll;
	transition: opacity var(--animation-speed) ease;
}
.NavMobileOverlay.Active {
	opacity: 1;
  	pointer-events: auto;
}
.NavMobileOverlay > .NavLink {
	color: var(--text-white);
	height: 4rem;
}
/* #endregion */



/* #region Footer */
footer{
	width: 100%;
    padding-bottom: 0px!important;
}
@media (min-width: 1200px){ 
.footer_top{
	border-top:1px solid #ffffff50;
	border-bottom:1px solid #ffffff50;
	display: grid;
    grid-template-columns: 49% 49%;
    grid-row-gap: 20px!important;
    grid-column-gap: 2%!important;
}
}
@media (min-width: 768px) and (max-width: 1199px)  { 
.footer_top{
	border-top:1px solid #ffffff50;
	border-bottom:1px solid #ffffff50;
	display: grid;
    grid-template-columns: 30% 68%;
    grid-row-gap: 20px!important;
    grid-column-gap: 2%!important;
}
}
@media (min-width: 768px) { 
.footer_top_left{
	 border-right:1px solid #ffffff50;
	 padding-top: 40px;
	padding-bottom: 40px;
}
.footer_top_right{
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer_nav ul li{
	display: inline-block;
}
.footer_nav ul .footer_dots {
    position: relative;
    padding-right: 40px; 
}
.footer_nav ul .footer_dots::after {
    content: "•";       
    position: absolute;
    right: 15px;  
	top: 3px;     
    color: #ffffff;     
    font-size: 14px;   
}
.footer_get_in_btn{
	 border-left:1px solid #ffffff50;
	 margin-left: 20px;
	 padding-left: 20px;
}
.footer_nav ul li{
	display: inline-block;
}
.footer_sm_text p{
	color: var(--light-grey);
    font-size: 16px;
    font-weight: 400;
}
}
@media (max-width: 767px) { 
.footer_top{
	border-top:1px solid #ffffff50;
	border-bottom:1px solid #ffffff50;
	display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 20px!important;
    grid-column-gap: 0%;
}
.footer_top_left{
	border-bottom:1px solid #ffffff50;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer_top_right{
	padding-top: 20px;
	padding-bottom: 40px;
}
.footer_nav ul li{
	padding-bottom: 20px;
}
.footer_sm_text p{
	color: var(--light-grey);
    font-size: 14px;
    font-weight: 400;
}
}

.footer_top_left img{
 opacity: 0.5;
 max-width: 420px;
 width: 100%;
}

.footer_sm_text{
	max-width: 330px;
	padding-bottom: 40px;
}


.footer_nav ul li a{
	transition: 0.3s;
}
.footer_nav ul li a:hover{
 color: var(--accent-red-1);
}

@media (min-width: 576px) { 
.footer_bottom{
	display: grid;
    grid-template-columns: 49% 49%;
    grid-row-gap: 20px!important;
    grid-column-gap: 2%!important;
	padding-top: 20px;
	padding-bottom: 0px;
}
.footer_social ul li{
	display: inline-block;
}
.footer_social ul .footer_dots {
    position: relative;
    padding-right: 40px; 
}
.footer_social ul .footer_dots::after {
    content: "•";       
    position: absolute;
    right: 15px;  
	top: 3px;     
    color: #ffffff;     
    font-size: 14px;   
}
.Copyright p::after{
 content: "•";       
    position: absolute;
    right: -20px;  
	top: 3px;     
    color: #ffffff;     
    font-size: 14px; 
}
.Copyright p{
	color: var(--light-grey);
	display: inline-block;
     font-size: 16px;
    font-weight: 400;
}
.Copyright{
	text-align: right;
}
.Copyright a{
	display: inline-block;
	padding-left: 30px;
}
}
@media (max-width: 575px) { 
.footer_bottom{
	display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 20px!important;
    grid-column-gap: 0%!;
	padding-top: 20px;
	padding-bottom: 0px;
}
.footer_social ul li{
	padding-bottom: 20px;
}
.footer_social{
	border-bottom:1px solid #ffffff50;
}
.Copyright p{
	color: var(--light-grey);
     font-size: 14px;
    font-weight: 400;
}
}
.footer_bottom a{
	transition: 0.3s;
}
.footer_bottom a:hover{
	color: var(--accent-red-1);
}
.Copyright p{
	position: relative;
	padding-bottom: 15px;
}





/* #endregion */

/* #region global_site */

.dark_sec_bg.block_st_1{
	background-color: var(--text-dark-black);
	padding-top: 0px;
	padding-bottom: 0px;
}
.section_text_block p{
text-transform: uppercase;

}
.section_text_block h2{
max-width: 490px;
line-height: 100%;
padding-bottom: 30px;
padding-top: 30px;
}
.pos_absolute{
	position: absolute;
	top: 70px;
	left: 0;
}

@media (min-width: 576px) { 
.section_text_block.pos_absolute{
	position: absolute;
	top: 70px;
	left: 0;
}
.dark_sec_bg{
	background-color: var(--text-dark-black);
	padding-top: 50px;
	padding-bottom: 50px;
}
.section_bg_img{
	width: 100%;
}
.section_bg_img img{
	width:100%;
height:90vh;
min-height: 500px;
max-height: 800px;
object-fit: cover;
}
.bottom_text_st_2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
}
.bottom_text_st_2 .st_2_left{
	position: absolute;
	left: 0;
	bottom: 40px;
	padding-left: 5%;
}
.bottom_text_st_2 .st_2_right{
	width: calc(320px + 5%);
	padding-right: 5%;
	position: absolute;
	right: 0;
	bottom: 70px;
}
}
@media (max-width: 575px) { 
.block_st_1 .section_text_block {
padding-top: 40px;
}
.dark_sec_bg{
	background-color: var(--text-dark-black);
	padding-top: 30px;
	padding-bottom: 30px;
}
.section_bg_img img{
	width:100%;
	aspect-ratio: 5/4;
	object-fit: cover;
}
.bottom_text_st_2 {
	display: grid;
}
.bottom_text_st_2 .st_2_left{
	order: 2!important;
	padding-top: 30px;
	text-align: left;
}
.bottom_text_st_2 .hb-middle_text{
	text-align: left;
}
.bottom_text_st_2 .st_2_right{
	order: 1!important;
}
.text_st5{
	max-width: calc(600px + 5%);
    width: 100%;
	position: relative;
	left: 0;
	bottom: 30px;
}
}
.bottom_text_st_2 .st_2_right .hb-text{
 padding-bottom: 20px;

}
@media (min-width: 576px) { 
.section_tittle_block{
z-index: 2;
}
.text_st4{
	width: calc(450px + 5%);
	padding-left: 5%;
	position: absolute;
	left: 0;
	bottom: 70px;
}
.text_st5{
	max-width: calc(600px + 5%);
    width: 100%;
	padding-left: 5%;
	position: absolute;
	left: 0;
	bottom: 70px;
}
}
@media (min-width: 1000px) { 
.section_tittle_block h2{
font-weight: 500;
font-size: clamp(40px, 10vw, 165px);
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
}
.arrow_lg{
	 position: absolute;
	 right: 20px;
	 bottom: 30px;
	width: 100px;
    height: 100px;
    background: var(--accent-red-1);
    border-radius: 50%;
    overflow: hidden;
}
}
@media (min-width: 576px) and (max-width:999px) { 
.section_tittle_block h2{
font-weight: 500;
font-size: clamp(40px, 10vw, 165px);
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
}
.arrow_lg{
	 position: absolute;
	 right: 20px;
	 bottom: -40px;
	width: 70px;
    height: 70px;
    background: var(--accent-red-1);
    border-radius: 50%;
    overflow: hidden;
}
}
@media (max-width: 575px) { 
.section_tittle_block h2{
font-weight: 500;
font-size: clamp(40px, 10vw, 165px);
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
}
.section_tittle_block{
z-index: 2;
}
.section_tittle_block.pos_absolute{
	position: relative;
	top: 0;
}
.text_st4{
	width: 100%;
	position: relative;
	left: 0;
	bottom: 70px;
}
.arrow_lg{
	 position: absolute;
	 right: 10px;
	 bottom: -40px;
	width: 60px;
    height: 60px;
    background: var(--accent-red-1);
    border-radius: 50%;
    overflow: hidden;
}
}

.gradient_wrap {
  position: relative;
  overflow: hidden;
}

.gradient_wrap::after {
     content: "";
  position: absolute;
  inset: 0;

  background:
    /* no augšas un apakšas */
    linear-gradient(to bottom, var(--text-dark-black) 0%, transparent 30%, transparent 70%, var(--text-dark-black) 100%),
    /* no kreisās un labās malas */
    linear-gradient(to right, var(--text-dark-black) 0%, transparent 30%, transparent 70%, var(--text-dark-black) 100%);

  pointer-events: none;
}


.arrow_lg_wrap{

    position: relative;
}
.arrow_lg img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    display: block;
    cursor: pointer;
}


/* #endregion */
/*morph block*/
@media (min-width: 1000px) { 
.glass-btn {
    display: inline-block;
    padding: 18px 40px;
    border-radius: 50px;

    font-size: 20px;
    color: white;
    text-align: center;

    background: rgba(255, 255, 255, 0.01); 
    backdrop-filter: blur(7px) saturate(100%);
    -webkit-backdrop-filter: blur(5px) saturate(60%);

    box-shadow:
        inset 10px 10px 25px rgba(255, 255, 255, 0.25),  
        inset -10px -10px 25px rgba(0, 0, 0, 0.4),        
        0 8px 25px rgba(0, 0, 0, 0.35);                  

    border: 1px solid rgba(255, 255, 255, 0.2); 
}
.glass-btn.x1{
	position: absolute;
	top: 50px;
	left: 20%;
	transform: rotate(8deg); 
}
.glass-btn.x2{
	position: absolute;
	top: 90px;
	left: 45%;
	transform: rotate(-8deg); 
}
}
@media (min-width: 576px) and (max-width:999px) { 
.glass-btn {
    display: inline-block;
    padding: 14px 25px;
    border-radius: 50px;

    font-size: 14px;
    color: white;
    text-align: center;

    background: rgba(255, 255, 255, 0.01); 
    backdrop-filter: blur(7px) saturate(100%);
    -webkit-backdrop-filter: blur(5px) saturate(60%);

    box-shadow:
        inset 10px 10px 25px rgba(255, 255, 255, 0.25),  
        inset -10px -10px 25px rgba(0, 0, 0, 0.4),        
        0 8px 25px rgba(0, 0, 0, 0.35);                  

    border: 1px solid rgba(255, 255, 255, 0.2); 
}
.glass-btn.x1{
	position: absolute;
	top: 30px;
	left: 5%;
	transform: rotate(8deg); 
}
.glass-btn.x2{
	position: absolute;
	top: 40px;
	left: 40%;
	transform: rotate(-8deg); 
}
}
@media (max-width: 575px) { 
.glass-btn {
    display: inline-block;
    padding: 10px 12px;
    border-radius: 50px;
    font-size: 6px;
    color: white;
    text-align: center;

    background: rgba(255, 255, 255, 0.01); 
    backdrop-filter: blur(7px) saturate(100%);
    -webkit-backdrop-filter: blur(5px) saturate(60%);

    box-shadow:
        inset 10px 10px 25px rgba(255, 255, 255, 0.25),  
        inset -10px -10px 25px rgba(0, 0, 0, 0.4),        
        0 8px 25px rgba(0, 0, 0, 0.35);                  

    border: 1px solid rgba(255, 255, 255, 0.2); 
}
.glass-btn.x1{
	position: absolute;
	top: 20px;
	left: 10%;
	transform: rotate(8deg); 
}
.glass-btn.x2{
	position: absolute;
	top: 25px;
	left: 35%;
	transform: rotate(-8deg); 
}
}
.morph_block{
	width: 100%;
	position: relative;
	
}
.morph_block .morph_block-header-wrap img{
	opacity: 0.5;
}


/* #endregion */

/*filtrs*/

.filters_wrap {
	width: 100%;
}
.filters {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid var(--super_light-grey);
    border-top: 1px solid var(--super_light-grey);
}
.filters .filter:first-child{
    padding-left: 5%;
}
.filters .filter:first-child .filter-btn{
    padding-left: 0px;
}

.filter {
    position: relative;
}
@media (min-width: 576px) { 
.filter-btn {
    color: white;
    padding: 20px 25px;
    font-size: 16px;
    border-radius: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}
}
@media (max-width: 575px) { 
.filter-btn {
    color: white;
    padding: 15px 15px;
    font-size: 16px;
    border-radius: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}
.filter_right_side .filter-btn {
    color: white;
    padding: 15px 5%;
}
}


.filter-btn:hover {
    background: var(--accent-red-1);
    color: white;
}

.filter-dropdown {
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    background: var(--text-dark-black);
    border: 1px solid var(--super_light-grey);
    padding: 20px 25px;
    min-width: 320px;
    max-height: 350px;
    overflow-y: auto;
    display: none;
    flex-wrap: wrap;
    gap: 12px 40px;
    z-index: 100;
}

.add-filters-btn .filter-dropdown {
    position: absolute;
    right: 0!important;
	left: auto!important;
  
}

.filter:hover .filter-dropdown {
    display: flex;
}

.filter-dropdown label {
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 15px;
    transition: color 0.2s ease;
}

.filter-dropdown label:hover {
    color: var(--accent-red-1);
}

.filter-dropdown input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--accent-red-1);
}


.filter-dropdown::-webkit-scrollbar {
    width: 6px;
}

.filter-dropdown::-webkit-scrollbar-track {
    background: var(--accent-red-1);
}

.filter-dropdown::-webkit-scrollbar-thumb {
    background: var(--accent-red-1);
    border-radius: 3px;
}

.add-filter-wrapper {
    position: relative;
    display: inline-block;
}


.filter.filter_right_side .filter-dropdown {
    left: auto;  
    right: 0;    
}

.add-filter-wrapper:hover .filter-dropdown {
    display: flex;
}
/* #endregion */

@media (min-width: 576px) { 

.add-filters-btn{
border-left: 1px solid var(--super_light-grey);
padding-left: 40px;
}
}
.filter_right_side {
    margin-left: auto; 
}
@media (max-width: 576px) { 
.filter_right_side {
    margin-left: auto; 
}
.filter_right_side{
    border-top: 1px solid var(--super_light-grey);
    width: 100%;
}
}


.contact_us_fly{
     display: inline-block;
     position: relative;
}

.fly_text{
    text-align: right;
    font-family: 'Rock Salt', cursive;
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25px);
    -ms-transform: rotate(-25deg);
    color: var(--accent-red-1);
    position: absolute;
    min-width: 330px;
    width: 100%;
    z-index: 2;
}
@media (min-width: 999px) { 
.fly_text{
    right: -90px;
    top: 10px;
    font-size: 40px;
}
}
@media (min-width: 576px) and (max-width:999px) { 
.fly_text{
    right: -80px;
    top: 70px;
    font-size: 24px;
}
}
@media (max-width: 575px) { 
.fly_text{
    right: -40px;
   top: 60px;
    font-size: 18px;
}
}