/* import font */
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,cyrillic);

/* ie8 fix*/
header, nav, section, article, aside, footer {
    display: block;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 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;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    color: #000;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * 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/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* end normalize normalize.css */

/* main work ================================================================ */
html, body {
    width: 100%;
    height: 100%;
    min-width: 1000px;
    background: #fff;
    font-family: Tahoma, Verdana, sans-serif;
    color: #999999;
    position: relative;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: #FF0000;
}

a img {
    border: none;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    color: #000;
    font-family: 'Open Sans Condensed', Tahoma, Verdana, sans-serif;
    font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    color: inherit;
    text-decoration: none;

}

.marginer {
    width: 1000px;
    margin: 0 auto;
}

header {
    height: 95px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 10px 0px rgba(209, 216, 221, 1);
    -moz-box-shadow: 0 10px 10px 0px rgba(209, 216, 221, 1);
    box-shadow: 0 10px 10px 0px rgba(209, 216, 221, 1);
}
nav{
    width: 100%;
}
body#global header {
    -webkit-box-shadow: 0 10px 10px 0px rgba(209, 216, 221, 1);
    -moz-box-shadow: 0 10px 10px 0px rgba(209, 216, 221, 1);
    box-shadow: 0 10px 10px 0px rgba(209, 216, 221, 1);
}

/* TODO: fix it for 1000px viewport width */
.lang-switcher {
    position: absolute;
    top: 30px;
    left: 35px;
}

.lang-switcher a img {
    position: relative;
    top: 0;
    left: 0;
    width: 25px;
    height: auto;
}

.lang-switcher a:hover img {
    top: -2px;
    left: -2px;
    width: 29px;
}

/* Global menu */

.global-menu ul.main-menu {
    display: block;
    table-layout: auto;
    padding: 0;
    margin: 0;
}

.global-menu ul li {
    list-style: none;
}

.global-menu ul li.main-link {
    display: table-cell;
    padding: 28px 15px 44px;
    box-sizing: border-box;
    border-top: 6px solid #ffffff;;
    transition: border-top .6s;
}

.global-menu ul li.main-link:hover,
.global-menu ul li.main-link.current {
    border-top: 6px solid #ed1f24;
    transition: border-top .3s;
}

.global-menu ul li a,
.side-menu li a{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    text-decoration: none;

    color: #333;
    cursor: pointer;
}

.global-menu .current {
}

.global-menu .current a {
}

/* Submenu */
.global-menu li .submenu {
    position: absolute;
    z-index: 1001;
    width: auto;
    box-sizing: border-box;
    padding: 20px 0 0 0;
    border-top: 6px solid #ed1f24;
    background: #33323a;
    margin: 28px 0 0 -15px;

    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.global-menu li .submenu ul.level-1 {
    padding: 20px 0 40px 190px;
}


.global-menu li:hover .submenu {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.submenu > li {
    vertical-align: top;
    display: block;
    min-width: 150px;

}

.submenu > li ul {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.submenu > li:hover ul {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.global-menu .submenu > li a {
    display: block;
    padding: 11px 20px 11px 12px;
    background: #33323a;
    border-left: 6px solid #33323a;
    font-size: 24px;
    color: #fff;
    transition: border-left .6s, background .6s;
    position: relative;
    z-index: 2;
}

.submenu > li:hover a,
.submenu > li a:hover,
.submenu > li a.current {
    background: #454549;
    border-left: 6px solid #ed1f24;
    transition: border-left .3s, background .3s;
}

.submenu > li > ul {
    position: absolute;
    z-index: 1;
    background: #33323a;
    left: 0;
    top: 0;
    min-height: 100%;
}
.simple-menu li{
    position: relative;

}
.global-menu li.simple-menu{
    position: relative;
}
.global-menu li.simple-menu  ul.level-1 {
    padding: 0;
    left: 100%;
    width: 100%;
}
.global-menu li.simple-menu  ul.level-1 a{
    border: 0;
    color: rgba(255,255,255,0.7);

}
.global-menu li.simple-menu  ul.level-1 a:hover{
    color: rgba(255,255,255,1);
}
.submenu > li ul.current {
    position: absolute;
    display: inline-block;
    opacity: 1;
}

.submenu li a.head-2 {
    font-size: 24px;
    color: #888888;
    background: inherit;
    text-shadow: 1px 1px 0 #000;
    margin: 0;
    padding: 10px 0 13px 0;
    text-transform: uppercase;
    border: 0;
    cursor: default;
}

.submenu ul.level-2 {
    width: 650px;
    padding: 0;
    margin-bottom: 10px;
}

.submenu ul.level-2 li {
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
}

.submenu ul.level-2 li a {
    transition: none;
    position: relative;
    display: inline-block;
    width: 160px;
    height: 75px;
    background: transparent;
    font-size: 18px !important;
    color: #fff !important;
    padding: 0;
    border: 0;
}

.submenu ul.level-2 li a:hover {
    border: 0;
    background: inherit;
}

.submenu ul.level-2 li a img {
    display: block;
    margin: 0 0 5px 0;
    max-width: 160px;
}


/* home page / content style */
.home-logo {
    position: absolute;
    padding: 0;
    left: 50%;
    top: 117px;
    margin-left: 280px;
    z-index: 2;
    width: 217px;
    height: 68px;
}

.home-logo img {
    width: 100%;
}

body#front .home-logo {
    position: absolute;
    padding: 31px 74px 55px 74px;
    left: 50%;
    margin-left: -188px;
    background: #FFF;
    z-index: 1000;
    width: 376px;
    height: 130px;
    top: 94px;
    box-sizing: border-box;
}

body#front .home-logo img {
    width: 228px;
}

.popup-overlay{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #000;
    opacity: 0.6;
}
.popup{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1001;
}
.popup img{
    width: 100%;
}
.popup .bt-close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: rgba(0,0,0,0.4);
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 24px;
}
.popup .bt-skip{
    width: 200px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 50px;
    cursor: pointer;
    background: rgba(0,0,0,0.4);
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
}
.popup .bt-skip:hover,
.popup .bt-close:hover{
    background: rgba(0,0,0,1);
}
#slider{
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 515px;
}

