@import url(reset.css);
@import url(b-specials-link.css);
/* Reset */
/* LESS toolkit {@see https://github.com/danieltott/Less-CSS-Toolkit/blob/master/toolkit.less} */
/* Default global modifiers */

.g-clearfix {
  *zoom: 1; /* 3 */
}

.g-clearfix:before,
.g-clearfix:after {
  display: table; /* 1 */
  content: ""; /* 2 */
}

.g-clearfix:after {
  clear: both;
}


.g-margin-uncollapse {
  display: table;
  height: 0;
}
/* Colorification depends on article type */

.g-color-article .g-color-text {
  color: #ff5632 !important;
}
.g-color-article .g-color-text-hover:hover {
  color: #ff5632 !important;
}
.g-color-article .g-color-border {
  border-color: #ff9a84 !important;
}
.g-color-article .g-color-border-hover:hover {
  border-color: #ff9a84 !important;
}
.g-color-article .g-color-bg {
  background-color: #ff5632 !important;
}
.g-color-article.g-color-text {
  color: #ff5632 !important;
}
.g-color-article.g-color-text-hover:hover {
  color: #ff5632 !important;
}
.g-color-article.g-color-border {
  border-color: #ff9a84 !important;
}
.g-color-howto .g-color-text {
  color: #0097ff !important;
}
.g-color-howto .g-color-text-hover:hover {
  color: #0097ff !important;
}
.g-color-howto .g-color-border {
  border-color: #66c1ff !important;
}
.g-color-howto .g-color-border-hover:hover {
  border-color: #66c1ff !important;
}
.g-color-howto .g-color-bg {
  background-color: #0097ff !important;
}
.g-color-howto.g-color-text {
  color: #0097ff !important;
}
.g-color-howto.g-color-text-hover:hover {
  color: #0097ff !important;
}
.g-color-howto.g-color-border {
  border-color: #66c1ff !important;
}
.g-color-guide .g-color-text {
  color: #00d275 !important;
}
.g-color-guide .g-color-text-hover:hover {
  color: #00d275 !important;
}
.g-color-guide .g-color-border {
  border-color: #66e4ac !important;
}
.g-color-guide .g-color-border-hover:hover {
  border-color: #66e4ac !important;
}
.g-color-guide .g-color-bg {
  background-color: #00d275 !important;
}
.g-color-guide.g-color-text {
  color: #00d275 !important;
}
.g-color-guide.g-color-text-hover:hover {
  color: #00d275 !important;
}
.g-color-guide.g-color-border {
  border-color: #66e4ac !important;
}
.g-color-magazine .g-color-text {
  color: #c79900 !important;
}
.g-color-magazine .g-color-text-hover:hover {
  color: #c79900 !important;
}
.g-color-magazine .g-color-border {
  border-color: #ddc266 !important;
}
.g-color-magazine .g-color-border-hover:hover {
  border-color: #ddc266 !important;
}
.g-color-magazine .g-color-bg {
  background-color: #c79900 !important;
}
.g-color-magazine.g-color-text {
  color: #c79900 !important;
}
.g-color-magazine.g-color-text-hover:hover {
  color: #c79900 !important;
}
.g-color-magazine.g-color-border {
  border-color: #c79900 !important;
}
.g-color-specproject .g-color-text {
  color: #666 !important;
}
.g-color-specproject .g-color-text-hover:hover {
  color: #666 !important;
}
.g-color-specproject .g-color-border {
  border-color: #666 !important;
}
.g-color-specproject .g-color-border-hover:hover {
  border-color: #666 !important;
}
.g-color-specproject .g-color-bg {
  background-color: #666 !important;
}
.g-color-playbill .g-color-text {
  color: #4d4d4d !important;
}
.g-color-playbill .g-color-text-hover:hover {
  color: #666 !important;
}
.g-color-playbill .g-color-border {
  border-color: #ccc !important;
}
.g-color-playbill .g-color-border-hover:hover {
  border-color: #ccc !important;
}
.g-color-playbill .g-color-bg {
  background-color: #ccc !important;
}
.g-highlight-bg {
  background-color: #ffc !important;
}
.g-icon {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  position: relative;
}
.g-icon_triangle_right,
.g-icon_triangle_left {
  width: 5px;
  height: 6px;
  background: url(i/g-icon_triangle_right.png) no-repeat;
  top: -1px;
}
.g-icon_triangle_left {
  background: url(i/g-icon_triangle_left.png) -5px 0 no-repeat;
  position: absolute;
  display: block;
  margin: 21px 0 0 -25px;
  display: none;
}
.b-article-story__head .g-icon_triangle_right {
  top: -1px;
}
.g-color-black .g-icon_triangle_right,
.g-color-black.g-icon_triangle_right {
  background-position: 0 0;
}
.g-color-article .g-icon_triangle_right,
.g-color-article.g-icon_triangle_right {
  background-position: -5px 0;
}
.g-color-guide .g-icon_triangle_right,
.g-color-guide.g-icon_triangle_right {
  background-position: -10px 0;
}
.g-color-howto .g-icon_triangle_right,
.g-color-howto.g-icon_triangle_right {
  background-position: -15px 0;
}
.g-color-magazine .g-icon_triangle_right,
.g-color-magazine.g-icon_triangle_right {
  background-position: -20px 0;
}
/*.g-icon_arrow_right { width: 14px; height: 9px; background: url(i/g-icon_arrow_right.png) no-repeat; }
.g-color-black .g-icon_arrow_right, .g-color-black.g-icon_arrow_right { background-position: 0 0; }
.g-color-article .g-icon_arrow_right, .g-color-article.g-icon_arrow_right { background-position: -14px 0; }
.g-color-guide .g-icon_arrow_right, .g-color-guide.g-icon_arrow_right { background-position: -28px 0; }
.g-color-howto .g-icon_arrow_right, .g-color-howto.g-icon_arrow_right { background-position: -42px 0; }
.g-color-magazine .g-icon_arrow_right, .g-color-magazine.g-icon_arrow_right { background-position: -56px 0; }*/
.g-icon_arrow_right {
  width: 14px;
  height: 9px;
  background: url(i/g-icon_arrow_right.png) no-repeat;
}
.g-color-article .g-icon_arrow_right:hover {
  background-position: -14px 0;
}
.g-color-guide .g-icon_arrow_right:hover {
  background-position: -28px 0;
}
.g-color-howto .g-icon_arrow_right:hover {
  background-position: -42px 0;
}
.g-color-magazine .g-icon_arrow_right:hover {
  background-position: -56px 0;
}
.g-icon_arrow_left {
  width: 14px;
  height: 9px;
  background: url(i/g-icon_arrow_left.png) no-repeat;
}
.g-color-article .g-icon_arrow_left:hover {
  background-position: -14px 0;
}
.g-color-guide .g-icon_arrow_left:hover {
  background-position: -28px 0;
}
.g-color-howto .g-icon_arrow_left:hover {
  background-position: -42px 0;
}
.g-color-magazine .g-icon_arrow_left:hover {
  background-position: -56px 0;
}
.g-icon_arrow_quote {
  width: 27px;
  height: 15px;
  background: url(i/g-icon_arrow_quote.png) no-repeat;
}
.g-icon_line_quote {
  width: 27px;
  height: 1px;
  background-color:#ff5632;
}




.g-color-black .g-icon_arrow_quote,
.g-color-black.g-icon_arrow_quote {
  background-position: 0 0;
}
.g-color-article .g-icon_arrow_quote,
.g-color-article.g-icon_arrow_quote {
  background-position: 0 -15px;
}
.g-color-guide .g-icon_arrow_quote,
.g-color-guide.g-icon_arrow_quote {
  background-position: 0 -30px;
}
.g-color-howto .g-icon_arrow_quote,
.g-color-howto.g-icon_arrow_quote {
  background-position: 0 -45px;
}
.g-color-magazine .g-icon_arrow_quote,
.g-color-magazine.g-icon_arrow_quote {
  background-position: 0 -60px;
}
.g-icon_poll {
  width: 26px;
  height: 26px;
  margin-bottom: 5px;
  background: url(i/g-icon_poll.png) no-repeat;
}
.g-color-black .g-icon_poll,
.g-color-black.g-icon_poll {
  background-position: 0 0;
}
.g-color-article .g-icon_poll,
.g-color-article.g-icon_poll {
  background-position: 0 -26px;
}
.g-color-guide .g-icon_poll,
.g-color-guide.g-icon_poll {
  background-position: 0 -52px;
}
.g-color-howto .g-icon_poll,
.g-color-howto.g-icon_poll {
  background-position: 0 -78px;
}
.g-color-magazine .g-icon_poll,
.g-color-magazine.g-icon_poll {
  background-position: 0 -104px;
}
/*.g-icon_arrow_left { width: 14px; height: 9px; background: url(i/g-icon_arrow_left.png) no-repeat; }
.g-color-black .g-icon_arrow_left, .g-color-black.g-icon_arrow_left { background-position: 0 0; }
.g-color-article .g-icon_arrow_left, .g-color-article.g-icon_arrow_left { background-position: -14px 0; }
.g-color-guide .g-icon_arrow_left, .g-color-guide.g-icon_arrow_left { background-position: -28px 0; }
.g-color-howto .g-icon_arrow_left, .g-color-howto.g-icon_arrow_left { background-position: -42px 0; }
.g-color-magazine .g-icon_arrow_left, .g-color-magazine.g-icon_arrow_left { background-position: -56px 0; }*/
.g-icon_arrow_down {
  width: 9px;
  height: 12px;
  background: url(i/g-icon_arrow_down.png) no-repeat;
}
.g-color-black .g-icon_arrow_down,
.g-color-black.g-icon_arrow_down {
  background-position: 0 0;
}
.g-color-article .g-icon_arrow_down,
.g-color-article.g-icon_arrow_down {
  background-position: -9px 0;
}
.g-color-guide .g-icon_arrow_down,
.g-color-guide.g-icon_arrow_down {
  background-position: -18px 0;
}
.g-color-howto .g-icon_arrow_down,
.g-color-howto.g-icon_arrow_down {
  background-position: -27px 0;
}
.g-color-magazine .g-icon_arrow_down,
.g-color-magazine.g-icon_arrow_down {
  background-position: -36px 0;
}
.g-icon_views {
  width: 11px;
  height: 8px;
  background: url(i/g-icon_views.png) no-repeat left top;
  top: -2px;
}
/*.g-color-black .g-icon_views, .g-color-black.g-icon_views { background-position: 0 0; }
.g-color-article .g-icon_views, .g-color-article.g-icon_views { background-position: -11px 0; }
.g-color-guide .g-icon_views, .g-color-guide.g-icon_views { background-position: -22px 0; }
.g-color-howto .g-icon_views, .g-color-howto.g-icon_views { background-position: -33px 0; }
.g-color-magazine .g-icon_views, .g-color-magazine.g-icon_views { background-position: -44px 0; }*/
.g-icon_comments {
  width: 10px;
  height: 10px;
  background: url(i/g-icon_comments.png) no-repeat left top;
  top: -1px;
}
.g-color-article .b-meta__item:hover .g-icon_comments {
  background-position: -10px 0;
}
.g-color-guide .b-meta__item:hover .g-icon_comments {
  background-position: -20px 0;
}
.g-color-howto .b-meta__item:hover .g-icon_comments {
  background-position: -30px 0;
}
.g-color-magazine .b-meta__item:hover .g-icon_comments {
  background-position: -40px 0;
}
/*.g-icon_comments { width: 20px; height: 21px; background: url(i/g-icon_comments.png) no-repeat; }
.g-color-black .g-icon_comments, .g-color-black.g-icon_comments { background-position: 0 0; }
.g-color-black .g-icon_comments:hover, .g-color-black.g-icon_comments:hover { background-position: 0 -21px; }
.g-color-article .g-icon_comments, .g-color-article.g-icon_comments { background-position: -20px 0; }
.g-color-article .g-icon_comments:hover, .g-color-article.g-icon_comments:hover { background-position: -20px -21px; }
.g-color-guide .g-icon_comments, .g-color-guide.g-icon_comments { background-position: -40px 0; }
.g-color-guide .g-icon_comments:hover, .g-color-guide.g-icon_comments:hover { background-position: -40px -21px; }
.g-color-howto .g-icon_comments, .g-color-howto.g-icon_comments { background-position: -60px 0; }
.g-color-howto .g-icon_comments:hover, .g-color-howto.g-icon_comments:hover { background-position: -60px -21px; }
.g-color-magazine .g-icon_comments, .g-color-magazine.g-icon_comments { background-position: -80px 0; }
.g-color-magazine .g-icon_comments:hover, .g-color-magazine.g-icon_comments:hover { background-position: -80px -21px; }*/
.g-icon_has-photo {
  width: 19px;
  height: 15px;
  background: url(i/g-icon_has-photo.png) no-repeat left top;
  top: -2px;
}
/*.g-color-black .g-icon_has-photo, .g-color-black.g-icon_has-photo { background-position: 0 0; }
.g-color-article .g-icon_has-photo, .g-color-article.g-icon_has-photo { background-position: -19px 0; }
.g-color-guide .g-icon_has-photo, .g-color-guide.g-icon_has-photo { background-position: -38px 0; }
.g-color-howto .g-icon_has-photo, .g-color-howto.g-icon_has-photo { background-position: -57px 0; }
.g-color-magazine .g-icon_has-photo, .g-color-magazine.g-icon_has-photo { background-position: -76px 0; }*/
.g-icon_has-video {
  width: 20px;
  height: 14px;
  background: url(i/g-icon_has-video.png) no-repeat left top;
  top: -2px;
}
/*.g-color-black .g-icon_has-video, .g-color-black.g-icon_has-video { background-position: 0 0; }
.g-color-article .g-icon_has-video, .g-color-article.g-icon_has-video { background-position: -20px 0; }
.g-color-guide .g-icon_has-video, .g-color-guide.g-icon_has-video { background-position: -40px 0; }
.g-color-howto .g-icon_has-video, .g-color-howto.g-icon_has-video { background-position: -60px 0; }
.g-color-magazine .g-icon_has-video, .g-color-magazine.g-icon_has-video { background-position: -80px 0; }*/
.g-icon_load-more {
  width: 18px;
  height: 17px;
  background: url(i/g-icon_load-more.png) no-repeat;
  top: -2px;
}
.g-color-black .g-icon_load-more,
.g-color-black.g-icon_load-more {
  background-position: 0 0;
}
.g-color-article .g-icon_load-more,
.g-color-article.g-icon_load-more {
  background-position: -18px 0;
}
.g-color-guide .g-icon_load-more,
.g-color-guide.g-icon_load-more {
  background-position: -36px 0;
}
.g-color-howto .g-icon_load-more,
.g-color-howto.g-icon_load-more {
  background-position: -54px 0;
}
.g-color-magazine .g-icon_load-more,
.g-color-magazine.g-icon_load-more {
  background-position: -72px 0;
}
.l-main__grid__more:hover.g-color-black .g-icon_load-more {
  background-position: 0 -17px;
}
.l-main__grid__more:hover.g-color-article .g-icon_load-more {
  background-position: -18px -17px;
}
.l-main__grid__more:hover.g-color-guide .g-icon_load-more {
  background-position: -36px -17px;
}
.l-main__grid__more:hover.g-color-howto .g-icon_load-more {
  background-position: -54px -17px;
}
.l-main__grid__more:hover.g-color-magazine .g-icon_load-more {
  background-position: -72px -17px;
}
.g-icon_vkontakte {
  width: 20px;
  height: 20px;
  background: url(i/g-icon_vkontakte.png) no-repeat;
}
.g-icon_vkontakte_white {
  background-position: 0 0;
}
.g-icon_vkontakte_black {
  background-position: 0 -20px;
}
.g-icon_vkontakte_white:hover,
.g-icon_vkontakte_black:hover {
  background-position: 0 -40px;
}
.g-icon_rss {
  width: 20px;
  height: 20px;
  background: url(i/g-icon_rss.png) no-repeat;
}
.g-icon_rss_white {
  background-position: 0 0;
}
.g-icon_rss_black {
  background-position: 0 -20px;
}
.g-icon_rss_white:hover,
.g-icon_rss_black:hover {
  background-position: 0 -40px;
}
.g-icon_facebook {
  width: 20px;
  height: 20px;
  background: url(i/g-icon_facebook.png) no-repeat;
}
.g-icon_facebook_white {
  background-position: 0 0;
}
.g-icon_facebook_black {
  background-position: 0 -20px;
}
.g-icon_facebook_white:hover,
.g-icon_facebook_black:hover {
  background-position: 0 -40px;
}
.g-icon_twitter {
  width: 20px;
  height: 20px;
  background: url(i/g-icon_twitter.png) no-repeat;
}
.g-icon_twitter_white {
  background-position: 0 0;
}
.g-icon_twitter_black {
  background-position: 0 -20px;
}
.g-icon_twitter_white:hover,
.g-icon_twitter_black:hover {
  background-position: 0 -40px;
}
.g-icon_search {
  width: 26px;
  height: 25px;
  background: url(i/g-icon_search.png) no-repeat left top;
  top: -1px;
}
.g-icon_search:hover {
  background-position: left bottom;
}
.g-icon_archive {
  width: 24px;
  height: 26px;
  background: url(i/g-icon_archive.png) no-repeat left top;
  top: -2px;
}
.g-icon_archive:hover,
a:hover .g-icon_archive,
.g-icon_archive_hovered {
  background-position: right top;
}
.g-icon_subscription {
  width: 26px;
  height: 25px;
  background: url(i/g-icon_subscription.png) no-repeat left top;
  top: -2px;
}
.g-icon_subscription:hover,
a:hover .g-icon_subscription {
  background-position: right top;
}
.g-icon_auth {
  width: 32px;
  height: 31px;
  background: url(i/g-icon_auth.png?) no-repeat left top;
}
.g-icon_auth:hover,
.b-head-auth:hover .g-icon_auth {
  background-position: left bottom;
}
.g-icon_logout {
  width: 26px;
  height: 26px;
  background: url(i/g-icon_logout.png) no-repeat left top;
}
.g-icon_read {
  width: 24px;
  height: 14px;
  background: url(i/g-icon_read.png) no-repeat left top;
  top: 4px;
}
a:hover .g-icon_read,
a.g-icon_read:hover {
  background-position: 0 -14px;
}
.g-icon_ruler {
  width: 49px;
  height: 5px;
  background: url(i/g-icon_ruler.png) no-repeat;
}
.g-icon_ruler_article,
.g-color-article .g-icon_ruler {
  background-position: 0 -5px;
}
.g-icon_ruler_guide,
.g-color-guide .g-icon_ruler {
  background-position: 0 -10px;
}
.g-icon_ruler_howto,
.g-color-howto .g-icon_ruler {
  background-position: 0 -15px;
}
.g-icon_ruler_magazine,
.g-color-magazine .g-icon_ruler {
  background-position: 0 -20px;
}
.g-icon_ruler_black {
  background-position: 0 0 !important;
}
.g-icon_most_viewed {
  width: 25px;
  height: 25px;
  background: url(i/g-icon_most_viewed.png) no-repeat left top;
}
.g-icon_most_commented {
  width: 25px;
  height: 25px;
  background: url(i/g-icon_most_commented.png) no-repeat left top;
}
.g-icon_video-2 {
  width: 22px;
  height: 21px;
  background: url(i/g-icon_video-2.png) no-repeat left top;
  top: -1px;
}
.g-icon_info {
  width: 23px;
  height: 26px;
  background: url(i/g-icon_info.png) no-repeat;
}
.g-color-article .g-icon_info {
  background-position: -23px 0;
}
.g-color-guide .g-icon_info {
  background-position: -46px 0;
}
.g-color-howto .g-icon_info {
  background-position: -69px 0;
}
.g-color-magazine .g-icon_info {
  background-position: -92px 0;
}
.g-icon_subway,
.g-icon_subway_red {
  width: 13px;
  height: 13px;
  background: url(i/g-icon_subway.png) no-repeat 0 0;
}
.g-icon_subway_red {
  background-position: -13px 0;
}
/*.g-color-article .g-icon_subway { background-position: -13px 0; }
.g-color-guide .g-icon_subway { background-position: -26px 0; }
.g-color-howto .g-icon_subway { background-position: -39px 0; }
.g-color-magazine .g-icon_subway { background-position: -52px 0; }*/
.g-icon_star {
  width: 15px;
  height: 14px;
  background: url(i/g-icon_star.png) no-repeat 0 0;
}
.g-icon_star_state_unchecked {
  background-position: 0 0 !important;
}
.g-icon_star_state_checked {
  background-position: 0 -14px !important;
}
.g-icon_chapter-per-page {
  width: 38px;
  height: 22px;
  background: url(i/g-icon_chapter-per-page.png) no-repeat;
}
.g-icon_recommendations-slash {
  width: 28px;
  height: 28px;
  background: url(i/g-icon_recommendations-slash.png) no-repeat left top;
}
/* Fonts (think about giving more clear names for them) */
.g-font-default-1 {
  font-family: 'bigcity', Georgia, Times, serif;
  font-size: 16px;
}
.g-font-default-2 {
  font-family: 'bigcity', Georgia, Times, serif;
  font-size: 14px;
}
.g-font-default-3 {
  font-family: 'bigcity', Georgia, Times, serif;
  font-size: 12px;
}
.g-font-title-1 {
  font-family: 'bigcitysans', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.g-font-title-2 {
  font-family: 'bigcitysans', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.g-font-title-3 {
  font-family: 'bigcitysans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.g-font-small-1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  letter-spacing: 1px;
  font-style: italic;
  text-transform: uppercase;
}
.g-font-small-2 {
  font-family: 'bigcitysans-smallcaps', Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}
.g-font-small-3 {
  font-family: 'bigcity', Georgia, Times, serif;
  font-size: 12px;
  text-transform: uppercase;
}
.g-font-small-4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.g-font-small-5 {
  font-family: 'bigcity', Georgia, Times, serif;
  font-size: 14px;
  font-style: italic;
}
.g-font-small-6 {
  font-family: 'bigcity', Georgia, Times, serif;
  font-size: 14px;
}

.g-bcsansbold {
	font-family: 'bigcitysansbold', Arial, Helvetica, sans-serif;
}
/* General layout (start) */
.l-root {
  position: relative;
  z-index: 1;
}
.l-root_w-900 .g-only-w-1200 {
  display: none !important;
}
.l-root_w-1200 .g-only-w-900 {
  display: none !important;
}
.l-root_w-1200 .new-likes-w1200 {
  display:block !important;
}
.l-container {
  position: relative;
}
/* Head */
.l-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  z-index: 20;
}
.l-head_floating {
  position: fixed;
}
.l-head__layout {
  margin: 0 auto;
  background-color: #fff;
}
.l-head__layout {
  position: relative;
  margin: 0 auto;
  height: 44px;
  background-color: #fff;
}
.l-head_floating .l-head__layout {
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.25);
}
.l-head__gap {
  width: 100%;
}
.l-head__left {
  text-align: left;
  vertical-align: middle;
}
.l-head__right {
  text-align: right;
  vertical-align: middle;
}
/* Content layouts */
.l-main {
  padding-top: 0px;
}
.l-main__layout {
  position: relative;
  margin: 0 auto;
  background:#fff;
  padding:60px 10px 0;
  z-index: 3;
}
.l-main__cols {
  overflow: hidden;
  clear: both;
}
.l-main__cols__left {
  float: left;
  clear: left;
}
.l-main__cols__right {
  float: right;
  clear: right;
  width: 250px;
}
/* IE8-9 screws up with overflow: auto - the vertical scroll appears */
.l-main__grid {
  position: relative;
  overflow: initial;
}
.l-main__grid__break {
  display: block;
  clear: left;
  width: 100%;
  height: 0;
}
.l-main__grid__more {
  width: 300px;
  padding-left: 5px;
  height: 40px;
  line-height: 40px;
  border-top-style: solid;
  border-top-width: 1px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 60px;
}
.l-root_w-900 .l-main__grid__more {
  margin-left: 180px;
}
.l-root_w-1200 .l-main__grid__more {
  margin-left: 360px;
}

