﻿@charset "UTF-8";

/* ==========================================================================
   HTML5
   ========================================================================== */

article, aside, details, figcaption, figure, footer,
header, hgroup, nav, section, summary {
	display: block;
}

audio, canvas, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}


/* ==========================================================================
   Base
   ========================================================================== */

* {
	margin: 0;
	padding: 0;
}

html {
	color: #333;
	font: 300 100%/1em 'Roboto', 'Open Sans', 'open-sans', 'HelveticaNeueCyr-Thin', 'Segoe UI', sans-serif;
	-webkit-text-size-adjust: 100%;
			-ms-text-size-adjust: 100%;
}

body {

}


/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #141414;
	font-weight: 300;
	line-height: 100%;
	padding-bottom: 0.5em;
	margin: 0;
}

h1, h2 {
	font-size: 3em;
	line-height: 1.1em;
	font-weight: 200;
}  /* 48px */

h3 {
	font-size: 1.5em;
	font-weight: 350;
	line-height: 1.2em;
} /* 24px */
h4 {
	font-size: 1.15em;
	font-weight: 400;
} /* 18px */
h5 {
	font-size: 1.0em;
	font-weight: 600;
} /* 16px */
h6 {
	font-size: 0.95em;
	font-weight: 600;
} /* 14px */

p {
	font-weight: 400;
	margin-bottom: 0.7em;
	vertical-align: middle;
}

small {
	line-height: 100%;
}

b, strong {
	font-weight: bold;
}

abbr[title] {
	border-bottom: 1px dotted;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

sub, sup {
	font-size: 80%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/* ==========================================================================
   Links
   ========================================================================== */

a, a:visited {
	color: #0e96db;
	cursor: pointer;
	text-decoration: none;
}

a:visited {
	color: #6a97ae;
}

a:active {
  outline: 0;
}

a:focus {
  /*outline: thin dotted;*/
  outline: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

a:hover {
	color: #669b11;
	outline: 0;
	text-decoration: none;
}

a.b-button:hover {
	color: #fff;
}


/* ==========================================================================
   Embedded content
   ========================================================================== */

img {
	border: 0;
	vertical-align: top;
}

svg:not(:root) {
	overflow: hidden;
}


/* ==========================================================================
   Forms
   ========================================================================== */

button,
input,
select,
textarea {
  font: 300 100%/1em 'Roboto', 'Open Sans', 'open-sans', 'HelveticaNeueCyr-Thin', 'Segoe UI', sans-serif;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[disabled],
select[disabled],
textarea[disabled],
button[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  	 -moz-box-sizing: content-box;
  				box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* ==========================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}