.slide {
    width: 100%;
    height: 515px;
    position: relative;
    overflow: hidden;
}
.slide a{
    display: block;
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.slide img {
    position: absolute;
    left: 50%;
    margin-left: -950px;
    top: 0;
}

.slider-paginate {
    bottom: 28px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1000;
}

.slider-button {
    width: 60px;
    height: 6px;
    display: inline-block;
    margin: 0 8px 0 8px;
    cursor: pointer;
    background: #fff;

    -webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.67);
    -moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.67);
    box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.67);
}

.slider-button.current {
    background: #ed1f24;
}

.pager-block {
    text-align: center;
}

.pagination,
.pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.pagination li.active a{
    color: #CCC;
    cursor: default;
}
.pagination li.active a:hover{
    text-decoration: none;
}
.pagination {
    margin-top: 15px;

}

.pagination li.disabled {
    display: none;
}

.pagination li {
    padding: 0 5px;
}

.pagination li.prev a,
.pagination li.next a,
.pagination li.prev span,
.pagination li.next span {
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 13px;
}

.pagination li.prev a:hover,
.pagination li.next a:hover {
    background-color: #666666;
}

/* for footer too */
.marginer .column-third {
    display: inline-block;
    width: 312px;
    vertical-align: top;
    box-sizing: border-box;
}

section {
    padding-bottom: 70px;
    min-width: 1000px;
}

section .title {
    max-width: 780px;
    padding-right: 220px;
    margin: 22px 0 30px;
    line-height: 54px;
    padding-bottom: 30px;
    font-size: 48px;
    color: #333;
    border-bottom: 1px solid #CCC;

}
section.page-view{
    min-height: 400px;
}
section.page-view .title {
    padding-bottom: 30px;
}
a.archive {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Open Sans Condensed', Tahoma, Verdana, sans-serif;
    text-decoration: underline;
    text-transform: lowercase;
}

section .title .archive {
    float: right;
    line-height: 88px;
    margin-right: -220px;
}

section .marginer {
    width: 1000px;
    position: relative;
}

section .column-third img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

section .column-third{
    box-sizing: border-box;
    margin-right: 32px;
}
section .column-third.third{
    margin-right: 0;
}
/* One item Date*/
section .column-third span {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    color: #999;
}
.image-box{
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 28px;
}

/* One item Title */
section .column-third h2 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    margin-bottom: 30px;
}

/* One item Short text */
section .column-third p {
    margin: 0;
    padding-bottom: 28px;
    font-size: 12px;
    line-height: 19px;
}
section.home-about .column-third p {
    line-height: 18px;
}

/* One item more link */
section .column-third .more {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: inline-block;

    clear: left;
    padding: 10px 12px 10px 12px;
    background: #f5f5f5;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    transition: background .6s;
}

section .column-third .more:hover {
    background: #e1e1e1;
    transition: background .3s;
}
section.big-pic{
    padding: 0;
}
section.big-pic a{
    display: block;
    font-size: 0;
}
section.big-pic img {
    width: 100%;
    height: auto;
}

.about-map {
    width: 1000px;
    height: 550px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}

.bottom-banner {
    width: 970px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: 10px;
}

/* page view */

.date {
    color: #999999;
    font-size: 14px;
    display: block;
    white-space: nowrap;
}

/* teaser sidebar */

ul.teaser-list {
    width: 200px;
    float: left;
    clear: left;
}

ul.teaser-list,
ul.teaser-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.teaser-list li.list-item h2{
    line-height: 24px;
}


ul.teaser-list li {
    margin-bottom: 20px;
}

/* news and promo */

.side-image {
    float: left;
    width: 310px;
    margin-bottom: 25px;
    margin-right: 30px;
}

.side-image img {
    width: 100%;
}

