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

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

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

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

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

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

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    /* font-family: sans-serif; */
    font-family: Tahoma, Helvetica, sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

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

/**
 * 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, a:focus {
    outline: 0;
}

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

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

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

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

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

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

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

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

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

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

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

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

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

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

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

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

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

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

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

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

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

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

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

/**
 * 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 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #4d4d4d;
}

html {
    font-size: 1em;
    line-height: 1.4;
    background: #fff;
}

body {
    /* background-color: #fff; */
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #2A90FD;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}


/* ==========================================================================
   Custom styles
   ========================================================================== */
a {
    color: #00bfe6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.fullwidth_banner {
    position: relative;
    z-index: 300;
    background-color: transparent;
    width: 100%;
    min-width: 768px;
    margin: 0 auto;
    text-align: center;
}

.layout .fullwidth_banner {
    background: transparent;
}

.layout .fullwidth_banner.adv_active {
    margin: 50px auto;
}

.fullwidth_banner div {
    text-align: center;
    margin: 0 auto 40px;
    font-size: 0;
}

.fullwidth_banner.top_banner div {
    margin: 0 auto;
}

.fullwidth_banner img {
    margin: 0 auto !important;
    display: inline-block;
}

/*
#fullwidth_banner_2 img,
#fullwidth_banner_2 object {
    margin: 0px auto 0 !important;
}


#fullwidth_banner_2 > div[id^="AdFox_banner"] {
    margin: 50px auto;
}
*/
.layout {
    margin: 0 auto;
    width: 100%;
    min-width: 1000px;
    /* width: 1350px; */
    position: relative;
    z-index: 100;
    overflow: hidden;
    background: #fff;
    /*
      background: #ADD8E6;
      -webkit-user-select:none;
      -webkit-tap-highlight-color:rgba(0,0,0,0);
  */
}

.wrapper {
    padding: 0px 0 0px 0;
    background: #fff;
    width: 100%;
}

.wrapper.gray {
    background: #f5f5f5;
}

.wrapper.dark {
    background: #333333;
}

.container {
    width: 1290px;
    position: relative;
    /* background: #fff; */
    margin-right: auto;
    margin-left: auto;
}

/** Fixed subnav */
.fullnav {
    /* position: relative;
  width: 1350px;
  */
    width: 100%;
    min-width: 1000px;
    margin: 0 auto;
}

.subnav {
    /* position: relative; */
}

.subnav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6000;
}

.fullnav.subnav-fixed,
.subnav.subnav-fixed {
    width: 100%;
    min-width: 1000px;
}

.wallpaper .fullwidth_banner,
.wallpaper .layout,
.wallpaper .fullnav {
    width: 1350px;
}

.mainsection .adv {
    width: 970px;
}

/** Header */
header {
    height: 121px; 
    margin: 0px auto 0 auto;
    position: relative;
    background: #fff;
    padding: 5px 0 0 0;
    /* top: 3px; */
}

header h1,
header #top_logo {
    margin: 10px auto 15px;
    display: block;
    width: 300px;
    height: 61px;
    color: #262626;
}
header h1{
		height: 93px;
		position: relative;
		top: 13px;
}
header h1.left,
header #top_logo.left {
    margin: 10px 0 15px 32px;
}

header.main h1 {
    background-image: url("../../img/logo_mh@2x.b0db62b73366.png");
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    text-indent: 400px;
    text-align: left;
    white-space: nowrap;
    background-size: contain;
} 

.lt-ie9 header.main h1 {
    background-image: url("../../img/logo_mh.a0e3b44708e8.png");
}

header #top_logo img {
    width: 300px;
    height: 61px;
}

header .adv {
    height: 86px;
    float: right;
    position: absolute;
    right: 0;
    /*
  margin-right: 10px;
  width: 0px !important;
  font-size: 0px;
  */
}

header .adv > div {
    float: right;
    /*margin-right: 20px;*/
}

header .adv img {
    display: block;
}

/** Main navigation menu */
nav.main_menu {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    height: 45px;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

.main_menu_btn {
    display: block;
    width: 45px;
    height: 45px;
    text-decoration: none;
    background-color: green;
    background: url("../../img/main_menu_sprite@2x.8855f2980aa9.png") 0 2px no-repeat;
    background-size: 200px auto;
}

.lt-ie9 .main_menu_btn {
    background: url("../../img/main_menu_sprite.a153f6317b20.png") 0 2px no-repeat;
}

#left_menu_btn {
    float: left;
    border-right: 1px solid #EBEBEB;
    background-position: 5px 5px;
}

.main_menu #textPopupnewsletter {
    cursor: pointer;
    float: right;
}

.textPopupnewsletterr {
    background-position: -156px 5px;
}

.textPopupnewsletterr:hover {
    background-position: -156px -36px;
}

#left_menu_btn:hover {
    background-position: 5px -36px;
}

#left_menu_btn.active,
#left_menu_btn.active:hover {
    background-position: 5px -120px;
}

#login_btn {
    float: right;
    border-left: 1px solid #EBEBEB;
    background-position: -36px 5px;
}

#login_btn:hover {
    background-position: -36px -36.5px;
}

#login_btn.active,
#login_btn.active:hover {
    background-position: -47px -148px;
}

#search_btn {
    float: right;
    border-left: 1px solid #EBEBEB;
    background-position: -78px 5px;
}

#search_btn:hover {
    background-position: -78px -36px;
}

#search_btn.active,
#search_btn.active:hover {
    background-position: -78px -36px;
}

#login_box {
    width: 450px;
    display: none;
}

#cboxLoadedContent #login_box {
    display: block;
}

.popup_title {
    font: normal 32px/45px 'mhrg';
    border-bottom: 1px solid #262626;
    color: #262626;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

#login_box .form-group {
    margin: 5px 0;
}

#login_box .form-group label {
    font: normal 16px/40px 'mhrg';
    color: #4d4d4d;
    text-transform: uppercase;
    /*     float: left;
      clear: both; */
}

#login_box .form-control {
    width: 424px;
    clear: both;
    background-image: none;
}

#login_box .form-control:focus {
    border: 1px solid #999999;
    outline: 0;
}

#login_box .btn {
    width: 190px;
}

#login_box .forgot_password,
#login_box .register {
    float: right;
    font: 14px/40px Tahoma, Helvetica, sans-serif;
}

#login_box .form-group-set {
    line-height: 45px;
    margin: 25px 0 0px 0;
}

#login_box .form-group-set .title, .login_social_box .title {
    color: #4d4d4d;
    font: normal 16px/40px 'mhrglight';
    text-transform: uppercase;
}

#login_box .form-group-set.social {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 15px 0;
}

#login_box .form-group-set.social a, .login_social_box a {
    display: block;
    float: right;
    width: 45px;
    height: 45px;
    margin: 0 0 0 13px;
    background-size: 700px auto;
    background-repeat: no-repeat;
    background-image: url("../../img/social_sprite@2x.a3f89227e489.png");
}

.lt-ie9 #login_box .form-group-set.social a, .login_social_box a {
    /*background-image: url("../../img/social_sprite@2x.a3f89227e489.png"); */
}

#login_box .form-group-set.social a#fb, .login_social_box a#fb {
    background-position: -18px -18px;
}

#login_box .form-group-set.social a#fb:hover, .login_social_box a#fb:hover {
    background-position: -18px -185px;
}

#login_box .form-group-set.social a#vk, .login_social_box a#vk {
    background-position: -190px -18px;
}

#login_box .form-group-set.social a#vk:hover, .login_social_box a#vk:hover {
    background-position: -190px -185px;
}

#login_box .form-group-set.social a#tw, .login_social_box a#tw {
    background-position: -110px -18px;
}

#login_box .form-group-set.social a#tw:hover, .login_social_box a#tw:hover {
    background-position: -110px -185px;
}

.popup .title {
    font: 16px/30px 'mhrg';
    color: #4c4c4c;
    text-transform: uppercase;
}

.popup .checkbox {
    margin: 10px 0;
}

.popup .btn {
    margin-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
}

.popup .btn-inline {
    float: left;
    margin-right: 40px;
}

.popup_adv {
    padding: 15px 0 10px 0px;
    min-height: 225px;
}

.popup_adv a,
.popup_adv a:hover {
    text-decoration: none;
}

.popup_adv img {
    display: block;
    width: 300px;
    float: left;
}

.popup_adv .title {
    padding: 0 0 0 330px;
    font: normal 27px/30px 'mhrg';
    color: #262626;
}

.popup_adv .title a {
    color: #262626;
}

.popup_adv .description {
    padding: 5px 0 0 330px;
    font: normal 16px/25px Tahoma, Helvetica, sans-serif;
    color: #4d4d4d;
}

.popup_adv .description a {
    color: #4d4d4d;
}

.expert-form .form-control {
    width: 624px;
    background-image: none;
}

.main_menu > ul {
    display: block;
    height: 45px;
    text-align: center;
    margin: 0 100px;
    padding: 0;
    font-size: 0;
}

.main_menu > ul > li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    /* height: 47px; */
    top: -1px;
}

.main_menu > ul > li > a {
    display: block;
    padding: 11px 18px;
    font: 21px/25px 'mhrg';
    text-transform: uppercase;
    color: #262626;
    text-decoration: none;
    background: url("../../img/shim_1x25_ebebeb.e1174ab2944c.png") left 11px no-repeat;
}

.main_menu > ul > li:first-child > a {
    background: none;
}

.main_menu > ul > li.active > a {
    color: #E63917;
}

.main_menu > ul > li > a span {
    background-color: #FFDB25;
    padding: 0 3px;
}

.main_menu > ul li .sub {
    font-size: 14px;
    position: absolute;
    display: none;
    top: 46px;
    left: -40px;
    z-index: 9000;
    padding: 0 20px;
    width: 410px;
    background: #262626;
    /*     border-top: 4px solid #E63917;
      border-bottom: 4px solid #E63917; */
}

.main_menu > ul li.m-food .sub {
    left: -90px;
}

.main_menu > ul li.m-life .sub {
    left: -150px;
}

.main_menu > ul li.m-iron .sub {
    left: -240px;
}

.main_menu > ul li .sub a {
    text-transform: uppercase;
    text-decoration: none;
    color: #ebebeb;
}

.main_menu > ul li .sub a:hover {
    color: #E93700;
}

.main_menu > ul li .sub .m-sub a {
    font: 18px/20px 'mhrglight';
}

.main_menu > ul li .sub .m-tags a {
    font: 16px/20px 'mhrglight';
}

.main_menu > ul li .m-sub {
    display: block;
    width: 170px;
    float: left;
    padding: 0px 20px 0 0;
    margin: 20px 0;
    text-align: left;
}

.main_menu > ul li .m-sub li {
    margin: 0;
    padding: 5px 0;
}

.main_menu > ul li aside {
    float: left;
    width: 220px;
    text-align: left;
    margin: 20px 0;
}

.main_menu > ul li aside .title {
    color: #898989;
    border-bottom: 1px solid #898989;
    font: 16px/20px 'mhrglight';
    text-transform: uppercase;
    margin-bottom: 10px;
}

.main_menu > ul li .m-tags {
    display: block;
    margin: 0;
    padding: 0;
}

.main_menu > ul li .m-tags li {
    margin: 0;
    padding: 5px 0;
}

.main_menu > ul > li:hover {
    background: #E63917;
}

.main_menu > ul > li:hover > a {
    color: #fff;
    background: none;
}

.main_menu > ul > li:hover > a span {
    background-color: transparent;
}

/*.main_menu > ul li:hover .sub {
  display: block; }*/

/* left popup menu */
nav.left_menu {
    display: block;
    position: fixed;
    top: 0px;
    left: -250px;
    background: #252525;
    width: 190px;
    height: 100%;
    padding: 24px 30px;
    z-index: 9999;
    /*
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  */
    transition: 150ms ease-in-out;
    -webkit-transition: 150ms ease-in-out;
    -moz-transition: 150ms ease-in-out;
    -ms-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
}

nav.left_menu.open {
    left: 0px;
}

.left_menu_head {
    width: 190px;
    margin: 6px 0 20px 0;
}

.left_menu_head img {
    display: block;
    float: left;
    width: 150px;
}

.left_menu_head .left_menu_close,
.left_menu_head .left_menu_close:visited {
    display: block;
    float: right;
    text-align: center;
    width: 28px;
    height: 28px;
    border: 1px solid #404040;
    margin: 1px 0;
    font: normal 36px/28px Arial;
    color: #999999;
}

.left_menu_head .left_menu_close:hover {
    color: #ffffff;
}

.left_menu_holder {
    width: 190px;
    overflow: hidden;
    height: 90%;
}

.left_menu_scroller {
    height: 100%;
    width: 210px;
    padding-bottom: 24px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

nav.left_menu a {
    text-decoration: none;
    color: #ebebeb;
}

nav.left_menu a:hover {
    color: #e63917;
}

#left_main {
    display: none;
    margin: 0;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #404040;
}

#left_addition {
    display: block;
    margin: 0;
    padding: 0;
}

#left_main li,
#left_addition li {
    margin: 0;
    padding: 0;
}

#left_main > li > a:hover,
#left_addition li a:hover,
#left_main > li.active > a,
#left_addition li.special a:hover {
    color: #e63917;
}

#left_main > li > a {
    font: 21px/30px 'mhrg';
    color: #fff;
    text-transform: uppercase;
}

#left_main > li ul {
    display: none;
    padding: 2px 0 2px 10px;
    margin: 0;
}

#left_main > li ul a {
    font: 16px/30px 'mhrglight';
    text-transform: uppercase;
}

#left_main > li.active ul {
    display: block;
}

#left_addition li {
    border-top: 1px solid #404040;
}

#left_addition li:first-child {
    border-top: 0;
}

#left_addition li a {
    font: 16px/29px 'mhrglight';
    text-transform: uppercase;
}

#left_addition li.special a {
    color: #ffdb26;
    font-weight: bold;
}

#search_pane {
    position: absolute;
    z-index: 7000;
    height: 124px;
    width: 100%;
    display: none;
    background: #fff;
    /* border-bottom: 1px solid #EBEBEB; */
    padding: 18px 0;
    margin: 0 auto;
}

.wallpaper #search_pane {
    width: 1350px;
}

.wallpaper .subnav-fixed #search_pane {
    width: 100%;
}

#search_pane form {
    padding: 0;
    margin: 0;
    display: block;
    border: 1px solid #e5e5e5;
    height: 60px;
    margin: 0px 20px;
    padding: 30px 40px;
    /* box-shadow: 0 0 15px 0px rgba(0,0,0,0.1); */
    position: relative;
}

#search_pane input:focus {
    outline: 0;
}

#search_pane .inp {
    width: 100%;
    margin: 0 auto;
    display: block;
    border: 0;
    border-bottom: 1px solid #989898;
    height: 49px;
    padding: 11px 0 0px 0;
    font: normal 45px/45px 'mhrglight';
    color: #999999;
}

#search_close {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    color: #424242;
    text-decoration: none;
    font: normal 25px/20px Arial;
    text-align: center;
    top: 10px;
    right: 10px;
}

/** Footer **/
footer {
    width: 100%;
    bottom: 0;
    z-index: 500;
    color: #999999;
    font: normal 16px/20px 'mhrglight';
}

footer .footer_panel #show_footer {
    display: block;
    position: absolute;
    left: -40px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    text-align: center;
    background: #262626 url("../../img/footer_btn4.4df84060a0b1.png") center 0px no-repeat;
    color: #fff;
}

footer.active {
    position: relative;
}

footer.active .footer_panel #show_footer {
    background-position: center -50px;
}

footer .wrapper {
    background: #262626;
    padding: 60px 0 40px 0;
    display: none;
}

.promo {
    float: left;
    width: 630px;
    /* padding: 0 660px 0 0; */
}

.promo #logo_mh_bottom {
    width: 150px;
    height: auto !important;
    margin: 0 0 15px 0;
    border: 0;
}

.bottom_block {
    float: right;
}

.bottom_block.social {
    width: 300px;
}

.bottom_block.menu_list {
    width: 135px;
    margin: 0 30px 0 0;
}

.bottom_block .title {
    color: #cccccc;
    font: normal 16px/30px 'mhrg';
    text-transform: uppercase;
    border-bottom: 1px solid #404040;
    margin: 0 0 10px 0;
}

.bottom_block.social .title {
    margin: 0 0 15px 0;
}

.bottom_block.menu_list ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottom_block.menu_list ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bottom_block.menu_list ul li a {
    color: #999999;
    font: normal 16px/30px 'mhrglight';
    text-decoration: none;
}

.bottom_block.menu_list ul li a:hover {
    color: #ffffff;
}

.bottom_block.social .icon {
    display: block;
    float: left;
    width: 99px;
    height: 99px;
    border: 1px solid #404040;
    background-size: 700px auto;
    background-repeat: no-repeat;
    background-image: url("../../img/social_sprite@2x.a3f89227e489.png");
}

.lt-ie9 .bottom_block.social .icon {
    background-image: url("../../img/social_sprite.abcda6454731.png");
}

.bottom_block.social .icon ins {
    display: block;
    width: 95px;
    height: 95px;
    border: 2px solid transparent;
}

.bottom_block.social .icon:hover ins {
    border-color: #fff;
}

.bottom_block.social #icon_fb {
    background-position: 5px 5px;
    border-left: 0;
    border-top: 0;
}

.bottom_block.social #icon_fb:hover {
    background-position: 5px -79px;
}

.bottom_block.social #icon_twitter {
    background-position: -75px 5px;
    border-left: 0;
    border-top: 0;
}

.bottom_block.social #icon_twitter:hover {
    background-position: -75px -79px;
}

.bottom_block.social #icon_vk {
    background-position: -155px 5px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.bottom_block.social #icon_vk:hover {
    background-position: -155px -79px;
}

.bottom_block.social #icon_mail {
    background-position: -495px 5px;
    border-left: 0;
		border-top: 0;
		display: none;
}

.bottom_block.social #icon_mail:hover {
    background-position: -495px -79px;
}

.bottom_block.social #icon_youtube {
    background-position: -325px 5px;
    border-left: 0;
    border-top: 0;
}

.bottom_block.social #icon_youtube:hover {
    background-position: -325px -79px;
}

.bottom_block.social #icon_ok {
    background-position: -405px 5px;
    border-left: 0;
    border-top: 0;
}

.bottom_block.social #icon_ok:hover {
    background-position: -405px -79px;
}

.bottom_block.social #icon_in {
    background-position: -572px 5px;
    border-left: 0;
		border-top: 0;
		border-right: 0;
}

.bottom_block.social #icon_in:hover {
    background-position: -572px -79px;
}

.bottom_block.social #icon_google {
    background-position: -300px 5px;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
}

.bottom_block.social #icon_google:hover {
    background-position: -300px -100px;
}

/* social inline */
article .text .social-inline {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 0;
}

article .text .social-inline > * {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}

article .text .social-inline-cont {
    margin: 0;
}

article .text .social-inline-cont li {
    display: inline-block;
    background-image: url("../../img/social_sprite@2x.a3f89227e489.png");
    background-repeat: no-repeat;
    margin: 0 0 0 15px;
    background-size: 700px auto;
}

.lt-ie9 article .text .social-inline-cont li {
    background-image: url("../../img/social_sprite.abcda6454731.png");
}

.social-inline-cont li a .l-ico {
    display: inline-block;
    width: 88px;
    height: 88px;
}

.social-inline-cont li:first-child {
    margin-left: 0;
}

.social-inline-cont div,
.social-inline-cont p,
.social-inline-cont img {
    display: none;
}

article .text .social-inline-cont li:before {
    content: "";
}

.social-inline-cont li a {
    display: block;
    width: 88px;
    height: 88px;
}

.social-inline-fb {
    background-position: -5px -5px;
}

.social-inline-fb:hover {
    background-position: -5px -205px;
}

.social-inline-vk {
    background-position: -207px -5px;
}

.social-inline-vk:hover {
    background-position: -207px -205px;
}

.social-inline-ok {
    background-position: -507px -5px;
}

.social-inline-ok:hover {
    background-position: -507px -205px;
}

.container.bottom {
    border-top: 1px solid #3F3F3F;
    padding: 25px 0 0 0;
    margin-top: 55px;
}

.container.bottom .copyright {
    font: normal 14px/20px 'mhrglight';
    color: #999999;
    /* padding: 0px 330px 0 50px; */
    padding: 0px 250px 0 50px;
    background: url("../../img/18plus.e90d0355fa79.png") left 5px no-repeat;
}

.container.bottom .copyright a {
    color: #999999;
    text-decoration: none;
}

.container.bottom .copyright a:hover {
    /* color: #e93800; */
    color: #ffffff;
}

.container.bottom .logo {
    width: 300px;
    float: right;
    text-align: right;
    margin-top: 5px;
}

.container.bottom .logo img {
    width: 180px;
    height: 30px;
    border: 0;
    margin: 0;
}

/* Banners classes for adriver 300 (240) */
.banner240,
.banner300 {
    margin: 0 0 0 0;
}

aside [class^=banner],
.advertise [class^=banner] {
    margin-bottom: 30px;
}

aside [class^=banner]:last-child,
.advertise [class^=banner]:last-child {
    margin-bottom: 0;
}

.multi-column .banner240,
.multi-column .banner300 {
    margin: 0 0 30px 0;
}

.banner240 {
    width: 298px;
    /* height: 460px; */
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 29px 0;
}

.banner240 > div {
    width: 240px;
    margin: 0 auto;
}

.banner240 img {
    display: block;
    margin: 0 auto;
}

/** Wrappers styles */
.wrapper.top_news {
    padding: 0;
    margin: 0 0 30px 0;
    height: 90px;
    background: #F2F2F2;
}

.wrapper.experts {
    padding: 50px 0 45px 0;
}

.wrapper.events {
    padding: 0px 0 55px 0;
    margin-top: 50px;
}

.wrapper.partners {
    padding: 0px 0 50px 0;
    margin-top: 50px;
}

.wrapper.popular,
.wrapper.promotion,
.wrapper.attention {
    padding: 50px 0 60px 0;
}

.wrapper.comments {
    padding: 0;
    margin: 0 0 40px 0;
}

/*
.wrapper.attention + .fullwidth_banner,
.wrapper.comments + .fullwidth_banner {
    margin-top: 55px;
}
 */
/*  This ID's not for css, only for js-scripts using
    (banners block sliding)
*/
#inc_block_right {
    height: 0px;
    /* overflow: hidden; */
}

.mainsection {
    float: left;
    width: 960px;
    /* overflow: hidden; */
}

.subsection {
    position: relative;
    float: left;
    clear: none;
    width: 960px;
}

.slidesection {
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    width: 300px;
    z-index: 1;
    /* overflow: hidden; */
}

.rightsection {
    background: #fff;
    position: relative;
    float: right;
    width: 300px;
    /* overflow: hidden; */
}

.rightsection .advertise {
    position: relative;
    margin: 0;
}

.rightsection .advertise > * {
    margin-bottom: 30px;
}

.rightsection.fixed {
    position: fixed;
    top: 54px;
    z-index: 1000;
}

.rightsection.fixedbottom {
    position: absolute;
    bottom: 125px;
    z-index: 1000;
}

.leftsection {
    width: 300px;
    float: left;
    text-align: center;
    margin: 0 0 30px 0;
}

/** most main styles **/
h1,
.page-header {
    font: normal 32px/32px 'mhrg';
    margin: 0 0 24px 0;
    text-transform: uppercase;
    color: #262626;
}

h2 {
    font: normal 27px/30px 'mhrg';
    color: #262626;
    margin: 0px 0px 10px 0px;
}

h3 {
    font: normal 24px/30px 'mhrg';
    color: #262626;
    margin: 0px 0px 10px 0px;
}

.btn {
    display: block;
    background-color: #00BFE6;
    color: #FFF;
    height: 43px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    font: normal 16px/39px 'mhrg';
    text-decoration: none;
    border: 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #00AACC;
    outline: 0;
}

