* {
    padding: 0;
    margin: 0;
    }
html, body {
    height: 100%;
    }
    body {
        font: 62.5%/1.5 Georgia, 'Times New Roman', Times, serif;
        color: #000;
        background: #F5F5F5;
        overflow: hidden;
        }
    a {
        color: #357cc0;
        text-decoration: none;
        }
        a:hover, a:visited {
            color: #60A7C6;
            }
        a:hover {
            text-decoration: underline;
            }


.b-page {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    min-width: 480px;
    }


.b-block {
    position: relative;
    width: 100%;
    min-width: 480px;
    z-index: 1;
    text-align: center;
    }
    .b-block__inner {
        position: relative;
        max-width: 980px;
        padding: 5px 10px 0;
        margin: auto;
        }
        .b-block__inner * {
            text-align: left;
            }

        .b-page_ad_left_120 .b-block__inner {
            padding-left: 130px;
            }
        .b-page_ad_left_160 .b-block__inner {
            padding-left: 170px;
            }

        .b-page_ad_right_120 .b-block__inner {
            padding-right: 130px;
            }
        .b-page_ad_right_160 .b-block__inner {
            padding-right: 170px;
            }

        .b-page_ad_both .b-block__inner {
            xpadding: 5px 130px 0;
            }

    @media (max-width: 1060px) {
        .b-block_title .b-block__inner {
            padding-left: 50px;
            }
    }
    @media (max-width: 1190px) {
        .b-page_ad_right_120 .b-block_title .b-block__inner {
            padding-left: 50px;
            }
    }
    @media (max-width: 1240px) {
        .b-page_ad_right_160 .b-block_title .b-block__inner {
            padding-left: 50px;
            }
    }


.b-block_header {
    height: 60px;
    background: #F5F5F5;
    }
    .b-logo {
        margin-top: 7px;
        float: left;
        }
        .b-logo img {
            float: left;
            margin-left: -55px;
            border: 0px;
        }


.b-block_title {
    height: 43px;
    background: #F5F5F5;
    border-bottom: 1px dashed #D5D5D5;
    z-index: 2;
    }
    .b-title__text {
        overflow: hidden;
        font-size: 24px;
        line-height: 34px;
        font-weight: normal;
        white-space: nowrap;
        }
        .b-title__text a {
            color: #c85200;
            text-decoration: underline;
            }
        .b-title__text a span {
            position: absolute;
            width: 36px;
            height: 35px;
            margin-left: -40px;
            background: url("../images/b-logo-s.png") 0 0 no-repeat;
        }
    .b-title__subscribe {
        float: right;
        width: 220px;
        height: 36px;
        margin: 0 0 0 30px;
        background: url(../img/btn_subscribe.png) no-repeat;
        }
        .b-title__subscribe span {
            display: none;
            }


.b-block_description{
    background-color: rgba(245,245,245,0.9);
    padding: 5px 0 1px;
    }
    .isIE .b-block_description {
        background: url(../img/transparent.png);
        }
    .isIE .b-block_description_opened,
    .isIE .b-block_description_hovered,
    .b-block_description_opened,
    .b-block_description_hovered {
        background: #f5f5f5;
        }
    .b-description__date {
        float: left;
        margin-right: 8px;
        font-size: 12px;
        line-height: 26px;
        color: #a0a0a0;
        }
    .b-description__title {
        overflow: hidden;
        font-size: 17px;
        line-height: 26px;
        white-space: nowrap;
        font-weight: normal;
        margin-bottom: 6px;
        }
    .b-description__text {
        clear: both;
        overflow: hidden;
        min-height: 18px;
        max-height: 54px;
        font-size: 15px;
        line-height: 18px;
        margin: -6px 0 19px;
        -webkit-overflow-scrolling: touch;
        }
        .b-block_description_opened .b-description__text {
            max-height: none;
            }
        .b-description__text p {
            margin-bottom: 1em;
            }

    .b-more {
        float: right;
        height: 19px;
        background-color: rgba(245,245,245,0.9);
        border: 1px solid #9B9B9B;
        border-width: 0 1px 1px;
        white-space: nowrap;
        -webkit-border-radius: 0 0 4px 4px;
           -moz-border-radius: 0 0 4px 4px;
                border-radius: 0 0 4px 4px;
                box-shadow: 0 2px 2px rgba(0,0,0,.26);
           -moz-box-shadow: 0 2px 2px rgba(0,0,0,.26);
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.26);
        }
        .isIE .b-more {
            background: url(../img/transparent.png);
            }
        .isIE .b-more_opened,
        .b-more_opened,
        .isIE .b-more_hovered ,
        .b-more_hovered {
            background: #f5f5f5;
            }

        .b-more__less,
        .b-more__more {
            position: relative;
            /*top: -1px;*/
            display: inline-block;
            height: 13px;
            padding: 0 32px 6px 11px;
            font: 13px/13px Arial, Helvetica, sans-serif;
            color: #2b2b2b;
            font-weight: bold;
            cursor: pointer;
            text-shadow: 0 1px 0 #fff;
            vertical-align: top;
            /*background: #faa;*/
            /*border-top: 1px solid rgba(245,245,245,0.4);*/
            /*border-top: 1px solid #f00;*/
            }
            .b-more__less {
                display: none;
                }
            .b-more_less .b-more__more {
                display: none;
                }
            .b-more_less .b-more__less {
                display: inline-block;
                }

        .b-more__divider {
            position: relative;
            display: inline-block;
            top: -2px;
            overflow: hidden;
            width: 2px;
            height: 19px;
            margin: 0 -3px;
            background: url(../img/b-item-icons.png) no-repeat -11px 0;
            }
        .b-more__close {
            position: relative;
            /*top: -1px;*/
            display: inline-block;
            overflow: hidden;
            width: 25px;
            height: 20px;
            cursor: pointer;
            /*background: #faa;*/
            /*border-top: 1px solid rgba(245,245,245,0.4);*/
            /*border-top: 1px solid #f00;*/
            }


    .b-icon {
        position: absolute;
        width: 11px;
        height:10px;
        background: url(../img/b-item-icons.png) no-repeat;
        }
        .b-more__less .b-icon,
        .b-more__more .b-icon {
            top: 3px;
            right: 12px;
            }
            .b-more__less .b-icon {
                background-position: 0 -10px;
                }
        .b-more__close .b-icon {
            top: 3px;
            left: 7px;
            background-position: 0 -20px;
            }