.wide-image {
    margin-bottom: 30px;
}
.wide-image img{
    border: 1px solid #ccc;
}
.page-news .text,
.page-promo .text,
.page-service .text,
.page-press .text{
    margin-left: 340px;
}

.page-view .text{
    font-size: 14px;
    color: #555555;
    line-height: 18px;
}
.page-view .text>p:first-child{
    margin-top: 0;
}
.page-view .text>p:first-child img{
    margin-top: 0;
}
.page-view .text a{
    color: #ff0000;
}


.text h1 {
    margin-bottom: 20px;
    line-height: 24px;
}

.page-view .text p,
.page-view .text ul,
.page-view .text li,
.page-view .text table {
    font-family: Tahoma, Verdana, sans-serif;
}
.page-view .text p img{

}

.page-view .text p{
    margin: 8px 0 10px;
}
.page-view .text h2{
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 20px;
    margin: 8px 0 10px 0;

}
.page-view .text h3{
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 18px;
    margin: 8px 0 10px 0;
}
.page-view .text h4{
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 16px;
    margin: 8px 0 10px 0;
}
.page-view .text h5{
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 16px;
    color: #999;
    margin: 8px 0 10px 0;
}

.page-view .text ul,
.page-view .text ol{

    margin: 8px 0 10px 30px;
    padding: 0;
    list-style-position: inside;
}
.page-view .text ul{
    list-style: url("../i/bullit.png") inside;
}
.page-view .text ul ul{
    list-style: url("../i/bullit2.png") inside;
}
.page-view .text ul li,
.page-view .text ol li{
    margin: 4px 0 5px;
}

.page-view .text b,
.page-view .text strong{
    color: #555555;
}

.page-view .text img{
    margin: 15px 35px 15px 0;
}
.page-view .text iframe{
    margin: 15px 35px 15px 0;
}
/* footer style */

footer {
    overflow-x: hidden;
    position: relative;
    min-width: 1000px;
    box-sizing: border-box;
    padding: 97px 0 301px 0;
    background: #000;
    color: #fefefe;
    clear: both;
}

footer .column-third {
    padding-bottom: 28px;
    width: 170px;
}
footer .column-third:first-child{
    padding-left: 0;
}
footer .column-third{
    padding-left: 100px;
    width: 175px;
}
footer .column-third:last-child{
    padding-left: 200px;
}
footer .column-third h3 {
    display: inline-block;
    font-size: 30px;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 170px;
    text-align: left;
    padding-bottom: 9px;
}

footer .column-third p {
    font-size: 12px;
    line-height: 24px;
    margin: 31px 0;
}
footer .column-third .shares {
    font-size: 12px;
    margin: 35px 0 35px 0;
    width: 150px;
}
footer .social, footer .share {
    display: inline-block;
    font-size: 0;
}



footer .share {
    width: 19px;
    height: 19px;
    background: url('../images/share-icons.png') no-repeat;
    position: relative;
    left: -75px;
}

footer .share.facebook {
    background-position: 0px 0px;
}

footer .share.mail {
    background-position: -16px 0px;
}

footer .share.odnoklassniki {
    background-position: -32px 0px;
}

footer .share.twitter {
    background-position: -48px 0px;
}

footer .share.vk {
    background-position: -64px 0px;
}

footer .marginer.menu-understudy {
    padding-bottom: 95px;
    padding-top: 0;
}

footer .menu-understudy {
}

footer .small-columns {
    /*
    display: table-cell;
    padding-left: 30px;
    */
    float: left;
    width: 170px;
    margin-right: 35px;
}
footer .small-columns.col-5,
footer .small-columns.col-6{
    margin-right: 0;
}
footer .small-columns.col-6{
    float: right;
    clear: right;
    margin-right: 10px;
}
footer .small-columns a:first-child{
    /*white-space: nowrap;*/
}
footer .small-columns:first-child {
    padding-left: 0px;
}
footer .small-columns a:first-child:hover{
    text-decoration: none;
}
.menu-understudy a, .menu-understudy a:visited {
    display: block;
    color: #999999;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.menu-understudy a:first-child {
    color: #fff;
    font-size: 14px;
}

.footer-redline {
    position: absolute;
    bottom: 119px;
    left: 50%;
    /*transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);*/
    margin-left: -945px;
}