a.btn {
    font: normal 16px/43px 'mhrg';
}

.btn.ui-btn-inline {
    display: inline-block;
    padding: 0 35px;
}

.btn.ui-btn-inline.mr25 {
    margin-right: 25px;
}

.btn:hover {
    background-color: #00CAF2;
    text-decoration: none;
    outline: 0;
}

.btn:focus {
    background-color: #00AACC;
    border-bottom: 0;
    border-top: 2px solid #0095B3;
    border-bottom: 2px solid transparent;
    outline: 0;
}

.btn.btn-disabled,
.btn.btn-disabled:focus,
.btn.btn-disabled:hover {
    background: #E6E6E6;
    border-color: transparent !important;
    color: #4D4D4D;
    cursor: default;
}

table.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    border-spacing: 0;
    border-collapse: collapse;
}

table.table td {
    padding: 15px 20px 15px 0px;
    vertical-align: top;
    border-bottom: 1px solid #d9d9d9;
    font: 14px/20px Tahoma, Helvetica, sans-serif;
}

table.table tr td:first-child {
    font: 16px/20px 'mhrg';
    color: #4c4c4c;
    text-transform: uppercase;
    white-space: nowrap;
}

table.table tr th {
    font: normal 16px/20px 'mhrg';
    color: #4c4c4c;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    font: 14px/20px Tahoma, Helvetica, sans-serif;
}

.checkbox {
    /* padding-left: 20px; */
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    /*     cursor: pointer; */
    font: 14px/20px Tahoma, Helvetica, sans-serif;
}

.checkbox label, .radio label {
    padding-left: 20px;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .checkbox input[type=radio], .checkbox-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.radio label > ins {
    display: block;
    position: absolute;
    top: 2px;
    left: -24px;
    width: 20px;
    height: 16px;
    background-image: url("../../img/signs.b0e0538da3b7.png");
    background-repeat: no-repeat;
}

.radio label > ins.icon-ok {
    background-position: 0 0;
}

.radio label > ins.icon-miss {
    background-position: -25px 0;
}

.radio label > ins.icon-bull {
    background-position: -50px 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.form-control {
    width: 100%;
    height: 30px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 6px 12px;
    outline: 0;
    background-color: #fcfcfc;
}

/*
input::-webkit-input-placeholder {
    color:#E63917;
}


input:-moz-placeholder {
     color:#E63917;
}
*/
textarea.form-control {
    height: 90px;
}

.form-control.incorrect {
    border-color: #E63917;
    color: #E63917 !important;
}

.form-control.incorrect::-webkit-input-placeholder {
    color: #E63917 !important;
}

.form-control.incorrect:-moz-placeholder {
    color: #E63917 !important;
}

.form-horizontal .form-group {
    padding: 12px 0;
    line-height: 36px;
}

.form-horizontal .form-group > label {
    width: 145px;
    padding: 0 20px 0 0;
    float: left;
    display: block;
    text-align: right;
    font: normal 16px/40px 'mhrg';
    color: #4D4D4D;
    text-transform: uppercase;
}

.form-horizontal .form-group .control-label {
    min-height: 44px;
    text-align: right;
}

.form-horizontal .form-group .control-label span {
    display: table-cell;
    height: 44px;
    vertical-align: middle;
    font: normal 16px/20px 'mhrg';
    width: 145px;
}

.form-horizontal .form-group > div {
    position: relative;
    margin: 0 0 0 165px;
    padding: 0px 13px;
}

.form-horizontal .form-group > div.inline-group {
    padding: 0;
    font-size: 0;
    line-height: 44px;
}

.form-horizontal .form-group .form-control {
    margin-left: -13px;
}

.form-horizontal .form-group .checkbox-inline {
    margin: 10px 0 0px 0;
}

.form-horizontal .form-group .incorrect input {
    border-color: #E63917;
    color: #E63917 !important;
}

.form-horizontal .form-group .incorrect span {
    color: #E63917 !important;
}

.form-horizontal .form-group.helper .checkbox-inline {
    margin: 0;
}

.form-horizontal .form-group select {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid #E5E5E5;
    outline: 0;
    color: #4D4D4D;
    /* font: normal 21px/30px 'mhrglight'; */
    background: #FFF;
    border-radius: 4px;
    font-size: 16px;
    margin-right: -13px;
    width: 465px;
}

fieldset.block {
    border: 1px solid #E6E6E6;
    padding: 29px;
    margin: 20px 0 10px 0;
}

fieldset.block.incorrect {
    border: 1px solid #E63917;
}

.form-horizontal fieldset.block .form-group > label {
    width: 115px;
}

.form-horizontal fieldset.block .form-group .control-label span {
    width: 115px;
}

.form-horizontal fieldset.block .form-group > div {
    margin: 0 0 0 135px;
}

.form-control.percent40 {
    width: 40%;
}

.form-group .captcha {
    margin-left: 16px;
    display: inline-block;
}

.form_content {
    font-family: 'mhrglight';
}

.form_content .title {
    font-size: 24px;
}

.form_content .list {
    margin-bottom: 18px;
    padding-left: 10px;
}

.form_content .list li {
    position: relative;
    font-size: 16px;
    list-style-type: none;
    margin-bottom: 12px;
}

.form_content .list li:before {
    content: '-';
    font-size: 16px;
    display: block;
    position: absolute;
    margin-left: -10px;
}

.blogger .img > img {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 20px;
    margin: 0 15px 0 0;
}

.blogger .name,
.blogger .name a {
    font: normal 16px/20px 'mhrg';
    color: #E53917;
    text-decoration: none;
    text-transform: uppercase;
}

.blogger .type {
    font: normal 16px/20px 'mhrglight';
    color: #4d4d4d;
    text-decoration: none;
    margin: 0 0px;
}

.blogger .img ~ .name,
.blogger .img ~ .date,
.blogger .img ~ .type {
    padding: 0 0 0 55px;
}

.subsection_title {
    font-family: 'mhrg';
    font-size: 16px;
    height: 29px;
    line-height: 29px;
    text-transform: uppercase;
    border-top: 1px solid #E63917;
    color: #E63917;
    padding-left: 1px;
}

.subsection_title a {
    color: #E63917;
    text-decoration: none;
}

.all_link {
    font: 16px/20px 'mhrg';
    color: #999999;
    text-transform: uppercase;
    text-decoration: none;
}

/* pagination */
.b-pag-nav,
.main_announce_list .b-pag-nav,
article .comments .b-pag-nav {
    border-top: 1px solid #E5E5E5;
    padding: 29px 0 0 0;
    margin: 0 0 30px 0;
}

.b-pag-nav > .next > a, .main_announce_list .b-pag-nav > .next > a,
.b-pag-nav > .prev > a, .main_announce_list .b-pag-nav > .prev > a,
.b-pag-nav > .next > span, .main_announce_list .b-pag-nav > .next > span,
.b-pag-nav > .prev > span, .main_announce_list .b-pag-nav > .prev > span {
    display: block;
    width: 40px;
    height: 40px;
    /*     border: 1px solid #E7E7E7; */
    background: #F5F5F5;
    text-align: center;
    font: 21px/40px 'mhrglight';
    text-decoration: none;
    color: #262626;
}

.b-pag-nav > .next > a:hover, .main_announce_list .b-pag-nav > .next > a:hover,
.b-pag-nav > .prev > a:hover, .main_announce_list .b-pag-nav > .prev > a:hover {
    background: #FFDB25;
    /* border-color: #FFDB25; */
}

.b-pag-nav .prev, .main_announce_list .b-pag-nav .prev {
    float: left;
}

.b-pag-nav .next, .main_announce_list .b-pag-nav .next,
article .comments .b-pag-nav > .next {
    margin-right: 0px;
    float: right;
}

.b-pag-nav ul,
.main_announce_list .b-pag-nav ul,
article .comments .b-pag-nav ul {
    float: none;
    display: block;
    margin: 0 50px;
    padding: 0;
    text-align: center;
    font-size: 0;
    width: auto;
}

.b-pag-nav ul li, .main_announce_list .b-pag-nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0 !important;
    font: 21px/40px 'mhrglight';
    width: 40px;
}

.b-pag-nav ul li a, .main_announce_list .b-pag-nav ul li a,
.b-pag-nav ul li span, .main_announce_list .b-pag-nav ul li span {
    display: block;
    width: 40px;
    height: 40px;
    font: 21px/40px 'mhrglight';
    color: #262626;
    text-decoration: none;
}

.b-pag-nav ul li a:hover, .main_announce_list .b-pag-nav ul li a:hover {
    background: #FFDB25;
}

.b-pag-nav ul li .active, .main_announce_list .b-pag-nav ul li .active,
.b-pag-nav > .prev > span.active, .b-pag-nav > .next > span.active {
    background: #E63718;
    color: #ffffff;
}

/** end: most main styles **/
/** Top announces swiper */
#top_news_swipper {
    height: 90px;
    overflow: hidden;
    margin: 0 auto;
    width: 1290px;
}

#top_news_swipper .swiper-slide {
    width: 330px;
    height: 90px;
    padding: 0;
    background: url("../../img/shim_1x50_cccccc.908473288de1.png") left 20px no-repeat;
}

/*
#top_news_swipper .swiper-slide:last-child {
    background: none;
}
*/
#top_news_swipper .swiper-slide a {
    display: block;
    height: 60px;
    padding: 15px 30px;
    text-decoration: none;
    overflow: hidden;
}

#top_news_swipper .swiper-slide a .img {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 60px;
}

#top_news_swipper .swiper-slide a .title {
    display: block;
    font: normal 16px/18px 'mhrglight';
    color: #484848;
    padding: 3px 0 3px 80px;
}

.main_announce_list {
    font-family: 'mhrg';
    /* float: left; */
    overflow: hidden;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.main_announce_list ul {
    display: block;
    width: 990px;
    margin: 0px;
    padding: 0px;
    font-size: 0;
    text-align: left;
}

.main_announce_list ul li {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin: 0px 30px 40px 0px;
    padding: 0 0px 0 0;
}

.main_announce_list ul li .subsection_title {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main_announce_list ul li .img {
    display: block;
    position: relative;
}

.main_announce_list ul li .img img {
    display: block;
    margin-bottom: 16px;
}

.main_announce_list ul li.video > .img:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 30px;
    bottom: 10px;
    left: 10px;
    background: url("../../img/play_btn_new@2x.635b13974f6d.png") 0 0 no-repeat;
    background-size: 40px 60px;
}

.main_announce_list ul li.video > .img:hover:after {
    background-position: 0 -30px;
}

.main_announce_list ul li .title {
    margin: 0 0 10px 0;
    max-height: 120px;
    overflow: hidden;
}

.main_announce_list ul li .title a {
    max-height: 120px;
    text-overflow: ellipsis;
    color: #262626;
    text-decoration: none;
    font: normal 27px/30px 'mhrg';
}

.main_announce_list ul li .date {
    /* font: normal 16px/20px 'mhrglight'; */
    font-family: 'mhrglight';
    font-size: 16px;
    line-height: 20px;
    color: #999999;
}

.main_announce_list ul li .blogger {
    border-top: 1px solid #E5E5E5;
    font: normal 16px/20px 'mhrglight';
    font-size: 16px;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
}

.main_announce_list ul li .blogger img {
    margin: 0;
}

.main_announce_list ul li .remove_fav {
    font-size: 16px;
    line-height: 30px;
}

.main_announce_list .bottom_panel {
    border-top: 1px solid #e5e5e5;
    padding: 13px 0 0 0;
    text-align: right;
}

/** main announce List looks like swipper */
.main_announce_list.swiper-container {
    margin: 0 0 25px 0;
}

.main_announce_list ul.swiper-wrapper {
    width: 3000px;
    height: auto !important;
    padding: 0 0 40px 0px;
}

.main_announce_list ul.swiper-wrapper li {
    display: block;
    float: left;
    margin: 0px;
    padding: 0 30px 0 0;
}

.main_announce_list ul.swiper-wrapper li:last-child {
    padding: 0px 0px 0px 0px;
}

/* announce video slider */
.main_announce_list ul li.video_announce_slider {
    border: 0;
    background: #262626;
    height: 375px;
    padding: 0;
    margin-right: 30px;
}

.main_announce_list ul li.video_announce_slider .subsection_title {
    text-align: center;
    margin: 10px 0 6px 0;
    border-top: 0;
}

.main_announce_list ul li.video_announce_slider .subsection_title a {
    font: normal 21px/20px 'mhrglight';
    color: #ffdb26;
}

#video_slider {
    width: 270px;
    height: 300px;
    margin: 0 15px 0;
}

#video_slider .swiper-slide {
    width: 270px;
    height: 300px;
    color: #fff;
    font-size: 70px;
}

#video_slider .swiper-slide a {
    text-decoration: none;
}

#video_slider .swiper-slide .img {
    position: relative;
    display: block;
    width: 270px;
    height: 195px;
    margin-bottom: 20px;
}

#video_slider .swiper-slide .img:after {
    content: '';
    display: block;
    position: absolute;
    width: 46px;
    height: 46px;
    top: 74px;
    left: 112px;
    background: url("../../img/play_btn@2x.82cad15a0686.png") 0 0 no-repeat;
    background-size: 46px 46px;
}

.lt-ie9 #video_slider .swiper-slide .img:after {
    background: url("../../img/play_btn.8e4702e6b3ea.png") 0 0 no-repeat;
}

#video_slider .swiper-slide .img:hover:after {
    opacity: 0.7;
}

#video_slider .swiper-slide .title {
    display: block;
    text-align: center;
    height: 60px;
    font: normal 27px/30px 'mhrglight';
    color: #fff;
    overflow: hidden;
}

#video_slider .pagination {
    position: absolute;
    /*
      z-index: 20;
      left: 90px;
  */
    bottom: 0px;
}

#video_slider .swiper-pagination-switch {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: #cbcbcb;
    margin-right: 10px;
    cursor: pointer;
}

#video_slider .swiper-visible-switch {
    background: #aaa;
}

#video_slider .swiper-active-switch {
    background: #FFDB25;
}

.show_more {
    /*border-top: 1px solid #E5E5E5;*/
    margin: 0 0px 10px 0;
}

.show_more > .btn {
    display: block;
    margin: 0 auto 0px;
    width: 180px;
    border-radius: 0 0 4px 4px;
    background-image: url("../../img/ajax-loader.da3ab3f76f53.gif");
    background-repeat: no-repeat;
    background-position: center -100px;
    color: #fff;
    /*    background-color: #00BFE5;
      color: #fff;
      height: 45px;
      text-align: center;
      text-transform: uppercase;
      font: normal 16px/45px 'mhrg';
      text-decoration: none;
  */
}

.show_more > .btn:hover {
    cursor: pointer;
}

.show_more.loading > a.btn,
.show_more.loading > a.btn:hover {
    background-color: #00BFE6;
    background-position: center center;
    color: transparent;
}

.subsection,
.feature {
    font-family: 'mhrg';
    width: 960px;
    /* height: 450px; */
    position: relative;
    float: left;
    clear: none;
    margin-bottom: 65px;
}

.subsection {
    margin-bottom: 25px;
}

.feature img {
    max-width: 100%;
    height: auto !important;
}

.feature .title {
    display: block;
    width: 740px;
    padding: 20px 50px;
    position: absolute;
    bottom: -30px;
    left: 60px;
    background: #FFDB25;
    font-size: 39px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    color: #262626;
}

.fixed-block.fixed, .float-block.fixed {
    position: fixed;
    top: 60px;
    -webkit-transform: translateZ(0);
}

.fixed-block.fixbottom, .float-block.fixbottom {
    position: absolute;
    bottom: 0;
    top: auto;
}

.advertise {
    /*    -ms-transition: 500ms linear;
      -o-transition: 500ms linear;
      -moz-transition: 500ms linear;
      -webkit-transition: 500ms linear;
      transition: 500ms linear;
  */
    position: absolute;
    top: 0;
    margin-bottom: 25px;
    width: 300px;
}

.advertise.fixed {
    position: fixed;
    top: 60px;
    -webkit-transform: translateZ(0);
}

.advertise.fixbottom {
    position: absolute;
    bottom: 0;
    top: auto;
}

.fixed-block .headlines {
    margin-top: 30px;
    margin-bottom: 30px;
}

.fixed-block .magazine_announce {
    display: block;
    text-align: center;
    text-decoration: none;
    border: 15px solid #f5f5f5;
    padding: 10px 15px 20px;
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.fixed-block .magazine_announce .lead {
    display: block;
    color: #4d4d4d;
    font: normal 16px/30px 'mhrglight';
    text-transform: uppercase;
}

.fixed-block .magazine_announce .title {
    display: block;
    color: #e63917;
    font: bold 32px/20px 'mhrg';
    text-transform: uppercase;
}

.fixed-block .magazine_announce .cover {
    display: block;
    margin: 20px auto 24px;
    padding: 1px;
    border: 1px solid #e5e5e5;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.35);
}

.fixed-block .magazine_announce .description {
    font: normal 16px/16px 'mhrglight';
    color: #4d4d4d;
}

.fixed-block .magazine_announce .description i {
    color: #e63917;
    font-style: normal;
}

/* For sections (top of all sections) */
.section_title,
section header {
    border-bottom: 1px solid #252525;
    padding: 0 0 10px 0;
    margin: 0px 0px 29px 0px;
    width: 100%;
    height: auto !important;
    background: none;
}

.section_title.noborder {
    border-bottom: 0;
}

.section_title .title,
section header h3 {
    float: left;
    color: #262626;
    font: normal 32px/30px 'mhrg';
    text-transform: uppercase;
    margin: 0;
}

section header h4 {
    float: left;
    color: #262626;
    font: normal 23px/24px 'mhrg';
    text-transform: uppercase;
    margin: 0;
}

.section_title .all_section,
section header .all_section {
    display: block;
    float: right;
    color: #262626;
    font: normal 16px/20px 'mhrg';
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0 0 0;
}

.dark .section_title,
.dark section header {
    border-bottom-color: #ffdb26;
}

.dark .section_title .title,
.dark .section_title .all_section,
.dark section header h3,
.dark section header .all_section {
    color: #ffdb26;
}

/* For sections: announces lists */
.announce_list {
    /* overflow-x: hidden; */
    overflow: hidden;
}

.announce_list ul {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: left;
    /* font-size: 0;
  white-space: nowrap; */
    height: auto !important;
}

.announce_list ul li {
    display: block;
    width: 300px;
    white-space: normal;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    padding: 0px 30px 0px 0px;
}

.announce_list ul li:last-child {
    padding: 0px 0px 0px 0px;
}

.announce_list ul li .img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 215px;
    margin: 0 0 16px 0;
}

.announce_list ul li .img img {
    display: block;
    border: 0;
    -webkit-transition: 300ms ease-in;
    -moz-transition: 300ms ease-in;
    -o-transition: 300ms ease-in;
    -ms-transition: 300ms ease-in;
    transition: 300ms ease-in;
}

.announce_list ul li .img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    /* -webkit-transform:  rotateY(180deg); */
    /* background: red; */
}

.announce_list ul li .title a {
    font: normal 27px/30px 'mhrg';
    color: #262626;
    text-decoration: none;
}

.announce_list ul li .title a:hover,
.announce_list ul li .title a:visited {
    color: #262626;
}

.announce_list ul li .description {
    font: normal 16px/25px Tahoma, Helvetica, sans-serif;
    color: #4d4d4d;
    margin: 6px 0 0 0;
}

.promotion .announce_list {
    width: 1290px;
}

/*
    Badges (yellow) for comments number
*/
.comment_tip {
    color: #262626;
    font: normal 16px/21px 'mhrg';
    height: 20px;
    padding: 0px 6px;
    min-width: 16px;
    text-align: center;
    background: #FFDB25;
    position: absolute;
    top: 10px;
    right: 10px;
}

.comment_tip:after {
    border-top: 7px solid #FFDB25;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 9px solid transparent;
    content: "";
    display: block;
    height: 0;
    width: 0;
    line-height: 0;
    position: absolute;
    right: 6px;
    top: 20px;
}

/* Main: Experts. Slider & Content */
.experts .container {
    padding: 0 15px;
    /* background: red; */
}

.experts .section_title {
    margin: 0px 0px 14px 0px;
}

.experts .container .swiper-container {
    width: 1320px;
    margin-left: -15px;
    /* background: green; */
    overflow-x: hidden;
}

.experts .container .swiper-wrapper {
    height: 330px;
    width: 1320px;
}

.experts .container .swiper-slide {
    float: left;
    width: 300px;
    height: 305px;
    padding: 10px 15px 15px;
}

.experts .container .swiper-slide .content {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    height: 244px;
}

.experts .container .swiper-slide .subtitle {
    font: normal 16px/20px 'mhrglight';
    color: #999999;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
}

.experts .container .swiper-slide .title {
    height: 120px;
    margin: 15px 0 18px 0;
    overflow: hidden;
}

.experts .container .swiper-slide .title a {
    font: normal 27px/30px 'mhrg';
    text-decoration: none;
    color: #262626;
}

.experts .container .swiper-slide .img {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 10px;
    width: 80px;
}

.experts .container .swiper-slide .btn {
    display: none;
}

.experts .container .swiper-slide:hover {
    background: #f2f2f2;
}

.experts .container .swiper-slide:hover .content {
    border-bottom-color: #262626;
}

.experts .container .swiper-slide:hover .subtitle {
    color: #262626;
    border-bottom-color: #262626;
}

.experts .container .swiper-slide:hover .btn {
    display: block;
    margin: 15px 0 0 0;
}

/* Sections 'Attension', 'Popular' */
.attention section,
.popular section {
    float: left;
    width: 960px;
    margin: 0 30px 0 0px;
}

.attention aside,
.popular aside {
    margin-top: 39px;
    float: left;
}

.popular .comment_tip {
    top: 24px;
    right: 0px;
}

.popular_list {
    display: block;
    margin: 0;
    padding: 0;
}

.popular_list li {
    display: block;
    position: relative;
    min-height: 65px;
    padding: 14px 0 15px;
    border-top: 1px solid #4d4d4d;
}

.popular_list li:first-child {
    border-top: 0;
}

.popular_list li .num {
    display: block;
    float: left;
    width: 64px;
    min-height: 65px;
    color: #999999;
    /* font: normal 45px/65px 'mhrglight'; */
    border-right: 1px solid #4d4d4d;
    background: url("../../img/popular_digits@2x.6b4a3e1976ec.png") left center no-repeat;
    background-size: 400px auto;
}

.lt-ie9 .popular_list li .num {
    background: url("../../img/popular_digits.0b2f8f6475ab.png") left center no-repeat;
}

.popular_list li .num.digit_1 {
    background-position: 17px center;
}

.popular_list li .num.digit_2 {
    background-position: -63px center;
}

.popular_list li .num.digit_3 {
    background-position: -143px center;
}

.popular_list li .num.digit_4 {
    background-position: -223px center;
}

.popular_list li .num.digit_5 {
    background-position: -303px center;
}

.popular_list li .title {
    margin: 3px 45px 0px 85px;
}

.popular_list li .title a {
    font: normal 24px/30px 'mhrglight';
    color: #ffffff;
    text-decoration: none;
}

.popular_list li .title a:hover {
    color: #999999;
}

/* Section 'Events' */
.events .row {
    background: url("../../img/shim_e5e5e5.0da8aa17ebe4.png") center top repeat-y;
}

.events .img img {
    max-width: 100%;
    height: auto !important;
    margin-bottom: 17px;
}

.events_list .preview {
    float: left;
    width: 145px;
    position: relative;
    top: 5px;
}

.events_list li .info {
    padding-left: 165px;
}

.events_list .date {
    font: normal 16px/20px 'mhrg';
    color: #00bfe6;
    text-transform: uppercase;
}

.events_list .date .type {
    font: normal 16px/20px 'mhrglight';
    color: #e63917;
    text-transform: none;
    margin-left: 10px;
}

.events_list .title {
    margin-top: 4px;
}

