/**** Common Styles *****/
.clear {
    clear: both;
}
.noscript{
    font-size: 18px;
    margin-top: 150px;
}

.noscript a{
    color: #2062B4;
}

.noscript span{
    color: red;
}

a, a:active, a:focus, img{ outline: none; border: 0px;}
img{
    margin: 0px; border: none;
}
ul{
    list-style: none; margin: 0px; padding: 0px;
}
input, button{
    border: none;
}
h1{
    font-size: 24px; font-weight: normal;
}
h2{
    font-size: 19px;
}
h3{
    font-size: 14px;
}
h4{
    font-size: 12px; font-weight: bold;
}
h5{
    font-size: 8px;
}
h6{
    font-size: 6px;
}

.bold{
    font-weight: bold;
}
.no-bold{
    font-weight: normal;
}
.regul{
    font-weight: normal;
}
.small{
    font-size: 40%;
}
.red{
    color: #C65515;
}
.big{
    font-size: 19px;
    font-weight: bold;
}
.no-disp{
    display: none;
}
/*** Element Styles ***/

/*** Structure Styles ***/
html, body, #bd_bg{
    height: 100%;
}
body{
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    margin: 0; padding: 0; text-align: center;
    background: url('../img/bg_down.png') left bottom repeat-x;
}
#bd_bg{
    background: white url('../img/bg_up.png') 0px 0px repeat-x;
}
#cont{
    position: relative;
    /*width: 1006px;*/
    width: 1183px;
    margin: 0 auto;
    min-height: 100%;  text-align: center;
    /*    border: 1px solid yellow;*/
    /*outline: 1px solid magenta;*/
    overflow: hidden;
}
/**** Left Col Styles *****/
#left_col{
    position: relative;
    width: 202px;
    float: left;
    margin-left: 18px; padding-bottom: 50px;
    /*outline: 1px solid red;*/
    /*    border: 1px solid red;*/
    text-align: left;
}
#logo{
    width: 200px; height: 71px;
    margin-left: 2px;
    background: url('../img/logo.jpg') no-repeat;
}
#set1{
    width: 164px; height: 37px;
    background: url('../img/lc_arrow_g.png') no-repeat;
    margin: 20px auto 17px 12px;
    font-weight: bold;
    color: white;
    padding-left: 20px; padding-top: 6px; padding-right: 16px;
    /*text-align: left;*/
    /*display: table-cell; vertical-align: middle;*/
    /*border: 1px solid gray;*/
}
#set1.clickable {
    cursor: pointer;
}
#set1.green {
    background: url('../img/lc_arrow_g.png') no-repeat;
}
#set1.red {
    background: url('../img/lc_arrow_r.png') no-repeat;
}
#item_name{
    /*border: 1px solid gray;*/
    width: 162px;
    height: 31px;
    display: table-cell;
    vertical-align: middle;
}

#search_btn{
    width: 200px; height: 69px;
    background: url('../img/search_btn.png') no-repeat;
    margin-top: 19px; margin-left: 2px;
    cursor: pointer;
    outline: none;
}
#search_btn:hover{
    background-position: 0px -69px;
    outline: none;
}

#search_btn .hover_class{
    background-position: 0px -69px;
    outline: none;
}

#search_btn:active{
    background-position: 0px -138px;
    outline: none;
}

#search_btn2_box {
    width: 202px; height: 120px;
    margin-top: 30px; margin-left: 2px;
    background: url('../img/search_btn2_box.png') no-repeat;
}

#search_btn2 {
    width: 178px; height: 71px;
    background: url('../img/search_btn2.png') no-repeat;
    margin-top: 12px; margin-left: 12px;
    cursor: pointer;
    outline: none;
}
#search_btn2:hover {
    background-position: 0px -71px;
    outline: none;
}

#search_btn2.hover_class {
    background-position: 0px -71px;
    outline: none;
}

#search_btn2:active {
    background-position: 0px -142px;
    outline: none;
}

#big_palitra{
    padding: 7px 7px 13px 7px;
    overflow: hidden;
}

#big_palitra div{
    width: 46px; height: 24px;
    margin-bottom: 6px;
    background: url('../img/palitra.png') 0px -24px no-repeat;
    float: left;
    cursor: pointer;
}
/*
#big_palitra  div+div{
    margin-left: 6px;
}*/
#big_palitra div:hover{
    background-position: 0px 0px;
}

#big_palitra .color_active {
    background-position: 0px 0px;
}
#big_palitra .no_color{
    /*padding: 2px 2px 2px 2px;*/
    position: relative;
    top: 2px;
    width:44px;
    height: 19px;
    background: url('../img/cross.png') no-repeat;
    background-position: center;

}

#big_palitra div:hover .no_color{
    /*padding: 2px 2px 2px 2px;*/
    position: relative;
    top: 2px;
    width:44px;
    height: 19px;
    background: url('../img/cross.png') no-repeat;
    background-position: center;

}

#left_col h2{
    display: block;
    margin: 0px 0px 10px 11px;
    color: #393939;
    /*font: bold 12px Tahoma;  */
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, sans-serif;
}
#lim_list_btn{
    width: 200px; height: 33px;
    background: url('../img/limit_list_btn.png') no-repeat;
    margin: 10px auto 0px 2px;
    cursor: pointer;
    outline: none;
    color: #494848;
    /*font: bold 12px Tahoma;*/
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    padding-left: 38px;
}
#lim_list_btn:hover{
    background-position: 0px -33px;
    outline: none;
}
#lim_list_btn:active{
    background-position: 0px -33px;
    outline: none;
}
#lim_list_btn:hover+#lim_arrow{
    background-position: 0px -33px;
}
#lim_arrow{
    position: relative;
    height: 7px;
    margin-left: 15px;
    background: url('../img/lim_arrow.png') no-repeat;
    z-index: 1;
}
#limit_list{
    position: relative;
    width: 198px;
    margin-left: 2px; margin-top: -7px;
    background-color: #EAF3F3;
    border: 1px solid #D7EBEB;
    border-radius: 5px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
#limit_list h2{
    display: block;
    width: 182px; height: 23px;
    margin: -1px -1px 0px -1px;
    background: url('../img/lim_color.png') no-repeat;
    padding-top: 10px; padding-left: 18px;
    /*font: bold 12px Tahoma;*/
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    color: #494848;
}
/*#limit_list form{
    padding: 16px 10px 16px 14px;
    color: #5B5A5A;
}*/
#limit_prices{
    padding: 16px 10px 16px 14px;
    color: #5B5A5A;
}
#limit_prices input{
    width: 94px; height: 30px;
    padding: 0px 10px 0px 10px;
    line-height: 30px;
    margin: 0px 4px 6px 4px;
    background: url('../img/inp_price.png') no-repeat;
    font-weight: bold;
    color: #343434;
}
/*#limit_list form div{
    margin: 0px -10px;
    padding: 3px 0px 4px 0px;
    text-align: center;
    /*font: 10px Tahoma;*/
