*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

.checkbox{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	z-index: 9999;
	cursor: pointer;
}

.checkbox:checked + div{
	display: block;
}

.overlay{
	width: 100%;
	height: 5813px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("overlay.jpg") no-repeat center 0;
	opacity: 0.5;
	display: none;
	z-index: 999;
}

li{
	list-style: none;
}

a{
	text-decoration: none;
}

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

.top_line{
	width: 100%;
	position: absolute;
	top: 15px;
	padding: 10px 0;
	left: 0;
	z-index: 999;
	background: transparent;
	transition: background .3s, height .3s;
}

.top_line.fixed{
	top: 0;
	position: fixed;
	background: #fff;
	transition: background .3s, height .3s;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.top_line.fixed img{
	height: 55px;
	transition: height .3s;
}

.top_line img{
	height: 86px;
	transition: height .3s;
}

.top_line .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top_line .container > div{
	display: flex;
	align-items: center;
}

.top_line .nav{
	width: 32px;
	height: 22px;
	position: relative;
	display: none;
}

.top_line .nav span{
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	margin-bottom: 8px;
	border-radius: 50px;
}

.top_line .nav span:last-child{
	margin-bottom: 0;
}


.top_line nav{
	display: flex;
	margin-left: 35px;
}

.top_line nav ul{
	display: flex;
	align-items: center;
}

.top_line nav ul li a{
	padding: 0 20px;
	color: #3F3F3F;
	font-size: 18px;
	transition: color .3s;
}

.top_line nav ul li a:hover{
	color: #1B7CC0;
	transition: color .3s;
}

.top_line .lang{
	display: flex;
}

.top_line .lang li{
	position: relative;
}

.top_line .lang li:after{
	content: "";
	width: 1px;
	height: 100%;
	background: #99C2AE;
	position: absolute;
	top: 0;
	left: 0;
}

.top_line .lang li:first-child:after{
	display: none;
}

.top_line .lang li a{
	text-transform: uppercase;
	font-size: 17px;
	color: #99C2AE;
	display: block;
	padding: 0 15px;
	height: 28px;
	display: flex;
	align-items: center;
	position: relative;
}

.top_line .lang li a.active{
	color: #1B7CC0;
}



.top_line .button_order{
	width: 205px;
	height: 42px;
	border: 1px solid #1B7CC0;
	border-radius: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1B7CC0;
	font-weight: 400;
	font-size: 16px;
	margin-left: 20px;
	font-family: 'Inter', sans-serif;
	transition: background .3s, color .3s;
}

.top_line .button_order:hover{
	background: #1B7CC0;
	color: #fff;
	transition: background .3s, color .3s;
}



header{
	background: rgb(0 152 70 / 15%);
	height: 818px;
}

header .container{
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-top: 185px;
	height: 100%;
}

header .container:after{
	content: "";
	width: 267px;
	height: 100%;
	position: absolute;
	left: -327px;
	top: 0;
	background: url(img/decor.png);
}

.h_col{
	max-width: 542px;
	padding-top: 64px;
}

.h_col h1{
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
	display: block;
	margin-bottom: 20px;
}

.h_col span{
	color: #3F3F3F;
	font-size: 20px;
	line-height: 30px;
	display: block;
}

.h_col .button_order{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	background: #1B7CC0;
	border-radius: 84px;
	width: 258px;
	height: 56px;
	font-size: 20px;
	color: #fff;
	transition: background .3s;
}

.h_col .button_order:hover{
	background: #3897da;
	transition: background .3s;
}




.main_photo{
	width: 594px;
	height: 494px;
	position: relative;
}

.main_photo:after{
	content: "";
	width: 271px;
	height: 271px;
	background: url(img/main_after.png) no-repeat center;
	position: absolute;
	bottom: 0;
	left: -88px;
}

.main_photo ul{
	display: flex;
	align-items: center;
	position: absolute;
	top: 25px;
	left: 33px;
}

.main_photo ul li a{
	background: #fff;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	border-radius: 84px;
	height: 42px;
	padding: 0 20px;
	
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	color: #1B7CC0;
	cursor: pointer;
}

.main_photo ul li{
	margin-right: 25px;
}

.main_photo ul li:last-child{
	margin-right: 0;
}

.h_photo{
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 50px 0px;
}


.services{
	background: linear-gradient(114.03deg, #019948 0.7%, #019985 99.21%);
}

.services .container{
	position: relative;
	height: 100%;
	padding-top: 142px;
	padding-bottom: 90px;
	display: flex;
	justify-content: space-between;
}

.services .container:after{
	content: "";
 width: 267px;
 height: 100%;
 position: absolute;
 left: -327px;
 top: 0;
 background: url(img/decor2.png);
}

.services .section_title{
	font-weight: 600;
	font-size: 36px;
	color: #fff;
}

.servic_box{
	max-width: 517px;
	width: 100%;
	margin-top: 55px;
	margin-left: 3px;
}

.servic_box li a{
	width: 100%;
	margin-bottom: 22px;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 20px 24px;
	font-size: 20px;
	line-height: 30px;
	transform: scale(1);
	transition: transform .3s;
	color: #000;
        display: block;
}

.servic_box li:hover{
	transform: scale(1.02);
	transition: transform .3s;
}

.services img{
	margin-bottom: -218px;
}


.excell{
	background: rgba(0, 152, 70, .15);
	padding: 130px 0;
}

.excell .section_title{
	font-weight: 600;
	font-size: 36px;
	line-height: 54px;
}

.excell_box{
	display: flex;
	justify-content: space-between;
	margin-top: 96px;
}

.excell_item{
	max-width: 282px;
	width: 100%;
	height: 232px;
	background: #FFFFFF;
	border-radius: 15px;
	padding: 30px;
	padding-top: 40px;
	padding-right: 20px;
}

.excell_icon{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}

.excell_desc{
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
}

.manage{
	padding-top: 135px;
	padding-bottom: 300px;
	background: linear-gradient(105.58deg, #009846 0.22%, #009886 99.76%), linear-gradient(114.03deg, #1B7CC0 0.7%, #27A4CC 99.21%);
}

.manage .section_title{
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 36px;
}

.manage .section_title br{
	display: none;
}

.manage_box{
	margin-top: 261px;
	display: flex;
	justify-content: center;
}

.manage_box .slick-dots{
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.manage_box .slick-dots li{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0 4px;
	cursor: pointer;
	background: #fff;
	opacity: .3;
	transition: opacity .3s;
}

.manage_box .slick-dots li button{
	display: none;
}

.manage_box .slick-dots li.slick-active{
	opacity: .7;
	transition: opacity .3s;
}

.manage_item{
	max-width: 490px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 20px 42px rgba(0, 0, 0, 0.05);
	border-radius: 41px;
	margin: 0 15px;
	padding: 0 52px 40px;
	text-align: center;
}

.manage_photo{
	width: 384px;
	height: 384px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: -206px;
	margin-bottom: 35px;
}

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

.manage_name{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 13px;
}

.manage_spec{
	text-transform: uppercase;
	color: #979696;
	margin-bottom: 20px;
}

.manage_desc{
	font-size: 18px;
	line-height: 27px;
}

.manage_lang{
	margin-top: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.manage_lang li{
	padding: 0 25px;
	border-radius: 94px;
	height: 45px;
	color: #1A1A1A;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(0 152 70 / 20%);
	font-size: 16px;
	width: 100%;
 white-space: nowrap;
}

.manage_lang li:last-child{
	background: rgb(27 124 192 / 20%);
	margin-left: 15px;
}

.manage_phone{
	display: block;
	color: #2C2C2C;
	position: relative;
	font-size: 18px;
}

.manage_phone span{
	position: relative;
	padding-left: 25px;
}

.manage_phone span:after{
	content: "";
	width: 17px;
	height: 17px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/phone_icon.svg) no-repeat center;
}

.consult{
	padding: 0 30px;
	margin-top: -133px;
}

.consult_wrap{
	max-width: 1604px;
	width: 100%;
	background: #D9F0E3 url(img/consult_after.png) no-repeat bottom right;
	border-radius: 40px;
	margin: 0 auto;
	padding: 130px 0;
}

.consult_wrap .container{
	display: flex;
	justify-content: space-between;
}

.consult_img{
	position: relative;
	margin-top: 13px;
}

.consult_img > img{
	border-radius: 50px;
}

.consult_logo{
	width: 96px;
	height: 96px;
	background: #019976;
	position: absolute;
	top: 20px;
	right: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.consult_logo img{
	width: 54px;
	height: auto;
	display: block;
}

.country{
	position: absolute;
	bottom: -18px;
 left: -13px;
}



.consult_title{
	font-size: 36px;
	font-weight: 600;
	color: #151515;
	line-height: 54px;
}

.consult form{
	margin-top: 50px;
	max-width: 386px;
	width: 100%;
}

.consult form input{
	width: 100%;
	height: 60px;
	border: 1px solid #151515;
	border-radius: 95px;
	padding: 0 30px;
	margin-bottom: 30px;
	font-size: 20px;
	color: #6EA085;
	background: transparent;
}

.order_lang{
	margin-bottom: 30px;
}

.order_lang span{	
	display: block;
	font-size: 20px;
	color: #151515;
	line-height: 30px;
	margin-bottom: 15px;
}

.order_lang ul{
	display: flex;
	align-items: center;
}

.order_lang ul li{
	width: 83px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #6EA085;
	border-radius: 95px;
	color: #6EA085;
	text-align: center;
	cursor: pointer;
	margin-right: 20px;
	transition: border-color .3s, color .3s;
}

.order_lang ul li:last-child{
	margin-right: 0;
}

.order_lang ul li.active{
	border-color: #151515;
	color: #151515;
	transition: border-color .3s, color .3s;
}

.consult form button{
	width: 237px;
	height: 56px;
	background: #1B7CC0;
	border-radius: 84px;
	border: 0;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	transition: background .3s;
}

.consult form button:hover{
	background: #3897da;
	transition: background .3s;
}

.consult form > span{
	display: block;
	color: #151515;
	font-size: 18px;
	margin-top: 33px;
}

.consult form > span a{
	color: #009846;
	position: relative;
	padding-right: 35px;
	margin-right: 6px;
}

.consult form > span a:after{
	content: "";
	width: 28px;
	height: 28px;
	background: url(img/whatsapp.svg) no-repeat center;
	position: absolute;
	top: -3px;
 right: 0;
}


.contact{
	position: relative;
	padding: 86px 0;
	margin-top: 95px;
}
.map{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.contact_box{
	max-width: 441px;
	width: 100%;
	position: relative;
	z-index: 99;
	margin-right: 0;
	margin-left: auto;
	background: #FFFFFF;
	box-shadow: 0px 20px 42px rgba(0, 0, 0, 0.05);
	border-radius: 41px;
	padding: 76px 55px;
}

.contact_title{
	font-weight: 600;
	font-size: 36px;
}

.info_item{
	margin-top: 45px;
	display: flex;
	flex-direction: column;
}

.info_item span{
	font-weight: 400;
	color: #4F4F4F;
	font-size: 18px;
	margin-bottom: 6px;
}

.info_item a,
.info_item strong{
	font-weight: 600;
	font-size: 24px;
	color: #000;
	transition: color .3s;
}

.info_item a{
	margin-top: 3px;
}

.info_item a:hover{
	color: #1b7cc0;
	transition: color .3s;
}


footer{
	text-align: center;
	padding-top: 53px;
	padding-bottom: 55px;
}

footer img{
	width: 73px;
	height: auto;
	display: block;
	margin: 0 auto;
}

footer .logo{
	margin-bottom: 15px;
}

footer span{
	display: block;
	margin-top: 5px;
	font-weight: 400;
	font-size: 18px;
}

footer span a{
	color: #1B7CC0;
}
