@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,500,700,900&subset=cyrillic');

/* COMMON */
* {
	transition:all .5s ease;
}
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #555;
	line-height: 1.5;
}
a, a:hover, a:focus, a:active, a:visited {
	color: #006586;
	text-decoration: none;
	border-bottom: 1px solid;
	border-color: rgba(0,0,0,.15);
	outline: none;
}
h1 {
	color: #959595;
	text-align: center;
}
h4 {
	color: #959595;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}

#header {
	padding: 30px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
  padding-top: 20px;
  text-align: center;
}

.btn {
	width: 100%;
	border-radius: 8px;
	text-align: center;
	padding: 10px 15px;
	font-size: 18px;
	border: 1px solid #ccc;
	color: #999;
	margin-bottom: 15px; 
}
.btn-success {
	color: #fff;
}
.btn img {
	width: 48px;
	height: 48px;
	margin-bottom: 8px;
}
.buttons {
	margin-bottom: 35px;
}
.additional {
	text-align: center;
	color: #C4C4C4;
}

@media screen and (max-width: 767px) {

}

