body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background: var(--BG, #EEE);
	position: relative;
	overflow-x: hidden;
}

html,
body {
	font-family: 'Inter', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
div,
button,
input {
	font-family: 'Inter', sans-serif !important;
}

.container_footer {
	width: calc(100% - 80px);
	max-width: 1520px;
	margin: 0 auto;
}

.main-footer {
	display: flex;
	height: auto;
	padding: 50px 0 19px 0;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	align-self: stretch;
	border-radius: 20px 20px 0 0;
	background: var(--Footer, #232323);
}

.gf-top-row {
    display: flex;
    flex-wrap: wrap;
    gap: 93px;
}
.gf-phones-group {
    display: flex;
    gap: 24px; 
	flex-direction: column;
}
.gf-title {
    color: var(--BG, #EEE);
	text-align: left;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	margin: 0;
	margin-bottom: 16px;
}

.gf-title-margin {
    margin-top: 28px !important;
}

.gf-list {
    list-style: none;
    padding: 0;
    margin: 0;
	width: 100%;
	max-width: 287px;
}

.gf-list li {
    margin-top: 10px;
}

.main-footer a {
    color: var(--Footer-text, #8A8C8D);
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
}

.main-footer a:hover {
    color: #ffffff !important;
	text-decoration: underline;
	transition: transform 0.3s ease;
}

.gf-logo-block {
	max-width: 559px;
    border-radius: 22.772px;
	background: #353535;
    display: block;
	display: flex;
	width: 100%;
	padding: 32px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
}
.gf-logo {
    width: 382.885px;
	height: 111.269px;
}
@media (min-width: 1280px) and (max-width: 1540px) {
	.gf-top-row {
		gap: 84px;
	}
}

@media (min-width: 1280px) and (max-width: 1440px) {
	.gf-logo-block {
		max-width: 400px;
	}
	.gf-logo {
		width: 332px;

	}
}
.gf-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px !important;
}

.gf-custom-icon {
    width: 20px;
    height: 19px;
    margin-right: 12px;
    object-fit: contain;
}

.icon_custom_map {
	width: 22px;
	height: 24px;
	margin-right: 12px;
	object-fit: contain;
}
.gf-social {
    display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 25px;
	flex: 1 0 0;
}

.gf-social-link {
    display: inline-block;
    transition: transform 0.3s ease;
}

.gf-svg-icon .gf-svg-bg {
    transition: fill 0.3s ease, stroke 0.3s ease;
}

.gf-social-link.viber:hover .gf-svg-bg {
    fill: #7360f2;   
    stroke: #7360f2;
}

.gf-social-link.facebook:hover .gf-svg-bg {
    fill: #1877F2;  
    stroke: #1877F2;
}

.gf-social-link:hover path {
    fill: #ffffff; 
}

.gf-social-icon {
    width: 32px; 
    height: 32px;
    object-fit: contain;
    filter: brightness(0) invert(0.7); 
    transition: filter 0.3s ease;
}

.gf-social a:hover .gf-social-icon {
    filter: brightness(0) invert(1); 
}

.gf-line {
    border: 0;
    border-top: 1px solid #F6F7F9;
    margin: 40px 0;
	opacity: 0.2;
}

.gf-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 270px;
}
.gf-legal {
	display: flex;
	align-items: center;
	gap: 20px;
}
.gf-legal a {
    color: var(--Footer-text, #F6F7F9);
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
}

.gf-copyright {
    color: var(--White-text, #F6F7F9);
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

@media (max-width: 1500px) {
	.gf-top-row {
		justify-content: space-between;
		gap: 0;
	}
	.gf-bottom {
		justify-content: space-between;
		gap: 150px;
	}
}

@media (max-width: 1279px) {
    .gf-top-row {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 40px 0;
    }

    .gf-logo-block {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        order: 1;
		padding: 20px;
    }

    .gf-phones-group {
        display: contents;
    }

    .gf-col:nth-child(2) { 
        flex: 0 0 50%; 
        order: 2; 
    }

    .gf-col:nth-child(4) { 
        flex: 0 0 50%; 
        order: 3; 
    }

    .gf-phones-group .gf-col:first-child { 
        flex: 0 0 50%; 
        order: 4;
    }
    .gf-phones-group .gf-col:last-child { 
        flex: 0 0 50%; 
        order: 5; 
    }
	.gf-logo {
		width: 246px;
		height: 72px;
		flex-shrink: 0;
	}
	.main-footer {
		padding: 20px;
	}
	.container_footer {
		width: 100%;
	}
.gf-bottom {
    flex-direction: column !important; 
    align-items: center !important;    
    gap: 24px !important;             
    text-align: center;
}

.gf-social {
    order: 1 !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 !important;
	margin-bottom: 10px !important;
}

.gf-legal {
    order: 2 !important;
    justify-content: center !important;
    flex-wrap: wrap; 
    gap: 15px 24px !important;
}

.gf-copyright {
    order: 3 !important;
    width: 100% !important;
}

.gf-bottom {
    gap: 20px !important;
}
}
.gf-line-gf {
	display: none;
}

@media (max-width: 740px) {
    .gf-col, .gf-phones-group .gf-col {
        flex: 0 0 100% !important;
    }
	.main-footer {
		padding: 10px;
	}
	.container_footer {
		width: 100%;
	}
	.gf-custom-icon {
		margin-right: 10px;
	}
	.gf-top-row {
		gap: 35px 0;
	}
	.gf-line-gf {
		border: 0;
		border-top: 1px solid #F6F7F9;
		margin: 40px 0;
		opacity: 0.2;
		width: 100%;
		display: block;
	}
	.gf-social {
		justify-content: flex-start !important;
		gap: 10px;
	}
	.gf-legal {
		flex-direction: column !important;
    	align-items: flex-start;
	}
	.gf-bottom {
		align-items: flex-start !important;
		gap: 0;
	}
	.gf-legal {
		flex-direction: column;
    	align-items: baseline ;
	}
	
}
html, body {
    overflow-x: hidden;
}
@media (max-width: 1024px) {
	.gf-top-row {
		justify-content: space-between;
	}
	.gf-bottom {
		justify-content: space-between;
		gap: 50px;
	}
}
.slideshow.swiper-viewport {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: -15px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 0 0 50px 50px;
}

.slideshow .swiper-container {
	width: 100%;
	height: 100%;
}

.slideshow .swiper-slide {
	position: relative;
	height: 300px;
}

@media (min-width: 400px) {
	.slideshow .swiper-slide {
		height: 340px;
	}
}

@media (min-width: 576px) {
	.slideshow .swiper-slide {
		height: 380px;
	}
}

@media (min-width: 768px) {
	.slideshow .swiper-slide {
		height: 440px;
	}
}

@media (min-width: 992px) {
	.slideshow .swiper-slide {
		height: 520px;
	}
}

@media (min-width: 1200px) {
	.slideshow .swiper-slide {
		height: 600px;
	}
}

@media (min-width: 1440px) {
	.slideshow .swiper-slide {
		height: 700px;
	}
}

@media (min-width: 1680px) {
	.slideshow .swiper-slide {
		height: 880px;
		max-height: 880px;
		min-height: 880px;
	}
	
}

.slideshow .slideshow-slide-bg {
	position: absolute;
	inset: 0;
	overflow: hidden;
	border-radius: 0 0 20px 20px;
}
.slideshow .slideshow-title {
	color: #F6F7F9;
	font-family: 'Inter', sans-serif;
	font-size: clamp(48px, 5.21vw, 100px);
	font-weight: 700;
	line-height: clamp(56px, 5.94vw, 114px);
}

.slideshow .slideshow-slide-bg img,
.slideshow .slideshow-slide-bg .slideshow-video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.slideshow .slideshow-title {
	width: 1001px;
	color: var(--White-text, #F6F7F9);
	font-family: 'Inter', sans-serif;
	font-size: 100px;
	font-style: normal;
	font-weight: 700;
	line-height: 114px; 
	margin: 0;
	width: 100%;
	max-width: 1001px;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
}

.slideshow .slideshow-caption {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	background: linear-gradient(180deg, rgba(38, 38, 38, 0.00) 28.06%, rgba(38, 38, 38, 0.80) 100%);
	padding: 10px 0 100px 0;
	box-sizing: border-box;
}

.slideshow .slideshow-caption-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	align-self: stretch;
	gap: clamp(16px, 1.25vw, 24px) clamp(20px, 2.08vw, 40px);
	width: 100%;
	max-width: 1520px;
	margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
}


.slideshow .slideshow-caption-inner

.slideshow .slideshow-caption-left {
	min-width: 0;
}


.slideshow .slideshow-caption-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	flex: 1 0 0;
}

.slideshow .slideshow-desc {
	color: var(--White-text, #F6F7F9);
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px; 
	margin: 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slideshow .slideshow-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: clamp(8px, 0.63vw, 12px);
	padding: clamp(12px, 0.73vw, 14px) clamp(20px, 1.46vw, 28px);
	background: #25B461;
	border-radius: clamp(20px, 1.35vw, 26px);
	color: #F6F7F9;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: clamp(14px, 0.83vw, 16px);
	line-height: clamp(20px, 1.25vw, 24px);
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.2s;
}

@media (max-width: 1440px) {
	.slideshow .slideshow-title {}
	.slideshow .slideshow-desc {}
	.slideshow .slideshow-btn {}
}

@media (max-width: 1024px) {
	.slideshow .slideshow-title {}
	.slideshow .slideshow-desc {}
	.slideshow .slideshow-btn {}
}

@media (max-width: 768px) {
	.slideshow .slideshow-title {
		font-size: 60px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.slideshow .slideshow-desc {
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 35px;
	}
	.slideshow .slideshow-btn {
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 30px;
	}
}

@media (max-width: 1680px) {
	.slideshow .slideshow-caption-inner {
		flex-direction: column;
		align-self: flex-end;
		align-items: flex-start;
		gap: 50px;
		width: calc(100% - 80px);
	}
	.slideshow .swiper-slide {
		height: 660px;
	}
	.slideshow .slideshow-caption-right {
		flex: 0;
	}
	.slideshow .slideshow-desc {
		width: 100%;
		max-width: 880px;
	}
}


@media (min-width: 1301px) and (max-width: 1520px) {
    .slideshow .slideshow-caption-inner {
        width: calc(100% - 160px);
    }
}

@media (max-width: 1300px) {
	.slideshow .slideshow-caption-inner {
		width: calc(100% - 40px);
	}
}

@media (max-width: 1000px) {
	.slideshow .slideshow-title {
		font-size: 60px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.slideshow .slideshow-desc {
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 35px;
	}
	.slideshow .slideshow-btn {
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 30px;
	}
	.slideshow .slideshow-caption {
		padding: 10px 0 35px 0;
	}
	.slideshow .slideshow-caption-inner {
		gap: 20px;
	}
	.slideshow .swiper-slide {
		height: 515px;
	}
}



@media (max-width: 739px) {
	.slideshow .slideshow-title {
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.slideshow .slideshow-desc {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 25px;
	}
	.slideshow .slideshow-btn {
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 30px;
	}
	.slideshow .swiper-slide {
		height: 460px;
	}
}

.slideshow .slideshow-btn:hover {
	background: #1e9a52;
	color: #F6F7F9;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}
.fa {
	font-size: 14px;
}

h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #23a1d1;
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

.hero-bar {
	position: fixed;
	top: clamp(8px, 0.52vw, 10px);
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
	width: calc(100% - clamp(40px, 8.33vw, 160px));
	max-width: 1520px;
	min-height: clamp(65px, 4.17vw, 75px);
	display: flex;
	padding: 0px clamp(20px, 2.08vw, 40px);
	justify-content: space-between;
	align-items: flex-start;
	border-radius: clamp(16px, 1.04vw, 20px);
	background: var(--White-text, #F6F7F9);
	backdrop-filter: blur(7.5px);
	width: calc(100% - 80px);
	border-radius: 23px;
	background: var(--White-text, #F6F7F9);
	backdrop-filter: blur(7.5px);
}

@media (min-width: 1280px) and (max-width: 1520px) {
	.hero-bar {
		width: calc(100% - 160px);
		backdrop-filter: blur(10px);
		box-sizing: border-box;
	}
}

@media (max-width: 1279px) {
	.hero-bar {
		width: calc(100% - 40px);
	}
}

@media (min-width: 1280px) and (max-width: 1300px) {
	.hero-bar {
		width: calc(100% - 40px);
	}
}


@media (min-width: 1301px) and (max-width: 1440px) {
	.hero-bar {
		width: calc(100% - 160px);
	}
}

@media (min-width: 1441px) {

}

.hero-bar-inner {
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}
@media (max-width: 740px) {
	.hero-bar {
		width: calc(100% - 20px);
		height: 75px;
	}
}
@media (max-width: 1279px) {
	.hero-bar-inner {
		width: 100%;
		padding: 0;
		margin: 0;
	}
}

.hero-bar .header-row.row {
	margin-left: 0;
	margin-right: 0;
}

@media (max-width: 1279px) {
	.hero-bar .header-row.row {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		height: 75px;
	}
}

.header-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	min-width: 0;
}

@media (max-width: 1279px) {
	.header-row {
		justify-content: space-between;
		align-items: center;
		gap: 0;
		flex-wrap: nowrap;
		width: 100%;
	}
}

.header-logo {
	flex: 0 0 auto;
	min-width: 0;
	overflow: hidden;
}

@media (max-width: 1279px) {
	.header-logo {
		flex: 0 0 auto;
		margin-left: 0;
		padding-left: 0;
		margin-right: auto;
		order: 1;
	}
}

.header-logo #logo img,
.header-logo #logo svg {
	max-width: 100%;
	width: 151.519px;
	height: 43.1px;
	flex-shrink: 0;
}

@media (max-width: 1279px) {

	.header-logo #logo img,
	.header-logo #logo svg {
		max-width: clamp(120px, 9.23vw, 152px);
		width: 151.519px;
		height: 43.1px;
		flex-shrink: 0;
	}
}

@media (max-width: 425px) {
	.header-logo #logo img,
	.header-logo #logo svg {
		max-width: 110px;
		height: auto;
	}
}

.header-nav {
	flex: 1;
	display: flex;
	justify-content: center;
	min-width: 0;
	padding: 0 clamp(0.5em, 0.52vw, 1em);
}

@media (max-width: 1279px) {
	.header-nav {
		display: none !important;
		order: 2;
		flex: 0 0 0;
		width: 0;
		overflow: hidden;
	}
}

.header-actions {
	flex: 0 0 auto;
	min-width: 0;
}

@media (max-width: 1279px) {
	.header-actions {
		flex: 0 0 auto;
		margin-right: 0;
		padding-right: 0;
		margin-left: auto;
		order: 3;
		flex-shrink: 0;
	}
}

.header-menu {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 0 clamp(1em, 1.04vw, 2em);
	align-items: center;
}

.header-menu>li {
	display: flex;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	transition: all 0.3s ease-in-out;
}

.header-menu>li>a {
	color: #232323;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: clamp(14px, 0.83vw, 16px);
	font-style: normal;
	font-weight: 700;
	line-height: clamp(20px, 1.25vw, 24px);
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease-in-out;
}
.caret_rice-icon svg {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
    vertical-align: middle;
	margin-bottom: 1px;
}

.header-dropdown-hover:hover .caret_rice-icon svg {
    transform: rotate(180deg);
}

.header-dropdown-hover:hover .caret_rice-icon svg path {
    fill: #232323; 
}



.header-menu>li.dropdown>a .caret {
	margin-left: 4px;
}



.header-menu .header-dropdown-hover:hover .dropdown-menu {
	display: block;
}


.header-actions {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: clamp(8px, 0.62vw, 10px);
}

@media (max-width: 1279px) {
	.header-actions {
		gap: clamp(6px, 0.46vw, 8px);
	}
}

.burger-menu-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: clamp(6px, 0.46vw, 8px);
	margin-left: clamp(6px, 0.46vw, 10px);
	z-index: 1002;
}

@media (max-width: 1279px) {
	.burger-menu-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.burger-icon {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 24px;
	height: 18px;
	position: relative;
}

.burger-icon span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #25B461;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.burger-menu-toggle.active .burger-icon span:nth-child(1) {
	transform: rotate(45deg) translate(7px, 7px);
}

.burger-menu-toggle.active .burger-icon span:nth-child(2) {
	opacity: 0;
}

.burger-menu-toggle.active .burger-icon span:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -7px);
}

.mobile-menu-overlay.active {
	opacity: 1;
	visibility: visible;
}

.mobile-menu-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 400px;
	height: 100%;
	background: #F6F7F9;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
	transform: translateX(100%);
	transition: transform 0.3s ease;
	overflow-y: auto;
}

.mobile-menu-overlay.active .mobile-menu-content {
	transform: translateX(0);
}
.mobile-lang-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	min-width: 60px;
	height: 44px;
	background: #F8F8F8;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	color: #4E5357;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
	box-shadow: none;
}

.mobile-lang-btn:hover {
	background: #F0F0F0;
	border-color: #25B461;
	color: #333;
}

.mobile-lang-btn.active {
	background: #25B461;
	border-color: #25B461;
	color: #F6F7F9;
}

.mobile-lang-btn.active:hover {
	background: #1e9a52;
	border-color: #1e9a52;
	color: #F6F7F9;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    position: absolute;
    top: 0;
    left: 0; 
    width: 85%;
    max-width: 600px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 4px 0 15px rgba(0, 0, 0, 0.1);
    transform: translateX(-100%); 
    transition: transform 0.3s ease-out;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.mobile-menu-overlay.active .mobile-menu-content {
    transform: translateX(0);
	display: flex;
	width: 100%;
	height: -webkit-fill-available;
	padding: 15px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.mobile-menu-header {
    display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	align-self: stretch;
    border-bottom: 1px solid #E4E4E4;
	padding-bottom: 14px;
}

.mobile-logo img {
    height: auto;
    width: auto;
}

.mobile-menu-close {
    border: none;
    cursor: pointer;
    transition: background 0.2s;
	border-radius: 71px;
	background: var(--White-text, #F6F7F9);
	display: flex;
	padding: 10px;
	align-items: center;
	gap: 10px;
}

.mobile-menu-close:hover {
    background: #eeeeee;
}


.mobile-nav {
	width: 100%;
	flex-grow: 1;
    position: relative;
    overflow-y: clip;
}

.mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu > li {
    border-bottom: 1px solid #E4E4E4;
    padding-top: 10px;
    padding-bottom: 10px;
	width: 100%;
	max-width: 570px;

}
.mobile-menu > li:last-child {
	border-bottom: none;
}

.mobile-menu > li > a {
    display: flex;
    align-items: center;
    padding: 10px;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    gap: 12px;
	color: var(--Text, #121212);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; 
	border-radius: 10px;
	height: auto;
    max-height: 40px;
}
.mobile-menu-close:hover svg path {
	fill: var(--Text, #25B461);
}

.mobile-link-content {
	display: flex;
	gap: 10px;
}

.menu-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-dropdown-toggle {
    justify-content: space-between !important;
}

.mobile-caret svg {
    width: 24px;
	height: 24px;
	transform: rotate(-180deg);
	transition: transform 0.3s ease-in-out;
}

.mobile-dropdown.active .mobile-caret {
    transform: rotate(-180deg);
}
.mobile-dropdown.active .mobile-caret svg {
    transform: rotate(180deg);
}
.mobile-dropdown-menu {
    list-style: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    background: #F9F9F9;
    transition: max-height 0.3s ease;
	border-radius: 10px;
}

.mobile-dropdown.active .mobile-dropdown-menu {
    max-height: 1000px;
}
.sub-categories-list {
	display: flex;
    flex-direction: column;
    gap: 10px;
	list-style: none;
	padding-left: 0;
	padding-top: 10px;
}
.mobile-dropdown-menu li a {
    display: flex;
    padding: 10px;
    color: #4E5357;
    font-size: 14px;
    text-decoration: none;
	gap: 10px;
    justify-content: space-between;
	color: var(--Text, #121212);
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; 
}
.mobile-menu-footer {
    background: #FFFFFF;
    border-top: 2px solid #F2F2F2;
	width: 100%;
}

.mobile-menu-language {
    margin-bottom: 5px;
	border-bottom: 1px solid #E4E4E4;
}

.lang-link {
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
	color: var(--Grey-text, #8A8C8D);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	padding: 0;
}

.mobile-dropdown.main-product-item.active {
    transition: background-color 0.3s ease;
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
	margin-top: 10px;
	
}

.mobile-dropdown.main-product-item.active > .mobile-dropdown-toggle {
    border-bottom: 1px solid #E4E4E4; 
	padding-bottom: 29px;
	width: 100%;
	max-height: 50px;
	border-radius: inherit;
	height: 40px;
	margin-bottom: 10px;
}
@media (min-width: 1279px) {

.header-btn-language-desktop form {
    display: flex;
    align-items: center;
    gap: 0; 
}

.header-btn-language-desktop .lang-link {
    background: none;
    border: none;
    padding: 0 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    color: #8C8C8C; 
    transition: color 0.2s ease;
    text-transform: uppercase;
}

.header-btn-language-desktop .lang-link.active {
    color: #25B461; 
}

.header-btn-language-desktop .lang-link:hover:not(.active) {
    color: #1F1F1F;
}

.header-btn-language-desktop .lang-divider {
    color: #25B461;
    font-size: 18px;
    font-weight: 800;
	transform: none;
}
}
.mobile-dropdown.main-product-item.active .mobile-caret svg {
    transition: transform 0.3s ease;
}


.mobile-dropdown.main-product-item.closed .mobile-caret svg {
    transform: rotate(-180deg);
}
.lang-link.active {
    color: #25B461;
}

.lang-divider {
	font-size: 18px;
    color: #25B461;
    font-weight: 800;
    margin: 0;
    display: inline-block;
    transform: scaleY(1.3) rotate(5deg);
    vertical-align: middle;
}

.mobile-copyright {
    color: var(--Footer-text, #8A8C8D);
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	text-transform: lowercase;

}
.mobile-menu-close {
	position: absolute;
	top: 14px;
	right: 10px;
	z-index: 1003;
	justify-content: center;
}

.mobile-menu-content {
    position: relative;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.grandchild-menu {
    position: absolute;
    top: 0;
    left: 605px; 
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
    transition: left 0.3s ease; 
    display: flex;
    flex-direction: column;
}

.grandchild-menu.active {
    left: 0;
}

.menu-header-back {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    gap: 15px;
}

.btn-back-level {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
	justify-content: center;
}

.menu-title-text {
    font-weight: 600;
    font-size: 16px;
    color: #1F1F1F;
}

.grandchild-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
}
.grandchild-list li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
}

.view-all-link a {
    color: #25B461 !important; 
    font-weight: 500;
}
@media (max-width: 739px) {
	.mobile-menu-overlay {
		height: -webkit-fill-available;
	}
	.header-logo #logo img, .header-logo #logo svg{
		width: 110px;
		height: 31px;
		flex-shrink: 0;
		aspect-ratio: 110/31;
	}
}

.header-dropdown-hover {
    position: relative;
}

.header-dropdown-hover:hover .icon-caret {
    transform: rotate(180deg);
    color: #25B461;
}

.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 280px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 15px 0;
    z-index: 100;
}

.header-dropdown-hover:hover .mega-menu {
    display: block;
}

.subcategory-item {
    position: relative;
}

.subcategory-item > a {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: #232323;
    text-decoration: none;
    transition: all 0.3s ease;
}

.subcategory-item:hover > a {
    background-color: rgba(37, 180, 97, 0.05); 
    color: #25B461;
}

.subcategory-item:hover .subcategory-icon img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(68%) saturate(417%) hue-rotate(94deg) brightness(91%) contrast(88%);
}

.subcategory-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subcategory-icon img {
    width: 100%;
    height: auto;
    transition: filter 0.3s ease;
}

.icon-arrow-right {
    margin-left: auto;
    opacity: 0.5;
}


.sub-sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    min-width: 250px;
    height: 100%;
    box-shadow: 15px 10px 30px rgba(0, 0, 0, 0.05);
    border-left: 1px solid #f0f0f0;
    border-radius: 0 8px 8px 0;
    padding: 10px 0;
}

.subcategory-item:hover .sub-sub-menu {
    display: block;
}
.mobile-menu-close:hover {
	opacity: 0.7;
}
.header-dropdown-hover { position: static !important; } 

.mega-menu-desktop {
    
    left: 50% !important;
    transform: translateX(-50%) translateY(10px);
    
}

.header-dropdown-hover:hover .mega-menu-desktop {
    display: block;
}

.mega-menu-container {
    display: flex;
	position: relative;
	padding: 50px;
}

.mega-menu-left {
    padding-right: 50px;
}
.mega_menu_divider_one {
	 position: absolute;
    top: -4px;
    bottom: -4px;
    left: 532px; 
    width: 2px;
    background-color: #25B461;
}
.mega-category-list {
    list-style: none;
    padding: 0;
	display: flex;
    flex-direction: column;
    gap: 19px;
}
.header-menu .dropdown-menu {
	background: var(--White-text, #F6F7F9);
	border-radius: 50px;
	z-index: 1001;
	width: 100%;
	border: none;
	box-shadow: none;
}

.mega-menu-desktop {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mega-menu-desktop::before {
    content: "";
    position: absolute;
    top: -30px; 
    left: 0;
    right: 0;
    height: 35px; 
    background: transparent;
    display: block;
    z-index: -1;
}


.dropdown-menu.mega-menu-desktop {
    margin-top: 5px !important; 
}

.grandchild-grid {
    list-style: none;
    padding: 0;
    margin: 0;
}

.grandchild-grid li {
    position: relative;
    padding-left: 20px; 
    margin-bottom: 12px;
}

.grandchild-grid li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #000; 
    border-radius: 50%;
    transition: background-color 0.3s ease; 
}

.grandchild-grid li a {
    text-decoration: none;
    color: #000; 
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 24px;
    transition: color 0.2s ease; 
}
.grandchild-grid li a:hover {
    color: #25B461; 
}

.cat-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.cat-icon img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.2s ease;
    width: 100%;
    height: auto;
}

.icon-green {
    opacity: 0;
}

.icon-black {
    opacity: 1;
}

.category-item.active .icon-black,
.category-item:hover .icon-black {
    opacity: 0;
}

.category-item.active .icon-green,
.category-item:hover .icon-green {
    opacity: 1;
}

.grandchild-grid li:hover::before {
    background-color: #25B461;
}
.grandchild-grid li:hover a {
    color: #25B461 !important; 
}
.category-item a {
    display: flex;
    align-items: center;
    padding: 18px 0 18px 0;
	color: var(--Black-text, #000);
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	gap: 10px;
	text-decoration: none
}

.header-menu .dropdown-menu a {
	color: var(--Black-text, #000);
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
}
.category-item .cat-icon {
    /* background: #F5F5F5;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; */
    margin-right: 10px;
}

.category-item:hover a, .category-item.active a {
	color: var(--Green, #25B461);
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
}


.header-menu .dropdown-menu a:hover {
	background: rgba(255, 255, 255, 0.1);
	color: var(--Green, #25B461);
}

.mega-menu-right {
    width: 64%;
    padding-left: 88px;
}

.subcategory-pane {
    display: none;
}

.subcategory-pane.active {
    display: block;
}

.grandchild-grid {
    list-style: none;
    padding: 0;
}

.grandchild-grid li {
    display: flex;
	height: 59px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
}

.menu-header-back {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 20px;
}

.btn-back-level {
    border: none;
    background: #F5F5F5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.mobile-menu-close svg {
	display: block;
}

.mobile-menu-language form {
	display: flex;
	gap: 5px;
	justify-content: flex-start;
	padding: 24px 0 24px 10px;
	width: 100%;
}
body.menu-open {
    overflow: hidden;
}
.mobile-menu > li .active {
	background: #ffffff;
	margin-bottom: 82px;
	margin-top: 10px;
	border-radius: 10px;
}
.mobile-menu > li a active {
	border-bottom: 0;
}
.header-btn-language {
	box-sizing: border-box;
}

@media (max-width: 1279px) {
	.header-btn-language-desktop {
		display: none !important;
	}
	.view-all-link a {
		color:#121212 !important;
	}
	.menu-header-back {
		border-bottom: 2px solid #EEE;
		padding: 0px 0px 11px 0px;
	}
}

.header-btn-language .pull-left {
	float: none;
}

.language-code {
	color: #4E5357;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: clamp(13px, 1vw, 16px);
	font-weight: 700;
	line-height: clamp(18px, 1.38vw, 20px);
}

.header-btn-language #form-language .btn-group .dropdown-toggle {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: clamp(8px, 0.62vw, 10px) clamp(16px, 1.23vw, 20px);
	gap: clamp(6px, 0.46vw, 10px);
	min-width: clamp(80px, 6.15vw, 92px);
	height: clamp(38px, 2.92vw, 44px);
	background: #F8F8F8;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	color: #4E5357;
	text-decoration: none;
	box-shadow: none;
}

.header-btn-language #form-language .btn-group .dropdown-toggle:hover,
.header-btn-language #form-language .btn-group .dropdown-toggle:focus {
	background: #F0F0F0;
	border-color: #25b461;
	color: #333;
	text-decoration: none;
}

.header-btn-language .dropdown-menu {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	z-index: 1001;
}

.header-btn-language .dropdown-menu .language-select {
	color: #333;
	text-align: left;
}

.header-btn-contact {
	display: flex;
	padding: clamp(8px, 0.62vw, 10px) clamp(16px, 1.23vw, 20px);
	justify-content: center;
	align-items: center;
	gap: clamp(6px, 0.46vw, 10px);
	border-radius: 20px;
	background: #25B461;
	color: #F6F7F9;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: clamp(13px, 1vw, 16px);
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid var(--Green, #25B461);
}

.header-btn-contact:hover {
	background: #fff;
	border: 1px solid var(--Green, #25B461);
	color: #25B461;
	text-decoration: none;
}

@media (max-width: 425px) {
	.header-btn-contact {
		height: 30px;
		padding: 10px;
		gap: 15px;
		font-size: 11px;
		font-weight: 700;
		line-height: 24px;
	}

}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

.aboutus-section {
	display: flex;
	padding: 0 200px;
	justify-content: space-between;
	align-items: flex-start;
}

.aboutus-section-left {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 60px;
}

#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}

#top .container {
	padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
	color: #444;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover {
	color: #FFF;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links {
	padding-top: 6px;
}

#top-links a+a {
	margin-left: 15px;
}


#logo {
	margin: 18px 0 10px 0;
}


#search {
	margin-bottom: 10px;
}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}


#cart {
	margin-bottom: 10px;
}

#cart>.btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

#cart.open>.btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#cart.open>.btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}

#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}

#menu .nav>li>a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
	background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
	padding-bottom: 0;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}

#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}

	#menu div.dropdown-inner>ul.list-unstyled {
		display: block;
	}

	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}

	#menu .dropdown-inner {
		display: block;
	}

	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}

	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}

	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