.events_list .title a {
    font: normal 27px/30px 'mhrg';
    color: #262626;
    text-decoration: none;
}

.events_list .description {
    font: normal 16px/25px Tahoma, Helvetica, sans-serif;
    color: #4d4d4d;
    margin: 7px 0 0 0;
}

.events_page .events_list {
    font-family: 'mhrg';
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    width: 990px;
    display: block;
    font-size: 0;
    text-align: left;
}

.events_page .events_list li {
    display: inline-block;
    vertical-align: top;
    width: 465px;
    margin: 0px 30px 30px 0px;
    padding: 0;
}

.place {
    font: normal 16px/20px 'mhrglight';
    color: #999999;
    background: url("../../img/place_mark@2x.190365d71c5a.png") left 2px no-repeat;
    background-size: 10px auto;
    padding: 0 0 0 15px;
    margin: 8px 0 0 0;
    /* white-space: nowrap; */
}

.lt-ie9 .place {
    background: url("../../img/place_mark.7ba41f52ea06.png") left 2px no-repeat;
}

.votes_result {
    font: normal 16px/25px 'mhrglight';
    color: #464646;
    padding-left: 20px;
    background: url("../../img/sign_votes_result.4d97c590be03.png") left center no-repeat;
}

.votes_result_thumb {
    font: normal 16px/25px 'mhrglight';
    color: #999;
    padding-left: 25px;
    background: url("../../img/votes_thumbs.b3038497df8b.png") left 0px no-repeat;
}

.header-info {
    font: normal 16px/25px 'mhrglight';
    color: #999;
}

.header-info span,
.header-info a {
    display: inline-block;
    margin: 0 15px;
}

.header-votes {
    margin: 10px auto;
    font-size: 0;
}

.header-votes span {
    display: inline-block;
    padding: 0 30px;
    font: normal 16px/47px 'mhrglight';
    border-left: 1px solid #E6E6E6;
}

.header-votes span:first-child {
    border-left: 0;
}

.header-votes span:last-child {
    padding-right: 0;
}

.header-votes .votes_action .btn {
    width: 240px;
}

.header-votes .votes_result {
    padding-left: 20px;
}

.events .main_event {
    width: 48%;
    float: left;
}

.events .main_event .date {
    font: normal 16px/20px 'mhrg';
    color: #00bfe6;
    text-transform: uppercase;
}

.events .main_event .date .type {
    font: normal 16px/20px 'mhrglight';
    color: #e63917;
    text-transform: none;
    margin-left: 10px;
}

.events .main_event .title {
    margin: 7px 0 0 0;
}

.events .main_event .title a,
.events .main_event .title a:hover,
.events .main_event .title a:visited {
    font: normal 39px/40px 'mhrg';
    text-decoration: none;
    color: #262626;
}

.events .main_event .description {
    margin: 7px 0 0 0;
}

.events .events_list {
    display: block;
    float: left;
    width: 48%;
    margin: 0 0 0 4%;
    padding: 0;
}

.events .events_list li {
    display: block;
    margin: 0px 0 15px 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #e5e5e5;
}

.events .events_list li:first-child {
    padding: 0;
    border-top: 0;
}

/* Section 'Partners' */
.partners .container {
    overflow: hidden;
}

.partners .partners_adv_list {
    margin: 0px;
    padding: 0px;
    height: 190px;
    width: 1350px;
    overflow: hidden;
}

.partners .partners_adv_list ul {
    text-align: center;
    display: block;
    float: left;
    list-style: none;
    height: 100%;
    padding: 0;
    margin: 0 0 0 -15px;
    width: 660px;
    /*1320px*/
}

.partners .partners_adv_list ul li {
    height: 100%;
    width: 134px;
    padding: 0 15px;
    display: block;
    float: left;
    border-left: 1px solid #e6e6e6;
    font: normal 14px/20px Tahoma, Helvetica, sans-serif;
}

.partners .partners_adv_list ul li:first-child {
    border-left: 0;
}

.partners .partners_adv_list ul li a {
    color: #262626;
}

.partners .partners_adv_list ul li img {
    width: 75px;
    height: 75px;
    display: block;
    margin: 0 auto 15px;
}

.partners .partners_adv_list iframe {
    display: block;
    width: 645px;
    float: left;
}

/** Inside pages all */
.wrapper.breadcrumbs {
    padding: 0;
    background: #f7f7f7;
    margin-bottom: 30px;
}

.breadcrumbs ol {
    list-style: none;
    padding: 9px 0 7px;
    margin: 0 auto;
    font-size: 0;
    width: 1290px;
}

.breadcrumbs ol li {
    display: inline-block;
    font: 16px/24px 'mhrglight';
}

.breadcrumbs ol > li + li:before {
    padding: 0 12px;
    /*color: #8C8C8C;
   content: "\2022"; */
    color: #afafaf;
    content: "/\00a0";
    font-size: 16px;
}

.breadcrumbs ol li a {
    color: #424242;
    text-decoration: none;
}

/** ============= [Rubric] ======================== **/
.expert_advices {
    padding: 0 0 0 0px;
}

.page-content {
    padding: 0 0 0 330px;
}

.expert_advices .subsection_title,
.page-content .subsection_title {
    border-top: 1px solid #E63917;
}

.expert_advices .expert_info,
.page-content .expert_info {
    width: 300px;
    float: left;
    margin: 0 0 30px 0;
}

.expert_info {
    text-align: center;
    margin: 0 0 0px 0;
}

.expert_info .img {
    border-bottom: 1px solid #E5E5E5;
    height: 250px;
    line-height: 250px;
    font-size: 0;
}

.expert_info .img img {
    border: 0;
    vertical-align: bottom;
}

.expert_info .blogger {
    margin: 8px 0 9px;
}

.expert_question_block {
    /* padding: 0px 0px 0px 330px; */
}

.expert_advices .expert_question_block {
    padding: 0px 0px 0px 330px;
    margin-bottom: 35px;
}

.expert_question_block .title {
    font: 16px/16px 'mhrglight';
    color: #999999;
    text-transform: uppercase;
}

.expert_question_block ul {
    list-style: none;
    display: block;
    margin: 0px 0 0px 0;
    padding: 0px;
    border-bottom: 1px solid #E5E5E5;
}

.expert_question_block ul li {
    margin: 0;
    padding: 15px 45px 19px 0;
    border-top: 1px solid #E5E5E5;
    position: relative;
}

.expert_question_block ul li a {
    font: normal 24px/30px 'mhrg';
    color: #262626;
    text-decoration: none;
}

.expert_question_block .comment_tip {
    top: 21px;
    right: 0px;
}

.expert_question_block .answer {
    margin-top: 5px;
}

.expert_question_block .answer .title {
    text-transform: none;
}

.expert_question_block .answer p {
    margin-top: 3px;
    color: #4d4d4d;
    font: 14px/18px Tahoma, Helvetica, sans-serif;
}

.expert_question_block .questions_answers {
    border-bottom: none;
}

.expert_question_block .questions_answers li {
    border-top: none;
    padding-top: 5px;
    padding-bottom: 0;
}

.expert_question_block .questions_answers li:first-child {
    border-top: 1px solid #E5E5E5;
    padding-top: 15px;
}

.expert_question_block .questions_answers li:first-child .comment_tip {
    top: 21px;
}

.expert_question_block .questions_answers .comment_tip {
    top: 11px;
}

.expert_question_block .questions_answers .admin_panel {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 20px;
    position: relative;
}

.expert_question_block .questions_answers .admin_panel .left {
    position: absolute;
    left: 0;
}

.expert_question_block .questions_answers .admin_panel .right {
    position: absolute;
    right: -45px;
}

.expert_question_block .questions_answers .admin_panel a {
    text-decoration: none;
    margin-left: 30px;
    font: 16px 'mhrglight';
    color: #00BFE5;
}

.expert_question_block .questions_answers .admin_panel a:first-child {
    margin-left: 0px;
}

.expert_question_block .questions_answers .admin_panel a.del {
    color: #E63917;
}

/** ============= [Tests] ======================== **/
select.rubric_selector {
    width: 100%;
    height: 44px;
    margin: 0 0 30px 0;
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    outline: 0;
    color: #4d4d4d;
    font: normal 21px/30px 'mhrglight';
    background: #fff;
}

select.rubric_selector option {
    line-height: 40px;
    /* background: #ccc; */
}

select.rubric_selector option:hover,
select.rubric_selector option:focus {
    /* background: red; */
}

/*
.rubric_selector:before {
    content: " ";
    display: block;
    position: absolute;
    width: 20px;
    height: 42px;
    background: red url("../../img/selector_arrow.7eb9378562c2.png") center center no-repeat;
}
*/
/** ============= [Bloggers List] ======================== **/
.page_bloggers_list .blogger {
    border-bottom: 1px solid #E5E5E5;
    margin: 0 0 29px 0;
    padding: 0px 0 15px 0;
}

.page_bloggers_list .blogger .img > img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

.page_bloggers_list .blogger .name,
.page_bloggers_list .blogger .type {
    padding-left: 75px;
}

.page_bloggers_list .blogger .name {
    padding-top: 9px;
    padding-bottom: 6px;
}

.page_bloggers_list .blogger .name a {
    font: normal 21px/21px 'mhrglight';
}

/** ============= [Archive List] ======================== **/
.page_archive_list .main_announce_list .subsection_title {
    margin-bottom: 10px;
}

.page_archive_list .main_announce_list ul li {
    margin: 0px 30px 20px 0px;
}

.page_archive_list .main_announce_list ul li .img img {
    border: 1px solid #CCCCCC;
    margin-bottom: 9px;
}

.page_archive_list .main_announce_list ul li .title {
    text-align: center;
}

.bordered-img {
    border: 1px solid #CCCCCC;
}

/** ============= [Article Detail] ======================== **/
article {
    margin-bottom: 20px;
    /*50*/
}

article .slidesection {
    position: relative;
}

article .advertise {
    margin-bottom: 70px;
}

article .advertise.fixbottom {
    bottom: 70px;
}

article .lead {
    margin: 0 0 30px 0;
}

article header {
    position: relative;
    padding: 0 240px;
    margin: 0 0 40px 0;
    width: auto;
    height: auto;
    text-align: center;
}

article aside {
    position: relative;
    width: 300px;
    float: right;
    margin: 0 0 30px 0;
}

article aside .banner240,
article aside .banner300 {
    margin: 0;
}

article header h1 {
    text-transform: none;
    /* font: normal 36px/36px 'mhrg'; */
    font: normal 45px/45px 'mhrg';
    margin: 0 0px 20px 0px;
    width: auto;
    height: auto;
}

article header .favorite {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    right: 0px;
    background: #E5E5E5 url("../../img/star_out@2x.68a82b9af6da.png") left center no-repeat;
    background-size: auto 100%;
}

article header .favorite:hover,
article header .favorite.active {
    background-color: #FFDB26;
    text-decoration: none;
}

article header .comment_tip {
    position: relative;
    top: -3px;
    right: 0px;
    margin: 0px 0 10px 15px;
    display: inline-block;
}

article header h1 .comment_tip {
    top: -10px;
}

article header .type {
    font: normal 16px/20px 'mhrglight';
    color: #e63917;
    text-transform: uppercase;
    margin: 0 0 19px 0;
}

article .lead header .place {
    display: inline-block;
    margin: 8px 0 10px 0;
}

article header .place span {
    margin-right: 30px;
    white-space: nowrap;
}

article header .blogger {
    margin-bottom: 20px;
    display: inline-block;
    text-align: left;
}

article header .blogger .img > img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

article header .blogger .img ~ .name,
article header .blogger .img ~ .type {
    padding-left: 75px;
}

article header .blogger .img ~ .name {
    padding-top: 10px;
}

article .tags {
    text-align: left;
    padding: 0 0 7px 0;
    margin: 0px 0px 0px 0px;
    line-height: 25px;
    display: block;
    /*     max-height: 50px;
      overflow: hidden; */
}

article .tags li {
    display: inline-block;
    margin: 0 10px 0 0;
}

article .tags li a {
    color: #262626;
    font: 14px/20px Tahoma, Helvetica, sans-serif;
    text-decoration: none;
}

article .tags li a:hover {
    text-decoration: underline;
}

article footer {
    padding: 0 0px 0px 330px;
    position: relative;
    margin: 30px auto;
    width: auto;
    clear: both;
}

article footer section {
    width: 630px;
    float: left;
}

article .article_info {
    border-top: 1px solid #333;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    font: 14px/32px Tahoma, Helvetica, sans-serif;
    color: #262626;
}

article .article_info > li {
    display: table-row;
}

article .article_info > li > div {
    border-top: 1px solid #e0e0e0;
    padding: 1px 20px 1px 0;
}

article .article_info > li:first-child > div {
    border-top: 0;
}

article .article_info > li .info_label {
    display: table-cell;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
}

article .article_info > li .info_description {
    display: table-cell;
    width: 100%;
}

article .add_article_description {
    border-top: 1px solid #e0e0e0;
    font: 14px/32px Tahoma, Helvetica, sans-serif;
    color: #999999;
}

/* Rating */
article .b-rate {
    width: 300px;
    position: relative;
    margin-top: 20px;
}

article .b-rate > p {
    width: 90px;
    height: 30px;
    margin: 0px;
    font: 14px/17px 'mhrglight';
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e63917;
    float: left;
}

article .b-rate .rating {
    width: 210px;
    float: left;
}

.b-stars {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    height: 30px;
    background: #e5e5e5;
}

.b-stars li {
    height: 30px;
    position: absolute;
    left: 0;
}

.b-stars li:first-child {
    background: #333333;
}

.b-stars li.star_1 {
    width: 37px;
}

.b-stars li.star_2 {
    width: 81px;
}

.b-stars li.star_3 {
    width: 125px;
}

.b-stars li.star_4 {
    width: 169px;
}

.b-stars li.star_5 {
    width: 210px;
}

.b-stars li a {
    display: block;
    border: 0;
    outline: 0;
    width: 100%;
    height: 30px;
    background: url("../../img/star_out@2x.68a82b9af6da.png") left center repeat-x;
    background-size: auto 100%;
}

.b-stars li a:hover {
    background-color: #e63917;
    text-decoration: none;
}

.b-rating-success, .b-rating-fail {
    height: 16px;
    font: 14px/17px 'mhrglight';
    padding: 7px 0;
    text-transform: uppercase;
    font-weight: bolder;
}

.b-rating-fail {
    color: #e63917;
}

/* Social likes */
article .social, .auction .social {
    height: 44px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.auction .social {
    margin: 30px 0 0 0;
}

.social-likes {
    list-style: none;
    display: table;
    border-collapse: collapse;
    border: 0;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font: normal 16px/20px 'mhrglight';
}

.social-likes li {
    display: table-cell;
    width: 33%;
    border-left: 1px solid #e6e6e6;
}

.social-likes li:first-child {
    border-left: 0;
}

.social-likes li:before,
.text ul.social-likes li:before {
    content: "" !important;
}

.social-likes li a.social_share {
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 7px 0;
    text-align: center;
    color: #8c8c8c;
    text-decoration: none;
}

.social-likes li a.social_share:hover {
    text-decoration: none;
}

.social-likes li a.social_share.l-count {
    font: normal 14px 'mhrglight';
}

/* .social-likes li a.share-button {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 7px 0;
  text-align: center;
  color: #8c8c8c;
  text-decoration: none; }

.social-likes li a.share-button:hover {
  text-decoration: none; }

.social-likes li a.share-button .l-count {
  font: normal 14px 'mhrglight'; } */

.social-likes li .l-ico {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: transparent;
    background-image: url("../../img/social_like.c03db04fe582.png");
    background-repeat: no-repeat;
}

.social-likes li a.fb-share .l-ico {
    background-position: center -8px;
}

.social-likes li a.vk-share .l-ico {
    background-position: center -98px;
}

.social-likes li a.tw-share .l-ico {
    background-position: center -53px;
}

.social-likes li a.fb-share:hover .l-ico {
    background-position: center -143px;
}

.social-likes li a.fb-share:hover .l-count {
    color: #3B558C;
}

.social-likes li a.vk-share:hover .l-ico {
    background-position: center -233px;
}

.social-likes li a.vk-share:hover .l-count {
    color: #527498;
}

.social-likes li a.tw-share:hover .l-ico {
    background-position: center -188px;
}

.social-likes li a.tw-share:hover .l-count {
    color: #55ACEE;
}

article .text-lead {
    font: normal 27px/30px 'mhrglight';
    /* margin: 0 60px 25px 60px; */
    /* font: normal 16px/25px Tahoma, Helvetica, sans-serif; */
    margin: 20px 0 25px;
    color: #262626;
}

article .text-lead .comment_tip {
    cursor: pointer;
}

article .hrb2 {
    clear: both;
    /*height: 5px;*/
    /*background: #262626;*/
    margin: 20px 0px;
}

.text {
    position: relative;
    font: normal 16px/25px Tahoma, Helvetica, sans-serif;
}

.text .red-num {
    color: #E93700;
    font-weight: bold;
}

.text .red-letter {
    color: #e63917;
    float: left;
    font: 101px/72px 'mhrg';
    margin: 0 10px 0 0;
}

.text .red-text {
    font: normal 24px/24px 'mhrg';
}

.text p {
    margin: 0 0 20px 0;
    color: #000;
}

.text iframe {
    width: 100%;
    min-height: 350px;
}

article .text {
    padding: 0 0px 0px 330px;
    margin: 0px auto;
    /* font-size: 21px;
  color: #333333;
  line-height: 25px;
  color: #4d4d4d;*/
}

.block-big_side_image {
    clear: both;
}

article .text-flex__inner {
    padding: 0;
}

article .text-flex {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid gainsboro;
    width: 960px;
    margin-left: -330px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1360px) {
    article .text-flex {
        flex-direction: column;
        width: auto;
        margin: 0 auto 20px;
    }

    .text-flex .pic img {
        max-width: 630px;
        width: 100%;
        height: auto;
    }
}

.text-flex .text-flex__inner-img{
    width: 60%;
}

.text-flex .text-flex__inner-text {
    width: 33%;
}

@media screen and (max-width: 1360px) {
    .text-flex .text-flex__inner-img, .text-flex .text-flex__inner-text {
        width: 100%;
    }
}

article .text .blue-note, article .text .blue-note-free, article .text .red-note {
    margin: 0 0 20px 0;
}

.text img {
    max-width: 100%;
    height: auto !important;
}

article .blogger {
    margin-bottom: 30px;
}

article .img_preview {
    display: none;
}

article .text .img_detail {
    width: 960px;
    margin: 0 0 25px -330px;
    position: relative;
    overflow: hidden;
}

article .text .img_detail img {
    display: block;
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.text .c {
    clear: both;
}

article .text hr.long {
    width: 100%;
    padding-left: 330px;
    margin-left: -330px;
    clear: both;
}

article .text .clamp {
    /* clear: both; */
    width: 630px;
    padding: 0px;
    /* padding: 0 330px 0 0; */
    margin: 30px 0;
}

.text .clamp:before,
.text .clamp:after,
.text .test:before,
.text .test:after,
.text .blue-note-free:before,
.text .blue-note-free:after,
.text .blue-note:before,
.text .blue-note:after,
.text .red-note:before,
.text .red-note:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.text .test:after,
.text .clamp:after,
.text .blue-note-free:after,
.text .blue-note:after,
.text .red-note:after {
    clear: both;
}

/* - block 'incut' (vasya) */
article .text .incut {
    width: 300px;
    float: left;
    position: relative;
    margin: 5px 0px 20px -330px;
}

article .text .incut img {
    display: block;
    margin: 0 0 13px 0;
}

article .text .title {
    font: 21px/31px 'mhrg';
    color: #262626;
    text-transform: uppercase;
}

article .text .details {
    font: 14px/31px Tahoma, Helvetica, sans-serif;
    color: #4d4d4d;
    border-top: 1px solid #ebebeb;
}

article .text .details .label {
    color: #e63917;
    font-weight: bold;
    text-transform: uppercase;
}

/* - blockquote (new) */
article .text blockquote {
    width: 270px;
    float: left;
    position: relative;
    margin: 0 30px 0 -330px;
    border-top: 2px solid #E93700;
    /* border-bottom: 1px solid #E93700; */
    padding: 15px 15px;
    font: normal 22px/26px 'mhrg';
    text-transform: uppercase;
    color: #262626;
}

article .text .blockquote {
    border-top: 2px solid #E93700;
    padding: 15px 15px;
    font: normal 22px/26px 'mhrg';
    text-transform: uppercase;
    color: #262626;
    /*
  background: #F2F2F2;
  padding: 10px 20px;
  margin: 20px 0;
   clear: both; */
}

.text .pic {
    /* text-align: center; */
    width: 100%;
    margin: 0 0 20px 0px;
    /* background: #ededed;

    float: left; */
}

.text .pic img {
    display: block;
}

.text .pic.left {
    float: left;
    margin: 5px 20px 15px 0;
}

article .text .pic.left {
    width: 300px;
    float: left;
    position: relative;
    margin: 5px 0px 20px -330px;
}

article .text .pic.left img {
    /*     max-width: 300px;
      margin: 0 auto; */
}

.text .pic.right {
    float: right;
    width: auto;
    margin: 5px 0 15px 20px;
}

article .text .pic.right {
    float: right;
    width: auto;
    margin: 0 0 20px 20px;
}

.text .sign {
    text-align: left;
    display: block;
    padding: 10px 0 0 0;
    font: 14px/18px Tahoma, Helvetica, sans-serif;
    color: #999999;
}

.text .blue-note,
.text .blue-note-free,
.text .red-note {
    background: #F2F2F2;
    padding: 20px 20px 5px;
}

.text .blue-note .pic.left,
.text .blue-note-free .pic.left,
.text .red-note .pic.left {
    width: auto;
    margin: 5px 0px 20px 0px;
}

.text .blue-note img,
.text .blue-note-free img,
.text .red-note img {
    float: left;
    margin: 0 20px 15px 0px;
}

/*
article .text blockquote p {
    margin: 0 0 15px 0;
}
*/
.text table {
		line-height: 25px;
		margin: 15px 0;
    /* font: normal 16px/25px Tahoma, Helvetica, sans-serif; */
}

.text table tr th,
.text table tr td {
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    text-align: center;
}

.text table tr th:first-child,
.text table tr td:first-child {
    text-align: left;
}

.text table tr th {
    text-transform: uppercase;
}

.text .box {
    background: #f2f2f2;
    font-size: 14px;
    padding: 15px 20px 10px;
    margin: 0 0 40px 0;
    font-size: 14px;
    line-height: 17px;
}

article .text .box.right {
    width: 260px;
    float: right;
    position: relative;
    margin-right: -330px;
}

article .text .box.left {
    width: 260px;
    float: left;
    position: relative;
    margin-left: -330px;
}

.text .box .title {
    color: #262626;
    font: normal 27px/30px 'mhrg';
    text-transform: uppercase;
    border-bottom: 2px solid #E93700;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}

article .text .test {
    width: 300px;
    float: left;
    position: relative;
    margin: 0 0 40px -330px;
}

article .text .test .img {
    position: relative;
}

article .text .test .img img {
    display: block;
    margin-bottom: 16px;
}

article .text .test .details {
    width: 300px;
    border: 0;
}

article .text .test .title {
    color: #262626;
    text-decoration: none;
    font: normal 27px/30px 'mhrg';
    margin: 0 0 10px 0;
    text-transform: none;
}

article .text .test .description {
    font: 14px/18px Tahoma, Helvetica, sans-serif;
    margin: 0 0 24px 0;
}

article .text .test .btn {
    width: 150px;
}

article .text .incut_interesting {
    background: #fff;
    border: 15px solid #F1F1F1;
    padding: 15px;
    margin: 0 0 20px 0;
    float: left;
    width: 570px;
}

article .text .block-read_also .incut_interesting{
    float: none;
}

article .text .incut_interesting:before, article .text .incut_interesting:after {
    content: " ";
    display: table;
}

article .text .incut_interesting .img {
    position: relative;
    float: left;
    width: 165px;
}

article .text .incut_interesting .img img {
    display: block;
    width: 165px;
    height: 110px;
}

article .text .incut_interesting .content_box {
    position: relative;
    margin: 0 0px 0 180px;
    min-height: 110px;
}

article .text .incut_interesting .content_box .subsection_title {
    border-top: 0;
    border-bottom: 1px solid #CBCBCB;
    height: 16px;
    line-height: 16px;
    padding-bottom: 8px;
    color: #E93700;
}

article .text .incut_interesting .subsection_title_mobile {
    display: none;
}

article .text .incut_interesting .content_box .title {
    margin: 10px 40px 0 0;
    font: 18px/20px 'mhrg';
    text-transform: none;
}

article .text .incut_interesting .content_box .title a {
    color: #000000;
}

article .text .incut_interesting .content_box .comment_tip {
    top: auto;
    right: 0px;
    bottom: 7px;
}

article .text .incut_readmore {
    background: #fff;
    border: 15px solid #F1F1F1;
    padding: 10px 15px 5px;
    margin: 0 0 20px 0;
}

article .text .incut_readmore .subsection_title {
    border-top: 0;
    border-bottom: 1px solid #E93700;
    height: 19px;
    line-height: 19px;
    padding-bottom: 8px;
    color: #E93700;
}

article .text .incut_readmore ol {
    padding: 0px;
    margin: 0;
}

article .text .incut_readmore ol li {
    border-top: 1px solid #F1F1F1;
    font: 18px/20px 'mhrg';
    margin: 0px 0 10px 0;
    padding: 10px 0 0 0;
}

article .text .incut_readmore ol li a {
    color: #000;
}

article .text .incut_readmore ol li:first-child {
    border-top: 0;
}

article .text .incut_readmore ol li:before {
    display: inline-block;
    width: auto;
    position: relative;
    left: 0px;
    margin: 0 5px 0 0;
    text-align: left;
    font: 18px/20px 'mhrg';
    color: #E93700;
}

article .videoBlock {
    margin: 0 0 20px 0;
}

/* - Change markers for lists ul/ol without any js-scripts
    !incredible variant, first time using
*/
.text ul {
    list-style: none;
    padding: 0 0 0 30px;
    margin: 10px 0;
}

.text ul li {
    position: relative;
    margin: 0 0 13px 0;
}

.text ul li:before {
    content: "\2022";
    color: #E93700;
    position: absolute;
    display: block;
    left: -20px;
    font-weight: bold;
    font-size: 12px;
}

.text ol {
    list-style-type: none;
    counter-reset: item;
    padding: 0 0 0 30px;
    margin: 10px 0;
}

.text ol li {
    position: relative;
    margin: 0 0 5px 0;
}

.text ol li:before {
    content: counter(item) ".";
    counter-increment: item;
    color: #E93700;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    display: block;
    left: -30px;
    width: 20px;
    text-align: right;
}

/* Photo Gallery inside the article */
article .gallery-wrapper {
    width: 630px;
    position: relative;
    padding: 0;
    border-bottom: 1px solid #E5E5E5;
    margin: 0 0 20px 0;
}

article .gallery, .jssor-gallery {
    position: relative;
}

article .gallery .arrow, .jssor-gallery .arrow, .jssor-gallery .arrowdn {
    display: block;
    position: absolute;
    width: 45px;
    height: 90px;
    top: 300px;
    background-image: url("../../img/gallery_sprite.747de11823d1.png");
    background-repeat: no-repeat;
    z-index: 10;
    cursor: pointer;
}

article .gallery #arrow-left, .jssor-gallery #arrow-left {
    left: 0;
    background-position: -125px 0;
}

article .gallery #arrow-left:hover, .jssor-gallery #arrow-left:hover, .jssor-gallery .arrowdn#arrow-left {
    background-position: -190px 0;
}

article .gallery #arrow-right, .jssor-gallery #arrow-right {
    right: 0;
    background-position: 0 0;
}

