.result_b__list li,
.group:after,
.group:before {
    content: '';
    display: table;
}
.result_b__list li,
.clear,
.group:after {
    clear: both;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
    background: rgba(0, 0, 0, .8);
    cursor: pointer;
}
.overlay_show {
    display: block;
}
#tag_kazan2013, .m_content .tags {
    display: none;
}
html {
    -webkit-text-size-adjust: auto;
}
body {
    font-family: 'Droid Sans', Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    color: #222;
}
a {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
}
.header, h1, h2, h3, h4, h5, h6 {
    font-family: 'Droid Sans', Helvetica, sans-serif;
    font-weight: 700;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;

}
h4 {
    font-size: 14px;
    margin-left: 10px;
}
ul {
    margin: 0;
    padding-left: 10px;
    list-style: none;
    clear: both;
}
li {
    overflow: hidden;
    clear: both;
}
li img {
    margin: 0 10px 0 0;
    float: left;
    clear: left;
}
.page {
    width: 100%;
    margin-top: 72px;
    position: relative;
    overflow: hidden;
}
.link_w_img, .tak {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
    padding-top: 0;
    display: block;
    color: #669966;
    -webkit-text-size-adjust: none;
}
.m_article-list {
    font-size: 16px;
    color: #344a64;
}
.m_article-list li { margin: 10px 0; }
.m_article-list .hidlink, .m_article-list .link {
    font-weight: 700;
}
.menu-aside {
    font-family: 'Droid Sans', Helvetica, sans-serif;
    font-size: 24px;
    width: 224px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    color: #333333;
    background: #669966;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: all .3s ease;
    -webkit-transform: translate(224px, 0);
    -webkit-transform: translate3d(224px, 0, 0);
    transition: all .3s ease;
    transform: translate(224px, 0);
    transform: translate3d(224px, 0, 0);
}
.menu-aside-wrapper {
    height: 100%;
    overflow: auto;
}
.menu-aside_open .menu-aside {
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: -1px -1px 3px rgba(0, 0, 0, .4);
}
.menu-aside__title {
    font-size: 32px;
    margin: 0;
    padding: 16px 16px 17px;
    background: #4e5966;
    color:#EB344B;
}
.menu-aside__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-aside__list__item {
    margin: 0;
    border-bottom: 1px solid #999;
}
.menu-aside__list__item .nav-main-b__link {
    padding: 16px;
    display: block;
}
.menuBtn {
    position: absolute;
    top: 24px;
    left: -70px;
}
.am-header-b {
    font-family: 'Droid Sans', Helvetica, sans-serif;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    color: #fff;
    box-shadow: 0 0 7px #444;
}
.am-header-b_fixed {
    padding-top: 183px;
}
.am-header-b_fixed .am-header-b {
    position: fixed;
    top: -134px;
    z-index: 1000;
}
.am-header-b__second-b {
    padding-left: 6px;
    background: #4e5966;
}
.am-header-b__info-b {
    padding: 0 16px 16px;
    background: #EBEBEB;
}
.am-header-b__info-b__main-b, .am-header-b__nav-b {
    float: left;
}
.am-header-b__nav-b {
    margin-top: 16px;
}
.am-header-b__info-b__meta-b {
    margin-top: 24px;
    float: right;
}
.am-header-logo-b {
    margin: 16px 43px 0 0;
    float: left;
}
.am-header-logo-b__link {
    font-size: 0;
    text-indent: -9999px;
}
.am-header-logo-b__pic {
    width: 130px;
    height: 40px;
    display: block;
    background: url(/img/mobile/logo-b__pic.png) no-repeat;
}
.am-header-menuBtn-hamburger__icon {
    padding: 10px;
    cursor: pointer;
}
.am-header-menuBtn-hamburger__layer {
    display: block;
    width: 40px;
    height: 6px;
    background: #999966;
    position: relative;
    -webkit-animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
}
.am-header-menuBtn-hamburger__layer:after, .am-header-menuBtn-hamburger__layer:before {
    display: block;
    width: inherit;
    height: 6px;
    position: absolute;
    background: inherit;
    left: 0;
    content: '';
    -webkit-animation-duration: 300ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
}
.am-header-menuBtn-hamburger__layer:before {
    bottom: 200%}
.am-header-menuBtn-hamburger__layer:after {
    top: 200%}
