/* main.css */
/* reset */
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {*/
/*padding: 0;*/
/*margin: 0;*/
/*}*/
/*table {*/
/*border-collapse: collapse;*/
/*border-spacing: 0;*/
/*border:none;*/
/*}*/
fieldset,img {
    border: 0;
}
a img, :link img, :visited img {
    border: 0;
}
/*address,caption,cite,code,dfn,em,strong,th,var {*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/
/*ol,ul {*/
/*list-style: none;*/
/*}*/
/*blockquote:before, blockquote:after {*/
/*content: "";*/
/*}*/
/*q:before,q:after {*/
/*content:'';*/
/*}*/
/*abbr,acronym {*/
/*border: 0;*/
/*}*/
/*a, ins {*/
/*text-decoration: none;*/
/*}*/

/* page */
html, body {
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-weight:400;
    font-size:14px;
    color:#212121;
    background-color:white;
    margin:0px;
    text-size-adjust:none;
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
    max-width:1600px;
    /*-webkit-overflow-scrolling: touch;*/
}

/* headers */
h1{
    color:#212121;
    font-weight:300;
    font-size:22px;
    margin:0px;
    margin-bottom:20px;
}

h2, h5, h6 {
    color:#727272;
    font-size: 18px;
    font-weight:300;
    margin:0px;
    margin-bottom:20px;
}

h3 {
    color:#5d8c5d;
    font-size: 18px;
    font-weight:300;
    margin:0px;
    margin-bottom:20px;
}

h4 {
    color:#e47129;
    font-size: 18px;
    font-weight:300;
    margin:0px;
    margin-bottom:20px;
}

.header {
    color: #212121;
    font-weight: 300;
    font-size: 22px;
    margin:0px;
    margin-bottom: 20px;
}
.header2 {
    color:#727272;
    font-size: 18px;
    font-weight:300;
    margin:0px;
    margin-bottom:20px;
}
.header3 {
    color:#212121;
    font-size: 18px;
    font-weight:300;
    margin:0px;
    margin-bottom:20px;
}

/* links */
a,a:link{
    color:#5d8c5d;
    text-decoration:none;
    /*font-size:14px;*/
}
a:hover {
    color:#e47129;
    text-decoration:none;
}
.link_1 {
    color:#5d8c5d !important;
    font-size: 14px !important;
    font-weight:400 !important;
    text-decoration:none !important;
}
.link_1:hover {
    color:#e47129 !important;
    text-decoration:none !important;
}
.link_2 {
    color:#727272 !important;
    font-size: 14px !important;
    font-weight:400 !important;
    text-decoration:none !important;
}
.link_2:hover {
    color:#e47129;
    text-decoration:none !important;
}
.link_1_header {
    color:#5d8c5d !important;
    font-size: 18px !important;
    font-weight:300 !important;
    text-decoration:none !important;
}
.link_1_header:hover {
    color:#e47129 !important;
    text-decoration:none !important;
}
.link_2_header {
    color:#727272 !important;
    font-size:18px !important;
    font-weight:300 !important;
    text-decoration:none !important;
}
.link_2:hover {
    color:#e47129 !important;
    text-decoration:none !important;
}
.link_3_header {
    color:#5d8c5d !important;
    font-size:22px !important;
    font-weight:300 !important;
    text-decoration:none !important;
}
.link_3_header:hover {
    color:#e47129 !important;
    text-decoration:none !important;
}
.link_4_header {
    display: inline-block;
    color:#e47129 !important;
    font-size:33px !important;
    font-weight:300 !important;
    text-decoration:none !important;
    margin-bottom:20px;
}
/* tools */
.hide {
    display: none;
}


/* inputs */
input {
    font-family:Roboto, Tahoma, Arial, sans-serif;
    -webkit-user-select: text; /* android bug fix*/
}

.input-text{
    border:1px solid #ababab;
    height:23px;
    width:100%;
    padding-left:5px;
    padding-right:5px;
    border-radius:2px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:14px;
    color:#212121;
    -webkit-appearance:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input-text:hover{border:1px solid #e47129;}
.input-text:focus{border:1px solid #e47129;box-shadow: 0 0 2px #e47129;}

.textarena{
    border:1px solid #ababab;
    height:100px;
    width:100%;
    padding:5px;
    border-radius:2px;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:14px;
    color:#212121;
    -webkit-appearance:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: text; /* android bug fix*/
}
.textarena:hover{border:1px solid #e47129;}
.textarena:focus{border:1px solid #e47129;box-shadow: 0 0 2px #e47129;}

.select{
    border:1px solid #ababab;
    padding-left:3px;
    border-radius:0;
    font-family:Roboto, Tahoma, Arial, sans-serif;
    font-size:14px;
    color:#212121;
    -webkit-appearance:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.select:hover{border:1px solid #e47129;}
.select:focus{border:1px solid #e47129;box-shadow: 0 0 2px #e47129;}

.checkbox{margin:0 7px 0 0;vertical-align:middle;-webkit-appearance:none;border-radius:0;}



/* common.css */
.header_black{font-size:80%}
.header_red{font-size:120%;margin:0px 0px 0px 0px}

.grey{color:#a9a9a9;font-size:100%;margin:0px 0px 0px 0px}


/*.header90{color:#727272;font-weight:400;font-size:13px}*/
/*.header100{color:#727272;font-weight:300;font-size:18px}*/
/*.header120{color:#727272;font-weight:300;font-size:18px}*/
/*.header130{color:#727272;font-weight:300;font-size:27px}*/
/*.hide80{color:#727272;font-size:13px;margin:0px 0px 5px 0px}*/

/*.f150 {font-size:27px;font-weight:300;}*/
/*.f120 {font-size:18px;font-weight:300;}*/
/*.f110 {font-size:18px;font-weight:300;}*/
/*.f100 {font-size:18px;font-weight:300;}*/
/*.f90 {font-size:13px;}*/
/*.f80 {font-size:13px}*/



/*table.bms2 {font-size:80%}*/
/*table.bms2 td.cont a:link{color:#555555;text-decoration:underline}*/
/*table.bms2 td.cont a:visited{color:#555555;text-decoration:underline}*/
/*table.bms2 td.cont a:hover{color:#e47129;text-decoration:none}*/
/*table.bms2 td.cor, table.top td.cor{padding:0px;background-color:#c7c3bf;background-image:url('img/1.gif');background-repeat:no-repeat}*/

/*table.bms3 {font-size:100%}*/
/*table.bms3 td.cont a:link{color:#555555;text-decoration:underline}*/
/*table.bms3 td.cont a:visited{color:#555555;text-decoration:underline}*/
/*table.bms3 td.cont a:hover{color:#e47129;text-decoration:none}*/
/*table.bms3 td.co a:link{color:#555555;text-decoration:underline}*/
/*table.bms3 td.co a:visited{color:#555555;text-decoration:underline}*/
/*table.bms3 td.co a:hover{color:#e47129;text-decoration:none}*/
/*table.bms3 td.cont2 {color:#555555;text-decoration:none}*/

/*table.bms4 {font-size:90%}*/
/*table.bms4 td.cont a:link{color:#555555;text-decoration:underline}*/
/*table.bms4 td.cont a:visited{color:#555555;text-decoration:underline}*/
/*table.bms4 td.cont a:hover{color:#e47129;text-decoration:none}*/
/*table.bms4 td.co a:link{color:#555555;text-decoration:underline}*/
/*table.bms4 td.co a:visited{color:#555555;text-decoration:underline}*/
/*table.bms4 td.co a:hover{color:#e47129;text-decoration:none}*/

/*table.frame {font-size:75%}*/
/*table.frame td.cor,table.top td.cor{padding:0px;background-color:#d7d7d7;background-repeat:no-repeat}*/
/*table.frame td.cont{margin:0px;padding:5px 10px 5px 10px;border-left:1px solid #d7d7d7;border-right:1px solid #d7d7d7}*/
/*table.frame td.cont h2{margin:0px 0px 10px 0px}*/
/*table.frame td.cont h5{font-size:100%;margin-top:0px}*/
/*table.frame td.con{margin:0px;padding:1px 0px 1px 10px;border-left:1px solid #d7d7d7;border-right:1px solid #d7d7d7}*/
/*table.frame td.con a{color:#555555;text-decoration:underline}*/
/*table.frame td.con a:hover{color:#e47129}*/

/*table.frame33 {font-size:75%;background: url(/navigation/1.jpg) top left repeat-x #ffffff;}*/
/*table.frame33 td.cor, table.top td.cor{padding:0px;background-color:#c7c3bf;background-image:url('img/1.gif');background-repeat:no-repeat;}*/
/*table.frame33 td.cont{margin:0px;padding:5px 10px 5px 10px;border-left:1px solid #c7c3bf;border-right:1px solid #c7c3bf;}*/
/*table.frame33 td.cont h2{font-size:100%;margin:0px 0px 0px 0px;}*/
/*table.frame33 td.cont h5{font-size:100%;margin-top:0px;}*/

/*table.frame6 {font-size:83%;background-color:#f6f7f8;}*/
/*table.frame6 td.cor, table.top td.cor{padding:0px;background-color:#c7c3bf;background-image:url('img/1.gif');background-repeat:no-repeat;}*/
/*table.frame6 td.cont{margin:0px;padding:2px 10px 2px 10px;border-left:1px solid #c7c3bf;border-right:1px solid #c7c3bf;}*/
/*table.frame6 td.cont h2{font-size:100%;margin:0px 0px 0px 0px;}*/
/*table.frame6 td.cont h5{font-size:100%;margin-top:0px;}*/

/*table.data {font-size:100%}*/
/*table.data td.left{margin:0px;padding:0px 0px 10px 10px;border-left:1px solid #c7c3bf}*/
/*table.data td.right{margin:0px;padding:0px 0px 10px 10px;border-right:1px solid #c7c3bf}*/
/*table.data td.center{margin:0px;padding:0px 0px 10px 10px;}*/
/*table.data td.cont{margin:0px;padding:5px 10px 5px 10px}*/
/*table.data tr.cont{margin:0px;padding:5px 10px 5px 10px}*/
/*table.data td.cont h1{font-size:94%;margin:0px 0px 10px 0px}*/
/*table.data td.cont h2{font-size:93%;margin:0px 0px 10px 0px}*/
/*table.data td.hide{color:#e47129}*/
/*table.data td.hide a{color:#0060A7}*/
/*table.data td.hide a:hover{color:#0060A7}*/
/*table.data td.hide2{color:#0A8161}*/
/*table.data td.hide2 a{color:#0060A7}*/
/*table.data td.hide2 a:hover{color:#0060A7}*/
/*table.data td.con a{color:black;text-decoration:none}*/
/*table.data td.con a:hover{color:#e47129;text-decoration:underline}*/
/*table.data td.con h2{font-size:100%;margin:0px 0px 0px 0px}*/

/*table.dating {background-image:url('http://www.1777.ru/img/dat_bg1.jpg');background-repeat:no-repeat;background-position:center left}*/
/*table.dating td{font-size:70%;font-weight:bold;padding-bottom:8px;padding-left:10px}*/
/*table.dating tr.last td{padding-bottom:0px}*/
/*table.dating td .long{font-size:100%}*/

.message_info {
    border-left: 2px solid #e5e5e5;
    font-size: 13px;
    color:#000000;
    height: auto;
    padding: 0 0 0 7px;
    margin:10px 0 20px 0;
    width: 95%;
}
.message_info h1 {
    font-size: 16px;
    /*font-weight:bold;*/
    margin:0;
    padding:0;
    color:#777777;
}
.message_info text {
    font-size: 13px;
    color:#000000;
    line-height: 1.6em;
    padding-top: 5px;
}
.message_info p {
    color:#000000;
    padding-top: 10px;
}
.message_info ul {
    list-style: none outside none;
    padding-top: 3px;
    padding-left:0;
    margin:0;
    color:#000000;
}
.message_info ul li {
    font-size: 13px;
    color:#000000;
    line-height: 1.8em;
}



/* Боковой блок с инфой */
.side_block {
    font-size: 13px;
    font-weight: normal;
    color:#000000;
    height: auto;
    padding:10px;
    margin-top:20px;
    margin-bottom:20px;
    width: 220px;
    background-color: #F2F2F2;
    float:left;
    clear:both;
    text-align: justify;

}
.side_block_head {
    font-size: 16px;
    font-weight: normal;
    color: #E47129;
    width: 220px;
    text-align: left;
    float:left;
    clear:both;
    margin-bottom:5px;

}

.side_block_text {
    font-size: 13px;
    font-weight: normal;
    color:#000000;
    margin-top: 3px;
    text-align: justify;
    width: 200px;
    float:left;
    clear:both;
}

.side_block_list {
    font-size: 13px;
    font-weight: normal;
    color:#000000;
    margin-top: 3px;
    text-align: left;
    width: 200px;
    float:left;
    clear:both;
}
/* /Боковой блок с инфой */


h2.header-add {
    font-size: 16px;
    color: #777777;
    font-weight: normal;
    margin: 30px 0 10px !important;
}

.content-line {
    background: #D7D7D7;
    width: 635px;
    height: 1px;
}

.div_report
{
    border: 1px solid #d2d2d2;
    border-radius: 2px 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
    padding: 10px 10px 10px 10px;
    background-color: #FFFFFF;
    opacity:0.97;
    z-index:900;
    text-align:left;
    font-size:13px;
    margin:10px 0 10px 0px;
}


.link_header_green {
    font-size:16px !important;
    color:#5D8C5D !important;
    text-decoration: underline !important;
}
.link_header_green:hover {
    font-size:16px !important;
    color:#E47129 !important;
    text-decoration: none !important;
}

.link_green_dashed {
    font-size:13px !important;
    color:#5D8C5D !important;
    text-decoration: none !important;
    border-bottom:1px dashed #5D8C5D;
    cursor:pointer;
}

.link_green_dashed:hover {
    color:#E47129 !important;
    text-decoration: none !important;
    text-decoration: none !important;
    border-bottom:1px dashed #E47129;
    cursor:pointer;
}

.link_gray {
    font-size:13px !important;
    color:#555555 !important;
    text-decoration: underline !important;
}

.link_gray:hover {
    font-size:13px !important;
    color:#E47129 !important;
    text-decoration: none !important;
}



/* pages_mobile.css */
.pages_mobile_page_center {
    float:left;
    width:100%;
    /*min-width: 100%;*/
    margin:0;
}

.pages_mobile_page_center_slide {
    overflow:hidden !important;
    white-space: nowrap !important;
    height: 500px !important;
}

.pages_mobile_page_union_content {
    width:100%;
    /*min-width: 100%;*/
    margin:0;
}
.pages_mobile_page_union_content_slide_left {
    display: inline-block !important;
    overflow:hidden !important;
    height: 500px !important;
}

.pages_mobile_page_union_content_slide_right {
    display: inline-block !important;
    margin-left: -261px;
    overflow:hidden !important;
    height: 500px !important;
}


.pages_mobile_page_content {
    float:left;
    width:100%;
    padding:20px 5px 20px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pages_mobile_page_content_np {
   padding:20px 0px 20px 0px;
}
.pages_mobile_page_content_np_off {
    padding:0px 5px 0px 5px;
}
.pages_mobile_page_menu_top {
    width:100%;
    margin:0;
    float:left;
}


.pages_mobile_page_left_slider {
    float:left;
    display:none;
    margin:0;
    background-color: white;
    z-index:999 !important;
    position: relative;
}

.pages_mobile_page_left_slider_slide {
    display: inline-block !important;
    clear:left !important;
    width:261px !important;
    height:500px !important;
}

.pages_mobile_page_right_slider {
    float:right;
    display:none;
    margin:0;
    background-color: white;
    z-index:999 !important;
    position: relative;
}

.pages_mobile_page_right_slider_slide {
    display: inline-block !important;
    clear:left !important;
    width:262px !important;
    height:500px !important;
}

.pages_mobile_footer {
    display: inline-block;
    float:left;
    width:100%;
    /*margin-top:-2px;*/
    z-index:999;
    background-color:#212121;
}

.pages_mobile_footer_table {
    width:100%;
    background-color:#212121;
}
.pages_mobile_footer_content {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border-top:1px solid #DADADA;*/
    background-color: #212121;
    color:#fff;
    font-size:14px;
    padding:9.5px 7px 0px 7px;
    margin:0;
}
.pages_mobile_footer_content_app_android {
    padding-bottom:20px;
}
.pages_mobile_footer_content_overflow {
    border-top:1px solid #DADADA;
    border-left:1px solid #DADADA;
    border-right:1px solid #DADADA;
}

.pages_mobile_footer_delivery_delimiter {
    width:100%;
    border-top:1px solid #DADADA;
    margin-top:17px;
    margin-bottom:12px;
}

.pages_mobile_footer_links_block {
    width:100px;
    float:left;
    /*border-top:1px solid #DADADA;*/
    margin-right:10px;
    margin-bottom:10px;
}

.pages_mobile_move_top {
    width:24px;
    height:24px;
    cursor:pointer;
    background: url(../images/scroll_top.png) no-repeat;
    background-size:24px;
}
.pm_footer_links_chapter {
    display:inline-block;
    color:#fff !important;
    font-size:18px !important;
    /*font-weight:300;*/
    /*color: #E47129 !important;*/
    /*font-size:18px !important;*/
}
.pm_footer_links_header_lnk {
    display:inline-block;
    color:#727272 !important;
    font-size:18px !important;
    font-weight:300;
}
.pm_footer_links_header {
    display:inline-block;
    color:#727272 !important;
    font-size:18px !important;
    font-weight:300 !important;
}
.pm_footer_links_header_list_lnk {
    display:inline-block;
    color:#727272 !important;
    font-size:18px !important;
    font-weight: 300;
}
.pm_footer_links_dlm {
    height:22px;
}

/* dung fly's rlx */
.dg-error-message {
    width:1px !important;
    height:1px !important;
    display: none !important;
    opacity:0 !important;
}
.dg-attribution__warning-message {
    display: none !important;
    opacity:0 !important;
}