.top.fix {
    margin-bottom: 272px;
}
.mod-fixed {
    position: fixed;
}
.mod-fixed.mod-stop {
    position: absolute!important;
}
a.ajax-paginator-top{
    float: left;
    color: #333;
}
.mod-fixed .to-top{
    float: left;
    width: 25px;
    height: 24px;
    background: url(/img/2012/menu-arrow-up.png) 0px 7px no-repeat;
}
.news>.h2.mod-fixed {
    position: fixed;
    text-align: left;
    z-index: 200;
    top: 0;
    margin: 44px 0 0 -32px;
    padding: 9px 0 10px 32px;
    width: 641px;
    background: #fff;
    border: none;

    -webkit-box-shadow: 0 4px 5px -6px #4b4b4b;
    -moz-box-shadow:    0 4px 5px -6px #4b4b4b;
    -ms-box-shadow:     0 4px 5px -6px #4b4b4b;
    -o-box-shadow:      0 4px 5px -6px #4b4b4b;
    box-shadow:         0 4px 5px -6px #4b4b4b;
}
    .h2.mod-fixed .news-rss {
        right: 37px;
    }
    .h2.mod-fixed.mod-stop {
        display: none;
    }
.header.mod-fixed {
    z-index: 3000;
    top: -500px;
    left: 0;
    height: 44px;
    padding: 500px 0 0;
    overflow: hidden;

    -webkit-box-shadow: 0px 0 5px #1c2939;
    -moz-box-shadow:    0px 0 5px #1c2939;
    -o-box-shadow:      0px 0 5px #1c2939;
    -ms-box-shadow:     0px 0 5px #1c2939;
    box-shadow:         0px 0 5px #1c2939;
}

    .header.mod-fixed.mod-stop {
        position: fixed!important;
    }
    .header.mod-fixed .background-layer {
        position: absolute;
        top: 0;
        width: 100%;
        height: 500px;
    }
    .header.mod-fixed .inside {
        height: 44px;
    }
        .header.mod-fixed .header__flag {
            display: none;
        }
        .header.mod-fixed .header__nav {
            padding: 14px 0 0;
            font-size: 13px;
        }
        .header.mod-fixed .header__nav_first {
            margin: 0 0 0 50px;
        }
            .header.mod-fixed .header__nav li {
                float: left;
                margin: 0 17px 0 0;
            }
        .header.mod-fixed .header__logo {
            top: 8px;
            left: 0;
            width: 32px;
            height: 26px;
        }
            .header.mod-fixed .header__logo a {
                width: 32px;
                height: 26px;
                background-image:url(/img/2012/small_logo.png);
                background-image:none,url(/img/2012/logo.svg);
            }
            .no-inlinesvg .mod-fixed .header__logo a{
                    background-image:url(/img/2012/small_logo.png);
                    }
        .header.mod-fixed .header__search {
            top: 5px;
            width: 100px;
        }
            .header.mod-fixed .header__search input {
                float: right;
                font-size: 13px;
                width: 57px;
                background: #305B94;

                -webkit-transition: all 0.2s linear;
                -moz-transition:    all 0.2s linear;
                -ms-transition:     all 0.2s linear;
                -o-transition:      all 0.2s linear;
                transition:         all 0.2s linear;

                /* If you uncomment this, Chrome v21 and higher will behave buggy on scrolling fixed panel
                -webkit-box-shadow: -10px 0px 40px 10px #305B94;
                -moz-box-shadow:    -10px 0px 40px 10px #305B94;
                -ms-box-shadow:     -10px 0px 40px 10px #305B94;
                -o-box-shadow:      -10px 0px 40px 10px #305B94;
                box-shadow:         -10px 0px 40px 10px #305B94;
                */

                -webkit-appearance: none;
            }
            .csstransitions .header.mod-fixed .header__search input:focus {
                width: 262px;
            }
        .header.mod-fixed .header__special {
            display: none;
        }

.news-calendar-layer.mod-fixed {
    z-index: 250;
    top: 0;
    margin: 44px 0 0;
}
    .news-calendar-layer.mod-fixed.mod-stop {
        display: none;
    }