/*font-size: 10px;
font-family: Tahoma, sans-serif;
}*/
#limit_prices div{
    margin: 0px -10px;
    padding: 3px 0px 4px 0px;
    text-align: center;
    /*font: 10px Tahoma;*/
    font-size: 10px;
    font-family: Tahoma, sans-serif;
}

#small_palitra .color_active {
    background-position: 0px 0px;
}
#small_palitra .no_color{
    /*padding: 2px 2px 2px 2px;*/
    position: relative;
    top: 2px;
    width:44px;
    height: 19px;
    background: url('../img/cross.png') no-repeat;
    background-position: center;
}

#small_palitra{
    padding: 7px 7px 13px 7px;
    overflow: hidden;
}
#small_palitra div{
    width: 46px; height: 24px;
    margin-bottom: 6px;
    background: url('../img/palitra.png') 0px -72px no-repeat;
    float: left;
    cursor: pointer;
}
#small_palitra div:hover{
    background-position: 0px -48px;
}
#small_palitra div:hover .no_color{
    /*padding: 2px 2px 2px 2px;*/
    position: relative;
    top: 2px;
    width:44px;
    height: 19px;
    background: url('../img/cross.png') no-repeat;
    background-position: center;
}

/**** Centr Col Styles *****/
#centr_col{
    /*width: 565px;*/
    width: 742px;
    padding-bottom: 75px;
    float: left;
    text-align: left;
}

.noresult {
    position: relative;
    display: block;
    /*border: 1px solid gray;*/
    height: 100px;
    /*width: 700px;*/
    /*width: 100%;*/
    top: 100px;
    left: 0px;
    right: 0px;
    padding: 10px 10px 10px 10px;
}

#menu_hc{
    display: flex;
    height: 20px;
    justify-content: space-between;

    /*background: url('../img/menu_hc.png') no-repeat;*/
    margin-left: 20px;
    margin-top: 10px;
}

#menu_hc .block {
    display: inline-block;
    width: 300px;
}

#menu_hc .block.social_links {
    display: flex;
    justify-content: flex-end;
    margin-right: 16px;
    margin-top: -3px;
}


#menu_hc .block.social_links a img {
    max-height: 16px;
    max-width: 16px;
}

#menu_hc .block.social_links a {
    display: inline-block;
    vertical-align: top;
}

#menu_hc .block.social_links a.vk {
    margin-left: 120px;
}

#menu_hc .block.social_links a.insta {
    margin-left: 5px;
    margin-right: 5px;
}

/*
#menu_hc_1{
    height: 20px; width: 100px;
    background: url('../img/menu_hc_1.png') no-repeat;
    margin-left: 20px; margin-top: 5px;
}
#menu_hc_2{
    height: 20px; width: 100px;
    background: url('../img/menu_hc_2.png') no-repeat;
    margin-left: 20px; margin-top: 5px;
}*/
#bkmr_btn, #str_btn, #link_btn{
    display: inline;
    background: none;
    /*font: 12px Tahoma;*/
    font-size: 12px;
    font-family: Tahoma, sans-serif;

    color: #2062B4;
    padding: 3px 0px 0px 20px;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}

.social_links_cls
{
    width: 150px;
    height: 20px;
    border: 1px solid gray;
    position: absolute;
    left: 50px;
    top: 50px;
}

#social_links{
    display: inline-block;
    /*position: absolute;*/
    background: none;
    /*font: 12px Tahoma;*/
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    padding: 0px 0px 0px 20px;
    border: none;
    top: 2px;
    /*right: 340px;*/
    height: 25px;
    /*width: 180px;*/
    text-align: right;
    margin-top: -10px;
    /*cursor: pointer;    */
}

#blank_block {
    display: inline-block;
    width: 90px;
}

#social_links3{
    /*position: relative;*/
    background: none;
    display: inline;
    position: absolute;
    /*font: 12px Tahoma;*/
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    padding: 0px 0px 0px 20px;
    border: none;
    top: 50px;
    left: 0px;
    width: 20px;
    /*cursor: pointer;    */
}
#bkmr_btn{
    margin-left: 19px;
    background: url('../img/menu_hc_1.png') no-repeat;
}
#str_btn{
    margin-left: 39px;
    background: url('../img/menu_hc_2.png') no-repeat;
    behavior: url(#default#homepage);
}
#link_btn{
    /*margin-left: 39px;*/
    background: url('../img/menu_hc_2.png') no-repeat;
    cursor: pointer;
}
#quote{
    /*#search_btn2.hover_class {
        background-position: 0px -71px;*/

    position: relative;
    left: -14px;
    /*width: 574px;*/
    width: 751px;
    height: 91px;
    margin-top: 16px; margin-bottom: 37px;
}
#citation_box{
    position: relative;
    margin-left: 34px; margin-right: 14px;
    padding: 5px 10px 10px 23px;
    border: 5px solid #DEDCDC;
    border-radius: 10px;
    -webkit-border-radius: 10px; -moz-border-radius: 10px;
    color: #5B5A5A;
    background: white;
    height: 70px;
}
#citation{
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    font-size: 14px;
}


#left_quot_btn, #right_quot_btn{
    position: absolute;
    height: 33px;
    top: 38px;
    background: url('../img/btns_quote.png') no-repeat;
    cursor: pointer;
}
#left_quot_btn{
    left: 0px;
    width: 39px;
}
#right_quot_btn{
    right: 0px;
    width: 19px;
    background-position: -39px 0px;
}
#catalog{
    position: relative;
    text-align: center;
}
#add_str_btn{
    position: absolute;
    top: 0px; left: 18px;
    width: 111px; height: 30px;
    background: url('../img/btn_add_page.png') no-repeat;
    /*font: 11px Tahoma;*/
    font-size: 11px;
    font-family: Tahoma, sans-serif;
    color: #3E3E3E;
    padding: 0px 0px 4px 30px;
    border: none;
    cursor: pointer;
}
#add_str_btn:hover{
    background-position: 0px -90px;
}
#add_str_btn.minus{
    background-position: 0px -30px;
}
#add_str_btn.minus:hover{
    background-position: 0px -120px;
}
#add_str_btn.dis{
    background-position: 0px -60px;
    cursor: auto;
}
#nav_line{
    height: 27px;
    margin-bottom: 33px;
}
#left_nav_btn, #right_nav_btn{
    height: 27px; width: 28px;
    background: url('../img/page_scrl.png') no-repeat;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 2px;
}
#right_nav_btn{
    background-position: 0px -81px;
}
#nav2_line{
    height: 27px;
    /*margin-bottom: 33px;    */
}
#left_nav2_btn, #right_nav2_btn{
    height: 27px; width: 28px;
    background: url('../img/page_scrl.png') no-repeat;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 2px;
}
#right_nav2_btn{
    background-position: 0px -81px;
}


