/* кнопки онлайн-записи */

.btn-online {
    text-transform: uppercase;
    font-size: 12px;
    color: black;
    border: 1px solid white;
    padding: 9px 13px;
    margin-top: 6px;
    line-height: 1em;
    display: inline-block;
    background-color: white;
    transition: all 0.225s ease;
}
.btn-online:hover {
	color: white;
    background-color: transparent;
}