@font-face {
	font-family: Sora-Bold;
	src: url('../fonts/Sora-Bold.ttf');
}

@font-face {
	font-family: Sora-Regular;
	src: url('../fonts/Sora-Regular.ttf');
}

@font-face {
	font-family: Sora-SemiBold;
	src: url('../fonts/Sora-SemiBold.ttf');
}

html, body {
	margin: 0!important;
	padding: 0!important;
	user-select: none!important;
	overflow-x: hidden!important;
	font-weight: normal!important;
	background-color: #FFF!important;
	-webkit-user-select: none!important;
}

/*
#myProjSection, #myIndiSection, #myDestSection, #sectionNews {
	opacity: 0;
}
*/

.projSection {
	margin: 0;
	padding: 0;
	width: 100vw;
	height: auto;
	max-width: 100%;
	user-select: none;
	-webkit-user-select: none;
	background-color: #63BA8D;
	overflow: hidden!important;
}

.indiSection {
	margin: 0;
	padding: 0;
	width: 100vw;
	height: auto;
	max-width: 100%;
	user-select: none;
	-webkit-user-select: none;
	background-color: #C0EAF0;
	overflow: hidden!important;
}

.projSection_boxed {
	padding: 0;
	height: 100%;
	display: flex;
	margin: 0 auto;
	max-width: 1440px;
	transition: 0.2s ease;
	align-items: flex-start;
	justify-content: flex-start;
}

.indiSection_boxed {
	padding: 0;
	height: 100%;
	display: flex;
	margin: 0 auto;
	max-width: 1440px;
	align-items: center;
	transition: 0.2s ease;
	justify-content: flex-start;
}

.projSection_Div0 {
	margin: 0;
	width: 50%;
	height: 242px;
	padding: 90px 0;
	position: relative;
	background-color: #63BA8D;
	overflow: hidden!important;
}