.nav_btn{
    display: inline-block;
    width: 27px; height: 20px;
    background: url('../img/page_scrl.png') 0px -54px no-repeat;
    margin-left: 2px;
    color: #414141;
    vertical-align: middle;
    padding-top: 7px;
    cursor: pointer;
}

#nav_btns {
    display: inline-block;
}

#nav2_btns {
    display: inline-block;
    /*border: 1px solid gray;*/
}

#nav_line .act{
    height: 24px;
    background-position: 0px -27px;
    color: white;
    /*font: bold 16px Tahoma;*/
    font-weight: bold;
    font-size: 16px;
    font-family: Tahoma, sans-serif;
    padding-top: 3px;
}
#nav_line span{
    padding: 0px 5px;
}
#nav2_line .act{
    position: relative;
    left: 0px;
    top: 0px;
    height: 24px;
    background-position: 0px -27px;
    color: white;
    /*font: bold 16px Tahoma;*/
    font-weight: bold;
    font-size: 16px;
    font-family: Tahoma, sans-serif;
    padding-top: 3px;
}
#nav2_line span{
    padding: 0px 5px;
}


.slot{
    width: 160px; height: 225px;
    float: left;
    margin-left: 21px; margin-bottom: 40px;
    color: #5B5A5A;
}

.img{
    position: relative;
    width: 160px; height: 160px;
}
.img img{
    /*width: 160px; height: 160px;*/
    cursor: pointer;
}
.price{
    width: 160px; height: 23px;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
}
.price span{
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
}
.orange{
    color: #ef7f1a;
}
.banner_name{
    text-decoration: underline;
    cursor: pointer;
}
.lable{
    width: 160px; height: 29px;
    padding-top: 3px;
}
.lable_banner{
    width: 160px; height: 29px;
    padding-top: 3px;
    cursor: pointer;
}
.but_plus{
    position: absolute;
    bottom: 0px; right: 0px;
    width: 37px; height: 37px;
    background: url('../img/but_plus.png') no-repeat;
    cursor: pointer;
}

.but_plus:hover{
    background-position: 0px -37px;
}
.but_plus.minus{
    background-position: 0px -111px;
}
.but_plus.minus:hover{
    background-position: 0px -148px;
}
.but_plus.dis{
    background-position: 0px -74px;
    cursor: auto;
}
.count_buf{
    position: absolute;
    bottom: 0px; left: 0px;
    width: 84px; height: 18px;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: black;
    /*background: url('../img/count.png') right top no-repeat;   */
}
.count, .count_buf_2{
    position: absolute;
    bottom: 0px; left: 0px;
    width: 84px; height: 18px;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: white;
    /*background: url('../img/count.png') right top no-repeat;   */
}
.count_buf_2 {
    top: 123px;
}
.count_gray{
    /*background: url('../img/count.png') right top no-repeat;*/
    background: url('../img/count_gray.png') right top no-repeat;
    /*background-color: gray;*/
}
.count_green{
    background: url('../img/count_green.png') right top no-repeat;
    /*background-color: green;*/
}
.count_red{
    background: url('../img/count_red.png') right top no-repeat;
    /*background-color: green;*/
}
.count_yellow{
    background: url('../img/count_yellow.png') right top no-repeat;
    /*background-color: yellow;*/
}

.info_stock {
    /*position: absolute;*/
    bottom: 0px; left: 0px;
    width: 84px; height: 18px;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: white;
    margin-top: 2px;
}

.info_stock_wrapper {
    position: relative;
    margin-top: -40px;
}

.info_stock_red{
    background: url('../img/count_red.png') right top no-repeat;
}

/*
.info_stock_gray{
    background: url('../img/count_gray.png') right top no-repeat;
}

.info_stock_green{
    background: url('../img/count_green.png') right top no-repeat;
}

.info_stock_yellow{
    background: url('../img/count_yellow.png') right top no-repeat;
}
*/

#table_obj{

    /*visibility: hidden;*/ /* ����� ������� �������� ���������    */
    position: relative;
    left: 88px;

    margin-left: 20px;
    font-size: 11px;


}
#count_obj{
    height: 20px; width: 158px;
    margin-left: 329px; margin-bottom: -5px;
    background: url('../img/count_obj_bg.png') repeat-x;
    border: 1px solid #DEDDDD;
    border-radius: 5px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px;
    color: #7F7E7E;
    padding-left: 14px; padding-top: 2px;
}
#count_obj span{
    color: #C56C1D;
    font-size: 12px;
    font-weight: bold;
}
#table_wrap{
    cursor: default;
    position: relative;
    width: 516px; /*height: 72px;*/
    padding: 4px;
    background-color: #DEDCDC;
    border: 1px solid #C8C7C7;
    border-radius: 6px;
    -webkit-border-radius: 6px; -moz-border-radius: 6px;
}
#table_obj table{
    display: block;
    width: 516px;
    background: white url('../img/tbl_bg.png') repeat-y;
    border-spacing: 0px; /*For IE*/
    /*background-size: contain;*/
}
#table_obj thead{
    display: block;
    background: url('../img/th_bg.png') 0px -27px repeat-x;
}
#table_obj tbody{
    display: block;
}
#table_obj tr{
    display: block;
    overflow: hidden;
}
#table_obj tr.no-disp{
    display: none;
}
#table_obj th, #table_obj td{
    display: block;
    float: left;
    height: 18px;
    padding: 5px 0px 0px 10px;
    margin: 1px 1px 0px 1px;
    color: #5B5A5A;
    text-align: left;
}
#table_obj th{
    margin-top: 0px;
    background: url('../img/th_bg.png') 0px -2px repeat-x;
}
#table_obj .tr1 td{
    background-color: white;
}
#table_obj .tr2 td{
    background-color: #F5F4F4;
}
#table_obj .act td{
    background-color: #A2A1A1;
    color: white;
}
#table_obj .c1{
    width: 31px;
    font-weight: bold;
    text-align: center;
    padding-left: 0px;
}
#table_obj .c2{
    width: 79px;
}
#table_obj .c3{
    width: 44px;
}
#table_obj .c31{
    width: 44px;
}
#table_obj .c4{
    width: 199px;
    overflow: hidden;
    white-space: nowrap;
}
#table_obj .c5{
    width: 82px;
    font-weight: bold;
}
#table_obj .c6{
    width: 29px; height: 23px;
    padding-left: 0px;
    padding-top: 0px;
}
#table_obj th.c1{
    width: 32px;
    margin-left: 0px;
}
#table_obj th.c6{
    width: 30px;
    margin-right: 0px;
}
#table_obj table input{
    display: block;
    width: 32px; height: 25px;
    background: url('../img/tbl_min_btn.png') no-repeat;
    cursor: pointer;
}
#table_obj td.c3{
    background: url('../img/tbl_col_td.png') 0px -24px no-repeat;
    color: #B0AFAF;
    line-height: 23px;
    height: 23px; width: 54px;
    text-align: center;
    padding: 0px;
}
#table_obj .act td.c3{
    background-position: 0px 0px;
    color: #B0AFAF;
}
#table_obj td.c6 input{
    background-position: 0px -26px;
}
#table_obj th.c6 input{
    background-position: 0px -1px;
}
.colors{
    width: 14px; height: 15px;
    margin: 4px;
    /*background: green;*/
    border-left: 31px solid white;
    /*border-left-color: red;*/
}
.col1{
    /*border-left-color: yellow;*/
    background: url('../img/cross.png') no-repeat;
}