#content {
	min-height: 60px;
}

div.swiper-slide.text-center.swiper-slide-duplicate.swiper-slide-active.swiper-slide-duplicate-prev>img,
div.swiper-slide.text-center.swiper-slide-active.swiper-slide-duplicate-next.swiper-slide-duplicate-prev>img {
	width: 100%;
}

.alert {
	padding: 8px 14px 8px 14px;
}

.breadcrumb-custom {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 90px 0 0 0;
	margin: 0;
	background: transparent !important;
	margin-left: auto;
	margin-right: auto;
	max-width: 1520px;
}

.breadcrumb-custom li {
	display: flex;
	align-items: center;
	font-family: sans-serif;

}

.home-link {
	display: flex;
	align-items: center;
	color: #000;
	text-decoration: none;
}

.home-link svg {
	vertical-align: middle;
	transition: color 0.3s ease;
}

.breadcrumb-custom li:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 12px;
	margin: 0 10px;
	vertical-align: middle;
	background-color: #000;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M3.89289 6.70711C4.28342 6.31658 4.28342 5.68342 3.89289 5.29289L0.7 2.1C0.3134 1.7134 0.313401 1.0866 0.7 0.7C1.0866 0.313401 1.7134 0.313401 2.1 0.7L6.69289 5.29289C7.08342 5.68342 7.08342 6.31658 6.69289 6.70711L2.1 11.3C1.7134 11.6866 1.0866 11.6866 0.7 11.3C0.313401 10.9134 0.313401 10.2866 0.7 9.9L3.89289 6.70711Z' fill='black'/%3E%3C/svg%3E") no-repeat center;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M3.89289 6.70711C4.28342 6.31658 4.28342 5.68342 3.89289 5.29289L0.7 2.1C0.3134 1.7134 0.313401 1.0866 0.7 0.7C1.0866 0.313401 1.7134 0.313401 2.1 0.7L6.69289 5.29289C7.08342 5.68342 7.08342 6.31658 6.69289 6.70711L2.1 11.3C1.7134 11.6866 1.0866 11.6866 0.7 11.3C0.313401 10.9134 0.313401 10.2866 0.7 9.9L3.89289 6.70711Z' fill='black'/%3E%3C/svg%3E") no-repeat center;
	mask-size: contain;
	-webkit-mask-size: contain;
}

