.dacy-btn {
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    padding: 0.3em 1em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 1.6em;
    color: #fff;
    background-color: #bb0b0b;
    -webkit-transition: all .2s ease;
	transition: all .2s ease;
border-radius: 30px;}
.dacy-btn:hover { background: #f9c22d; color: #000; }

.top_tel a { color: #fff; }