.l-main-articles {

}

.l-main-articles__left {
  position: relative;
  float: left;
  width: 780px;
}
.l-main-articles__right {
  float: right;
  width: 120px;
}

.l-root_w-1200 .l-main-articles__left {
  width: 1080px;
}


/* Sticky footer {@see http://ryanfait.com/resources/footer-stick-to-bottom-of-page/} */
.l-wrap {
  position: relative;
  overflow: auto;
  min-height: 100%;
  margin-bottom: -100px;
}
.l-foot-strut {
  height: 190px;
}
.l-foot {
  position: relative;
  height: 191px;
  background-color: #000;
  z-index: 100;
}
.l-foot__layout {
  position: relative;
  margin: 0 auto;
  height: 190px;
}
/* Dependings on width */
.l-root_w-900 .l-head__layout,
.l-root_w-900 .l-foot__layout,
.l-root_w-900 .l-main__layout {
  width: 900px;
}
.l-root_w-900 .l-main__cols__left {
  width: 600px;
}
.l-root_w-1200 .l-head__layout,
.l-root_w-1200 .l-foot__layout,
.l-root_w-1200 .l-main__layout {
  width: 1200px;
}
.l-root_w-1200 .l-main__cols__left {
  width: 840px;
}
/* General layout (end) */
/* Mixins (start) */
/* Stripe in head */
.l-head__line {
  height: 4px;
}
.l-head__line_color_index {
  background-color: #000;
  position: relative;
  z-index: 3;
}
.l-head__line_color_magazine {
  background-color: #C79900;
  position: relative;
  z-index: 3;
}
.l-head__line_color_article {
  background-color: #ff5632;
  position: relative;
  z-index: 3;
}
.l-head__line_color_howto {
  background-color: #0097ff;
  position: relative;
  z-index: 3;
}
.l-head__line_color_guide {
  background-color: #00d275;
  position: relative;
  z-index: 3;
}
/* Inline list: used in article authors, article tags, */
.b-inline-list {
  display: block;
}
.b-inline-list__header {
  display: inline;
}
.b-inline-list__item {
  display: inline;
}
/* Photogallery */
.b-photogallery__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
  /*padding-right: 25px;*/
}
.b-photogallery__canvas {
  position: relative;
}
.b-article-element-photo .b-photogallery__viewport {
  background: url(i/b-photogallery__viewport.png) no-repeat center;
  text-align: center;
}
.b-article-element-photo.b-photogallery {
  display: block;
  max-width: 100%;
}



