/**
* Bottom menu
*/
.pages_bottom_menu
{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pages_bottom_menu_item
{
    float: left;
}

.pages_bottom_menu_item_right
{
    float: right;
}

.pages_bottom_menu_item:first-child .pages_bottom_menu_item_link
{
    margin-left: 0px;
    margin-right: 10px;
}

.pages_bottom_menu_item_right:last-child .pages_bottom_menu_item_link
{
    margin-left: 10px;
    margin-right: 0px;
}

.pages_bottom_menu_item_link_text
{
    font-size: 18px;
    font-weight: 300;
    /*border-bottom: 1px solid #fff;*/
    padding-bottom: 1px;
}

.pages_bottom_menu_item_link_text_mark
{
    display: inline-block;
    border: 1px solid #E47129;
    border-radius: 2px;
    padding: 0px 7px 0px 7px;
    margin-top:8px;
    margin-left:10px;
    background-color: #E47129 !important;
    color: #fdfdfd !important;
}

.pages_bottom_menu_item_link_text_mark:hover
{
    background-color: #E47129 !important;
    color: #fdfdfd !important;
    opacity: 0.9 !important;
}

.pages_bottom_menu_item_link_text_mark_text {
    display:inline-block;
    font-size: 15px;
    font-weight: 300;
    margin:0;
}

.pages_bottom_menu_active_item .pages_bottom_menu_item_link_text
{
    /*border-bottom: 1px solid #727272;*/
    color: #E47129;
    padding-bottom: 1px;
}

.pages_bottom_menu_item_link
{
    display: block;
    margin: 0px 10px;
    line-height: 39px;
}

.pages_bottom_menu_item_link, .pages_bottom_menu_item_link:link
{
    color: #727272;
    text-decoration: none;
}

.pages_bottom_menu_item_link:hover
{
    color: #E47129;
    text-decoration: none;
}

.pages_bottom_menu_item_link:hover .pages_bottom_menu_item_link_text
{
    /*border-bottom: 1px solid #fff;*/
}

/**
* Pages
*/

.pages_main
{
    position: relative;
    width: 100%;

    /* new */
    min-width: 1024px !important;
}

.pages_main_center
{
    /*display: table;*/
    width: 1400px;
    min-width: 950px;
    max-width: 1400px;
    margin: 0 auto;

    /* new */
    padding-left: 5px;
    padding-right: 5px;
}

.pages_header
{
    display: inline-block;
    width: 100%;
    clear: both;
    margin-top: 10px;
}

.pages_content
{
    display: inline-block;
    width: 100%;
    min-height: 500px;
    clear: both;
    margin-top: 5px;
    margin-bottom: 15px;
}

.pages_left
{
    vertical-align: top;
    text-align: left;
    width: 240px;
    padding-right: 25px;
}

.pages_center
{
    vertical-align: top;
    text-align: left;
}

.pages_only_center
{
    display: inline-block;
    min-height: 500px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.pages_right
{
    vertical-align: top;
    text-align: left;
    width: 240px;
    padding-left: 25px;

    /*position: relative;*/
}

.pages_footer
{
    /*display: inline-block;*/
    /*float:left;*/
    clear: both;
    width: 100%;
    position: relative;
    border-top: 1px solid #e6e6e6;
}

.pages_footer_padding
{
    padding-left: 10px;
    padding-right: 10px;
}

.pages_footer_links_tb
{
    width: 100%;
    font-size: 13px;
    /*border-top:1px solid #e6e6e6;*/
}

.pages_footer_links_tb_2
{
    width: 100%;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pages_footer_copy
{
    color: #E47129;
    font-size: 13px;
}

/* Search */

.pages_search_input
{
    width: 130px;
    height: 18px;
    font-size: 13px;
    border: 1px solid #ababab;
    padding-left: 5px;
    padding-rigth: 5px;
    padding-top: 1px;
    padding-bottom: 3px;
    border-radius: 3px;
}

.pages_search_input:hover
{
    border: 1px solid rgb(146, 146, 146);
}

.pages_search_input:focus
{
    border: 1px solid rgb(146, 146, 146);
}

.pages_search_btn
{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('//lib.1777.ru/components/pages/images/search_grey.png') 0 0 no-repeat;
    background-size: 18px;
    cursor: pointer;
}

.pages_search_btn:hover
{
    opacity: 0.7;
}

/**
* ScrollTop
*/

.scrollTop
{
    bottom: 12px;
    right: 5px;
    width: 20px;
    height: 20px;
    display: none;
    z-index: 9999;
    position: fixed;
    background: url('//lib.1777.ru/components/pages/images/arrows3.png') 0 0 no-repeat;
    background-size: 20px;
}

.scrollTop:hover
{
    background-position: 0 -24px;
}