@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,h2 {
	margin:0;
}
h2,.title {
	color: #0485b8;
}

/* HEADER */
#header {
	padding: 30px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}
.title {
	font-size: 42px;
	font-weight: 700;
}
.logo img {}
#header h1 {
	font-size:18px;
	font-weight: 400;
}
.contacts {
	text-align: right;
}
.contacts .inner {
	display: inline-block;
}
.phone {
	font-size: 24px;
	font-weight: 700;
	text-align: right;
}
.mail {
	font-size: 14px;
	margin-bottom: 10px;
}
.callback {
	display: block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ce0407+0,930002+100 */
	background: #ce0407; /* Old browsers */
	background: -moz-linear-gradient(top,  #ce0407 0%, #930002 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ce0407 0%,#930002 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ce0407 0%,#930002 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0407', endColorstr='#930002',GradientType=0 ); /* IE6-9 */
	color: #fff !important;
	text-align: center;
	padding: 5px;
	line-height: 1.2;
	border-radius: 5px; 
	border: none !important;
}

/* CONTENT */
#content {
	padding-bottom: 40px;
}
#content h2 {
	margin-bottom: 10px;
}
#content p {
	margin-bottom: 10px;
/*	text-align: justify;*/
}
#content ul {
	margin:0 0 0 15px;
	padding: 0;
	margin-bottom: 20px;
	list-style: none;
}
#content li {
	margin-bottom: 10px;
	background: url(../img/check.png) 0 5px no-repeat;
	padding-left: 25px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
  padding-top: 20px;

}

/* FORM */
.modal input {
  height:50px;
  text-align:center;
  font-size:16px;
  margin-bottom:30px;
  border-radius: 5px;
}
.note {
  position:absolute;
  top:15px;
  left:15px;
  right:15px;
  display:none;
  z-index:99;
  font-size:18px;
  text-align:center;
  font-weight:400;
}
.modal-content {
  border-radius: 0;
}
.notification_error>div, .notification_ok {
  padding: 15px;
  border:5px solid #777;
  margin: 0 0 5px 0;
  background-color: #ddd
}
.form-submit, .form-submit:hover, .form-submit:focus, .form-submit:active, .form-submit:visited {
	padding:10px 15px;
	border-radius: 5px;
	display: block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ce0407+0,930002+100 */
	background: #ce0407; /* Old browsers */
	background: -moz-linear-gradient(top,  #ce0407 0%, #930002 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ce0407 0%,#930002 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ce0407 0%,#930002 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0407', endColorstr='#930002',GradientType=0 ); /* IE6-9 */
	font-size: 18px;
	color:#fff;
	text-align: center;
	border:none;
}
.form-submit.inactive {
  opacity: .75;
  cursor:not-allowed;
}


@media screen and (max-width: 1599px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {

	.logo img {
		margin: 0 auto;
	}
	.title {
		font-size: 32px;
	}
	#header h1 {
		margin-bottom: 20px;
	}
	#content h2 {
		font-size: 24px;
	}
	.contacts {
		text-align: center;
	}
	body {
		margin-bottom: 0;
	}
	.footer {
		position: relative;
		height: auto;
		padding-top:15px;
	}

}

@media screen and (max-width: 767px) {

}

