.kusak {
	width: 100%;
	height: 100px;
	line-height: 100px;
	background: #f5f5f5 url(res/kusak.png) left top no-repeat;
	text-align: right;
	box-sizing: border-box;
	padding: 0 20px 0 30px;
}
.kusak span {
	display: inline-block;
	margin: 0 15px;
	font-size: 18px;
	font-weight: 300;
}
.kusak a {
	display: inline-block;
	width: 300px;
	height: 60px;
	line-height: 60px;
	background-color: #22607C;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 20px;
	font-weight: 100;
	transition: 0.3s;
}
.kusak a:hover {
	background-color: #184154;
}
.kusak a b {
	font-weight: 900;
}

@media all and (max-width: 768px) {
	
	
	.kusak a {
		max-width: 100%;
	}
	.kusak span {
		display: none;
	}
	
} /* eo media */