.footer-logo {
    display: block;
    position: absolute;
    bottom: 64px;
    left: 50%;
    /*transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);*/
    margin-left: -186px;
}
ul.brands,
ul.brands li{
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}
ul.brands li{
    width: 303px;
    float: left;
    height: 232px;
    margin-top: -20px;
    background: url(/i/bg_brand.png) 0 0 no-repeat;
    text-align: center;
    position: relative;
}
.page-view .text ul.brands{
    margin: 70px 0 0 45px;
}
.page-view .text ul.brands li img{
    margin: 42px auto 0;
    position: relative;
}
footer .column-third .social {
    clear: left;
    font-size: 12px;
    margin: 35px 0 70px 0;
    width: 170px;
}
.a2a_svg,
.social a{
    height: 24px !important;
    line-height: 16px;
    width: 24px !important;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
.social a{
    float: left;
    margin-right: 4px;
}

.social a span,
.shares a span{
    background: none !important;
}
.shares a:hover,
.social a:hover{
    opacity: 0.7;
}
.contacts-social .shares svg{
    display: none !important;
}
.s_instagram{
    background: url("../i/sprites.png") -198px 2px no-repeat;
}
.s_facebook {
    background: url("../i/sprites.png") -95px 2px no-repeat;
}
.s_twitter {
    background: url("../i/sprites.png") -298px 3px no-repeat;
}
.s_youtube {
    background: url("../i/sprites.png") 2px 2px no-repeat;
}
.s_vkontakte {
    background: url("../i/sprites.png") -398px 4px no-repeat;
}
.s_mailru {
    background: url("../i/sprites.png") -494px 3px no-repeat;
}
.s_odnoklassniki {
    background: url("../i/sprites.png") -592px 3px no-repeat;
}
.a2a_default_style a {
    padding: 0 !important;
    margin-right: 4px;
}
#menu-brands{
    text-align: justify;
    margin-bottom: 44px;
}
#menu-brands a{
    display: inline-block;
    opacity: 0.6;
    margin-right: 28px;
    margin-bottom: 0;
    cursor: pointer;
}
#menu-brands a img{
    max-height: 100%;
}
#menu-brands a:last-child{
    margin: 0;
}
#menu-brands a:hover{
    opacity: 1;
}
#menu-brands a.mitsubishi{
    height: 50px;
}
#menu-brands a.nissan{
    height: 50px;
}
#menu-brands a.hyundai{
    height: 50px;
    background: url("../i/sprites.png") -100px -100px no-repeat;
}
#menu-brands a.ssangyong{
    height: 50px;
    background: url("../i/sprites.png") -100px -200px no-repeat;
}
#menu-brands a.lifan{
    height: 50px;
}
#menu-brands a.datsun{
    width: 85px;
    height: 50px;
    background: url("../i/sprites.png") -200px -200px no-repeat;
}
#menu-brands a.jaguar{
    height: 50px;
}
#menu-brands a.landrover{
    height: 50px;
}
#menu-brands a.infiniti{
    height: 50px;
}


/*********************************************8888*/



*{
    margin: 0;
    padding: 0;
}

/*cat*/
.category-header{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    margin: 20px 0 30px 0;
    width: 100%;
}
.category-header h2{
    font-family: "Open Sans Condensed";
    font-weight: lighter;
    font-size: 48px;
    color: #333333;
    float: left;
}
.category-header .logo{
    float: right;
}

/*search*/
.search{
    background: #f5f5f5;
    padding: 15px;
}
.line1 .l-block, .line2 .l-block{
    display: inline-block;

    margin-right: 15px;
}
.line1 .l-block:last-child, .line2 .l-block:last-child{
    margin-right: 0 !important;
}
.line1 .l-block .l-header, .line2 .l-block .l-header{
    font-size: 15px;
    margin-bottom: 8px;
    font-family: "Open Sans Condensed";
    font-weight: bold;
    color: #333 !important;
}
.line2 .l-block .l-header{
    margin-top: 10px;
}
.line1 .l-block p, .line2 .l-block p{
    font-family: "Tahoma";
    color: #999999;
    font-size: 12px;
}
.line1 .l-block select, .line2 .l-block select{
    width: 100%;
    border: 1px solid #999999;
    color: #999999;
    font-size: 12px;
    height: 23px;
    font-family: "Tahoma";
}
.line1 .l-block input, .line2 .l-block input{
    border: 1px solid #999999;
    color: #999999;
    font-size: 12px;
    width: 60px;
    height: 21px;
    text-indent: 5px;
    font-family: "Tahoma";
}
.line1 .l-block .currency{
    width: 40px;
}
.line1 .l-block .year{
    width: 45px;
}
.line2{
    background: #fff;
    padding: 15px;
    margin: 25px 0 0 0;
    border-top: 2px solid #999999;
}
.check{
    width: auto !important;
    vertical-align: middle;
}
.line3{
    font-family: "Open Sans Condensed";
    font-size: 16px;
    margin: 20px 0 0 0;
}
.line3 .search-btn{
    font-size: 14px;
    color: #fff;
    padding: 2px 20px;
    background: #ff0000;
    text-decoration: none;
    border:0;
}
.tab-menu div,
.tab-menu a{
    font-family: "Open Sans Condensed";
    font-size: 16px;
    color: #fff !important;
    padding: 2px 20px;
    background: #999999;
    text-decoration: none;
    border:0;
    cursor: pointer;
}
.btn-red,
a.btn-red,
.tab-menu div.active,
.tab-menu a.active,
.tab-menu a:hover{
    font-family: "Open Sans Condensed";
    font-size: 16px;
    color: #fff !important;
    padding: 2px 20px;
    background: #ff0000;
    text-decoration: none;
    border:0;
    cursor: pointer;
}