#table_expand{
    display: block;
    position: relative;
    width: 37px; height: 25px;
    background: url('../img/table_ft.png') 0px 0px no-repeat;
    margin-top: -5px; margin-left: 489px;
    cursor: pointer;

}

#table_expand.table_expand_plus{
    background-position: 0px -25px;
}

/*#table_obj.narrow { #table_expand
    background-position: 0px -25px;
}*/



#table_scroll{
    /*display: block;*/
    position: absolute;
    width: 9px; height: 76px;
    top: 75px;
    right: 225px;
    background: url('../img/tbl_scrl_bg.png') 3px 0px no-repeat;
    display: none;
}
#table_scroll_polz{
    width: 9px; height: 15px;
    margin-top: 7px;
    background: url('../img/tbl_scrl.png') no-repeat;
}
/**** Right Col Styles *****/
#right_col{
    width: 203px;
    padding-bottom: 50px;
    float: left;
}
#menu_h{
    background: url('../img/menu_h.png') 1px 0px no-repeat;
    overflow: hidden;
    /*margin-left: -104px;*/
}
#menu_h a{
    cursor: pointer;
}

#contacts, #help { /* , #job */
    display: block;
    float: left;
    height: 19px;
    font-weight: bold;
    text-decoration: none;
    color: #F3F2F2;
    padding-left: 27px;
    padding-top: 4px;
}
#contacts{
    width: 75px;
    margin-left: 1px;
}
#help{
    width: 69px;
    margin-left: 2px;
}
#help a{
    text-decoration: none;
    color: white;
}

#job{

    display: inline-block;
    /*width: 69px;*/
    /*margin-left: 2px;
    padding-left: 15px;
    padding-right: 15px;*/
}
#job a{
    color: #5B5A5A;
    text-decoration: none;
    font-weight: bold;
}

#job a:hover {
    opacity: 0.7;
}

#main_btn{
    position: relative;
    width: 203px; /*height: 174px;*/
    margin-top: 7px; /*margin-bottom: 10px;*/
}
#main_btn map{
    cursor: pointer;
}
#main_btn img{
    width:166px; height:174px;
    /*background: url('../img/main_btn_bg_dragon.jpg') 0px 0px no-repeat;*/
    background: url('../img/main_btn_bg.jpg') 0px 0px no-repeat;
}
#main_btn.over img{
    background-position: -166px 0px;
}
#main_btn.down img{
    background-position: -332px 0px;
}
#main_btn.ready img{
    width:166px; height:174px;
    /*background: url('../img/main_btn_bg_dragon.jpg') 0px -174px no-repeat;*/
    background: url('../img/main_btn_bg.jpg') 0px -174px no-repeat;
}
#main_btn.ready.over img{
    background-position: -166px -174px;
}
#main_btn.ready.down img{
    background-position: -332px -174px;
}
#main_btn.ready_dis img{
    width:166px; height:174px;
    /*background: url('../img/main_btn_bg_dragon.jpg') 0px -348px no-repeat;*/
    background: url('../img/main_btn_bg.jpg') 0px -348px no-repeat;
}
#main_btn.ready_dis.over img{
    background-position: 0px -348px;
}
#main_btn.ready_dis.down img{
    background-position: 0px -348px;
}
#main_btn h1{
    margin: 2px;
    margin-top: 0px;
    margin-bottom: 35px;
    /*font: bold 12px Tahoma;*/
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    color: #5B5A5A;
}
/*
#main_btn h1.ready{
    display: none;
}
#main_btn h1.ready_dis{
    display: none;
}
#main_btn.ready h1{
    display: none;
}
#main_btn h1.ready_dis{
    display: none;
}
#main_btn.ready_dis h1{
    display: none;
}
*/

#main_btn.ready h1.ready{
    display: block;
}

#main_btn.ready_dis h1.ready{
    display: block;
}

.red{
    color: red;
}

/*#main_btn h1 span{
    color: #D1721D;
}*/
/*#main_btn.ready_dis h1 span{
    color: red;
}*/



#popup_help{
    position: absolute;
    top: 24px; right: 45px;
    background: #FEFCEE;
    border: 1px solid #DFDCC8;
    padding: 10px;
    color: #5B5A5A;
    width: 300px;
    text-align: justify;
}
#popup_srch_help{
    position: absolute;
    top: 0px; left: 0px;
    background: #FEFCEE;
    border: 1px solid #DFDCC8;
    padding: 10px;
    /*text-align: left;*/
    color: #5B5A5A;
    width: 300px;
    text-align: justify;
    z-index: 1;
}
#steps{
    width: 161px; height: 230px;
    background: url('../img/steps.png') no-repeat;
    margin-top: 17px;
    margin-bottom: 10px;
    text-align: left;
    padding: 10px 5px 0 45px;
    color: #5B5A5A;
}
#step1{
    height: 113px;
    padding-right: 10px;
}
#step1 a{

    color: #2062B4;
    /*background: url('../img/step_arrow.png') 0px 6px no-repeat;
    padding-left: 13px;
    margin-left: -13px;*/
}
#step2{
    margin-top: 50px;
    height: 75px;
}
#step3{
    margin-top: 18px;
    height: 20px;
    color: white;
    font-weight: bold;
    padding-left: 16px;
}