.am-header-menuBtn-hamburger__icon--to-arrow {
    -webkit-animation-name: material-design-hamburger__icon--slide;
    -webkit-animation-fill-mode: forwards;
    animation-name: material-design-hamburger__icon--slide;
    animation-fill-mode: forwards;
}
.am-header-menuBtn-hamburger__icon--to-arrow:before {
    -webkit-animation-name: material-design-hamburger__icon--slide-before;
    -webkit-animation-fill-mode: forwards;
    animation-name: material-design-hamburger__icon--slide-before;
    animation-fill-mode: forwards;
}
.am-header-menuBtn-hamburger__icon--to-arrow:after {
    -webkit-animation-name: material-design-hamburger__icon--slide-after;
    -webkit-animation-fill-mode: forwards;
    animation-name: material-design-hamburger__icon--slide-after;
    animation-fill-mode: forwards;
}
.am-header-menuBtn-hamburger__icon--from-arrow {
    -webkit-animation-name: material-design-hamburger__icon--slide-from;
    animation-name: material-design-hamburger__icon--slide-from;
}
.am-header-menuBtn-hamburger__icon--from-arrow:before {
    -webkit-animation-name: material-design-hamburger__icon--slide-before-from;
    animation-name: material-design-hamburger__icon--slide-before-from;
}
.am-header-menuBtn-hamburger__icon--from-arrow:after {
    -webkit-animation-name: material-design-hamburger__icon--slide-after-from;
    animation-name: material-design-hamburger__icon--slide-after-from;
}
@-webkit-keyframes material-design-hamburger__icon--slide {
    100% {
    -webkit-transform: rotate(180deg);
}
}@-webkit-keyframes material-design-hamburger__icon--slide-from {
    0% {
    -webkit-transform: rotate(-180deg);
}
}@-webkit-keyframes material-design-hamburger__icon--slide-before {
    100% {
    -webkit-transform: rotate(-45deg);
    margin: -8% -20%;
    width: 75%}
}@-webkit-keyframes material-design-hamburger__icon--slide-before-from {
    0% {
    -webkit-transform: rotate(-45deg);
    margin: -8% -20%;
    width: 75%}
}@-webkit-keyframes material-design-hamburger__icon--slide-after {
    100% {
    -webkit-transform: rotate(45deg);
    margin: -8% -20%;
    width: 75%}
}@-webkit-keyframes material-design-hamburger__icon--slide-after-from {
    0% {
    -webkit-transform: rotate(45deg);
    margin: -8% -20%;
    width: 75%}
}@keyframes material-design-hamburger__icon--slide {
    100% {
    transform: rotate(180deg);
}
}@keyframes material-design-hamburger__icon--slide-from {
    0% {
    transform: rotate(-180deg);
}
}@keyframes material-design-hamburger__icon--slide-before {
    100% {
    transform: rotate(-45deg);
    margin: -8% -20%;
    width: 75%}
}@keyframes material-design-hamburger__icon--slide-before-from {
    0% {
    transform: rotate(-45deg);
    margin: -8% -20%;
    width: 75%}
}@keyframes material-design-hamburger__icon--slide-after {
    100% {
    transform: rotate(45deg);
    margin: -8% -20%;
    width: 75%}
}@keyframes material-design-hamburger__icon--slide-after-from {
    0% {
    transform: rotate(45deg);
    margin: -8% -20%;
    width: 75%}
}.m_svezh li {
    margin-bottom: 20px;
}
.nomer {
    padding: 4px 0;
    background: #F4F2F2;
}
.nomer a {
    font-size: 14px;
    display: block;
    color: #7C7368;
}
.box-hot .image150 {
    width: 150px;
/*    height: 100px;*/
    margin: 0 10px 0 0;
    float: left;
}
.zakladki-hot {
    overflow: hidden;
    margin: 10px;
    padding-bottom:10px;
}
.image100 img {
    width: 150px;
/*    height: 150px;*/
}
.text-hot {
    overflow: hidden;
}
.box-hot h2 {
    DISPLAY: NONE;
    margin: 0 0 6px;
    clear: none;
    float: none;
    color: #344A64;
}
.hot-main-box {
    margin: 10px;
    padding: 0;
    overflow: hidden;
}
.nav {
    margin: 20px 0;
    padding: 5px 0 0;
    clear: both;
}
.nav__arrow {
    font-size: 14px;
}
.nav__arrow, .pagelink {
    margin: 0 10px;
    padding: 8px;
    color: #2A4D7D;
    display: inline-block;
}
span.pagelink {
    color: #fff;
    background: #a21437;
}
.result_b__list li {
    font-size: 16px;
    font-family: 'Droid Sans', Helvetica, sans-serif;
    line-height: 1.2;
    color: #344a64;
    overflow: visible;
}
.result_b__list li p {
    margin: 10px 0;
}
.result_b__list_item__meta__date {
    font-weight: 700;
}
.result_b__list_item__meta a {
    color: #a21437;
}
.date-doc {
    margin: 10px;
}
.footer {
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
    background: #333333;
}
.menu-bottom .menu-bottom__item {
    float: left;
}
.menu-bottom .menu-bottom__item a {
    padding: 10px;
    display: block;
}
.footer__meta {
    font-size: 11px;
    padding: 10px;
}
.counters__item {
    margin: 10px;
}
.m_container .error_text {
    font-size: 16px;
    margin: 10px;
}
.err_page .m_container ul {
    margin-bottom: 20px;
}
.m_container .subheader, .m_container .subheader a {
    color: #999;
    font-size: 11px;
}
.m_container .subheader {
    font-family: 'Droid Sans', Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 10px;
    padding: 10px 0;
    clear: both;
}
.catalog_page .m_container .subheader {
    color: #a21437;
}
.gazeta-issues_page .m_container {
    margin-bottom: 20px;
}
.subheader a {
    border-bottom: 1px solid #222;
    color: #697A83;
    text-decoration: none;
}
.m_container .m_header h2 {
    font-size: 22px;
    margin: 20px 0;
}
.m_container .m_header h3 {
    padding: 0 10px;
}
.m_container .authors {
    font-style: italic;
    margin: 0 0 10px 10px;
    color: #555;
}
.m_content {
    font-size: 14px;
    line-height: 1.4;
    -webkit-text-size-adjust: none;
}
.m_content img {
    max-width: 80%;
    height: auto;
    margin: 10px 0;
}
.m_content a {
    color: #344a64;
}
.m_content .lead {
    font-family: 'Droid Sans', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
    color: #777;
}
.Section {
    font-family: 'Droid Sans', Helvetica, sans-serif;
    font-size: 16px!important;
    font-weight: 700;
    margin: 10px 0 10px;
    padding-left: 4px!important;
	clear: both;
    text-align: left!important;
    background-color: transparent!important;
    border-left: 4px solid #a21437;
}
.social_buttons {
    margin: 10px;
    overflow: hidden;
}
.pda_doc {
    font-size: 14px;
    margin: 10px;
}
.pda_doc div:first-child {
    margin: 10px 0;
}
.pda_doc span.link {
    font-weight: 700;
    padding-top: 0;
    padding-left: 0;
    background: #fff;
    -webkit-text-size-adjust: none;
}
.pda_doc__item {
    margin: 10px 0;
}
.playertable {
	width: 360px!important;
    margin: 0!important;
    float: none!important;
}
.playertable td {
    border-bottom: 1px solid #999;
}
.m_content iframe, .playertable td>div {
    width: 360px!important;
    /*height: 240px!important;*/
}
.playertable object {
    width: 100%;
    height: 100%}
