@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Sans+Narrow&subset=latin,cyrillic);

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #333; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #6bb9ef; color: #fff; text-shadow: none; }
::selection { background: #6bb9ef; color: #fff; text-shadow: none; }

a { color: #333; text-decoration: underline; }
/* a:visited { color: #bbb; } */
a:hover { color: #333; text-decoration: none; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

dd { margin: 0 0 0 40px; }
ul, ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-family: 'PT Sans',Arial,Helvetica,Tahoma,sans-serif; font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
button { overflow: visible; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #fff; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

input, textarea, button { font-size: 14px; font-weight: normal; -webkit-font-smoothing: antialiased; }
button, input[type="reset"], input[type="button"], input[type="submit"] { line-height: normal !important; }
h1,h2,h3,h4 { line-height: normal; }

body { 
    background: #fff;
    color: #000;
    font-family: 'PT Sans',Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased; /* be careful with a transparent background and text */
	min-width: 1024px;
}

.i-sprt {
    background-image: url(/i/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.b-pts-50 {
    padding-top: 50px;
}

.b-mts-18 {
    margin-top: 18px;
}

/* styles */
.b-wrap {
    margin: 0 auto;
    padding: 0 10px;
    width: 942px;
}

/* header */
.b-header {
    padding: 47px 0 29px;
}

.b-header__logo {
    width: 331px;
}
.b-header__logo a {
    background: url(/i/logo.png) no-repeat 50% 50%;
    display: block;
    height: 63px;
    width: 331px;
}

.b-header__contacts {
	float: right;
	line-height: 20px;
	padding: 5px 24px 0 0;
	text-align: right;
}
.b-header__contacts .i-sprt {
	background-position: -11px 0;
	float: left;
	height: 16px;
	margin: 3px 0 0 -18px;
	width: 10px;
}
.b-header__contacts_phone {
    font-size: 18px;
    font-weight: bold;
}
.b-header__contacts_email {
    color: #8d8d8d;
    font-size: 14px;
    padding-top: 1px;
}

.b-header__address {
	float: right;
	line-height: 20px;
	padding: 5px 0px 0 0;
	text-align: right;
	width: 210px;
}
.b-header__address .i-sprt {
	background-position: 0 0;
	float: left;
	height: 16px;
	margin: 3px 0 0 0;
	width: 11px;
}
.b-header__address_street {
    font-size: 18px;
    font-weight: bold;
}
.b-header__address_map {
    color: #8d8d8d;
    font-size: 14px;
    padding-top: 1px;
}

/* top menu */
.b-menu__wrapper {
    background: #0055ff;
    height: 46px;
}

.b-menu {
    font-size: 14px;
    border-right: 1px solid #0039aa;
}

.b-menu__item {
    float: left;
    position: relative;
    width: 25%;
}
.b-menu__item.active .b-submenu {
    display: block !important;
}

.b-menu__item_link {
    border-right: 1px solid #0055ff;
    border-left: 1px solid #0039aa;
    color: #fff;
    display: block;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.b-menu__item_link:hover,
.b-menu__item.active .b-menu__item_link {
    background: #fff;
    border-right: 1px solid #f2f2f2;
    color: #0055ff;
}

.b-submenu {
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);

    background: #fff;
    display: block;
    font-size: 14px;
    height: 44px;
    padding: 0 5px;
    position: absolute;
    top: 46px;
    visibility: hidden;
    white-space: nowrap;
    z-index: 999;
}
.b-submenu.left {
    left: 1px;
}
.b-submenu.right {
    right: 0;
}

.b-submenu__item {
    float: left;
    padding: 0 15px;
    white-space: nowrap;
}

.b-submenu__item_link {
    color: #000;
    display: block;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    text-transform: uppercase;
}
.b-submenu__item_link:hover,
.b-submenu__item_link.active {
    color: #0055ff;
}

/* index slider */
.b-index__slider_wrapper {
    height: 405px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.b-index__slider {
    height: 405px;
    margin-left: -990px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1980px;
}
.b-index__slider.loading {
    background: url(/i/loading.gif) no-repeat 50% 50%;
}

.b-index__slider img {
    max-width: none;
}

.b-index__slider ul {
    display: none;
}

.b-index__slider .container_skitter {
    overflow: hidden;
    position: relative;
}

.b-index__slider .image {
    overflow: hidden;
}

.b-index__slider .image img {
    display: none;
}

.b-index__slider .box_clone {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    z-index: 20;
}
.b-index__slider .box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

/* quick links */
.b-quicklinks {
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
        
    background: #222;
    padding: 12px 0;
}

.b-quicklinks li {
    float: left;
    width: 25%;
}

.b-quicklinks__wrapper {
    margin-top: -23px;
    position: relative;
    z-index: 30;
}

.b-quicklinks div{
    color: #fff;
    font-size: 18px;
    display: block;
    line-height: 16px;
    overflow: hidden;
    padding: 9px 0 0 66px;
    text-decoration: none;
}
.b-quicklinks b {
    display: block;
}

.b-quicklinks .i-sprt {
    float: left;
}

.b-quicklinks__item_link_1 .i-sprt {
    background-position: 0 -54px;
    height: 41px;
    margin: -6px 0 0 -46px;
    width: 34px;
}

.b-quicklinks__item_link_2 .i-sprt {
    background-position: -34px -54px;
    height: 43px;
    margin: -9px 0 0 -52px;
    width: 42px;
}

.b-quicklinks__item_link_3 .i-sprt {
    background-position: -76px -54px;
    height: 39px;
    margin: -5px 0 0 -57px;
    width: 41px;
}

.b-quicklinks__item_link_4 .i-sprt {
    background-position: -117px -54px;
    height: 33px;
    margin: -3px 0 0 -55px;
    width: 42px;
}

/* index page */
.b-page__index {}

.b-title__info_wrapper {
    color: #605f5f;
    font-size: 14px;
    text-align: center;
}
.b-title__info_wrapper .btn {
    margin-top: 10px;
    text-decoration: none;
}
.b-title__info {
    color: #222;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.b-title__cat {
    color: #222;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

/* category items list */
.b-cat-items__list {
    margin: 0 0 -20px -20px;
}

.b-cat-items__item {
    display: -moz-inline-stack;
    display: inline-block;
    margin:0 0 25px 20px;
    overflow: hidden;
    vertical-align: top;
    width: 300px;
    zoom: 1;
    *display: inline;
}

.b-cat-items__link {
    display: block;
    text-decoration: none;
}
.b-cat-items__link:hover b {
    color: #222;
}

.b-cat-items__item b {
    color: #0060ff;
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 12px;
    text-align: center;
    text-transform: uppercase;
}

.b-cat-items__item .data {
    display: block;
    overflow: hidden;
    padding: 10px 0 0 70px;
}

.b-cat-items__item .info {
    color: #222;
    float: left;
    font-size: 10px;
    margin-left: -70px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 70px;
}
.b-cat-items__item .info em {
    display: block;
    font-family: 'PT Sans Narrow',Arial,Helvetica,Tahoma,sans-serif;
    font-size: 36px;
    font-style: normal;
    line-height: 30px;
}

.b-cat-items__item .message {
    color: #444;
    float: right;
    line-height: 18px;
    width: 100%;
}

/* brands wrapper */
.b-brands__slider_wrapper {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    margin: 30px 0;
    padding: 0 3px;
    position: relative;
    z-index: 1;
}

.b-brands__slider_inner {
    overflow: hidden;
    z-index: 2;
}

.b-brands__slider {
    overflow: hidden;
    position: relative;
    width: 9999em;
    z-index: 3;
}

.b-brands__slider li {
    float: left;
    height: 156px;
    width: 156px;
}

.b-brands__slider a {
    display: block;
    height: 156px;
    width: 156px;
}

.b-brands__slider img {
    vertical-align: middle;
}

.b-brands__slider_control {
    cursor: pointer;
    display: block;
    height: 21px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 13px;
    z-index: 5;
}
.b-brands__slider_control.disabled {
    opacity: 0.4;
}
.b-brands__slider_control:hover {
    opacity: 0.8;
}

.b-brands__slider_control_next {
    background-position: -75px -169px;
    right: -15px;
}

.b-brands__slider_control_prev {
    background-position: -62px -169px;
    left: -15px;
}

/* internal pages */
.b-page__internal { padding-top: 70px; }
.b-page__internal-cols { padding: 24px 0 0 240px; }
.b-page__internal-content { float: right; width: 100%; }
.b-page__internal-sidebar { float: left; margin-left: -240px; width: 220px; }
.b-page__internal_title { font-size: 36px; font-weight: bold; text-transform: uppercase; }
.b-page__internal_static { color: #606060; font-size: 16px; line-height: 20px; padding: 15px 0 18px; }
.b-page__internal_static p { margin-bottom: 18px; }

/* articles */
.b-articles__content {
    padding-top: 10px;
}
.b-articles__content .item {
    padding: 0 0 18px 242px;
}

.b-articles__content .post {
    float: right;
    width: 100%;
}

.b-articles__content .title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.b-articles__content .title a {
    color: #0060ff;
    text-decoration: none;
}
.b-articles__content .title a:hover {
    color: #222;
}

.b-articles__content .text {
    color: #444;
    line-height: 18px;
    padding-top: 8px;
}

.b-articles__content .image {
    border: 1px solid #ececec;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-box-shadow: 0 2px 4px rgba(239, 239, 239, 1);
    -moz-box-shadow: 0 2px 4px rgba(239, 239, 239, 1);
    box-shadow: 0 2px 4px rgba(239, 239, 239, 1);
    
    display: block;
    float: left;
    margin-left: -242px;
    padding: 5px;
    text-decoration: none;
}

.b-articles__content .image img {
    height: 174px;
    width: 210px;
}

.b-articles__content .more {
    padding-top: 15px;
}
.b-articles__content .more .btn {
    text-decoration: none;
}
.b-articles__content__description {
	color: #444;
	line-height: 18px;
	padding: 10px 0px 20px 0px;
}
/* page navigation */
.b-page__navi {
    margin-top: 0;
}
.b-page__navi a {
    color: #0060ff;
    text-decoration: none;
}
.b-page__navi a:hover {
    color: #222;
}

/* content navigation */
.b-page__navicontent {}
.b-page__navicontent a {
    text-decoration: none;
}

/* calc alert */
.b-calcinfo {
    background: #e7f6d6;
    border-color: #b4c5a1;
    padding: 12px 14px;
}
.b-calcinfo strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-top: 4px;
    text-transform: uppercase;
}
.b-calcinfo__button {
    float: right;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 0 12px 13px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 205px;
}
.b-calcinfo__button .icon {
    background-position: -67px -109px;
    height: 28px;
    margin-right: 6px;
    position: relative;
    top: 2px;
    vertical-align: bottom;
    width: 18px;
}

.b-side__feedback_link {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 10px 13px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 205px;
}
.b-side__feedback_link .icon {
    background-position: -39px 0;
    height: 16px;
    margin-right: 6px;
    vertical-align: top;
    width: 18px;
}

/* category page */
.b-page__category_content {
    padding: 5px 0 10px;
}
.b-page__category_content .cover {}
.b-page__category_content .description { padding: 25px 240px 0 0; }
.b-page__category_content .content { color: #606060; font-size: 16px; float: left; line-height: 20px; width: 100%; }
.b-page__category_content .sidebar { float: right; margin-right: -240px; width: 220px; }
.b-page__category_content .alert { background: #e7f6d6; border-color: #b4c5a1; line-height: 17px; }

.b-page__category_exmp {
    margin-top: 18px;
}
.b-page__category_exmp .header {
    border-bottom: 1px solid #ccc;
    line-height: 18px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.b-page__category_exmp .title {
    float: left;
    font-size: 18px;
    font-weight: bold;
}
.b-page__category_exmp .adt {
    color: #606060;
    float: right;
    font-size: 12px;
}
.b-page__category_exmp .info {
    color: #606060;
    font-size: 12px;
    margin: 8px 0;
}

.b-page__category_exmp-list {
    margin-left: -18px;
}

.b-page__category_exmp-list li {
    float: left;
    margin: 0 0 18px 18px;
}

.b-page__category_exmp-list a {
    border: 1px solid #ececec;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-box-shadow: 0 2px 4px rgba(239, 239, 239, 1);
    -moz-box-shadow: 0 2px 4px rgba(239, 239, 239, 1);
    box-shadow: 0 2px 4px rgba(239, 239, 239, 1);
    
    display: block;
    padding: 5px;
    position: relative;
    text-decoration: none;
}
.b-page__category_exmp-list a:hover .overlay {
    display: block;
}

.b-page__category_exmp-list img {
    height: 174px;
    width: 210px;
}

.b-page__category_exmp-list .overlay {
    background: rgba(38, 110, 255, 0.8);
    color: #fff;
    display: none;
    font-family: 'PT Sans Narrow',Arial,Helvetica,Tahoma,sans-serif;
    font-size: 16px;
    height: 174px;
    line-height: 16px;
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 210px;
}
.b-page__category_exmp-list .overlay i {
    background-position: -98px 0;
    display: block;
    height: 27px;
    margin: 52px auto 10px;
    width: 47px;
}

/* clients */
.b-page__clients_content {
    padding-top: 40px;
}

.b-page__clients_content dl {
    padding-left: 60px;
}
.b-page__clients_content dt {
    clear: both;
    float: left;
    font-size: 24px;
    margin-left: -60px;
    text-align: left;
}
.b-page__clients_content dd {
    float: left;
    margin: 0;
    padding-bottom: 5px;
    width: 642px;
}

.b-page__clients_content .item {
    border: 1px solid #ececec;
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    
    -webkit-box-shadow: 0 2px 4px rgba(239, 239, 239, 1);
    -moz-box-shadow: 0 2px 4px rgba(239, 239, 239, 1);
    box-shadow: 0 2px 4px rgba(239, 239, 239, 1);
    
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 18px 18px;
    overflow: hidden;
    padding: 5px;
    text-decoration: none;
    vertical-align: top;
    width: 130px;
    zoom: 1;
    *display: inline;
}
.b-page__clients_content .image {
    display: block;
    height: 75px;
	margin-top: 5px;
    text-align: center;
}
.b-page__clients_content .image img {
    height: 65px;
    width: 65px;
}
.b-page__clients_content .title {
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
	padding-bottom: 5px;
}

/* project */
.b-page__project_content {
    padding: 10px 0 15px;
}

.b-page__project_gallery {
    height: 465px;
    overflow: hidden;
    position: relative;
    width: 702px;
}
.b-page__project_gallery ul {
    height: 465px;
    overflow: hidden;
    width: 9999em;
}
.b-page__project_gallery li {
background: #ececec;
    float: left;
}
.b-page__project_gallery a {
    display: table-cell;
    height: 465px;
    text-align: center;
    vertical-align: middle;
    width: 702px;
}
.b-page__project_gallery img {
    height: auto;
    max-width: 100%;
}

.b-page__project_gallery-control {
    cursor: pointer;
    display: block;
    height: 465px;
    position: absolute;
    top: 0;
    width: 150px;
}
.b-page__project_gallery-control i {
    background: url(/i/sprite.png) no-repeat;
    cursor: pointer;
    margin-top: -24px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    height: 48px;
    width: 31px;
}
.b-page__project_gallery-control:hover i {
    opacity: 1;
}

.b-page__project_gallery-control_prev {
    left: 0;
}
.b-page__project_gallery-control_next {
    right: 0;
}

.b-page__project_gallery-control_prev i {
    background-position: 0 -168px;
    left: 20px;
}
.b-page__project_gallery-control_next i {
    background-position: -31px -168px;
    right: 20px;
}

.b-page__project_gallery_thumbs {
    margin-left: -20px;
    overflow: hidden;
    padding-top: 20px;
}
.b-page__project_gallery_thumbs li {
    float: left;
    margin: 0 0 20px 20px;
}
.b-page__project_gallery_thumbs a {
    display: block;
    height: 44px;
    position: relative;
    width: 60px;
}
.b-page__project_gallery_thumbs a.active i {
    display: block;
}
.b-page__project_gallery_thumbs img {
    height: 100%;
    width: 100%;
}
.b-page__project_gallery_thumbs i {
    border: 3px solid #0060ff;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    width: 54px;
}

.b-page__project_gallery,
.b-page__project_gallery_thumbs {
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

/* brief */
.b-page__brief_content {
    padding-top: 15px;
}

.b-page__brief_form_wrapper {
    border: 1px solid #ececec;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    -webkit-box-shadow: 0 2px 4px rgba(239, 239, 239, 1);
    -moz-box-shadow: 0 2px 4px rgba(239, 239, 239, 1);
    box-shadow: 0 2px 4px rgba(239, 239, 239, 1);
    
    margin: 0 auto 100px;
    padding: 24px 24px 315px;
    position: relative;
    width: 424px;
    z-index: 1;
}
.b-page__brief_form_envelope {
    background: url(/i/envelope.png) no-repeat 0 0;
    display: block;
    height: 384px;
    margin-left: -284px;
    position: absolute;
    left: 50%;
    bottom: -70px;
    width: 586px;
    z-index: 2;
}

.b-page__brief_button {
    margin-left: -100px;
    position: absolute;
    bottom: 230px;
    left: 50%;
    text-transform: uppercase;
    width: 200px;
    z-index: 3;
}

.b-page__brief_form {
    width: 100%;
}
.b-page__brief_form label {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.b-page__brief_form input[type="text"] {
    margin-top: 5px;
    width: 410px;
}
.b-page__brief_form textarea {
    margin-top: 5px;
    resize: none;
    width: 410px;
}

.b-page__brief_form .brow {
    padding-bottom: 5px;
}

.b-page__brief_form .l {
    float: left;
    width: 50%;
}
.b-page__brief_form .r {
    float: right;
    width: 48%;
}
.b-page__brief_form .inline input[type="text"] {
    width: 190px;
}

.b-page__brief_info {
    padding-top: 10px;
    text-align: center;
}

.b-page__brief_info-items {
    padding: 10px 0 25px;
}

.b-page__brief_info-items li {
    float: left;
}

.b-page__brief_info-items .plus {
    
}
.b-page__brief_info-items .plus .i-sprt {
    background-position: -193px -109px;
    display: block;
    height: 26px;
    margin-top: 15px;
    vertical-align: top;
    width: 26px;
}

.b-page__brief_info-items .item {}
.b-page__brief_info-items .item.last {
    margin-left: 18px;
}
.b-page__brief_info-items .item span {
    display: block;
    overflow: hidden;
    padding: 9px 0 0 58px;
    text-align: left;
}
.b-page__brief_info-items .item b {
    color: #606060;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    white-space: nowrap;
}
.b-page__brief_info-items .item .i-sprt {
    float: left;
}
.b-page__brief_info-items .act-1 .i-sprt {
    background-position: -85px -109px;
    height: 45px;
    margin: -9px 0 0 -45px;
    width: 35px;
}
.b-page__brief_info-items .act-2 .i-sprt {
    background-position: -120px -109px;
    height: 36px;
    margin-left: -41px;
    width: 24px;
}
.b-page__brief_info-items .act-3 .i-sprt {
    background-position: -144px -109px;
    height: 38px;
    margin: -3px -58px;
    width: 49px;
}

.b-page__brief_info-items .act-1 {
    width: 120px;
}
.b-page__brief_info-items .act-2 {
    width: 142px;
}
.b-page__brief_info-items .act-3 {
    width: 190px;
}

/* breadcrumb */
.b-breadcrumb {
    border-bottom: 2px solid #222;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.b-breadcrumb .home {
    background-position: -77px 0;
    display: inline-block;
    height: 15px;
    position: relative;
    top: 1px;
    text-indent: -9999em;
    vertical-align: text-top;
    width: 16px;
}

.b-breadcrumb__sep {
    background-position: -93px 0;
    display: inline-block;
    font-size: 0;
    height: 7px;
    line-height: 0;
    margin: 0 5px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 4px;
}

.b-breadcrumb a {
    color: #606060;
    text-decoration: none;
}
.b-breadcrumb a:hover {
    color: #222;
}
.b-breadcrumb a:hover .i-sprt {
    opacity: 0.8;
}

/* footer */
.b-footer {
    background: #e8e8e8;
}

.b-footer__bar {
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
        
    background: #222;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -10px;
    padding: 11px 20px 9px;
    text-transform: uppercase;
}

.b-footer__bar_social {
    float: left;
}

.b-footer__bar_social-string {
    padding-left: 18px;
}

.b-footer__bar_social-string a {
    height: 14px;
    margin-left: 3px;
    vertical-align: text-top;
}
.b-footer__bar_social-string a:hover {
    opacity: 0.8;
}

.b-footer__bar_social-string .vk {
    background-position: 0 -28px;
    width: 11px;
}

.b-footer__bar_social-string .fb {
    background-position: -11px -28px;
    width: 8px;
}

.b-footer__bar_social-string .ok {
    background-position: -19px -28px;
    width: 8px;
}

.b-footer__bar_feedback {
    float: right;
}

.b-footer__bar_feedback .i-sprt {
    background-position: -21px 0;
    height: 15px;
    margin: 0 5px 0 6px;
    vertical-align: text-top;
    width: 18px;
}

.b-footer__bar_feedback a {
    color: #0060ff;
    text-decoration: none;
}
.b-footer__bar_feedback a:hover {
   text-decoration: underline;
}

.b-footer__data {
    padding: 15px 0;
}

.b-footer__data_about {
    float: left;
    width: 45%;
}
.b-footer__data_about .title {
    color: #222;
    font-size: 24px;
    font-weight: bold;
}
.b-footer__data_about p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
}
.b-footer__data_about .btn {
    margin-top: 15px;
    text-decoration: none;
}

.b-footer__data_sitemap {
    float: right;
    font-size: 14px;
    width: 50%;
}

/* side blocks */
.b-side__block {
    border: 1px solid #efefef;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    
    -webkit-box-shadow: 0 2px 4px rgba(239, 239, 239, 1);
       -moz-box-shadow: 0 2px 4px rgba(239, 239, 239, 1);
            box-shadow: 0 2px 4px rgba(239, 239, 239, 1);
}

.b-side__block_cats {
    padding: 15px 15px 15px 8px;
}

.b-side__block_cats_list {
    color: #444;
    line-height: 20px;
}

.b-side__block_cats_list .title {
    font-weight: bold;
    padding: 9px 0 0 15px;
}

.b-side__block_cats_list .title a {
    text-decoration: none;
}
.b-side__block_cats_list .title a.active,
.b-side__block_cats_list .title a:hover {
    color: #266eff;
}

.b-side__block_cats_list ul {
    padding: 10px 0 0 10px;
}

.b-side__block_cats_list li {}

.b-side__block_cats_list li a {
    background: url(/i/mdot-black.png) no-repeat 5px 50%;
    color: #444;
    display: inline-block;
    padding: 0 7px 0 15px;
    text-decoration: none;
}
.b-side__block_cats_list li a.active,
.b-side__block_cats_list li a:hover {
    background: #266eff url(/i/mdot-white.png) no-repeat 5px 50%;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    color: #fff;
}

.b-side__block_contacts {
    padding: 22px 18px 5px;
}

.b-side__block_contacts .title {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

.b-side__block_contacts .item {
    border-top: 1px solid #ccc;
    padding: 17px 0 12px 42px;
}
.b-side__block_contacts .item.first {
    border-top: 0;
}

.b-side__block_contacts .icon {
    float: left;
    margin-left: -42px;
}
.b-side__block_contacts .icon.phone {
    background-position: 0 -109px;
    height: 43px;
    width: 32px;
}
.b-side__block_contacts .icon.addr {
    background-position: -32px -109px;
    height: 36px;
    margin-left: -44px;
    width: 35px;
}

.b-side__block_contacts .phones {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding-top: 6px;
}
.b-side__block_contacts .email-link {
    color: #266eff;
    font-size: 14px;
    padding-top: 1px;
}
.b-side__block_contacts .email {
    background-position: -57px 0;
    height: 7px;
    margin-right: 5px;
    width: 10px;
}

.b-side__block_contacts .str {
    font-size: 17px;
    font-weight: bold;
}
.b-side__block_contacts .map-link {
    color: #266eff;
    font-size: 14px;
    padding-top: 1px;
}
.b-side__block_contacts .map {
    background-position: -67px 0;
    height: 9px;
    margin-right: 5px;
    width: 10px;
}

/* footer cats tree */
.b-cats__data_list {
    color: #444;
    line-height: 20px;
    width: 33%;
}

.b-cats__data_list .title {
    font-weight: bold;
    padding: 9px 0 0 10px;
}

.b-cats__data_list ul {
    padding: 10px 0 0 10px;
}

.b-cats__data_list li {
    background: url(/i/mdot-black.png) no-repeat 0 50%;
    padding-left: 10px;
}

.b-cats__data_list a {
    color: #444;
    text-decoration: none;
}
.b-cats__data_list a:hover {
    text-decoration: underline;
}

.b-footer__copyrights {
    border-top: 0px solid #bababa;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0 30px;
	height:80px;
}

.b-page__map {
    height: 440px;
    position: relative;
    width: 100%;
}

.b-page__map_contacts {
    background: #fff;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    -webkit-box-shadow: 0 2px 4px rgba(239, 239, 239, 1);
    -moz-box-shadow: 0 2px 4px rgba(239, 239, 239, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    
    font-size: 14px;
    line-height: 18px;
    margin-left: -200px;
    padding: 25px 20px;
    position: absolute;
    left: 50%;
    bottom: -40px;
    z-index: 2;
    width: 360px;
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.b-page__map_contacts .title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}
.b-page__map_contacts table {
    width: 100%;
}
.b-page__map_contacts td {
    padding-top: 15px;
}
.b-page__map_contacts .lbl {
    font-weight: bold;
    padding-right: 8px;
    text-align: right;
    width: 80px;
}
.b-page__map_contacts a {
    color: #266eff;
    text-decoration: none;
}
.b-page__map_contacts a:hover {
    color: #222;
    text-decoration: underline;
}

#map img {
    max-width: none;
}






.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* Print Styles */
@media print {
    * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}

#info_text {
	padding-top: 30px;
	text-align: center;
	color: #1E9FD1;
	font: 600 16px 'PT Sans';
}

ul.sitemap {
	margin-left: 40px;
}


ul.sitemap li {
	list-style-type: square;
	margin-left: 20px;
}
.text_index {color:#999; padding-top:50px;}