/**** Footer Styles *****/
#footer{
    position: relative; margin: -30px auto 0 auto;
    width: 1006px; height: 30px; text-align: center;
    text-align: center;
    /*    border: 1px solid black;*/
    /* overflow: hidden;*/
}
#menu_f{

    /* position: relative;
     display: block;
     bottom: 0px;
     width: 440px;
     height: 17px;
     background: white;
     left: 290px;
     padding-top: 3px;*/

    background: white;
    bottom: 0px;
    display: block;
    height: 17px;
    margin: 0px auto;
    padding-top: 3px;
    position: relative;
}
#menu_f li{
    display: inline;
    padding: 0px 10px;
    /*border-right: 1px solid black;*/
}
#menu_f li.end{
    /*border-right: none;*/
    border-left: 1px solid black;
}
#menu_f a{
    text-decoration: none;
    color: black;
    cursor: pointer;
}
#menu_f a:hover{
    color: black;
}
#menu_f a:visited{
    color: black;
}
#copyright{
    width: 526px; height: 23px;
    margin: auto;
    padding-top: 7px;
    background: url('../img/ft_bg.png');
    color: #F3F1F1;
}

#copyright a{
    text-decoration: none;
    color: #F3F1F1;
}
#mail_counter{
    /*display:block;*/
    /*position:relative;*/
    float: right;
    margin-top: 7px;
    margin-right: 70px;
}
#info_caption{
    cursor: pointer;
}
.info2_caption{
    cursor: pointer;
}
.close_area{
    /*border: 1px solid white;*/
    width: 60px;
    right: 0px;
    float: right;
    cursor: pointer;
    height: 30px;
}

/*Pop up Styles*/
#popup_link{
    position: absolute;
    top: 157px; left: 320px;
    width: 547px;
    background: #F3F3F3; /*#626161;*/
    border: 3px solid #626161;
    border-radius: 5px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px;
    text-align: center;
    z-index: 1;
}
#link_inp{
    display: block;
    width: 394px; height: 30px;
    background: url('../img/inp_eml.png') 0px -60px repeat-x;
    /*font: 18px Tahoma;*/
    font-size: 14px;
    font-family: Tahoma, sans-serif;
    /*color: #C4C2C2;*/
    color: black;
    padding: 0px;
    margin-bottom: 50px;
    line-height: 30px;
}
#popup_link .inp_l{
    width: 407px;
    margin: 40px auto 0px auto;
    background: url('../img/inp_eml.png') 0px 0px no-repeat;
    padding-left: 13px;
}
#popup_link .inp_r{
    background: url('../img/inp_eml.png') right -30px no-repeat;
    padding-right: 13px;
}
#popup_link span{
    display: block;
    width: 300px;
    margin: -2px auto 0px auto;
    /*background: url('../img/email_arrow.png') 40px 0px no-repeat;*/
    padding-top: 43px;
    font-weight: bold;
    font-size: 16px;
    font-family: Tahoma, sans-serif;
    color: #8A8A8A;
}
#popup_link .popup_office{
    margin-top: 20px;
    margin-bottom: 20px;
}
#popup_email{
    position: absolute;
    top: 157px;
    width: 547px; /*height: 285px;*/
    background: #F3F3F3; /*#626161;*/
    border: 3px solid #626161;
    border-radius: 5px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px;
    text-align: center;
    z-index: 1;
    left: 50%;
    margin-left: -273px;
}
#eml_inp{
    display: block;
    width: 394px; height: 30px;
    background: url('../img/inp_eml.png') 0px -60px repeat-x;
    /*font: 18px Tahoma;*/
    font-size: 18px;
    font-family: Tahoma, sans-serif;
    /*color: #C4C2C2;*/
    padding: 0px;
    line-height: 30px;
}

#eml_checkbox {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 2px solid gray;
    background-color: white;
    color: green;
}

#eml_checkbox_lb {
    font-size: 18px;
    font-family: Tahoma, sans-serif;
    color: #8A8A8A;
    padding-left: 5px;
    cursor: pointer;
}

#eml_checkbox_box {
    position: relative;
    top: 12px;
    left: -50px;


}

#eml_checkbox_box2 {
    top: 12px;
    left: 0px;
    border: 1px solid gray;

}
#eml_checkbox_box2 a {
    font-size: 16px;
    font-family: Tahoma, sans-serif;
    color: #8A8A8A;
    padding-left: 5px;
    cursor: pointer;
    font-weight: normal;
}
#eml_checkbox2 {
    top: 0px;
    left: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 2px solid gray;
    /*background-color: white;*/
    color: green;
}

.eml_checkbox2_on {
    background: url('../img/ok_30.png') 0px 0px no-repeat;
}

.eml_checkbox2_off {
    background: white;
}

#eml_checkbox_lb2 {
    font-size: 18px;
    font-family: Tahoma, sans-serif;
    color: #8A8A8A;
    cursor: pointer;
}

#popup_email .inp_l{
    width: 407px;
    margin: 20px auto 0px auto;
    background: url('../img/inp_eml.png') 0px 0px no-repeat;
    padding-left: 13px;
}

#popup_email .inp_r{
    background: url('../img/inp_eml.png') right -30px no-repeat;
    padding-right: 13px;
}

#popup_email span{
    display: block;
    width: 100px;
    margin: -2px auto 0px auto;
    background: url('../img/email_arrow.png') 40px 0px no-repeat;
    padding-top: 23px;
    font-size: 16px;
    font-family: Tahoma, sans-serif;
    color: #8A8A8A;
}
#popup_email .popup_office{
    margin-top: 20px;
    margin-bottom: 20px;
}
#final_btn_sp, #final_btn_som{
    width: 230px; height: 41px;
    margin: 18px 18px 18px 18px;
    background: url('../img/btn_cat.png') 0px 0px repeat-x;
    border: 1px solid #E57E21;
    border-radius: 5px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px;
    cursor: pointer;
    /*font: 18px Tahoma;*/
    font-size: 18px;
    font-family: Tahoma, sans-serif;
    color: white;
}
#pp_eml_btn{
    width: 420px; height: 41px;
    margin-top: 18px; margin-bottom: 18px;
    background: url('../img/btn_cat.png') 0px 0px repeat-x;
    border: 1px solid #E57E21;
    border-radius: 5px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px;
    cursor: pointer;
    /*font: 18px Tahoma;*/
    font-size: 18px;
    font-family: Tahoma, sans-serif;
    color: white;
}