.btn-red:hover,
a.btn-red:hover{
    color: #fff !important;
}
/*item*/
.list-grid{
    margin: 30px 0 0 0;
}
.grid-item{
    margin: 0 0 30px 0;
}
.grid-item .left{
    width: 312px;
    height: 187px;
    float: left;
}
.grid-item .left img{
    width: 100%;
    height: 187px;
}
.grid-item .right{
    float: right;
    width: 650px;
}
.title-item s{
    color: #999;
}
.title-item{
    margin: -5px 0 5px 0;
}
.title-item h3{
    color: #000000;
    font-size: 24px;
    font-family: "Open Sans Condensed";
    text-transform: uppercase;
    font-weight: normal;
    float: left;
}
.title-item h4{
    float: right;
    font-size: 20px;
    color: #ff0000;
    font-family: "Tahoma";
    font-weight: normal;
}
.title-item h4 .price2,
.info .price2{
    color: #999;
    font-size: 15px;
    margin-left: 4px;
}
.description-item p{
    color: #999999;
    font-size: 12px;
    font-family: "Tahoma";
    line-height: 20px;
}
.detail-item{
    margin: 10px 0 0 0;
}
.detail-item div{
    display: inline-block;
}
.detail-item .photo{
    vertical-align: middle;
    margin-right: 5px;
}
.detail-item .photo span{
    color: #999999;
    font-size: 22px;
    font-family: "Tahoma";
}
.detail-item .more a{
    color: #ffffff;
    font-size: 14px;
    background: #999999;
    font-family: "Open Sans Condensed";
    text-decoration: none;
    padding: 2px 5px;
}
.detail-item .fav{
    float: right;
}
.detail-item .fav a{
    font-size: 14px;
    color: #999999;
    font-family: "Tahoma";
    text-decoration: none;
}
.detail-item .fav img{
    vertical-align: middle;
    margin-right: 10px;
}

/*pagination*/
.pagination{
    margin: 30px 0 30px 0;
    text-align: center;
}
.pagination ul li{
    display: inline-block;
}
.pagination ul li a{
    color: #4c4c4c;
    font-size: 14px;
    font-family: "Tahoma";
}
.pagination ul li.next a, .pagination ul li.prev a{
    color: #fff;
    background: #ff0000;
    padding: 2px 5px;
    text-decoration: none;
    font-family: "Open Sans Condensed";
    font-size: 14px;
}

/*default used classes*/
.clear{
    clear: both;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}

.top-menu{
    height: 96px;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 7px rgba(0,0,0,.1);
}
.content{
    width: 1000px;
    margin: 0 auto;
}



/*others*/
.hundred{
    width: 100px !important;
}
.fourty{
    width: 40px !important;
}
.hundredeight{
    width: 170px !important;
}

/*detail_info*/
.detail_info{
    margin: 0 0 50px 0;
}
.slider{
    width: 656px;
    height: 397px;
    float: left;
    overflow: hidden;
}
.detail_info .info{
    width: 310px;
    float: right;
}
.info .title-item{
    color: #000000;
    font-size: 24px;
    font-family: "Open Sans Condensed";
    text-transform: uppercase;
    font-weight: normal;

}
.info .price{
    font-size: 24px;
    font-family: "Tahoma";
    color: #ff0000;
    text-transform: none;
    display: block;
}
.info .timer{
    float: left;
}
.info .price s{
    display: block;
}
.info .price p{
    color: #fff;
    background: #ff0000;
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
    margin-top: 10px;
}
.timer:before{
    height: 22px;
    width: 22px;
    background: url('/i/clock.png')  center center no-repeat #ff0000;
    position: absolute;
    top:0;
    left: 0;
    content: ' ';
    background-size: cover;
    /*border-radius: 11px;*/

}
.info .timer:before{
    height: 22px;
    width: 22px;
    background: url('/i/clock.png')  center center no-repeat #ff0000;
    position: absolute;
    top:0;
    left: 0;
    content: ' ';
    background-size: cover;
    /*border-radius: 11px;*/

}
.item-promo .left,
.item-promo .slider{
    position: relative;
}
.item-promo .left:before,
.item-promo .slider:before{
    height: 32px;
    line-height: 32px;
    padding-left: 32px;
    width: 45px;
    background: url('/i/clock.png')  center left no-repeat #ff0000;
    position: absolute;
    top:0;
    left: 0;
    content: ' Акция!';
    background-size: contain;
    color: #fff;
    text-transform: uppercase;
    font-family: "Open Sans Condensed";
    z-index:1;
}
.timer{
    position: relative;
    font-size: 11px;
    float: right;
    clear: right;
    margin-top: 5px;
    background: #999;
    /*border-radius: 20px;*/
    color: white;
    padding: 0 10px 0 30px;
    height: 22px;
    box-sizing: border-box;
    line-height: 22px;
}
.bx-wrapper .bx-viewport{
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}


.characteristics{
    margin-top: 32px;
}


