/* **
    1. Main settings + grid
    2. Header
    3. Forms, form elements
    4. Menu, nav
    5. Content - useful elements
    6. Footer
*/

/* 1. MAIN SETTINGS + GRID */
* {
    padding:0px;
    margin:0px;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
html {
    height:100%;
    width: 100%;
}
body {
    position: relative;
    width: 100%;
    min-width: 1000px;
    height: auto;
    min-height: 100%;
    background: #051f50 url(/img/rusnames/fon.png) 50% 0 no-repeat;
    font-family: 'Minion Pro', 'Times New Roman', serif;
}
.aticle,
.header,
.section,
.footer {
    display: block;
}
    .wrapper {
        margin: 0 auto;
        width: 1000px;
    }
    .wrapperPage {
        position: relative;
        margin: 0 auto 130px;
        width: 1000px;
        background: #fff url(/img/rusnames/fon_article.png?r=20950) 50% 0 no-repeat;
    }
    .wrapperPage.wrapperMainPage {
        background-image: url(/img/rusnames/fon_article_mainpage_feb17.png);
    }
@media all and (min-width: 1210px) {
        .wrapperPage:before,
        .wrapperPage:after {
            content: '';
            position: absolute;
            background-image: url(/img/rusnames/fon_article_corners.png);
            background-repeat: no-repeat;
        }
        .wrapperPage:before {
            height: 27px;
            width: 95px;
            left: -95px;
            top: 290px;
            background-position: 0 0;
        }
        .wrapperPage.wrapperMainPage:before {
            top: 319px;
        }
        .wrapperPage:after {
            height: 55px;
            width: 109px;
            right: -109px;
            top: 389px;
            background-position: 100% 0;
        }
        .wrapperPage.wrapperMainPage:after {
            top: 417px;
        }
}
@media all and (max-width: 1020px) {
    .wrapperPage {
        margin-bottom: 0;
    }
}
.header,
.content {
    display: block;
    overflow: hidden;
}
    .leftColumn {
        float: left;
        width: 203px;
    }
    .rightColumn {
        margin-left: 238px;
    }

/* 2. HEADER */
.header_address {
    width: 100%;
    height: 29px;
    padding: 0;
    margin: 0;
    font-style: normal;
    overflow: hidden;
    background-color: #0a0203;
    color: #5994c8;
    font-size: 18px;
}
    .header_address_lang {
        float: right;
        height: 30px;
        padding-right: 40px;
        font-size: 0;
        line-height: 0;
    }
        .header_address_lang_active,
        .header_address_lang_notActive {
            display: inline;
            display: inline-block;
            padding-right: 12px;
            padding-left: 12px;
            line-height: 30px;
            vertical-align: middle;
            font-size: 18px;
        }
        .header_address_lang_notActive {
            color: #5994c8;
            text-decoration: none;
        }
        .header_address_lang_active {
            color: #dcddde;
            background-color: #2f5c8e;
        }
        .header_address_lang_notActive:hover {
            color: #dcddde;
            background: #358cca; /* Old browsers */
            background: -moz-linear-gradient(45deg, #81bbe1 0%, #1479bf 62%, #1a7dc2 63%, #1a7dc2 63%, #2885c7 63%, #2d88c9 63%, #87bee5 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#81bbe1), color-stop(62%,#1479bf), color-stop(63%,#1a7dc2), color-stop(63%,#1a7dc2), color-stop(63%,#2885c7), color-stop(63%,#2d88c9), color-stop(100%,#87bee5)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(45deg, #81bbe1 0%,#1479bf 62%,#1a7dc2 63%,#1a7dc2 63%,#2885c7 63%,#2d88c9 63%,#87bee5 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(45deg, #81bbe1 0%,#1479bf 62%,#1a7dc2 63%,#1a7dc2 63%,#2885c7 63%,#2d88c9 63%,#87bee5 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(45deg, #81bbe1 0%,#1479bf 62%,#1a7dc2 63%,#1a7dc2 63%,#2885c7 63%,#2d88c9 63%,#87bee5 100%); /* IE10+ */
            background: linear-gradient(45deg, #81bbe1 0%,#1479bf 62%,#1a7dc2 63%,#1a7dc2 63%,#2885c7 63%,#2d88c9 63%,#87bee5 100%); /* W3C */
        }
    .header_address_name {
        display: inline;
        display: inline-block;
        width: 270px;
        text-align: center;
        vertical-align: middle;
    }
    .header_address_contacts {
        display: inline;
        display: inline-block;
        height: 30px;
        vertical-align: middle;
    }
        .header_address_phone,
        .header_address_mail {
            padding-left: 43px;
            padding-bottom: 2px;
            margin-right: 14px;
            line-height: 30px;
            vertical-align: middle;
            color: #5994c8;
            text-decoration: none;
        }
        .header_address_phone {
            background: url(/img/rusnames/icons.png) 0 0 no-repeat;
        }
        .header_address_mail {
            background: url(/img/rusnames/icons.png) 0 -50px no-repeat;
        }

@font-face {
    font-family: 'America XIX';
    src: url('/fonts/am_xix/am_xix.eot');
    src: url('/fonts/am_xix/am_xix.eot?#iefix') format('embedded-opentype'),
         url('/fonts/am_xix/am_xix.woff') format('woff'),
         url('/fonts/am_xix/am_xix.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.header {
    position: relative;
    padding: 314px 40px 10px 30px;
    height: 100px;
}
    .header_logo {
        display: block;
        position: absolute;
        top: 60px;
        left: 29px;
        width: 202px;
        height: 105px;
        overflow: hidden;
        text-indent: 100%;
        line-height: 0;
        text-decoration: none;
        background: url(/img/rusnames/logorus_header_vmeste.png?r=21656) 50% 50% no-repeat;
    }
    .wrapperMainPage .header_logo {
        background-image: url(/img/rusnames/logorus_header_vmeste.png?r=21656);
    }
        .header_title {
            margin-bottom: 10px;
            font-size: 14px;
            font-weight: bold;
            color: #58595b;
        }

    .header_userarea p.header_title {
        margin-bottom: 15px;
    }

    .rus_counter {
        position: absolute;
        z-index: 100;
        top: 60px;
        left: 269px;
        font: 14px 'America XIX', serif;
        line-height: 18px;
        color: #175888;
        text-transform: uppercase;
    }
        .rus_counter_text {
            display: inline-block;
            padding: 2px 5px 0px;
            margin: 2px;
            border-radius: 3px;
            background: #175888;
            color: #fff;
            font-size: 24px;
            line-height: 24px;
        }

/* 3. FORMS, FORM ELEMENTS */
/*header forms*/
.form_login input {
    width: 125px;
}

input[type="text"],
input[type="password"],
.likeInput {
    padding: 3px 7px;
    margin: 3px 0;
    border-top: 1px solid #b1b2b4;
    border-left: 1px solid #b1b2b4;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: #fbfcfe;
    font-size: 14px;
    line-height: 15px;
}
    td input[type="text"],
    td input[type="password"],
    td .likeInput {
        background: #fff;
-webkit-box-shadow:inset 1px 1px 0px #d1d1d1;
        box-shadow:inset 1px 1px 0px #d1d1d1;
    }

textarea.likeInput {
    height: 100px;
}
.registrarForm input[type="text"],
.registrarForm input[type="password"],
.registrarForm .likeInput {
    width: 320px;
}

.registrarForm td {
    width: 50%;
}

.button_gray,
.newTldButton {
    display: inline;
    display: inline-block;
    padding: 3px 7px;
    margin: 0;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    line-height: 15px;
    text-decoration: none;
    color: #636466;
    background-color: #e7e7e8;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
}
    .button_gray:hover,
    .newTldButton:hover {
        background-color: #ececec;
        cursor: pointer;
    }

.button_blue {
    display: inline;
    display: inline-block;
    padding: 3px 15px;
    margin: 0;
    vertical-align: middle;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    background-color: #2f5c8e;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid #214164;
    border-bottom: 1px solid #214164;
-webkit-box-shadow: inset -1px -1px 1px 0 rgba(0,0,0,0.2);
    box-shadow: inset -1px -1px 1px 0 rgba(0,0,0,0.2);
    text-decoration: none;
}
    .button_blue:hover {
        background: #00aeef;
        cursor: pointer;
    }
    td .button_blue {
        line-height: 15px;
    }
.button_middle {
    font-size: 18px; 
}
    td .button_middle {
        line-height: 24px;
    }

.customSelect {
    display: inline;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding-right: 20px;
    height: 23px;
    border-top: 1px solid #b1b2b4;
    border-left: 1px solid #b1b2b4;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background: #fbfcfe url(/img/rusnames/icons.png) 100% -96px no-repeat;
    overflow: hidden;
}
    .customSelect select {
        display: block;
        width: 120%;
        min-width: 100px;
        padding: 2px 5px;
        height: 23px;
        border: none;
        outline: none; 
        background-color: transparent;
-webkit-appearance:none;
   -moz-appearance:none;
        appearance:none;
        cursor: pointer;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 14px;
    }
.form_whois label {
    display: inline;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    color: #636466;
}

.header_whois {
    padding-top: 30px;
    padding-left: 238px;
    position: relative;
    background: url(/img/rusnames/rusnames_logo_menu.png) 0 100% no-repeat;
}

.feedback_form {
    position: relative;
}
    .load {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff url(/img/camera-loader.gif) center center no-repeat;
    }
        .feedback_error { 
            color: red; 
            font-size: 0.9em; 
        }

        .captcha {
            vertical-align: middle;
        }
        input.captcha {
            width: 50px;
        }


/* 4. MENU, NAV */
.menu,
.submenu {
    list-style: none;
    margin: 0;
}
.menu {
    padding: 0;
}
    .menu li {
        margin-bottom: 5px;
    }
    .menu_level1 {
        display: block;
        display: table-cell;
        padding: 10px 20px;
        width: 160px;
        height: 36px;
        text-transform: uppercase;
        vertical-align: middle;
        font: 14px 'America XIX', serif;
        text-align: center;
        text-decoration: none;
        color: #fcfbfb;
        background-color: #2f5c8e;
-webkit-box-shadow:inset -1px -1px 1px 0 rgba(0,0,0,0.2);
        box-shadow:inset -1px -1px 1px 0 rgba(0,0,0,0.2);
    }
        .menu_level1.menu_blue {
            background: #00aeef;
        }
    .activeMenu,
    .menu_level1.activeMenu,
    .menu_level1:hover {
        background: #358cca; /* Old browsers */
        background: -moz-linear-gradient(45deg, #81bbe1 0%, #1479bf 62%, #1a7dc2 63%, #1a7dc2 63%, #2885c7 63%, #2d88c9 63%, #87bee5 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#81bbe1), color-stop(62%,#1479bf), color-stop(63%,#1a7dc2), color-stop(63%,#1a7dc2), color-stop(63%,#2885c7), color-stop(63%,#2d88c9), color-stop(100%,#87bee5)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(45deg, #81bbe1 0%,#1479bf 62%,#1a7dc2 63%,#1a7dc2 63%,#2885c7 63%,#2d88c9 63%,#87bee5 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(45deg, #81bbe1 0%,#1479bf 62%,#1a7dc2 63%,#1a7dc2 63%,#2885c7 63%,#2d88c9 63%,#87bee5 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(45deg, #81bbe1 0%,#1479bf 62%,#1a7dc2 63%,#1a7dc2 63%,#2885c7 63%,#2d88c9 63%,#87bee5 100%); /* IE10+ */
        background: linear-gradient(45deg, #81bbe1 0%,#1479bf 62%,#1a7dc2 63%,#1a7dc2 63%,#2885c7 63%,#2d88c9 63%,#87bee5 100%); /* W3C */
    }
        .menu_level1.menu_blue:hover {
            background: #00bef9;
        }
        .submenu {
            padding: 7px 20px 7px 25px;
            background-color: #dcddde;
            background-color: rgba(237,237,239,0.5);
        }
            .submenu li {
                position: relative;
            }
            .submenu li:before {
                content: '•';
                position: absolute;
                margin-left: -10px;
                color: #2f5c8e;
            }
                .submenu a,
                .submenu span {
                    font-size: 16px;
                    color: #2f5c8e;
                    text-decoration: none;
                }
                    .submenu a:hover {
                        text-decoration: underline;
                    }
                    .active_submenu {
                        font-weight: bold;
                    }


/* 5. CONTENT - USEFUL ELEMENTS */
.content {
    padding: 0px 40px 15px 30px;
}
    .article,
    .article p,
    .article li {
        font-size: 18px;
    }
    .article,
    .article td,
    .article p,
    .article li {
        color: #636466;
    }
    .article p {
        margin-bottom: 25px;
        text-indent: 0.3rem;
    }
    .article .no-indent {
        text-indent: 0;
    }
    .article ul,
    .article ol {
        margin-bottom: 25px;
        margin-left: 2rem;
    }
        .breakUpList li {
            margin-bottom: 10px;
        }
    .article .ul_noBullet {
        margin-left: 0; 
        list-style: none;
    }

    .noh td {
        background: #fff;
    }

    table {
        border-collapse:separate;
        border-spacing: 4px;
        margin: 10px 0px;
        width: 100%;
        border: none;
    }
        th {
            padding: 2px 10px;
            background: #f3f4f4;
            font-weight: bold;
            font-size: 16px;
            text-align: center;
            border: none;
        }

        td {
            padding: 2px 10px;
            background: #f3f4f4;
            font-size: 0.8em;
            border: none;
        }
        .td_smallPadding {padding: 2px 4px;}
        .td_noPadding {padding: 2px 0px;}
        .centered {
            text-align: center;
        }
            td small {
                font-size: 0.8em;
            }

    h1,
    .article .h1 {
        margin-bottom: 30px;
        margin-left: 0.3rem;
        font: 24px 'America XIX', serif;
        font-weight: normal;
        color: #145987;
    }
        .article .h1.noMargin {
            margin-bottom: 0px;
        }
        .article table .h1 {
            margin-bottom: 10px;
        }
    h2 {
        margin-left: 0.3rem;
        font-weight: bold;
    }

    .article strong {
        font-weight: bold;
    }

    .centered {
        text-align: center;
    }

    /*columns*/
    .columns_wrapper {
        text-align: justify;
        font-size: 0;
        line-height: 0;
    }
        .columns_wrapper:after {
            content: '';
            display: inline-block;
            width: 100%;
            height: 1px;
        }
        .column {
            display: inline-block;
            vertical-align: top;
            font-size: 1rem;
            line-height: 1.5rem;
        }

    .article .cols_3 {
        margin: 0px 0px;
        list-style-type: none;
        text-align: center;
    }
    .article .cols_3.cols_left {
        text-align: left;
    }
        .cols_3 li {
            display: inline;
            display: inline-block;
            width: 32%;
            padding-bottom: 25px;
            text-align: center;
            vertical-align: top;
        }
        .cols_3.cols_left li {
            width: auto;
        }
            .cols_3 img {
                border: none;
            }

    /*notice*/
.cols_3 .rus_noticeParent {
    position: relative; 
    padding-bottom: 110px;
}
    .rus_notice_bottom {
        display: block; 
        position: absolute; 
        bottom: 0; 
        right: 0; 
        width: 600px;  
        padding: 7px 10px; 
        font-size: 0.9em; 
        text-align: left;
        color: #2f5c8e; 
        background: #e7e7e8;
-webkit-border-radius: 3px;
        border-radius: 3px;
    }
        .rus_notice_bottom:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            margin-top: -10px;
            right: 15%;
            width: 0;
            height: 0;
            border-bottom: 10px solid #e7e7e8;
            border-top: 0px solid transparent;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent;
        }

    /*оплата*/
    #payselect td,
    #paytypes_choice_section td {
        vertical-align: top;
        border: none;
    }

    .tzSelect {
        position: relative;
    }
        .selectBox div {
            padding: 2px 20px 2px 5px !important;
            height: 23px;
            border-top: 1px solid #b1b2b4;
            border-left: 1px solid #b1b2b4;
            border-right: 1px solid transparent;
            border-bottom: 1px solid transparent;
            background: #fbfcfe url(/img/rusnames/icons.png) 100% -96px no-repeat !important;
            cursor: pointer;
        }
        #payselect .dropDown {
            list-style: none;
            margin-left: 0;
            border: 1px solid #b1b2b4;
        }
            .dropDown img {
                display: none;
            }
            .dropDown li {
                padding: 2px 5px;
                font-size: 14px;
                font-weight: bold;
            }
                .dropDown li:hover {
                    color: #dcddde;
                    background-color: #2f5c8e;
                    cursor: pointer;
                }
                    .dropDown li i {
                        display: block;
                        font-weight: normal;
                    }

    /*нумерованный список*/
    .article .counterFirst {
        counter-reset: counter_first;
    }
    .counterFirst > li,
    .counterSecond > li,
    .counterThird > li {
        list-style-type: none;
    }
      .counterFirst > li {  
        padding-left: 1.5em;
        position: relative;
      }
        .counterFirst > li:before {
          counter-increment: counter_first;
          content: counter(counter_first) ". ";
          position: absolute;
          left: 5px;
        }
            .counterFirst h2 {
               margin-bottom: 15px; 
            }
            .counterFirst ul {
                margin-bottom: 0;
            }
      .counterSecond {
        margin: 0;
        padding-left: 0.5em;
        counter-reset: counter_second;
      }
        .counterSecond > li,
        .counterSecond > dl {
          position: relative;
          margin-bottom: 15px;
          list-style: none;
        }
        .counterSecond dl {
            margin-left: 2rem;  
        }
          .counterSecond > li:before,
          .counterSecond dl:before {
            counter-increment: counter_second;
            content: counter(counter_first) "." counter(counter_second) ". ";
            position: absolute;
            left: -2em;
          }
            .counterSecond dt,
            .counterSecond dd {
                display: inline;
            }
            .counterSecond dt {
                font-weight: bold;
            }
        .article .counterThird {
            margin: 0;
            counter-reset: counter_third; 
        }
            .counterThird > li {
                list-style: none;
            }
                .counterThird > li:before {
                    counter-increment: counter_third;
                    content: counter(counter_first) "." counter(counter_second) "." counter(counter_third) ". ";
                    display: inline;
                  }

    /*Anonces*/
    .anons {
       margin-bottom: 30px; 
    }
        .anons_headerWidthLogo,
        .anons_footerWidthLogo {
            overflow: hidden;
        }
        .anons_headerWidthLogo .anons_imgInHeader {
            margin-bottom: 10px;
        }
        .anons .anons_footerWidthLogo {
            padding-bottom: 30px;
            border-bottom: 1px solid #b6b6b6;
            text-indent: 0;
        }
            .anons_headerWidthLogo p,
            .anons_footerWidthLogo a {
                text-indent: 0;
            }
            .anons_imgInHeader {
                float: left;
                margin-right: 20px;
            }
    .opinions {
        padding-left: 130px;
        margin-bottom: 20px;
        min-height: 125px;
    }
        .opinions_caption,
        .anons_caption {
            display: block;
            font-size: 0.7em;
            font-weight: normal;
            font-style: italic;
        }
        .article .anons_caption {
            margin-bottom: 0;
        }
        .opinions_blockquote {
            position: relative;
            padding: 10px 0 0 2em;
        }
        .opinions_blockquote:before {
            content: '“';
            position: absolute;
            top: 0;
            left: 0;
            font-size: 3em;
            line-height: 1em;
        }
        .opinions_blockquote p:last-child:after {
            content: '”';
            display: inline-block;
            margin-bottom: -0.7em;
            font-size: 3em;
            line-height: 0.3em;
            vertical-align: middle;
        }

    /*Show/hide*/
    .showHiddenBlock {
        padding: 5px 0;
        cursor: pointer;
    }
        .showHiddenBlock:hover {
            text-decoration: underline;
        }

    .hiddenBlock {
        position: relative;
        display: none;
        padding: 20px 30px 20px 20px;
        background-color: #dcddde;
        background-color: rgba(237,237,239,0.5);
    }
        .hideHiddenBlock {
            position: absolute;
            top: 10px;
            right: 10px;
            height: 20px;
            width: 20px;
            vertical-align: bottom;
            font-size: 0px;
            text-indent: 100%;
            background: url(/img/rusnames/icons.png) 0 -125px no-repeat;
            cursor: pointer;
        }

    /*Form messages*/
    .warn {
        padding: 10px;
        margin-bottom: 25px;
        text-indent: 0;
        background-color: #2f5c8e;
        color: #fff;
    }
    .error {
        padding: 10px;
        margin-bottom: 25px;
        text-indent: 0;
        background-color: #d2232a;
        color: #fff;
    }
    .ok {
        padding: 10px;
        margin-bottom: 25px;
        text-indent: 0;
        background-color: #00aa00;
        color: #fff;
    }

    /*News*/
    .news_anons {
        margin-bottom: 30px;
    }
    .news_mainPage_anons {
        padding: 10px 20px;
        border-left: 10px solid #2f5c8e;
        background: #f5f7fa;
        background: -moz-linear-gradient(left, rgba(217,224,237,0.45) 0%, rgba(217,224,237,0.0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(217,224,237,0.45)), color-stop(100%,rgba(217,224,237,0.0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(217,224,237,0.45) 0%,rgba(217,224,237,0.0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(217,224,237,0.45) 0%,rgba(217,224,237,0.0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(217,224,237,0.45) 0%,rgba(217,224,237,0.0) 100%); /* IE10+ */
    }
        .news_date {
            display: block;
            margin-left: 0.3em;
            margin-left: 0.3rem;
        }
        .news_date,
        .news_anons_descr,
        .news_continueLink {
            font-style: italic;
        }

        .news_anons .news_anons_title {
            padding: 0;
            margin-bottom: 12px;
            color: #145987;
            font-weight: bolder;
        }
            .news_anons_title a,
            .news_continueLink {
                color: #145987;
            }
        .news_anons .news_anons_descr {
            padding: 0;
            margin: 0;
        }

        .article .news_title {
            margin-bottom: 20px;
            font-size: 20px;
            color: #145987;
        }
        .news_all {
            position: relative;
            text-align: center;
            height: 43px;
            padding-bottom: 15px;
        }
            .news_all:before {
                content: '';
                display: block;
                position: absolute;
                z-index: 5;
                top: 21px;
                height: 1px;
                width: 100%;
                background: #e7e7e8;
            }
            .news_all_link {
                display: inline-block;
                position: relative;
                z-index: 10;
                padding: 12px 25px;
                line-height: 19px;
                font-size: 18px;
                font-weight: bold;
                text-decoration: none;
                color: #145987;
                background: #e7e7e8;
        -webkit-border-radius: 21px;
                border-radius: 21px;
        -webkit-transition: background .3s ease;
           -moz-transition: background .3s ease;
             -o-transition: background .3s ease;
                transition: background .3s ease;
            }
            .news_all_link:hover {
                background: #f4f4f4;
            }

    /*news timeline*/
    .article .rus_newsTimeline {
        display: block;
        margin: 5px 0px 30px;
        text-align: right;
        list-style-type: none;
    }
        .rus_newsTimeline li {
            display: inline;
            display: inline-block;
            width: 70px;
            height: 32px;
            vertical-align: top;
            text-align: center;
        }
            .timeline_news_link {
                display: inline;
                display: inline-block;
                padding-top: 4px;
                color: #2f5c8e;
                font-weight: bold;
                font-size: 18px;
                line-height: 18px;
            }
            .timeline_news_active {
                display: inline;
                display: inline-block;
                position: relative;
                padding: 4px 10px;
                background-color: #2f5c8e;
                color: #fff;
                font-weight: bold;
                font-size: 18px;
                line-height: 18px;
        -webkit-border-radius: 3px;
                border-radius: 3px;
            }
                .timeline_news_active:after {
                    content: '';
                    position: absolute;
                    position: absolute;
                    display: block;
                    right: 50%;
                    bottom: 0;
                    width: 0;
                    height: 0;
                    margin-bottom: -5px;
                    margin-right: -5px;
                    border-top: 5px solid #2f5c8e;
                    border-bottom: 0px solid transparent;
                    border-right: 5px solid transparent;
                    border-left: 5px solid transparent;
                }
    /*\news timeline*/


/* 6. FOOTER */
.footer {
    display: block;
    position: relative;
    padding: 50px 240px 10px 230px;
    height: 65px;
    overflow: hidden;
    clear: both;
    text-align: center;
    background: url(/img/rusnames/fon_footer.png) 50% 100% no-repeat;
}
    .footer_logo {
        display: block;
        position: absolute;
        top: 48px;
        left: 30px;
        width: 202px;
        height: 57px;
        overflow: hidden;
        text-indent: 100%;
        font-size: 0;
        line-height: 0;
        text-decoration: none;
        background: url(/img/rusnames/logo_footer.png) 50% 50% no-repeat;
    }
    .footer_contacts {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        color: #114b74;
    }