#popup_email a{
    font-size: 18px;
    font-weight: bold;
    color: gray;
    margin-top: 20px;
}

#popup_email a.descr {
    color: #8A8A8A;
    font-weight: normal;
    font-size: 18px;
    display: block;
    text-align: center;
}


/*
#popup_info_logo{
    position: fixed;
    top: 157px; left: 22%;
    width: 720px;
    background: white;
    border: 3px solid #626161;
    border-radius: 5px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-family: Tahoma, sans-serif;
    color: black;
    z-index: 1;
}

#popup_info_logo table{
    width: 392px;
    float: left;
    margin-top: 65px;
    text-align: left;
    border-spacing: 0px;
    color: #5B5A5A;
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, sans-serif;
}
#popup_info_logo  td{
    padding: 0px;
    padding-right: 20px;
    vertical-align: top;
}
#popup_info_logo tr>td:first-child{
    width: 87px;
    font-weight: normal;
}
#popup_info_logo .tr4{
    font-weight: normal;
}
#popup_info_logo .tr4 td{
    padding-top: 5px;
    padding-bottom: 20px;
}
#popup_info_logo .tr5{
    height: 43px;
    color: white;
}
#popup_info_logo .tr5 td{
    padding-left: 20px; 
    background: #EF7F1A url('../img/arrow_info.png') -108px 0px no-repeat;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
}
#popup_info_logo .tr5 td span{
    margin-left: 10px;
    font-size: 12px;
    font-weight: normal;
}
#popup_info_logo .tr5>td:first-child{
    width: 74px;
    background: #D5D3D3 url('../img/arrow_info.png') no-repeat;
    font-size: 23px;
    font-weight: bold;
    padding-left: 13px;
}
#popup_info_logo .footer{
    height: 24px;
    clear: left;
    background: url('../img/orphus.png') 440px top no-repeat;
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    padding: 16px 0px 0px 30px;
    text-align: left;
    color: #CBC9C9;
}
#popup_info_logo .text{
    width: 670px;
    clear: left;    
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    padding: 16px 0px 0px 30px;
    text-align: left;
}*/

.popup{
    position: fixed;
    top: 80px; /*left: 220px;*/
    width: 720px;
    background: white;
    border: 3px solid #626161;
    border-radius: 5px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px;
    text-align: center;
    /*font: 18px Tahoma;*/
    font-size: 18px;
    font-family: Tahoma, sans-serif;
    /*color: #CBC9C9;*/
    color: black;
    z-index: 1;
    left: 50%;
    margin-left: -360px;
}

.popup table{
    width: 392px;
    float: left;
    margin-top: 65px;
    text-align: left;
    border-spacing: 0px;
    color: #5B5A5A;
    /*font: bold 12px Tahoma;*/
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, sans-serif;
}
.popup td{
    padding: 0px;
    padding-right: 20px;
    vertical-align: top;
}
.popup tr>td:first-child{
    width: 87px;
    font-weight: normal;
}
.popup .tr4{
    font-weight: normal;
}
.popup .tr4 td{
    padding-top: 5px;
    padding-bottom: 20px;
}
.popup .tr5{
    height: 43px;
    color: white;
}
.popup .tr5 td{
    padding-left: 20px;
    background: #EF7F1A url('../img/arrow_info.png') -108px 0px no-repeat;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
}
.popup .tr5 td span{
    margin-left: 10px;
    font-size: 12px;
    font-weight: normal;
}
.popup .tr5>td:first-child{
    width: 74px;
    background: #D5D3D3 url('../img/arrow_info.png') no-repeat;
    font-size: 23px;
    font-weight: bold;
    padding-left: 13px;
}
.popup .footer{
    height: 24px;
    clear: left;
    /*background: url('../img/orphus.png') 440px top no-repeat;*/
    /*font: 12px Tahoma;*/
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    padding: 16px 0px 0px 30px;
    text-align: left;
    color: #CBC9C9;
}
.popup .text{
    /*height: 24px;*/
    width: 670px;
    clear: left;
    /*font: 12px Tahoma;*/
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    padding: 16px 0px 0px 30px;
    text-align: left;
}

a.title {
    /*color: #000000;*/
    color: inherit;
    text-decoration: none;
}

.ee_logo{
    display: block;
    /*width: 477px;*/ height: 27px;
    padding-left: 70px; padding-top: 14px;
    background: #626161 url('../img/ee.png') 20px 11px no-repeat;
    text-align: left;
}
.ee_logo span{
    color: white;
}
.close_btn{
    position: absolute;
    top: 14px; right: 14px;
    width: 16px; height: 16px;
    background: url('../img/close_btn.png') no-repeat right;
    cursor: pointer;
    width: 100px;
}

#info_img{
    /*float: left;*/
    /*width: 290px;*/
    /*height: 290px;*/
    /*margin: 20px 20px 12px 18px;*/
    display: block;
    margin: auto;
}

#popup_info{
    position: fixed;
    top: 80px; left: 22%;
    /*left: 0px;*/
    width: 750px;
    background: white;
    border: 3px solid #626161;
    border-radius: 5px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px;
    text-align: center;
    /*font: 18px Tahoma;*/
    font-size: 18px;
    font-family: Tahoma, sans-serif;
    color: #CBC9C9;
    z-index: 1;
}

.popup_content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#info_img_box{
    width: 290px;
    height: 290px;
    margin: 20px 20px 12px 18px;
}
#info_table{
    display: block;
    width: 394px;
    margin-top: 65px;
    text-align: left;
    border-spacing: 0px;
    color: #5B5A5A;
    /*font: bold 12px Tahoma;*/
    font-weight: bold;
    font-size: 12px;
    font-family: Tahoma, sans-serif;
}
#info_table td{
    padding: 0px;
    padding-right: 20px;
    vertical-align: top;
}

#info_colors, #info_size {
    font-weight: normal;
}

