/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*
  ========================================
  Ссылки
  ========================================
*/

a {
  color: #648880;
  text-decoration: none;
}
a:hover {
  color: #a9b2b9;
}


/*
  ========================================
  Текст
  ========================================
*/

body {
  background: #141A31;
  color: #888;
  font: 300 18px/24px "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 35px;
	color: #EEE;
	margin: 40px 2% 2% 20%;
	font-weight:600;
}
h2{
	font-size: 28px;
	color: #EEE;
	margin: 10px;
}
h3{
	margin:2% 2% 2% 20%;
}

.top{
	color: #EEE;
}

.t-indent{
	text-indent: 4%;
}

/*
  ========================================
  Позиционирование
  ========================================
*/

.f-left{
	float:left;
	width:64%;
}
.f-right {
	float:right;
	width:34%;
}

footer{
	clear:both;
}

.m-left{
	margin-left:20%;
}



.row {
	background: #fff;
	padding: 66px 0 44px 0;
}

.col-1-3 {
  width: 30%;
  margin-top:4%;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-3,
.col-2-3 {
  display: inline-block;
  vertical-align: top;
}

.grid,
.col-1-3,
.col-2-3 {
  padding-left: 15px;
  padding-right: 15px;
}
.container,
.grid {
  margin: 0 auto;
  width: 960px;
}
.container {
  padding-left: 30px;
  padding-right: 30px;
}

/*
  ========================================
  Бар
  ========================================
*/
.bar{
	text-align:center;
	background: #081029;
	padding: 1% 0 1% 0;
	min-width: 960px;
}
.phone{
	float:center;
	margin: 40px 2% 2% 10%;
}


/*
  ========================================
  Кнопки
  ========================================
*/

.btn {
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  letter-spacing: .5px;
  margin: 0;
  text-transform: uppercase;
}
.btn-alt {
  border: 1px solid #fff;
  padding: 10px 30px;
  margin: 0 2% 2% 5px;
}
.btn-alt:hover {
  background: #fff;
  color: #648880;
}

/*
  ========================================
  Списки
  ========================================
*/

ul{
	list-style-type: disc;
}
li{
	margin-left:20px;
}