/*! Unitbud — critical (base + header), inlined in <head> */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	box-sizing: border-box;
	touch-action: manipulation;
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

body,
button,
input,
select {
	font-size: 16px;
	line-height: 1.5;
	color: #585858;
}

button,
input,
textarea,
select,
[type="submit"] {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: none;
	text-decoration: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	user-select: none;
	touch-action: manipulation;
}

option {
	font: inherit;
}

.clearfix::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clear {
	clear: both;
}

a {
	color: #77d14d;
	text-decoration: underline;
	touch-action: manipulation;
}

a:hover {
	text-decoration: none;
}

b,
strong {
	color: #77d14d;
}

p+p {
	margin-top: 10px;
}

ul,
ol {
	margin: 0 0 30px 45px;
}

ul li::marker {
	color: #77d14d;
}

ul li ol li {
	list-style-type: decimal;
	padding-left: 0;
}

ul li ol li::before {
	display: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

video {
	max-width: 100%;
	height: auto;
}

.no-scroll {
	overflow: hidden;
}

iframe {
	max-width: 100%;
	vertical-align: middle;
	border: none;
}

body {
	width: 100%;
	min-width: 320px;
	min-height: 100vh;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1rem;
	line-height: 1.2;
	color: #000000;
	background: #ffffff;
	margin: 0 auto;
	overflow-x: hidden;
	position: relative;
}

.body-no-scroll {
	overflow: hidden !important;
}

.container {
	max-width: 1180px;
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

.separator-line {
	width: 99vw;
	margin: 50px 0 50px calc(-50vw + 50%);
	border-image: linear-gradient(to right, #ffffff 0%, #77d14d 50%, #ffffff 100%) 1;
}
body .b24-widget-button-position-bottom-right.to-top {
    bottom: 100px;
}
/* Header*/

.header-mobile__bg {
	display: none;
	position: absolute;
	z-index: 4;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.header-mobile__bg--wrap {
	width: 100%;
	height: 100%;
	opacity: .8;
	background-color: #000;
	background-position: center center;
}

.header-mobile__bg.active {
	display: block;
}

.header {
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: all 0.5s ease;
	z-index: 9999999999;
}

.header.header-home:before {
	height: 267px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}

.header_active {
	display: block;
	background-color: rgb(255 255 255 / .3);
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
	z-index: 99999;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding-bottom: 100px;
}

.header-mobile {
	position: relative;
	z-index: 999999;
}

.header__row--content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 15px;

}

.header__logo {
	text-decoration: none;
	display: block;
	width: auto;
	height: 40px;
	margin-right: auto;
	z-index: 99999;

}

.header__logo img {
	display: block;
	width: auto;
	height: 100%;
}

.header__language {
	position: relative;
	z-index: 21;
	cursor: pointer;
}

.header-mobile .header__language {
	margin-left: auto;
	margin-right: 20px;
}

.header__language-current {
	background-color: #ffffff1c;
	padding: 10px 15px 8px 15px;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 5px;
	font-size: 16px;
	color: #F5F5F3;
	text-transform: uppercase;
}

.header__language-current svg {
	width: 10px;
	height: 10px;
	margin-bottom: 2px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header__language-current::after {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 100%;
	height: 10px;
	content: "";
}

.header__language-list {
	color: #fff;
	background-color: #0000001a;
	-webkit-backdrop-filter: blur(60px);
	backdrop-filter: blur(60px);
	padding: 15px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	border-radius: 15px;
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: none;
}

.header_active .header__language-list {
	backdrop-filter: none;
}

.header__language-list p {
	margin-bottom: 15px;
}

.header__language-list p:last-of-type {
	margin-bottom: 0;
}

.header__language-list a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-transform: uppercase;
}

.header__language-list a:hover {
	color: #7acf55;
}


.header__language_active .header__language-list {
	display: block;
}

.header__language_active .header__language-current svg {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.header__btn {
	width: 27px;
	height: 27px;
}

.header-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	padding: 0;
	flex-direction: column;
	position: relative;
	z-index: 99999;
}

.header__menu {
	width: 100%;
	position: relative;
	z-index: 10;
	padding: 0 0 25px;
}

.header-bottom .header__menu {
	display: none;
}

.header__menu>nav>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	gap: 15px;
	border-top: 1px solid #ffffff1a;
	padding-top: 15px;
	list-style: none;
	margin: 0;
}

.header__menu li {
	position: relative;
}

.header__menu>nav>ul>li {
	width: 100%;
	margin: 0;
	padding: 0 15px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header__menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	width: fit-content;
	color: #F5F5F3;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header__menu>nav>ul>li>a:hover {
	color: #77D14D;
}

.header__menu li.menu-item-has-children>a:after {
	position: absolute;
	pointer-events: none;
	right: 20px;
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' fill='none'%3E%3Cpath stroke='%23fff' d='m.3.6 4 3M3.7 3.6l4-3'/%3E%3C/svg%3E");
	width: 8px;
	height: 4px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	will-change: transform;
}

.header__menu>nav>ul>li.menu-item-has-children_visible>a:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.header__menu li>.sub-menu {
	display: grid;
	gap: 15px 20px;
	background: none;
	backdrop-filter: none;
	padding: 0;
	position: relative;
	left: 0;
	top: 100%;
	width: max-content;
	max-height: fit-content;
	height: 0;
	overflow: hidden;
	margin: 0;
	border-radius: 10px;
	transform: none;
	transform-origin: top center;
	transition: transform 0.3s ease, opacity 0.5s ease;
	opacity: 0;
	list-style: none;
}

.menu-item-has-children:hover>.sub-menu {
	pointer-events: all;
	transform: scaleY(1);
	opacity: 1;
}

.header_active .header__menu li.menu-item-has-children.active>.sub-menu {
	opacity: 1;
	pointer-events: all;
	max-height: fit-content;
	margin: 25px 0 10px 20px;
}

.header__menu li>.sub-menu>li>a {
	font-size: 16px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.header__menu li>.sub-menu>li>a:hover {
	color: #78d24d;
}

.header__menu>nav>ul>li:after {
	content: "";
	display: block;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 10px;
	position: absolute;
}

.header__soc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	max-width: 300px;
	margin: 0 auto;
}

.header__soc a {
	text-decoration: none;
	display: block;
	background-color: #ffffff1a;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	width: 45px;
	height: 45px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header__soc a:hover {
	background-color: #77d14d;
}

.header__soc a img {
	height: 100%;
	width: auto;
	display: block;
	width: 20px;
	height: 20px;
}

.header__callback {
	display: flex;
	align-items: center;
	gap: 20px;
	backdrop-filter: blur(12px);
	background-color: rgb(255 255 255 / 15%);
	padding: 10px 20px 10px 15px;
	font-family: inherit;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	border-radius: 50px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	transition: all 0.5s ease;
}

.header__callback img {
	height: 18px;
	width: auto;
	display: block;
}

.header__callback:hover,
.header__callback:focus {
	background-color: #7acf55;
}

.header__whatsapp {
	text-decoration: none;
}

.header__phone {
	display: flex;
	align-items: center;
	gap: 15px;
}

.header__phone-dropdown {
	position: relative;
	z-index: 21;
}

.header__phone-dropdown a {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header__phone-dropdown a:hover {
	color: #7acf55;
}

.desktop-lang {
	display: none;
}

.header-bottom {
	position: sticky;
	top: 10px;
	left: 15px;
	width: calc(100% - 30px);
	z-index: 9999;
}

.header-bottom .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	position: relative;
	padding: 15px;
}

.header-bg {
	position: absolute;
	z-index: 4;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-radius: 15px 15px 15px 15px;
}

.header-bg__wrap {
	width: 100%;
	height: 100%;
	border-radius: 15px 15px 15px 15px;
	opacity: 0.4;
	background-color: #000000;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

.header-mobile__callback {
	background-color: #ffffff1c;
	padding: 10px 20px 10px 20px;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 5px;
	font-size: 16px;
	color: #F5F5F3;
	text-transform: uppercase;
	margin-left: auto;
	z-index: 9999;
}

.header-mobile__callback img {
	width: 20px;
	height: auto;
	display: block;
	pointer-events: none;
}

.header-mobile__btn {
	width: 35px;
	height: auto;
	display: block;
	z-index: 9999;
}

.header.header-default:before {
	height: 160px;
	background: linear-gradient(180deg, #808080 0%, #a0a0a07d 50%, #ffffff 100%);
}

@media (min-width: 992px) {
	.header {
		position: relative;
		height: 60px;
		transform: none;
		z-index: auto;
	}

	.header:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99;
	}

	.header__soc {
		margin: 0 auto 0 0;
		max-width: 500px;
	}

	.header-top {
		flex-direction: row;
		padding: 10px 15px;
	}

	.header__logo {
		height: 50px;
	}

	.header-bottom .header__menu {
		display: block;
		width: fit-content;
	}

	.header__menu {
		padding: 0;
	}

	.header__menu>nav>ul {
		gap: 20px;
		flex-direction: row;
		border-top: none;
		padding-top: 0;
	}

	.header__menu li>.sub-menu {
		position: absolute;
		background-color: rgb(0 0 0 / 30%);
		backdrop-filter: blur(24px);
		transform: scaleY(0);
		padding: 24px 18px;
		margin-top: 10px;
		height: auto;
	}

	.header__menu>nav>ul>li {
		padding: 0;
		width: auto;
	}

	.header__menu>nav>ul>li.menu-item-has-children:hover>a:after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.header__language:hover .header__language-current svg {
		transform: rotate(-180deg) !important;
	}

	.header__language:hover .header__language-list {
		display: block;
	}

	.header__callback {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 0;
		order: 0;
	}

	.desktop-lang {
		display: block;
	}

	.mobile-lang {
		display: none;
	}

	.header-bottom {
		top: 0;
	}

	.header-mobile__btn {
		display: none;
	}

	.header-mobile__callback {
		display: none;
	}

	.header-mobile {
		display: none;
	}

	.header-mobile__bg {
		display: none;
	}

	.many-children {
		grid-template-columns: 1fr 1fr;
	}

	.header__menu li.menu-item-has-children>a:after {
		right: -15px;
	}

	.header__language-list {
		background-color: #00000024;
	}

	.header-special .header__language-list {
		background-color: oklab(0.999994 0.0000455678 0.0000200868 / 0.1);
	}



	.header__soc a {
		width: 32px;
		height: 32px;
	}

	.header__soc a img {
		width: 16px;
		min-width: 16px;
		height: 16px;
	}
}

@media (min-width: 1050px) {
	.header-bottom .container {
		gap: 25px;
	}

	.header__menu>nav>ul {
		gap: 25px;
	}

}

@media (min-width: 1200px) {

	.header__menu>nav>ul {
		gap: 35px;
	}
}


