@media (max-width: 991px){
	#menu a{
		font-size: 14px;
	}

	/*services*/
	.service{
		max-width: 230px;
	}
	.service-big{
		max-width: 280px!important;
	}
	
	/*menu*/
	#menu{
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		z-index: 999;
		margin-top: 15px;
	}
	#menu>ul{
		display: block;
		border-bottom: none;
		-webkit-box-shadow:0px 0px 11px -3px rgba(0,0,0,.8);
		-moz-box-shadow:0px 0px 11px -3px rgba(0,0,0,.8);
		box-shadow:0px 0px 11px -3px rgba(0,0,0,.8);
	}
	#menu>ul>li>a{
		display: block!important;
		border-bottom: 1px solid #3498cd;
		background: #40aee8;
		padding: 10px 15px;
		color: white;
		width: 100%!important;
	}

	
	#menu .dropdown-menu{
		position: static;
		visibility: visible;
		opacity: 1;
		padding: 0px;
		background: white;
	}

	/*header*/
	#header{
		padding: 10px 0;
	}
	.header-row{
		justify-content: flex-end;
	}

}

