

body {
	font-family: 'Open Sans';
	width: 100%;
	background-image: url(/images/layouts/p_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}



a:focus {
	outline:none !important;
}

#site_container {
	min-height: 650px;
	width: 1280px;
	margin: 0 auto;
	position: relative;
	/*background-color: red;*/
	
}

.logo {
	display:block;
	background-image: url(/images/layouts/logo.png);
	background-repeat: no-repeat;
	width: 215px;
	height: 48px;
	}

#left {
	/*position: absolute;*/
	width: 215px;
	min-height:100%;
	float: left;
	text-decoration: none;
	
}

#menu {
	width: 215px;
	position:relative;
	text-decoration: none;
	margin-bottom:100px;
	margin-top:15px;
	font-family: 'Open Sans';
}

#menu ul {
	list-style-type: none;
	padding-top: 6px;
	cursor: pointer;
}

.level0 .level1 {
	padding-left: 12px;
	font-size:14px;
	display: none;
}

#menu .level0 .active .level1 {
	display:block;
}

.level0 li span:hover,
.level0 li a:hover {
	font-weight: bold;
}

.level0 .active span,
.level0 .active .active,
.level0 .active .level0,
a.presentation:hover {
	font-weight: bold;
}


.level0 li {
	list-style-type: none;
	margin-bottom:9px;
	text-transform:uppercase;
	font-size:16px;
}

ul.level1 li {
	list-style-type: none;
	margin-bottom: 6px;
	text-transform:none;
}

#menu li a {
	color: #000;
	text-decoration: none;
	line-height:18px;
}

a.presentation {
	display:block;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	margin-top: 33px;
}

a.presentation span {
	margin-left:12px;
}	

#pdf {
	background-image: url(/images/layouts/p_pdf.png);
	width: 26px;
	height: 35px;
	margin-right: 14px;
	margin-top: 70px;
}

#footer {
	margin-top: 170px;
	position: absolute;
	bottom: 0px;
}

#copy {
	padding-top: 40px;
	font-size: 10px;
	font-size: 10px;
	color: #bebebe;
}

#techart {
	margin-top: 15px;
	font-size: 10px;
	color: #bebebe;
	float: left;
	width: 90px;
}

#techart a {
	display: block;
}

#logo_techart {
	width: 40px;
	height: 20px;
	opacity: 0.2;
	float: left;
	margin-top: 13px;
}

#logo_techart:hover {
	opacity: 0.7;
}

.content {
	width: auto;
	margin-left: 247px;
	/*background-color:red;*/
	overflow: hidden;
}

.content .cube_container {
	font-size: 0px;
}

.content .image_link_container {
	margin-top:8px;
	/*margin-left:-14px;
	margin-right:-14px;*/
	/*background-color:yellow;*/
	display:inline-block;
	font-size:0px;
	
}

.content .image_link {
	margin-left:14px;
	margin-right:14px;
	margin-bottom:28px;
	display:inline-block;
	box-shadow: 0 0 14px 5px rgba(0, 0, 0, 0.1); 
}

.content .company_text_block {
	border: 2px solid #E0E0E0;
	background-color: white;
}