.breadcrumb-custom a {
	color: var(--Black-text, #000);
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;


}

.breadcrumb-custom a:hover {
	color: var(--Green, #25B461);
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.breadcrumb-custom .current-page {
	color: var(--Green, #25B461);
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.pagination {
	margin: 0;
}

.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}

.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.product-thumb h4 {
	font-weight: bold;
}

.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #444;
}

.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

@media (max-width: 767px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.alert-dismissable .close,
.alert-dismissible .close {
	right: -1px;
}

.button_home_page {
	border-radius: 30px;
	background: var(--Green, #25B461);
	display: flex;
	padding: 10px 10px 10px 20px;
	align-items: center;
	gap: 15px;
}

.content_error_page {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 33px;
	margin-top: 33px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.error-main-visual {
	fill: var(--Green, #25B461);
	width: 542px;
	height: 207px;
}

.img-404 {
	max-width: 100%;
	height: auto;
}

.error-h1 {
	font-family: 'Inter', sans-serif;
	color: var(--Black-text, #000);
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 20px;
	margin-top: 40px;
}

.error-text-p {
	font-family: 'Inter', sans-serif;
	color: var(--Black-text, #000);
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 40px;
}

.btn-error-home {
	display: inline-flex;
	align-items: center;
	background-color: #25B461;
	color: #fff !important;
	border: 1px solid #25B461;
	font-family: 'Inter', sans-serif;
	border-radius: 30px;
	transition: all 0.3s ease-in-out;
	display: flex;
	padding: 10px 10px 10px 20px;
	align-items: center;
	gap: 15px;
}

.btn-error-home:hover {
	background-color: #fff;
	color: #25B461 !important;
}

.btn-error-home span {
	color: #F3F3F3;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}

.icon-circle {
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
	display: flex;
	width: 30px;
	height: 30px;
	padding: 5px 5px 5px 5px;
	align-items: center;
	border-radius: 15px;
	background: #F3F3F3;
}

.arrow-main {
	position: absolute;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.arrow-1 {
	transform: translateX(0);
	opacity: 1;
}

.arrow-2 {
	transform: translateX(-40px);
	opacity: 0;
}

.btn-error-home:hover .icon-circle {
	background-color: #25B461;
}

.btn-error-home:hover .arrow-1 {
	transform: translateX(40px);
	opacity: 0;
}

.btn-error-home:hover .arrow-2 {
	transform: translateX(0);
	opacity: 1;
}

.btn-error-home:hover span {
	color: #25B461 !important;
}

.btn-error-home .arrow-1 path {
	fill: #25B461;
}

.btn-error-home .arrow-2 path {
	fill: #ffffff;
}

.btn-error-home {
	transition: background 0.3s ease, color 0.3s ease;
}

.btn-error-home span:hover {
	color: #25B461 !important;
}

.btn-error-home:hover {
	background-color: #fff !important;
	color: #25B461 !important;
	border: 1px solid #25B461;
}

@media (max-width: 740px) {
	.error-h1 {
		font-size: 20px;
	}

	.error-text-p {
		font-size: 14px;
	}

	.header-btn-contact {
		font-size: 11px !important;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
	}
}

#information-documents {
	max-width: 1520px;
	margin: 0 auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 80px);
}

.documents-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 3rem;
	column-gap: 1.5rem;
	margin-top: 5rem;
	margin-bottom: 7rem;
	width: 100%;
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.documents-grid__item {
	position: relative;
	overflow: hidden;
}
@media (min-width: 1280px) and (max-width: 1520px) {
	#information-documents {
		width: calc(100% - 160px);
	}
}
@media (min-width: 1600px) {
	.documents-grid__img {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		height: 100%;
		max-width: fit-content;
		min-height: 494px;
		max-height: 494px;
	}
}

.documents-grid__img {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	max-width: fit-content;
	margin-bottom: 11px;
}

.documents-grid__title {
	color: var(--Black-text, #000);
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px;
}

.documents-grid__text {
	color: var(--Black-text, #000);
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.documents-grid__empty {
	grid-column: 1 / -1;
	color: #666;
}

.documents-grid__link {
	display: block;
	overflow: hidden;
}

@media (max-width: 767px) {
	.documents-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1599px) {
	.documents-grid__link {
		margin-bottom: 11px;
	}

	.documents-grid {
		grid-template-columns: repeat(3, 1fr);
		column-gap: 2rem;
		row-gap: 5rem;
	}

	.site-container {
		padding: 0 40px;
	}

	.documents-grid__img {
		min-height: 560px;

	}

	.documents-grid__item {
		min-height: fit-content;
		max-width: 600px;
	}

	#information-documents {
		max-width: fit-content;
	}

}

@media (min-width: 1280px) and (max-width: 1599px) {
	.documents-grid__item {
		min-height: fit-content;
	}

	
}

@media (min-width: 1280px) and (max-width: 1300px) {
	#information-documents {
		width: calc(100% - 40px);
	}
}

@media (max-width: 1440px) {
	#information-documents {
		margin: 0 auto;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 1279px) {
	.documents-grid {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 2rem;
		row-gap: 5rem;
		width: calc(100% - 40px);
	}

	.site-container {
		padding: 0 20px;
		max-width: fit-content;
	}

	.documents-grid__img {

		min-height: fit-content;
		max-height: 560px;
	}
	#information-documents {
		max-width: fit-content;
		width: 100%;
	}


	 #information-documents .breadcrumb-custom {
		width: calc(100% - 40px);
	}

}

@media (min-width: 1180px) and (max-width: 1279px) {
	.documents-grid {
		grid-template-columns: repeat(3, 1fr);
		column-gap: 2rem;
		row-gap: 5rem;
	}

	#information-documents {
		width: calc(100% - 0px);
	}
}

@media (max-width: 1000px) {

	.documents-grid__item {
		min-height: auto;
	}

	.site-container {
		padding: 0 20px;
	}
}

.documents-grid__item {
	background: #fff;
	border-radius: 30px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: transform 0.2s ease;
	justify-content: space-between;
}

.documents-grid__item:hover {
	cursor: pointer;
}

.documents-grid__title {
	color: var(--Black-text, #000);
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	overflow-wrap: break-word;
	margin-left: 10px;
	margin-right: 10px;
}

@media (max-width: 900px) {

	.documents-grid__img {
		min-height: fit-content;
	}

	.error-main-visual {
		width: 500px;
		height: 175px;
	}

	.content_error_page {
		width: 500px;
	}

	.error-h1 {
		margin-top: 60px;
	}
	
}

@media (max-width: 739px) {
	.error-main-visual {
		width: 400px;
		height: 117px;
		flex-shrink: 0;
	}

	.content_error_page {
		width: 400px;
	}
	#information-documents .breadcrumb-custom {
		width: calc(100% - 20px);
	}

	.error-h1 {
		margin-top: 20px;
		margin-bottom: 5px;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 35px;

	}
	.documents-grid {
		width: calc(100% - 20px);
	}

	.error-text-p {
		width: 350px;
		margin-bottom: 20px;
	}

	.error-main-visual {
		width: 300px;
		height: 117px;
		flex-shrink: 0;
	}

	.content_error_page {
		width: 300px;
	}

	.error-text-p {
		width: 300px;
		margin-bottom: 20px;
		text-align: center;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
}

@media (max-width: 600px) {
	.error-main-visual {
		width: 228px;
		height: 87px;
		flex-shrink: 0;
	}

}


@media (max-width: 700px) {
	.documents-grid {
		grid-template-columns: 1fr;
		row-gap: 2rem;
		margin-top: 3rem;
	}


	.site-container {
		padding: 0;
	}


	.documents-grid__item {
		min-height: auto;
		width: 100%;
		max-width: 600px;
	}

}

@media (max-width: 450px) {
	.documents-grid__item {
		min-height: auto;
		width: 100%;
	}

	.documents-grid__img {
		min-height: fit-content;
		max-height: 500px;
	}
}

@media (max-width: 380px) {
	.documents-grid__img {
		min-height: fit-content;
		max-height: 451px;
	}
}

.error-page-container .breadcrumb-custom {
	width: calc(100% - clamp(160px, 8.33vw, 400px));
}

@media (max-width: 1300px) {
	.error-page-container .breadcrumb-custom {
		width: calc(100% - 40px);
		padding: 130px 0 0 0;
	}
	#logo {
	margin: 10px 0 10px 0;
}

}

.container_page_information {
	max-width: 1520px;
	margin: 0 auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 80px);
	padding-left: 0;
	padding-right: 0;
}

.page_information {
	margin-bottom: 70px;
}
@media (min-width: 1280px) and (max-width: 1520px) {
	.container_page_information {
		width: calc(100% - 160px);
	}
}

.category-filters { margin-bottom: 24px; }
.category-filters .filter-group-name { font-weight: 600; margin-bottom: 8px; }
.category-filters .filter-list { margin-bottom: 0; }
.category-filters .filter-list li { margin-bottom: 6px; }
.category-filters .filter-list li.filter-item-child { padding-left: 1.25em; }
.category-filters .filter-expand { display: block; }
.category-filters .filter-expand-row { display: inline-flex; align-items: center; gap: 4px; }
.category-filters .filter-expand .filter-link--root { margin-right: 0; }
.category-filters .filter-expand-toggle { background: none; border: none; padding: 0 4px; cursor: pointer; color: #666; vertical-align: middle; }
.category-filters .filter-expand-toggle:hover { color: #25B461; }
.category-filters .filter-expand-arrow { display: inline-block; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid currentColor; transition: transform 0.2s; }
.category-filters .filter-expand.is-open .filter-expand-arrow { transform: rotate(180deg); }
.category-filters .filter-expand-children { display: none; list-style: none; margin: 4px 0 0 0; padding: 4px 0 0 1.25em; }
.category-filters .filter-expand.is-open .filter-expand-children { display: block; }
.category-filters .filter-expand-children li { margin: 0 0 4px 0; padding: 0; }
.category-filters .filter-expand-children .filter-link { display: inline-block; }
.category-filters .filter-link { color: #666; }
.category-filters .filter-link:hover { color: #25B461; }
.category-filters .filter-link.filter-selected { color: #25B461; font-weight: 600; }
.category-filters .filter-divider { margin: 16px 0; }



.ge-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 10000;
	backdrop-filter: blur(4px);
}

.ge-modal-container {
	background: #fff;
	width: 90%;
	max-width: 652px;
	padding: 50px;
	position: relative;
	border-radius: 20px;
}

.ge-modal-title {
	color: #121212;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
    margin-bottom: 15px;
}

.ge-modal-subtitle {
	color: #121212;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 30px;
}

.ge-input-label {
	color: #000;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 8px;
	display: block;
}

.ge-form-group {
	margin-bottom: 30px;
}

.ge-form-group input,
.ge-form-group textarea {
	width: 100%;
	padding: 14px 18px;
	color: #121212; 
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	outline: none;
	border-radius: 20px;
	background: #E4E4E4;
	border: 1px solid #E4E4E4;
	transition: 0.3s;
	box-sizing: border-box;
}


.ge-form-group input::placeholder,
.ge-form-group textarea::placeholder {
	color: #8A8C8D;
	font-weight: 400;
}

.ge-form-group input:focus,
.ge-form-group textarea:focus {
	border-color: #25B461;
	background: #fff;
	color: #121212;
	font-weight: 600;
}

.ge-form-group textarea {
	height: 100px;
	resize: none;
	padding-top: 14px;
}

@media (min-width: 1280px) and (max-width: 1299px) {
	.breadcrumb-custom {
		padding: 80px 0 0 0;
	}
}
.ge-error-text {
	color: #E03131;
	font-size: 14px;
	margin-top: 5px;
	display: none; 
	font-weight: 500;
}

.ge-form-group.has-error input,
.ge-form-group.has-error textarea {
	border-color: #E03131;
}

.ge-modal-actions {
	display: flex;
	gap: 22px;
	margin-top: 25px;
}

.ge-btn-back {
	flex: 1;
	height: 50px;
	border-radius: 26px;
	border: 1px solid var(--Green, #25B461);
	background: #FFF;
	cursor: pointer;
	transition: 0.3s;
	color: #161616;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; 
	width: 100%;
	max-width: 95px;
}

.ge-submit-btn-styled {
	flex: 1.5;
	height: 50px;
	border-radius: 30px;
	border: none;
	padding: 10px 20px;
	background: #25B461;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	cursor: pointer;
	transition: 0.3s;
	color: #F3F3F3;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; 
}

.ge-submit-btn-styled:hover {
	border-radius: 30px;
	border: 1px solid var(--Green, #25B461);
	background: #FFF;
	color: #25B461;
}
.ge-btn-back:hover {
	background: #f5f5f5;
	color: #25B461;
}
.ge-success-icon {
	text-align: center;
}

.ge-success-icon svg {
	margin-bottom: 30px;
}
.ge-form-group.has-error input,
.ge-form-group.has-error textarea {
	border-color: #E03131 !important;
}
.ge-error-text {
	color: #E03131;
	font-size: 14px;
	margin-top: 5px;
	display: none;
	font-weight: 500;
}

@media (max-width: 739px) {
	.ge-modal-container {
		padding: 15px;
	}
	.ge-modal-title {
		font-size: 24px;
		line-height: 24px;
	}
	.ge-modal-subtitle {
		font-size: 20px;
		line-height: 24px;
	}
	.ge-input-label {
		font-size: 14px;
		line-height: 24px;
	}
	.slideshow.swiper-viewport {
		border-radius: 0 0 25px 25px;
	}
}
/*********************block about us*******************/
.btn-more {
  color: #fff;
  border: none;
  border-radius: 30px;
  background: var(--Green, #25b461);
  align-items: center;
  color: var(--White-text, #f6f7f9);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  padding: 10px 10px 10px 20px;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  border: 1px solid var(--Green, #25b461);
  height: auto;
  max-height: 50px;
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
}

.btn-more:hover {
  background: #ffffff;
  color: #25b461;
  border: 1px solid var(--Green, #25b461);
}
.btn-more:hover .btn-arrow-icon {
  background: #25b461;
}

.btn-arrow-icon {
  position: relative;
  width: 32px;
  height: 32px;
  background: #f3f3f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s ease;
}
.btn-arrow-icon svg:first-child {
  transform: translateX(0);
}
.btn-arrow-icon svg:nth-child(2) {
  transform: translateX(-40px);
}

.btn-more:hover .btn-arrow-icon svg:first-child {
  transform: translateX(40px);
}
.btn-arrow-icon svg {
  width: 16px;
  height: 14px;
  fill: #25b461;
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  position: absolute;
}

.btn-more:hover .btn-arrow-icon svg:nth-child(2) {
  transform: translateX(0);
  fill: #ffffff;
}