$grey-color: #f7f7f7
$purple_color: #443d55
$orange_color: #bf965c
$font_rob_cond: 'Roboto Condensed', sans-serif
$font_rob: 'Roboto', sans-serif
%bord
	margin: 0 auto
	width: 92px
	height: 3px
	background-color: $orange_color
%title
	font-weight: 700
	font-size: 36px
	color: #3c3c3c
%btn
	width: 290px
	padding: 14px 0
	border: none
	border-radius: 2px 
	background-color: $orange_color
	color: #fff
	font-style: $font_rob
	font-weight: 500
	font-size: 16px
	text-transform: uppercase
	text-decoration: none
	display: block
	max-width: 100%
	text-align: center
	&:hover
		opacity: 0.8
%footer
	background-color: #171717
	color: #7b7b7b
	text-align: center
	span	
		font-size: 12px
		font-weight: 300
		display: block
%common_btn
	width: 290px
	padding: 14px
	border: none
	border-radius: 2px 
	background-color: #674658
	color: #fff
	font-style: $font_rob
	font-weight: 500
	font-size: 16px
	text-transform: uppercase
	text-decoration: none
	display: block
	max-width: 100%
	text-align: center
	&:hover
		opacity: 0.8
