	a.buybutton {
    background: #F7C639;
    color: #252525 !important;
    text-decoration: none;
	font-size: 18px;
	font-family: 'DrukTextWideTT', Arial, sans-serif;
	line-height: 1;
	font-weight: 300;
	border-radius: 30px;
	padding: 20px 35px 20px 35px; /* Отступ от текста до рамки */
	transition: background-color 0.1s
	ease-in-out, color 0.1s
	ease-in-out;
	}
	a.buybutton:hover {
	background: #5F72FF; /* Цвет кнопки при наведении курсора */
	color: #fff !important;
	}

	a.buybutton2 {
    background: #F69D6E;
    color: #FFF !important;
    text-decoration: none;
	font-size: 18px;
	font-family: 'DrukTextWideTT', Arial, sans-serif;
	line-height: 1;
	font-weight: 300;
	border-radius: 30px;
	padding: 20px 35px 20px 35px; /* Отступ от текста до рамки */
	transition: background-color 0.1s
	ease-in-out, color 0.1s
	ease-in-out;
	}
	a.buybutton:hover {
	background: #5F72FF; /* Цвет кнопки при наведении курсора */
	color: #fff !important;
	}