.playertable td p {
    margin: 10px 0;
}
.m_content .insert-materials-r-large li {
    margin-top: 0!important;
}
.m_content .insert-materials-r-large ul li a img {
    max-width: 100%!important;
    margin: 0 0 0 0!important;
}
.m_content .insert-materials-r-small ul {
    padding-top: 0!important;
}
.counter_box .hot-main-box {
    margin: 0 0 0 10px;
}
.counter_box .hot-main-box .teaser-top {
    display: none;
}
.counter_box .hot-main-box .hot-body {
    margin: 10px 0 0;
}
.counter_box .hot-main-box .is300x200 {
    display: none;
}
.counter_box .hot-main-box .counter_item {
    height: 117px;
}
.counter_box .hot-main-box .hot-unit-image {
    float: left;
}
.counter_box .hot-main-box .hot-unit-image img {
    margin: 0 10px 0 0;
    padding: 1px;
    :border;
    :1px solid #ccc;
}
.counter_box .hot-main-box .hot-unit-lead {
    margin: 0 10px 0 0;
}
.counter_box .hot-main-box .hot-unit-lead .hlink {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: #344A64;
}
.tile {
    width: 360px;
}
.tile img {
    box-shadow: none;
}
.tile .img_big_l {
    width: 320px;
}
.tile .img_big_l img {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.img_small_r .img_small_r_item {
    width: 110px;
    margin: 10px 0;
    float: left;
}
.img_small_r .img_small_r_item img {
    width: 100px;
    max-width: 100px;
    margin: 0;
}
.tile .title {
    margin-bottom: 8px;
}
.big_img_6 {
    width: 393px;
}
.img_small_r {
    overflow: hidden;
}
.big_img_6 .img_small_r .img_small_r_item:last-child {
    margin-left: 2px;
}
.m_issues ul {
    font-size: 16px;
    color: #344a64;
}
.m_issues .result_b__list_item {
    padding-left: 20px;
}
.read_more_block {
    font-family: 'Droid Sans', Helvetica, sans-serif;
    padding-bottom: 10px;
}
.read_more_block_articles {
    overflow: hidden;
    margin: 0 0 0 -20px;
}
.read_more_block_articles_item {
    width: 340px;
    float: left;
    margin: 20px 0 0 20px;
}
.read_more_block_articles_item_img {
    width: 120px;
    height: 80px;
    float: left;
}
.read_more_block_articles_item_img img {
    width: 100%;
    height: 100%}
.read_more_block_articles_item_a {
    width: 205px;
    float: left;
    border-top: 1px solid #d3d3d3;
    margin: 0 0 0 13px;
    font-size: 16px;
}
.read_more_block_articles_item_a a {
    margin: 3px 0 0;
    display: block;
    color: #344a64;
    text-decoration: none;
    line-height: 1.2;
}
.read_more_block_title {
    padding: 10px 0 0;
    text-transform: uppercase;
    color: #d5732c;
    font-family: 'Droid Sans', Helvetica, sans-serif;
    margin-bottom: -15px;
}
.read_more_block_title h2 {
    font-family: 'Droid Sans', Helvetica, sans-serif;
    font-size: 18px;
}
.more_block_clear {
    clear: both;
}
.incut {
    font-family: 'Droid Sans', Helvetica, sans-serif;
    font-size: 15px;
    margin: 10px;
    padding: 10px 20px;
    float: right;
    color: #999;
    border-left: 5px solid #D3D3D3;
}
.sport_trans { max-width: 710px;width: auto!important }
.sport_trans .trans_status { width: auto!important;margin: 5px auto!important; }

.main {
    display: block;
    font-size: 11px;
}
li .link {
    word-wrap: break-word;
}
.header {
    font-size: 22px;
    margin-top: 10px;
    padding: 5px 10px;
    clear: both;
	text-transform: uppercase;
    color: #fff;
	background: #999966;
}
a.themes {
    color: #2A4D7D;
    font-size: 10px;
    text-decoration: none;
    border-bottom: 1px solid #2A4D7D;
}
.hidlink, .link {
    font-family: 'Droid Sans', Helvetica, sans-serif}
.logo_s {
    color: #a21437;
}
.header2 {
    clear: both;
    margin: 10px;
    font-size: 14px;
    font-family: 'Droid Sans', Helvetica, sans-serif;
    color: #2A4D7D;
}
hr.end {
    clear: both;
    color: #2A4D7D;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
}
hr {
    clear: both;
}
img {
    border: 0;
}
.fresh {
    overflow: hidden;
    border: 1px solid #CCC;
    clear: both;
    display: block;
    line-height: 32px;
    list-style: none;
    margin: 10px;
    border-radius: 5px;
    padding: 0;
    background: #efefef;
}
.fresh li {
    clear: none;
    display: inline-block;
    width: 100px;
    white-space: nowrap;
    padding: 5px;
    margin: 0;
}
.fresh a {
    color: #2A4D7D;
    font-size: 11px;
    white-space: nowrap;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    padding: 0 10px;
    border-right: 1px dotted #ccc;
}
.fresh a:last-child {
    border: 0;
}
#head {
    display: block;
    text-align: center;
    margin-bottom: 0;
    background: url(/img/mobile/bg48.png);
    text-shadow: 0 1px 0 #fff;
    border-bottom: 1px solid #999;
    box-shadow: 0 0 3px #999;
    font-size: 11px;
    padding: 5px 0 10px;
}
.banner {
    display: block;
    text-align: center;
    margin-top: 1px;
    margin-bottom: 5px;
}
.paginator {
    clear: both;
    text-align: center;
}
#photo250 {
    width: 100%}
