#buyclick {
	display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    background: #F3B024;
    color: #222;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
    font-size: 16px;
    text-decoration: none;
    user-select: none;
    outline: none;
    border: 1px solid;
    border-color: #FDAB23 #F9A514 #D08B10;
    background: rgb(255,212,3) linear-gradient(rgb(255,212,3), rgb(248,157,23));
    box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,.2);
    transition: box-shadow .2s, border-color .2s;
}

/* Светлая кнопка */
/*#buyclick {
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    background: #F3B024;
    color: #222;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
    font-size: 16px;
    text-decoration: none;
    user-select: none;
    outline: none;
    border: 1px solid;
    border-color: #ffb337 #ffbb45 #D08B10;
    background: rgb(255, 228, 94) linear-gradient(rgb(255, 255, 255), rgb(244, 224, 195));
    box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,.2);
    transition: box-shadow .2s, border-color .2s;
}*/


#buyclick:hover {
    box-shadow: inset 0 -1px 1px rgba(0,0,0,0), inset 0 1px 2px rgba(0,0,0,0), inset 0 0 0 60px rgba(255,255,0,.5);
}
#buyclick a {
    color: #222;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
    font-size: 16px;
    text-decoration: none;
    padding: 6px 12px;
    display: inline-block;
}

.send_buyclick {
	display: inline-block;
    padding: 10px 26px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 5px;
    background: #F3B024;
    color: #222;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
    font-size: 20px;
    text-decoration: none;
    user-select: none;
    outline: none;
    border: 1px solid;
    border-color: #FDAB23 #F9A514 #D08B10;
    background: rgb(255,212,3) linear-gradient(rgb(255,212,3), rgb(248,157,23));
    box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,.2);
    transition: box-shadow .2s, border-color .2s;
}
.send_buyclick:hover {
    box-shadow: inset 0 -1px 1px rgba(0,0,0,0), inset 0 1px 2px rgba(0,0,0,0), inset 0 0 0 60px rgba(255,255,0,.5);
}

.contact-data .call_input { margin-bottom: 10px; }
.contact-data .input-group { margin-bottom: 5px; }
.contact-data .error { color: red; }


.contact-data .call_input.comment_cl { margin-bottom: 20px; }
.contact-data .call_input.phone_cl { margin-bottom: 20px; }

.contact-title 		{ font-size: 28px; margin-bottom: 10px; margin-top: 5px; }
.contact-input 		{  }
.contact-input1 	{  }
.contact-content 	{ padding-left: 0; padding-right: 0; }
.contact-data 		{ }
.contact-success 	{ font-size: 17px; margin-top: 10px; }

.buyclick_info {
    margin-bottom: 20px;
    font-size: 17px;
}

.info_buyklick_p {
    font-size: 13px;
    color: #777;
    padding: 8px;
}

.buy_fast_list {
    margin-top: 10px;
    background: #ffcf38;
    color: #111;
    border: 0;

    line-height: 25px;
    text-align: center;
    font-size: 15px;
    border-radius: 2px;
    transition: 0.2s;
    outline: none;
}

.buy_fast_list:hover, 
.buy_fast_list:active {
    background: #f3da8b;
    color: #111;
}