.dacy-btn {
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    padding: 20px 35px;
    font-weight: 700;
    color: #3f71f4;
    border: 2px solid #3f71f4;
    background-color: rgba(0,0,0,0.6);
    -webkit-transition: all .2s ease;
	transition: all .2s ease;}

.index_order_b {padding: 12px 6px;
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .23em;
    background-color: #262526;
    color: white;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;}

.index_contact
{ color: #ed1b24; }