.characteristics tr td{
    padding: 6px 16px !important;
    text-align: left;
}
.characteristics tr:nth-child(even){
    background: #ffffff;
}
.characteristics tr:nth-child(odd){
    background: #f5f5f5;
}
.left-side{
    font-family: "Tahoma";
    font-size: 12px;
    color: #333333;
}
.image-print{
    display: none;
}
#location-map{
    height: 256px;
    width: 655px;
    float: left;
    margin: 26px 0 0 0;
}
.bt-goback{
    margin-top: 30px;
    float: left;
    clear: left;
}
.right-side{
    font-family: "Open Sans Condensed";
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 0;
    color: #000000;
}
.right-side-list{
    font-size: 12px;
    font-family: "Tahoma";
    text-transform: none;
}
.detail_description{
    margin-top: 30px;
    color: #555;
}
.detail_description p{
    font-size: 12px;
    line-height: 20px;
}
.detail_description a{
    color: #ff0000;
}
.detail_info .detail-item{
    margin-top: 35px;
}
.detail_description .btn-red{
    margin-top: 20px;
}
.show{
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
    font-family: "Open Sans Condensed";
    text-decoration: underline;
    cursor: pointer;
}
.hide{
    display: none;
}

/* Image hover effect css's */

.second-effect .mask {
    opacity: 0;
    overflow:visible;
    border:0px solid rgba(0,0,0,0.7);
    box-sizing:border-box;
    transition: all 0.4s ease-in-out;
}

.second-effect a.info {
    position:relative;
    top:-10px;
    opacity:0;
    transform:scale(0,0);
    transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}

.second-effect:hover .mask {
    opacity: 1;
    border:100px solid rgba(0,0,0,0.7);
}

.second-effect:hover a.info {
    opacity:1;
    transform:scale(1,1);
    transition-delay:0.3s;
}

.testings {
    font-size: 20px;
}
table td{
    padding: 0 3px;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
}


/* CONTACT */
#contact{
    padding: 10px 30px;
    margin: 10px 0 0 0;
    background: #ebebeb;
    width: 656px;
    box-sizing: border-box;
    clear: left;
}
#contact button{
    background: #fe0000;
    border:0;
    padding: 7px 30px;
    font-family: "Open Sans Condensed";
    color: #fff;
    font-size: 18px;
}
#contact button:hover{
    background: #333;
}
#contact label,
#contact h2{
    font-family: "Open Sans Condensed";
    font-size: 18px;
    display: block;
    margin: 0 0 4px 0;

}
#contact h2{
    margin: 0 0 10px 0;
    color: #000;
    font-size: 24px;
    overflow: hidden;
}
#contact label{
    margin-top: 15px;
    clear: left;
}
#contact input{
    padding: 4px 10px;
    height: 45px;
    box-sizing: border-box;
    width: 280px;
    border: 0;

    -webkit-box-shadow: inset 0px 9px 5px -6px rgba(211,220,225,1);
    -moz-box-shadow: inset 0px 9px 5px -6px rgba(211,220,225,1);
    box-shadow: inset 0px 9px 5px -6px rgba(211,220,225,1);
}
#contact select{
    padding: 4px 10px;
    height: 45px;
    box-sizing: border-box;
    width: 280px;
    border: 0;

    -webkit-box-shadow: inset 0px 9px 5px -6px rgba(211,220,225,1);
    -moz-box-shadow: inset 0px 9px 5px -6px rgba(211,220,225,1);
    box-shadow: inset 0px 9px 5px -6px rgba(211,220,225,1);
}
#contact textarea{
    width: 590px;
    height: 130px;

    padding: 14px 10px;
    box-sizing: border-box;
    border: 0;
    resize: none;

    -webkit-box-shadow: inset 0px 9px 5px -6px rgba(211,220,225,1);
    -moz-box-shadow: inset 0px 9px 5px -6px rgba(211,220,225,1);
    box-shadow: inset 0px 9px 5px -6px rgba(211,220,225,1);
}
#contact .submit{
    clear: both;
    margin-top: 15px;
    display: block;
}
#contact .help-block-error{
    color: red;
    font-size: 10px;
    margin-top: 0;
    float: left;
    clear: left;
}
#contact-form{
    padding: 25px 0 20px 0;
}
#contact-form img{
    margin: 0 10px 0 0;
}
.form-col{
    width: 280px;
    display: inline-block;
}
.form-col.even{
    margin-left: 26px;
}
.field-contactform-verifycode img{
    margin: 0;
    height: 45px;
    float: left;
}
#menu-city{
    margin: 0;
    padding: 0;
}
#menu-city li{
    list-style: none;
    padding: 2px 12px 6px;
    cursor: pointer;
    display: inline-block;
    border-bottom: 3px solid #fff;

    font-family: "Open Sans Condensed";
    font-size: 24px;
}
.page-contacts .about-map{
    margin: 8px 0 0 0;
}
#menu-city li.selected{
    border-bottom: 3px solid #ed1f24;
    background: #ebebeb;
}
.city-tab{
    display: none;
    width: 310px;
    float: right;
}
.city-tab.selected{
    display: block;
}
#contacts-tabs{
    float: right;
}
#contacts-tabs h2,
#contacts h2{
    font-family: "Open Sans Condensed";
    font-size: 24px;
    margin: 30px 0 15px;
}
#contacts{
    width: 656px;
    float: left;
    margin-bottom: 20px;
}
#contacts p{
    width: 49%;
    display: inline-block;
}
#contacts span,
#contacts-tabs span{
    color: #999999;
}
#contacts-tabs p,
#contacts p{
    margin: 0 0 18px;
    line-height: 22px;
}