article .gallery #arrow-right:hover, .jssor-gallery #arrow-right:hover, .jssor-gallery .arrowdn#arrow-right {
    background-position: -65px 0;
}

article .gallery .swiper-container, .jssor-gallery {
    width: 630px;
    height: 690px;
    line-height: 690px;
    background: #f7f7f7;
    margin-bottom: 130px;
}

article .gallery .swiper-slide {
    position: relative;
    text-align: center;
}

.jssor-gallery div {
    text-align: center;
}

article .gallery .swiper-slide img, .jssor-gallery .image img {
    max-width: 100%;
    /*    display: block;
      height: 690px;
      width: auto !important; */
}

article .gallery-preview {
    width: 630px;
    margin: 15px 0;
}

article .gallery-preview .swiper-container {
    width: 630px;
    height: 90px;
}

article .gallery-preview .swiper-wrapper {
    margin: 0 auto;
}

article .gallery-preview .swiper-slide {
    width: 105px;
    height: 90px;
    margin: 0 0px 0 0;
    background-position: 0 0;
    background-repeat: no-repeat;
}

article .gallery-preview a {
    display: block;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    font: normal 16px/80px 'mhrg';
    color: #fff;
    border: 5px solid transparent;
}

article .gallery-preview .swiper-slide a:hover {
    border-color: #ffdb26;
}

article .gallery-preview .swiper-slide-active a,
article .gallery-preview .swiper-slide-active a:hover {
    border-color: #000;
    background: rgba(0, 0, 0, 0.3);
}

article .gallery-preview span {
    opacity: 0;
}

article .gallery-preview .swiper-slide-active span {
    opacity: 1;
}

article .gallery .arrow-left {
    display: block;
    position: absolute;
}

article .gallery .arrow-left {
    display: block;
    position: absolute;
}

article .gallery .pane, .jssor-gallery .pane {
    position: absolute;
    width: 80%;
    padding: 10px 5%;
    left: 5%;
    bottom: 15px;
    background: #fff;
    text-align: left;
}

.jssor-gallery .pane div {
    text-align: left;
}

article .gallery .pane .title, .jssor-gallery .pane .title {
    font: 16px/20px 'mhrg';
    text-transform: uppercase;
    color: #262626;
}

article .gallery .pane .description, .jssor-gallery .pane .description {
    font: 14px/20px Tahoma, Helvetica, sans-serif;
    color: #4d4d4d;
}

/* jssor slider thumbnail navigator */
/*
.gallery-thumbnails .p           (normal)
.gallery-thumbnails .p:hover     (normal mouseover)
.gallery-thumbnails .pav           (active)
.gallery-thumbnails .pav:hover     (active mouseover)
.gallery-thumbnails .pdn           (mousedown)
*/
.gallery-thumbnails {
    position: absolute;
    top: 690px;
    width: 630px;
    height: 90px;
    margin: 15px 0;
    cursor: pointer;
}

.gallery-thumbnails .w {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-thumbnails .w .i {
    width: 90px;
    height: 90px;
    background: no-repeat 50% 50%;
}

.gallery-thumbnails .w .c {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    font: normal 16px/80px 'mhrg';
    color: #fff;
    border: 5px solid transparent;
}

.gallery-thumbnails .p .w .c {
    display: none;
}

.gallery-thumbnails .c {
    position: absolute;
    top: 0;
    left: 0;
    width: 126px;
    height: 90px;
}

.gallery-thumbnails .pav:hover .c, .gallery-thumbnails .pav .c {
    border-color: #000;
    background: rgba(0, 0, 0, 0.3);
}

.gallery-thumbnails .p:hover .c {
    display: block;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: none;
    border-color: #ffdb26;
}

.gallery-thumbnails .p:hover .c span {
    display: none;
}

/* Article paginator */
article .b-pag-nav {
    padding: 29px 0 0 330px;
    margin: 0 0 30px 0;
}

article .b-pag-nav ul {
    float: left;
    margin: 0 10px 0 0;
}

article .b-pag-nav > .next {
    float: left;
    margin-right: 30px;
}

article .b-pag-nav > .next > a {
    font: 29px/40px 'mhrglight';
}

article .b-pag-nav > .readnext {
    /*     float: left;
      margin: 0 0 0 30px;
      height: 40px;
      overflow: hidden; */
}

article .b-pag-nav > .readnext a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.event-igoin {
    margin: 30px 0 0 0;
    border-top: 1px solid #e6e6e6;
}

.event-igoin .event-perosnsaside {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
    margin: 0 0 15px 0;
}

.event-igoin .event-perosnsaside .event-perosnsaside-title {
    width: 100px;
    float: left;
    font: 16px/20px 'mhrglight';
    color: #999;
    text-transform: uppercase;
}

.event-igoin .event-perosnsaside .event-perosnsaside-list {
    width: 180px;
    float: right;
}

.event-igoin .event-perosnsaside .event-perosnsaside-list ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
}

.event-igoin .event-perosnsaside .event-perosnsaside-list ul li {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 0 5px 5px;
}

.event-igoin .event-perosnsaside .event-perosnsaside-list ul li img {
    display: block;
    border-radius: 20px;
}

.event-igoin .event-perosnsaside .event-perosnsaside-list ul li a, .event-igoin .event-perosnsaside .event-perosnsaside-list ul li i {
    text-align: center;
    text-decoration: none;
    color: #999;
}

.event-igoin .event-perosnsaside .event-perosnsaside-list ul li a span, .event-igoin .event-perosnsaside .event-perosnsaside-list ul li i span {
    font: 16px/40px 'mhrglight';
    display: block;
    width: 40px;
    height: 40px;
    background: #e6e6e6;
    border-radius: 20px;
    color: #999;
}

.event-igoin .btn {
    float: left;
    width: 130px;
}

.event-igoin .igo-link {
    float: left;
    width: 130px;
    display: block;
    background-color: #00BFE6;
    color: #FFF;
    height: 45px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    font: normal 16px/39px 'mhrg';
    text-decoration: none;
    border: 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #00AACC;
    outline: 0;
}

.event-igoin .igo-link:hover {
    background-color: #00CAF2;
    text-decoration: none;
    outline: 0;
}

.event-igoin .mb-igo-link {
    display: block;
    float: right;
    padding: 0 10px;
    border-radius: 4px;
    height: 47px;
    font: normal 16px/47px 'mhrg';
    border: none;
    color: #262626;
    background-color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.event-igoin .mb-igo-link:hover {
    background: #f2f2f2;
}

.event-igoin .igo-status {
    display: block;
    float: left;
    border-radius: 4px;
    height: 47px;
    font: normal 16px/47px 'mhrg';
    border: none;
    color: #262626;
    background-color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.event-igoin .igo-cancel {
    float: right;
    padding: 0 10px;
    width: 130px;
    display: block;
    background-color: #00BFE6;
    color: #FFF;
    height: 45px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    font: normal 16px/39px 'mhrg';
    text-decoration: none;
    border: 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #00AACC;
    outline: 0;
}

.event-igoin .igo-cancel:hover {
    background-color: #00CAF2;
    text-decoration: none;
    outline: 0;
}

/** Comments **/
.comments .comments_header {
    width: 630px;
    float: left;
    height: 40px;
    margin: 0 0 0 330px;
    padding: 25px 0 15px 0;
}

.comments .comments_header h3 {
    float: left;
    text-transform: uppercase;
    font: normal 32px/32px 'mhrg';
}

.comments .comments_header .comment_tip {
    position: relative;
    float: left;
    right: 0px;
    left: 15px;
    top: 5px;
}

.comments .comments_header .open_comments {
    display: block;
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    font: normal 45px/30px 'mhrg';
    text-align: center;
    color: #262626;
    text-decoration: none;
}

.comments .comments_header .open_comments:hover {
    text-decoration: none;
}

.comments .comments_header .open_comments:after {
    content: '+';
}

.comments .comments_header .open_comments.opened:after {
    content: '\2014';
}

.comments_wrapper {
}

.comments section {
    width: 630px;
    float: left;
    margin: 0 0 0 330px;
    padding: 20px 0 50px 0;
    border-top: 1px solid #262626;
}

.comments aside {
    width: 300px;
    float: left;
    margin: 25px 0 0 30px;
}

.comments .comments_num {
    float: left;
    font: normal 32px/30px 'mhrg';
    color: #8C8C8C;
    margin: 0 0 0 10px;
}

.comments .comments_sign {
    display: block;
    height: 30px;
    width: 20px;
    float: right;
    background: url("../../img/icon_comments_write.29ffe74d2436.png") 0 0 no-repeat;
}

.comments .section_title {
    padding-top: 50px;
}

.b-comments {
    padding: 0 0 10px 0;
}

.b-cmtForm {
    position: relative;
    width: 630px;
    margin: 30px 0 0 0;
}

.b-cmtForm .ta-holder {
    margin: 0 0 0 80px;
}

.b-cmtForm .ta-holder textarea {
    width: 498px;
    height: 90px;
    padding: 20px 25px;
    font: normal 14px/18px Tahoma, Helvetica, sans-serif;
    border: 1px solid #E6EAEB;
    border-radius: 3px;
    outline: 0;
}

.b-cmtForm .errortext {
    margin: 5px 0 0 80px;
    color: #E93700;
}

.b-cmtForm .b-socialset {
    margin: 15px 0 20px 80px;
    font: normal 14px/20px Tahoma, Helvetica, sans-serif;
    height: 20px;
}

.b-cmtForm .b-socialset label {
    vertical-align: middle;
}

.b-cmtForm .b-socialset label.checkbox-inline {
    margin-left: 15px;
}

.b-cmtForm .b-buttonset {
    margin: 0 0 0 80px;
    line-height: 45px;
    height: 45px;
}

.b-cmtForm .b-buttonset .btn {
    float: left;
    width: 180px;
}

.b-cmtForm .b-buttonset .link-cancel {
    float: right;
    font-weight: bold;
    margin-right: 5px;
    display: none;
}

.b-cmtForm.reply {
    padding: 30px 0;
    margin: 30px 0 30px 0;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
}

.b-cmtForm.reply .b-buttonset .link-cancel {
    display: block;
}

.b-comments .b-cmtItem {
    position: relative;
    min-width: 310px;
    min-height: 0;
}

.b-comments .b-cmtItem > .b-cmtItem {
    margin-left: 20px;
}

.b-comments .b-cmtItem .holder {
    padding: 0 0px 0 0;
    margin: 0 0 20px 0;
    position: relative;
}

.b-cmtItem .cmtHeader {
    height: 20px;
    margin: 0 0 10px 0;
}

.b-cmtItem .cmtHeader .title {
    float: left;
    font: normal 16px/20px 'mhrg';
    text-transform: uppercase;
    color: #333333;
}

.b-cmtItem .cmtHeader .title.member {
    color: #E53917;
}

.b-cmtItem .cmtHeader .date {
    float: left;
    font: normal 16px/20px 'mhrglight';
    color: #8c8c8c;
    margin: 0 0 0 10px;
}

.b-cmtItem .avatar,
.b-cmtForm .avatar {
    width: 60px;
    height: 80px;
    float: left;
}

.b-cmtItem .avatar img,
.b-cmtForm .avatar img {
    display: block;
    border-radius: 30px;
}

.b-cmtItem .avatar.member,
.b-cmtForm .avatar.member {
    background: url("../../img/member_sgin.64f680921451.png") center bottom no-repeat;
}

.b-cmtItem .comment_content {
    margin: 0 34px 0 80px;
    position: relative;
}

.b-cmtItem .comment_content:after {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 20px;
    background: url("../../img/comment_tip.5dd5c4d36c5b.png") 0 0 no-repeat;
    top: 20px;
    left: -10px;
}

.b-cmtItem .comment_content p {
    position: relative;
    margin: 0;
    min-height: 20px;
    font: normal 14px/18px Tahoma, Helvetica, sans-serif;
    border: 1px solid #E6EAEB;
    background: #fff;
    border-radius: 3px;
    padding: 20px;
}

.b-cmtItem .comment_content .cmtRating {
    width: 24px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    right: -34px;
    top: 50%;
    margin: -40px 0 0 0;
    display: none;
    color: #999;
    font: normal 14px/80px 'mhrglight';
    text-align: center;
}

.b-cmtItem .holder:hover .comment_content .cmtRating {
    display: block;
}

.b-cmtItem .comment_content .cmtRating a {
    display: block;
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("../../img/comments_rating.7a646bda9c7b.png");
    background-repeat: no-repeat;
    text-decoration: none;
}

.b-cmtItem .comment_content .cmtRating a.up_rate {
    top: 0;
    background-position: 0 0;
}

.b-cmtItem .comment_content .cmtRating a.up_rate:hover {
    background-position: 0 -30px;
}

.b-cmtItem .comment_content .cmtRating a.down_rate {
    bottom: 0;
    background-position: 0 -60px;
}

.b-cmtItem .comment_content .cmtRating a.down_rate:hover {
    background-position: 0 -90px;
}

.b-cmtItem .b-moreset {
    height: 20px;
    margin: 10px 36px 0px 80px;
    line-height: 20px;
}

.b-cmtItem .b-moreset a {
    font-weight: bold;
    margin-right: 10px;
    font: normal 16px/20px 'mhrg';
    color: #00BFE6;
}

.b-cmtItem .b-moreset a:hover,
.b-cmtItem .b-moreset a:visited {
    color: #00BFE6;
}

.b-cmtItem .b-moreset .more {
    float: right;
    margin-right: 0;
    font-weight: normal;
    color: #333;
    font: normal 16px/20px 'mhrglight';
}

.b-cmtItem .b-moreset .more.up .caret {
    border-top: 0;
    border-bottom: 4px solid #333;
}

/* Profile */
.profile aside {
    width: 300px;
    float: right;
    position: relative;
}

.profile_menu {
    width: 300px;
    /*         height: 550px; */
    float: left;
    background: #F2F2F2;
    margin: 0 0 30px 0;
}

.profile .expert_question_block {
    padding: 0;
}

.profile #tabs_box {
    margin-bottom: 40px;
}

.profile .tab-content {
    margin-bottom: 10px;
}

.profile .main_announce_list ul {
    width: 660px;
}

.profile .brief {
    margin: 0 0 40px 0;
}

.profile .brief p {
    margin: 0 0 20px 0;
}

.section_title {
    margin-bottom: 22px;
}

.section_title.noborder {
    margin-bottom: 14px;
}

.section_title .title {
    float: none;
}

.form_feedback {
    padding: 30px 20px 20px 100px;
    margin: 0 0 30px 0;
    font: 14px/20px Tahoma, Helvetica, sans-serif;
    min-height: 50px;
    vertical-align: middle;
}

.form_feedback.correct {
    background: #f1f9f0 url("../../img/correct_sign.dc36fc9b19e0.png") 20px 20px no-repeat;
}

.form_feedback.incorrect {
    background: #fdf3f1 url("../../img/exclamation_sign.2fd2d460492b.png") 20px 20px no-repeat;
}

.form_feedback .title {
    font: 16px/20px 'mhrg';
    text-transform: uppercase;
}

.form_feedback .text {
    margin-top: 8px;
    display: block;
}

.form_feedback.correct .title {
    color: #1da90b;
}

.form_feedback.incorrect.gray {
    background-color: #F2F2F2;
}

.form_feedback.incorrect.text_only {
    padding: 32px 45px;
    padding-top: 24px;
    background-image: none;
}

.form_feedback.incorrect .title {
    color: #ef3125;
}

.exclamation {
    padding: 0px 20px 0px 80px;
    margin: 0 0 30px 0;
    background: url("../../img/exclamation_sign.2fd2d460492b.png") left center no-repeat;
    font: 14px/20px Tahoma, Helvetica, sans-serif;
}

.exclamation .title {
    font: 16px/20px 'mhrg';
    color: #e63917;
    text-transform: uppercase;
}

.profile_page,
.profile_page_notice,
.profile_page_interests,
.profile_page_social,
.profile_public, .form_page {
    width: 630px;
    margin: 0 0px;
    padding: 0 0 0 330px;
}

.profile_page .genders {
    /* line-height: 40px; */
}

.profile_page .genders label {
    width: 125px;
    margin-left: 15px;
}

.profile_page .genders label:first-child {
    margin: 0;
}

.profile_page .birthday select {
    width: 145px;
    margin: 0 0 0 15px;
}

.profile_page .birthday select:first-child {
    margin: 0;
}

.profile_page .block .birthday select {
    width: 135px;
}

.profile_page .btn,
.profile_page_social .btn,
.profile_page_interests .btn,
.form_page .btn {
    width: 180px;
}

.notif-item-date {
    color: #999999;
    font: 12px/30px Tahoma, Helvetica, sans-serif;
}

.profile-notifications {
    display: block;
    padding: 0;
    margin: 0px 0 10px 0;
    border-collapse: collapse;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
}

.profile-notifications li {
    display: table-row;
    border-top: 1px solid #e6e6e6;
    border-collapse: collapse;
}

.profile-notifications li:first-child {
    border-top: 0;
}

.profile-notifications li label {
    display: table-cell;
    padding: 18px 0px 18px 16px;
    vertical-align: top;
}

.profile-notifications li .notice-message {
    display: table-cell;
    padding: 18px 20px 18px 7px;
    font: 14px/20px Tahoma, Helvetica, sans-serif;
}

.profile-notifications li .read_detail {
    display: table-cell;
    padding: 18px 20px;
    background: url("../../img/read_detail_arrow.fafe6361ce70.png") center center no-repeat;
}

.profile .check_panel {
    height: 44px;
    line-height: 44px;
    padding: 10px 16px;
    background: #F2F2F2;
    margin: 20px 0 10px;
}

.profile .check_panel .btn {
    display: inline-block;
    vertical-align: baseline;
    padding: 0 25px;
    margin-left: 50px;
}

.profile .check_panel .checkbox-inline {
    vertical-align: baseline;
}

.profile .control_panel {
    position: relative;
    height: 20px;
    margin: 23px 0;
}

.profile .control_panel > div {
    position: absolute;
}

.profile .control_panel .left {
    left: 0;
    text-align: left;
}

.profile .control_panel .right {
    right: 0;
    text-align: right;
}

.profile .control_panel a {
    font: 16px/20px 'mhrg';
    color: #262626;
    text-transform: uppercase;
}

.profile_page_interests .interests-group {
    border-bottom: 1px solid #262626;
    margin-bottom: 20px;
}

.cb-cols {
    display: block;
    padding: 0;
    margin: 0 0 10px 0;
}

.cb-col2-header {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}

.cb-col2-header .cb-cols-title {
    font: normal 24px/26px 'mhrg';
    color: #262626;
}

.cb-cols .cb-col2 {
    display: table-cell;
    width: 300px;
    padding: 0 15px 0 0;
}

.cb-cols label {
    display: block;
    font: 14px/20px Tahoma, Helvetica, sans-serif;
    margin: 10px 0;
}

.profile_page_social .block_title {
    margin: 30px 0 20px;
    color: #333333;
    font: 16px/20px 'mhrglight';
}

.profile_page_social .auth-social {
    display: table;
    padding: 0;
    border-collapse: collapse;
}

.profile_page_social .auth-social li {
    border: 1px solid #CCCCCC;
    display: table-cell;
    width: 105px;
    height: 105px;
    padding: 0;
    margin: 0;
}

.profile_page_social .auth-social li a {
    display: block;
    width: 103px;
    height: 103px;
    background-size: 700px auto;
    background-repeat: no-repeat;
    background-image: url("../../img/social_sprite@2x.a3f89227e489.png");
}

.lt-ie9 .profile_page_social .auth-social li a {
    background-image: url("../../img/social_sprite.abcda6454731.png");
}

.profile_page_social .auth-social li a#sn-facebook {
    background-position: 12px 9px;
}

.profile_page_social .auth-social li a#sn-facebook:hover {
    background-position: 11px -157px;
}

.profile_page_social .auth-social li a#sn-twitter {
    background-position: -70px 8px;
}

.profile_page_social .auth-social li a#sn-twitter:hover {
    background-position: -70px -158px;
}

