.menu-service{
	margin: 47px 0 43px 0;    
	}
	.menu-service ul{
	margin: 57px 0 44px 0;  
	padding-left: 0;  
	}
	.menu-service li{   
	list-style: none;  
	}
	.menu-service li a{
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #A5A5A5;
	text-decoration: none;  
	display: inline-flex;
	padding-bottom: 15px;
	-webkit-transition: all 0.1s ease 0.1s;
    -o-transition: all 0.1s ease 0.1s;
    transition: all 0.1s ease 0.1s;
	}
	.menu-service li a::after{
		content: "";
		background: url(icon.svg);
		width: 22px;
		height: 22px;
		margin-left: 14px;
		opacity: 0;
		-webkit-transition: all 0.1s ease 0.1s;
    -o-transition: all 0.1s ease 0.1s;
    transition: all 0.1s ease 0.1s;
	}
	.menu-service li:hover a{
	color: #002E40;
	}
	.menu-service li:hover a::after{
		opacity: 1;
		}
	.menu-service-link{    
	width: 206px;
	height: 60px;
	background: #FFB700;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	/* -webkit-transition: all 0.1s ease 0.1s;
    -o-transition: all 0.1s ease 0.1s;
    transition: all 0.1s ease 0.1s; */
	}
	.menu-service-link:hover{    
	background: linear-gradient(142.23deg, #FFB800 20.86%, #FB9000 67.76%);
	color: #FFFFFF;
	}
	.service-box-img {
	position: relative;
	}
	.service-box-img img{
	position: absolute;
	z-index: -5;
	opacity: 0;
	}
	.service-box-img .service-box-img-active{    
	z-index: 5;
	opacity: 1;
	-webkit-transition: all 0.1s ease 0.1s;
    -o-transition: all 0.1s ease 0.1s;
    transition: all 0.1s ease 0.1s;
	}
	@media (max-width:1199px){		
		.menu-service li a::after{
			display: none;			
		}
	}
	@media (max-width:991px){
		.menu-service{
			text-align: center;
		}
		.menu-service-link{
			margin: 30px auto;
		}
		.service h2{
			text-align: center;
		}
		.service-box-img img{
			width: 100%;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
		}
		.service-box-img{
			height: 306px;
		}		
	}
@media (max-width:575px){		
	.service-box-img{
		height: 100px;
	}
	.menu-service ul {
		margin: 25px 0 25px 0;		
	}
	.menu-service {
		margin: 15px 0 25px 0;
	}
	.menu-service-link{
		margin: 0px auto 30px auto;
	}
	.menu-service li a {		
		font-size: 13px;
				padding-bottom: 2px;
		
	}
}