/* 404 */
.page-error .text{
    height: 433px;
    padding-left: 355px;
    padding-right: 250px;
    position: relative;
}
#image-error{
    position: absolute;
    z-index: 1;
    top: -6px;
    left: -63px;
}

/* MENU SIDE */
.side-menu,
.side-menu li{
    width: 310px;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-view.page-menu .text{
    margin-left: 345px;
}
.side-menu li a.active,
.side-menu li a:hover{
    background: #f5f5f5;
    border-left: #ed1f24 5px solid;
    display: block;
    padding: 8px 0 12px 25px;
}
.side-menu li a{
    background: #fff;
    border-left: #fff 5px solid;
    display: block;
    padding: 8px 0 12px 25px;
}
#map{
    width: 1000px;
    height: 550px;
    position: relative;
}
div.text-tab{
    display: none;
}
div.text-tab.selected{
    display: block;
}
.page-view .text ul.text-menu{
    width: 700px;
}
.page-view .text ul.text-menu,
.page-view .text ul.text-menu li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-view .text ul.text-menu li{
    display: inline-block;
    height: 100px;
    cursor: pointer;
    margin-right: 32px;
    margin-top: -30px;
}
ul.text-menu li.jaguar{
    background: url("../i/menu_warranty.png") 0 bottom no-repeat;
    width: 100px;
}
ul.text-menu li.jaguar:hover,
ul.text-menu li.jaguar.selected{
    background: url("../i/menu_warranty.png") 0 top no-repeat;
}

ul.text-menu li.landrover{
    background: url("../i/menu_warranty.png") -135px bottom no-repeat;
    width: 91px;
}
ul.text-menu li.landrover:hover,
ul.text-menu li.landrover.selected{
    background: url("../i/menu_warranty.png") -135px top no-repeat;
}

ul.text-menu li.nissan{
    background: url("../i/menu_warranty.png") -262px bottom no-repeat;
    width: 60px;
}
ul.text-menu li.nissan:hover,
ul.text-menu li.nissan.selected{
    background: url("../i/menu_warranty.png") -262px top no-repeat;
}

ul.text-menu li.mitsubishi{
    background: url("../i/menu_warranty.png") -358px bottom no-repeat;
    width: 55px;
}
ul.text-menu li.mitsubishi:hover,
ul.text-menu li.mitsubishi.selected{
    background: url("../i/menu_warranty.png") -358px top no-repeat;
}

ul.text-menu li.ssangyong{
    background: url("../i/menu_warranty.png") -448px bottom no-repeat;
    width: 90px;
}
ul.text-menu li.ssangyong:hover,
ul.text-menu li.ssangyong.selected{
    background: url("../i/menu_warranty.png") -448px top no-repeat;
}
ul.text-menu li.lifan{
    background: url("../i/menu_warranty.png") -574px bottom no-repeat;
    width: 82px;
}
ul.text-menu li.lifan:hover,
ul.text-menu li.lifan.selected{
    background: url("../i/menu_warranty.png") -574px top no-repeat;
}
.page-view .text ul.text-menu{
    transform: scale(0.85) translate(0,-5px);
    transform-origin: 0 0;
}


ul.text-menu{
    margin-top:-20px;
}

ul.text-menu li{
    background: url("../i/menu_partners.png") 0 bottom no-repeat;
    width: 131px;
    padding-top: 10px;
    border-top: 5px #FFF solid;

}

ul.text-menu li:hover,
ul.text-menu li.selected{
    background: url("../i/menu_partners.png") 0 top no-repeat;
    border-top: 5px #F00 solid;
}

ul.text-menu li.arb-kazahstan{
    background: url("../i/menu_partners.png") -203px bottom no-repeat;
    width: 100px;
}
ul.text-menu li.arb-kazahstan:hover,
ul.text-menu li.arb-kazahstan.selected{
    background: url("../i/menu_partners.png") -203px top no-repeat;
}
ul.text-menu li.camicissima{
    background: url("../i/menu_partners.png") -725px bottom no-repeat;
    width: 175px;

}
ul.text-menu li.camicissima:hover,
ul.text-menu li.camicissima.selected{
    background: url("../i/menu_partners.png") -725px top no-repeat;
    width: 175px;

}
ul.text-menu{
    white-space: normal;
}
ul.text-menu li.tanautokazakhstan{
    background: url("../i/menu_partners.png") -373px bottom no-repeat;
    width: 105px;
}
ul.text-menu li.tanautokazakhstan:hover,
ul.text-menu li.tanautokazakhstan.selected{
    background: url("../i/menu_partners.png") -373px top no-repeat;
}