.profile_page_social .auth-social li a#sn-vkontakte {
    background-position: -155px 8px;
}

.profile_page_social .auth-social li a#sn-vkontakte:hover {
    background-position: -155px -159px;
}

.profile_page_social .auth-social li a#sn-google {
    background-position: -297px 2px;
}

.profile_page_social .auth-social li a#sn-google:hover {
    background-position: -297px -198px;
}

.profile_page_social .auth-social li a#sn-youtube {
    background-position: -398px 2px;
}

.profile_page_social .auth-social li a#sn-youtube:hover {
    background-position: -398px -198px;
}

.profile_page_social .auth-social li a#sn-odnoklassniki {
    background-position: -498px 2px;
}

.profile_page_social .auth-social li a#sn-odnoklassniki:hover {
    background-position: -498px -198px;
}

.profile_page_social .auth-social li a#sn-mail {
    background-position: -599px 2px;
}

.profile_page_social .auth-social li a#sn-mail:hover {
    background-position: -599px -198px;
}

.profile_page_social .linked-social {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.profile_page_social .linked-social li {
    margin: 0px;
    padding: 0px;
    min-height: 100px;
    position: relative;
    padding: 5px 0 0 120px;
    margin: 0px 0 30px 0;
    font: 14px/30px Tahoma, Helvetica, sans-serif;
}

.profile_page_social .linked-social li .icon {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #CCCCCC;
    width: 103px;
    height: 103px;
    background-size: 700px auto;
    background-repeat: no-repeat;
    background-image: url("../../img/social_sprite@2x.a3f89227e489.png");
}

.lt-ie9 .profile_page_social .linked-social li .icon {
    background-image: url("../../img/social_sprite.abcda6454731.png");
}

.profile_page_social .linked-social li .user_name {
    font: normal 18px/30px 'mhrglight';
    color: #262626;
}

.profile_page_social .linked-social li .warn {
    font: 14px/24px Tahoma, Helvetica, sans-serif;
}

.profile_page_social .linked-social li #linked-facebook {
    background-position: 2px -198px;
}

.profile_page_social .linked-social li #linked-twitter {
    background-position: -99px -198px;
}

.profile_page_social .linked-social li #linked-vkontakte {
    background-position: -198px -198px;
}

.profile_page_social .linked-social li #linked-google {
    background-position: -297px -198px;
}

.profile_page_social .linked-social li #linked-youtube {
    background-position: -398px -198px;
}

.profile_page_social .linked-social li #linked-odnoklassniki {
    background-position: -498px -198px;
}

.profile_page_social .linked-social li #linked-mail {
    background-position: -599px -198px;
}

.tab_menu {
    display: block;
    list-style: none;
    margin: 0 0 0px 0;
    padding: 0;
    border: 0;
    /* border-bottom: 1px solid #e6e6e6; */
    font-size: 0;
    background: url("../../img/bborder_tabmenu_1x52_e6e6e6.e4afa25f8934.png") left -17px repeat;
}

.tab_menu > li {
    margin: 0 15px 18px 0;
    padding: 0;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font: 16px/16px 'mhrg';
    top: 1px;
}

.tab_menu > li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0 0 17px 0;
    border-bottom: 1px solid transparent;
}

.tab_menu > li a:hover,
.tab_menu > li.selected a {
    color: #E53917;
    border-color: #E53917;
}

.tab_menu_sub {
    position: relative;
    margin-top: -15px;
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
}

.tab_menu_sub li {
    width: 50%;
    position: relative;
    float: left;
    text-transform: uppercase;
    font: 16px 'mhrglight';
    height: 50px;
    line-height: 50px;
    text-align: center;
    list-style-type: none;
}

.tab_menu_sub li a {
    color: #333;
    display: block;
}

.tab_menu_sub li.selected a {
    color: #999;
}

.tab_menu_sub li a:hover {
    color: #999;
    text-decoration: none;
}

.tab_menu_sub li:last-child a {
    border-left: 1px solid #e6e6e6;
}

/* Experts/profile page */
.profile_box {
    padding: 24px 28px 30px 28px;
}

.profile_box .name {
    font: normal 29px/27px 'mhrg';
    color: #262626;
    border-bottom: 1px solid #cecece;
    padding-bottom: 12px;
    text-align: left;
}

.profile_box .avatar {
    position: relative;
    text-align: center;
    /* height: 240px;
  margin-top: 28px; */
    margin: 28px 0 20px 0;
}

.profile_box .avatar img {
    width: 180px;
    height: 180px;
    display: block;
    margin: 0 auto 14px;
    border-radius: 90px;
}

.profile_box .avatar a {
    color: #262626;
    font: 16px 'mhrglight';
}

.profile_box .avatar .forces {
    position: absolute;
    top: 2px;
    right: 0px;
    height: 60px;
    width: 60px;
    border-radius: 60px;
    border: 3px solid #F2F2F2;
    background: #ffdb26;
    color: #262626;
    font: normal 13px/13px 'mhrglight';
}

.profile_box .avatar .forces b {
    display: block;
    font: normal 18px/18px 'mhrg';
    margin: 17px 0 0 0;
}

.profile_box .answers_list {
    padding-left: 0;
    margin: 0;
    /* border-top: 1px solid #cecece; */
}

.profile_box .answers_list + .answers_list {
    border-top: 1px solid #262626;
    margin-top: 15px;
    padding-top: 15px;
}

.profile_box .answers_list li {
    border-top: 1px solid #cecece;
    padding: 14px 0;
    font: 16px 'mhrg';
    text-transform: uppercase;
    text-align: left;
    list-style-type: none;
    position: relative;
}

.profile_box .answers_list li:first-child {
    border-top: 0;
}

.profile_box .answers_list li a {
    color: #333;
    text-decoration: none;
}

.profile_box .answers_list li.selected a {
    color: #E63917;
}

.profile_box .answers_list li .comment_tip {
    background: #e63917;
    font: 16px/21px 'mhrglight';
    color: #fff;
    border-radius: 4px;
    top: 12px;
    right: 0;
}

.profile_box .answers_list li .comment_tip:after {
    display: none;
}

/* Expert questions list */
/*     .page_expert_questions_list .page-content {
        padding: 0 0 0 330px;
    } */
.page_expert_questions_list .expert_question_block {
    padding: 0px 0px 0px 0px;
}

.page_expert_questions_list .advertise {
    margin: 0;
}

.intro {
    font: 20px/25px 'mhrglight';
    margin-bottom: 40px;
    /* border-radius: 4px; */
}

.intro .title {
    font: normal 24px/30px 'mhrg';
    color: #262626;
    margin-bottom: 10px;
}

.intro p {
    color: #4d4d4d;
    margin: 0;
    margin-top: 8px;
}

.expert_question_search {
    height: 60px;
    position: relative;
    margin-bottom: 35px;
    overflow: hidden;
}

.expert_question_search .input_text {
    border: 1px solid #e5e5e5;
    height: 18px;
    width: 100%;
    border-radius: 4px;
    text-indent: 25px;
    padding: 20px 0;
    margin: 0;
    font: 16px/18px 'mhrglight';
    outline: 0;
}

.expert_question_search .input_text:focus {
    outline: 0;
}

.expert_question_search .input_text::-webkit-input-placeholder {
    color: #ccc;
}

.expert_question_search .input_text:-moz-placeholder {
    color: #ccc;
}

.expert_question_search .btn.submit {
    border-radius: 4px;
    width: 60px;
    height: 60px;
    background: #00BFE5 url("../../img/main_menu_sprite@2x.8855f2980aa9.png") -119px -120px no-repeat;
    background-size: 300px auto;
    position: absolute;
    right: 0;
    bottom: 0px;
    border: none;
    text-indent: -200px;
}

.lt-ie9 .expert_question_search .btn.submit {
    background: #00BFE5 url("../../img/main_menu_sprite.a153f6317b20.png") -90px -90px no-repeat;
}

.expert_ask_form {
    background: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.expert_ask_form .container {
    width: 630px;
}

.expert_ask_form h3 {
    font: normal 24px/22px 'mhrg';
}

.expert_ask_form .avatar {
    float: left;
    width: 60px;
}

.expert_ask_form .avatar img {
    border-radius: 60px;
}

.expert_ask_form .form {
    padding-left: 90px;
}

.expert_ask_form .form .field {
    margin-bottom: 24px;
    position: relative;
}

.expert_ask_form .form label {
    font: 16px 'mhrg';
    color: #4c4c4c;
    text-transform: uppercase;
    display: block;
    margin-bottom: 11px;
}

.expert_ask_form .form .help {
    display: block;
    font: 13px Tahoma, Helvetica, sans-serif;
    margin-top: 8px;
}

.expert_ask_form .form mark {
    background: none;
    color: #f30;
}

.expert_ask_form .form .btn {
    width: 240px;
}

.expert_ask_form .form .symbol_numb {
    color: #f30;
    font: 14px/18px 'mhrglight';
    position: absolute;
    right: 12px;
    bottom: 7px;
}

.expert_ask_form .form input,
.expert_ask_form .form textarea {
    border: 1px solid #e5e5e5;
    font: 14px/18px Tahoma, Helvetica, sans-serif;
    border-radius: 4px;
    width: 498px;
    padding: 13px 20px;
}

.expert_ask_form .form textarea {
    height: 198px;
    padding: 13px 20px 25px;
}

.expert_ask_form .form input.btn {
    font: normal 16px "mhrg";
}

/* Expert detail page (article) */
.expert_detail article footer {
    clear: both;
    padding: 0px 330px;
}

.expert_detail article aside .advertise {
    position: relative;
    margin: 0;
}

.expert_detail article .text {
    padding: 0;
    margin: 0 0 0 330px;
}

article .expert_info {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #E5E5E5;
    margin: 8px 0 30px 0;
    float: left;
}

article .expert_info .img {
    height: auto !important;
    line-height: 0;
    width: 100px;
    float: left;
    border: none;
}

article .expert_info .blogger {
    margin: 30px 0 0 120px;
}

/* --- Subscribe block ----- */
.subscribe {
    padding: 40px;
    background: #F5F5F5;
    margin-bottom: 50px;
}

.subscribe label {
    float: left;
    width: 300px;
    padding: 0 0px 0 0;
    height: 44px;
    font: normal 23px/23px 'mhrg';
    text-transform: uppercase;
    color: #262626;
}

.subscribe label em {
    font-style: normal;
    white-space: nowrap;
}

.subscribe-input {
    float: left;
    width: 438px;
    padding: 0 26px 0 26px;
}

.subscribe > div {
    float: left;
    padding: 0 0 0 30px;
}

.subscribe-input .form-control {
    color: #262626;
}

.subscribe .btn {
    width: 220px;
    float: left;
    margin: 0 0 0 40px;
}

/* --------------------------------- */
.ask_box {
    /* overflow: hidden; */
    margin: 30px 0;
}

.ask_box dt {
    width: 300px;
    padding: 0;
    margin: 0;
    float: left;
    padding-top: 4px;
}

.ask_box dd {
    width: 300px;
    color: #4d4d4d;
    font: 14px Tahoma, Helvetica, sans-serif;
    margin: 0 0 0 330px;
}

.ask_box dd a {
    text-decoration: none;
}

/* Additional menu for experts file page */
.similar {
    width: 300px;
    float: left;
}

.similar .title {
    font: 16px/16px 'mhrglight';
    color: #999999;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 6px;
}

.similar .list dl {
    padding: 25px 0;
    border-bottom: 1px solid #E5E5E5;
    margin: 0;
}

.similar .list dt, .similar .list dd {
    display: block;
    margin: 0;
    text-transform: uppercase;
}

.similar .list dd {
    margin-bottom: 12px;
    color: #e63917;
    font: 16px/16px 'mhrglight';
}

.similar .list dt a {
    color: #262626;
    font: 21px/25px 'mhrg';
}

.similar .list dt a:hover {
    text-decoration: none;
}

/* Forms */
.form aside {
    position: relative;
}

.wrapper.form .profile_menu {
    display: none;
}

.wrapper.form .tab_menu {
    margin-bottom: 30px;
}

.wrapper.form .tab-content {
    margin-bottom: 30px;
}

.wrapper.form h1 {
    margin-left: 330px;
}

.form-group.helper {
    padding: 0;
}

.form-group + .form-group.helper {
    margin-top: -8px;
}

.form-group.helper .text {
    padding: 0 0 10px 0;
    font: 14px/20px Tahoma, Helvetica, sans-serif;
    /* line-height: 8px; */
}

fieldset.block {
    position: relative;
}

fieldset.block .separator {
    position: absolute;
    height: 1px;
    background: #e6e6e6;
    width: 100%;
    margin-left: -29px;
    margin-top: 29px;
}

.wrapper.form .inline-group.after_helper {
    padding-bottom: 14px;
}

.register_offer {
    overflow: hidden;
    padding: 70px 0 5px 135px;
    margin: 0;
}

.register_offer dd {
    float: left;
    font: 16px/20px 'mhrglight';
    text-transform: uppercase;
    margin: 0;
}

.register_offer dt {
    float: right;
    font: 16px/20px 'mhrglight';
}

.login_social_box {
    background: #F2F2F2;
    padding: 30px 40px;
    margin-bottom: 30px;
}

.login_social_box a {
    position: relative;
    top: -5px;
    margin-left: 55px;
}

.promocode_box {
    overflow: hidden;
    margin-bottom: 20px;
}

.promocode_box p {
    margin-top: 0;
}

.promocode_box .pic {
    margin-bottom: 30px;
}

.promocode_box .tab-content {
    margin-left: 0px;
}

.promocode_box .tab-content fieldset {
    margin-top: 0;
}

.progress-bar {
    background: #e6e6e6;
    height: 5px;
    position: relative;
}

.progress-bar-item.active {
    background: #e63917;
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
}

/* Auction */
.auction .page-content {
    padding-left: 0;
}

.auction_list {
    padding: 0;
    margin: 0;
}

.auction_list li {
    display: block;
    list-style-type: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 40px 0;
}

.auction_list li:last-child {
    border-bottom: none;
}

.lot_box .pic {
    float: left;
    width: 300px;
    text-align: center;
    position: relative;
}

.lot_box.closed .pic .status_box {
    position: absolute;
    width: 100%;
    top: 45%;
}

.status_box .status {
    background: #ffdb26;
    height: 20px;
    padding: 0 12px;
    font: 16px/20px 'mhrg';
    color: #262626;
    display: inline-block;
    margin: 0 auto;
    text-transform: uppercase;
    position: relative;
}

.status_box .status:before, .status_box .status:after {
    content: '';
    float: left;
    width: 5px;
    height: 20px;
    position: absolute;
}

.status_box .status:before {
    left: -5px;
    background: url("../../img/auction_status.f4e6f9fb0e68.png");
}

.status_box .status:after {
    right: -5px;
    float: right;
    background: url("../../img/auction_status.f4e6f9fb0e68.png") top right;
}

.lot_box .pic img {
    width: 100%;
    max-width: 204px;
    height: auto !important;
}

.lot_box .info {
    padding-left: 330px;
}

.lot_box .info p {
    font: 16px/25px Tahoma, Helvetica, sans-serif;
}

.lot_box .info p:last-child {
    margin-bottom: 0;
}

.lot_box .info .title, .lot_box .info .title a {
    font: normal 27px 'mhrg';
    color: #262626;
    margin-bottom: 10px;
    line-height: 0;
}

.lot_box a:hover {
    text-decoration: none;
}

.lot_box dl, .lot_box dt, .lot_box dd {
    padding: 0;
    margin: 0;
}

.lot_box .lot_status {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    padding: 10px 0;
}

.lot_box .lot_status dl {
    display: table;
    height: 40px;
    float: left;
}

.lot_box .lot_status dt, .lot_box .lot_status dd {
    display: table-cell;
    vertical-align: middle;
    padding-right: 16px;
}

.lot_box .lot_status dd {
    font: 16px/20px 'mhrglight';
    text-transform: uppercase;
}

.lot_status .price dd {
    width: 32px;
}

.lot_status .price dt {
    font: 50px/0px 'mhrglight';
    color: #E53917;
}

.lot_status .participants {
    border-left: 1px solid #e6e6e6;
}

.lot_status .participants dt, .lot_status .participants dd {
    padding-left: 16px;
    padding-right: 0;
}

.lot_status .participants .name, .lot_status .participants .name a {
    display: block;
    color: #E53917;
}

.lot_status .participants .user {
    float: left;
    margin-right: 5px;
}

.lot_status .participants .more {
    border-radius: 40px;
    background: #dedede;
    font: 16px/40px 'mhrglight';
    text-align: center;
    color: #999;
    float: left;
    height: 40px;
    width: 40px;
}

.lot_status .participants .user img {
    border-radius: 40px;
}

.lot_status .participants dd {
    width: 82px;
}

.lot_box.closed .participants dd {
    width: auto;
    padding-left: 8px;
}

.lot_info .text {
    font: 16px/25px Tahoma, Helvetica, sans-serif;
}

.lot_box .buttons, .lot_info .buttons {
    margin-top: 16px;
    overflow: hidden;
}

.lot_box .buttons .btn, .lot_info .buttons .btn {
    float: left;
    width: 210px;
}

.lot_box .buttons.active .btn,
.lot_info .buttons.active .btn {
    background: #fff;
    border: solid 2px #E53917;
    color: #E53917;
    line-height: 43px;
}

.lot_box .buttons .cancel,
.lot_info .buttons .cancel {
    color: #262626;
    float: left;
    margin-left: 16px;
    height: 47px;
    font: normal 16px/47px 'mhrg';
    text-transform: uppercase;
}

.lot_info .buttons .cancel {
    margin-left: 0px;
    float: right;
}

.winners {
    margin-top: -15px;
}

.winners .winner_box .winner_profile {
    float: left;
    width: 315px;
    text-align: center;
    padding-top: 40px;
}

.winners .winner_box .winner_profile a {
    text-decoration: none;
}

.winners .winner_box .winner_profile img {
    margin-bottom: 16px;
    border-radius: 60px;
}

.winners .winner_box .winner_profile .user {
    font: 20px 'mhrglight';
    text-transform: uppercase;
    color: #E53917;
    display: block;
}

.winners .winner_box .lot_box {
    margin-left: 330px;
    border-left: 1px solid #e6e6e6;
}

.winners .lot_status .price {
    width: 100%;
}

.winners .lot_status .price dd {
    width: auto;
}

.winners .lot_status .price dt {
    text-align: right;
    padding-right: 0;
}

.auction .section_title {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.auction .section_title .title,
.auction .section_title h1 {
    font: normal 45px 'mhrg';
    color: #262626;
    margin-bottom: 22px;
    text-transform: none;
    margin-top: 22px;
}

.lot_page {
    overflow: hidden;
}

.lot_page .lot_box {
    float: left;
    width: 628px;
    border: 1px solid #e6e6e6;
}

.lot_page .lot_box .pic {
    border-right: 1px solid #e6e6e6;
    padding-top: 40px;
    padding-bottom: 15px;
    width: 330px;
}

.lot_page .lot_box .pic img {
    max-width: 300px;
}

.lot_page .lot_box .info {
    padding-left: 360px;
    padding-right: 26px;
}

.lot_page .lot_status dl {
    float: none;
}

.lot_page .lot_status {
    border-top: none;
    overflow: hidden;
    padding: 0;
}

.lot_page .lot_status .price {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    height: 90px;
}

.lot_page .lot_status .participants {
    height: auto !important;
}

.lot_page .lot_box.closed .lot_status .participants {
    border-left: none;
    margin-left: 14px;
    width: 100%;
    padding: 22px 0;
}

.lot_page .lot_box.closed .lot_status {
    border-bottom: 1px solid #e6e6e6;
}

.lot_page .lot_status {
    border-bottom: none;
}

.lot_page .lot_box.closed .lot_status .participants dd, .lot_page .lot_box.closed .lot_status .participants dt {
    display: table-cell;
}

.lot_page .lot_box.closed .lot_status .participants dt {
    width: 52px;
}

.lot_page .lot_box.closed .lot_status .participants dd {
    text-align: left;
    margin-bottom: 0;
}

.lot_page .lot_status .participants dd {
    text-align: center;
    margin-bottom: 10px;
}

.lot_page .lot_status .participants {
    height: 115px;
    border-left: none;
    border-bottom: left;
}

.lot_page .lot_status .participants dd, .lot_page .lot_status .participants dt {
    display: block;
    width: 100%;
}

.lot_page .price dd {
    width: auto;
}

.lot_page .price dt {
    text-align: right;
    padding-right: 0;
}

.lot_page .lot_box .info p {
    padding-top: 5px;
    text-align: center;
    margin-bottom: 10px;
}

.lot_page .lot_info {
    margin-left: 660px;
    position: relative;
    top: -4px;
}

.auction .lot_box .lot_status .activity {
    margin: 16px 0;
    display: block;
    float: none;
    height: auto;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 12px;
}

.auction .activity dd {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding-right: 0;
}

.auction .activity dt {
    display: block;
    text-align: center;
    font: 16px/20px 'mhrglight';
    margin-top: 10px;
}

.auction .activity .progress-bar {
    margin-top: 10px;
}

.auction .social {
    width: 628px;
}

.lot_page .buttons .btn {
    margin-top: 10px;
    margin-bottom: 25px;
}

.lot_page .buttons.active .btn {
    margin-top: 0px;
    margin-bottom: 0px;
}

article .text.rules {
    padding-left: 0;
}

/* AutoComplete script for select's */
/* @group Base */
.chzn-container {
    font-size: 16px;
    position: relative;
    /*  display: inline-block;
    zoom: 1;
    *display: inline; */
}

.chzn-container .chzn-drop {
    background: #fff;
    border: 1px solid #aaa;
    border-top: 0;
    position: absolute;
    top: 25px;
    /** 29 */
    left: 0;
    /*
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  */
    z-index: 999;
}

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
    background-color: #ffffff;
    /* -webkit-box-shadow: inset 0px 2px 2px 0px #d9d9d9;
  box-shadow: inset 0px 2px 2px 0px #d9d9d9;*/
    -webkit-transition: all ease 200ms;
    transition: all ease 200ms;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 12px;
    color: #4D4D4D;
    text-decoration: none;
}

.chzn-container-single .chzn-default {
    color: #4D4D4D;
}

.chzn-container-single .chzn-single span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.chzn-container-single .chzn-single abbr {
    display: block;
    position: absolute;
    right: 30px;
    top: -2px;
    width: 12px;
    height: 13px;
    font-size: 18px;
    /* background: url(/design/i/chosen-sprite.png) right top no-repeat;  */
}

.chzn-container-single .chzn-single abbr:hover {
    background-position: right -11px;
}

.chzn-container-single .chzn-single abbr:before {
    display: block;
    content: "\00D7";
    position: absolute;
    top: 0;
    height: 13px;
}

.chzn-container-single .chzn-single div {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    line-height: 30px;
    width: 18px;
}

.chzn-container-single .chzn-single div b {
    /*  background: url(/design/i/chosen-sprite.png) no-repeat 0 0;
    width: 100%;
    height: 100%;
  */
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 0;
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.chzn-container-single .chzn-search {
    padding: 0px 4px 2px;
    position: relative;
    margin: 0;
    white-space: nowrap;
    z-index: 1010;
}

.chzn-container-single .chzn-search input {
    margin: 1px 0;
    padding: 6px 20px 6px 5px;
    outline: 0;
    border: 1px solid #aaa;
    font-family: sans-serif;
    font-size: 1em;
}

.chzn-container-single .chzn-drop {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

/* @end */
.chzn-container-single-nosearch .chzn-search input {
    position: absolute;
    left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
    background-image: -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
    background-image: -moz-linear-gradient(top, #eeeeee 1%, white 15%);
    background-image: -o-linear-gradient(top, #eeeeee 1%, white 15%);
    background-image: -ms-linear-gradient(top, #eeeeee 1%, white 15%);
    background-image: linear-gradient(top, #eeeeee 1%, white 15%);
    border: 1px solid #aaa;
    margin: 0;
    padding: 0;
    cursor: text;
    overflow: hidden;
    height: auto !important;
    height: 1%;
    position: relative;
}

.chzn-container-multi .chzn-choices li {
    float: left;
    list-style: none;
}

.chzn-container-multi .chzn-choices .search-field {
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.chzn-container-multi .chzn-choices .search-field input {
    color: #666;
    background: transparent !important;
    border: 0 !important;
    font-family: sans-serif;
    font-size: 100%;
    height: 15px;
    padding: 5px;
    margin: 1px 0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.chzn-container-multi .chzn-choices .search-field .default {
    color: #999;
}

.chzn-container-multi .chzn-choices .search-choice {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    border: 1px solid #aaaaaa;
    line-height: 13px;
    padding: 3px 20px 3px 5px;
    margin: 3px 0 3px 5px;
    position: relative;
    cursor: default;
}

.chzn-container-multi .chzn-choices .search-choice-focus {
    background: #d4d4d4;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
    display: block;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 12px;
    height: 13px;
    font-size: 1px;
    background: url("../../img/chosen-sprite.8e70d120437f.png") right top no-repeat;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
    background-position: right -11px;
}

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
    background-position: right -11px;
}

/* @end */
/* @group Results */
.chzn-container .chzn-results {
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.chzn-container-multi .chzn-results {
    margin: -1px 0 0;
    padding: 0;
}

.chzn-container .chzn-results li {
    display: none;
    line-height: 20px;
    padding: 5px 6px;
    margin: 0;
    list-style: none;
}

.chzn-container .chzn-results .active-result {
    cursor: pointer;
    display: list-item;
}

.chzn-container .chzn-results .highlighted {
    background-color: #00BFE6;
    /*
    background-color: #3875d7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  */
    color: #fff;
}

.chzn-container .chzn-results li em {
    background: #feffde;
    font-style: normal;
}

.chzn-container .chzn-results .highlighted em {
    background: transparent;
}

.chzn-container .chzn-results .no-results {
    background: #f4f4f4;
    display: list-item;
}

.chzn-container .chzn-results .group-result {
    cursor: default;
    color: #999;
    font-weight: bold;
}

.chzn-container .chzn-results .group-option {
    padding-left: 15px;
}

.chzn-container-multi .chzn-drop .result-selected {
    display: none;
}

.chzn-container .chzn-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    /* This should by dynamic with js */
    z-index: 1;
}

.chzn-container .chzn-results-scroll span {
    display: inline-block;
    height: 17px;
    text-indent: -5000px;
    width: 9px;
}

.chzn-container .chzn-results-scroll-down {
    bottom: 0;
}

.chzn-container .chzn-results-scroll-down span {
    background: url("../../img/chosen-sprite.8e70d120437f.png") no-repeat -4px -3px;
}

.chzn-container .chzn-results-scroll-up span {
    background: url("../../img/chosen-sprite.8e70d120437f.png") no-repeat -22px -3px;
}

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
    /*  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #5897fb;
  */
}

.chzn-container-active .chzn-single-with-drop {
    border: 1px solid #aaa;
    border-radius: 4px 4px 0 0;
    /*
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -o-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    background-color: #eee;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, white));
    background-image: -webkit-linear-gradient(top, #eeeeee 20%, white 80%);
    background-image: -moz-linear-gradient(top, #eeeeee 20%, white 80%);
    background-image: -o-linear-gradient(top, #eeeeee 20%, white 80%);
    background-image: -ms-linear-gradient(top, #eeeeee 20%, white 80%);
    background-image: linear-gradient(top, #eeeeee 20%, white 80%);
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; */
}

.chzn-container-active .chzn-single-with-drop div {
    background: transparent;
    border-left: none;
}

.chzn-container-active .chzn-single-with-drop div b {
    /* background-position: -18px 1px;  */
    border-top: 0;
    border-bottom: 4px solid #333;
}

.chzn-container-active .chzn-choices {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #5897fb;
}

.chzn-container-active .chzn-choices .search-field input {
    color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chzn-disabled {
    cursor: default;
    opacity: 0.5 !important;
}

.chzn-disabled .chzn-single {
    cursor: default;
}

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
    cursor: default;
}

/* @group Right to Left */
.chzn-rtl {
    text-align: right;
}

.chzn-rtl .chzn-single {
    padding: 0 8px 0 0;
    overflow: visible;
}

.chzn-rtl .chzn-single span {
    margin-left: 26px;
    margin-right: 0;
    direction: rtl;
}

.chzn-rtl .chzn-single div {
    left: 3px;
    right: auto;
}

.chzn-rtl .chzn-single abbr {
    left: 26px;
    right: auto;
}

.chzn-rtl .chzn-choices .search-field input {
    direction: rtl;
}

.chzn-rtl .chzn-choices li {
    float: right;
}

.chzn-rtl .chzn-choices .search-choice {
    padding: 3px 5px 3px 19px;
    margin: 3px 5px 3px 0;
}

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
    left: 4px;
    right: auto;
    background-position: right top;
}

.chzn-rtl.chzn-container-single .chzn-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chzn-rtl .chzn-results .group-option {
    padding-left: 0;
    padding-right: 15px;
}

.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
    border-right: none;
}

.chzn-rtl .chzn-search input {
    background: white url("../../img/chosen-sprite.8e70d120437f.png") no-repeat -38px -22px;
    background: url("../../img/chosen-sprite.8e70d120437f.png") no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
    background: url("../../img/chosen-sprite.8e70d120437f.png") no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
    background: url("../../img/chosen-sprite.8e70d120437f.png") no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, white 15%);
    background: url("../../img/chosen-sprite.8e70d120437f.png") no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, white 15%);
    background: url("../../img/chosen-sprite.8e70d120437f.png") no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, white 15%);
    background: url("../../img/chosen-sprite.8e70d120437f.png") no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, white 15%);
    padding: 4px 5px 4px 20px;
    direction: rtl;
}

/* @end */
/*** Google search view  */
.mainsection .gsc-control-cse {
    padding: 0;
    border: 0;
    font-family: Tahoma, Helvetica, sans-serif;
}

.mainsection input.gsc-input {
    border: 1px solid #E5E5E5;
    border-right: 0;
    border-radius: 4px 0px 0px 4px;
    padding: 20px 4px 20px 20px;
    font: 16px/18px 'mhrglight';
    color: #4D4D4D;
    background-position: 20px 50% !important;
}

.mainsection input.gsc-search-button {
    border: 0;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    background: #00BFE5 url("../../img/main_menu_sprite@2x.8855f2980aa9.png") -70px -70px no-repeat;
    background-size: 200px auto;
    font-size: 0px;
}

.lt-ie9 .mainsection input.gsc-search-button {
    background: #00BFE5 url("../../img/main_menu_sprite.a153f6317b20.png") -70px -70px no-repeat;
}

.mainsection td.gsc-clear-button {
    display: none;
}

.mainsection .gsc-tabsArea {
    margin-bottom: 20px;
}

.mainsection .gsc-tabHeader {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: -1px;
    font: normal 16px/16px 'mhrg';
    text-transform: uppercase;
}

.mainsection .gsc-tabHeader.gsc-tabhInactive {
    color: #333;
    background: none;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: 1px solid transparent;
    outline: 0;
}

.mainsection .gsc-tabHeader.gsc-tabhInactive:hover {
    color: #E53917;
    border-bottom-color: #E53917;
}

.mainsection .gsc-tabHeader.gsc-tabhActive {
    background-color: #FFF;
    color: #E53917;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: 1px solid #E53917;
    outline: 0;
}

.mainsection .gsc-above-wrapper-area {
    display: none;
}

.mainsection .gsc-control-cse .gsc-table-result {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 14px;
}

.mainsection .gsc-adBlock {
    margin-bottom: 20px;
}

.mainsection .gs-web-image-box,
.mainsection .gs-promotion-image-box {
    padding: 2px 10px 2px 0px;
    width: 152px;
}

.mainsection .gs-web-image-box img.gs-image,
.mainsection .gs-promotion-image-box img.gs-promotion-image {
    max-width: 150px;
    max-height: 200px;
    width: expression(this.width > 154 ? '154px': true);
    height: expression(this.height > 200 ? '200px': true);
}

.mainsection .gsc-url-bottom,
.mainsection .gs-per-result-labels {
    display: none;
}

.mainsection .gs-result .gs-title, .gs-result .gs-title * {
    text-decoration: none;
    text-transform: uppercase;
    color: #262626;
    font-weight: bold;
}

.mainsection .gsc-control-cse .gs-webResult.gs-result a.gs-title,
.mainsection .gsc-control-cse .gs-webResult.gs-result a.gs-title b,
.mainsection .gsc-control-cse .gs-webResult.gs-result a.gs-title:hover,
.mainsection .gsc-control-cse .gs-webResult.gs-result a.gs-title:hover b,
.mainsection .gsc-control-cse .gs-webResult.gs-result a.gs-title:visited,
.mainsection .gsc-control-cse .gs-webResult.gs-result a.gs-title:visited b,
.mainsection .gsc-control-cse .gs-webResult.gs-result a.gs-title:link,
.mainsection .gsc-control-cse .gs-webResult.gs-result a.gs-title:link b {
    color: #262626;
    text-decoration: none;
}

.mainsection .gs-webResult .gs-snippet,
.mainsection .gs-imageResult .gs-snippet,
.mainsection .gs-fileFormatType {
    color: #4d4d4d;
}

.mainsection .gsc-results .gsc-cursor-box {
    border-top: 1px solid #E5E5E5;
    padding-top: 20px;
}

.mainsection .gsc-results .gsc-cursor-box .gsc-cursor-page {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 10px 0px 0 0;
    font: 21px/40px 'mhrglight';
    color: #262626;
    text-decoration: none;
    text-align: center;
}

.mainsection .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    background: #FFDB25;
}