#info_table tr>td:first-child {
    width: 87px;
    font-weight: normal;
}
#info_table .tr4{
    font-weight: normal;
}
#info_table .tr4 td{
    padding-top: 5px;
    padding-bottom: 20px;
}
#info_table .tr5{
    height: 43px;
    color: white;
}
#info_table .tr5 td{
    padding-left: 20px;
    background: #EF7F1A url('../img/arrow_info.png') -108px 0px no-repeat;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
}
#info_table .tr5 td span{
    margin-left: 10px;
    font-size: 12px;
    font-weight: normal;
}
#info_table .tr5>td:first-child{
    /*width: 74px;*/
    /*background: #D5D3D3 url('../img/arrow_info.png') no-repeat;*/
    background: url('../img/arrow_info.png') 0px 0 no-repeat;
    font-size: 23px;
    font-weight: bold;
    /*padding-left: 17px;*/
    line-height: 43px;
    display: block;
    padding-left: 10px;
    width: 77px;
}
#closeview{
    width: 15px; height: 18px;
    background: url('../img/closeview.png') no-repeat;
    cursor: pointer;
    margin-left: 3px;
}
#popup_info .footer{
    margin-top: 20px;
    height: 24px;
    /* width: 300px; */
    /* clear: left; */
    /* float: left; */
    /*background: url('../img/orphus.png') 440px top no-repeat;*/
    /*font: 12px Tahoma;*/
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    padding: 9px 0px 0px 30px;
    text-align: left;
    /*border: 1px solid black;*/

}
#orphus_box{
    /*display: block;*/
    position: relative;
    float: right;
    right: 10px;
}

.block_layer{
    position: fixed;
    /*opacity: 0.4;*/
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: gray;
    z-index: 0;
    background: url('../img/test.png') repeat;
}
#loading {
    position: relative;
    top: 250px;
    width: 100%;
    height: 48px;
    /*border: 1px solid gray;*/
    text-align: center;
}
#loading_img {
    display: inline-block;
    /*top: 250px;*/
    /*left: 250px;*/
    width: 48px;
    height: 48px;
    background: url('../img/loading.png') no-repeat;
}
.search{
    position: absolute;
    /*position: fixed;*/
    top: 0px; /*left: 360px;*/
    /*right: 22%;*/
    width: 560px;
    background: white;
    border: 3px solid #626161;
    border-radius: 5px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px;
    text-align: left;
    /*font: 18px Tahoma;*/
    font-size: 18px;
    font-family: Tahoma, sans-serif;
    color: #CBC9C9;
    /*overflow: hidden;*/

    left: 50%;
    margin-left: -280px;

    z-index: 1;
}
.search br{
    clear: left;
}
.srch_help{
    width: 36px; height: 40px;
    float: left;
    background: url('../img/info.png') no-repeat;
    margin: 18px 12px 14px 31px;
    cursor: pointer;
}
.srch_inp{
    width: 383px; height: 29px;
    float: left;
    padding: 0px 10px 3px 0px;
    background: url('../img/inp_search.png') 0px -32px repeat-x;
    /*font: 17px Tahoma;*/
    font-size: 17px;
    font-family: Tahoma, sans-serif;
    line-height: 29px;
    color: #F1F6F6;
}
#srch_strt_btn1{
    width: 40px; height: 32px;
    margin-top: 20px;
    background: url('../img/right_inp_search.png') no-repeat;
    cursor: pointer;
}
#srch_strt_btn2{
    width: 40px; height: 32px;
    margin-top: 20px;
    background: url('../img/right_inp_search.png') no-repeat;
    cursor: pointer;
}
.search .inp_l{
    width: 393px; height: 32px;
    margin-top: 20px;
    padding-left: 10px;
    float: left;
    background: url('../img/inp_search.png') no-repeat;
}
.search hr{
    clear: left;
    height: 1px;
    border: none;
    background: #E8E7E7;
    margin: 0px 37px 0px 37px;
}
#srch_btns{
    margin: 16px 34px 5px 34px;
    /*z-index: 100;*/
}
#srch_btns .srch_btn{
    position: relative;
    width: 68px; height: 68px;
    padding: 0px;
    margin-bottom: 16px;
    background: url('../img/btn_search.png') no-repeat;
    cursor: pointer;
    /*font: bold 22px Tahoma;*/
    font-weight: bold;
    font-size: 22px;
    font-family: Tahoma, sans-serif;
    color: white;
    /*z-index: 1;*/

}
#srch_btns input+input{
    margin-left: 16px;
}
#srch_btn_all{
    position: relative;
    width: 68px; height: 68px;
    padding: 0px;
    margin-bottom: 16px;
    background: url('../img/btn_search.png') no-repeat;
    cursor: pointer;
    /*font: bold 22px Tahoma;*/
    font-weight: bold;
    font-size: 18px;
    font-family: Tahoma, sans-serif;
    color: white;
    /*z-index: 1;*/

}

#srch_btn_all:hover{
    background-position: 0px -68px;
    z-index: 100;
}
/*
#srch_btns input:hover{
    background-position: 0px -68px;
    z-index: 100;
}*/
#srch_btns input.srch_btn_hover{
    background: url('../img/btn_search.png') no-repeat;
    background-position: 0px -68px;
    z-index: 100;
}
/*
#droop{
    position: absolute;
    width: 177px;
    background: #1A3333;
    border: 1px solid #1A3333;
    border-radius: 5px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px;
    font-size: 11px;
    padding-bottom: 4px;
    z-index: 10;
}
#droop ul{
    float: left;
    margin-top: 14px;
    list-style-type: square;
}
#droop li{
    display: block;
    height: 17px; /*width: 82px;*/

/*
padding-left: 6px; padding-right: 8px;
}
#droop li+li{
padding-top: 1px;
background: url('../img/line.png') 0px 0px no-repeat;
}
#droop li:hover{
background: #5F7070;
color: white;
}
#droop li:hover+li{
padding-top: 1px;
background: url('../img/line.png') -93px 0px no-repeat;
}
#droop li:before{
display: marker;
content: url('../img/mark.png');
padding-right: 5px;
}
#droop img{
width: 59px; height: 60px;
float: left;
margin: 10px;
border: 2px solid #C5C3C3;
}*/

.droop{
    position: absolute;
    width: 250px;
    background: #1A3333;
    border: 1px solid #1A3333;
    border-radius: 5px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px;
    font-size: 11px;
    padding-bottom: 4px;
    z-index: 10;
}
.droop ul{
    float: left;
    margin-top: 14px;
    list-style-type: square;
}
.droop li{
    display: block;
    height: 17px; /*width: 82px;*/
    padding-left: 6px; padding-right: 8px;
    cursor: pointer;
}
.droop li+li{
    padding-top: 1px;
    background: url('../img/line1.png') 0px 0px no-repeat;
}
.droop li:hover{
    background: #5F7070;
    color: white;
}
.droop li:hover+li{
    padding-top: 1px;
    background: url('../img/line1.png') -93px 0px no-repeat;
}
.droop li:before{
    display: marker;
    content: url('../img/mark.png');
    padding-right: 5px;
}

.droop img{
    width: 59px;
    float: right;
    margin: 10px;
    border: 2px solid #C5C3C3;
}
/*.droop img{
    position: relative;
    width: 59px;
    float: right;
    margin: 10px;
    border: 2px solid #C5C3C3;
    z-index:10;
}*/

