/*********************************************************************
 *
 * Common
 *
 *********************************************************************
**/

.b-block {
    position: relative;
    margin: 20px 0;
}

.b-block:first-child,
.b-block.first {
    margin-top: 0 !important;
}

.b-block:last-child,
.b-block.last {
    margin-bottom: 0 !important;
}

.b-block:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.b-block {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .b-block { height: 1%; }
.b-block { display: block; }
/* End hide from IE-mac */

/********************************************************************/

/* .b-list {
    margin: 20px 0;
}

.b-list:first-child {
    margin-top: 0;
}

.b-list:last-child {
    margin-bottom: 0;
}

.b-list_item {
    margin: 0 0 10px;
}

.b-list_item:last-child {
    margin-bottom: 0 !important;
} */

.b-list > li,
.b-list > .b-list_item,
.b-item {
    margin: 0 0 0.6em;
}

.b-list > li:last-child,
.b-list > .b-list_item:last-child,
.b-item:last-child {
    margin-bottom: 0 !important;
}

.b-list__hor > li,
.b-list__hor > .b-list_item {
    margin: 0;
}

.b-list__hor > li:last-child,
.b-list__hor > .b-list_item:last-child {
    margin-right: 0 !important;
}

/********************************************************************/

/* Список с картинкой и анонсом */

.b-review {
    overflow: hidden;
}

.b-review_image {
    float: left;
    width: 100px;
    margin-right: 10px;
    min-height: 1px;
    text-align: center;
}

.b-review_text {
    overflow: hidden;
}

.b-review_date {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 14px;
    font-style: italic;
    color: #333;
}

.b-review_title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 21px;
}

.b-review_title a {
    color: inherit;
    text-decoration: none;
}

.b-review_title a:hover {
    text-decoration: underline;
}

.b-review_annotation {
    
}

.b-review_title .b-review_date {
    display: inline;
    /* display: inline-block;
    margin-bottom: 0; */
}

/********************************************************************/

.g-inline-block {
    display: inline-block;
}

/********************************************************************/

.g-justify {
    text-align: justify;
    text-align-last: justify;
    -moz-text-align-last: justify;
    font-size: 1px;
    line-height: 0;
}

.g-justify:after {
    display: inline-block;
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
}

.g-justify > li,
.g-justify_item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    text-align-last: left;
    -moz-text-align-last: left;
}

.g-justify_hidden {
    display: inline-block;
    visibility: hidden;
    height: 0 !important;
    margin-bottom: 0 !important;
}

/********************************************************************/

.g-middle {
    font-size: 0;
}

.g-middle:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0;
    height: 100%;
}

.g-middle > li,
.g-middle_item {
    display: inline-block;
    vertical-align: middle;
}

/********************************************************************/

#wrapper .b-path {
    padding-top: 3px;
    padding-bottom: 0;
    margin-bottom: -17px;
    font-size: 14px;
    line-height: 1;
    font-style: italic;
    color: #e31e24;
    text-transform: lowercase;
}

.b-path a {
    color: inherit;
    text-decoration: none;
}

.b-path a:hover {
    color: inherit;
    text-decoration: underline;
}

/********************************************************************/

.b-nav {
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.b-nav_item {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 3px;
}

.b-nav_item a {
    text-decoration: none;
}

.b-nav_item a:hover {
    text-decoration: underline;
}

/* .b-nav_item.prev a,
.b-nav_item.next a {
    display: block;
    width: 11px;
    height: 22px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
    background: transparent url('/i/nav.png') 0 50% no-repeat;
}

.b-nav_item.next a {
    background-position: 100% 50%;
} */

/********************************************************************/

.b-more {
    text-align: right;
}

.b-more a {
    text-decoration: underline;
}

.b-more a:hover {
    text-decoration: none;
}

.b-more.pseudo a {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dashed;
}

/********************************************************************/

.g-hor-menu {
    font-size: 0; /* убираем горизонтальные отступы */
    line-height: 0; /* ...и вертикальные в некоторых браузерах */
    letter-spacing: -1px; /* переубеждаем webkit'ы */
}

.g-hor-menu_item {
    font-size: 14px; /* Не забываем восстановить нормальные значения */
    line-height: normal;
    letter-spacing: normal;
    /* display: -moz-inline-stack !important; */
    display: inline-block;
}

/********************************************************************/