.mainsection .gsc-results .gsc-cursor-box .gsc-cursor-current-page,
.mainsection .gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover {
    background: #F5F5F5;
    color: #999;
}

/** 'ipad album' 1024x768 resolution */
@media (max-width: 1360px) {
    .wallpaper .fullwidth_banner,
    .wallpaper .layout,
    .wallpaper #search_pane,
    .wallpaper .fullnav {
        width: 1000px;
    }

    .wallpaper .subnav-fixed #search_pane {
        width: 100%;
    }

    .breadcrumbs ol {
        width: 960px;
    }

    .container {
        width: 960px;
    }

    #top_news_swipper {
        width: 990px;
    }

    .mainsection {
        width: 630px;
    }

    #inc_block_float {
        float: none;
        clear: both;
    }

    .main_announce_list ul {
        width: 660px;
    }

    .advertise {
        margin-bottom: 40px;
    }

    .subsection,
    .feature {
        float: none;
        clear: both;
    }

    .experts .container .swiper-container {
        width: 990px;
    }

    .promotion .announce_list {
        width: 960px;
    }

    .attention section,
    .popular section {
        float: left;
        width: 630px;
        margin: 0 30px 0 0px;
    }

    .promo {
        width: 300px;
    }

    article header {
        padding: 0 40px;
    }

    article .text,
    article footer {
        padding: 0 0px 0px 0px;
    }

    article .text .img_detail {
        width: 630px;
        margin: 0 0 25px 0;
    }

    article .text .img_detail img {
        left: 0;
        max-width: 100%;
    }

    article .text .banner240 {
        position: relative;
        float: right;
        margin-right: -330px;
    }

    article .text hr.long {
        padding-left: 0;
        margin-left: 0;
    }

    article .text .clamp {
        padding: 0 0 0 0px;
    }

    article .text .clamp .pic.left,
    article .text .clamp .incut {
        float: none;
        margin: 5px 0px 20px 0px;
    }

    article .text .pic {
        text-align: center;
        width: 630px;
        margin: 0 0 20px 0;
    }

    article .text .pic.left {
        width: auto;
        float: left;
        position: relative;
        margin: 5px 30px 20px 0;
    }

    article .text .pic.left img {
        max-width: 300px;
    }

    article .text blockquote,
    article .text .box.left,
    article .text .test {
        width: auto;
        float: none;
        /* clear: both; */
        margin: 20px 0 30px 0;
    }

    article .text .test .img {
        float: left;
    }

    article .text .test .details {
        float: left;
        margin: 0 0 0 30px;
    }

    article .gallery-wrapper {
        margin-left: 0px;
    }

    article .b-pag-nav {
        padding: 29px 0px 0;
    }

    /* --- Subscribe block ----- */
    .subscribe {
        padding: 40px 24px;
        margin-bottom: 50px;
    }

    .subscribe-input {
        width: 338px;
    }

    .subscribe .btn {
        width: 180px;
    }

    /* ------------ */
    .comments section,
    .comments .comments_header {
        margin: 0 0 0 0px;
    }

    .leftsection {
        width: 100%;
        position: relative;
    }

    .events_page .events_list {
        width: 660px;
    }

    .events_page .events_list li {
        width: 100%;
    }

    /* Profile */
    .profile aside, .form aside {
        clear: left;
        float: left;
        height: auto !important;
    }

    .profile aside .advertise, .form aside .advertise {
        position: relative;
        top: 0;
    }

    .profile_page, .form_page {
        /* margin: 0 0 0 330px; */
    }

    /* .page_expert_questions_list .page-content { */
    .page-content {
        clear: left;
        padding: 0;
    }

    /* .page_expert_questions_list .expert_info { */
    .page_expert_questions_list .expert_info .img {
        width: 300px;
    }

    .page_expert_questions_list .expert_info .blogger {
        position: absolute;
        width: 300px;
        bottom: 60px;
        left: 330px;
    }

    .page_expert_questions_list .expert_info a.btn {
        position: absolute;
        width: 300px;
        bottom: 0;
        left: 330px;
    }

    .ask_box dd {
        /*         clear: left;
            margin: 0; */
    }

    .ask_box dt {
        margin: 0 0 30px 0;
    }

    .similar {
        display: none;
    }

    .expert_detail article .text {
        margin: 0;
    }

    .expert_detail article footer {
        padding: 0 330px 0 0;
    }

    .wrapper.form aside {
        float: right;
    }

    .wrapper.form h1 {
        margin-left: 0;
    }

    .form .form_page {
        padding-left: 0;
    }

    .lot_box .pic {
        width: 135px;
    }

    .lot_box .info {
        padding-left: 166px;
    }

    .winners .winner_box .winner_profile {
        float: none;
        width: 100%;
        padding-top: 0;
        border-bottom: 1px solid #e6e6e6;
        text-align: left;
        overflow: hidden;
    }

    .winners .winner_box .lot_box {
        margin-left: 0px;
        border-left: none;
        padding-top: 30px;
    }

    .auction_list.winners li {
        padding: 18px 0;
        border-bottom: solid 1px #000;
    }

    .winners .winner_box .winner_profile img {
        float: left;
    }

    .winners .winner_box .winner_profile .user {
        padding-left: 80px;
        padding-top: 18px;
    }

    .auction_list.winners .lot_box .pic {
        width: 300px;
    }

    .auction_list.winners .lot_box .info {
        padding-left: 330px;
    }

    .lot_page .lot_info {
        margin-left: 0px;
        top: 0;
        margin-top: 30px;
    }

    .lot_page .lot_box {
        padding-top: 0px;
        float: none;
        overflow: hidden;
    }

    .lot_page.active .lot_info .text {
        float: left;
        width: 386px;
    }

    .lot_page.active .lot_info .text:last-child {
        margin-top: 20px;
    }

    .lot_page.active .lot_info .buttons {
        padding-top: 5px;
        float: right;
        margin-top: 0;
    }

    .lot_page.active .lot_info .buttons a {
        float: none;
    }

    .lot_page.active .lot_info .buttons .cancel {
        float: left;
        margin-top: 12px;
    }

    .lot_page .buttons .btn {
        margin-top: 0px;
        margin-bottom: 25px;
    }
}

/** 'ipad portrait' 768x1024 resolution */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Text alignment & div floating
 */
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

.opacity70 {
    opacity: 0.7;
}

/* css3 transitions */
.transition200 .duration,
.transition200 .delay {
    visibility: hidden;
}

.transition200 {
    transition: 200ms;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
}

/**Test page**/
.test_detail article .text,
.test_result article .text {
    margin: 0 0 0 330px;
    padding: 0;
}

.test_result article .text {
    margin: 0 0 0 330px;
    padding: 30px;
    background: #f7f7f7;
}

.pop-block {
    width: 300px;
    float: left;
}

/*
.test-page-wrapper {
    position: relative;
}
.test-page-content {
    width: 630px;
    margin: 0 0 25px 330px;
    font: normal 16px/25px Tahoma, Helvetica, sans-serif;
    color: #4D4D4D;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}
.test-page-content .text {
    padding: 0;
    width: auto !important;
}
*/
.steps {
    margin-bottom: 25px;
}

.steps-header {
    overflow: hidden;
    margin-bottom: 10px;
}

.step-num {
    font: 16px 'mhrg';
    color: #e63917;
    text-transform: uppercase;
    margin: 0;
    float: left;
}

.quest-num {
    color: #b1b1b1;
    font: 16px 'mhrg';
    text-transform: uppercase;
    float: right;
}

.test-progress-bar {
    background: #f3f3f3;
    height: 4px;
    position: relative;
}

.test-progress-bar-item.active {
    background: #e63917;
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
}

/* .test-block,
.test-options {
    margin: 0;
    padding: 0;
    list-style: none;
} */
article .text ul.test-options {
    /* margin-left: 20px; */
}

article .text ul.test-options li {
    line-height: 20px;
}

article .text ul.test-options li:before {
    display: none;
}

article .text .test-block {
    display: none;
    list-style: none;
    font: normal 16px/25px Tahoma, Helvetica, sans-serif;
    color: #4D4D4D;
    padding: 0;
}

article .text .test-item {
    list-style: none;
    margin-bottom: 25px;
}

article .text .test-item:before {
    content: "";
}

article .text .test-item label {
    font: 16px/20px Tahoma, Helvetica, sans-serif;
}

/*
.test-page-content p {
    margin: 0;
}
.test-page-content p + p {
    margin-top: 15px;
}
.test-page-content img {
    max-width: 100%;
    height: auto;
}
*/
.test-quest, p.test-quest, .test-num {
    font: normal 24px/30px 'mhrg';
    color: #262626;
}

.test-num {
    float: left;
    padding-right: 4px;
}

/* .test-options {
    margin-top: 13px;
}

.test-options li {
    margin-top: 5px;
} */
.radio-block > * {
    display: inline-block;
    vertical-align: top;
}

.radio-block input[type=radio] {
    margin-right: 5px;
    margin-top: 7px;
}

.radio-block input + * {
    width: 94%;
}

.next-step {
    border-top: 1px solid #E5E5E5;
}

.next-step .btn {
    display: block;
    margin: 0 auto 0;
    width: 180px;
    border-radius: 0 0 4px 4px;
}

.pop-block .title {
    font: 16px/16px 'mhrglight';
    color: #999;
    border-bottom: 1px solid #E5E5E5;
    line-height: 1.7em;
    text-transform: uppercase;
}

.quest-left-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.quest-left-item {
    padding: 20px 0;
    border-bottom: 1px solid #E5E5E5;
}

.quest-left-item a {
    font: normal 24px/30px 'mhrg';
    color: #262626;
    text-decoration: none;
}

.quest-left-item-note {
    font: 16px/16px 'mhrglight';
    color: #999;
    margin-top: 10px;
}

.accented {
    color: #e63917;
}

.accented-tests {
    color: #e63917;
    margin: 0 !important;
}

.colored-background {
    background: #f7f7f7;
}

.test-page-result {
    padding: 30px;
}

.content-subtitle {
    font: normal 24px/30px 'mhrg';
    text-transform: uppercase;
    color: #262626;
    margin: 0;
    line-height: 1em;
}

.test-result-cont {
    margin-top: 20px !important;
}

.test-page-result .social {
    margin-top: 15px;
    margin-bottom: 20px;
}

.test-result-bottom {
    margin: 20px 0 0 0;
}

.test-result-bottom .btn {
    width: 240px;
    float: left;
}

.test-result-bottom .more-link {
    font: normal 16px 'mhrg';
    color: #262626;
    text-transform: uppercase;
    float: right;
    margin-top: 14px;
}

.test-result-bottom .more-link:hover {
    text-decoration: none;
}

.fixed {
    margin-left: 0;
}

.right_answers_block {
    display: none;
    margin: 20px 0 40px 0;
}

@media (min-width: 1000px) and (max-width: 1360px) {
    .pop-block, .communities_detail .leftsection {
        display: none;
    }

    .test-page-content {
        margin-left: 0;
    }

    .test_detail article .text,
    .test_result article .text {
        margin: 0;
    }
}

@media (max-width: 1000px) {
	
	article .text .img_detail img {
		left: 0;
		max-width: 100%;
}
    .test_detail article .mainsection,
    .test_result article .mainsection {
        width: 408px;
        float: left;
        padding: 0;
        margin: 0 0 0 30px;
        clear: none;
    }

    .test_detail article .text,
    .test_result article .text {
        width: auto;
        margin: 0 0 30px 0;
    }

    .pop-block, .communities_detail .leftsection {
        display: none;
    }

    .header-info span.test_questions_num {
        display: none;
    }

    /*     .test-page-content {
          margin-left: 30px;
          width: 410px;
      }
      .container.fullwidth-container {
          width: 768px;
      }
      article.test-page-content .text {
          width: 100%;
      }
      article.fullwidth-container header {
          margin-bottom: 40px;
      } */
}

.page_archive_detail .text {
		margin: 0 0 0 330px;
		max-width: 65%;
}

/*
.left-block-aside {
    width: 300px;
    float: left;
    overflow: hidden;
    z-index: 2;
}
.left-block-aside .btn {
    width: 300px;
}
*/
.editor-info-block {
    overflow: hidden;
    margin-bottom: 25px;
}

.editor-info-block-left {
    width: 70%;
    float: left;
}

.editor-info-img, .editor-desc {
    display: inline-block;
    vertical-align: middle;
}

.editor-info-img {
    margin-right: 10px;
}

.editor-sign {
    float: right;
}

.editor-desc {
    font: normal 16px/20px 'mhrglight';
    color: #4d4d4d;
}

.editor-name {
    font: normal 16px/20px 'mhrg';
    color: #e53917;
    text-transform: uppercase;
    display: block;
}

.left-block-aside-nav {
    margin-top: 20px;
}

.left-block-aside-nav .btn {
    margin-top: 20px;
}

.vers-switch-block {
    margin: 0px 0 0 0;
    font-size: 0;
    letter-spacing: -1px;
}

.vers-switch-block + .vers-switch-block {
    border-top: 1px solid #e6e6e6;
}

.switcher {
    width: 49%;
    display: inline-block;
    text-align: center;
    font: normal 16px/20px 'mhrglight';
    color: #8c8c8c;
    letter-spacing: normal;
    padding: 14px 20px 0;
    margin: 12px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: middle;
}

.switcher:hover {
    text-decoration: none;
}

.switcher p {
    margin: 10px 0;
    line-height: 1em;
}

.switcher + .switcher {
    border-left: 1px solid #e6e6e6;
}

.hrb1 {
    height: 1px;
    background: #000;
    margin: 20px 0;
}

h2 + .hrb1 {
    margin-top: -10px;
    margin-bottom: 30px;
}

@media (min-width: 1000px) and (max-width: 1360px) {
    .page_archive_detail .text {
        padding: 0 0 0 0px;
        margin: 0px;
        clear: left;
    }

    /*
      .three-columns .text {
          clear: both;
      }
      .three-columns .left-block-aside {
          width: 630px;
          font-size: 0;
          letter-spacing: -1px;
      }
  */
    .left-block-aside-nav {
        display: inline-block;
        vertical-align: bottom;
        width: 300px;
        margin: 0 0 0 25px;
    }

    /*
      .left-block-aside-nav >* {
          float: right;
      }

      .page_archive_detail .expert_info .left-block-aside-nav a.btn {
          position: relative;
          left: 0;
      }
  */
}