.b-photogallery__slide {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  position: relative;
  left: 0;
  max-width: 100%;
  /*opacity: 0;
	-webkit-transition: left .5s ease-in-out, opacity .5s linear;
	-moz-transition: left .5s ease-in-out, opacity .5s linear;
	-o-transition: left .5s ease-in-out, opacity .5s linear;
	-ms-transition: left .5s ease-in-out, opacity .5s linear;
	transition: left .5s ease-in-out, opacity .5s linear;*/

}
.b-article-element-photo .b-photogallery__slide {
  opacity: 0;

}
.custom-article-paginator-content ul {
  /*-webkit-transition: left .25s linear;
  -moz-transition: left .25s linear;
  -o-transition: left .25s linear;
  -ms-transition: left .25s linear;
  transition: left .25s linear;*/
}
.b-photogallery__slide.g-active {
  opacity: 1;
}
.b-photogallery__controls {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Items meta (views, comments, etc.) */
.b-meta {
  display: block;
}
.b-meta__item {
  display: inline;
  padding-right: 4px;
  color: #b2b2b2;
}
.b-meta__item_type_comments {
  color: #4D4D4D;
}
.b-meta__item + .b-meta__item {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #b2b2b2;
  padding-left: 7px;
}
.b-alphabet {
  margin: 2em 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ccc;
}
.b-alphabet__letter {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 47px;
  height: 47px;
  line-height: 47px;
  margin: 10px 10px 10px 0;
  text-align: center;
  background: url(i/b-alphabet__letter.png) no-repeat -47px -47px;
  font-size: 25px;
  font-style: italic;
}
.b-alphabet__letter:hover,
.b-alphabet__letter_state_active {
  background-position: 0 0;
}
.b-alphabet__letter_state_active {
  color: #ff5632;
}
.b-authors-list {
  margin: 2em 0;
}
.b-authors-list__layout {
  width: 100%;
}
.b-authors-list__layout td {
  width: 33%;
  padding-top: 20px;
  border-right: 20px;
  vertical-align: bottom;
}
.b-authors-list__line {
  display: block;
  height: 0;
  margin-right: 20px;
  border-bottom: 1px solid #ccc;
}
.b-authors-types {
  display: block;
  margin-top: 1em;
}
.b-authors-types li {
  padding-bottom: .35em;
  font-size: 13px;
}
.b-authors-types__title {
  display: inline;
  margin-right: 3em;
}
.b-authors-types__item {
  display: inline;
  margin-right: 2em;
  boder-bottom: 1px solid transparent;
}
.b-authors-types__item_state_selected {
  border-bottom: 1px solid #ff5632;
}
/* Mixins (end) */
/* Head elements (start) */
.b-head-logo {
  margin-right: 10px;
  background: left top no-repeat;
  text-indent: -999em;
  font-size: 0;
  color: transparent;
}
.b-head-logo_large {
  width: 178px;
  height: 23px;
  background-image: url(i/logo-large.png);
}

  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {
    .b-head-logo_large {
      background-image: url(i/logo-large@2x.png);
      background-size: 178px 23px;
    }
  }


.b-head-logo_small {
  width: 32px;
  height: 32px;
  background-image: url(i/b-head-logo_small.gif);
}
.b-head-logo-holder {
  width: 178px;
}
.l-head_floating .b-head-logo-holder {
  width: 32px;
}
.b-head-menu {
  display: block;
  white-space: nowrap;
}
.l-head .b-head-menu {
  display: none;
}
.l-head_floating .b-head-menu {
  display: block;
}

.l-head_floating .b-head-menu__item_section .b-head-menu__item__link {
  padding-right: 5px;
  margin-right: 10px;
}
.l-main__layout .b-head-menu {
  margin: 19px 0 12px;
}
.b-head-menu__item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.b-head-menu__item__link {
  letter-spacing: 1px;
}
.b-head-menu__item_section {
  margin-right: 14px;
}
.b-head-menu__item_section .b-head-menu__item__link {
  margin-right: 15px;
  padding-right: 20px;
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #666;
  font-size: 13px;
}
.b-head-menu__item_type .b-head-menu__item__link {
  margin-right: 5px;
  border-bottom: 1px solid transparent;
  /*font-size: 95%;*/
}
.b-head-menu__item_type .b-head-menu__item__link:after {
  position: relative;
  top: -1px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  content: "/";
  margin-left: 7px;
  color: #666 !important;
}
.b-head-menu__item_type:last-child .b-head-menu__item__link:after {
  display: none;
  content: "";
}
.b-head-menu__item__link {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.l-head__left .b-head-menu__item {
  margin-right: 0;
}
.b-head-menu-holder {
  position: relative;
  overflow: hidden;
  height: 44px;
  width: 0;
}
.b-head-menu-holder .b-head-menu {
  margin-top: 13px;
}
.b-head-menu-holder__fade {
  display: none;
}
.l-root_w-900 .l-head_floating .b-head-menu-holder {
  width: 340px;
}
.l-root_w-900 .l-head_floating .b-head-menu-holder__fade {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background: url(i/b-head-menu-holder__fade.png) no-repeat right top;
}
.l-root_w-1200 .b-head-menu-holder {
  width: auto;
}
.b-head-menu-holder_state_extended {
  width: auto !important;
}
.b-head-menu-holder_state_extended .b-head-menu-holder__fade {
  display: none !important;
}
.b-head-element {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
  border-left: 1px solid #ccc;
  padding: 0 5px;
  height: 44px;
  line-height: 44px;
}
.b-head-social {
  border-left: none;
  padding: 0 10px;
}
.b-head-social__item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0 5px;
}


.b-head-social__item.i16plus
{
	position:relative;
	top:7px;
	left:5px;
	width:39px;
	height:21px;
	background:url('/static/css/pub/i/g-icon_16plus.png') no-repeat;
}

.l-head_floating .b-head-social {
  display: none;
}
.b-head-auth {
  width: 90px;
  /* 120 */
  text-align: center;
}
.b-head-auth:hover .b-head-auth__dropdown {
  display: block;
}
.b-head-auth_state_not-authorized .b-head-auth__dropdown {
  width: 90px;
  left: 0;
}
.b-head-auth_state_authorized .b-head-auth__dropdown {
  width: 285px;
  right: 0;
}
.b-head-auth__userpic {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: -3px;
}
.b-head-auth__dropdown {
  display: none;
  text-align: left;
  position: absolute;
  padding: 0 15px 10px 15px;
  top: 44px;
  background: #fff;
  box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.25);
}
.b-head-auth__dropdown__login-as {
  display: block;
  line-height: 1.4;
  border-top: 1px dotted #ccc;
  padding: .5em 0;
}
.b-head-auth__dropdown__button-handler {
  padding: .5em 0;
}
.b-head-auth__dropdown__button-handler + .b-head-auth__dropdown__button-handler {
  border-top: 1px dotted #ccc;
}
.b-head-auth__dropdown__button {
  display: block;
  width: 92px;
  height: 21px;
  background: url(i/b-head-auth__dropdown__button.png) no-repeat;
}
.b-head-auth__dropdown__button.facebook {
  background-position: 0 0;
}
.b-head-auth__dropdown__button.vkontakte {
  background-position: 0 -21px;
}
.b-head-auth__dropdown__button.google {
  background-position: 0 -42px;
}
.b-head-auth__dropdown__button.twitter {
  background-position: 0 -63px;
}
.b-head-auth__dropdown__stripe {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #000;
}
.b-head-auth__dropdown__logout-holder {
  text-align: right;
}
.b-head-auth__dropdown__userinfo-layout {
  width: 100%;
  border-style: dotted;
  border-width: 1px 0;
  border-color: #ccc;
}
.b-head-auth__dropdown__userinfo-layout td {
  padding: 5px 0;
  vertical-align: middle;
}
.b-head-auth__dropdown__username {
  font-family: 'bigcitysans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  padding: .5em 0;
}
.b-head-auth__dropdown__history-holder {
  text-align: right;
  width: 65%;
}
.b-head-auth__dropdown__history-switcher {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 28px;
  height: 17px;
  background: url(i/b-head-auth__dropdown__history-switcher.png) no-repeat;
  vertical-align: middle;
  margin-left: 5px;
}
.b-head-auth__dropdown__history-switcher_state_on {
  background-position: left top;
}
.b-head-auth__dropdown__history-switcher_state_off {
  background-position: left bottom;
}
.b-head-search {
  padding: 0px;
  text-align: center;
  width: 245px;
}
.b-head-search__input {
  width: 154px;
  height: 22px;
  padding: 0 7px;
  line-height: 10px;
  border: none;
  outline: none;
  background: url(i/b-head-search__input.png) no-repeat left top;
  margin-right: 12px;
}
/* Head elements (end) */
/* Cross-site elements (start) */
.b-banner {
  border: 1px solid #d4d4d4;
}
.b-banner_top-all {
  margin-bottom: 36px;
  border: none !important;
}
.b-banner_size_240,
.b-banner_size_120 {
  margin-bottom: 50px;
  padding: 0 29px 3px 29px;
}
.b-banner_size_240 {
  width: 240px;
  padding: 4px 4px 4px;
}
.b-banner_size_120 {
  width: 118px;
  float: right;
  clear: right;
  padding-left: 0;
  padding-right: 0;
}
.b-banner_size_295 {
  display: inline-block;
  width: 295px;
  margin-bottom: 30px;
  padding: 0 0 3px 0;
}
.b-banner__adv {
  display: block;
  line-height: 15px;
  color: #d4d4d4;
  text-transform: none;
}
.b-banner_size_240 .b-banner__adv {
  position: relative;
  top: -10px;
}
.b-banner_size_295 .b-banner__adv {
  margin: 0 8px;
  border-bottom: 1px solid #DDD;
  height: 27px;
  line-height: 27px;
}
.b-banner__content {
  display: block;
}
/*.b-banner_size_632 { padding: 20px 0; border-width: 1px 0; border-style: solid; border-color: #d4d4d4; }
.b-banner_size_632 img { display: block; }*/
.b-hooynool {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 60px;
  height: 365px;
  margin-top: 27px;
  margin-right: 56px;
  margin-bottom: 60px;
  position: relative;
  background: url(i/b-hooynool.png) no-repeat left top;
}
.b-hooynool:hover {
  background-position: right top;
}
/* Cross-site elements (end) */
/* Previews (start) */
.b-preview {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  position: relative;
  margin-right: 60px;
  margin-bottom: 40px;
}
.b-preview_floating {
  float: right;
  clear: right;
  margin-right: 0;
}
.l-root_w-900 .b-preview_floating-w-900-only {
  float: right;
  clear: right;
  margin-right: 0;
}
.b-preview_size_large {
  width: 300px;
}
.b-preview_size_small {
  width: 120px;
}
.b-preview_size_medium {
  width: 180px;
}
.b-preview__head {
  width: 100%;
  height: 27px;
}
.b-preview__head__left {
  text-align: left;
  vertical-align: middle;
}
.b-preview__head__right {
  text-align: right;
  vertical-align: middle;
}
.b-preview__item {
  display: block;
  position: relative;
}
.b-preview__item + .b-preview__item {
  margin-top: 15px;
}
.b-preview__item__title__first-num {
  font-weight: bold;
}
.b-preview__item__publish-date {
  color: #b2b2b2;
}
.b-preview__head__publish-date {
  color: #b2b2b2;
}
.b-preview__outer-separator {
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  width: 0;
  border-right-width: 1px;
}
.b-preview.g-first .b-preview__outer-separator {
  display: none;
}
.b-preview__item__image {
  display: block;
  margin: 10px auto 5px auto;
}

.b-photogallery__viewport .b-preview__item__image {max-width:480px;max-height:300px;}
.b-preview__item .b-preview__item__image {max-width:300px;}

.b-preview__item__title {
  letter-spacing: 1px;
}
.b-preview__item__subtitle {
  font-size: 100%;
}
.b-preview__item__meta {
  color: #b2b2b2;
}
.b-preview__badge {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
}

.b-preview__badge_bestsummer {
  background-image: url('/static/css/pub/i/badge-bestsummer.png');
}
.b-preview__badge_blogs {
  width: 300px;
  height: 42px;
  margin-top: -47px;
  background-image: url('/static/images/pub/blogs/anons/article_small.png');
}

.b-announce.b-photogallery .b-preview__badge_blogs {
  width: 480px;
  height: 66px;
  margin-top: -71px;
  background-image: url('/static/images/pub/blogs/anons/article.png?01');
}

.b-announce.b-photogallery.small {
	width:300px;
	margin-left:50px;
}

.l-root_w-900 .b-announce.b-photogallery .b-preview__badge_blogs {
  width: 345px;
}

.l-root_w-900 .b-announce.b-photogallery.small {
	width:220px;
	margin-left:30px;
}