#srch_btns2{
    position: relative;
    margin: 9px 34px 6px 34px;
}
#srch_btns2 .srch_btn{
    width: 27px; height: 26px;
    padding: 0px;
    margin-bottom: 3px;
    background: url('../img/btn_search2.png') no-repeat;
    cursor: pointer;
    font-size: 18px;
    font-family: Tahoma, sans-serif;
    color: #626161;
}
#srch_btns2 input+input{
    margin-left: 5px;
}
#srch_btns2 input:hover{
    background-position: 0px -26px;
    color: white;
}
#srch_btns2 .selected{
    background-position: 0px -26px;
    color: white;
}
#srch_btns2 br+input{
    margin-left: 17px;
}
#srch2_view{
    position: absolute;
    top: 121px; left: 0px;
    width: 23px; height: 46px;
    padding: 0px;
    background: url('../img/srch2_arrow.png') no-repeat;
    cursor: pointer;
}
.search_slot2{
    width: 113px; height: 127px;
    float: left;
    background: #1A3333 url('../img/img_box.png') -113px bottom no-repeat;
}
.panel_slot{
    margin: 10px 10px 10px 10px;
    width: 113px; height: 127px;
    float: left;
    background: #1A3333 url('../img/img_box.png') -113px bottom no-repeat;
}

.panel_slot a {
    text-decoration: none;
    color: white;
}

.lable2{
    width: 113px; height: 28px;
    background: #1A3333 url('../img/img_box.png') no-repeat;
    padding-top: 6px; padding-bottom: 6px;
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    color: white;
}
.img2{
    width: 63px; height: 65px;
    background: #5F7070;
    padding: 10px 20px 9px 26px;
}
.img2 img{
    width: 60px; height: 60px;
    border: 1px solid #4A5B5B;
}

#slots {
    height: 1050px;
    /*width: 565px;*/
    width: 742px;
}

#search_slots2{
    padding-bottom: 30px;
    cursor: pointer;
}
#search_slots2 .search_slot2{
    margin-top: 19px;
    margin-left: 38px;
}
#search_slots2 br+.search_slot2{
    margin-top: 10px;
}
#search_slots2 hr+.search_slot2{
    margin-top: 10px;
}
#search_slots2  .search_slot2+.search_slot2{
    margin-left: 10px;
    margin-top: 10px;
}
#popup_search2 {
    padding-bottom: 30px;
}

#reklama {
    width: 198px;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    border-top: 1px solid #E8E7E7;
    border-bottom: 1px solid #E8E7E7;
}

#dragon {
    position: relative;
    top: -25px;
    left: -19px;
    width: 506px; height: 99px;
    /*border: 1px solid gray;*/
    background: url('../img/dragon.png') no-repeat;
    visibility: hidden;
}

#snow_4 {
    position: absolute;
    top: 158px;
    left: 5px;
    width: 40px;
    height: 40px;
    background: url('../img/snows/snow_4.png') no-repeat;
    visibility: hidden;
}

#snow_3 {
    position: absolute;
    top: 40px;
    left: 165px;
    width: 30px;
    height: 30px;
    background: url('../img/snows/snow_3.png') no-repeat;
    visibility: hidden;
}

#snow_2 {
    position: absolute;
    top: 155px;
    left: 665px;
    width: 60px;
    height: 61px;
    background: url('../img/snows/snow_2.png') no-repeat;
    visibility: hidden;
}

#snow_5 {
    position: absolute;
    top: 435px;
    left: 159px;
    width: 40px;
    height: 42px;
    background: url('../img/snows/snow_5.png') no-repeat;
    visibility: hidden;
}

#snow_8 {
    position: absolute;
    top: 267px;
    left: 950px;
    width: 40px;
    height: 42px;
    background: url('../img/snows/snow_8.png') no-repeat;
    visibility: hidden;
}

#snow_1 {
    position: absolute;
    top: 850px;
    left: 830px;
    width: 60px;
    height: 64px;
    background: url('../img/snows/snow_1.png') no-repeat;
    visibility: hidden;
}

#snow_7 {
    position: absolute;
    bottom: 30px;
    left: 300px;
    width: 55px;
    height: 53px;
    background: url('../img/snows/snow_7.png') no-repeat;
    visibility: hidden;
}

/*
.fruit{
    position: relative;
    left: 38px;
    width: 123px;
    height: 84px;
    background: url('../img/banners/fruit.jpg') 0 0 no-repeat;    
}*/

.recomm_month {
    margin-top: 25px;
    left: 0px;
}

.recomm_month a {
    text-decoration: none;
    color: #494848;
    left: 0px;
    margin-bottom: 10px;
}

.recomm_month h2 {
    position: relative;
    left: -3px;
}

.recomm_month div {
    position: relative;
    left: 10px;
    background: url('../img/month_recom_bg.png');
    width: 178px;
    height: 20px;
    padding-top: 5px;
    text-align: center;
}

.recomm_month a:hover {
    text-decoration: underline;
    color: #494848;
}

.recomms {
    text-align: center;
    margin-top: 40px;
}

.recomms .recomm_title {
    font-weight: bold;
    color: #494848;
}

.recomms  a {
    text-decoration: none;
    color: #494848;
}

.recomms  a:hover {
    color: #696868;
}

.catalogHelp {
    background-image: url('../img/push.png');
    background-repeat: no-repeat;
    background-size: 270px;
    height: 150px;
    left: 130px;
    position: absolute;
    top: 130px;
    width: 270px;
    z-index: 1;
}

.color_click_help {
    text-align: center;
    font-size: 14px;
    display: none;
}

#srch_btns .footer {
    text-align: center;
    color: #000000;
    font-size: 12px;
}

#srch_btns .footer span {
    font-size: 15px;
}

#popup_news img {
    border: 1px solid #626161;
}

#popup_news .title {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
}

#popup_news .foot {
    font-size: 12px;
    text-align: left;
    display: block;
    padding-left: 20px;

}

#popup_news h1 {
    color: #ff0000;
}

#popup_news h2 {
    font-weight: normal;
}

/*div.socials a {
    margin-top: 17px;
    display: inline-block;
}

div.socials a.vk {
    margin-right: 17px;
}

div.socials_top {
    display: inline-block;
    background: none;
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    padding: 0px 0px 0px 20px;
    border: none;
    top: 2px;
    height: 16px;
    text-align: right;
    padding-top: 5px;
}

div.socials_top a {
    margin-right: 8px;
    display: inline-block;
    padding-bottom: -8px;
}*/

