/**
 * @category	Individ
 * 2013 Individ LTD (http://individ.ru)
 */

/* Use fonts
font-family: 'PT Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

/* Defaults */
* {
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}

html {
	background: #fff;
	color: #000;
}
body {
	color: #323232;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.5;
	background: #fff url(images/bg.png);
}

a {
	color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #0085e0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 10px 0;
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 43px;
	line-height: 1.2;
	color: #0085e0;
	margin: 0 0 41px;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 25px;
	color: #0085e0;
	line-height: 1.2;
	margin: 30px 0 20px;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 19px;
	color: #323232;
	line-height: 1.2;
	margin: 30px 0 20px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}

p {
	margin: 0 0 15px;
}

address {
	font-style: normal;
}

fieldset,
img {
	border: none;
}

q {
	quotes: "\201e" "\201c";
}

ul,
ol {
	list-style-position: outside;
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
ul li,
ol li {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
}

ul li {
	list-style-type: none;
	background: url(images/m.png) no-repeat 0 10px;
}
dl {
	display: block;
}
dl dt,
dl dd {
	float: left;
}
dl dt {
	clear: both;
	margin-right: 0.5em;
}
dl:after {
	clear: both;
	content: '';
	display: block;
}

table {
	border: 1px solid black;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

button,
input,
select,
textarea {
	font: inherit;
	line-height: 1.1;
}

input,
textarea {
	outline: none;
}
input:active,
textarea:active {
	outline: none;
}
button,
input[type=button],
input[type=submit],
input[type=image] {
	cursor: pointer;
}
button[disabled],
input[type=button][disabled],
input[type=submit][disabled],
input[type=image][disabled] {
	color: #777;
}
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
.btn::-moz-focus-inner {
	padding: 0;
	margin: 0;
	border: 0;
}
::-webkit-input-placeholder {
	color: #777;
}
:-moz-placeholder {
	color: #777;
}
.placeholder {
	color: #777;
}




/* Tools and utils */
.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after {
	display: table;
	line-height: 0;
	content: '';
}
.clearfix:after,
.cf:after {
	clear: both;
}

.clear {
	clear: both;
	font-size: 0 !important;
	height: 0;
	line-height:0 !important;
	overflow: hidden;
}

.dnone {
	display: none;
}
.out-of-bounds {
	left: -9999px;
	position: absolute;
	top: -9999px;
	visibility: hidden;
}

.p-abs {
	position: absolute;
}
.p-rel {
	position: relative;
}

.box {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}



/* Simple UI elements */
a.fake {
	border-bottom: 1px dashed;
	text-decoration: none;
}
a.fake:hover {
	border-bottom-color: transparent;
}
ul.flat,
ol.flat {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.flat li,
ol.flat li {
	margin: 0;
	padding: 0;
}




/* For Bitrix visual editor */
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.f-img {
	float: left;
	margin: 0 20px 5px 0;
}
.f-imgr {
	float: right;
	margin: 0 0 20px 5px;
}

.t-center {
	text-align: center;
}
.t-left {
	text-align: left;
}
.t-right {
	text-align: right;
}

.hr {
	border-top: dotted 1px #676767;
	height: 1px;
	margin: 10px 0;
}

.col-left {
	float: left;
	width: 460px;
}
.col-right {
	float: right;
	width: 460px;
}

.col-left-lite {
	float: left;
	width: 440px;
}
.col-right-lite {
	float: right;
	width: 440px;
}

.block {
	margin: 0 0 20px;
}

.bblock {
	margin: 0 0 40px;
}
.bbblock {
	margin: 0 0 60px;
}
.col-1-3-p {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
}
.b-2-3-p {
	float: left;
	width: 680px;
}
.b-2-3 {
	float: left;
	width: 580px;
}
.b-1-3 {
	float: right;
	width: 300px;
}

.b-3-2 {
	float: right;
	width: 580px;
}
.b-3-1 {
	float: left;
	width: 300px;
}

.b-1-2 {
	float: left;
	width: 440px;
}
.b-2-2 {
	float: right;
	width: 440px;
}
.col-1-3 {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}
.col-2-3 {
	float: right;
	width: 580px;
	margin: 0;
}
.cf .col-1-3:last-child {
	margin-right: 0;
	float: right;
}
.col-left h3:first-child,
.col-right h3:first-child,
.col-1-3 h3:first-child,
.b-2-3 h3:first-child,
.b-1-3 h3:first-child,
.b-2-3 h2:first-child,
.b-2-3-p h2:first-child,
.b-1-3 h2:first-child {
	margin-top: 0;
}

.table {
	border: none;
	border-collapse: separate;
}

.table td {
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #fff;
	padding: 15px;
	vertical-align: top;
}

.table tr:first-child td {
	border-top: none;
}

.table tr:last-child td {
	border-bottom: none;
}

.table .blue {
	color: #0085e0;
}

.table .black {
	background: rgba(0, 0, 0, 0.05);
	color: #323232;
}

.header-slogan-h1 {
	margin: 0;
	font-size: 15px;
	color: #313131;
	font-weight: normal;
	line-height: 1.2;
	display: inline;
}

.vid-ref-head {
	font-size: 43px;
	line-height: 1;
	font-weight: 300;
	text-transform: uppercase;
	color: #0085e0;
	margin: 0 0 16px;
	font-family: 'Roboto', sans-serif;
}

.h3-main-blocks-replace {
	font-size: 25px;
	line-height: 1;
	font-weight: 300;
	color: #0085e0;
	margin: 0 0 10px;
	letter-spacing: 0.6px;
	font-family: 'Roboto', sans-serif;
}

.h3-replace-key {
	color: #323232;
	font-size: 20px;
	letter-spacing: 0;
	margin: 0 0 22px;
	line-height: 1;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}

section.mainblock.press .h2-replace {
	color: #fff;
	text-shadow: 0 -1px 1px #388bb8;
	font-size: 43px;
	line-height: 1;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 16px;
	margin-bottom: 39px;
	font-family: 'Roboto', sans-serif;
}

#mainSolutionsArea .h2-replace {
	font-size: 43px;
	line-height: 1;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	float: left;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

section.main-publications .h3-replace {
	font-size: 19px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 10px;
	color: #0085e0;
	letter-spacing: 0.6px;
	font-family: 'Roboto', sans-serif;
}

section.main-publications .h3-replace a {
	text-decoration: none;
}