@media (max-width: 768px){
	.top_line{
		top: 4px;
	}
	.top_line .logo img{
		width: 55px;
		height: auto;
	}

	.top_line nav{
		margin-left: 15px;
		display: none;
	}

	.top_line nav ul li a{
		font-size: 14px;
		padding: 0 10px;
	}
	.top_line .lang li:after{
		display: none;
	}
	.top_line .lang li a{
		font-size: 14px;
	    height: auto;
	    text-align: center;
	    padding: 0 6px;
	    display: block;
	}

	.top_line .button_order{
		font-size: 13px;
		height: 35px;
		width: 152px;
		margin-left: 10px;
	}


	header{
		height: auto;
	}

	header .container{
		flex-direction: column-reverse;
		padding-top: 90px;
	}

	.main_photo{
		width: 100%;
		height: auto;
	}

	.main_photo:after{
		display: none;
	}

	.h_photo{
		border-radius: 25px 0px;
		height: 240px;
	}

	.h_photo img{
		width: 100%;
		height: auto;
		display: block;
	}

	.main_photo ul{
		top: 0;
		left: 0;
		padding: 13px 15px;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.main_photo ul li a{
		font-size: 12px;
		padding: 0 15px;
		height: 30px;
		line-height: 1;
	}
	
	.main_photo ul li{
		margin-right: 10px;
	}

	.h_col{
		padding-top: 25px;
		padding-bottom: 30px;
	}

	.h_col h1{
		font-size: 24px;
    	line-height: 1.3;
	}

	.h_col span{
		font-size: 14px;
		line-height: 1.5;
	}

	.h_col .button_order{
		height: 45px;
		font-size: 14px;
		font-weight: 500;
		width: 220px;
		padding: 0 15px;
		 margin-top: 25px;
	}

	.services .container{
		padding-top: 40px;
		padding-bottom: 25px;
	}

	.services .section_title{
		font-size: 24px;
	}

	.service_col:last-child{
		display: none;
	}

	.servic_box{
		margin-top: 35px;
		margin-left: 0;
	}

	.servic_box li{
		font-size: 14px;
		line-height: 1.3;
		border-radius: 12px;
		padding: 20px;
		margin-bottom: 15px;
	}

	.excell{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.excell .section_title{
		font-size: 24px;
		line-height: 1.3;
		width: 75%;
	}

	.excell_box{
		margin-top: 35px;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
	}

	.excell_item{
		width: calc(50% - 10px);
		margin: 5px;
		padding: 20px 15px;
		height: 185px;
	}

	.excell_desc{
	    font-size: 14px;
	    line-height: 1.5;
	}

	.excell_icon{
		width: 40px;
		height: 40px;
		padding: 10px;
	}

	.excell_icon img{
		max-width: 100%;
		height: auto;
	}

	.manage{
		padding-top: 40px;
		padding-bottom: 140px;
	}

	.manage .section_title{
		font-size: 24px;
		line-height: 1.3;
	}

	.manage .section_title br{
		display: block;
	}

	.manage_box{
		flex-wrap: wrap;
		margin-top: 0px;
		
	}
	.manage_photo{
		max-width: 200px;
		width: 100%;
		height: auto;
		margin-top: -130px;
		margin-bottom: 20px;
	}

	.manage_item{
		padding: 30px;
		border-radius: 20px;
		margin: 0 5px;
		width: 95%;
		margin-top: 135px;
	}

	.manage_item:last-child{
		display: none;
	}

	.manage_name{
		font-size: 20px;
	}

	.manage_spec{
		font-size: 13px;
		margin-bottom: 10px;
	}

	.manage_desc{
		font-size: 14px;
		line-height: 1.5;
	}

	.manage_lang li{
		padding: 0 15px;
		height: 40px;
		font-size: 13px;
	}

	.manage_lang li:last-child{
		margin-left: 5px;
	}

	.manage_phone{
		font-size: 14px;
	}

	.consult{
		padding: 0 15px;
		margin-top: -70px;
	}

	.consult_img{
		display: none;
	}

	.consult_wrap{
		border-radius: 20px;
		padding-top: 30px;
		padding-bottom: 60px;
		background-size: 37% auto;
	}

	.consult_wrap .container{
		padding: 0 25px;
	}

	.consult_title{
		font-size: 24px;
		line-height: 1.5;
	}

	.consult form{
		margin-top: 25px;
	}

	.consult form input{
		height: 45px;
		font-size: 14px;
		margin-bottom: 15px;
		padding: 0 25px;
	}

	.order_lang{
		margin-bottom: 20px;
	}

	.order_lang span{
		font-size: 14px;
		line-height: 1.3;
	}

	.consult form > span a{
		padding-right: 25px;
	}

	.consult form > span a:after{
		width: 20px;
		height: 20px;
		background-size: 20px;
		top: -1px;
    	right: 0px;
	}

	.order_lang ul li{
		height: 35px;
		font-size: 14px;

	}

	.consult form button{
		height: 45px;
	    font-size: 14px;
	    font-weight: 500;
	    width: 220px;
	    padding: 0 15px;
	    margin-top: 0px;
	}

	.consult form > span{
		font-size: 14px;
		margin-top: 10px;
	}

	.contact{
		margin-top: 35px;
	    display: flex;
	    flex-direction: column-reverse;
	    padding-top: 0;
	    padding-bottom: 0;
	}

	.map{
		height: 377px;
	    position: relative;
	    z-index: 1;
	    margin-top: -100px;
	}

	
	.contact_box{
		width: 100%;
		padding: 25px 20px;
		border-radius: 20px;
		box-shadow: 0 0 10px rgba(0,0,0,.1);
	}

	.contact_title{
		font-size: 24px;
	}

	.info_item{
		margin-top: 15px;
	}

	.info_item span{
		font-size: 13px;
		margin-bottom: 0;
	}

	.info_item a, 
	.info_item strong{
		font-size: 15px;
	}

	footer{
		padding: 10px 0;
	}

	footer img{
		width: 60px;
	}

	footer span{
		font-size: 12px;
		margin-top: 10px;
	}

	

}