@media (max-width: 1000px) {
    .page_archive_detail .mainsection {
        width: 630px;
    }

    .page_archive_detail .slidesection {
        height: auto !important;
        position: relative;
    }

    .page_archive_detail .advertise,
    .page_archive_detail .advertise.fixed {
        position: relative;
        top: 0;
    }

    .page_archive_detail .text {
        clear: both;
        padding: 0 0 0 0px;
        margin: 0;
    }

    /*
      article.three-columns .mainsection {
          clear: none;
          padding-top: 0;
      }
      .three-columns .slidesection {
          margin-top: 55px;
      }
  */
}

.communities_detail .mainsection {
    margin: 0px 0 0 0px;
    /* padding: 0 0 0 330px */
    position: relative;
}

.communities_detail .slidesection {
    position: absolute;
    right: -330px;
}

.communities_detail article .text {
    padding: 0;
    margin: 0 0 0 330px;
}

.side-menu-block, .side-menu-submenu {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu-submenu {
    display: none;
}

.side-menu-item.active .side-menu-submenu {
    display: block;
}

.side-menu-block {
    font: 21px/25px 'mhrg';
}

.side-menu-submenu-item {
    font: 21px/25px 'mhrglight';
}

.side-menu-block li {
    border-bottom: 1px solid #e6e6e6;
}

.side-menu-item a {
    display: block;
    color: #4d4d4d;
}

.side-menu-item a:hover {
    text-decoration: none;
    background: #ffdb26;
}

.side-menu-item.active > a, .side-menu-submenu-item.active > a {
    color: #e63917;
}

.side-menu-item > a {
    text-transform: uppercase;
    padding: 10px 20px;
}

.side-menu-submenu-item > a {
    padding: 10px 40px;
}

.side-menu-submenu-item:last-child {
    border-bottom: none;
}

.add-theme-link {
    width: 300px;
    margin-top: 30px;
}

.communities-page .expert_question_block {
    padding: 0;
}

.communities-page .expert_question_block li:first-child {
    border-top: none;
}

.rub-related {
    font-size: 0;
    letter-spacing: -1px;
    list-style: none;
    margin-top: 10px;
    line-height: 1em;
}

.rub-related span {
    letter-spacing: normal;
    font: 16px/16px 'mhrglight';
    color: #e63917;
    text-transform: uppercase;
    padding-right: 5px;
    display: inline-block;
}

.rub-related span + span:before {
    content: '/';
    font: 16px/16px 'mhrglight';
    color: #b5b5b5;
    padding-right: 5px;
}

.communities-page .expert_question_block ul {
    margin-bottom: 0;
    border-bottom: none;
}

.field .rubric_selector {
    margin-bottom: 0;
}

#add-theme .checkbox-inline {
    font: 14px/20px Tahoma, Helvetica, sans-serif;
    text-transform: none;
    margin-bottom: 0;
}

#add-theme .checkbox-inline input[type=checkbox] {
    width: auto;
}

.banner-block-960 {
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
    padding-left: 330px;
}

.banner-block-960 .container {
    float: left;
}

.banner-block-960 aside {
    float: right;
}

.hidden-selector {
    display: none;
}

.comments.block-main-comments section {
    margin-left: 0;
}

.block-main-comments section header {
    padding: 0 0 10px 0;
    margin: 0 0 29px 0;
}

.block-main-comments {
    margin: 40px 0 0 330px;
}

.block-main-comments .b-cmtItem .comment_content p {
    background: #f2f2f2;
}

.block-main-comments .b-cmtItem .comment_content:after {
    background: url("../../img/comment_tip__grey.8cbf72419927.png") 0 0 no-repeat;
}

.b-cmtForm .ta-holder ~ .b-buttonset {
    margin-top: 20px;
}

.disabled-link, .tab_menu > li a.disabled-link {
    color: #999;
    pointer-events: none;
}

.disabled-link:hover, .tab_menu > li a.disabled-link:hover {
    color: #999;
    border-bottom: 1px solid #E6E6E6;
}

.communities-content {
    width: 960px;
    padding-left: 330px;
}

.communities-content .text {
    padding-left: 0;
    width: 630px;
    float: left;
}

.communities-content .social {
    margin-bottom: 40px;
}

.field .rubric_selector {
    border: 1px solid #E5E5E5;
    font: 14px/18px Tahoma, Helvetica, sans-serif;
    border-radius: 4px;
    /* text-indent: 20px; */
    padding: 13px 20px;
    height: 70px;
}

.communities_page .expert_question_block ul {
    border: 0;
}

.communities_page .expert_question_block ul li:first-child {
    border-top: 0;
}

@media (min-width: 1000px) and (max-width: 1360px) {
    .communities_page .leftsection {
        display: none;
    }

    .communities_detail article .text {
        margin: 0;
    }

    .block-main-comments {
        margin: 40px 0 0 0px;
    }

    .hidden-selector {
        display: block;
    }

    .banner-block-960 {
        padding-left: 0;
    }

    .communities-content {
        padding-left: 0;
    }
}

@media (max-width: 1000px) {
    .communities_page .mainsection {
        width: 630px;
    }

    .communities_page .slidesection {
        height: auto !important;
        position: relative;
    }

    .communities_page .advertise,
    .communities_page .advertise.fixed {
        position: relative;
        top: 0;
        margin: 0;
    }

    .communities_detail article .text {
        width: 408px;
        float: left;
        clear: none;
        margin: 0 0 30px 30px;
    }

    .communities_detail .mainsection {
        /*         float: left;
            width: 408px;
            clear: none; */
        width: 768px;
    }

    .communities_detail .slidesection {
        position: relative;
        right: 0;
    }

    .block-main-comments {
        margin: 40px auto 0px;
        width: 630px;
        clear: both;
    }

    .banner-block-960 {
        padding-left: 0;
        width: 630px;
    }

    .banner-block-960 aside {
        display: none;
    }

    .communities-page .mainsection {
        clear: none;
    }

    .communities-page .mainsection .test-page-content {
        width: 100%;
        margin-left: 0;
    }

    .comments.block-main-comments section {
        width: 100%;
    }

    .communities-content {
        width: 738px;
        margin: 0 auto;
        padding-left: 0;
    }

    .communities-content .text {
        width: 410px;
        clear: none;
        float: left;
    }

    .communities-content .block-main-comments {
        clear: both;
    }
}

.main_events_list {
    font-family: 'mhrg';
    /* float: left; */
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.main_events_list ul {
    display: block;
    width: 990px;
    margin: 0px;
    padding: 0px;
    font-size: 0;
    text-align: left;
}

.main_events_list ul li {
    display: inline-block;
    vertical-align: top;
    width: 465px;
    margin: 0px 30px 30px 0px;
    padding: 0 0px 0 0;
}

.main_events_list ul li .img {
    float: left;
    width: 145px;
    position: relative;
    top: 5px;
}

.main_events_list ul li .info {
    padding-left: 165px;
}

.main_events_list ul li .info .date {
    font: normal 16px/20px 'mhrg';
    color: #00bfe6;
    text-transform: uppercase;
}

.main_events_list ul li .info .date .type {
    font: normal 16px/20px 'mhrglight';
    color: #e63917;
    text-transform: none;
    margin-left: 10px;
}

.main_events_list ul li .info .title {
    margin-top: 4px;
}

.main_events_list ul li .info .title a {
    font: normal 27px/30px 'mhrg';
    color: #262626;
    text-decoration: none;
}

.main_events_list ul li .info .description {
    font: normal 16px/20px Tahoma, Helvetica, sans-serif;
    color: #4d4d4d;
    margin: 7px 0 0 0;
}

.main_events_list ul li .info .place {
    font: normal 16px/20px 'mhrglight';
    color: #999999;
    background: url("../../img/place_mark@2x.190365d71c5a.png") left 2px no-repeat;
    background-size: 10px auto;
    padding: 0 0 0 15px;
    margin: 8px 0 0 0;
    white-space: nowrap;
}

/** 'ipad album' 1024x768 resolution */
@media (min-width: 1000px) and (max-width: 1360px) {
    .main_events_list ul {
        width: 660px;
    }

    .main_events_list ul li {
        width: 100%;
    }
}

/** 'ipad portrait' 768x1024 resolution */
@media (max-width: 1000px) {
    .main_events_list ul {
        width: 300px;
    }

    .main_events_list ul li {
        width: 100%;
    }
}

.quiz {
    padding: 0px 0 20px 0;
    margin: 0 0 0 0;
    background: #F2F2F2;
    /* Results */
}

.quiz .question {
    position: relative;
    color: #262626;
    background: #ffdb25;
    padding: 18px 20px;
    margin: 0 0 17px 0;
    font: normal 24px/25px 'mhrg';
    text-transform: uppercase;
    /*
        &:after {
        border-top: 24px solid #ffffff;
        border-left: 0px;
        border-bottom: 0px;
        border-right: 24px solid transparent;
        content: "";
        display: block;
        height: 0;
        width: 0;
        line-height: 0;
        position: absolute;
        left: 24px;
        bottom: -24px;
        }
    */
}

.quiz .note {
    color: #4d4d4d;
    font: normal 16px/18px 'mhrglight';
    padding: 0 20px;
    margin: 15px 0;
}

.quiz form {
    display: block;
}

.quiz fieldset {
    padding: 0 20px;
}

.quiz fieldset input {
    display: none;
}

.quiz fieldset label {
    display: block;
    padding: 0px 0 0px 30px;
    margin: 0 0 14px 0;
    background-position: -299px 0px;
    background-repeat: no-repeat;
    color: #262626;
    font: normal 16px/20px 'mhrglight';
}

.quiz fieldset label:hover {
    cursor: pointer;
}

.quiz .custom-radio label {
    background-image: url("../../img/quiz_sprite-radio.fef4bc950abc.png");
}

.quiz .custom-checkbox label {
    background-image: url("../../img/quiz_sprite-check.3a6e88d9aeff.png");
}

.quiz .custom-radio input[type=radio]:checked + label,
.quiz .custom-checkbox input[type=checkbox]:checked + label {
    background-position: 0 0px;
}

.quiz .submit {
    padding: 0 20px;
}

.quiz .submit input {
    display: block;
    padding: 8px 0px;
    margin: 6px 0 0 0;
    width: 100%;
    background: #E93700;
    border: 0;
    border-bottom: 1px solid #ca331f;
    border-top: 1px solid #E93700;
    outline: 0;
    color: #ffffff;
    font: normal 16px/29px 'mhrg';
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
}

.quiz .submit input:hover {
    background-color: #f43d26;
    border-bottom-color: #E93700;
}

.quiz .answers {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
}

.quiz .answers li {
    display: block;
    list-style: none;
    margin: 15px 0 0 0px;
    padding: 0 15px;
    width: auto;
}

.quiz .answers li .answer {
    position: relative;
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: 0;
    color: #262626;
    background: #ffffff;
}

.quiz .answers li .answer .percent {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: #ffdb25;
}

.quiz .answers li .answer .title {
    position: relative;
    display: table-cell;
    width: 80%;
    padding: 3px 0 2px 5px;
    vertical-align: middle;
    font: normal 16px/20px 'mhrglight';
    margin: 0;
}

.quiz .answers li .answer .value {
    position: relative;
    font: normal 18px/20px 'mhrg';
    display: table-cell;
    width: 20%;
    padding: 5px 5px 5px 0px;
    vertical-align: middle;
    text-align: right;
}

.quiz .votes_results {
    margin: 15px 20px 0;
    text-align: center;
    font: normal 16px/20px 'mhrglight';
}

article .quiz {
    margin: 20px 0 0 0;
}

article .quiz fieldset {
    margin: 0 -10px;
}

article .quiz .custom-checkbox, article .quiz .custom-radio {
    width: 280px;
    float: left;
    margin: 0 10px;
}

article .quiz .submit {
    padding: 0 185px;
}

.headlines {
    border: 15px solid #F2F2F2;
}

.headlines .subsection_title {
    padding: 6px 15px 4px;
    color: #E93700;
    text-transform: uppercase;
    border: 0;
}

.headlines ul {
    display: block;
    margin: 0;
    padding: 0 15px 1px 15px;
    width: auto;
}

.headlines ul li {
    display: block;
    position: relative;
    list-style: none;
    margin: 0px 0 0 0px;
    padding: 4px 40px 11px 0;
    width: auto;
    border-top: 1px solid #ccc;
}

.headlines ul li .title {
    margin: 0;
}

.headlines ul li .title a {
    font: normal 18px/20px 'mhrg';
    color: #000;
    text-decoration: none;
}

.headlines ul li .title a:hover {
    text-decoration: none;
}

.headlines ul li .comment_tip {
    top: 7px;
    right: 0px;
    background: #E93700;
    color: #fff;
}

.headlines ul li .comment_tip:after {
    border-top-color: #E93700;
}

.headlines.yellow {
    border-color: #ffdb25;
}

.headlines.blue {
    border-color: #00BFE6;
}

.headlines.blue .subsection_title {
    color: #F2F2F2;
}

.headlines.blue .subsection_title a, .headlines.blue .subsection_title a:hover, .headlines.blue .subsection_title a:visited {
    color: #999;
}

.announcement {
    background: #F2F2F2;
    padding: 10px 15px;
}

.announcement .subsection_title {
    padding: 0px 0px 6px;
    height: 23px;
    line-height: 23px;
    color: #262626;
    text-transform: uppercase;
    border: 0;
}

.announcement ul {
    display: block;
    margin: 0;
    padding: 0 0px 1px 0px;
    width: auto;
}

.announcement ul li {
    display: block;
    position: relative;
    list-style: none;
    margin: 0px 0 0 0px;
    padding: 7px 0px 7px 0;
    width: auto;
    border-top: 1px solid #ccc;
}

.announcement ul li:before, .announcement ul li:after {
    content: " ";
    display: table;
}

.announcement ul li:after {
    clear: both;
}

.announcement ul li .title {
    margin: 0 0 0 80px;
}

.announcement ul li .title a {
    font: normal 18px/18px 'mhrg';
    color: #000;
    text-decoration: none;
}

.announcement ul li .title a:hover {
    text-decoration: none;
}

.announcement ul li img {
    display: block;
    width: 70px;
    height: 70px;
    -o-border-radius: 70px;
    -ms-border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    float: left;
}

.main_announce_list ul li .expert_announce {
    border: 15px solid #F2F2F2;
    padding: 15px;
}

.main_announce_list ul li .expert_announce .subsection_title {
    margin: 0 0 15px 0;
    height: 20px;
    line-height: 20px;
    padding: 0px 5px 0px;
    color: white;
    text-transform: uppercase;
    border: 0;
    background: #E93700;
}

.main_announce_list ul li .expert_announce .expert_card {
    margin: 0 0 30px 0;
}

.main_announce_list ul li .expert_announce .expert_card:before, .main_announce_list ul li .expert_announce .expert_card:after {
    content: " ";
    display: table;
}

.main_announce_list ul li .expert_announce .expert_card:after {
    clear: both;
}

.main_announce_list ul li .expert_announce .expert_card img {
    width: 100px;
    height: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    float: left;
    background: #e6e6e6;
}

.main_announce_list ul li .expert_announce .expert_card .name {
    margin: 10px 0 0 115px;
}

.main_announce_list ul li .expert_announce .expert_card .name a {
    font: normal 20px/20px 'mhrg';
    color: #262626;
}

.main_announce_list ul li .expert_announce .expert_card .type {
    margin: 10px 0 0 115px;
    font: normal 16px/16px 'mhrglight';
    text-transform: uppercase;
    color: #4d4d4d;
}

.main_announce_list ul li .expert_announce .subtitle {
    font: normal 16px/20px 'mhrglight';
    color: #4d4d4d;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    margin: 0 0 15px 0;
}

.main_announce_list ul li .expert_announce .title {
    margin: 0 0 15px 0;
    height: 100px;
    max-height: 100px;
}

.main_announce_list ul li .expert_announce .title a {
    font: normal 25px/25px 'mhrg';
    text-decoration: none;
    color: #262626;
}

.main_announce_list ul li .event_announce {
    padding: 10px 15px;
    background: #F2F2F2;
}

.main_announce_list ul li .event_announce .subsection_title {
    margin: 0 0 0px 0;
    height: 23px;
    padding: 0px 0px 6px;
    color: #262626;
    line-height: 23px;
    text-transform: uppercase;
    border: 0;
}

.main_announce_list ul li .event_announce .subsection_title a {
    color: #262626;
}

.main_announce_list ul li .event_announce .title a {
    font: normal 25px/25px 'mhrg';
}

.main_announce_list ul li .event_announce .date {
    background: #fff;
    height: 20px;
    padding: 0 5px;
    margin: 0 0 10px 0;
    font: normal 16px/20px 'mhrg';
    color: #E93700;
}

.main_announce_list ul li .event_announce .description {
    font: normal 18px/18px 'mhrglight';
    color: #4d4d4d;
}

.main_announce_list ul li .event_announce .place {
    font-size: 18px;
    line-height: 18px;
    color: #262626;
    text-transform: uppercase;
    background: url("../../img/place_mark_white@2x.70623454ff7b.png") left 6px no-repeat;
    background-size: 10px auto;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 10px 0;
}

.sp_pf .lead {
    text-align: center;
}

.sp_pf .lead h1 {
    text-transform: none;
    font: normal 45px/45px "mhrg";
}

.text-lead {
    font: normal 27px/30px 'mhrglight';
    margin: 20px 0 29px;
    color: #262626;
}

.sp_pf .slidesection {
    position: relative;
}

.sp_pf .slidesection .advertise {
    /* position: relative; */
}

.sp_pf .items_list {
    clear: both;
    display: block;
    text-align: left;
    margin: 0 0 0 -30px;
    padding: 0;
    font-size: 0;
}

.sp_pf .items_list li {
    vertical-align: top;
    width: 240px;
    display: inline-block;
    border: 1px solid #e6e6e6;
    margin: 0 0 30px 30px;
    padding: 29px;
}

.sp_pf .items_list li .btn {
    width: 100%;
    margin-top: 15px;
}

.sp_pf .items_list li img {
    display: block;
    height: 240px;
    width: 240px;
    margin: 0 auto 15px;
}

.sp_pf .items_list .overview {
    height: 140px;
    overflow: hidden;
}

.sp_pf .items_list li .title,
.sp_pf .winner .title {
    text-align: center;
    color: #262626;
    max-height: 60px;
    overflow: hidden;
    font: normal 27px/30px 'mhrg';
}

.sp_pf .items_list li .description {
    /*  max-height: 75px;
      overflow: hidden;
  */
    text-align: center;
    font: normal 16px/25px Tahoma, Helvetica, sans-serif;
    margin-top: 5px;
}

.sp_pf .article-body {
    margin: 0 0 30px 0;
}

.sp_pf .winner {
    position: relative;
    border: 4px solid #FDDA3E;
    margin: 45px 0 35px 0;
    padding: 0 30px 20px;
    text-align: center;
}

.sp_pf .winner .tip {
    display: inline-block;
    color: #FDDA3E;
    font: normal 32px/32px 'mhrg';
    background: #fff;
    height: 32px;
    padding: 3px 15px 6px;
    position: relative;
    text-transform: uppercase;
    top: -20px;
}

.sp_pf .winner img {
    display: block;
    height: 220px;
    margin: -5px auto 25px;
}

.sp_pf .winner .title {
    height: auto;
}

.sp_pf .participation {
    font: normal 32px/32px 'mhrg';
    text-transform: uppercase;
    color: #262626;
}

@media (max-width: 1000px) {
    .sp_pf .mainsection {
        width: auto;
        float: none;
    }

    .sp_pf #inc_block_right {
        height: auto !important;
    }

    .sp_pf .slidesection {
        margin-left: 30px;
    }

    .sp_pf .slidesection .advertise,
    .sp_pf .slidesection .advertise.fixed {
        position: relative;
        top: 0;
    }

    .sp_pf .tab_menu,
    .sp_pf .winner {
        margin-right: 330px;
    }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
   * Don't show links for images, or javascript/internal links
   */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    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;
    }
}

ul.test-block .box {
    background: #f2f2f2;
    font-size: 14px;
    padding: 15px 20px 15px;
    margin: 10px 0 -20px 0;
    font-size: 14px;
    line-height: 17px;
    border-top: 5px solid #fff;
}

ul.test-block ul li label {
    background: transparent;
    color: #66666C;
    display: block;
    padding: 7px 0;
}

ul.test-block ul li label .box {
    display: none;
}

ul.test-block ul li.red label {
    background: #FFDBCF;
    color: #66666C;
    display: block;
    padding: 7px 0;
}

ul.test-block ul li.green label {
    background: #D4F6D1;
    color: #66666C;
    display: block;
    padding: 7px 0;
}

.text ul li {
    margin: 0 0 5px 0;
}

ul.test-options .radio input[type=radio] {
    position: relative;
    margin-top: 0;
    margin-left: 10px;
    top: 3px;
}

ul.test-options .radio label {
    padding-left: 0;
}

/* popup */
.widget-collection-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1D2730;
    filter: alpha(opacity=90);
    opacity: 0.9;
    z-index: 1000;
}

.widget-collection-popup {
    width: 792px;
    height: 510px;
    position: fixed;
    left: 50%;
    margin-left: -398px;
    top: 50%;
    margin-top: -255px;
    z-index: 1001;
    font-family: 'mhrglight', Arial, Helvetica, sans-serif;
    background: #000 url("../../img/popupMens.12fa4d844055.jpg");
}