#photo250 img {
    float: left;
}
.viewrep {
    background: #fff;
    display: inline;
    float: left;
    left: -253px;
    opacity: .9;
    position: relative;
    width: 250px;
}
.incut_img {
    width: auto!important;
}
.incut_img img {
    width: 250px!important;
}
.onestring_items {
    height: 15px;
    overflow: hidden;
    overflow-style: marquee-line;
    marquee-style: scroll;
}
.onestring_items .onestring {
    padding: 0 10px;
}
.m_content {
    margin: 0 10px;
}
.pda_related {
    display: none;
}
input[type=submit] {
    background: url(/img/mobile/author_form_submit.jpg) 0 100% repeat-x #FDFDFD;
    border: 1px solid #CCC;
    box-shadow: 0 1px 1px #E3E3E3;
    color: #6C727B;
    cursor: pointer;
    font-size: 12px;
    padding: 3px 4px;
    text-decoration: none;
    text-shadow: 0 1px 2px #FFF;
    border-radius: 4px;
}
.search input {
    border: 1px solid #ccc;
    font-family: 'Droid Sans', Helvetica, sans-serif;
    color: #666;
    padding: 3px 4px;
}
.search {
    margin: 0 10px;
    padding: 5px;
    text-shadow: 0 1px 0 #fff;
    font-size: 11px;
}
.m_translations .translation {
    margin: 5px 0 10px;
}
.m_translations .big_list_item {
    font-size: 11px;
    margin: 0 0 0 10px;
}
.translation h3 {
    text-transform: uppercase;
    font-size: 12px;
    padding: 0;
    margin: 0 10px;
}
.translation h3 a {
    cursor: pointer;
    text-decoration: none;
}
.bottom-photo {
    display: none;
}
.infograph {
    text-align: center;
}
.infograph span {
    display: block;
}
.m_header h2 {
    font-weight: 400;
    font-size: 22px;
    margin: 0;
    padding: 0 10px;
}
.m_header h3 {
    font-size: 16px;
    font-weight: 400;
}