.b-block_related {
    position: absolute;
    position: fixed;
    bottom: 0;
    padding: 11px 0 9px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    border-top: 1px solid #737373;
    background-color: rgba(245,245,245,0.9);
    -webkit-box-shadow: 0 -1px 2px rgba(0,0,0,.32);
       -moz-box-shadow: 0 -1px 2px rgba(0,0,0,.32);
            box-shadow: 0 -1px 2px rgba(0,0,0,.32);
    }
    .isIE .b-block_related {
        background: url(../img/transparent.png);
        }
        .isIE .b-block_related:hover,
        .b-block_related:hover {
            background: #f5f5f5;
        }
    .b-related__list {
        overflow: hidden;
        height: 18px;
        }
        .b-block_related:hover .b-related__list {
            height: auto;
            }
        .b-related__title {
            float: left;
            margin-right: 6px;
            font-size: 14px;
            color: #121212;
            }


.b-iframe {
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    bottom: 62px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    }
    .b-iframe iframe {
        position: absolute;
        }

        .b-page_ad_left_120 .b-iframe {
            left: 121px;
            }
        .b-page_ad_left_160 .b-iframe {
            left: 161px;
            }

        .b-page_ad_right_120 .b-iframe {
            right: 121px;
            }
        .b-page_ad_right_160 .b-iframe {
            right: 161px;
            }

        .b-page_ad_both .b-iframe {
            xleft: 121px;
            xright: 121px;
            }

        .b-page_related_0 .b-iframe {
            bottom: 0;
            }
        .b-page_related_1 .b-iframe {
            bottom: 44px;
            }


table {
    position: relative;
    border-collapse: collapse;
    z-index: 1;
    }
    td {
        vertical-align: top;
        height: 20px;
        }

.t-wrapper{
    width: 100%;
    margin-top: -1px;
    }
    .t-wrapper__left {
        width:50%;
        background: url(../img/b-item-icons.png) repeat-x 0 -50px;
        }
    .t-wrapper__right {
        width: 50%;
        }

.t-fix,
.t-right {
    width: 100%;
    }
    .t-right__left {
        width: 490px;
        }
    .t-right__right {
        width: auto;
        background: url(../img/b-item-icons.png) repeat-x 0 -50px;
        padding-right: 1px;
        }

    .t-fix__left {
        width: 100%;
        background: url(../img/b-item-icons.png) repeat-x 0 -50px;
        }



.b-ad {
    position: absolute;
    display: none;
    top: 44px;
    bottom: 0;
    width: 0;
    z-index: 2;
    background: #F5F5F5;
    }
    .b-page_ad_left_120  .b-ad_left ,
    .b-page_ad_right_120 .b-ad_right {
        width: 120px;
        }
    .b-page_ad_left_160  .b-ad_left ,
    .b-page_ad_right_160 .b-ad_right {
        width: 160px;
        }
    .b-ad_left {
        left: 0;
        border-right: 1px dashed #d5d5d5;
        }
    .b-ad_right {
        right: 0;
        border-left: 1px dashed #d5d5d5;
        }
        .b-page_ad_left_120  .b-ad_left,
        .b-page_ad_left_160  .b-ad_left,
        .b-page_ad_right_120 .b-ad_right,
        .b-page_ad_right_160 .b-ad_right {
            display: block;
            }