.b-preview_size_small.b-preview_type_howto .b-preview__outer-separator,
.b-preview_size_small.b-preview_type_guide .b-preview__outer-separator {
  border-right-style: dotted;
  top: 10px;
  bottom: 10px;
}
.b-preview_size_small.b-preview_type_howto .b-preview__item,
.b-preview_size_small.b-preview_type_guide .b-preview__item {
  height: 198px;
  border-width: 1px 0;
  border-style: solid;
}
.b-preview_size_small.b-preview_type_howto .b-preview__item__title,
.b-preview_size_small.b-preview_type_guide .b-preview__item__title {
  text-align: center;
  font-size: 10px;
}
.b-preview_size_small.b-preview_type_playbill .b-preview__item {
  height: 200px;
  background: url(i/b-preview_size_small_type_playbill.png) left top no-repeat;
}
.b-preview_size_small.b-preview_type_playbill .b-preview__item__image {
  width: 95px;
  height: 95px;
  margin: 20px auto 10px auto;
}
.b-preview_size_small.b-preview_type_playbill .b-preview__item__genre {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  text-align: center;
}
.b-preview_size_small.b-preview_type_playbill .b-preview__item__genre__label {
  padding-bottom: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.b-preview_size_small.b-preview_type_playbill .b-preview__item__title {
  margin: 0 5px;
  text-align: center;
}
.b-preview_size_small.b-preview_type_playbill-of-the-week {
  margin-right: 0;
}
.b-preview_size_small.b-preview_type_playbill-of-the-week .b-preview__item {
  width: 110px;
  padding: 1px 5px 10px 5px;
  z-index: 1;
}
.b-preview_size_small.b-preview_type_playbill-of-the-week .b-preview__item__image-crop {
  position: absolute;
  width: 110px;
  height: 110px;
  left: 0;
  top: 0;
  display: block;
  background: url(i/b-preview_type_playbill__crop.png) left top no-repeat;
  z-index: 3;
}
.b-preview_size_small.b-preview_type_playbill-of-the-week .b-preview__item__rhomb {
  display: block;
  position: relative;
  width: 110px;
  height: 110px;
  background: url(i/b-preview_type_playbill__week.png) left top no-repeat;
  margin-top: -55px;
  z-index: 3;
}
.b-preview_size_small.b-preview_type_playbill-of-the-week .b-preview__item__image-handler {
  position: relative;
  width: 110px;
  height: 110px;
}
.b-preview_size_small.b-preview_type_specproject .b-preview__item {
  border-top-width: 1px;
  border-top-style: solid;
  text-align: center;
}
.new-b-preview_type_specproject {
    height: 389px;
    overflow: hidden;
    position: relative;
}

.new-b-preview_type_specproject--article {
  margin-top: 10px;
  height: auto;
}

.l-root_w-900 .new-b-preview_type_specproject--article {
    display: none;
}

.b-preview_size_small.b-preview_type_specproject .b-preview__item__title {
  text-align: center;
}
.b-preview_size_small.b-preview_type_specproject .b-preview__item__subtitle {
  text-align: center;
  font-size: 12px;
}
.b-preview_size_small.b-preview_type_last-magazine {
  width: 110px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.b-preview_size_small.b-preview_type_last-magazine-article {
    padding-bottom: 15px;
    margin-bottom: 0;
}
.b-preview_size_small.b-preview_type_last-magazine .b-preview__item {
  border-top-width: 1px;
  border-top-style: solid;
}
.b-preview_size_small.b-preview_type_last-magazine .b-preview__item__image {
  margin: .5em 0;
  width: 110px;
}
.b-preview_size_small.b-preview_type_last-magazine .b-preview__item__title {
  text-align: center;
}
.b-preview_size_small.b-preview_type_last-magazine .g-icon_read {
  margin-bottom: 12px;
}
.b-preview_size_small.b-preview_type_video {
  width: 110px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  margin-right: 0;
}
.b-preview_size_small.b-preview_type_video .b-preview__item {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #666;
}
.b-preview_size_small.b-preview_type_video .b-preview__item + .b-preview__item {
  border-top-width: 0;
}
.b-preview_size_small.b-preview_type_video .b-preview__item__title {
  text-align: left;
}
.b-preview_size_small.b-preview_type_video .b-preview__item__subtitle {
  text-align: left;
}
.b-preview_size_large.b-preview_type_article .b-preview__item,
.b-preview_size_large.b-preview_type_guide .b-preview__item,
.b-preview_size_large.b-preview_type_howto .b-preview__item,
.b-preview_size_large.b-preview_type_magazine .b-preview__item {
  height: 360px;
  border-width: 1px 0;
  border-style: solid;
  padding-bottom: 20px;
}
.b-preview_size_large.b-preview_type_article .b-preview__item__meta,
.b-preview_size_large.b-preview_type_guide .b-preview__item__meta,
.b-preview_size_large.b-preview_type_howto .b-preview__item__meta,
.b-preview_size_large.b-preview_type_magazine .b-preview__item__meta {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.b-preview_size_large.b-preview_type_article .b-preview__item__quote:hover .b-preview__item__quote__text,
.b-preview_size_large.b-preview_type_guide .b-preview__item__quote:hover .b-preview__item__quote__text,
.b-preview_size_large.b-preview_type_howto .b-preview__item__quote:hover .b-preview__item__quote__text,
.b-preview_size_large.b-preview_type_magazine .b-preview__item__quote:hover .b-preview__item__quote__text,
.b-article-element-good__layout a {
  text-decoration: underline;
}
.b-preview_size_large.b-preview_type_article .b-preview__item__quote__text,
.b-preview_size_large.b-preview_type_guide .b-preview__item__quote__text,
.b-preview_size_large.b-preview_type_howto .b-preview__item__quote__text,
.b-preview_size_large.b-preview_type_magazine .b-preview__item__quote__text {
  display: block;
  font-size: 24px;
  color: #333;
  font-style: italic;
  line-height: 1.5;
}
.b-preview_size_large.b-preview_type_article .b-preview__item__quote__author,
.b-preview_size_large.b-preview_type_guide .b-preview__item__quote__author,
.b-preview_size_large.b-preview_type_howto .b-preview__item__quote__author,
.b-preview_size_large.b-preview_type_magazine .b-preview__item__quote__author {
  display: block;
  margin: .5em 0;
  font-size: 16px;
  letter-spacing: 1px;
}
.b-preview_size_large.b-preview_type_article .b-preview__item__arrow,
.b-preview_size_large.b-preview_type_guide .b-preview__item__arrow,
.b-preview_size_large.b-preview_type_howto .b-preview__item__arrow,
.b-preview_size_large.b-preview_type_magazine .b-preview__item__arrow {
  position: absolute;
  left: 0;
  bottom: 11px;
}
.g-color-article a:hover .b-preview__item__quote__text {
  color: #ff5632;
}
.g-color-guide a:hover .b-preview__item__quote__text {
  color: #00d275;
}
.g-color-howto a:hover .b-preview__item__quote__text {
  color: #0097ff;
}
.g-color-magazine a:hover .b-preview__item__quote__text {
  color: #c79900;
}
.b-preview_size_large.b-preview_type_guide_2 .b-preview__item {
  height: 168px;
  background: url('i/b-preview_size_large_type_guide_2.png?05') no-repeat left top;
}
.b-preview_size_large.b-preview_type_guide_2 .b-preview__item__title {
  position: relative;
  top: 25px;
  font-weight: bold;
  font-family: 'bigcitysans', Arial, Helvetica, sans-serif;
  font-size: 22px;
  text-align: center;
  text-transform: none;
  line-height: 1.2;
}
.b-preview_size_large.b-preview_type_guide_2 .b-preview__item__title__first-num {
  font-size: 38px;
}
.b-preview_size_large.b-preview_type_guide_2 .b-preview__outer-separator {
  display: block;
  position: absolute;
  top: 16px;
  left: -29px;
  width: 0;
  height: 136px;
  border-left-style: dotted;
  border-left-width: 1px;
}
.b-preview_size_large.b-preview_type_guide_2.g-first .b-preview__outer-separator {
  display: none;
}
.l-root_w-1200 .b-preview_type_video + .b-preview_size_large {
  /*margin-right: 0;*/
}
.b-preview_story.b-preview_size_small {
  margin-bottom: 60px;
}
.b-preview_story.b-preview_size_small .b-preview__item {
  min-height: 235px;
  padding-bottom: 25px;
  border-width: 1px 0;
  border-style: solid;
  text-align: center;
}
.b-preview_story.b-preview_size_small .b-preview__item__title {
  text-align: left;
  font-weight: normal !important;
  font-size: 13px !important;
}
.b-preview_story.b-preview_size_small .b-preview__item__meta {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
  display: block;
  text-align: center;
}
.b-preview_story.b-preview_size_small .b-preview__item__ruler-2 {
  width: 48px;
  margin: 15px auto 10px auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.b-preview_story.b-preview_size_small .b-preview__outer-separator {
  border-right-style: dotted;
  border-right-color: #ccc;
  top: 10px;
  bottom: 10px;
}
.l-root_w-1200 .b-preview_story.b-preview_size_small {
  margin-right: 60px;
}
.l-root_w-900 .b-preview_story.b-preview_size_small {
  margin-right: 90px;
}
.l-root_w-1200 .b-preview_story.b-preview_size_small .b-preview__outer-separator {
  left: -30px;
}
.l-root_w-900 .b-preview_story.b-preview_size_small .b-preview__outer-separator {
  left: -45px;
}
.l-root_w-900 .b-preview_story.b-preview_size_small.g-last_w-900 {
  margin-right: 0;
}
.b-preview_story.b-preview_size_small.g-last {
  margin-right: 0;
}
.b-preview_size_medium.b-preview_type_best-articles {
  border-bottom: 1px solid #999;
}
.b-preview_size_medium.b-preview_type_best-articles .b-preview__item {
  border-top: 1px solid #999;
}
.b-preview_size_medium.b-preview_type_best-articles .b-preview__item__section {
  display: none;
  text-align: center;
  margin: .5em 0;
}
.b-preview_size_medium.b-preview_type_best-articles .b-preview__item__title {
  margin: .5em 0;
  text-align: center;
  font-weight: normal !important;
}
.b-preview_size_medium.b-preview_type_best-articles .b-preview__item__arrow-handler {
  display: none;
  text-align: center;
  margin-bottom: 1em;
}
.b-preview_size_medium.b-preview_type_best-articles .b-preview__item__meta {
  display: none;
  margin: .5em auto;
  text-align: center;
}
.b-preview_size_medium.b-preview_type_best-articles .b-preview__item__image {
  display: none;
  margin: .5em auto 1em auto;
}
.b-preview_size_medium.b-preview_type_best-articles .b-preview__item + .b-preview__item {
  margin-top: 0;
  border-top: 1px dotted #999;
}
.b-preview_size_medium.b-preview_type_best-articles .b-preview__item.g-active .b-preview__item__meta {
  display: block;
}
.b-preview_size_medium.b-preview_type_best-articles .b-preview__item.g-active .b-preview__item__image {
  display: block;
}
.b-preview_size_medium.b-preview_type_best-articles .b-preview__item.g-active .b-preview__item__section {
  display: block;
}
.b-preview_size_medium.b-preview_type_best-articles .b-preview__item.g-active .b-preview__item__arrow-handler {
  display: block;
}
/* Previews (end) */

.l-article-side-container {
  float: left;
  width: 160px;
  margin-right: 40px;
}
.l-root_w-900 .l-article-side-container {
  display: none;
}

.new-b-preview_type_specproject--article .b-preview_size_small {
  width: auto;
  margin-right: 0;
}

.l-root_w-1200 .l-article-content-container {
  float: left;
  width: 640px;
}

.l-article-side-container .b-preview__item__image {
  max-width: 100%;
  height: auto;
}

/* Article elements (start) */
.b-article-element {
  margin-bottom: 2em;
  position: relative;
}
.l-root_w-1200 .b-article-element_shiftable {
  /*margin-left: 180px;*/
}
.l-root_w-900 .b-article-element_shiftable {
  margin-left: 0;
}
/* Chapter */
.b-article-chapter {
  position: relative;
  z-index: 1;
}
/* Caption */
.b-article-element-caption {
  position: relative;
  margin-bottom: 2em;
  z-index: 2;
}
.b-article-element-caption .b-article-element-caption__subtitle a {
  text-decoration: underline;
}
.g-color-article .b-article-element-caption__subtitle a {
  color: #ff5632;
}
.g-color-guide .b-article-element-caption__subtitle a {
  color: #00d275;
}
.g-color-howto .b-article-element-caption__subtitle a {
  color: #0097ff;
}
.g-color-magazine .b-article-element-caption__subtitle a {
  color: #c79900;
}

.l-root_w-1200 .b-article-element-caption__title,
.l-root_w-1200 .b-article-element-caption__subtitle,
.l-root_w-1200 .b-article-element-caption__authors {
  width: 540px;
}
.l-root_w-900 .b-article-element-caption__title,
.l-root_w-900 .b-article-element-caption__subtitle,
.l-root_w-900 .b-article-element-caption__authors {
  width: 480px;
}
.b-article-element-caption__publish-date {
  display: block;
}
.b-article-element-caption__title {
  margin: .25em 0;
  line-height: 1.1;
  font-size: 28px;
  letter-spacing: 1px;
}
.b-article-element-caption__subtitle {
  width: 80%;
  margin: .25em 0;
  font-size: 18px;
  line-height: 24px;
}
.b-article-element-caption__authors .b-inline-list__item {
  color: #666;
}
.b-article-element-caption__authors .b-inline-list__item a:hover {
  color: #FF5632;
}
.b-article-element-caption__meta {
  position: absolute;
  bottom: 0;
  right: 0;
}
/*
   Likes
   ========================================================================== */

.b-article-element-likes {
  display: block;
  margin-bottom: 2em;
  border-style: solid;
  z-index: 3;
}
.b-article-element-likes__list {
    margin-bottom: 20px;
}
.b-article-element-likes__item {
  padding: 5px 0;
  border-width: 0;
}
.l-root_w-1200 .b-article-element-likes {
  /*float: left;*/
  clear: left;
  width: 120px;
  margin-right: 60px;
  border-width: 1px 0;
}
.l-root_w-1200 .b-article-element-likes__item {
  display: block;
  padding: 15px 0 15px 5px;
  border-top-style: dotted;
}
.l-root_w-1200 .b-article-element-likes__item + .b-article-element-likes__item {
  border-top-width: 1px;
}
.l-root_w-1200 .b-article-element-likes__item_tw iframe {
  position: relative;
  top: 4px;
}
.l-root_w-1200 .b-article-element-likes__item_sb iframe {
  position: relative;
  top: 2px;
}
.l-root_w-1200 .b-article-element-likes__item_gp > div {
  position: relative;
  top: 2px;
}
.l-root_w-900 .b-article-element-likes,
.l-root_w-1200 .new-likes-w1200
{
  display: table;
  table-layout: fixed;
  width: 100%;
  border-width: 0 1px;
  overflow: auto;
}
.l-root_w-1200 .new-likes-w1200
{
	/* display: table !important; */
	/* table-layout: fixed !important; */
	width: 660px !important;
	border-width: 0 1px !important;
	overflow: auto !important;
	margin-left: 180px;
	margin-bottom: 80px;
}
.l-root_w-900 .b-article-element-likes__item,
.l-root_w-1200 .new-likes-w1200 .b-article-element-likes__item
 {
	float: left;
	width: 20%;
	border-left-style: dotted;
}
.l-root_w-1200 .new-likes-w1200 .b-article-element-likes__item {
  padding: 5px 0 5px 15px;
  border-top:none;
}
.l-root_w-900 .b-article-element-likes__item + .b-article-element-likes__item,
.l-root_w-1200 .new-likes-w1200 .b-article-element-likes__item + .b-article-element-likes__item {
  border-left-width: 1px;
}
.l-root_w-900 .b-article-element-likes__item_fb > *,
.l-root_w-1200 .new-likes-w1200 .b-article-element-likes__item_fb > * {
  position: relative;
  top: -2px;
  left: 15px;
}
.l-root_w-900 .b-article-element-likes__item_vk > div,
.l-root_w-1200 .new-likes-w1200 .b-article-element-likes__item_vk > div {
  position: relative;
  top: 3px;
  left: 15px;
}
.l-root_w-900 .b-article-element-likes__item_tw iframe,
.l-root_w-1200 .new-likes-w1200 .b-article-element-likes__item_tw iframe {
  position: relative;
  top: 2px;
  left: 15px;
}
.l-root_w-900 .b-article-element-likes__item_sb iframe,
.l-root_w-1200 .new-likes-w1200 .b-article-element-likes__item_sb iframe {
  position: relative;
  top: 2px;
  left: 15px;
}
.l-root_w-900 .b-article-element-likes__item_gp > div,
.l-root_w-1200 .new-likes-w1200 .b-article-element-likes__item_gp > div {
  position: relative;
  top: 2px;
  left: 15px;
}

.b-article-element-likes .b-article-element-likes__item_fb {
  position: relative;
  top: 6px;
}

.l-root_w-1200 .b-article-element-likes_top {
  float: none;
  width: auto;
  margin-right: 0;
}


/* Text paragraph */
.b-article-element-text {
  margin-bottom: 1em;
  line-height: 1.5;
  color: #333;
}
.b-article-element-text p,
.b-article-element-text .b-article-element-text__content {
  font-size: 1em;
  margin-bottom: 1em;
}
.b-article-element-text a {
  text-decoration: underline;
}
.b-article-element-text img {
  max-width: 100%;
}
.b-article-element-text h2,
.b-article-element-text h3,
.b-article-element-text h4,
.b-article-element-text h5,
.b-article-element-text h6 {
  margin: 0 auto;
  width: 17em;
  text-align: center;
  margin-bottom: 1em;
  text-transform: uppercase;
  color: #333;
}
.g-color-article .b-article-element-text a {
  color: #ff5632;
}
.g-color-guide .b-article-element-text a {
  color: #00d275;
}
.g-color-howto .b-article-element-text a {
  color: #0097ff;
}
.g-color-magazine .b-article-element-text a {
  color: #c79900;
}
/* Quote */
.b-article-element-quote {
  clear: both;
  line-height: 1.6;
  letter-spacing: 3px;
}
.l-root_w-1200 .b-article-element-quote {
  margin-right: 180px;
}
.b-article-element-quote__content {
  font-size: 26px;
  font-style: italic;
  text-transform: uppercase;
}
/* Poll */
.b-article-element-poll {
  margin-top: 3em;
  margin-bottom: 3em;
}
.b-article-element-poll_state_voted .b-article-element-poll__options {
  display: none;
}
.b-article-element-poll_state_not-voted .b-article-element-poll__results {
  display: none;
}
.b-article-element-poll__title {
  margin-bottom: 1em;
  line-height: 1.15;
  font-style: italic;
}
.b-article-element-poll__results {
  width: 90%;
}
.b-article-element-poll__option,
.b-article-element-poll__result {
  margin-bottom: 1.25em;
}
.b-article-element-poll__option__control {
  margin-right: .5em;
  vertical-align: middle;
}
.b-article-element-poll__option__title {
  vertical-align: middle;
  padding: 2px 3px;
}
.b-article-element-poll__option.g-active .b-article-element-poll__option__title {
  background-color: #ffc;
}
.b-article-element-poll__result__title {
  margin-bottom: .5em;
}
.b-article-element-poll__result__bar {
  position: relative;
  height: 5px;
}
.b-article-element-poll__result__votes-count {
  position: absolute;
  top: -5px;
  margin-left: 100%;
  padding-left: 18px;
}
.b-article-element-poll__result__bar-cap {
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
}
/* Person (with and without photo) */
.b-article-element-person {
  margin-top: 2em;
  margin-bottom: 1em;
}

.b-article-element-person__layout {
  border-bottom: 1px dotted #999;
  border-collapse: separate;
}
.b-article-element-person__layout td {
  /*vertical-align: bottom;*/
  vertical-align: middle;
  padding-bottom: 17px;
}
.b-article-element-person__layout td:first-child {
  vertical-align: top;
}
.b-article-element-person__photo {
  width: 100px;
  height: 100px;
  /*margin-right: 30px;*/
  margin-right: 20px;
  /*margin-bottom: 20px;*/
  vertical-align: bottom;
  border-radius: 50px;
}
.b-article-element-person__name {
  /*margin-bottom: .5em;*/
  /*font-weight: bold;*/
  color: #4d4d4d;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  font-family: 'bigcityitalic';

  letter-spacing: 1px;
}
.b-article-element-person__description {
  /*margin-bottom: .5em;*/
  /*font-size: 81.2%;*/
  color: #999;
  font-size: 14px;
  font-family: 'bigcitysansitalic';
  line-height: 20px;
  max-width: 360px;
  letter-spacing: 1px;
  margin-top: 6px;
}
.b-article-element-person__line {
  display: none;
/*  display: block;
  height: 1px;
  background-color: #666;*/
}

/*
   Fact
   ========================================================================== */


.b-article-element-fact {
  overflow: hidden;
  border-style: solid;
  border-width: 1px 0;
}
.b-article-element-fact,
.b-article-element-fact * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box;
}
.b-article-element-fact__title {
  font-size: 35px;
  text-align: center;
  margin: 10px 0;
}
.b-article-element-fact__title img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.b-article-element-fact__content {
  margin: 0 0 .5em 0;
  color: #666;
  overflow:hidden;
}
.l-root_w-1200 .b-article-element-fact {
  float: left;
  clear: left;
  margin-right: 60px;
}
.l-root_w-1200 .b-article-element-fact_large {
  width: 300px;
}
.l-root_w-1200 .b-article-element-fact_small {
  width: 120px;
}
.l-root_w-1200 .b-article-element-fact__content {
  text-align: center;
}
.l-root_w-900 .b-article-element-fact__title {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 35%;
  vertical-align: middle;
  border-right: 1px solid #ff9a84;
}
.l-root_w-900 .b-article-element-fact__title img {
  padding-right: 10px;
}
.l-root_w-900 .b-article-element-fact__content {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 57%;
  margin: 1em 0 1em 3%;
  vertical-align: middle;
}
/* Same tag articles */
.b-article-element-same-tag {
  display: block;
  border-bottom: 1px solid #000;
}
.b-article-element-same-tag__header {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
}
.b-article-element-same-tag__item__title {
  display: block;
}
.l-root_w-900 .b-article-element-same-tag__item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 45%;
  height: 3em;
  margin: .5em .5em .5em 0;
  vertical-align: top;
}
.l-root_w-900 .b-article-element-same-tag__item + .b-article-element-same-tag__item {
  border-left: 1px dotted #666;
  padding-left: .5em;
}
.l-root_w-1200 .b-article-element-same-tag {
  float: left;
  clear: left;
  width: 120px;
  margin-right: 60px;
}
.l-root_w-1200 .b-article-element-same-tag__item {
  padding: .5em 0;
}
.l-root_w-1200 .b-article-element-same-tag__item + .b-article-element-same-tag__item {
  border-top: 1px dotted #666;
}
/* Table */
.b-article-element-table {
  clear: both;
  margin-bottom: 1em;
}
.b-article-element-table + .b-article-element-table {
  border-top-width: 1px;
  border-top-style: dotted;
}
.b-article-element-table__layout {
  width: 100%;
}
.b-article-element-table__layout td {
  padding-top: 1em;
  padding-bottom: 1em;
}
.b-article-element-table__illustration-holder {
  width: 240px;
  vertical-align: bottom;
}
.b-article-element-table__illustration {
  vertical-align: bottom;
}
.b-article-element-table__number {
  margin-right: .35em;
  padding-bottom: .2em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 32px;
  font-style: italic;
}
.b-article-element-table__title {
  display: inline;
  text-transform: uppercase;
}
.b-article-element-table__content {
  color: #666;
}
/* Good */
.b-article-element-good {
  margin-bottom: 6em;
}
.b-article-element-good__layout {
  width: 100%;
}
.b-article-element-good__layout td {
  vertical-align: top;
}
.b-article-element-good__info {
  width: 180px;
}
.b-article-element-good__gap {
  width: 60px;
}
.b-article-element-good__head .b-article-element-good__title {
  border-bottom: 1px solid #999;
  padding-bottom: .3em;
}
.b-article-element-good__title {
  display: inline;
  margin-right: 1em;
}
.b-article-element-good__price_afisha {
  display: block;
  margin-top: 2em;
  font-size: 13px;
}
.b-article-element-good__description {
  clear: both;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.b-article-element-good__description a {text-decoration:underline;}
.b-article-element-good__image {
  margin-bottom: .5em;
}
.b-article-element-good__datetime {
  font-size: 15px;
  margin-bottom: 1em;
}
.b-article-element-good__location-subway,
.b-article-element-good__additional-bold {
  font-family: 'bigcitysans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}
.b-article-element-good__location-subway {
  line-height: 1.4;
  margin: .35em 0;
}
.b-article-element-good__location-subway .g-icon_subway {
  top: -1px;
}
.b-article-element-good__location-address {
  color: #666;
  font-size: 12px;
}
.b-article-element-good__location-additional {
  color: #999;
  font-size: 12px;
}
.b-article-element-good__site {
  text-decoration: underline;
  color: #666;
  font-size: 12px;
}
.b-article-element-good__additional-italic {
  font-style: italic;
  color: #999;
}
.b-article-element-good__video {
  margin: 2em 0 1em 0;
}
.b-article-element-good__location-name_afisha {
  font-style: italic;
  font-size: 13px;
  margin-bottom: .75em;
}
.l-root_w-900 .b-article-element-good__video iframe {
  width: 540px;
  min-height: 304px;
}
.l-root_w-1200 .b-article-element-good__video iframe {
  width: 660px;
  min-height: 372px;
}
.b-article-element-video {
  margin: 2em 0;
}
.l-root_w-900 .b-article-element-video iframe {
  /*width: 540px;*/
  /*min-height: 304px;*/
}
.l-root_w-1200 .b-article-element-video iframe {
  /*width: 660px;*/
  /*min-height: 372px;*/
}
.b-article-element-code {
  clear: both;
}
/* Photogallery */
.b-article-element-photo {
  /*margin-bottom: 3em;*/
  /* Bug: cursor pointer causes double click event triggering on iPad */

  /* Actually, another reason: setting cursor to pointer makes event click work on iPad :[] */

}
.b-article-element-photo .b-photogallery__controls {
  margin: .25em 0;
  float: right;
  font-family: 'bigcitysans', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.b-article-element-photo .b-photogallery__controls__prev {
  position: relative;
  margin-right: .3em;
  font-size: 1.25em;
  color: #b2b2b2;
  cursor: pointer;
}
.b-article-element-photo .b-photogallery__controls__next {
  margin-left: .3em;
  font-size: 1.25em;
  color: #b2b2b2;
  cursor: pointer;
}
.b-article-element-photo .b-photogallery__controls__current {
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 24px;
  font-style: italic;
}
.b-article-element-photo .b-photogallery__controls__total:before {
  margin-left: .15em;
  margin-right: .15em;
  font-size: 1.5em;
  color: #b2b2b2;
}
.b-article-element-photo .b-photogallery__controls__total {
  font-size: 1em;
  font-style: italic;
  color: #b2b2b2;
}
.b-article-element-photo .b-article-element-photo__single-image {
  width: 100%;
}
.b-article-element_shiftable.b-article-element-photo .b-article-element-photo__single-image {
  width: auto;
  max-width: 100%;
}
.b-article-element-photo__description {
  width: 420px;
  margin-top: .5em;
  font-size: .875em;
  margin-bottom: 2em;
}
.b-article-element-photo__description a {
  text-decoration: underline;
}
.b-article-element-photo__author {
  width: 420px;
  font-size: 14px;
  font-style: italic;
  color: #666;
}
/* Tags (positioned relative to b-article-chapter) */
.b-article-element-tags .b-inline-list__item {
  color: #666;
}
.b-article-element-tags .b-inline-list__item a:hover {
  color: #FF5632;
}
/*.l-root_w-1200 .b-article-element-tags {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  margin-right: 60px;
  margin-bottom: 0;
}*/
.l-root_w-1200 .b-article-element-tags_guide-shift-up {
  bottom: 100px;
}
.l-root_w-900 .b-article-element-tags {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.b-article-element-per-page-switcher {
  width: 120px;
}
.b-article-element-per-page-switcher__layout {
  width: 100%;
  line-height: 1.1;
}
.b-article-element-per-page-switcher__item {
  width: 50%;
  padding: 5px 5px;
  text-align: center;
}
.b-article-element-per-page-switcher__item a {
  display: block;
  position: relative;
  z-index: 2;
}
.b-article-element-per-page-switcher__item span {
  display: block;
  font-size: 8px;
  letter-spacing: 0;
  line-height: 1.4;
}
.b-article-element-per-page-switcher__item .g-icon_chapter-per-page_all,
.b-article-element-per-page-switcher__item .g-icon_chapter-per-page_one {
  margin-bottom: 11px;
}
.b-article-element-per-page-switcher__item_state_active {
  border-width: 1px;
  border-style: solid;
}
.b-article-element-per-page-switcher__item_state_active .g-icon_chapter-per-page_one {
  background-position: 0 0;
}
.b-article-element-per-page-switcher__item_state_active .g-icon_chapter-per-page_all {
  background-position: -38px 0;
}
.b-article-element-per-page-switcher__item_state_inactive .g-icon_chapter-per-page_one {
  background-position: 0 -22px;
}
.b-article-element-per-page-switcher__item_state_inactive .g-icon_chapter-per-page_all {
  background-position: -38px -22px;
}
.l-root_w-1200 .b-article-element-per-page-switcher {
  float: left;
  clear: left;
  bottom: 0;
  left: 0;
}
.l-root_w-900 .b-article-element-per-page-switcher {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin-right: 60px;
  margin-bottom: 30px;
  vertical-align: middle;
}
.b-article-element-show-on-map {
  width: 180px;
  float: left;
  margin-right: 60px;
  margin-left: 180px;
}
.b-article-element-show-on-map__layout {
  width: 100%;
}
.b-article-element-show-on-map__layout td {
  vertical-align: middle;
  line-height: 1;
}
.b-article-element-show-on-map__icon {
  display: block;
  width: 80px;
  height: 80px;
  background: url(i/b-article-element-show-on-map__icon.png) no-repeat left top;
}
.b-article-element-place {
  margin: 2em 0 6em 0;
  border-top-style: dotted;
  border-top-width: 1px;
  padding-top: 1.5em;
}
.b-article-element-place .b-article-element-show-on-map {
  margin-right: 0;
  margin-left: 0;
  float: none;
}
.b-article-element-place__layout {
  width: 100%;
}
.b-article-element-place__show-on-map-holder {
  width: 180px;
  padding-right: 60px;
  vertical-align: bottom;
}
.b-article-element-place__location-holder {
  width: 180px;
  padding-right: 60px;
}
.b-article-element-place__location {
  position: relative;
  width: 158px;
  margin-bottom: 60px;
  padding: 10px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
}
.b-article-element-place__location__bottom {
  display: block;
  position: absolute;
  bottom: -5px;
  left: -1px;
  width: 180px;
  height: 5px;
  background: url(i/b-article-element-place__location__bottom.png) no-repeat left top;
}
.b-article-element-place__info-handler {
  vertical-align: top;
}

.b-article-element-place__info-handler a {
	text-decoration:underline;
}

.b-article-element-place__title {
  text-transform: uppercase;
  margin-bottom: 1em;
  margin-right: 3.5em;
}
.b-article-element-place__description {
  line-height: 1.6;
  color: #333;
}
.b-article-element-place__location-subway,
.b-article-element-place__additional-bold {
  font-family: 'bigcitysans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: .5em;
}
.b-article-element-place__location-subway {
  line-height: 1.4;
  margin: .35em 0;
}
.b-article-element-place__location-subway .g-icon_subway {
  top: -1px;
}
.b-article-element-place__location-address {
  color: #666;
  font-size: 12px;
}
.b-article-element-place__location-additional {
  color: #999;
  font-size: 12px;
}
.b-article-element-place__location__line {
  display: block;
  border-top-width: 1px;
  border-top-style: dotted;
  margin: .5em 0;
}
.b-article-element-place__site {
  font-size: 12px;
  margin: .5em 0;
}
.b-article-element-place__site a:hover {
  text-decoration: underline;
}
.b-article-element-place__small-image {
  width: 180px;
  margin-bottom: 10px;
}
.b-article-element-place__large-image {
  width: 100%;
}
.b-article-element-nav_pagination {
  text-align: center;
}
.b-article-element-nav_pagination .b-article-element-nav__paginator {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ccc;
  padding-top: 10px;
}
.b-article-element-nav_pagination .b-article-element-nav__paginator__page {
  display: inline;
  font-family: 'bigcity';
  font-weight: 300;
  font-style: normal;
  font-size:26px;
  color:#333;
  border-right-style: solid;
  border-right-width: 1px;
  border-right: none;
}

.b-article-element-nav__paginator__page span {color:#FF5632;}

.b-article-element-nav__paginator em {
	display:inline-block;
	width:2px;
	margin: 0 20px;
	border-left:1px solid #ccc;height:13px;}

.b-article-element-nav__paginator a:hover {color: #ff5632;}

.b-article-element-nav_pagination .b-article-element-nav__paginator__all {
  display: inline;
  padding: 3px 0 3px 6px;
}

.b-article-element-nav__paginator__all i {display:inline-block;width:14px;height:9px;background:url('/static/css/pub/i/g-icon_arrow_right.png');}

.b-article-element-nav_neighbour {
  margin: 2em 0;
}
.b-article-element-nav_neighbour .b-article-element-nav__layout {
  width: 100%;
}
.b-article-element-nav_neighbour .b-article-element-nav__layout td {
  width: 50%;
  text-align: center;
  vertical-align: top;
  padding: .5em 0;
}
.b-article-element-nav_neighbour .b-article-element-nav__prev {
  border-right-style: dotted;
  border-right-width: 1px;
}
.b-article-element-nav_neighbour .b-article-element-nav__image {
  display: block;
  margin: 0 auto 1em auto;
}
.b-article-element-nav_neighbour .b-article-element-nav__line {
  width: 10px;
  border-top: 1px solid #333;
  display: block;
  margin: 1em auto 1.5em auto;
}
.b-article-element-nav_neighbour .b-article-element-nav__title {
  width: 75%;
  text-transform: uppercase;
  line-height: 1.2;
  color: #333;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
.b-article-element-nav_all {
  margin: 0 0 1em 0;
}
.b-article-element-nav_all .b-article-element-nav__viewport {
  width: 100%;
  overflow: hidden;
}
.b-article-element-nav_all .b-article-element-nav__layout {
  position: relative;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2em;
  table-layout: fixed;
  -webkit-transition: left 0.5s ease-in-out, opacity 0.5s linear;
  -moz-transition: left 0.5s ease-in-out, opacity 0.5s linear;
  -o-transition: left 0.5s ease-in-out, opacity 0.5s linear;
  -ms-transition: left 0.5s ease-in-out, opacity 0.5s linear;
  transition: left 0.5s ease-in-out, opacity 0.5s linear;
}
.b-article-element-nav_all .b-article-element-nav__layout td {
  text-align: center;
  vertical-align: top;
  padding: 0 0 1em 0;
}
.b-article-element-nav_all .b-article-element-nav__item + .b-article-element-nav__item {
  border-left-style: dotted;
  border-left-width: 1px;
}
.b-article-element-nav_all .b-article-element-nav__item:hover {
  background-color: #ffc;
}
.b-article-element-nav_all .b-article-element-nav__item:hover .b-article-element-nav__title {
  text-decoration: underline;
}
.b-article-element-nav_all .b-article-element-nav__item_empty {
  border-left: none !important;
}
.b-article-element-nav_all .b-article-element-nav__item_empty:hover {
  background-color: transparent;
}
.b-article-element-nav_all .b-article-element-nav__arrow-wrapper {
  height: 30px;
}
.b-article-element-nav_all .b-article-element-nav__image {
  display: block;
  margin: 0 auto 1em auto;
}
.b-article-element-nav_all .b-article-element-nav__line {
  width: 10px;
  border-top: 1px solid #333;
  display: block;
  margin: 0 auto 1em auto;
}
.b-article-element-nav_all .b-article-element-nav__title {
  width: 75%;
  text-transform: uppercase;
  line-height: 1.2;
  color: #333;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
  letter-spacing: 1px;
}
.b-article-element-nav_all .b-article-element-nav__scroller {
  display: block;
  height: 50px;
  position: relative;
}
.b-article-element-nav_all .b-article-element-nav__scroller__control {
  display: block;
  position: absolute;
  width: 18px;
  height: 17px;
  background: url(i/g-icon_arrow_circle.png) no-repeat;
  cursor: pointer;
}
.b-article-element-nav_all .b-article-element-nav__scroller__control_type_left {
  left: 10px;
  top: 0;
  background-position: 0 0;
}
.b-article-element-nav_all .b-article-element-nav__scroller__control_type_right {
  right: 10px;
  top: 0;
  background-position: -18px 0;
}
.b-article-element-nav_all .b-article-element-nav__scroller__control_state_active {
  display: block;
}
.b-article-element-nav_all .b-article-element-nav__scroller__control_state_inactive {
  display: none;
}
.l-root_w-900 .b-article-element-nav_all .b-article-element-nav__item {
  width: 135px;
}
.l-root_w-1200 .b-article-element-nav_all .b-article-element-nav__item {
  width: 165px;
}
.g-color-article .b-article-element-nav_all .b-article-element-nav__scroller__control_state_active.b-article-element-nav__scroller__control_type_left:hover {
  background-position: 0 -17px;
}
.g-color-article .b-article-element-nav_all .b-article-element-nav__scroller__control_state_active.b-article-element-nav__scroller__control_type_right:hover {
  background-position: -18px -17px;
}
.g-color-guide .b-article-element-nav_all .b-article-element-nav__scroller__control_state_active.b-article-element-nav__scroller__control_type_left:hover {
  background-position: 0 -34px;
}
.g-color-guide .b-article-element-nav_all .b-article-element-nav__scroller__control_state_active.b-article-element-nav__scroller__control_type_right:hover {
  background-position: -18px -34px;
}
.g-color-howto .b-article-element-nav_all .b-article-element-nav__scroller__control_state_active.b-article-element-nav__scroller__control_type_left:hover {
  background-position: 0 -51px;
}
.g-color-howto .b-article-element-nav_all .b-article-element-nav__scroller__control_state_active.b-article-element-nav__scroller__control_type_right:hover {
  background-position: -18px -51px;
}
.g-color-magazine .b-article-element-nav_all .b-article-element-nav__scroller__control_state_active.b-article-element-nav__scroller__control_type_left:hover {
  background-position: 0 -68px;
}
.g-color-magazine .b-article-element-nav_all .b-article-element-nav__scroller__control_state_active.b-article-element-nav__scroller__control_type_right:hover {
  background-position: -18px -68px;
}
.b-article-element-map {
  clear: both;
  margin-bottom: 0;
  height: 300px;
}
.b-article-element-same-tag + .b-article-element-photo,
.b-article-element-fact + .b-article-element-photo,
.b-article-element-same-tag + .b-article-element-table,
.b-article-element-fact + .b-article-element-table,
.b-article-element-same-tag + .b-article-element-place,
.b-article-element-fact + .b-article-element-place,
.b-article-element-same-tag + .b-article-element-good,
.b-article-element-fact + .b-article-element-good,
.b-article-element-same-tag + .b-article-element-poll,
.b-article-element-fact + .b-article-element-poll,
.b-article-element-same-tag + .b-article-element-quote,
.b-article-element-fact + .b-article-element-quote,
.b-article-element-same-tag + .b-article-element-person,
.b-article-element-fact + .b-article-element-person,
.b-article-element-same-tag + .b-article-element-video,
.b-article-element-fact + .b-article-element-video {
  clear: both;
}
.b-article-story {
  margin: 0 0 2em 0;
  clear: both;
}
.b-article-story__title {
  color: #666;
}
.b-article-story__list {
  margin-top: 0;
  padding:10px 0;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
}

.b-article-story__list--article-top {
  padding-left: 7px;
  padding-right: 7px;
}
/* Article elements (end) */
/* Comments (start) */
.b-comments-head__counter {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
}
.l-root_w-1200 .b-comments,
.l-root_w-1200 .b-comments-head
 {
  margin-left: 180px;
}
.b-comments-head .new-icon-comment {
  background: url(i/g-icon_comments.png) no-repeat -10px top;
  padding-right: 10px;
  margin-right: 7px;
  position:relative;
  top:6px;
}
.l-root_w-1200 .b-comment-compose__layout {
  margin-left: 120px;
}
.b-comments {
  margin: 1em 0;
}
.b-comment {
  position: relative;
  /*margin-bottom: 30px;*/
  border-bottom: 1px solid #999;
  padding-bottom: 30px;
}
.b-comment + .b-comment {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}
.b-comment__message {
  color: #666;
  margin-top: 5px;
}
.b-comment__message a {
  text-decoration:underline;
}
.b-comment__user {
  font-size:14px;
  font-family: 'bigcitysans', 'Arial', sans-serif;
}
.b-comment__username {
  padding-right: .75em;
}
.b-comments .avatar {
  margin-right: 18px;
  max-height: 50px;
  max-width: 50px;
}
.b-comment__publish-date {
  border-left-width: 1px;
  border-left-style: solid;
  padding-left: 1.2em;
  margin-left: 1.2em;
}
.b-comment-compose-login {
  margin: 2em 0;
}
.b-comment-compose-login__layout {
  width: auto;
}
.b-comment-compose-login__layout td {
  vertical-align: middle;
}
.b-comment-compose-login__description {
  margin-right: 2em;
}
.b-comment-compose-login__button-handler {
  padding: .5em 0;
}
.b-comment-compose-login__button {
  display: block;
  width: 92px;
  height: 21px;
  background: url(i/b-head-auth__dropdown__button.png) no-repeat;
}
.b-comment-compose-login__button.facebook {
  background-position: 0 0;
}
.b-comment-compose-login__button.vkontakte {
  background-position: 0 -21px;
}
.b-comment-compose-login__button.google {
  background-position: 0 -42px;
}
.b-comment-compose-login__button.twitter {
  background-position: 0 -63px;
}
.b-comment-compose-login__stripe {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #000;
}
.b-comment-compose .comment-form,
.b-comments .comment-form {
  display: block;
  margin: 2em 0;
}
.b-comment-compose__layout td {
  vertical-align: top;
}
.b-comment-compose__textarea {
  width: 334px;
  height: 63px;
  padding: 10px 10px;
  margin-right: 60px;
}
.b-comment-compose__textarea:-moz-placeholder {
  font-size: 13px;
  color: #6f6f71;
}
.b-comment-compose__textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #6f6f71;
}
.b-comment-compose__send {
  width: 92px;
  height: 33px;
  border: none;
  outline: none;
  background: url(i/b-comment-compose__send.gif) no-repeat left top;
  cursor: pointer;
}
.b-comment-compose__errors {
  margin: 1em 0;
  color: red;
}
.main-reply-button {
  display: none;
  margin-bottom: 20px;
}

.b-comments__nested {
  margin: 30px 0 30px 30px;
}
/* Comments (end) */


.new-b-article-story-head {
	padding: 10px 7px 8px;
	text-transform: uppercase;
	background: #feffd3;
	display: inline-block;
	font-family: 'bigcitysans', 'arial', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: none;
	line-height: 22px;
}


/* Popular in aside column (start) */
.b-popular {
	margin-bottom: 50px;
	border-bottom: 1px solid #666666 ;
}
.b-popular_most-viewed {
  margin-top: 30px;
  margin-bottom: 60px;
}
.b-popular_most-commented {
  margin-top: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #666;
}
	.b-popular__head {
		background-color: #ffc;
		border-bottom: 1px solid #666;

		padding: 4px;

		font-family: 'bigcitysans', 'arial', sans-serif;
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 2px;
		text-transform: uppercase;


	}
	.b-popular__item {
		width: 100%;
		margin: 20px 0;
	}
	.b-popular__item td {
		vertical-align: top;
	}
	.b-popular__item__image-holder {
		border-right-style: dotted;
		border-right-width: 1px;
		width: 100px;
	}
	.b-popular__item__image {

		margin: 0 25px 0 0;
		vertical-align: top;
	}
.l-main__cols__right .b-popular__item__image {
    margin: 0;
}
.b-popular__item__info-holder {
  padding-left: 0;
  padding-right: 0;
  line-height: 1.25;
  /*padding-bottom: 20px;*/
}
.b-popular__item__section {
  display: block;
  margin-bottom: 5px;
}
.b-popular__item__title {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: bold !important;
  letter-spacing: 1px;
  line-height: 1.3;
  font-size: 17px;
  font-family: 'bigcitysansbold', 'Arial', sans-serif;
}
.b-popular__item_article .b-popular__item__arrow {
  color: #ff5632;
}
.b-popular__item_guide .b-popular__item__arrow {
  color: #00d275;
}
.b-popular__item_howto .b-popular__item__arrow {
  color: #0097ff;
}

.b-popular_by-views {

}
	.b-popular_by-views .b-popular__item__title,
	.b-popular_by-views .b-popular__item__meta{
		text-align: left;
	}


/* Модификатор для блока Популярного с рамкой */

.b-popular_framed {
	background-color: #ffc;
	border-bottom: 0;
	padding-bottom: 4px;
}

	.b-popular_framed .b-popular__head {
		border-bottom: 0;
	}
	.b-popular_framed .b-popular__container {
		width: 240px;
		margin: 0 auto;
		background-color: #fff;
		border: 1px solid #d9d9d9;
	}

	.b-popular_framed .b-popular__item {
		border-top: 1px solid #d9d9d9;
		margin: 0 auto;
	}
	.b-popular_framed .b-popular__item:first-child {
		border-top: 0;
	}
		.b-popular_framed .b-popular__item__info-holder {
			padding: 15px 10px;
			text-align: center;
		}

/* Модификатор для "Лучшее на этой неделе" */

.b-popular_by-best {
	text-align: center;
}

	.b-popular_by-best .b-popular__item {
		padding-top: 20px;
	}

	.b-popular_by-best .b-popular__item__image {
		width: 90px;
	}

/* Popular in aside column (end) */


.b-popular_important {
  width: 160px;
}
.b-popular_important .b-popular__head {
  font-size: 14px;
  line-height: 1.4;
}

.b-popular_important .b-popular__item__image {
  margin: 0 auto;
}

.b-popular_important .b-popular__item__info-holder {
  padding: 0;
}

.b-popular_important  .b-popular__item__meta {
  margin-bottom: 0 !important;
}

.b-popular_important .b-popular__item__title {
  font-size: 14px;
  margin-top: 0;
}
/* Social Recommendations in aside column (start) */
/* ^social ^like */

.b-social-recommendations {
	background-color: #ffc;
	padding: 4px 5px;
}
	.b-social-recommendations__container {
		background-color: #fff;
		width: 240px;
		margin: 0 auto;
	}

/*  Social Recommendations in aside column (end) */

/* Announce (start) */
.b-announce {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 480px;
  position: relative;
  /*margin-left: 15px;*/
  margin-bottom: 60px;
}

.l-root_w-900 .b-announce {
  width: 345px;
}

.l-root_w-900 .b-announce .b-photogallery__controls__prev,
.l-root_w-900 .b-announce .b-photogallery__controls__next {
  top: 125px;
}

.b-announce .b-preview__item__image {
  max-width: 100%;
  height: auto;
}
.g-font-description-3 {
  font-size: 12px !important;
  line-height: 1.5;
  font-weight: normal !important;
  font-family: 'bigcity','Arial', sans-serif;
  margin-top: -7px !important;
  letter-spacing: 0px;
}
.b-announce__controls {
  position: absolute;
  display: block;
  bottom: -30px;
  left: 45%;
}
.b-announce__controls__item {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(i/b-announce__controls__item.png) no-repeat left top;
  cursor: pointer;
  margin-right: 5px;
}
.b-announce__controls__item.g-active {
  background-position: left bottom;
  cursor: default;
}
.b-preview_announce {
  white-space: normal;
  margin-right: 0;
  margin-bottom: 0;
}
.b-preview_announce.b-preview_type_article .b-preview__item,
.b-preview_announce.b-preview_type_guide .b-preview__item,
.b-preview_announce.b-preview_type_howto .b-preview__item {
  height: 440px;
  border-width: 1px 0;
  border-style: solid;
}
.b-preview_announce.b-preview_type_article .b-preview__item__meta,
.b-preview_announce.b-preview_type_guide .b-preview__item__meta,
.b-preview_announce.b-preview_type_howto .b-preview__item__meta {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.b-preview_announce.b-preview_type_article .b-preview__item__arrow,
.b-preview_announce.b-preview_type_guide .b-preview__item__arrow,
.b-preview_announce.b-preview_type_howto .b-preview__item__arrow {
  position: absolute;
  bottom: 16px;
  left: 0;
}
.b-announce .b-photogallery__controls__prev,
.b-announce .b-photogallery__controls__next {
  width: 30px;
  height: 30px;
  z-index: 10;
  position: absolute;
  top: 168px;
  background: url(i/b-announce__b-photogallery__controls.png) no-repeat;
  cursor: pointer;
}
.b-announce .b-photogallery__controls__prev {
  left: -15px;
  background-position: left top;
}
.b-announce .b-photogallery__controls__next {
  right: -15px;
  background-position: right top;
}
.b-announce .b-photogallery__controls__prev:hover {
  background-position: left bottom;
}
.b-announce .b-photogallery__controls__next:hover {
  background-position: right bottom;
}
/* Announce (end) */
/* Best news (start) */
.b-best-news__item__publish-date {
  color: #b2b2b2;
}
.b-best-news_vertical {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-left: 55px;
  margin-bottom: 60px;
  width: 180px;
  min-height: 464px;
  border-bottom: 1px solid #ff9a84;
  overflow: hidden;
}

.b-previews-list .b-best-news_vertical {width:300px;margin-right:55px;}


.l-root_w-1200 .b-best-news.b-best-news_vertical{
  width: 285px;
}

.b-best-news_vertical .b-best-news__item__image {
  width: 75px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.b-best-news_vertical .b-best-news__item_no-image .b-best-news__item__desc {
	padding-left:0 !important;
}

.b-best-news_vertical .b-best-news__head {
  display: block;
  height: 27px;
  line-height: 27px;
  border-bottom: 1px solid #ff9a84;
  /*color: #999;*/
}
.b-best-news_vertical .b-best-news__item {
  position: relative;
  padding: 10px 0;
  color: #4d4d4d;
  line-height: 1.2;
  padding-bottom: 10px;
  min-height: 85px;
}

.b-best-news_vertical.b-best-news_cheatsheet .b-best-news__item {
  min-height: 0;
}

.b-best-news_vertical .b-best-news__item__desc {
  font-family: 'bigcitysans', Arial, Helvetica, sans-serif;
  padding-left: 90px;
}

.b-best-news_vertical .g-icon_arrow_right {
  position: absolute;
  top: 9px;
  right: 5px;
  display: none;
}
.b-best-news_vertical .b-best-news__item__title {
  display: block;
  font-weight: normal;
  margin-top: .35em;
  position: relative;
  margin-bottom: 5px;
  font-size: 13px;
  font-family: 'bigcitysansbold', Arial, Helvetica, sans-serif;
}


.b-best-news_cheatsheet .b-best-news__item__title {
  font-size: 16px;
}
.b-best-news__item__preamble {
  font-size: 13px;
}
.b-best-news_vertical .b-best-news__item__title:hover {
  color: #ff5632;
}
.b-best-news_vertical .b-best-news__item + .b-best-news__item {
  border-top: 1px dotted #999;
}
.b-best-news_horizontal {
  position: relative;
  margin-top: 10px;
  margin-bottom: 60px;
  padding: 20px 0;
  border: 1px dotted #999;
  border-width: 1px 0;
  overflow: visible;
}
.b-best-news_horizontal .b-best-news__head {
  position: absolute;
  top: -0.9em;
  left: 0;
  padding: 2px 5px 2px 0;
  background-color: #fff;
  /*color: #999;*/
}
.b-best-news_horizontal .b-best-news__layout {
  width: 100%;
}
.b-best-news_horizontal .b-best-news__item {
  padding: 0 20px;
}
.b-best-news_horizontal .b-best-news__item.g-first {
  padding-left: 0;
}
.b-best-news_horizontal .b-best-news__item.g-last {
  padding-right: 0;
}
.b-best-news_horizontal .b-best-news__item + .b-best-news__item {
  border-left: 1px dotted #999;
}
.b-best-news_horizontal .b-best-news__item__title {
  display: block;
  font-weight: normal;
  margin-top: .35em;
}
.b-best-news_horizontal .b-best-news__item__title:hover {
  color: #ff5632;
}


.l-root_w-1200 .b-best-news_cheatsheet {
  width: 285px;
}

.b-best-news__item__hashtag {
  text-transform: uppercase;
  color: #ff5925;
  font-size: 11px;
  padding-right: 5px;
}

.b-best-news__item__hashtag img {
  vertical-align: top;
  position: relative;
  top: 2px;

}

/* Best news (end) */
/* Guide & instructions tag list (start) */
.b-tag-list {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin-left: 30px;
  margin-bottom: 60px;
  width: 180px;
  min-height: 464px;
  overflow: auto;
}
.b-tag-list__head {
  display: block;
  float: left;
  clear: left;
  padding-right: 20px;
  height: 23px;
  line-height: 23px;
  vertical-align: top;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.b-tag-list__item {
  display: block;
  float: left;
  clear: left;
  margin-top: .75em;
  padding: 3px 4px;
}
.b-tag-list__item__counter {
  margin-left: .5em;
  font-style: italic;
}
/* Guide & instructions tag list (end) */
/* Recommendations via FB & VK */
.b-recommendations {
  width: 290px;
  height: 384px;
  border: 5px solid #ebebeb;
  border-width: 0 5px 5px 5px;
}
.b-recommendations .b-preview__head {
  background-color: #ebebeb;
  border-bottom: 1px solid #668bd0;
  color: #668bd0;
}
.b-recommendations .b-preview__head a {
  color: #809ed8;
}
.b-recommendations .b-preview__head a.g-active {
  color: #003db1;
}
.b-recommendations .b-preview__item {
  border-top: 5px solid #ebebeb;
  overflow: hidden;
  height: 350px;
  position: relative;
}
.b-recommendations .b-preview__item #vk_recommended,
.b-recommendations .fb_iframe_widget {
  position: absolute;
  top: 0;
  left: 0;
}
.b-recommendations .b-preview__item .fb_iframe_widget {
  opacity: 0;
  visibility: none;
  z-index: -1;
}
.b-recommendations .b-recommendations__fade {
  position: absolute;
  display: block;
  left: 1px;
  bottom: 0;
  width: 288px;
  height: 30px;
  background: url(i/b-recommendations__fade.png) repeat-x left top;
  z-index: 4;
}
.b-author-article + .b-author-article {
  border-top: 1px dotted #999;
}
.b-author-article__layout {
  width: 100%;
}
.b-author-article__layout td {
  vertical-align: top;
  padding-top: 1em;
  padding-bottom: 1em;
}
.b-author-article__photo-handler {
  width: 180px;
}
.b-author-article__info-handler {
  padding-right: 60px;
  padding-left: 10px;
}
.b-author-article__add-date-handler {
  width: 120px;
}
.b-author-article__remove-handler {
  width: 60px;
  text-align: center;
}
.b-tag-head {
  padding-bottom: 25px;
  border-bottom: 1px solid #999;
}
.b-tag-head__label {
  margin-right: 15px;
}
.b-tag-head__title {
  display: inline;
  margin-right: 15px;
  font-size: 22px;
  font-style: italic;
  color: #808285;
}
.b-tag-head__quantity {
  font-size: 28px;
  margin-right: 7px;
}
.b-tag-head__quantity-word {
  color: #808285;
}
.b-tag-item + .b-tag-item {
  border-top: 1px dotted #999;
}
.b-tag-item__layout {
  width: 100%;
}
.b-tag-item__layout td {
  vertical-align: top;
  padding-top: 1em;
  padding-bottom: 1em;
}
.b-tag-item__photo-handler {
  width: 180px;
}
.l-root_w-900 .b-tag-item__photo-handler {
  width: 150px;
}
.b-tag-item__info-handler {
  padding-right: 60px;
  padding-left: 10px;
}
.b-tag-item__info-2-handler {
  width: 180px;
}
.b-tag-item__meta {
  margin-top: 10px;
}
.b-tag-item__tag a {
  padding: 1px 0;
  color: #666;
}
/* Magazine index & detail (start) */
.b-magazine-announce {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin-left: 36px;
  margin-top: 30px;
  width: 264px;
  margin-right: 60px;
  vertical-align: top;
}
.b-magazine-announce__cover-holder {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  width: 230px;
}
.b-magazine-announce__cover {
  vertical-align: top;
  display: block;
}
.b-magazine-announce__number {
  margin: 22px 0;
  font-size: 28px;
  text-align: center;
}
.b-magazine-announce__publish-date {
  text-align: center;
}
.b-magazine-reader {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 480px;
  margin-top: 0;
  vertical-align: top;
}
.b-magazine-reader__layout {
  width: 100%;
}
.b-magazine-reader__layout td {
  vertical-align: top;
  padding-bottom: 1em;
}
.b-magazine-reader__layout td.no-padding {
  padding-bottom: 0;
}
.b-magazine-reader__layout object {
  margin-left: -25px;
}
.b-magazine-reader__subscription-holder {
  width: 100px;
  text-align: center;
  padding-top: 1em;
}
.b-magazine-reader__archive-holder {
  width: 80px;
  text-align: center;
  padding-top: 1em;
}
.b-magazine-reader__layout a:hover span {
  color: #ff5632 !important;
}
.b-magazine-timeline {
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 30px;
}
.b-magazine-timeline__head {
  display: inline;
  padding-right: 15px;
  margin-right: 15px;
  border-right-style: solid;
  border-right-width: 1px;
}
.b-magazine-timeline__year {
  display: inline;
  margin: 0 15px;
}
.b-preview_size_large.b-preview_type_magazine-cover .b-preview__item {
  padding-right: 55px;
}
.b-preview_size_large.b-preview_type_magazine-cover .b-preview__item__number {
  margin: .5em 0;
  font-size: 28px;
  text-align: center;
}
.b-preview_size_large.b-preview_type_magazine-cover .b-preview__item__publish-date {
  text-align: center;
}
.b-preview_size_large.b-preview_type_magazine-cover .b-preview__item__cover {
  display: block;
}
.b-preview_size_large.b-preview_type_magazine-cover .b-preview__item__cover-holder {
  width: 230px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
/* Magazine index & detail (end) */
/* Footer stuff (start) */
.l-foot__layout td {
  padding-top: 12px;
  vertical-align: top;
}
.b-foot-links {
  display: block;
  float: left;
  margin-left: 10px;
  margin-right: 45px;
}
.b-foot-links + .b-foot-links {
  padding-left: 45px;
  border-left: 1px dotted #fff;
}
.b-foot-links li {
  line-height: 1.3;
}
.b-foot-links a,
.b-foot-links span {
  color: #fff;
}
.b-foot-links .no-caps {
  text-transform: none !important;
}
.b-foot-social-handler {
  width: 180px;
}
.b-foot-social {
  width: 180px;
}
.b-foot-social__item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0 5px;
}
.b-foot-copyright {
  margin-top: 5px;
  padding-right: 60px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 9px;
  color: #fff;
}
.b-foot-copyright span {
  border: 1px solid #fff;
  padding: 1px 3px;
}
.b-foot-copyright-handler {
  width: 240px;
}
.b-foot-partners-handler {
  width: 120px;
}
.l-root_w-900 .b-foot-social-handler {
  width: 120px;
}
.l-root_w-900 .b-foot-copyright-handler {
  width: 160px;
}
.l-root_w-900 .b-foot-copyright {
  padding-right: 15px;
}
.l-root_w-900 .b-foot-links {
  margin-right: 15px;
}
.l-root_w-900 .b-foot-links + .b-foot-links {
  padding-left: 15px;
}
.b-foot-partners-handler .b-foot-links {
  margin-right: 0 !important;
}
/* Footer stuff (end) */
.b-to-page-top {
  position: fixed;
  bottom: 1em;
  right: 1em;
  display: block;
  width: 86px;
  height: 43px;
  background: url(i/b-to-page-top.png) no-repeat left top;
  opacity: 0;
  -webkit-transition: opacity .5s linear;
  -moz-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  -ms-transition: opacity .5s linear;
  transition: opacity .5s linear;
}
.b-to-page-top:hover {
  background-position: left bottom;
}
.b-partner {
  margin: 30px 0;
  border: 1px solid #d4d4d4;
  padding: 0 8px;
}
.b-partner__logo {
  margin: 4px 0;
}
.b-partner__line {
  display: block;
  margin: 0 0;
  height: 1px;
  background-color: #d4d4d4;
}
.b-partner__item {
  margin: 0 0 20px 0;
  padding-top: 12px;
}
.b-partner__item + .b-partner__item {
  border-top: 1px dotted #d4d4d4;
}
.b-partner__item__layout {
  width: 232px;
}
.b-partner__item__layout td {
  vertical-align: top;
}
.b-partner__item__image-handler {
  width: 95px;
}
.b-partner__item__image {
  width: 75px;
  display: block;
}
.b-partner__item__info-handler {
  padding-left: 20px;
  padding-right: 10px;
  border-left: 1px dotted #d4d4d4;
  line-height: 1.1;
}
.b-partner__item__title {
  font-family: 'bigcitysans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #111;
}
.b-partner__item__title:hover {
  text-decoration: underline;
}
.b-partner__item__publish-date {
  display: block;
  color: #888;
  font-size: 12px;
}
.b-error-404 {
  font-family: 'bigcitysans', Arial, Helvetica, sans-serif;
}
.b-error-404__title {
  font-size: 38px;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-left: 60px;
}
.b-error-404__code {
  font-size: 72px;
  font-weight: bold;
  color: #ff5632;
}
.b-error-404__description {
  font-size: 16px;
  margin-bottom: 20px;
  margin-left: 60px;
}
.b-error-404__magazine {
  background-color: #ebebeb;
  text-align: center;
}
.b-error-404__search {
  margin: 2em 0 2em 60px;
}
.l-root_w-900 .b-error-404__search {
  margin-left: 30px;
}
.l-root_w-1200 .b-error-404__search {
  margin-left: 60px;
}
.b-error-404__search__layout td {
  vertical-align: middle;
}
.b-error-404__search__input {
  width: 381px;
  height: 59px;
  padding: 0 16px;
  border: none;
  outline: none;
  background: url(i/b-error-404__search__input.png) no-repeat left top;
  letter-spacing: 13px;
}
.b-error-404__search__submit {
  display: block;
  width: 59px;
  height: 59px;
  margin-left: 30px;
  background: url(i/b-error-404__search__submit.png) no-repeat left top;
}
.l-root_w-900 .b-error-404__search__title {
  display: none;
}
#guidegmap_canvas {
  position: relative;
}
#guidegmap_canvas_wrap {
  display: none;
  padding: 10px 0;
  margin-top: -20px;
  border: 1px solid #00d275;
  border-width: 1px 0;
}
#guidegmap_name {
  display: block;
  position: absolute;
  top: -50px;
}
@font-face {
  font-family: 'bigcity';
  src: url('/static/font/bigcity-webfont.eot');
  src: url('/static/font/bigcity-webfont.eot?#iefix') format('embedded-opentype'), url('/static/font/bigcity-webfont.woff') format('woff'), url('/static/font/bigcity-webfont.ttf') format('truetype'), url('/static/font/bigcity-webfont.svg#bigcityregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'bigcityitalic';
    src: url('/static/font/bigcityitalic-webfont.eot');
    src: url('/static/font/bigcityitalic-webfont.eot?#iefix') format('embedded-opentype'), url('/static/font/bigcityitalic-webfont.woff') format('woff'), url('/static/font/bigcityitalic-webfont.ttf') format('truetype'), url('/static/font/bigcityitalic-webfont.svg#bigcityitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'bigcitysans';
  src: url('/static/font/bcsansregular-webfont.eot');
  src: url('/static/font/bcsansregular-webfont.eot?#iefix') format('embedded-opentype'), url('/static/font/bcsansregular-webfont.woff') format('woff'), url('/static/font/bcsansregular-webfont.ttf') format('truetype'), url('/static/font/bcsansregular-webfont.svg#bigcitysans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bigcitysansitalic';
  src: url('/static/font/bcsansitalic-webfont.eot');
  src: url('/static/font/bcsansitalic-webfont.eot?#iefix') format('embedded-opentype'), url('/static/font/bcsansitalic-webfont.woff') format('woff'), url('/static/font/bcsansitalic-webfont.ttf') format('truetype'), url('/static/font/bcsansitalic-webfont.svg#bigcitysans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bigcitysans-smallcaps';
  src: url('/static/font/bcsansregular-smallcaps-webfont.eot');
  src: url('/static/font/bcsansregular-smallcaps-webfont.eot?#iefix') format('embedded-opentype'), url('/static/font/bcsansregular-smallcaps-webfont.woff') format('woff'), url('/static/font/bcsansregular-smallcaps-webfont.ttf') format('truetype'), url('/static/font/bcsansregular-smallcaps-webfont.svg#bigcitysans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bigcitysansbold';
  src: url('/static/font/bcsansbold-webfont.eot');
  src: url('/static/font/bcsansbold-webfont.eot?#iefix') format('embedded-opentype'), url('/static/font/bcsansbold-webfont.woff') format('woff'), url('/static/font/bcsansbold-webfont.ttf') format('truetype'), url('/static/font/bcsansbold-webfont.svg#bigcitysansbold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
	font-family: 'bigcitysansbold_italic';
	src: url('/static/font/bcsansbolditalic-webfont.eot');
	src: url('/static/font/bcsansbolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('/static/font/bcsansbolditalic-webfont.woff') format('woff'), url('/static/font/bcsansbolditalic-webfont.ttf') format('truetype'), url('/static/font/bcsansbolditalic-webfont.svg#bigcitysansbold_italic') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'bigcitysansbold_smallcaps';
	src: url('/static/font/bigcitysans-boldsmcp.eot');
	src: url('/static/font/bigcitysans-boldsmcp.eot?#iefix') format('embedded-opentype'),
	url('/static/font/bigcitysans-boldsmcp.woff') format('woff'),
	url('/static/font/bigcitysans-boldsmcp.ttf') format('truetype'),
	url('/static/font/bigcitysans-boldsmcp.svg#bigcitysansbold_smallcaps') format('svg');
	font-weight: normal;
	font-style: normal;


}

/* Перекрываем font-face для Chrome так, чтобы он брал шрифт только в формате SVG */

@media all and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'bigcitysansbold_smallcaps';
		src: url('/static/font/bigcitysans-boldsmcp.svg#bigcitysansbold_smallcaps') format('svg');
		font-weight: normal;
		font-style: normal;
	}
}




strong,
b {
  font-family: 'bigcitysans', Arial, Helvetica, sans-serif !important;
}
.b-article-element.b-article-element_shiftable.b-article-element-place.g-color-guide.g-color-border {
  margin-bottom: 20px;
}
.mostline {
  width: 100%;
  height: 1px;
  background:#000;
  position:relative;
  top:-31px;
}
.custom-article-whithout-left-part {
  margin-left: 0 !important;
}
.l-root_w-1200 .custom-article-wolp-content .b-article-element_shiftable {
  margin-left: 0 !important
}
.l-root_w-1200 .custom-article-container-for-likes .new-likes-w1200 {
  margin-left: 0 !important;
  width: 840px !important;
}
.clear {
  clear:both;
  height: 0;
  overflow:hidden;
  font-size: 0;
  line-height: 0;
}
.new-readalso-col1 {
  width:240px;
  vertical-align:top;
}
.new-readalso-col1 .g-font-description-3 {
  margin-bottom: 8px;
}
.l-root_w-1200 .new-readalso-col1 {
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px dotted #000;
}
.l-root_w-900 .new-readalso-col1 {
  padding-left: 60px;
  padding-right: 60px;
  border-right: 1px dotted #000;
}
.new-readalso-col2 {
  padding-left: 30px;
  padding-right: 5px !important;
  border-right:none !important;
  vertical-align:top;

}
.new-readalso-col1 img {
  margin-top: 0 !important;
}
.b-article-story__list table {
  margin-left: -30px;
}
.l-root_w-900 .b-article-story__list table {
  margin-left: -60px;
}
.new-readalso-row {
  padding-bottom: 22px;
  border-bottom: 1px dotted #000;
  margin-bottom: 25px;
}
.new-readalso-row-last {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.new-readalso-row .b-popular__item__title {
  margin-top: 0 !important;
  position:relative;
  top:-4px;
}
.b-article-story__list a:hover {
  color: #ff5632 !important;
}

.l-root_w-900 .new-readalso-col1_2 {
  display:none;
}

.right_announce {margin-bottom:20px;background-color:#fff;}
.right_announce img {max-width:240px;}

.series_link {
    margin-bottom:4px;
    border-left: 2px solid #cdcdb8;
    font-family: 'bigcityitalic';
    text-transform: none;
    padding-left: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #373737;
}
.to-comments-wrap {
    overflow: hidden;
    /*margin-top: 1em;*/
}
.to-comments-wrap a {
    float: left;

}
.to-comments-wrap a.to-comments-text {
    font-family: 'bigcitysans', serif;
    font-size: 18px;
    color: #505041;
    padding-top: 10px;
    letter-spacing: 1px;
}
.to-comments-wrap a.to-comments-text span {
    font-weight: bold;
    color: #000;
}
.to-comments-wrap a.to-comments-btn {
    width: 183px;
    height: 30px;
    background: url("/static/css/pub/i/to-comments.png") no-repeat 0 0;
    font-family: 'Arial', sans-serif;
    font-style: italic;
    text-transform: uppercase;
    font-size: 10px;
    color: #505041;
    border-top: 1px solid #7d7d71;
    border-bottom: 1px solid #7d7d71;
    padding: 15px 0 0 57px;
    margin-right: 60px;
    letter-spacing: 1px;
}
.to-comments-wrap a.to-comments-btn:hover {
    background-position: 0 -45px;
    color: #ff5632;
}
.l-root_w-1200 .to-comments-wrap {
    margin-left: 180px;

}
.to-comments-wrap a.to-comments-text:hover span {
    color: #ff5632;
}
.l-root_w-900 .to-comments-wrap a.to-comments-text {
    font-size: 14px;
}
.billet {
    margin-top: 11px;
    position: relative;
}
.l-root_w-1200 .billet {
    left: 0px;
}
.l-root_w-900 .billet {
    left: 0;
}
.main-radiosvoboda {
    position: absolute;
    top: 27px;
    right: -10px;
}
.b-preview__item .main-radiosvoboda {
    top:15px;
}

.theme-week {
   position: absolute;
   top: 19px;
   right: -25px;
}


.b-photogallery__viewport .theme-week {
   top:20px;
	right: -25px;
}

.l-root_w-1200 .b-article-element_shiftable.gallery_wide_wrapper
{
	margin-left:0;
}

.l-root_w-1200 .banner-preview {
    width: 250px;
    margin-right: 0;
}
.banner-preview {
    margin-top: 3px;
}
.gallery_wide_wrapper {
    padding-bottom: 2em;
    clear: both;
}
.gallery_wide_wrapper .b-photogallery__controls__next {
    margin-left: 0;
}
.gallery_wide_wrapper .image-details {
    position: absolute;
    top:500px;
    left: 0;
}
.gallery_wide_wrapper .b-photogallery__controls {
	 width:180px;
    font-family: "Arial", sans-serif;
    font-style: italic;
}

.b-photogallery__controls__slash {
	display:inline-block;
	width:13px;
	height:23px;
	position:relative;
	top:5px;
	left: 1px;
	background: url(i/slash.png) no-repeat;
}

.gallery_wide_wrapper .b-photogallery__controls__slash {
	left: -6px;
}

.gallery_wide_wrapper .b-photogallery__controls__current {
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
    border-bottom: none;
    margin-right: 19px;
}
.gallery_wide_wrapper .b-photogallery__controls__total {
    font-size: 12px;
}
.gallery_wide_wrapper .b-photogallery__controls__total:before {
    content: "";
}
.gallery_wide_wrapper .g-icon_arrow_left {
    background: url(i/g-icon_arrow_left_new.png) no-repeat;
    width: 23px;
    height: 16px;
}
.gallery_wide_wrapper .g-icon_arrow_right {
    background: url(i/g-icon_arrow_right_new.png) no-repeat;
    width: 23px;
    height: 16px;
}
.g-color-article .gallery_wide_wrapper .g-icon_arrow_right:hover,
.g-color-article .gallery_wide_wrapper .g-icon_arrow_left:hover
{
    background-position: -23px 0;
}
.g-color-guide .gallery_wide_wrapper .g-icon_arrow_right:hover,
.g-color-guide .gallery_wide_wrapper .g-icon_arrow_left:hover
{
    background-position: -46px 0;
}
.g-color-magazine .gallery_wide_wrapper .g-icon_arrow_right:hover,
.g-color-magazine .gallery_wide_wrapper .g-icon_arrow_left:hover
{
    background-position: -69px 0;
}
.gallery_wide_wrapper .b-photogallery__controls__prev {
    margin-right: 1.3em;
}
.gallery_wide_wrapper .b-photogallery__controls__next {
    margin-left: 0.9em;
}
.gallery_wide_wrapper .b-photogallery__viewport img {
    margin-left: 0;
}
.gallery_wide_wrapper .b-article-element-photo__author {
    margin-bottom: 2em;
}
.gallery_wide_wrapper .b-article-element-photo__description {
    margin-bottom: 0;
    font-family: 'bigcitysans', sans-serif;
    letter-spacing: 1px;
}
.gallery_wide_wrapper .b-photogallery__controls__total {
    color: #333333;
}
.rs .b-article-element-caption__meta {
    bottom: 96px;
}

/* search page */

.main_search_input{
    border:none;
    width:384px;
    height:60px;
    background: url('i/main-search_bg.png') no-repeat;
    padding:0px 15px;
    font:14px "bigcitysans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 14px;
    outline: 0;
}

.main_search label{
    display:inline-block;
    padding-right:9px;
    background: url('i/search_arrow_bl.png') no-repeat right 5px;
    font:12px "bigcitysans-smallcaps", Arial, Helvetica, sans-serif;
    margin-right:30px;
}

.search_submit{
    border:none;
    width:61px;
    height:61px;
    background: url('i/search_btn.png') no-repeat;
    cursor: pointer;
    margin-left:25px;
    margin-right:30px;
    line-height: 65px;
}

.search_submit:hover{
    background: url('i/search_btn_hover.png') no-repeat;
}

.results_caption{
    font: italic 10px Arial, sans-serif;
    text-transform: uppercase;
}

.results_num{
    padding-left:15px;
    font: italic 40px "bigcity", Times, Georgia, serif;
}

#quick_search_results{
    width:225px;
    padding:10px 10px 0px 10px;
    border-bottom:4px solid;
    -webkit-box-shadow: 4px 4px 4px #ccc;
    -moz-box-shadow: 4px 4px 4px #ccc;
    box-shadow: 4px 4px 4px #ccc;
}


.b-head-search.open {
    border-left: medium none;
    box-shadow: 4px 4px 4px #ccc;
    width: 245px;
}

#quick_search_results td.search_img img{
    width:50px;
}


/* Поиск */

.search_row {
  width: 100%;
  border-top: 1px solid #ccc;
}
  .search_row td {
    padding: 35px 0px;

    vertical-align: top;
  }

  .search_img {
    vertical-align: top;
    width: 240px;
  }
  .search_text {
    text-align: left;
    vertical-align: top;
  }

  .search_img img {
    width: 180px;
  }

.search_details {
  padding-bottom: 10px;
}

.search_row_in-group {
  border-top: 0;
}

.search_row_in-group .search_text {
  border-top: 1px solid #ccc;
}

#quick_search_results .search_row {
  border-top: 1px dotted #737361;
  border-collapse: separate;
}


#quick_search_results .search_img {
    width: 60px;
    text-align: left;
}

#quick_search_results .search_date,
#quick_search_results .search_section,
#quick_search_results .search_details,
#quick_search_results .search_autors,
#quick_search_results .search_tags{
    display: none;
}

#quick_search_results td{
    padding: 10px 0px;
}

#quick_search_results hr{
    height: 0;
    border-top: 1px dotted #737361;
}
#quick_search_results h2{
    letter-spacing: 1px;
}


#quick_search_results .search_footer{
    text-align: center;
    text-transform: uppercase;
    padding-top:15px;
    color:#808285;
    padding-bottom:10px;
    font-family: 'bigcitysans-smallcaps',Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
}

#quick_search_results .search_footer .q_search_show_all{
    color:#000;
    margin-top: 5px;
}

#quick_search_results .search_type, #quick_search_results .search_chapter_name .search_type{
    font-family: "bigcitysans",Arial,Helvetica,sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
}

#quick_search_results .search_chapter_name {
    font-size: 12px;
}

#quick_search_results .search_footer .q_search_show_all img{
    margin-left:5px;
}



#quick_search_results h2{
    font-family: "bigcitysans", Arial, Helvetica, sans-serif;
}


.main_search_results .search_date{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FF5632 !important;
}
.main_search_results .search_section{
    font: 13px 'bigcitysans-smallcaps',Arial,Helvetica,sans-serif;
    letter-spacing: 1px;

    padding-right:9px;
    display: inline-block;
}

.main_search_results .search_section i{
    margin-left:6px;
    top: 0;
    background-position: -5px 0px;
}

.main_search_results .guide .search_section i{
    background-position: -10px 0px;
}

.main_search_results h2{
    font: 17px/20px "bigcitysans", Arial, Helvetica, sans-serif;
}

.main_search_results .search_preview{
    font: 15px/22px "bigcity", Times, Georgia, serif;
}

.main_search_results .search_details{
    font: 15px/22px "bigcity", Times, Georgia, serif;
    color:#656565;
}

.main_search_results .search_autors, .main_search_results .search_tags{
    font: italic 13px "bigcity", Times, Georgia, serif;
    color:#656565;
}

.main_search_results .search_autors span.main_search_type, .main_search_results .search_tags span.main_search_type{
    color:#FF5632 !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: uppercase;

}

.main_search_results .search_autor, .main_search_results .search_tag {
    font: 30px "bigcity", Times, Georgia, serif;
    font-style: italic;
    letter-spacing: 2px;
}

.main_search_results .search_autor span.search_type, .main_search_results .search_tag span.search_type {
    font: 30px "bigcitysans", Arial, Helvetica, sans-serif;
    color:#FF5632;
    font-style: italic;
}

.main_search_results .search_text h2{
    letter-spacing: 1px;
}

.search_chapter_name span{
   font: 15px "bigcitysans", Arial, Helvetica, sans-serif;
   font-weight: bold;
   letter-spacing: 1px;
}

.main_search_results .search_text h2.search_tree{
    margin-bottom: 20px;
}

.main_search_results .b-article-element-nav_pagination{
    margin-top:45px;
    margin-bottom:55px;
}

.main_search_results .search_details{
    color: #808080
}

.search_hover:hover *{

    color:#FF5632;
}

.guide .search_hover:hover *{
    color:#66E4AC;
}
.search_autor:hover, .search_section:hover, .search_text a:hover{
    color:#FF5632;
}

.guide .search_autor:hover, .guide .search_section:hover, .guide .search_text a:hover{
    color:#66E4AC;
}

.main_search_results .matched{
    background-color: #FFFFCC;
}
#quick_search_results .matched{
    background-color: #ffff00;
}

.main_search_results .search_preview{
    padding-bottom:10px;
}

.search_section{
    padding-bottom:10px;
}

.main_search_type{
    color: orange;
    font-style: italic;
}

.main_search_results .guide .search_date, .guide .main_search_type, .main_search_results .guide .search_autors span.main_search_type, .main_search_results .guide .search_tags span.main_search_type{
    color:#66E4AC !important;
}


/* Сортировка в результатах поиск */

.b-search-results-sorting {
  font: italic 10px Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}

  .b-search-results-sorting__option {
    margin: 0 5px;
    color: #FF5632;
  }

    .b-search-results-sorting__option__link {
      color: #000;
    }
    .b-search-results-sorting__option__link:hover {
      color: #FF5632;
    }

/* Статические страницы (дерево) */

.b-static {

}

  .b-static p {
    margin-bottom: 1em;
  }
  .b-static a {
    color: #ff5632;
    text-decoration: underline;
  }

/* Статическая страница Редакция */

.b-editorial {
  margin-bottom: 50px;
  margin-left: 75px;
  text-align: center;
}
  .b-editorial__list {
    width: 570px;
  }
  .b-editorial__list td {
    padding: 25px 0 10px;
    vertical-align: top;
  }
    .b-editorial__list td img {
      margin-bottom: 15px;
    }
  .b-editorial__border {
    border-right: 1px solid black;
  }

  .l-root_w-900 .b-editorial {
    margin-left: 0;
  }

/* Статическая страница Пункты распространения */

.b-distribution {

}
  .b-distribution__map {
    margin: 20px 0;
  }
  .b-distribution__city {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .b-distribution__place {
    margin-bottom: 0 !important;
  }

/* Статическая страница Реклама */

.b-advertising {

}

  .b-advertising__item {
    margin-bottom: 15px;
  }

  .b-advertising__icon {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    width: 30px;
    height: 30px;

    background: url("/static/images/pub/specprojects/staticpages/kit-btn-bg.png") no-repeat right -30px;

  }


/* Баннер в списке статей на главной */

.b-banner-articles {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  background-color: #fff;
  width: 300px;
  height: 100%;
  padding-bottom: 1px;
}
  .b-banner-articles iframe {
    margin-right: 115px;
  }

  .b-banner-articles div div {
    width: 300px !important;
    height: 420px !important;
  }



/* Временное решение проблемы с якорями для inline-визредактора. задача #575*/
.data-cke-saved-name {
	visibility:hidden;
	display:inline-block;
	width:0;
}


/*
   Social Page Likes
   ========================================================================== */

    .social-groups {
      letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
      *letter-spacing: normal; /* reset IE < 8 */
      *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
      text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */

      color: #000000;
      background-color: #f1f2f2;
      padding: 10px 20px;
      font-size: 17px;
       font-family: 'bigcitysans-smallcaps', Arial, Helvetica, sans-serif;
      line-height: 17px;
      letter-spacing: 1px;

      margin-bottom: 50px;

    }

    /* Opera as of 12 on Windows needs word-spacing.
       The ".opera-only" selector is used to prevent actual prefocus styling
       and is not required in markup.
    */
    .opera-only :-o-prefocus,
    .social-groups {
      word-spacing: -0.43em;
    }

      .social-groups__col {
        letter-spacing: normal;
        word-spacing: normal;
        text-rendering: auto;

        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *zoom: 1;
        *display: inline;
        *vertical-align: auto;


      }
      .social-groups__label {
        width: 150px;
        text-align: center;
      }

      .social-groups__button {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *zoom: 1;
        *display: inline;
        *vertical-align: auto;
        margin-left: 5px;
      }
      .social-groups__button:first-child {
        margin-left: 0;
      }

    .l-root_w-900 .social-groups {
      margin-left: 0;
    }

    .l-root_w-1200 .social-groups {
      margin-left: 180px;
    }

/*
   Article Broadcast Loadmore
   ========================================================================== */

   .b-article-load-more {
    background-color: #ff785b;

    border: 0;
    border-radius: 2px;
    margin: 20px 0 30px;
    padding: 12px 28px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "bigcitysans", Arial, Helvetica, sans-serif;
    cursor: pointer;
   }

   .b-article-load-more:hover {
    background-color: #333;
   }

   .b-article-load-more.is-loading,
   .b-article-load-more.is-loading:hover {
    background-color: #ff785b;
    background-image: -webkit-gradient(linear, left top, right bottom,
                        color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
                        color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
                        color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
                        to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);

    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;


    -webkit-background-size: 30px 30px;
       -moz-background-size: 30px 30px;
         -o-background-size: 30px 30px;
            background-size: 30px 30px;
   }

   @-webkit-keyframes animate-stripes {
     0% {background-position: 0 0;} 100% {background-position: 60px 0;}
   }

   @-moz-keyframes animate-stripes {
     0% {background-position: 0 0;} 100% {background-position: 60px 0;}
   }
   @-o-keyframes animate-stripes {
       0% {background-position: 0 0;} 100% {background-position: 60px 0;}
   }

   @keyframes animate-stripes {
      0% {background-position: 0 0;} 100% {background-position: 60px 0;}
   }



  /*
     Cheatsheet Items
     ========================================================================== */


  .b-cheatsheet-head {
    border-bottom: 1px solid #000;
  }
    .b-cheatsheet-head__title {
      color: #7c808c;
      font-size: 30px;
      margin-bottom: 20px;
    }

   .b-cheatsheet-item + .b-cheatsheet-item {
     border-top: 1px dotted #999;
   }
   .b-cheatsheet-item__layout {
     width: 100%;
   }
   .b-cheatsheet-item__layout td {
     vertical-align: top;
     padding-top: 1em;
     padding-bottom: 1em;
   }
   .b-cheatsheet-item__photo-handler{
     width: 180px;
   }

   .l-root_w-900 .b-cheatsheet-item__photo-handler {
     width: 100px;
     display: none;
   }

   .l-root_w-900 .b-cheatsheet-item__photo-handler img {
     width: 100px;
   }

   .b-cheatsheet-item__photo-handler img {
      display: block;
      /*width: 100%;*/
      /*height: auto;*/
   }

   .b-cheatsheet-item__title {
      margin-bottom: 5px;
   }
   .b-cheatsheet-item__info-handler {
     padding-right: 10px;
     padding-left: 10px;
   }
   .b-cheatsheet-item__info-2-handler {
     width: 120px;
   }
   .b-cheatsheet-item__text p{
    margin-bottom: 15px;
   }

   .b-cheatsheet-item__text a {
    color: #ff5925;
    text-decoration: underline;
   }
   .b-cheatsheet-item__meta {
     margin-top: 10px;
   }
   .b-cheatsheet-item__tag a {
     padding: 1px 0;
     color: #666;
   }

   .b-cheatsheet-item__publish-date {
      color: #ee5f1d;
   }
   .b-cheatsheet-item__hashtag {
    text-transform: uppercase;
    color: #ff5925;
    font-size: 12px;
    margin-bottom: 5px;
   }

   .b-cheatsheet-item .b-meta {
    margin-bottom: 15px;
   }


   .b-cheatsheet-item__link {
    color: #727063;
    font-size: 13px;
   }

   .b-cheatsheet-item__link-image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
   }

   .b-share {
     /*display: table;*/
     margin-bottom: 20px;
     font-family: 'bigcitysans', Arial, Helvetica, sans-serif;
     /*white-space: nowrap;*/
		position: relative;
		z-index: 2;
   }
     .b-share__item {
      /*display: table-cell;*/
      display: inline-block;
      padding-left: 15px;
      vertical-align: top;
     }
     .b-share__item:first-child {
      padding-left: 0;
     }

     .b-share__item_vk {
/*      padding-left: 0;*/
     }

     .b-share__item_twitter {
      padding-left: 0;
     }

     .l-root_w-900 .b-share__item_twitter {
        margin-top: 10px;
     }


/*
   Cheatsheet Linked Articles
   ========================================================================== */

  .b-cheatsheet-linked-title {
    font-family: 'bigcitysans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .b-cheatsheet-linked {
    font-size: 14px;
    font-family: 'bigcitysans', Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
  }

    .b-cheatsheet-linked__item {
      margin-bottom: 10px;
    }
    .b-cheatsheet-linked__item a {
      color: #ff5925;
    }

/*
   Blogs Widget Articles
   ========================================================================== */

    .b-best-news_blogs {
      margin-left: 0;
      min-height: 0;
    }
      .b-best-news_blogs,
      .b-best-news_blogs .b-best-news__head {
        border-color: #48adfc;
      }

      .b-best-news_blogs .b-best-news__item {
        min-height: 0;
      }

      .b-best-news_blogs .b-best-news__item__title {
        font-size: 16px;
        line-height: 1.2;
      }

      .b-best-news_blogs .b-best-news__item__desc {
        padding-left: 0;
      }

      .b-best-news__item-region {
        color: #999999;
        font-size: 14px;
        font-family: 'bigcitysans', Arial, Helvetica, sans-serif;;
        line-height: 1.4;
      }

#seedr-player {margin-bottom:30px;}