a.buybutton {
    background: #F1E721;
    color: #1c1c1c !important;
    text-decoration: none;
	font-size: 20px;
	font-family: 'TildaSans', Arial, sans-serif;
	line-height: 1,55;
	font-weight: 600;
	border-radius: 30px;
	padding: 16px 40px 15px 43px; /* Отступ от текста до рамки */
	transition: background-color 0.1s
	ease-in-out, color 0.1s
	ease-in-out;
	}
	a.buybutton:hover {
	background: #000; /* Цвет кнопки при наведении курсора */
	color: #fff !important;
	}