.cube_link {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.cube {
	display: inline-block;
	position: relative;
	width: inherit;
	height: inherit;
	margin-left:4px;
	margin-bottom:4px;
	max-width: 340px;
	max-height: 215px;
	min-width: 260px;
	min-height: 164px;
	height: 190px;
	width: 300px;
}

.cube .img {
	width: inherit;
	height: inherit;
	position: absolute;
	max-width: 340px;
	max-height: 215px;
}

.cube .text {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #778E9E;
	display: none;
	font-weight: bold;
}

.cube .img .cube_image {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.cube .img .cube_image img {
	width: 100%;
	height: 100%;
}

.cube .img .header_container {
	/*background-color: red;*/
	top:60%;
	margin-left:15px;
	position: relative;
	z-index:500;
}

.cube .img .header_container .cube_header {
	color: #ffffff;
	font-size: 14px;
	display:table-cell;
	vertical-align: bottom;
	height: 42px;
}

.cube .img .header_container .cube_line {
	width: 140px;
	height: 2px;
	background-color: #f8cc13;
	margin-top:11px;
}

.cube .text .text_container {
	margin-left:15px;
	margin-top:15px;
	margin-right:10px;
}

.cube .text .text_container .text_header {
	color: #ffffff;
	font-size: 14px;
	margin-bottom:10px;
}

.cube .text .text_container .cube_line_white {
	width: 140px;
	height: 2px;
	background-color: #ffffff;
	margin-bottom:15px;
}

.cube .text .text_container .cube_description {
	color: #ffffff;
	font-size: 13px;
	font-family: 'Open Sans Condensed';
	line-height:19px;
}

@media screen and (max-height: 720px) {
	.cube .text .text_container {
		margin-left:10px;
		margin-top:10px;
		margin-right:5px;
	}

	.cube .text .text_container .text_header {
		font-size: 13px;
	}

	.cube .text .text_container .cube_line_white {
		margin-bottom:10px;
	}

	.cube .text .text_container .cube_description {
		font-size: 12px;
		line-height:17px;
	}
}

.cube .side {
	background-color: #ccc;
}

.cert_block_wrapper {
	/*background-color: grey;*/
	font-size: 0px;
	margin-top: 5px;
}

.cert_block_wrapper .column1 {
	/*background-color: red;*/
	width: 576px;
	display: inline-block;
	vertical-align:top;
}

.cert_block_wrapper .column2 {
	display: inline-block;
	/*background-color: green;*/
	width: 384px;
	margin-left:73px;
	vertical-align:top;
}

.cert_block_wrapper .column1 .header_container,
.cert_block_wrapper .column2 .header_container {
	margin-left:15px;
}

.cert_block_wrapper .column1 .header_container .title,
.cert_block_wrapper .column2 .header_container .title {
	font-size:13px;
	font-family: "Open Sans";
	line-height: 16px;
	/*background-color:red;*/
	display: table-cell;
	height:32px;
	vertical-align:bottom;
}

.cert_block_wrapper .header_container .line,
.cert_block_wrapper .header_container .line {
	width: 140px;
	margin-bottom: 23px;
	margin-top: 12px;
}

.cert_block_wrapper .column1 .cert_link_container,
.cert_block_wrapper .column2 .cert_link_container {
	/*background-color:blue;*/
	margin-bottom:50px;

}

.cert_block_wrapper .column1 .cert_link_container .image_link,
.cert_block_wrapper .column2 .cert_link_container .image_link {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:30px;
	display:inline-block;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15); 
}

h1 {
	margin-top: 5px;
}

h1.header {
	margin-left: 10px;
}


/* блок текста с кнопкой "Подробнее" */
.b-text {
	margin: 20px 0 30px;
	line-height: 1.5em;
}
.b-text .b-text--content {
	height: 2em;
	overflow: hidden;
}
.b-text .b-text--content.active {
	height: auto;
	overflow: visible;
}
.b-text .b-text--button-more {
	cursor: pointer;
	text-align: right;
}

/* стили для текста */
.b-text h1,
.b-text h2,
.b-text h3,
.b-text h4,
.b-text h5 {
	margin: 20px 0;
}
.b-text p {
	margin: 10px 0;
}
.b-text ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

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

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
/*    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    /*margin: 0.67em 0;*/
    line-height: 1;
    margin-bottom:0.67em;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

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

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ==================================
   Don't beat me, plz! ^^'
   ================================== 
*/

* {
  margin: 0;
  padding: 0;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/fonts/opensans-regular.eot');
	src: local('☺'),
		url('/fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/opensans-regular.svg#OpenSans') format('svg'),
		url('/fonts/opensans-regular.woff') format('woff'),
		url('/fonts/opensans-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Condensed';
	src: url('/fonts/open_sans_condensed_light.eot');
	src: local('☺'),
		url('/fonts/open_sans_condensed_light.eot?#iefix') format('embedded-opentype'),
		url('/fonts/open_sans_condensed_light.svg#OpenSans') format('svg'),
		url('/fonts/open_sans_condensed_light.woff') format('woff'),
		url('/fonts/open_sans_condensed_light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {font-family: 'Open Sans Condensed';
	src: url('/fonts/opensans-condbold.eot');
	src: url('/fonts/opensans-condbold.woff') format('woff'),url('/fonts/opensans-condbold.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/fonts/opensans-bold.eot');
	src: local('☺'),
		url('/fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/opensans-bold.svg#OpenSans-Bold') format('svg'),
		url('/fonts/opensans-bold.woff') format('woff'),
		url('/fonts/opensans-bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/fonts/opensans-italic.eot');
	src: local('☺'),
		url('/fonts/opensans-italic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/opensans-italic.svg#OpenSans-Italic') format('svg'),
		url('/fonts/opensans-italic.woff') format('woff'),
		url('/fonts/opensans-italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/fonts/opensans-bolditalic.eot');
	src: local('☺'),
		url('/fonts/opensans-bolditalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/opensans-bolditalic.svg#OpenSans-BoldItalic') format('svg'),
		url('/fonts/opensans-bolditalic.woff') format('woff'),
		url('/fonts/opensans-bolditalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Open Sans';
	src: url('/fonts/opensans-semibold.eot');
	src: local('☺'),
		url('/fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/opensans-semibold.svg#OpenSans-Semibold') format('svg'),
		url('/fonts/opensans-semibold.woff') format('woff'),
		url('/fonts/opensans-semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}