.widget-collection-content {
    padding-left: 30px;
    color: #ffffff;
    padding-top: 114px;
    height: 393px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.widget-collection-content-title {
    font-weight: normal;
    color: #fff;
    font-family: 'mhrglight', Arial, Helvetica, sans-serif;
    font-size: 70px;
    line-height: 62px;
    text-transform: uppercase;
}

.widget-collection-content-subtitle {
    margin-top: 25px;
    font-size: 40px;
    line-height: 34px;
    font-weight: normal;
    color: #fff;
    font-family: 'mhrglight', Arial, Helvetica, sans-serif;
}

.widget-collection-control {
    padding: 0 30px;
}

.widget-collection-form {
}

.widget-collection-form__input {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.widget-collection-form__submit {
    display: table-cell;
    vertical-align: top;
    min-width: 202px;
    padding-left: 15px;
}

.widget-collection-input-email {
    line-height: 24px;
    height: 47px !important;
    padding: 10px 20px 11px !important;
    width: 100%;
    background: #fff;
    float: left;
    font-size: 18px !important;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #202020;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

.widget-collection-input-email:focus {
    border-color: #20c0e4;
}

.widget-collection-input-email-error {
    border-color: #f6381e !important;
}

.widget-collection-submit {
    color: #fff;
    background: #20bfe4;
    min-width: 202px;
    white-space: nowrap;
    line-height: 24px;
    padding: 11px 10px 10px;
    height: 47px;
    text-transform: uppercase;
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: 'mhrg';
    text-align: center;
    transition: all .15s linear 0s;
}

.widget-collection-submit:hover {
    background: #5fdaf6;
    cursor: pointer;
}

.widget-collection-close-temporary {
    clear: both;
    margin-top: 20px;
    float: right;
    margin-right: 268px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'mhrglight', Arial, Helvetica, sans-serif;
    color: #fff;
    border-bottom: 1px #fff solid;
    transition: all .15s linear 0s;
}

.widget-collection-close-temporary:hover {
    color: #fff;
    border-bottom: 1px #fff solid;
    opacity: 0.8;
    text-decoration: none;
}

.widget-collection-success {
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
    font-weight: normal;
    font-family: 'mhrglight', Arial, Helvetica, sans-serif;
}

.widget-collection-close-permanent {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    line-height: 22px;
    transition: color .15s linear 0s;
}

.widget-collection-close-permanent:hover {
    color: #fff;
    text-decoration: underline;
}

.widget-collection-form p {
    color: white;
}

.widget-collection-form p a {
    text-decoration: underline;
    color: white;
}

/*style for animation shake*/
.widget-collection-input-email-error {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.widget-collection-input-email-error {
    -webkit-animation-name: shake;
    animation-name: shake;
}

.popupnewsletter .text-success, .popupnewsletter .text-danger {
    display: none;
    margin: 0 !important;
    position: absolute;
}

.text-success {
    color: #3c763d;
}

.text-danger {
    color: #ED1942;
}

/* end popup */

/* specialProjects */
.wrappSpecialProjects {
    margin: 30px;
}

.specialProjects {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    overflow: hidden;
}

.specialProject {
    height: 100px;
    width: 12.5%;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
}

.specialProject:hover {
    text-decoration: none;
}

.specialProjectName {
    font: normal 18px 'mhrg';
    color: white;
    text-align: center;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.specialProject:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

.wrapperCookies {
    position: fixed;
    display: none;
    bottom: 0;
    padding: 30px 20px 15px;
    left: 0;
    right: 0;
    color: white;
    background: rgba(0, 0, 0, 0.58);
    font-size: 20px;
    z-index: 10001;
}

.MessageCookies {
    width: 100%;
}

.closeCookies {
    height: 25px;
    width: 25px;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

.closeCookies:after, .closeCookies:before {
    width: 100%;
    height: 2px;
    background: white;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 10px;
}

.closeCookies:after {
    transform: rotate(45deg);
}

.closeCookies:before {
    transform: rotate(-45deg);
}

.bxsSlider {
    position: relative;
}

.bxsSlider ul li {
    list-style: none;
}

.bxsSlider ul li:before {
    content: none;
}

.fancybox-caption-wrap {
    text-align: center;
    font-size: 18px;
}

.fancybox-caption-wrap .descriptionPhotoBX {
    text-align: left;
    max-width: 500px;
    width: 100%;
    margin: 15px auto;
    padding: 0 5px;
}

.fancybox-caption-wrap .authorPhotoBX {
    font-size: 14px;
}

.fancybox-caption-wrap .authorPhotoBX span {
    display: initial;
    font-weight: bold;
}

.bx-pager-img {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
}

.bx-pager-img a {
    display: block;
}

.bx-pager-img a img {
    max-width: 100%;
    width: 100%;
    max-height: 70px;
    margin-right: 10px;
    object-fit: cover;
    margin-bottom: 5px;
}

.bx-wrapper {
    margin-bottom: 0px !important;
    border: none !important;
    box-shadow: none !important;
}

.bx-wrapper .bx-pager {
    position: static;
}

.bx-wrapper .bx-caption {
    position: static !important;
    box-sizing: border-box;
    background: #4d4d4d !important;
    padding: 10px 15px 20px;
    font: normal 14px/22px Tahoma, Helvetica, sans-serif;
}

.bx-wrapper .bx-caption .authorPhotoBX {
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
}

.bx-wrapper .bx-caption .authorPhotoBX span {
    font-size: 12px;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font: normal 14px/22px Tahoma, Helvetica, sans-serif;
    display: initial;
    padding: 0;
}

.bx-wrapper img {
    height: 100%;
    max-height: 303px;
    object-fit: cover;
    margin: 0 auto;
}

@media all and (max-width: 700px) {
    .bx-pager-img {
        display: none;
    }
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* end specialProjects */

.wrapperSpecProekt {

    margin: 30px;
}

.titleSpecProekt {
    padding: 4px 13px;
    background: #f80000;
    font-size: 10px;
    text-transform: uppercase;
    color: white
}

.contentSpecProekt {
    padding: 17px 12px 14px;
    background: #f2f2f2;
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.contentSpecProekt > div {
    height: 52px !important;
    border-right: 1px solid #c9c9c9;
    width: 300px;
    margin-left: 15px;
    padding-right: 14px;
}

.itemSpecProekt {
    width: 24%;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    justify-content: center;
}

.contentSpecProekt > div:nth-child(4n+1) {
    width: 288px;
    padding-right: 15px;
    margin-left: 0px;
}

.contentSpecProekt > div:nth-child(4n+4) {
    border-right: none;
    padding-right: 0px;
    width: 288px;
    margin-left: 14px;
}

.itemSpecProekt img {

    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.nameSpecProekt {
    font-size: 12px;
    color: black;
    font-family: "PTSans";
    font-weight: bold;
}

@media all  and (max-width: 1360px) {
    .wrapperSpecProekt {

        margin: 20px;
    }

    .itemSpecProekt {
        width: 33%;
        display: flex;
        border-right: 1px solid #c9c9c9;
        align-items: center;
        margin-bottom: 13px;
        justify-content: center;
    }

    .contentSpecProekt > div:nth-child(4n+4) {
        display: none;
    }

    .contentSpecProekt > div:nth-child(3n+3) {
        border-right: none;
        padding-right: 0px;
        margin-left: 15px;
        width: 285px;
    }
}

@media all  and (max-width: 600px) {

    .contentSpecProekt > div:nth-child(4n+4) {
        border-right: 1px solid #c9c9c9;
    }

    .contentSpecProekt > div:nth-child(3n+3) {
        border-right: 1px solid #c9c9c9;
    }

    .contentSpecProekt > div:nth-child(2n+2) {
        border-right: none;
    }
}

.errorlist {
    font-size: 14px;
    padding: 0 0 0 25px;
    margin: 0 0 0 5px;
    color: red;
}

.ads_right_button {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 22px;
    background: #01588E;
    color: white;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 86px;
    text-align: center;
    transition: background 0.2s linear;
}

.ads_right_button:hover {
    text-decoration: none;
    background: #024B78;
}

.slider {
    width: 100%;
    max-width: 700px;
}

.slides {
    background: #fff;
}

.slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #fff;
    /*height: 350px;*/
    outline: 0 !important;
    color: #ccc;
    font-size: 40px;
}

.slide-controls {
    display: flex;
    width: 100%;
}

.slide-captions {
    flex-grow: 1 !important;
    width: 100px !important;
    padding: 10px !important;
    margin-top: 2px !important;
    color: #7b7b7b !important;
    background: #fff !important;
}

.slide-caption {
    outline: 0 !important;
}

.slide-pagination {
    display: flex;
    margin-top: 2px;
}

.slide-pagination__button {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
    background: #fff;
    width: 40px;
    height: 40px;
    margin-left: 2px;
}

.slide-pagination__button:hover {
    color: #fff;
    background: #2aa1c0;
}

.slide-pagination__button.slick-disabled {
    cursor: not-allowed;
    background: #ccc;
    color: #fff;
}

/*
.text-lead {
    font: normal 27px/30px 'mhrglight';
    margin: 20px 0 29px;
    color: #262626;
}
*/
.sp_kamasutra .lead {
    text-align: center;
}

.sp_kamasutra .lead h1 {
    text-transform: none;
    font: normal 45px/45px "mhrg";
}

.sp_kamasutra .slidesection {
    position: relative;
}

.sp_kamasutra .quiz {
    margin-bottom: 30px;
    padding: 0 165px 25px;
}

.sp_kamasutra .quiz fieldset {
    padding: 10px 30px 0;
}

.sp_kamasutra .quiz .question {
    font-size: 16px;
    text-align: center;
}

.sp_kamasutra .quiz .custom-checkbox {
    width: 30%;
    margin-right: 3%;
    float: left;
}

.sp_kamasutra .quiz .btn {
    width: 240px;
    margin: 15px auto 0;
}

.sp_kamasutra .items_list {
    clear: both;
    display: block;
    text-align: left;
    margin: 0 0 0 -30px;
    padding: 0;
    font-size: 0;
}

.sp_kamasutra .items_list li {
    vertical-align: top;
    width: 300px;
    display: inline-block;
    margin: 0 0 30px 30px;
    padding: 0;
}

.sp_kamasutra .items_list li img {
    display: block;
    width: 298px;
    height: 178px;
    margin: 0 auto 15px;
    padding: 60px 0;
    border: 1px solid #e6e6e6;
}

.sp_kamasutra .items_list li .title {
    color: #262626;
    font: normal 27px/30px 'mhrg';
}

.sp_kamasutra .items_list li .title a {
    color: #262626;
    text-decoration: none;
}

.sp_kamasutra .items_list li .title a:hover, .sp_kamasutra .items_list li .title a:active, .sp_kamasutra .items_list li .title a:visited {
    color: #262626;
    text-decoration: none;
}

.sp_kamasutra .s-stars {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    height: 18px;
    background: #e5e5e5;
}

.sp_kamasutra .s-stars li {
    position: absolute;
    height: 18px;
    left: 0;
}

.sp_kamasutra .s-stars li:first-child {
    background: #E33923;
}

.sp_kamasutra .s-stars li a {
    display: block;
    border: 0;
    outline: 0;
    width: 100%;
    height: 18px;
    background: url("../../img/rating_star_small@2x.c6135f5d32d4.png") left center repeat-x;
    background-size: auto 100%;
    text-decoration: none;
}

.sp_kamasutra .s-stars li a:hover {
    background-color: #333333;
    text-decoration: none;
}

.sp_kamasutra .s-stars .star_1 {
    width: 26px;
}

.sp_kamasutra .s-stars .star_2 {
    width: 52px;
}

.sp_kamasutra .s-stars .star_3 {
    width: 78px;
}

.sp_kamasutra .s-stars .star_4 {
    width: 104px;
}

.sp_kamasutra .s-stars .star_5 {
    width: 130px;
}

.sp_kamasutra .s-rate-view {
    position: relative;
    width: 130px;
    height: 18px;
    background: #e5e5e5;
    margin-top: 8px;
}

.sp_kamasutra .s-rate-view .rate {
    position: absolute;
    height: 18px;
    background: #E33923;
    left: 0;
    top: 0;
}

.sp_kamasutra .s-rate-view .rate:after {
    content: "";
    display: block;
    height: 18px;
    width: 130px;
    left: 0;
    top: 0;
    background: url("../../img/rating_star_small@2x.c6135f5d32d4.png") left center repeat-x;
    background-size: auto 100%;
}

.sp_kamasutra article footer {
    margin-bottom: 0;
}

.sp_kamasutra article .advertise {
    margin-bottom: 0;
}

.sp_kamasutra article .advertise.fixbottom {
    bottom: 30px;
}

.sp_kamasutra article .quiz {
    width: 300px;
    padding: 0 0 25px 0;
    position: relative;
    margin: 0 0 30px -330px;
    float: left;
}

.sp_kamasutra article .quiz .custom-checkbox {
    width: auto;
    float: none;
    margin: 0;
}

.sp_kamasutra article .article_breadcrumbs ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.sp_kamasutra article .article_breadcrumbs ol li {
    display: inline-block;
    font: normal 16px/20px 'mhrglight';
    text-transform: uppercase;
    color: #E93700;
}

.sp_kamasutra article .article_breadcrumbs ol li + li:before {
    padding: 0 12px;
    color: #afafaf;
    content: "/\00a0";
    font-size: 16px;
}

.sp_kamasutra article .gallery {
    width: 630px;
    height: 400px;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.sp_kamasutra article .gallery .img {
    position: relative;
    width: 454px;
    height: 272px;
    margin: 64px auto;
}

.sp_kamasutra article .gallery .img img {
    height: auto !important;
}

.sp_kamasutra article .gallery .arrow {
    top: 155px;
}

.sp_kamasutra article .gallery .arrow-left {
    left: 0;
    background-position: -125px 0;
}

.sp_kamasutra article .gallery .arrow-right {
    right: 0;
    background-position: 0 0;
}

.sp_kamasutra article .gallery .s-rate {
    position: absolute;
    height: 40px;
    width: 130px;
    bottom: 20px;
    left: 0;
}

.sp_kamasutra article .gallery .s-rate > p {
    height: 20px;
    margin: 0;
    font: normal 16px/20px 'mhrglight';
    color: #999;
}

.sp_kamasutra article .gallery .s-rate .rating {
    height: 18px;
    margin-top: 2px;
}

.sp_kamasutra article #get_stance {
    display: none;
}

.lt-ie9 .sp_kamasutra .s-rate-view .rate:after {
    background-image: url("../../img/rating_star_small.06afa7fcd163.png");
}

.lt-ie9 .sp_kamasutra .s-stars li a {
    background-image: url("../../img/rating_star_small.06afa7fcd163.png");
}
.promotion{
	text-align: center;
	text-transform: uppercase;
	color: #e63917;
	font: normal 16px/25px 'mhrglight';
	margin: 0px 0 20px;
}
/** 'ipad album' 1024x768 resolution */
@media (min-width: 1000px) and (max-width: 1360px) {
    .sp_kamasutra .quiz {
        padding: 0 0px 25px;
    }

    .sp_kamasutra article .quiz {
        display: none;
    }

    .sp_kamasutra article #get_stance {
        display: inline-block;
        width: 300px;
    }
}

@media (max-width: 1000px) {
    .sp_kamasutra .mainsection {
        width: auto;
        float: none;
    }

    .sp_kamasutra div.container #inc_block_right {
        height: auto !important;
    }

    .sp_kamasutra div.container .slidesection {
        margin-left: 30px;
    }

    .sp_kamasutra div.container .slidesection .advertise,
    .sp_kamasutra div.container .slidesection .advertise.fixed {
        position: relative;
        top: 0;
    }

    .sp_kamasutra .quiz {
        width: 300px;
        padding: 0 0px 25px;
    }

    .sp_kamasutra .quiz .custom-checkbox {
        width: 100%;
        float: none;
    }

    .sp_kamasutra article {
        margin-bottom: 30px;
    }

    .sp_kamasutra article .mainsection {
        width: 408px;
        float: left;
        clear: none;
        margin: 0 0 0 30px;
    }

    .sp_kamasutra article .mainsection .text {
        width: auto;
    }

    .sp_kamasutra article .lead {
        width: auto;
        float: none;
        margin: 0 0 30px 0;
    }

    .sp_kamasutra article .quiz {
        display: none;
    }

    .sp_kamasutra article .gallery {
        width: 408px;
        height: 400px;
    }

    .sp_kamasutra article .gallery .img {
        width: 406px;
        height: 244px;
        margin: 78px auto;
    }

    .sp_kamasutra article #get_stance {
        display: inline-block;
        width: 300px;
    }
}

article .text .w__incut {
    padding: 20px;
    box-sizing: border-box;
    background: #f7f7f7;
}

article .text .w__incut .w__description {
    border-bottom: none;
    padding-bottom: 0;
}

.w__title {
    font-size: 16px;
    color: #e63917;
    font-family: 'mhrg';
    line-height: 1.2;
    margin-bottom: 5px;
}

.w__description {
    font-family: 'Tahoma';
    font-size: 16px;
    color: #000000;
    padding: 25px 0;
    border-bottom: 1px solid #e63917;
    border-top: 1px solid #e63917;
}

.subtitle {
    width: 100%;
    margin-bottom: 10px;
}

.subtitle a {
    font: normal 18px/18px 'mhrglight';
    color: #4d4d4d;
}

.subtitle a:hover {
    text-decoration: none;
}

.page_archive_detail .block-paragraph .rich-text {
    width: 70%;
}

article .text .block-read_also .incut_interesting {
    float: none;
}


article .text .block-read_also .incut_interesting {
    float: none;
}

.quote__par {
    font: normal 22px/24px 'mhrg';
    padding: 5px 0 5px 35px;
    position: relative;
}

.quote__par_1 {

    border-left: 3px solid #e93700;
}

.quote__par_3 {
    text-transform: uppercase;
    font: normal 22px/24px 'mhrglight';
}

.quote__par_3 img {

    position: absolute;
    left: 0;
    top: 0;
    width: 22px;

}

.gsc-table-cell-thumbnail, .gs-promotion-image-cell {
	width: 18% !important;
	}
.gs-image-box.gs-web-image-box.gs-web-image-box-portrait{
	width:auto !important;
	}

	.gs-image-box.gs-web-image-box.gs-web-image-box-landscape{
		width: auto !important;
	}

	.mainsection .gs-web-image-box img.gs-image, .mainsection .gs-promotion-image-box img.gs-promotion-image{
		width: 100% !important;
	}



	@media all  and (max-width: 1380px) and (min-width:1350px) {

		.wallpaper .fullwidth_banner, .wallpaper .layout, .wallpaper .fullnav{
			width: 100%;
		}


	}

.description_rubric {
   font: normal 20px/24px mhrglight;
   margin: 20px 0 34px;
   color: #262626;
}
@font-face {
    font-family: 'mhrg';
    src: url("../../fonts/mhrgrotesqueregular-webfont.27a8913ad6f5.eot");
    src: url("../../fonts/mhrgrotesqueregular-webfont.27a8913ad6f5.eot?#iefix") format('embedded-opentype'),
         url("../../fonts/mhrgrotesqueregular-webfont.4542a4b2922b.woff") format('woff'),
         url("../../fonts/mhrgrotesqueregular-webfont.1439586861ab.ttf") format('truetype'),
         url("../../fonts/mhrgrotesqueregular-webfont.a03b0fa200db.svg#mhrgrotesqueregular") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mhrglight';
    src: url("../../fonts/mhrg-light-webfont.61026cb4a809.eot");
    src: url("../../fonts/mhrg-light-webfont.61026cb4a809.eot?#iefix") format('embedded-opentype'),
         url("../../fonts/mhrg-light-webfont.e058f8560bf6.woff") format('woff'),
         url("../../fonts/mhrg-light-webfont.d35fca584bb4.ttf") format('truetype'),
         url("../../fonts/mhrg-light-webfont.65920fb1c2fc.svg#mhrglight") format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'barlow';
	src: url("../../fonts/Barlow-Bold.bdce986c68df.eot");
	src: url("../../fonts/Barlow-Bold.bdce986c68df.eot?#iefix") format('embedded-opentype'),
			 url("../../fonts/Barlow-Bold.ca00c295ccde.woff") format('woff'),
			 url("../../fonts/Barlow-Bold.6f3bfd67c837.ttf") format('truetype'),
			 url("../../fonts/Barlow-Bold.6be74fadc713.svg#mhrglight") format('svg');
	font-weight: bold;
	font-style: normal;

}

@font-face {
	font-family: 'barlow';
	src: url("../../fonts/Barlow-Black.4270d99cefbd.eot");
	src: url("../../fonts/Barlow-Black.4270d99cefbd.eot?#iefix") format('embedded-opentype'),
			 url("../../fonts/Barlow-Black.523e7f74bf87.woff") format('woff'),
			 url("../../fonts/Barlow-Black.5bfa2c1f4a3f.ttf") format('truetype'),
			 url("../../fonts/Barlow-Black.6dc50b2c577f.svg#mhrglight") format('svg');
	font-weight: 900;
	font-style: normal;

}
.disabled {
    opacity: .5;
}

.search-select {
    padding: 25px 22px;
    background-color: #f7f7f7;
}

.search-select__title {
    color: #262626;
    font-family: 'mhrg';
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.search-select__notice {
    color: #4d4d4d;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.select-search__select {
    margin-bottom: 20px;
    width: 100%;
}

.search-select__button-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.search-select__button {
    color: #ffffff;
    padding: 9px 41px;
    border: none;
    font-family: 'mhrg';
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    box-shadow: 1px 2px 0 #00aacc;
    background-color: #00bfe6;
    cursor: pointer;
    border-radius: 3px;
    transition: .5s;
}

.search-select__button:hover {
    box-shadow: none;
}

.search-select__reset {
    color: #999999;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline;
    background: none;
    border: none;
}

/** Custom Select **/
.custom-select-wrapper {
    position: relative;
    background-color: #fcfcfc;
    display: inline-block;
    user-select: none;
    width: 100%;
    margin-bottom: 15px;
}

.custom-select-wrapper select {
    display: none;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select-trigger {
    position: relative;
    display: block;
    font-family: Tahoma;
    padding: 0 84px 0 12px;
    font-size: 16px;
    color: #000;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 25px;
    margin-top: -3px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 27px;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    background: #fcfcfc;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
    z-index: 10;
}

/*     .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%; right: 25px;
      width: 7px; height: 7px;
      margin-bottom: -4px;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    } */
.option-hover:before {
    background: #f9f9f9;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.custom-option:last-of-type {
    border-bottom: 0;
}

.custom-option:hover,
.custom-option.selection {
    background-color: #00bfe6;
}
.w__btn__loader {
    margin: 15px auto 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    border: 1px solid #00caf2;
    max-width: 245px;
    font-family: 'mhrg';
    font-size: 16px;
    color: #00bfe6;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
    height: 48px;
}

.w__btn__loader:hover {
    font-size: 15.5px;
}

.w__btn__loader.w__btn__not__border {
    border: 1px solid transparent;
}

.w__loader__hidden {
    display: none;
}

.w__loader__wrapp {
    max-width: 960px;
}

.form__poll_title {
    text-align: center !important;
}

.form__poll {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.form__poll .ui-radio{
	background: #f2f2f2;
	width: 50%;
}
.form__poll .ui-radio > label{
	background: #f2f2f2;
	width: 50%;
}
.form__poll .ui-radio span{

display: block;
width: 100%;
text-align: center;	
}
.form__poll label {
    width: 48%;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.form__poll label:hover span:before {
    background-position: 0 0;
}

.form__poll label:first-child:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #d9d9d9;
    top: 0;
    right: -17px;
}

.form__poll label input {
    display: none;
}

.form__poll label input:checked ~ :before {
    background-position: 0 0;
}

.form__poll label span {
    font-size: 16px;
    font: normal 16px/25px Tahoma, Helvetica, sans-serif;
    color: #000;
}

.form__poll label span:before {
    content: '';
    margin: 0 auto 20px;
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    background: url("../../img/radio_button.63089dbd5a11.png") 0 -34px no-repeat;
}

.form__poll label span b {
    font-weight: bold;
    color: #e93700;
}

.result__polls {
    display: none;
}

.result__polls .result_poll {
    margin-bottom: 30px;
}

.result__polls .result_poll span {
    font-size: 16px;
    font: normal 16px/25px Tahoma, Helvetica, sans-serif;
    color: #000;
}

.result__polls .result_poll span b {
    font-weight: bold;
    color: #e93700;
}

.result__polls .scale__result {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.result__polls .scale__result_linear {
    height: 20px;
    background: #00bfe6;
}

.result__polls .scale__result_number {
    margin-left: 15px;
    font: bold 16px/25px Tahoma, Helvetica, sans-serif;
    color: #000;
}

@media all and (max-width: 768px) {
    .text .box .title {
        font: normal 24px/30px 'mhrg';
        font-weight: bold;
    }

    .form__poll label span {
        font: normal 16px/18px Tahoma, Helvetica, sans-serif;
    }

    .result__polls .result_poll span {

        font: normal 16px/18px Tahoma, Helvetica, sans-serif;
    }
}
.main_announce_list .special-project {
    width: 100%;
    font-size: 0;
}

.special-project__title {
    font-size: 14px;
    background: #f80000;
    text-transform: uppercase;
    color: white;
    padding: 4px 13px;
}

.special-project__items {
    background: #f2f2f2;
    padding: 14px 0px 14px;
}

.special-project__item {
    color: black;
    display: inline-block;
    vertical-align: bottom;
    width: 270px;
    margin-left: 30px;
    margin-right: 30px;
}

.special-project__item:before {
    content: "";
    border-left: 1px solid #DDD;
    position: absolute;
    height: 50px;
    margin-left: -30px;
}

.special-project__item:first-child {
    margin-left: 15px;
    margin-right: 30px;
}

.special-project__item:last-child {
    margin-right: 15px;
}

.special-project__item:first-child:before {
    margin-right: 15px;
    border-left: none;
}

.special-project__item__title {
    font: 16px/18px 'mhrg';
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    margin-left: 10px;
}

.special-project__item__title a {
    color: black;
    text-decoration: none;
}

.special-project__item__img {
    display: inline-block;
}

.special-project__item__img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

@media (max-width: 1360px) {
    .special-project__item:last-child {
        display: none;
    }
}