.gradient_layer {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(90deg, #63BA8D 0%, transparent 10%, transparent 90%, #63BA8D 100%);
}

.projSection_Div0 img {
	left: 0;
	top: 50%;
	margin: 0;
	padding: 0;
	width: auto;
	height: 101%;
	object-fit: cover;
	position: absolute;
	transform: translateY(-50%);
}

.projSection_Div1 {
	margin: 0;
	width: 50%;
	height: 242px;
	position: relative;
	background-color: #F0FBF6;
}

.background2_projSection_Div1 {
	top: 0;
	left: 0;
	margin: 0;
	z-index: 0;
	width: 100vw;
	height: 101%;
	padding: 90px 0;
	position: absolute;
	background-color: #F0FBF6;
}

.content_projSection_Div1 {
	top: 0;
	left: 0;
	margin: 0;
	z-index: 1;
	height: 101%;
	display: flex;
	position: absolute;
	transition: 0.2s ease;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: calc(101% - 170px);
	padding: 90px 20px 90px 150px;
}

.indiSection_Div0 {
	margin: 0;
	width: 50%;
	height: 242px;
	padding: 90px 0;
	overflow: hidden;
	position: relative;
}

.indiSection_Div0 img {
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	width: auto;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transform: translate(-50%, -50%);
}

.indiSection_Div1 {
	display: flex;
	padding: 90px 0;
	margin: 0 0 0 150px;
	transition: 0.2s ease;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: calc(50% - 150px);
}

.projSection_Div2, .indiSection_Div2 {
	padding: 0;
	width: 100%;
	display: flex;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.projSection_Div2 h1 {
	margin: 0;
	color: #FFF;
	font-size: 12px;
	max-width: 120px;
	line-height: 14px;
	padding: 5px 20px;
	text-align: center;
	border-radius: 30px;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	background-color: #6BD9A6;
	text-transform: uppercase;
	text-align: -webkit-center;
	font-family: Sora-SemiBold;
}

.indiSection_Div2 h1 {
	margin: 0;
	color: #FFF;
	font-size: 12px;
	max-width: 120px;
	line-height: 14px;
	padding: 5px 20px;
	text-align: center;
	border-radius: 30px;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	background-color: #00A9DE;
	text-transform: uppercase;
	text-align: -webkit-center;
	font-family: Sora-SemiBold;
}

.projSection_Div3, .indiSection_Div3 {
	padding: 0;
	width: 100%;
	display: flex;
	overflow: hidden;
	margin: 0 0 16px 0;
}

.projSection_Div3_text, .indiSection_Div3_text {
	margin: 0;
	padding: 0;
	overflow: hidden;
	word-break: break-word;
}

.projSection_Div3_text text {
	margin: 0;
	padding: 0;
	color: #036973;
	font-size: 40px;
	line-height: 53px;
	font-weight: normal;
	transition: 0.2s ease;
	font-family: Sora-SemiBold;
}

.indiSection_Div3_text text {
	margin: 0;
	padding: 0;
	color: #036973;
	font-size: 40px;
	line-height: 53px;
	font-weight: normal;
	transition: 0.2s ease;
	font-family: Sora-SemiBold;
}

.projSection_Div4, .indiSection_Div4 {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	overflow: hidden;
}

.projSection_Div4 button {
	margin: 0;
	outline: none;
	color: #6BD9A6;
	cursor: pointer;
	font-size: 15px;
	line-height: 17px;
	padding: 10px 30px;
	text-align: center;
	border-radius: 30px;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	font-family: Sora-Regular;
	border: 2px solid #6BD9A6;
	text-align: -webkit-center;
	background-color: transparent;
}

.indiSection_Div4 button {
	margin: 0;
	outline: none;
	color: #00A9DE;
	cursor: pointer;
	font-size: 15px;
	line-height: 17px;
	padding: 10px 30px;
	text-align: center;
	border-radius: 30px;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	font-family: Sora-Regular;
	border: 2px solid #00A9DE;
	text-align: -webkit-center;
	background-color: transparent;
}

.projSection_Div4 button:hover, .indiSection_Div4 button:hover {
	color: #FFF;
	background-color: #036973;
	border: 2px solid #6BD9A6;
}

.destSection {
	margin: 0;
	width: 100vw;
	height: auto;
	padding: 50px 0;
	max-width: 100%;
	user-select: none;
	background-color: #FFF;
	-webkit-user-select: none;
	overflow: hidden!important;
}

.destSection_boxed {
	height: 100%;
	display: flex;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1400px;
	align-items: flex-start;
	justify-content: flex-start;
}

.destSection_Div1 {
	margin: 0;
	width: 240px;
	display: flex;
	min-height: 350px;
	padding: 0 40px 0 0;
	transition: 0.2s ease;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.destSection_Div1_sub1 {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.destSection_Div1_sub1sub1 {
	padding: 0;
	width: 100%;
	display: flex;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.destSection_Div1_sub1sub1 h1 {
	margin: 0;
	color: #FFF;
	font-size: 12px;
	max-width: 120px;
	line-height: 14px;
	padding: 5px 20px;
	text-align: center;
	border-radius: 30px;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	background-color: #6BD9A6;
	text-transform: uppercase;
	text-align: -webkit-center;
	font-family: Sora-SemiBold;
}

.destSection_Div1_sub1sub2 {
	padding: 0;
	display: flex;
	align-items: center;
	margin: 0 auto 20px auto;
	justify-content: flex-start;
}

.destSection_Div1_sub1sub2 text {
	margin: 0;
	padding: 0;
	color: #036973;
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
	transition: 0.2s ease;
	font-family: Sora-Bold;
	word-break: break-word;
}

.destSection_Div1_sub2 {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.destSection_Div1_sub2sub1 {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	overflow: hidden;
}

.destSection_Div1_sub2sub1 button {
	margin: 0;
	outline: none;
	color: #6BD9A6;
	cursor: pointer;
	font-size: 15px;
	line-height: 17px;
	padding: 10px 30px;
	text-align: center;
	border-radius: 30px;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	font-family: Sora-Regular;
	border: 2px solid #6BD9A6;
	text-align: -webkit-center;
	background-color: transparent;
}

.destSection_Div1_sub2sub1 button:hover {
	color: #FFF;
	background-color: #036973;
	border: 2px solid #6BD9A6;
}

.destSection_Div2 {
	margin: 0;
	display: none;
	padding: 0 60px;
	position: relative;
	align-items: flex-start;
	width: calc(100% - 400px);
	justify-content: flex-start;
}

.destSection_Div2:nth-child(2) {
	display: flex;
}

.destSection_Div2_blocks {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	align-items: center;
	border-radius: 25px;
	background-color: #036973;
	overflow: hidden!important;
}

.destSection_Div2_block {
	margin: 0;
	padding: 0;
	height: auto;
	display: flex;
	width: 100%!important;
}

.destSection_Div2_img {
	margin: 0;
	padding: 0;
	width: 50%;
	height: 350px;
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 25px;
	transition: 0.2s ease;
	background-color: #036973;
}

.destSection_Div2_img img {
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 2px;
	object-fit: cover;
	position: absolute;
	border-radius: 25px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	transform: translate(-50%, -50%);
}

#img_empty {
	background-color: transparent!important;
}

#img_empty img {
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 101%;
	height: 101%;
	border-radius: 0;
	object-fit: cover;
	max-height: unset;
	position: absolute;
	transform: translate(-50%, -50%);
}

.destSection_Div2_content {
	margin: 0;
	display: flex;
	padding: 20px;
	overflow: hidden;
	align-items: center;
	border-radius: 25px;
	flex-direction: column;
	justify-content: center;
	width: calc(50% - 40px);
}

.destSection_Div2_content_title {
	padding: 0;
	width: 100%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px auto;
	text-align: -webkit-center;
}

.destSection_Div2_content_title text {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	font-family: Sora-SemiBold;
}

.destSection_Div2_content_btn {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}

.destSection_Div2_content_btn button {
	margin: 0;
	outline: none;
	color: #6BD9A6;
	cursor: pointer;
	font-size: 15px;
	line-height: 17px;
	padding: 10px 30px;
	text-align: center;
	border-radius: 30px;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	font-family: Sora-Regular;
	border: 2px solid #6BD9A6;
	text-align: -webkit-center;
	background-color: transparent;
}

.destSection_Div2_content_btn button:hover {
	color: #FFF;
	border: 2px solid #FFF;
}

.destSection_Div2 .destSection_Div2_slide_btns {
	left: 0;
	top: 50%;
	width: 100%;
	display: flex;
	position: absolute;
	transform: translateY(-50%);
	justify-content: space-between;
}

.destSection_Div2 .destSection_Div2_slide_btns button {
	width: 42px;
	height: 42px;
	border: none;
	padding: 10px;
	outline: none;
	margin: 0 10px;
	color: #6BD9A6;
	min-width: 42px;
	max-width: 42px;
	cursor: pointer;
	font-size: 18px;
	line-height: 18px;
	user-select: none;
	text-align: center;
	border-radius: 50%;
	transition: 0.2s ease;
	-webkit-user-select: none;
	border: 2px solid #6BD9A6;
	overflow: hidden!important;
	text-align: -webkit-center;
	background-color: transparent;
}

.destSection_Div2 .destSection_Div2_slide_btns button:hover {
	color: #FFF;
	background-color: #036973;
}

.sectionNews {
	width: 100vw;
	height: auto;
	margin: 0 auto;
	display: block;
	max-width: 100%;
	padding: 50px 0;
	position: relative;
	background-color: #F0FBF6;
}

.sectionNews_main_titles {
	display: flex;
	padding: 0 20px;
	max-width: 1400px;
	align-items: center;
	margin: 0 auto 30px auto;
	justify-content: flex-start;
}

.sectionNews_main_titles text {
	margin: 0;
	padding: 0;
	color: #036973;
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
	transition: 0.2s ease;
	font-family: Sora-Bold;
}

.sectionNews_wrap_of_blocks {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1400px;
	position: relative;
}

.sectionNews_div_of_blocks {
	margin: 0;
	padding: 0;
	display: flex;
	overflow-x: scroll;
	position: relative;
	align-items: center;
	scrollbar-width: none!important;
	scroll-behavior: smooth!important;
	scrollbar-color: #BBB #EEE!important;
}

.sectionNews_div_of_blocks::-webkit-scrollbar {
	height: 0!important;
}

.sectionNews_div_of_blocks::-webkit-scrollbar-track {
	background-color: #EEE;
}

.sectionNews_div_of_blocks::-webkit-scrollbar-thumb {
	background-color: #BBB;
}

.sectionNews_div_of_blocks::-webkit-scrollbar-thumb:hover {
	background-color: #AAA;
}

.block_spaces {
	display: none;
}

.sectionNews_blocks {
	height: auto;
	margin: 0 40px 0 0;
	border-radius: 25px;
	transition: 0.2s ease;
	width: 320px!important;
}

.sectionNews_div_of_blocks div.sectionNews_blocks:nth-last-child(2) {
	margin: 0!important;
}

.sectionNews_block_div_img {
	margin: 0;
	padding: 0;
	height: 220px;
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 25px;
	transition: 0.2s ease;
	width: 320px!important;
	background-color: transparent;
}

.sectionNews_block_div_mainImage {
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 101%;
	height: 101%;
	object-fit: cover;
	position: absolute;
	transform: translate(-50%, -50%);
}

.sectionNews_block_div_info {
	bottom: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
	padding: 20px 0 0 0;
}

.sectionNews_block_div_alerts {
	margin: 0;
	width: 100%;
	display: flex;
	overflow: hidden;
	padding: 0 0 10px 0;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.sectionNews_block_div_alerts text {
	margin: 0;
	color: #C18681;
	font-size: 10px;
	max-width: 120px;
	line-height: 12px;
	padding: 5px 20px;
	text-align: center;
	border-radius: 30px;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	text-transform: uppercase;
	text-align: -webkit-center;
	font-family: Sora-SemiBold;
	background-color: rgba(242, 160, 153, 0.1);
}

.sectionNews_block_div_desc {
	margin: 0;
	width: 100%;
	display: flex;
	overflow: hidden;
	padding: 0 0 10px 0;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.sectionNews_block_div_desc text {
	margin: 0;
	padding: 0;
	color: #036973;
	font-size: 16px;
	text-align: left;
	line-height: 24px;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	font-family: Sora-Bold;
	text-align: -webkit-left;
}

.sectionNews_block_div_btn {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	overflow: hidden;
}

.sectionNews_block_div_btn button {
	margin: 0;
	outline: none;
	color: #6BD9A6;
	cursor: pointer;
	font-size: 15px;
	line-height: 17px;
	padding: 10px 30px;
	text-align: center;
	border-radius: 30px;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	font-family: Sora-Regular;
	border: 2px solid #6BD9A6;
	text-align: -webkit-center;
	background-color: transparent;
}

.sectionNews_block_div_btn button:hover {
	color: #FFF;
	background-color: #036973;
}

.sectionNews_wrap_of_blocks .slide_buttons {
	left: 0;
	top: 27%;
	width: 100%;
	display: flex;
	position: absolute;
	transform: translateY(-27%);
	justify-content: space-between;
}

.sectionNews_wrap_of_blocks .slide_buttons button {
	width: 42px;
	color: #FFF;
	height: 42px;
	border: none;
	padding: 10px;
	outline: none;
	margin: 0 30px;
	min-width: 42px;
	max-width: 42px;
	cursor: pointer;
	font-size: 18px;
	line-height: 18px;
	user-select: none;
	text-align: center;
	border-radius: 50%;
	transition: 0.2s ease;
	-webkit-user-select: none;
	border: 2px solid #6BD9A6;
	background-color: #6BD9A6;
	overflow: hidden!important;
	text-align: -webkit-center;
	box-shadow: 0px 0px 10px 0px rgba(3, 105, 115, 0.16);
}

.sectionNews_wrap_of_blocks .slide_buttons button:hover {
	background-color: #036973;
}

@media screen and (max-width: 1440px) {
	.sectionNews .sectionNews_wrap_of_blocks {
		padding: 0;
		width: 100vw;
		max-width: 100%;
	}
	.sectionNews .block_spaces {
		margin: 0;
		padding: 0;
		width: 20px;
		height: 20px;
		display: flex;
		min-width: 20px;
		max-width: 20px;
		min-height: 20px;
		max-height: 20px;
		visibility: hidden;
		background-color: transparent!important;
	}
}

@media screen and (max-width: 1350px) {
	.projSection .content_projSection_Div1 {
		width: calc(101% - 120px);
		padding: 90px 20px 90px 100px;
	}
	.indiSection .indiSection_Div1 {
		margin: 0 0 0 100px;
		width: calc(50% - 100px);
	}
}

@media screen and (max-width: 1250px) {
	.projSection .content_projSection_Div1 {
		width: calc(101% - 70px);
		padding: 90px 20px 90px 50px;
	}
	.indiSection .indiSection_Div1 {
		margin: 0 0 0 50px;
		width: calc(50% - 50px);
	}
}

@media screen and (max-width: 1150px) {
	.projSection .content_projSection_Div1 {
		padding: 90px 20px;
		width: calc(101% - 40px);
	}
	.indiSection .indiSection_Div1 {
		margin: 0 0 0 20px;
		width: calc(50% - 20px);
	}
	.destSection .destSection_Div2_img {
		height: 300px;
	}
	.destSection .destSection_Div1 {
		min-height: 300px;
	}
}

@media screen and (max-width: 1050px) {
	.projSection .projSection_boxed {
		flex-direction: column;
	}
	.projSection .projSection_Div1 {
		width: 100%;
		height: auto;
		position: unset;
	}
	.projSection .background2_projSection_Div1 {
		display: none!important;
	}
	.projSection .content_projSection_Div1 {
		margin: 0;
		top: unset;
		left: unset;
		height: 100%;
		z-index: unset;
		position: unset;
		width: calc(100% - 40px);
		padding: 30px 20px 90px 20px;
	}
	.projSection .projSection_Div0 img {
		left: 10px;
	}
	.indiSection .indiSection_boxed {
		align-items: flex-start;
		flex-direction: column-reverse;
	}
	.indiSection .indiSection_Div0 img {
		left: 55px;
		transform: translateY(-50%);
	}
	.indiSection .indiSection_Div1 {
		margin: 0 20px;
		padding: 0 0 90px 0;
		width: calc(100% - 40px);
	}
	.projSection .projSection_Div0, .indiSection .indiSection_Div0 {
		padding: 0;
		width: 100%;
		height: 90px;
	}
	.destSection .destSection_boxed {
		flex-direction: column;
	}
	.destSection .destSection_Div1 {
		padding: 0;
		width: 100%;
		min-height: unset;
		margin: 0 0 20px 0;
	}
	.destSection .destSection_Div2 {
		width: calc(100% - 120px);
	}
}

@media screen and (max-width: 800px) {
	.destSection .destSection_Div2_img {
		height: 250px;
	}
}

@media screen and (max-width: 700px) {
	.projSection .projSection_Div3_text text, .indiSection .indiSection_Div3_text text {
		font-size: 30px;
		line-height: 32px;
	}
	.destSection .destSection_Div2 {
		padding: 0;
		width: 100%;
	}
	.destSection .destSection_Div2 .destSection_Div2_slide_btns button {
		color: #FFF;
		background-color: #6BD9A6;
	}
	.destSection .destSection_Div2_block {
		flex-direction: column;
	}
	.destSection .destSection_Div2_img {
		width: 100%;
		height: 350px;
	}
	.destSection .destSection_Div2_content {
		width: calc(100% - 40px);
	}
	.sectionNews .sectionNews_blocks {
		margin: 0 20px 0 0;
	}
}

@media screen and (max-width: 500px) {
	.projSection .projSection_Div3_text text, .indiSection .indiSection_Div3_text text {
		font-size: 26px;
		line-height: 28px;
	}
}

@media screen and (max-width: 450px) {
	.destSection .destSection_Div2_img {
		height: 300px;
	}
}

@media screen and (max-width: 400px) {
	.sectionNews .sectionNews_wrap_of_blocks .slide_buttons {
		top: 26%;
		transform: translateY(-26%);
	}
	.sectionNews .sectionNews_blocks {
		width: 300px!important;
	}
	.sectionNews .sectionNews_block_div_img {
		height: 205px;
		width: 300px!important;
	}
}

@media screen and (max-width: 350px) {
	.destSection .destSection_Div2_img {
		height: 250px;
	}
}

@media screen and (max-width: 340px) {
	.sectionNews .sectionNews_wrap_of_blocks .slide_buttons {
		top: 23%;
		transform: translateY(-23%);
	}
	.sectionNews .sectionNews_blocks {
		width: 240px!important;
	}
	.sectionNews .sectionNews_block_div_img {
		height: 165px;
		width: 240px!important;
	}
}

@media screen and (max-width: 300px) {
	.destSection .destSection_Div2_img {
		height: 200px;
	}
}

@media screen and (max-width: 250px) {
	.projSection .projSection_Div4 button, .indiSection .indiSection_Div4 button {
		padding: 10px 20px;
	}
	.destSection .destSection_Div2_img {
		height: 150px;
	}
}

@media screen and (max-width: 200px) {
	.destSection .destSection_Div2_img {
		height: 100px;
	}
}