ul.text-menu li.delotehniki{
    background: url("../i/menu_partners.png") -549px bottom no-repeat;
    width: 108px;
}
ul.text-menu li.delotehniki:hover,
ul.text-menu li.delotehniki.selected{
    background: url("../i/menu_partners.png") -549px top no-repeat;
}



ul.text-menu li.debeers{
    background: url("../i/partners/debeers.png") center center no-repeat;
    width: 147px;
}
ul.text-menu li.parkinn{
    background: url("../i/partners/parkinn.png") center center no-repeat;
    width: 110px;
}
ul.text-menu li.radisson{
    background: url("../i/partners/radisson.png") center center no-repeat;
    width: 106px;
}
ul.text-menu li.severny{
    background: url("../i/partners/severny.png") center center no-repeat;
    width: 203px;
}
ul.text-menu li.worldclass{
    background: url("../i/partners/worldclass.png") center center no-repeat;
    width: 93px;
}
ul.text-menu li.yana{
    background: url("../i/partners/yana.png") center center no-repeat;
    width: 58px;
}
ul.text-menu li.yana{
    background: url("../i/partners/yana.png") center center no-repeat;
    width: 58px;
}
ul.text-menu li.wyndhamgardenastana{
    background: url("../i/partners/wyndham.png") center center no-repeat;
    width: 210px;
}
ul.text-menu li.debeers,
ul.text-menu li.parkinn,
ul.text-menu li.radisson,
ul.text-menu li.severny,
ul.text-menu li.worldclass,
ul.text-menu li.yana,
ul.text-menu li.wyndhamgardenastana{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity:0.8
}


ul.text-menu li.debeers:hover,
ul.text-menu li.debeers.selected,
ul.text-menu li.parkinn:hover,
ul.text-menu li.parkinn.selected,
ul.text-menu li.radisson:hover,
ul.text-menu li.radisson.selected,
ul.text-menu li.severny:hover,
ul.text-menu li.severny.selected,
ul.text-menu li.worldclass:hover,
ul.text-menu li.worldclass.selected,
ul.text-menu li.yana:hover,
ul.text-menu li.yana.selected,
ul.text-menu li.wyndhamgardenastana:hover,
ul.text-menu li.wyndhamgardenastana.selected{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity:1
}





















.s-head{
    cursor: pointer;
}

.bxslider .image-box{
    background-size: cover;
}
.content-print{
    display: none;
}
.print,
.print:hover{
    color: #999;
    text-decoration: none;
    font-size: 14px;
}
.print img{
    margin:  0 7px -8px 10px;
}

.ya-share2{
    margin: 20px 0 0;
}
.ya-share{
    margin: 0 0 20px;
    line-height: 5px;
    font-size: 14px;
}
.ya-share .ya-share2{
    margin: -10px 0 20px 100px;
}

.slide-thumb{
    width: 128px;
    height: 128px;
    display: block;
    float: left;
}
.content-print ul{
    margin: 0;
}
.content-print ul li{
    list-style: none inside;
    background: url("/i/bullit_print.png") 0 0 no-repeat;
    padding: 0 0 0 100px;
    display: block;
    margin: 0;
}

/* TABS */

.tab{
    display: none;
}
.tab .archive{
    position: absolute;
    top: 40px;
    right: 0;
}
.tab.active{
    display: block;
}
.tab-menu{
    margin: 0 0 0 30px;
    position: relative;
    top:-6px
}
.tab-menu, .tab-menu div{
    line-height: normal;
    margin-right: 10px;
    display: inline-block;
}
.tags-menu{
    display: block;
    position: relative;
    margin: 0 0 30px;
    color: #333;
}
.tags-menu a{
    margin-right: 15px;
    margin-bottom: 20px;
    display: inline-block;
}

.button-red, a.button-red {
    color:#fff !important;
    -moz-box-shadow:inset 0px 0px 0px 0px #f29c93;
    -webkit-box-shadow:inset 0px 0px 0px 0px #f29c93;
    box-shadow:inset 0px 0px 0px 0px #f29c93;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
    background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    background-color:#fe1a00;
    -webkit-border-top-left-radius:8px;
    -moz-border-radius-topleft:8px;
    border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    -moz-border-radius-topright:8px;
    border-top-right-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    -moz-border-radius-bottomright:8px;
    border-bottom-right-radius:8px;
    -webkit-border-bottom-left-radius:8px;
    -moz-border-radius-bottomleft:8px;
    border-bottom-left-radius:8px;
    text-indent:0;
    border:1px solid #d83526;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    cursor: pointer;
    font-size:12px;
    font-weight:bold;
    font-style:normal;
    height:40px;
    line-height:40px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #b23e35;
    padding: 0 20px;
    text-transform: uppercase;
}
.button-red, a.button-red:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
    background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
    background-color:#ce0100;
    text-decoration: none;
}
.button-red, a.button-red:active {
    position:relative;
    top:1px;
}