.sport_banner {
	box-shadow: 0 0 3px #222;
}

.sport_banner .sport_trans_box {
    margin-left: 0!important;
    position: relative;
}
.sport_banner img {
    width: 705px;
}
.sport_banner .translations_head {
    color: #fff;
	background: #669966;
    line-height: 20px;
    margin: 0;
    padding: 7px 15px;
    position: relative;
}
.sport_banner .translations_head span {
    margin: 0 15px 0 0;
    display: block;
    white-space: nowrap;
}
.sport_banner .translations_head span a {
    line-height: 20px;
}
.sport_banner .translations_head b {
    margin: 0 10px 0 0;
    display: block;
}

.sport_clear {
    clear: both;
}


}.m_container .date {
    margin: 10px;
    font-style: italic;
    color: #555;
}
.ps-text {
    font-size: 11px;
    font-style: italic;
    margin-left: 53px;
    color: #B4B4B4;
}
.ps-text b {
    color: #777;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (min-device-pixel-ratio:1.5) {
    .am-header-logo-b__pic {
    background: url(/img/mobile/logo-b__pic_2x2.png) no-repeat;
    background-size: 130px 39px;
}
}


.insert-materials-r-small  {
    width:  100%!important;
    border-color:  #EBEBEB!important;
    border-left:  0!important;
    border-right:  0!important;
}


.insert-materials-r-large  {
    border-color:  #EBEBEB!important;
    border-left:  0!important;
    border-right:  0!important;
}

.insert-materials-r-large ul li  {
    padding:  0 0 10px!important;
}
.m_content .insert-materials-r-large ul li a img  {
    margin-bottom:  5px!important;
}

.insert-materials-r-large-title, 
.insert-materials-r-small-title  {
    background:  #EBEBEB!important;
}


.insert-materials-r-large-title .insert-materials-title.has_text, 
.insert-materials-r-small .insert-materials-title.has_text  {
	color:  #fff!important;
	border-color:  #fff!important;
}

div.insert-materials-r-large ul, 
div.insert-materials-r-small ul  {
	font-family:  'Droid Sans', Helvetica, sans-serif;
	font-size:  16px!important;
	font-weight:  normal!important;
	padding:  15px 0 0 0!important;
	border:  0;
}

div.insert-materials-r-large ul  {
    padding-top: 10px!important;
}

div.insert-materials-r-small ul li {
	min-height: 50px!important;
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}

.insert-materials-r-small ul a img  {
    margin: 0 10px 0 0!important;
    padding:  0!important;
    border:  0!important;
}

/*CUSTOM STYLE*/
.g-gap-horizontal  {
	margin-left:  84px;
}

.b-top-wizard  {
	margin-left:  24px!important;
}

imgContainer{overflow:hidden; float:right; width:300px; height:250px; position:relative;}
.imgContainer img{width:300px; border:1px solid #ccc; float:right;}


imgContainer-1{overflow:hidden; float:right; width:485px; height:323px; position:relative;}
.imgContainer-1 img{width:485px; border:1px solid #669966; float:right;}

imgContainer-2{overflow:hidden; float:right; width:230px; height:155px; position:relative;}
.imgContainer-2 img{width:230px; height:155px; border:1px solid #669966; float:right;}

imgContainer-3{overflow:hidden; float:right; width:230px; height:155px; position:relative;}
.imgContainer-3 img{width:230px; height:155px; border:1px solid #669966; float:right;}
