* {
	box-sizing: border-box;
	font-family: var(--main-font);
	line-height: 120%;
}

:root {
	--main-green: #00653d;;
	--light-green: #F1FFC9;
	--main-white: #fff;
	--middle-grey: #3B3B3B;
	--black-text: #000000d9;
	--main-font: 'Montserrat';
	--second-font: 'Jost';
}

html {
	overflow-x: clip;
	font-size: 18px;
	scroll-behavior: smooth;
	scrollbar-gutter: stable;
}

body {
	font-family: var(--main-font);
	color: var(--black-text);
	background: var(--main-white);
	margin: 0 auto;
	overflow-x: clip;
}

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


a {
	text-decoration: none;
	transition: .3s;
}


a:not(#wpadminbar a, a.pretty-button):hover {
	color: var(--main-green);
	transition: .3s;
}

a:not(#wpadminbar a, a.pretty-button):hover,
.country_list li:hover {
	transition: 0.3s;
	color: var(--main-green);
}

button {
	font-family: var(--main-font);
	cursor: pointer;
	font-size: 20px;
}


h1 {
	margin: 0;
	font-size: 40px;
}

h1,
h2,
h3,
h4 {
	font-weight: 600;
	font-variation-settings: 'wght' 600;
}


.page-title {
	margin-bottom: 50px;
}

p {
	margin: 0 0 10px 0;
}

p:last-child {
	margin: 0;
}

p:empty {
	margin: 0;
}

section {
	margin-bottom: 150px;
}


main {
	/* padding-bottom: 130px; */
	position: relative;
}


h2 {
	font-size: 40px;
	margin: 0 0 56px 0;
	line-height: 120%;
	font-weight: 600;
	font-variation-settings: 'wght' 600;
}







.button {
	color: var(--black-text);
	font-family: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border: none;
	transition: color 0.3s;
	z-index: 1;
	font-size: 18px;
	border-radius: 5px;
	padding: 10px 24px;
	background: var(--main-green);
	border: 1px solid var(--main-green);
	transition-delay: .3s;

}

.button>span {
	color: var(--main-white);
	font-weight: 600;
	font-variation-settings: 'wght' 600;
}

.button:before {
	content: "";
	position: absolute;
	z-index: -1;
	background: var(--light-green);
	height: calc(100% + 60px);
	width: calc(100% + 60px);
	border-radius: 50%;
}

.button:hover {
	border-color: var(--light-green);

}
/* 
.button:hover>span{
	color: var(--black-text);

} */

.button:before {
	top: 100%;
	left: 100%;
	transition: all 0.3s;
}

.button:hover:before {
	top: -30px;
	left: -30px;
}

.button--black--text {
	background: #fff;
	border-color: #fff;
}

.button--black--text:hover {
	border-color: var(--main-green);
}

.button--black--text::before {
	background: var(--main-green);

}

.button--transparent {
	border-radius: 5px;
	border: 1px solid var(--black--text);
	background: rgba(0, 0, 0, 0.20);
	backdrop-filter: blur(2px);
}

.button--transparent>span {
	color: var(--black--text);
}

.button--transparent:hover {
	border-color: var(--black--text);
}


.button--transparent::before {
	background: rgba(59, 59, 59, 0.50);


}


.gradient-border {
	position: relative;
	overflow: hidden;
}

.gradient-border>* {
	z-index: 1;
	position: relative;
}



.gradient-border {
	border: 1px solid transparent;
	border-radius: 5px;
	border-radius: 5px;
	width: calc(100%);
	height: calc(100%);
	z-index: 1;
}

.gradient-border--light {
	background:
		linear-gradient(225deg, var(--main-white), var(--main-white))padding-box, conic-gradient(from 200deg at 26.56% 107.7%, hsla(0, 0%, 100%, 0.007) 0%, #ffffff07 5%, #ffffff2b 47%, #505050a6 100%) border-box !important;

}


.gradient-border--middle {
	background:
		linear-gradient(225deg, var(--middle-grey), var(--middle-grey)) padding-box, conic-gradient(from 200deg at 26.56% 107.7%, hsla(0, 0%, 100%, 0.007) 0%, #ffffff07 5%, #ffffff2b 47%, #505050a6 100%) border-box !important;

}


.gradient-border--dark {
	background:
		linear-gradient(225deg, var(--main-white), var(--main-white)) padding-box, conic-gradient(from 200deg at 26.56% 107.7%, hsla(0, 0%, 100%, 0.007) 0%, #ffffff07 5%, #ffffff2b 47%, #505050a6 100%) border-box !important;

}





.with-blur-item>* {
	position: relative;
	z-index: 1;
}

.with-blur {
	overflow: hidden;
	position: relative;
}

.with-blur-item {
	position: relative;
	overflow: hidden;

}

.cursor-blur {
	position: absolute;
	top: 0;
	left: 0;
	width: 290px;
	height: 290px;
	border-radius: 50%;
	background: var(--main-green);
	filter: blur(40px);
	pointer-events: none;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity .3s ease;
	mix-blend-mode: screen;
	z-index: 0;
}


.socials__link {
	gap: 8px;
	color: #fff;
}

.socials__link img {
	width: 24px;
	object-fit: contain;
}



.messengers-widget {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
}

.widget-socials {
	list-style: none;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 18px;
}

.widget-socials .socials__item {
    padding: 12px 10px;
    border-radius: 5px 0 0 5px;
    background: var(--middle-grey);
    transform: translateX(calc(100% - 42px));
    transition: .3s;
}

.widget-socials .socials__item:hover{
	transform: translateX(0);
	transition: .3s;
	background: var(--main-green);
	color: #fff;
}

.widget-socials .socials__item:hover a{
	color: #fff !important;
}

/* .widget-socials .socials__item:hover img{
	filter: brightness(9);
	transition: .3s;
} */

.widget-socials .socials__item img {
	max-width: 24px;
	transition: .3s;
}