@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";

:root {
	--color-primary-hover: color-mix(in srgb, var(--color-primary, #35B3DB) 90%, black);
	--color-primary-active: color-mix(in srgb, var(--color-primary, #35B3DB) 80%, black);
	--color-primary-opacity-5: color-mix(in srgb, var(--color-primary, #35B3DB) 5%, white);
	--color-primary-opacity-10: color-mix(in srgb, var(--color-primary, #35B3DB) 10%, white);
	--color-primary-opacity-15: color-mix(in srgb, var(--color-primary, #35B3DB) 15%, white);
	--color-primary-opacity-20: color-mix(in srgb, var(--color-primary, #35B3DB) 20%, white);
	--color-primary-opacity-25: color-mix(in srgb, var(--color-primary, #35B3DB) 25%, white);
}

.main-header.style-1 {
	background: #000;
}

.main-header.style-1 .wrap {
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.main-header.style-1 .header-top {
	background: #1e1e1e;
}

.main-header.style-1 .header-top .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.main-header.style-1 .header-top .language-switcher {
    order: 3;
    position: relative;
    margin-left: 20px;
}

.main-header.style-1 .header-top .language-switcher .language-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.main-header.style-1 .header-top .language-switcher .language-toggle img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 2px;
}

.main-header.style-1 .header-top .language-switcher .language-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #1e1e1e;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    padding: 10px;
    z-index: 100;
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
}

.main-header.style-1 .header-top .language-switcher .language-dropdown.active {
    display: block;
}

.main-header.style-1 .header-top .language-switcher .language-dropdown a {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    color: #bdbdbd;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: 180ms all ease-out;
}

.main-header.style-1 .header-top .language-switcher .language-dropdown a:hover {
    color: #fff;
    background: rgba(87, 87, 87, 0.1);
}

.main-header.style-1 .header-top .language-switcher .language-dropdown a img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-radius: 2px;
}

@media (max-width: 1100px) {
    .main-header.style-1 .header-top .language-switcher {
        margin-left: 10px;
    }
    .main-header.style-1 .header-top .language-switcher .language-toggle img {
        width: 20px;
        height: 20px;
        margin-right: 40px;
    }
    .main-header.style-1 .header-top .language-switcher .language-dropdown {
        right: -10px;
    }
}

.main-header.style-1 .header-top .wrap>a,.main-header.style-1 .header-top .wrap>.a {
	order: 1;
}

.main-header.style-1 .header-top .wrap>form {
	order: 2;
	flex-grow: 1;
	display: flex;
	justify-content: center;
	margin-left: 50px;
	margin-right: 30px;
}

.main-header.style-1 .header-top .wrap>nav {
	order: 3;
}

.main-header.style-1 .header-top input.search-box {
	width: 100%;
	border-radius: 6px;
	border: 1px solid #bdbdbd;
	outline: none;
	padding: 15px 10px 15px 55px;
	background-color: rgba(0,0,0,0);
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m25.752 24.556-5.29-5.289a9.31 9.31 0 1 0-1.195 1.195l5.29 5.29a.845.845 0 1 0 1.195-1.196ZM5.714 13.321a7.607 7.607 0 1 1 7.607 7.607 7.616 7.616 0 0 1-7.607-7.607Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #fff;
	font-family: "Montserrat",sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: 180ms all ease-out;
}

.main-header.style-1 .header-top input.search-box::placeholder {
	color: #bdbdbd;
}

.main-header.style-1 .header-top input.search-box:focus {
	border-color: #fff;
}

.main-header.style-1 .header-top .search-button {
	display: none;
	box-shadow: none;
	border: none;
	outline: none;
	background-color: rgba(0,0,0,0);
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m25.752 24.556-5.29-5.289a9.31 9.31 0 1 0-1.195 1.195l5.29 5.29a.845.845 0 1 0 1.195-1.196ZM5.714 13.321a7.607 7.607 0 1 1 7.607 7.607 7.616 7.616 0 0 1-7.607-7.607Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 10px center;
	color: rgba(0,0,0,0);
	padding: 12px;
	width: 50px;
}

.main-header.style-1 .top-navbar ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 100;
}

.main-header.style-1 .top-navbar ul li {
	position: relative;
	display: inline-block;
}

.main-header.style-1 .top-navbar ul li:hover>ul {
	display: inherit;
}

.main-header.style-1 .top-navbar ul li:hover>ul li {
	display: list-item;
	margin-bottom: 15px;
	padding-right: 22px;
}

.main-header.style-1 .top-navbar ul li:hover>ul li:last-child {
	margin-bottom: 0;
}

.main-header.style-1 .top-navbar ul li a,.main-header.style-1 .top-navbar ul li .a {
	display: block;
	overflow: hidden;
	color: #bdbdbd;
	text-overflow: ellipsis;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	transition: 180ms all ease-out;
}

.main-header.style-1 .top-navbar ul li a:hover,.main-header.style-1 .top-navbar ul li .a:hover {
	color: #fff;
}

.main-header.style-1 .top-navbar ul li .current-menu-item>a,.main-header.style-1 .top-navbar ul li .current-menu-ancestor>a,.main-header.style-1 .top-navbar ul li .current-menu-item>.a,.main-header.style-1 .top-navbar ul li .current-menu-ancestor>.a {
	color: #fff;
}

.main-header.style-1 .top-navbar ul li ul {
	display: none;
	position: absolute;
	min-width: 100%;
	background: #1e1e1e;
	border-radius: 6px;
	padding: 15px;
	animation: growDown 300ms ease-in-out forwards;
	transform-origin: top center;
	width: 200px;
}

.main-header.style-1 .top-navbar ul li ul ul {
	left: 100%;
	top: 0;
}

.main-header.style-1 .top-navbar ul li.menu-item-has-children:after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13 9.5 6.66 5.772a1 1 0 0 1 .027 1.487L13 23' stroke='%23BDBDBD' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 7px;
	background-size: 22px;
	top: 50%;
	transform: translateY(-50%);
	transition: 180ms all 120ms ease-out;
}

.main-header.style-1 .top-navbar ul li.menu-item-has-children:hover:after {
	transform: translateY(-50%) rotate(180deg);
}

.main-header.style-1 .top-navbar>ul>li {
	margin-right: 20px;
	padding-right: 40px;
}

.main-header.style-1 .top-navbar>ul>li:last-child {
	margin-right: 0;
}

.main-header.style-1 .top-navbar>ul>li:not(.menu-item-has-children):last-child {
	padding-right: 0;
}

.main-header.style-1 .top-navbar>ul>li.menu-item-has-children:hover:after {
	transform: translateY(-50%) rotate(90deg);
}

.main-header.style-1 .top-navbar>ul>li>a,.main-header.style-1 .top-navbar>ul>li>.a {
	overflow: hidden;
	color: #bdbdbd;
	text-overflow: ellipsis;
	font-family: "Montserrat",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media(min-width: 1101px) {
	.main-header.style-1 .navbar ul {
		display: inline-block;
		list-style: none;
		margin: 0;
		z-index: 100;
	}

	.main-header.style-1 .navbar ul li {
		position: relative;
		display: inline-block;
	}

	.main-header.style-1 .navbar ul li:hover>ul {
		display: inherit;
	}

	.main-header.style-1 .navbar ul li:hover>ul li {
		display: list-item;
		border-bottom: 1px solid #575757;
		padding: 13px 30px 13px 11px;
		margin-bottom: 15px;
	}

	.main-header.style-1 .navbar ul li:hover>ul li:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}

	.main-header.style-1 .navbar ul li:hover>ul li:hover {
		background: rgba(87,87,87,.1);
	}

	.main-header.style-1 .navbar ul li a,.main-header.style-1 .navbar ul li .a {
		display: block;
		color: #fff;
		font-family: "Montserrat",sans-serif;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.2;
	}

	.main-header.style-1 .navbar ul li ul {
		display: none;
		position: absolute;
		min-width: 100%;
		border-radius: 6px;
		background: #1e1e1e;
		box-shadow: 0 2px 12px 0 rgba(0,0,0,.15);
		padding: 15px 20px 20px 20px;
		top: 58px;
		left: -18px;
		width: 350px;
		animation: growDown 300ms ease-in-out forwards;
		transform-origin: top center;
	}

	.main-header.style-1 .navbar ul li ul ul {
		left: 100%;
		top: 0;
	}

	.main-header.style-1 .navbar ul li.menu-item-has-children:after {
		content: "";
		display: inline-block;
		width: 32px;
		height: 32px;
		background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13 9.5 6.66 5.772a1 1 0 0 1 .027 1.487L13 23' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		right: 2px;
		background-size: contain;
		top: 50%;
		transform: translateY(-50%);
		transition: 180ms all 120ms ease-out;
	}

	.main-header.style-1 .navbar ul li.menu-item-has-children:hover:after {
		transform: translateY(-50%) rotate(180deg);
	}

	.main-header.style-1 .navbar>ul>li {
		margin-right: 30px;
		padding: 20px 40px 20px 0;
	}

	.main-header.style-1 .navbar>ul>li.menu-item-has-children:after {
		right: -5px;
	}

	.main-header.style-1 .navbar>ul>li.menu-item-has-children:hover:after {
		transform: translateY(-50%) rotate(90deg);
	}

	.main-header.style-1 .navbar>ul>li>a,.main-header.style-1 .navbar>ul>li>.a {
		color: #fff;
		font-family: "Montserrat",sans-serif;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}

	.main-header.style-1 .navbar>ul>li>.edge {
		right: -18px;
		left: auto;
	}

	.main-header.style-1 .navbar .edge {
		right: 100%;
		left: initial;
	}@	keyframes growDown {
		0%{transform: scaleY(0);
	}

	80% {
		transform: scaleY(1.1);
	}

	100% {
		transform: scaleY(1);
	}
}}

.main-header.style-1 .burger-box {
	display: none;
	order: 3;
	cursor: pointer;
}

.main-header.style-1 .burger-box .burger {
	cursor: pointer;
	display: block;
	position: relative;
	border: none;
	background: rgba(0,0,0,0);
	width: 28px;
	height: 26px;
	margin: 15px auto;
}

.main-header.style-1 .burger-box .burger::before,.main-header.style-1 .burger-box .burger::after {
	content: "";
	left: 0;
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 10px;
	background: #fff;
}

.main-header.style-1 .burger-box .burger::before {
	top: 0;
	box-shadow: 0 11px 0 #fff;
	transition: box-shadow .3s .15s,top .3s .15s,transform .3s;
}

.main-header.style-1 .burger-box .burger::after {
	bottom: 0;
	transition: bottom .3s .15s,transform .3s;
}

.main-header.style-1 .burger-box.active .burger:before {
	top: 12px;
	transform: rotate(45deg);
	box-shadow: 0 6px 0 rgba(0,0,0,0);
	transition: box-shadow .15s,top .3s,transform .3s .15s;
}

.main-header.style-1 .burger-box.active .burger:after {
	bottom: 11px;
	transform: rotate(-45deg);
	transition: bottom .3s,transform .3s .15s;
}

@media(max-width: 1100px) {
	.main-header.style-1 .header-top .wrap {
		padding-right: 15px;
		padding-left: 15px;
	}

	.main-header.style-1 .burger-box {
		display: block;
	}

	.main-header.style-1 .header-top .wrap {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.main-header.style-1 .header-top .wrap>form {
		justify-content: end;
	}

	.main-header.style-1 .header-top .wrap>form .search-button {
		display: inline-block;
	}

	.main-header.style-1 .search-box,.main-header.style-1 .top-navbar {
		display: none;
	}

	.main-header.style-1 .navbar {
		visibility: hidden;
		opacity: .3;
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		z-index: 9;
		transition: .3s all ease-out;
		transform-origin: top center;
		transform: rotateX(-90deg);
		overflow: hidden;
	}

	.main-header.style-1 .navbar .nav {
		display: flex;
		flex-direction: column;
		background: #1e1e1e;
		list-style: none;
	}

	.main-header.style-1 .navbar .nav .menu-item {
		position: relative;
	}

	.main-header.style-1 .navbar .nav .menu-item a,.main-header.style-1 .navbar .nav .menu-item .a {
		color: #fff;
		display: inline-block;
		width: 100%;
		font-style: normal;
		font-weight: 400;
		line-height: 1.3;
		position: relative;
		padding: 20px 0 20px 18px;
	}

	.main-header.style-1 .navbar .nav .menu-item a:before,.main-header.style-1 .navbar .nav .menu-item .a:before {
		content: "";
		height: 1px;
		width: 1000%;
		background: #575757;
		display: block;
		left: -1000px;
		bottom: 0;
		position: absolute;
		z-index: 1;
		pointer-events: none;
	}

	.main-header.style-1 .navbar .nav .menu-item.menu-item-has-children>a,.main-header.style-1 .navbar .nav .menu-item.menu-item-has-children>.a {
		width: calc(100% - 45px);
	}

	.main-header.style-1 .navbar .nav .menu-item.menu-item-has-children:after {
		content: "";
		display: inline-block;
		width: 18px;
		height: 18px;
		background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M9.5 4.50043L7 7.08044C6.87147 7.21664 6.71651 7.32513 6.54456 7.39929C6.3726 7.47345 6.18727 7.51172 6 7.51172C5.81273 7.51172 5.6274 7.47345 5.45544 7.39929C5.28349 7.32513 5.12853 7.21664 5 7.08044L2.5 4.50043" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		position: absolute;
		right: 15px;
		top: 30px;
		transform: translateY(-50%);
		transition: all .3s ease-out;
		opacity: 1;
		left: auto;
	}

	.main-header.style-1 .navbar .nav .menu-item.menu-item-has-children .sub-menu {
		position: relative;
		list-style: none;
		overflow: hidden;
		transition: max-height .35s ease;
		opacity: 1;
		max-height: 0;
	}

	.main-header.style-1 .navbar .nav .menu-item.menu-item-has-children.active:after {
		transform: translateY(-50%) rotate(180deg);
	}

	.main-header.style-1 .navbar .nav .menu-item.menu-item-has-children.active>.sub-menu {
		max-height: 5000px;
	}

	.main-header.style-1 .navbar .nav .menu-item.current-menu-item>a,.main-header.style-1 .navbar .nav .menu-item.current-menu-item>.a,.main-header.style-1 .navbar .nav .menu-item.current-menu-ancestor>a,.main-header.style-1 .navbar .nav .menu-item.current-menu-ancestor>.a {
		font-weight: 700;
	}

	.main-header.style-1 .navbar .nav .menu-item .menu-item a,.main-header.style-1 .navbar .nav .menu-item .menu-item .a {
		padding-left: 40px;
	}

	.main-header.style-1 .navbar .nav .menu-item .menu-item .menu-item a,.main-header.style-1 .navbar .nav .menu-item .menu-item .menu-item .a {
		padding-left: 60px;
	}

	.main-header.style-1 .navbar .nav .menu-item .menu-item .menu-item .menu-item a,.main-header.style-1 .navbar .nav .menu-item .menu-item .menu-item .menu-item .a {
		padding-left: 80px;
	}

	.main-header.style-1 .navbar.active {
		opacity: 1;
		visibility: visible;
		transform: rotateX(0);
	}
}

@media(max-width: 1100px) {
	body.search-modal-active::before {
		content: "";
		display: block;
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(30,30,30,.5);
		backdrop-filter: blur(4px);
	}

	body.search-modal-active #search-box {
		display: inline-block;
		position: absolute;
		z-index: 99999;
		top: 160px;
		left: 10%;
		right: 10%;
		width: 80%;
		border-radius: 6px;
		border: none;
		border-bottom: 1px solid #fff;
		background-color: rgba(30,30,30,.5);
	}
}/*# sourceMappingURL=header-style-1.css.map */