html { width:100%; height: 100%; }

body {
	height:100%;
	margin:0;
	padding:0;
	font-size: 80.01%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: 300;
}
input, textarea{
    font-size: 100%;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

form { margin:0; padding:0;}
form.main-form { 
	display: block;
	margin:0; 
	padding:0;
	width:100%;
	height:100%;
}
 
.b-page-wrapper
{	
	min-height:100%;	  
	/*margin: 0 auto -85px;*/
	min-width: 990px;
}

* html .b-page-wrapper { height: 100%; }

.dp {
    width: 1192px;
    margin: 0 auto;
    position: relative;
}

.yellow_line {
    width: 100%;
    border-bottom: 4px solid #ffec00;
}
.blue_line {
    width: 100%;
    border-bottom: 4px solid #0d50a1;
}
.grey_line {
    width: 100%;
    border-bottom: 4px solid #d9d9d9;
}
div.more {
    text-align: right;
    margin-top: 8px;
}
a.more {
    color: #3671f2;
    font-size: 14px;
    text-decoration: underline;
    padding-right: 22px;
    background: url(images/more_b.png) no-repeat 100% 50%;
}
a.more:hover {
    color: #3671f2;
    text-decoration: none;
}
.rc_header {
    width: 100%;
    height: 40px;
    background: #0d50a1;
    border-bottom: 4px solid #fff101;
    margin-bottom: 20px;
    color: #fff;
    line-height: 40px;
}
.rc_header .right_side {
    float: right;
}
.rc_header .left_side {
    float: left;
}
.rc_header a {
    color: #fff!important;
}
.rc_header a.phone {
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}
.rc_header a.mail:hover {
    text-decoration: none;
}
.rc_header .rc_lang {
    float: right;
    margin-right: 15px;
}
.rc_header .rc_lang a span {
    text-decoration: underline;
}
.rc_header .rc_lang .ru {
    display: inline-block;
    line-height: 40px;
    background: url(images/rus.png) no-repeat 0 center;
    padding-left: 28px;
}
.rc_header .rc_lang .en {
    display: inline-block;
    line-height: 40px;
    background: url(images/eng.png) no-repeat 0 center;
    padding-left: 28px;
}
.rc_header .rc_lang .space {
    display: inline-block;
    width: 17px;
}
.rc_header .rc_center {
    float: right;
    margin-right: 45px;
}
.rc_header .rc_center > div {
    float: right;
    margin-left: 20px;
}
.rc_header .rc_center .find_us a {
    padding-left: 18px;
    background: url(images/find.png) no-repeat 0 0;
}
.rc_header .rc_center .rc_call a {
    padding-left: 18px;
    background: url(images/call.png) no-repeat 0 0;
}
.rc_header .rc_center .search {
    position: relative;
    margin-top: 7px;
}
.rc_header .rc_center .search input {
    outline: none;
}
.rc_header .rc_center .search input[type=text] {
    display: block;
    box-sizing: border-box;
    padding: 4px 8px;
    margin: 0;
    height: 26px;
    width: 180px;
    border: none;
    border-radius: 5px;
    box-shadow: inset 0 0 2px 1px rgba(0,0,0,0.3);
}
.rc_header .rc_center .search input[type=submit] {
    display: block;
    width: 30px;
    height: 26px;
    margin: 0;
    padding: 0;
    background: transparent url(images/search.png) no-repeat center center;
    border: 0;
    text-indent: -9000px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.rc_subheader {
    height: 75px;
    margin-bottom: 20px;
    position: relative;
}
.rc_subheader .login {
    float: right;
    height: 75px;
    color: #000;
}
.rc_subheader .login div {
    background: #58585a;
    padding: 0 10px;
    height: 75px;
    float: right;
    font-size: 14px;
    margin-right: 5px;
    line-height: 75px;
    color: #ffffff;
    max-width: 130px;
    overflow: hidden;
}

.rc_subheader .login > div.log {
    font-size: 16px;
    margin-right: 0;
}
.rc_subheader .login a {
    color: #ffffff;
}
.rc_subheader .login a.rc_login {
    display: inline-block;
    margin-top: 25px;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    text-decoration: none;
    padding: 0 5px 0 35px;
    background: url(images/login.png) no-repeat 0 0;
}
.rc_subheader .login p {
    margin: 0;
    float: left;
}
.rc_subheader .join {
    float: right;
    height: 75px;
    background: #3671f2;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
    margin-right: 5px;
}
.rc_subheader .join a {
    display: inline-block;
    margin-top: 29px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
}
.rc_subheader .logo {
    display: block;
    float: left;
    width: 200px;
    height: 75px;
    background: url(images/aeblogo.png?v2016) no-repeat 0 0;
}
.rc_subheader .top_menu {
    float: left;
    min-width: 20px;
    min-height: 20px; 
}
.top_menu #rc_mainmenu > li > a { color: #0d50a1; }
.top_menu #rc_mainmenu{ margin-left: 0px; }
.top_menu #rc_mainmenu > li{
    width: 100px !important;
    line-height: 39px !important;
}
.top_menu #rc_mainmenu > li:nth-child(1) {
    width: 80px !important;
}
.top_menu #rc_mainmenu > li:nth-child(4) {
    width: 120px !important;
    line-height: 20px !important;
}
.top_menu #rc_mainmenu > li.sub {
    /*padding: 0 25px 0 15px !important;*/
    padding: 0 20px 0 10px !important;
}

.top_menu_ru #rc_mainmenu > li:nth-child(1) {
    width: 60px !important;
}
.top_menu_ru #rc_mainmenu > li:nth-child(2) {
    width: 150px !important;
}
.top_menu_ru #rc_mainmenu > li:nth-child(3) {
    width: 80px !important;
}
.top_menu_ru #rc_mainmenu > li:nth-child(4) {
    width: 140px !important;
}

.rc_main_page {
    width: 100%;
    background: url(images/bw_bigb.jpg) repeat-y center 0;
    margin-bottom: 20px;
}
.rc_main_page .slider {
    float: left;
    width: 788px;
    height: 372px;
    font-size: 15px;
    position: relative;
}
.rc_main_page .slider .mainpage-top-bnr {
    position: absolute;
    bottom: 0;
    left: 0;
}
.rc_main_page .slider h1 {
    padding-left: 20px;
    height: 50px;
    background: #0d50a1;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
}
.calendar {
    float: right;
    width: 384px;
}
.calendar .cal_wrap .all_calend {
    background-color: #f0f4fd;
    color: #272829;
    border-collapse: collapse;
    width: 384px;
    position: relative;
    padding-bottom: 9px;
}
.calendar .cal_wrap .all_calend .calend_head {
    font-size: 30px;
    color: #204996;
    height: 56px;
    line-height: 56px;
    padding-left: 20px;
}
.calendar .cal_wrap .all_calend .legend{
    padding: 0 20px;
    margin-bottom: 10px;
}
.calendar .cal_wrap .all_calend .legend ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.calendar .cal_wrap .all_calend .legend ul li{
    float: left;
    width: 33%;
    cursor: pointer;
    list-style: none;
    margin: 0;
    padding: 0;
}
.calendar .cal_wrap .all_calend .legend ul li.aeb { width: 50px;}
.calendar .cal_wrap .all_calend .legend ul li.regional{width: 70px;}
.calendar .cal_wrap .all_calend .legend ul li.regional,
.calendar .cal_wrap .all_calend .legend ul li.aeb,
.calendar .cal_wrap .all_calend .legend ul li.support {
    width: 33%;
}
.calendar .cal_wrap .all_calend .legend ul li.active{ text-decoration: underline; }
.calendar .cal_wrap .all_calend .legend ul li span{
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.calendar .cal_wrap .all_calend .legend ul li.member{ width: 135px; }
.calendar .cal_wrap .all_calend .legend ul li.comittee span{ background: #98b3ed; }
.calendar .cal_wrap .all_calend .legend ul li.aeb span{ background: #58585a; }
.calendar .cal_wrap .all_calend .legend ul li.support span{ background: #1b4493; }
.calendar .cal_wrap .all_calend .legend ul li.regional span{ background: #fff101; }

.calendar .cal_wrap .all_calend .legend .reset{
    display: block;
    float: right;
    width: 30px;
    color: #58585a;
    cursor: pointer;
}
.calendar .cal_wrap .all_calend div.first {
    width: 384px;
    height: 35px;
    background: #164091;
    overflow: hidden;
}
.calendar .cal_wrap .all_calend div.first > div {
    float: left;
    font-size: 20px;
    color: #b0c6f4;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.calendar .cal_wrap .all_calend .month {
    width: 184px;
}
.calendar .cal_wrap .all_calend .lalign {
    text-align: left;
    width: 100px;
}
.calendar .cal_wrap .all_calend .lalign a,
.calendar .cal_wrap .all_calend .ralign a {
    display: block;
    width: 17px;
    height: 17px;
    padding: 0;
    margin: 9px 0;
    text-indent: -9000px;
    background: url(images/calend_arr.png) no-repeat 0 0;
}
.calendar .cal_wrap .all_calend .lalign a {
    margin-left: 20px;
}
.calendar .cal_wrap .all_calend .ralign a {
    background-position: -17px 0;
    margin-left: 63px;
}
.calendar .cal_wrap .all_calend .ralign {
    text-align: right;
    width: 100px;
}
.calendar .cal_wrap .all_calend div.day {
    height: 30px;
    background: #3671f2;
    overflow: hidden;
    margin-bottom: 7px;
}
.calendar .cal_wrap .all_calend div.day div {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    width: 55px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.calendar .cal_wrap .all_calend div.day div:last-child {
    width: 54px;
}
.calendar .cal_wrap .all_calend div.all_days {
    overflow: hidden;
    height: 47px;
    padding: 0 7px 0 6px;
}
.calendar .cal_wrap .all_calend div.all_days > div {
    height: 37px;
    width: 37px;
    line-height: 37px;
    margin: 5px 8px;
    float: left;
    text-align: center;
}
.calendar .cal_wrap .all_calend div.all_days div div {
    height: 37px;
    width: 37px;
    line-height: 37px;
    background: #e6edfb;
    color: #1b4493;
    font-size: 20px;
}
/* link control */
.calendar .cal_wrap .all_calend a { display: block; color: #1b4493; padding: 0px 1px; text-decoration: none; height: 20px;}
.calendar .cal_wrap .all_calend a.events {display: block;}

/* colors day */
.calendar .cal_wrap .all_calend div.all_days .Sunday div,
.calendar .cal_wrap .all_calend div.all_days .Sunday div a,
.calendar .cal_wrap .all_calend div.all_days .Saturday div,
.calendar .cal_wrap .all_calend div.all_days .Saturday div a{
    color: #bfbfbf;
}
.calendar .cal_wrap .DefaultDay {}
.calendar .cal_wrap .all_calend div.all_days .CurrDay > div {
    border: 3px solid #f5bc1f;
}
.calendar .cal_wrap .Select {}
.calendar .events{cursor: pointer; }
.calendar .events.hide{ display: none; }
.calendar .popup{
    display: none;
    position: absolute;
    top: 0;
    left: -2000px;
    background: #ffffff;
    border: 1px solid #cccccc;
    padding: 15px 15px 5px 15px;
    width: 250px;
    text-align: left;
    font-size: 14px;
    z-index: 500;
    /*margin: -190px 0 0 -1160px;*/
    margin: 0px;
	color: #58585a;
}
.right .calendar .popup{ margin-top: -275px; }
.calendar .popup a{
    display: block;
    padding: 0 0 10px 0 !important;
    height: auto !important;
    line-height: 14px;
}
.calendar .date{
    display: inline-block;
    position: relative;
    cursor: pointer;
	width: 37px;
	height: 37px;
}
.calendar .t9,
.calendar .t21,
.calendar .t14,
.calendar .tregional{
    display: inline-block;
    width: 37px;
    height: 37px;
    margin-top: -37px;
}
.calendar .events.c2 .t9,
.calendar .events.c2 .t21,
.calendar .events.c2 .t14,
.calendar .events.c2 .tregional{
    width: 50%;
}
.calendar .events.c3 .t9,
.calendar .events.c3 .t21,
.calendar .events.c3 .t14,
.calendar .events.c3 .tregional{
    width: 33%;
}
.calendar .t14{ background: #98b3ed; }
.calendar .t9{ background: #58585a; }
.calendar .t21{ background: #1b4493; }
.calendar .tregional{ background: #fff101; }

.b-header {
    background-color: #00255D;
    height: 166px; 
    position: relative;
	z-index: 15;
}
#main_menu {
    width: 100%;
    height: 80px;
}
#rc_mainmenu {
    list-style: none;
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 16px;
}
#rc_mainmenu > li {
    float: left;
    position: relative;
    max-width: 175px;
    height: 42px;
    line-height: 38px;
    padding: 0 27px;
    margin: 0 5px;
    text-align: center;
}
.ru #rc_mainmenu > li.sub {
    padding: 0 27px 0 15px;
    background: url(images/submenu.png) no-repeat 95% 50%;
}
#rc_mainmenu > li.sub {
    padding: 0 35px 0 25px;
    background: url(images/submenu.png) no-repeat 95% 50%;
}
#rc_mainmenu > li:hover {
    background: #0d50a1 !important;
}
#rc_mainmenu > li.sub:hover {
    background: #0d50a1 url(images/submenu_on.png) no-repeat 95% 50%;
}
#rc_mainmenu > li:nth-child(3), .ru #rc_mainmenu > li:nth-child(3), #rc_mainmenu > li:nth-child(4) {
    line-height: normal;
}
#rc_mainmenu > li:nth-child(4) { max-width: 185px !important; }
#rc_mainmenu > li:nth-child(3) {
    width: 120px;
}
#rc_mainmenu > li > a {
    color: #4d4d4d;
    text-decoration: none;
}
#rc_mainmenu > li:hover a {
    color: #fff;
}
#rc_mainmenu li ul {
    display: none;
    position: absolute;
    left: 0;
    list-style: none;
    z-index: 100;
}
#rc_mainmenu > li:last-child ul {
    left: auto;
    right: 0;
}
#rc_mainmenu > li:hover ul {
    display: block;
    background: #0d50a1;
    padding: 10px 0;
}
#rc_mainmenu li ul li {
    padding: 0 32px;
    line-height: 32px;
    text-align: left;
}
#rc_mainmenu li ul li a {
    font-size: 14px;
    white-space: nowrap;
}
#rc_mainmenu li ul li a:hover {
    text-decoration: none;
}

.rc_content_wrap {
    overflow: hidden;
    margin-bottom: 40px;
}
.with_bg {
    background: url(images/with_bg.jpg);
    overflow: hidden;
}
.with_bg .rc_content_wrap {
    margin-top: 45px;
}
.rc_side {
    float: right;
    width: 285px;
    margin-left: 5px;
}
.rc_side .company-logo {
    width: 285px;
    position: relative;
}
.rc_side .company-logo .company_header {
    width: 265px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    background: #164091;
    line-height: 50px;
    padding-left: 20px;
}

/*.rc_side a.join  {
    display: block;
    background: url("images/join-aeb.png") no-repeat;
    width: 283px;
    height: 77px;
    text-indent: -99999px;
}*/
.rc_side a.join {
    background: #3671f2 none repeat scroll 0 0;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    font-size: 23px;
    height: 37px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    width: 283px;
}

.rc_side .banners a {
    display: block;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}
.rc_content {
    float: left;
    width: 890px;
    position: relative;
}
.rc_content .buttons {
    float: left;
    width: 283px;
    margin-right: 20px;
}
.rc_content .buttons a.newsletter {
    display: block;
    width: 283px;
    height: 77px;
    background: url(images/newsletter.png) no-repeat 0 0;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    padding: 14px 25px 0 82px;
}
.rc_content .buttons a.member {
    display: block;
    width: 283px;
    height: 77px;
    background: url(images/member.png) no-repeat 0 0;
    color: #363636;
    font-size: 20px;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    padding: 24px 25px 0 82px;
    /*margin-top: 87px;*/
    position: absolute;
    bottom: 0px;
}
.rc_content .prenews {
    box-sizing: border-box;
    width: 585px;
    float: left;
    background: #f2f2f2;
    border: 1px solid #cccccc;
    border-radius: 0 0 5px 5px;
}
h3.news {
    padding-left: 52px;
    background: url(images/news_b.png) no-repeat 0 50%;
    color: #204996;
    font-size: 30px;
    margin: 0;
}
h3.news a {
    display: block;
    float: right;
    box-sizing: border-box;
    width: 172px;
    height: 25px;
    margin-top: 2px;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    line-height: 25px;
    padding-left: 30px;
    color: #fff;
    background: #0d50a1 url(images/more_t.png) no-repeat 147px 50%;
}

a.more_blue {
    display: block;
    float: right;
    box-sizing: border-box;
    width: 172px;
    height: 25px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    line-height: 24px;
    padding-left: 30px;
    color: #fff!important;
    background: #0d50a1 url(images/more_t.png) no-repeat 147px 50%;
}

.blue_block {
    width: 100%;
    height: 300px;
    background: url(images/blue_b.jpg) no-repeat 50% 50%;
    margin-top: -1px;
}
.blue_block .blue_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blue_block .blue_menu li {
    float: left;
    width: 283px;
    margin-top: 34px;
    margin-right: 20px;
}
.blue_block .blue_menu li:last-child {
    margin-right: 0;
}
.blue_block .blue_menu li a.name {
    font-size: 23px;
    padding-left: 35px;
    line-height: 30px;
    color: #204996!important;
    background: url(images/blue_head.png) no-repeat 0 50%;
    text-decoration: none;
}
.blue_block .blue_menu li img {
    display: block;
    margin-top: 24px;
}

.public {
    overflow: hidden;
    float: left;
    width: 790px;
}

.rc_public {
    margin-top: 40px;
    margin-bottom: 35px;
    width: 787px;
    float: left;
}
.rc_public h3 {
    padding-left: 52px;
    background: url(images/public.png) no-repeat 0 50%;
    color: #204996;
    font-size: 20px;
    margin: 0;
    line-height: 30px;
    margin-bottom: 13px;
    font-weight: normal;
}
.rc_public h3 a{
    color: #204996;
    text-decoration: none;
}
.rc_public h3 a.more {
    display: block;
    float: right;
    box-sizing: border-box;
    width: 172px;
    height: 25px;
    margin-top: 2px;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    line-height: 25px;
    padding-left: 30px;
    color: #fff;
    background: #0d50a1 url(images/more_t.png) no-repeat 147px 50%;
}

.rc_footer {
    width: 100%;
    height: 260px;
    padding-top: 40px;
    background: #575756;
    color: #898989;
}
.rc_footer .footer_join {
    float: right;
    width: 102px;
}
.rc_footer .footer_join .join {
    display: table-cell;
    width: 100px;
    height: 75px;
    background: #3671f2;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-right: 5px;
    vertical-align: middle;
    text-align: center;
}
.rc_footer .footer_join .join a {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
}
.rc_footer .footer_join a.sitemap {
    color: #898989;
    line-height: 16px;
    padding-left: 30px;
    background: url(images/map.png) no-repeat 0 0;
    text-decoration: none;
}
.rc_footer .footer_contacts, .rc_footer .footer_menu {
    float: left;
    font-size: 14px;
    line-height: 23px;
}
.rc_footer .footer_contacts {
    width: 385px;
}
.rc_footer .footer_contacts .logo {
    display: block;
    width: 275px;
    height: 76px;
    background: url(images/aeblogo_f.png?v2016) no-repeat 0 0;
    margin-bottom: 20px;
}
.rc_footer .footer_contacts a {
    text-decoration: none;
    color: #898989;
}
.rc_footer .footer_contacts span.geo {
    display: block;
    float: left;
    width: 10px;
    height: 16px;
    margin-right: 5px;
    margin-top: 5px;
}
.rc_footer .footer_contacts span.on.geo {
    background: url(images/geo.png) no-repeat 0 0;
}
.rc_footer .footer_menu {
    width: 705px;
}
.rc_footer .footer_menu .buttons a {
    display: block;
    float: left;
    margin-right: 20px;
    width: 170px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 13px;
    background: url(images/foot_b.png) no-repeat 0 0;
    text-align: center;
    text-decoration: none;
}
.rc_footer .footer_menu ul {
    display: block;
    float: left;
    height: 170px;
    padding: 0 30px 0 0;
    border-right: 1px solid #898989;
    margin-right: 30px;
    margin-top: 30px;
    list-style: none;
}
.rc_footer .footer_menu > ul:last-child,
.rc_footer .footer_menu > div:last-child ul{
    border: none;
    margin-right: 0;
}
.rc_footer .footer_menu ul li {
    display: block;
    height: 32px;
}
.rc_footer .footer_menu ul li a {
    color: #898989;
    text-decoration: none;
}


.b-header-left {
	background-color: #00255D !important;
    float: left;
    width: 25%;
    height: 166px;
    text-align: center;
    padding: 0px;
}
    .b-header-left-logo {
        padding: 0px;
        margin: 0px;
    }

.b-header-center {
    background: url('images/header/top-bg.jpg') no-repeat scroll left top #00255D;
    float: left;
    width: 50%; 
    height: 166px;
    padding: 0px;
}
    .b-header-center-icons {
        float: right;
        margin: 15px 0;
    }

.b-header-center-rus {
	background: url('images/header/header-text-rus.png?1234') no-repeat scroll 0px center transparent;
	height: 100%;
	width: 489px;
}
.b-header-center-eng {
	background: url("images/header/header-text-eng.gif?123") no-repeat scroll 0px center transparent;
    height: 100%;
    width: 489px;
}

.b-header-right {
    background: url('images/header/top-bg-gradient.jpg') repeat-x scroll 0 0 #00255D;
    float: right;
    width: 25%; 
    height: 166px;
    padding: 0px;
}
    .b-header-right-stars {
        background: url('images/header/header-stars.png') no-repeat scroll 0px 0px transparent;
        position: relative;
        left: -110px;
        width: 350px;
        height: 100px;
    }
    .b-header-right-locations {
        position: relative;
        top: 50px;
        left: -25px;
    }
    .b-header-right-locations, .b-header-right-locations a {
        color: white !important;
    }



#search { width: 23%; position: absolute; right:21px; top: 30px; }
#search div.flat{height: 20px;}							 
#search div.search-box
{
	border: 1px solid; 
	height: 20px;
	overflow:hidden;
	padding:0;
	position: absolute;
	left: 21px;
	right: 61px;
	float: left;
}

* html #search div.search-box { margin-right:-82px;	}

#search div.search-box input
{
	border:1px solid;
	width:98%;
	height: 18px;
	padding:0;
	margin:0;
}

#search input { vertical-align: top;}
#search-button { float: right; width:48px; border: 1px solid;}
#search-button input::-moz-focus-inner { border: 0; padding: 0; }/*Remove button padding in FF*/
#search-button input 
{
	display: block;
	border: none;
	background: none;	
	width:48px;
	padding:0;
	margin:0;
	font-family: Georgia, serif;
	font-size: 12px;
	height: 19px;
	cursor: pointer;
	cursor: hand;
	outline: none;	
}

div.search-item h4 { margin-bottom: 0.4em;}

#top-menu { margin: 0 0 0 32px; padding: 0; list-style-type: none; overflow: hidden; zoom:1;}
#top-menu li { float: left; margin: 0 1.5em 0 0; }
#top-menu a  
{
	display: block; 
	border-bottom-width: 2px;
	border-bottom-style: solid;

	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	outline: none;
	padding: 11px 0 7px;	
	margin: 0 16px 3px;
}

#top-menu li.selected a { padding: 11px 16px 10px; margin: 0;}
#top-menu li.selected .r1 { border-left: 1px solid; border-right: 1px solid; }
#top-menu li.selected .r0 { border-left: 1px solid; border-right: 1px solid; }

* html #top-menu .r1 { width: 2px;}
* html #top-menu .r0 { width: 2px;}

#top-menu li.selected .r1 { width: expression(runtimeStyle.width = parentNode.offsetWidth - 4 + 'px'); }
#top-menu li.selected .r0 { width: expression(runtimeStyle.width = parentNode.offsetWidth - 2 + 'px'); }

#breadcrumb  {
	padding: 0;
	margin: 0 30px 15px;
}
#breadcrumb p { margin: 0 10px;}

#breadcrumb a, #breadcrumb span { font-size: 1em; padding:0 0.4em; text-decoration: none;}
#breadcrumb a:hover { text-decoration: underline;}
#breadcrumb b { border-right: 1px solid; border-left: 1px solid;}
#breadcrumb b.top { margin-bottom: 2px;}
#breadcrumb b.bottom { margin-top: 2px;}

.b-content-wrapper {
    overflow: hidden;
    margin: 0px;
    zoom: 1;
    position: relative;
    top: 0px;
}
.b-content {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
	background-color: #E8F0F6;
}

.b-sidebar {
    float: right;
    width: 25%;
    overflow: hidden;
    padding-top: 24px;
    margin-top: 11px;
}
.b-sidebar-inner {
    margin-right: 21px;
}
.b-sidebar-subscribe {
}

.b-sidebar-subscribe.form-upload .name {
    margin: 12px 0px 0px;
    text-align: left;
    width: 100px;
}
.b-sidebar-subscribe.form-upload .value {
    margin: 8px 0px 8px;
}
.b-sidebar-subscribe.form-upload .value input {
    width: 155px;
}
.b-sidebar-subscribe.form-upload .name.notes {
    color: grey;
    font-size: 0.9em;
    font-style: italic;
    margin: 0 0 0 10px;
    text-align: left;
    width: 160px;
}

.b-workarea-wrapper {
    margin: 0px 38px 0px 0px;
    position: relative;
}
.b-workarea {
    float: left;
    min-height: 500px;
    position: relative;
    background: #FFFFFF;
    padding: 20px 0px;
    background: url("images/content/shadow-bg-002.jpg") no-repeat scroll right top #FFFFFF;
	z-index: 30;
}
.b-workarea.main-content{
    width: 50%;
}
.b-workarea.inner-content{
    width: 74%;
}
.b-workarea-inner {
    margin: 0px 30px;
}

.b-left-side {
    float: left;
    background: url("images/content/shadow-bg-001.jpg") no-repeat scroll right top #E8F0F6;
    width: 25%;
    min-height: 500px;
    padding-top: 24px;
    margin-top: 11px;
}

ul.left-menu {
    font-weight: bold;
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0 0 0 1.5em;
}

/* Root */

ul.left-menu a { font-size: 1.1em; outline: none; text-decoration: none; cursor: pointer;}
ul.left-menu .selected a { text-decoration: none; }

ul.left-menu ul a {
	font-size: 1em !important;
	/*text-decoration: underline !important;*/
	outline: none;
	vertical-align: top;
}

ul.left-menu li.current {
	color: #F65529;
	/*color: #034C83;
	font-weight: bold;*/
	cursor: default;
	overflow: hidden;
	zoom: 1;
	display: block;
	margin-top: 0.3em;
}
ul.left-menu .current i  
{
	padding: 1px 10px 2px 13px; 
	text-decoration: none !important;
	display: block;
	zoom: 1;
	font-style: normal;
	font-size: 0.85em !important;
	vertical-align: top;
}

ul.left-menu .current b { border-left:1px solid; border-right:1px solid; }
ul.left-menu ul { font-weight: normal; margin: 1em 0 0 5px; padding: 0; list-style-type: none;}
ul.left-menu ul ul { margin: 0.5em 0 0 1em; }
ul.left-menu li li
{ 
	margin-bottom: 0.7em; 
	padding:0 13px 0;
	text-indent: 0;
	background: url("images/left-menu/left-menu-arrow.gif") no-repeat 5px 3px;
	list-style-type: none; 
}

ul.left-menu li {
	padding: 0 0 0 20px;
	margin-bottom: 0.8em;
	cursor: pointer;
}
ul.left-menu li.open {
	background: url("images/left-menu/leftmenu-minus.gif") no-repeat 0px 0px transparent;
}
ul.left-menu li.close {
	background: url("images/left-menu/leftmenu-plus.gif") no-repeat 0px 0px transparent;
}
ul.left-menu li.empty {
	cursor: default !important;
	background: url("images/left-menu/leftmenu-minus-gr.gif") no-repeat 0px 0px transparent; /*-25px -186px transparent;*/
}
ul.left-menu li li { /*behavior: '';*/}

ul.left-menu li:before { /*content:'\2014\a0';*/ }
ul.left-menu li li:before { /*content:'';*/}

ul.left-menu li li li { margin-bottom: 0.3em; }

/* main-page publications block */
.b-publications {
    padding: 20px 30px;
}
.b-publications-header {
    margin: 0px 0px 20px 0px;
}
.b-publications-subheader {
    margin: 10px 0px 10px 0px;
}
.b-publications-item {
    display: inline-block;
    float: left;
    width: 80px; /* == width background img */
    min-height: 181px;
    /*background: url('http://aebrus.ru/upload/medialibrary/en/mainpage/aeb-publications/mag_pad.jpg') no-repeat scroll 0 0 transparent;
    padding: 10px 10% 0px 10px;
    margin: 0px 0px 10px 10px;*/
    padding: 10px 10px 0px;
    margin: 0 5% 10px 10px; 
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(49,49,49,0) 30%, rgba(163,163,163,0.65) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(49,49,49,0)), color-stop(100%,rgba(163,163,163,0.65))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(49,49,49,0) 30%,rgba(163,163,163,0.65) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(49,49,49,0) 30%,rgba(163,163,163,0.65) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(49,49,49,0) 30%,rgba(163,163,163,0.65) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(49,49,49,0) 30%,rgba(163,163,163,0.65) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6a3a3a3',GradientType=0 ); /* IE6-9 */
    /*border: 1px solid #5f9fa1;*/
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px 3px #f7ffff;
}
.b-publications-item img {
    margin: 0px 0px 10px 0px;
}
.b-publications-item span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
}
.b-publications-item a {
    text-decoration: none;
}
/*  */


#banner 
{ 
	height: 175px; 
	margin: 0 28px 40px 19px; 
	overflow:hidden; 
	position:relative; 
}

#banner-image { height:175px; width: 425px; overflow:hidden; text-decoration: none; display: block; }
#banner-text 
{ 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	position: absolute;
	left: 35%;
	top: 0;
	left: 0;
	width: 100%;
	height: 175px;
	z-index: 10;
	
}

#banner-text td {padding:0;}
#banner-text a { text-decoration: none; display: block;}

#banner-text small { font-size: 0.5em; padding-top: 1em; display: block; padding-left: 30px;}
#banner-text big { font-size: 1.4em; display: block; }
#banner-text span { padding-left: 30px; display:block;}
#banner-overlay
{ 
	z-index:5; 
	height: 175px; 
	width: 100%; 
	position: absolute; 
	top: 0;
	left: 0; 
	outline: none;
	display: block;
	cursor: pointer;
	cursor: hand;
}



#footer  {
    height: 130px;  
}
#footer { 
    background: url('images/footer/addr-bg.jpg') no-repeat scroll 0 0 transparent;
    position: relative;
    width: 49%;
    left: 24.5%;
    padding-bottom: 20px;
    border-bottom: 20px solid #3D5E8F;
}
#footer:after { 
    display: block;
    content: ' ';
    background: url('images/footer/footer-right-shadow.jpg') no-repeat scroll 0 0 transparent;
    position: absolute;
    top: 0px;
    right: -14px;
    width: 14px;
    height: 167px;
}

.b-footer-contacts {
    float: left;
    padding: 30px 5px 5px 30px;
}
.b-footer-contacts p {
    margin-top: 0px;
}
.b-footer-locate {
    float: right;
    padding: 30px 30px 5px 5px;
    background: url('images/footer/map-icon-32.PNG') no-repeat scroll 0 bottom transparent;
}
.b-footer-locate a {
    padding: 12px 20px;
}
.b-footer-locate a div {
    float: right;
}

.b-footer-icons {
    display: block;
    position: absolute;
    left: -225px;
    bottom: -20px;
}

#copyright { 
    padding: 5px 0 0 35px; font-size: 0.85em; width: 49%;
}
#copyright p { margin:0;}

#footer-links { margin:0; padding:0; list-style: none;}
#bottom-menu { width:50%; position:absolute; right:25px; top: 20px;  text-align: right;}
#footer-links li { display: inline; padding-left:1.5em;}

/* Navigation */
div.navigation { font-size:100%; line-height:200%; }
span.navigation-title { padding-right:0.65em; font-weight: bold;}
div.navigation a { text-decoration:underline; padding:0.2em 0.3em;}
span.nav-current-page { padding:0.2em 0.3em; }
div.navigation span.arrow { font-size:100%; font-family:Times, serif; }
div.navigation span.ctrl { font-size:85%; }

/*Site Map */
table.map-columns { width: 100%;}
table.map-columns td { vertical-align: top; padding: 0;}
table.map-columns ul { padding:0 0 2em 0; font-weight: bold;}
table.map-columns li { margin: 0 0 1.5em 0 !important;}
table.map-columns li li { margin: 0 0 0.6em 0 !important;}
table.map-columns ul ul { font-weight: normal; padding:0 0 0 1.5em; margin: 0.6em 0}


/* Ask a question */
#support {position: relative; margin:0 0 3em; padding-top: 3px;}
#support-question { position: absolute; width: 30px; height: 30px; top: 0; left:0;}
#support-text { height: 20px; margin-left: 15px; padding-left: 22px; padding-top: 2px; overflow:hidden;}
#support-text a { font-size: 14px; font-weight: bold; text-decoration: none;}
#support b { border-right:1px solid; margin-left: 15px;}

/* Schedule */
#schedule { margin: 0 0 3em; }
#schedule div.schedule { font-size: 0.85em; }
#schedule p { margin: 0 0 1em; }

/* Telephone*/
#telephone  
{
	padding: 0 0 0 37px;
	margin: 0 0 1.5em;
	min-height: 30px;
}

* html #telephone { padding-top: 6px;}

#telephone nobr { font-family: Georgia, serif;  font-size: 1.6em;}

/* Content Block List */
dl.block-list { margin: 0 0 3.2em 0; padding:0; }
dl.block-list dt { margin: 0; padding: 0 0 0.3em; font-size: 1em;}
dl.block-list dd { margin:0 0 1.8em; padding:0; font-size: 0.85em;}

/* Information Box*/
div.information-box .r1 { border-left:1px solid; border-right:1px solid; }
div.information-box .r0 { border-left:1px solid; border-right:1px solid; }
div.information-box-content { font-size: 0.9em; padding: 12px 15px;}

/* News List */
div.news-list { margin: 0 0 2em;}
.news-list-preview-img img {
	-moz-box-shadow: 0 0px 15px -2px rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 0px 15px -2px rgba(0, 0, 0, 0.19);
	box-shadow: 0 0px 15px -2px rgba(0, 0, 0, 0.19);
    max-width: 300px;
	max-height: 300px;
    margin: 15px 0px;
}
.news-list-preview-data img {
	/*max-width: 88%;*/
    max-width: 450px;
    max-height: 450px;
    /*width: 450px;*/
}
div.news-list td {
	border-bottom: 1px dotted gray;
	padding: 15px 5px;
}

div.news-item { margin: 0 0 1.3em; }
div.news-date { margin: 0 0 0.5em; }
div.news-title { font-size: 1.2em; margin: 0 0 0.5em; }
a.news-detail-link { display: block; margin: 1em 0 0; outline: none;}

/* Forms */
div.content-form div.form-input input, div.content-form div.form-input textarea, div.content-form div.form-input select 
{ 	
	border:1px solid;  
	border-color: #777 #CCCCCC #CCCCCC #777
}
 
div.content-form div.field label.field-title { font-size: 1.117em; }

/* Search */
.b-search {
    width: 100%;
    background: url('images/search/search-bg.jpg') repeat-x scroll 0 0 transparent;
    padding-top: 15px;
    margin-top: 30px;
}
.b-search-input {
    float: left;
    padding: 5px 5px 20px 20px;
    margin: 10px 0px 0px;
    color: #999999 !important;
    width: 60%;
}
.b-search-input > input {
    color: #999999 !important;
    width: 100%;
}
.b-search-submit > input {
    color: #444444 !important;
    cursor: pointer;
}
.b-search-submit {
    float: right;
    padding: 5px 20px 20px 5px;
    margin: 10px 0px 0px;
    color: #999999;
}

/* разделитель блоков (голубая полоска с диагональной вставкой) */
.block-separator {
	width: 100%;
	height: 5px;
	border-top: 10px solid #3d5e8f;
	margin: 5px 10px 20px 0px;
}
.block-separator:after {
	display: block;
	content: ' ';
	width: 30%;
	height: 5px;
	background: url('images/content/diag-bg-001.gif') repeat-x scroll 0 0 transparent;
}

/* слайдер логотипов компаний для главной страницы */
.company-logo {
    display: block;
}
#company-logo {
	margin: 0;
    padding: 0px;
    height: 100px !important;
    padding: 10px 0px;
}
#company-logo li {
	margin: 0px; padding: 0px;
	width: 285px;
	display: table-cell;
	text-align: center;
}
#company-logo li a {
    display: table-cell;
    width: 285px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
}
#company-logo img {
    max-width: 200px;
    max-height: 100px;
}

/* список новостей, пресс-релизов, и пр */
.b-element-list {
    list-style: none;
    padding-left: 1em;
}
.b-element-list li {
    padding: 10px 0px;
    list-style-image: none !important;
    margin-bottom: 0 !important;
}

.b-element-list-files {
    clear: both;
    color: #006BC6;
    cursor: pointer;
    font-size: 0.9em;
    margin: 0 10px 0 15px;
    padding: 5px 0 0;
}
.b-element-list-files > span {
    text-decoration: underline;
}
.b-element-list-files ul {
    padding: 0px 15px 0px 0px;
    list-style: none;
    margin-left: 0px !important;
}
.b-element-list-file {
    background: url("/bitrix/templates/aeb/images/common/Document-icon.png") no-repeat scroll 0 2px transparent;
    margin: 3px 0;
    padding: 3px 23px !important;
    list-style-image: none !important;
}
.b-element-list-file > span {
    color: #797979;
    margin: 0px 5px;
}

/* Страница списка компаний-партнеров */
.b-members-table {
    width: 99%;
}
.b-members-table td {
    width: 33%;
    border: 1px solid #EEEEEE;
    vertical-align: top;
}
.b-members-table ul {
    padding-left: 20px;
}
.b-members-table-item img {
    padding-right: 15px;
    float: right;
}

/* Личный кабинет */
.b-eventList-sidebar {
    padding: 20px 30px;
}
.b-eventList-sidebar a {
    display: block;
    padding: 5px 0px;
    font-size: 1em;
}

.b-members-loginForm {
    padding: 0px 20px 20px;
}
.b-members-loginForm-disclaimer {
    margin-top: 30px;
    color: #707070 !important;
}
.b-members-loginForm-forgot {
    display: block;
    float: right;
    margin-top: 1em;
    padding: 5px;
}
.b-members-loginForm > form {
    width: 80%;
    margin: 10px auto;
    padding: 15px 20px;
    background: #f5f5f5;
    background-color: rgba(245,245,245,0.95);
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.b-members-loginForm label{
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.b-members-loginForm label:first-child{
    margin-top:0;
}
.b-members-loginForm input[type="text"],
.b-members-loginForm input[type="password"]{
    display: block;
    width: 80%;
    border: 1px solid #ccc;
    padding: 4px 5px;
    background: white;
    border-radius: 5px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}
.b-members-loginForm input[type="text"]:focus,
.b-members-loginForm input[type="password"]:focus{
    box-shadow:0 0 5px rgba(50, 200, 255, 0.5);
    outline:none;
}
.b-members-loginForm input[name="Login"] {
    
}
.b-members-loginForm input[type="submit"], .b-members-loginForm .getpasswordbutton {
    cursor: pointer;
    display:block;
    margin-top:1em;
    padding:5px 15px;  
    font-weight:bold;
    color:#333;
    background:white;
    border:none;
    border-radius: 12px;
    background-image: linear-gradient(top, #fff, #ddd);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-shadow:0 1px 1px white;
}

#user-menu {
    width: 80%;
    margin: 0px 0px 20px 5px;
    padding: 15px 20px;
    background: #f5f5f5;
    background-color: rgba(245,245,245,0.95);
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#user-menu ul {
    list-style: none;
    padding-left: 0px;
}
#user-menu ul li {
    margin: 2px 0px;
}
#user-name {
    width: 170px;
    font-size: 1.1em;
    float: left;
}
.b-members-logout {
    float: right;
    cursor: pointer;
    display: block;
    margin: 20px -5px 0px 10px;
    padding: 5px 15px;  
    font-weight: bold;
    color: #333;
    background: white;
    border: none;
    border-radius: 12px;
    background-image: linear-gradient(top, #fff, #ddd);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 1px white;
    text-decoration: none;
}

.user-edit-personalInfo {
    float: right;
    cursor: pointer;
    display: block;
    margin: 0px -5px 10px 10px;
    padding: 10px 40px 10px 20px;  
    font-weight: bold;
    color: #333;
    background: white;
    border: none;
    border-radius: 12px;
    background-image: linear-gradient(top, #fff, #ddd);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 1px white;
    background: url("http://aebrus.ru/upload/medialibrary/contact-icons/pencil.jpg") no-repeat scroll 90% center #FFFFFF;
    text-decoration: none;
}
.login-block-company {
    padding: 10px 0px;
    /*border-top: 1px dotted grey;
    border-bottom: 1px dotted grey;*/
}
.user-edit-companyInfo {
    padding: 0px 10px 10px 10px;
    position: relative;
    top: -5px;
    white-space: nowrap;
}
.user-edit-committee {
    padding: 0px;
}

/*  */
#form_container ul {
    list-style: none !important;
}
#form_container ul > li {
    margin: 10px 0px;
}
#form_container label {
    display: block;
}
#form_container .description {
    display: inline-block;
    padding: 3px;
    text-align: left;
    white-space: normal;
    vertical-align: top;
    width: 300px;
    color: #524B3A !important;
    font-family: 'Tahoma';
        font-size: 13px;
}
#form_container .description-company {
    display: inline-block;
    padding: 3px;
    text-align: left;
    white-space: normal;
    vertical-align: top;
    width: 250px;
    color: #524B3A !important;
    font-family: 'Tahoma';
        font-size: 13px;
}
#form_container .description-person {
    display: inline-block;
    padding: 3px;
    text-align: left;
    white-space: normal;
    vertical-align: top;
    width: 110px;
    color: #524B3A !important;
    font-family: 'Tahoma';
        font-size: 13px;
}
.form-person-info ul {
    border-bottom: 1px dotted grey;
    padding-bottom: 10px;
}
.form-person-info ul > li {
    margin: 3px 0px !important;
}

#form_container .element.text.medium {
    width: 195px;
}
#form_container li > div {
    display: inline-block;
    padding: 3px 0px;
}

#form_container span {
    display: inline-block;
    padding: 3px 0px;
}
#form_container input, #form_container textarea {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
    padding: 3px 6px;
    font-size: 14px;
}
#form_container input {
    width: 450px;
}
#form_container .appnitro input{
    width: auto;
}
.form-company-info div > input {
    width: 225px;
}
.form-person-info div > input {
    width: 225px;
}
#form_container textarea {
    width: 450px;
    height: 200px;
}
#form_container input:focus {
    border-color: #F4AD33;
}
#form_container span > label {
    color: #777777;
    font-size: 10px;
    padding: 3px;
}

.form_container_strong {
    font-size: 16px;
}

.form_container_strong_padding {
    padding-bottom: 2.5em;
    padding-left: 2.5em;
    font-size: 13px;
    margin-top: -3em;
}

#form_container.form_container_strong #saveForm {
    font-size: 16px;
    color: #000;
}

#form_container.form_container_strong_finish #saveForm {
    font-size: 16px;
    color: #000;
    text-shadow: none;
    margin: 0 0 0 50%;
    left: -200px;
    position: relative;
}

#form_container #saveForm {
    cursor: pointer;
    /* SVG fallback(Opera 11.10-, IE9) */
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDI1MCwxNjgsNzYsMSk7IiAvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6cmdiYSgyNTUsMTIzLDEzLDEpOyIgLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCBmaWxsPSJ1cmwoI2dyYWRpZW50KSIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIgLz48L3N2Zz4=);
        /* Opera 11.10+ */
        background: -o-linear-gradient(top, rgba(250,168,76,1), rgba(255,123,13,1));
        /* Firefox 3.6+ */
        background: -moz-linear-gradient(top, rgba(250,168,76,1), rgba(255,123,13,1));
        /* Chrome 7+ & Safari 5.03+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(250,168,76,1)), color-stop(1, rgba(255,123,13,1)));
        /* IE5.5 - IE7 */
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFAA84C,EndColorStr=#FFFF7B0D);
        /* IE8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFAA84C,EndColorStr=#FFFF7B0D)";

    border: 1px solid #C64F00;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    color: #FFFFFF;
    font-size: 12px;
    padding: 6px 18px;
    margin: 20px 15px;
    text-shadow: 0 -1px 0 #C64F00;
    font-weight: bold;
}

.b-workarea-inner .field-title {
    /*font-weight: bold;*/
}

#form_container .field-label {
    font-weight: bold;
    font-size: 15px;
}

#form_container .field-label-36, #form_container .field-value-36 {
    border-bottom: none;
}
#form_container .field-label-37, #form_container .field-value-37 {
    border-top: none;
}

#form_container .field-label-38, #form_container .field-value-38 {
    border-bottom: none;
}
#form_container .field-label-39, #form_container .field-value-39 {
    border-top: none;
}

#form_container .field-label-40, #form_container .field-value-40 {
    border-bottom: none;
}
#form_container .field-label-41, #form_container .field-value-41 {
    border-top: none;
}

#form_container .field-label-42, #form_container .field-value-42 {
    border-bottom: none;
}
#form_container .field-label-43, #form_container .field-value-43 {
    border-top: none;
    border-bottom: none;
}
#form_container .field-label-44, #form_container .field-value-44 {
    border-top: none;
    border-bottom: none;
}
#form_container .field-label-45, #form_container .field-value-45 {
    border-top: none;
}
#form_container .field-label-46, #form_container .field-value-46 {
    border-bottom: none;
}
#form_container .field-label-47, #form_container .field-value-47 {
    border-top: none;
    border-bottom: none;
}
#form_container .field-label-48, #form_container .field-value-48 {
    border-top: none;
    border-bottom: none;
}
#form_container .field-label-49, #form_container .field-value-49 {
    border-top: none;
}

#form_container .captcha-label {
    font-weight: bold;
}

#form_container .field-label-52, #form_container .field-value-52 {
    border-bottom: none;
}
#form_container .field-label-53, #form_container .field-value-53 {
    border-top: none;
}

#form_container .field-label-54, #form_container .field-value-54 {
     border-bottom: none;
 }
#form_container .field-label-55, #form_container .field-value-55 {
    border-top: none;
}

#form_container .field-label-56, #form_container .field-value-56 {
    border-bottom: none;
}
#form_container .field-label-57, #form_container .field-value-57 {
    border-top: none;
}

#form_container #saveForm:hover {
    /* SVG fallback(Opera 11.10-, IE9) */
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDI1MSwyMDMsOTMsMSk7IiAvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6cmdiYSgyMzksMTYwLDMsMSk7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==);
        /* Opera 11.10+ */
        background: -o-linear-gradient(top, rgba(251,203,93,1), rgba(239,160,3,1));
        /* Firefox 3.6+ */
        background: -moz-linear-gradient(top, rgba(251,203,93,1), rgba(239,160,3,1));
        /* Chrome 7+ & Safari 5.03+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(251,203,93,1)), color-stop(1, rgba(239,160,3,1)));
        /* IE5.5 - IE7 */
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFBCB5D,EndColorStr=#FFEFA003);
        /* IE8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFBCB5D,EndColorStr=#FFEFA003)";
    border-color: #D08A01;
}
.orange-button {
    cursor: pointer;
    /* SVG fallback(Opera 11.10-, IE9) */
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDI1MCwxNjgsNzYsMSk7IiAvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6cmdiYSgyNTUsMTIzLDEzLDEpOyIgLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCBmaWxsPSJ1cmwoI2dyYWRpZW50KSIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIgLz48L3N2Zz4=);
        /* Opera 11.10+ */
        background: -o-linear-gradient(top, rgba(250,168,76,1), rgba(255,123,13,1));
        /* Firefox 3.6+ */
        background: -moz-linear-gradient(top, rgba(250,168,76,1), rgba(255,123,13,1));
        /* Chrome 7+ & Safari 5.03+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(250,168,76,1)), color-stop(1, rgba(255,123,13,1)));
        /* IE5.5 - IE7 */
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFAA84C,EndColorStr=#FFFF7B0D);
        /* IE8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFAA84C,EndColorStr=#FFFF7B0D)";

    border: 1px solid #C64F00;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    color: #FFFFFF;
    font-size: 12px;
    padding: 6px 18px;
    margin: 20px 15px;
    text-shadow: 0 -1px 0 #C64F00;
}

.orange-button:hover {
    /* SVG fallback(Opera 11.10-, IE9) */
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjpyZ2JhKDI1MSwyMDMsOTMsMSk7IiAvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6cmdiYSgyMzksMTYwLDMsMSk7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==);
        /* Opera 11.10+ */
        background: -o-linear-gradient(top, rgba(251,203,93,1), rgba(239,160,3,1));
        /* Firefox 3.6+ */
        background: -moz-linear-gradient(top, rgba(251,203,93,1), rgba(239,160,3,1));
        /* Chrome 7+ & Safari 5.03+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(251,203,93,1)), color-stop(1, rgba(239,160,3,1)));
        /* IE5.5 - IE7 */
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFBCB5D,EndColorStr=#FFEFA003);
        /* IE8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFBCB5D,EndColorStr=#FFEFA003)";
    border-color: #D08A01;
}


/* event list */
.future-events-title {
    font-size: 1.4em !important;
    color: #333333 !important;
    margin: 15px 0px;
}

.b-event-list {
    padding: 10px 30px;
    margin: 0px;
    list-style: none;
}
.b-event-list li {
    padding: 10px 0px;
}


/* event detail */
.b-event-detail-date {
    display: block;
    margin: 0px 0px 10px 0px;
    font-size: 1.3em;
}
.b-event-detail {
    display: block;
    margin: 0px 0px 10px 0px;
    font-size: 1.1em;
}
.eventExttype.b-element-list-category {
	color: #a0a0a0;
	text-transform: uppercase;
    /*margin-left: 0px;
    background: none repeat scroll 0 0 #58585a;
    color: #ffffff;
    display: inline-block;
    margin-top: 5px;
    padding: 3px 10px;
    text-transform: uppercase;*/
}
.b-event-detail-description {
    display: block;
    padding: 20px;
}
.b-event-detail-description p {
    padding: 5px 0px;
    font-size: 1.1em;
}


/* company detail page */
.b-companyPage {

}
.companyPage-logo {
    float: right;
    margin: 0px 40px 0px 0px;
    padding: 0px 0px 10px 10px;
}
.b-companyPage-properties ul {
    padding-left: 5px;
}
.b-companyPage-properties li {
    list-style: none;
    padding: 5px 0px 5px 30px;
    margin: 7px 0px;
    font-size: 1.2em;
    height: 13px;
    line-height: 13px;
}
.b-companyPage-address {
    background: url("http://aebrus.ru/upload/medialibrary/contact-icons/map18.jpg") no-repeat scroll 3px center transparent;
}
.b-companyPage-site {
    background: url('http://aebrus.ru/upload/medialibrary/contact-icons/site18.jpg') no-repeat scroll 0 center transparent;
}
.b-companyPage-tel {
    background: url('http://aebrus.ru/upload/medialibrary/contact-icons/phone18.jpg') no-repeat scroll 0 center transparent;
}
.b-companyPage-fax {
    background: url('http://aebrus.ru/upload/medialibrary/contact-icons/fax18.jpg') no-repeat scroll 0 center transparent;
}
.b-companyPage-email {
    background: url('http://aebrus.ru/upload/medialibrary/contact-icons/mail18.jpg') no-repeat scroll 0 center transparent;
}
.b-companyPage-description {
    font-size: 1.2em;
}


/* table edit persons */
.table-edit-persons {
    box-shadow: 0 0 5px #888888;
    /*width: 99%;*/
    margin: 10px 0;
    padding: 10px 10px;
    border-collapse: separate;   
    border-spacing: 0;   
    text-shadow: 0 1px 0 #fff;   
    color: #2a2a2a;   
    background: #fafafa;    
    background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff); 
    background-image: -webkit-gradient(linear,center bottom,center top,from(#fff),color-stop(0.5, #eaeaea),to(#fff)); 
}
.table-edit-persons th {
    padding: 5px;
}
.table-edit-persons td {
    border-left: 1px dotted #DDDDDD;
    border-top: 1px dotted #DDDDDD;
    padding: 5px 3px;
    font-size: 12px;
    text-overflow: ellipsis;
    max-width: 110px;
    width: 110px;
    overflow: hidden;
}
.table-edit-persons td:first-child {
    border-left: none !important;
}
.table-edit-persons tr {
    height: 30px;
    line-height: 20px;
    padding: 0 20px;
    text-align: center;
}
.table-edit-persons .user-edit-personalInfo {
    background: url("http://aebrus.ru/upload/medialibrary/contact-icons/pencil.jpg") no-repeat scroll 90% center #FFFFFF;
    float: none;
    border: medium none;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #333333 !important;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin: 10px;
    padding: 0 25px 0 5px;
    text-decoration: none;
    text-shadow: 0 1px 1px white;
}

/* комитет */

.b-committee-container li {
    margin-bottom: 10px !important;
}
.sub-committees-list a {
    color: #034C83 !important;
}
.sub-committees-list ul {
    list-style: none;
}
.sub-committees-list li {
    padding: 5px 0px;
}

.b-letter-container h5 {
    margin: 0px 0px 0.3em;
}

/* новость */
.detail_picture {
    /*max-width: 300px;
    max-height: 300px;*/
    width: 300px;
    height: auto;
    margin: 40px 0 20px 30px !important;
    float: right !important;
}

/* social icons */
.a2a_default_style .a2a_img, .a2a_default_style .a2a_dd, .a2a_default_style .a2a_svg {
    float: left;
}
.a2a_default_style .a2a_img {
    height: 31px;
    line-height: 31px;
    width: 31px;
}
.a2a_default_style .a2a_img, .a2a_default_style .a2a_svg {
    display: block;
    overflow: hidden;
}
.a2a_i_facebook {
    background:  url("images/fb.png") no-repeat 0 0!important;
}
.a2a_i_youtube {
    background:  url("images/yt.png") no-repeat 0 0!important;
}
.a2a_i_rss {
    background-position: 0 -799px !important;
}
.a2a_i_linkedin {
    background-position: 0 -1343px !important;
}
.a2a_menu span, .a2a_img {
    background: url("http://static.addtoany.com/menu/icons_24.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    line-height: 16px;
}

.sendMessage{z-index:100000001;position:fixed;left:50%;top:50%;text-align:center;width:1px;height:1px;}
.sendMessage .sendMessageText{line-height:100%;position:fixed;padding:20px;color:#ffffff;z-index:100000001;font-size:14pt;}
.sendMessage .sendMessageBack{position:fixed;padding:20px;background:#000000;border-radius:5px;opacity:0.7;filter:alpha(opacity=70);}
.newWindowBlack{background:#000000;opacity:0.0;filter:alpha(opacity:0);position:fixed;z-index:100000000;top:0%;left:0%;width:100%;height:100%;display:none;}
.newWindowOverflow{}
.newWindowOverflowInner{}
.newWindowBlackBody{border-radius:10px;background:#ffffff;border:6px solid #000000;position:fixed!important;z-index:1000000001;top:50%!important;left:50%;width:500px;height:300px;display:none;}
.newWindowBlackBodyClose{background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAFtElEQVRIx51Xa0yTVxiGllLLxXJb0QJCsVycDeMyJhEhJCaCJYzBQohMFMQQZ2QmS4QlJkxwBuWiGAIEMwf7t5AMgtsff+gCGyMImZqNhBAJkMhi5iVRKC296J63eb/m60cr4pc8ab9z3vd9znlv53w+Pm9/fAEZIS8vzy8jI0Oxd+9ef71er2xrawvs7u4OoncCzZGMIM+6W35ISQ4ogG1JSUnBp06d0ly7di2upaVFX1dXt/vq1asf9/X17cvMzIyprq6OuXDhQjR+P8ATRDqsK9/KAkiQVq4kI4cOHdJcv37dcPfuXePTp0+vWK3WiTeSx2az3X/x4sWNO3fuFJWWlsZGR0eH8QKUbGtTchkLquLi4kLKysp23bx588DKysrPUrInT544FhcXHdLxly9f/gQP6dLS0rShoaFqssU2ZZvtNIBWfPToUf3IyMinDodjkQxip6/hWis8sAaZFTHgblNHR4fVbDa/ZtkH2P0RxH2XWq0OJZvedi6QqrZv3x6Wn5+vHxwcLIGNdTJ0+/Zte2xs7KqUUIrk5GTT9PS0Xdg99L7AWByTqzyRyzke6pSUFF1ra2uB3W5fIuX+/n6rXC5f2YxUAMleunRpXSDv7e0t0Wq1MWSbOVwJ58sZGBQREaE9ffr0ASTKr8JOt0IqRk9Pj5VsID/+xPuHwA7iYC6ZkFDbyMW5ubl7BgYGqknBZDI5EGs396anp5uys7M3xFij0azW1NRYAgICXGP+/v4ry8vLNrI1Ojr6LWwlYDyMS00uEAdCSYssPrCwsPAjCXd1dVnFxg0Gg0lwX1NT07owHh8fbwKBM6ko+cQ6tbW1Fhp/9uzZb3hPAXbyrv2E+CL+6nij0Viwtrb2gISzsrLcdkbJhbk3YvKEhAQXKT3oZutinfDw8FXkinMuJCQkF2M6IATw92H28MjISENxcXEFCb169crhKW6FhYVrYnLIuUiHhoZsnvLh4cOHzkRraGioCw4OTsZYBLvbRxEUFKRBv808efLkVyQ0Nzdn95Y0RG6xWNyahjdSwq1bt9Y5u68EBgZ+hLFILi0fBeK7EzHcj15bT0IzMzP2t9UqYvZaTNzc3LzuTX54eNhJjAOlE+/pgJZyyofTW4vM3J+Tk1NHQs+fP7d7I0WrdJEK8ZMmnBiTk5Nmmj937txFlUr1Ccai3IgVCsU+nU5Xg3b3HwlKSwnJtyomJfcWFRW5xfzMmTMWaTNB73aWFBrTl+DYQLwTg5mI8/H5+fkxEjx79qybEcpyTzEVJxzarE2sQ32dD5S/8X4EyJC6WgPi1MTExHKcs9+zsE3cEIS6pF1JE4kOCXK11EtjY2PO2v8FD95LAbfkcpYTsEepVBqhXI/avO+pLreCqqoqM7fMf1HPDRgrIA5xOcm5gev8/PxywsLCalBWfYJbycBWSamt4nLg4Gwexlg1kCNtIDL2ObWzVLixBM3kGzR51+Hf2Nj4zjuvrKw0o86dpOPj4/cwVg8Uk21py5Tx1qmB64FckB/H7eE79OsRgXx2dtZSXl5ulsZdnEgTExOuBATpXxi/CBwjm2zb7ZBwHYt8dBmAfJDXooQu45I38vjx4znBIO2G2iCuRBbC1NSURSgZ7gHL7e3tdChcBmrJFtvccCy6XQQAOrTTACORY4e06h86Ozv/ePTo0ewbL8/S0tI8Lg33UB39vFMiNbItjxcBt6sPQNeUXRyTfHZVPbpOOy0AXhg6ePDg7+fPn/+HgBNtPCoqaoTmgHaO6THWTWVbXq8+bpc9FoxhF1E2fgacAL4GGpH9LUAb/rfRf5lM1shzJ1g2h3Vj2FbAZtdcmWjnao7Lbl45GTsMfA5UAJWMCh47zDKprLODbWx6vZV+RSi5zELZSCyQyDtJ5ZMmnf8beC6WZUNZV/k+XxO+Ig8o2IiK3RYoQQDPKVnWT/T99F7fUJ4Wsxne6fkftA8qZnEtbWkAAAAASUVORK5CYII=) no-repeat center center;width:30px;height:30px;position:absolute;right:-22px;cursor:pointer;margin:-5px 0px 0px -10px;top:-15px;}
.newWindowBlackBodyButton{text-align:center;}
.newWindowBlackBodySubmit{font-size:12pt;}



/* кнопка регистрации журналистов на странице мероприятий */
.event-reg_button {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:50px;
    line-height:50px;
    width:auto;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #ffffff;
    padding: 0px 20px;
    margin: 15px 0px 0px 0px;
    float: none;
}
.event-reg_button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}
.event-reg_button:active {
    position: relative;
    top: 1px;
}

.company-info-edit-button {
    background: #092e5b;
    border: 0px;
    border-radius: 0px;
    color: #fff !important;
    text-shadow: none;
    font-weight: 100;
    font-size: 1em;
    cursor: pointer;
}
.company-info-edit-button:hover {
    background: #0d50a1 !important;
}


/* office staff */

.b-office-staff img {
    float: left;
    padding: 10px; 
    border: 1px solid #ddd;
    margin: 0px 20px 20px 0px; 
    width: 100px;
    height: auto !important;
}

.b-office-staff h1 {
    clear: both;
    padding-top: 20px;
}
.b-office-staff h3 {
    margin-top: 0px;
}

/* loyalty table */
.loyalty-maintable {
    width: 99%;

}
    .loyalty-maintable tr {
        border-bottom: 1px solid #DDDDDD;
        
    }
    .loyalty-maintable tr td {
        padding: 20px 10px;
        
    }

.dp:after{
    display: block;
    content: '';
    clear: both;
}
.testimonials{
    float: left;
    width: 385px;
    padding: 40px 0 0 17px;
    position: relative;
}
.testimonials .title{
    display: block;
    background: url("images/testimonials-icon.png") no-repeat;
    font-size: 20px;
    height: 30px;
    padding-left: 55px;
    color: #204996;
}
.testimonials .more{
    float: left;
}

.content{
    font-size: 14px;
    color:#4c4c4c;
    padding-bottom: 20px;
}
.content:after{
    display: block;
    content: '';
    clear: both;
}
.content .left{
    float: left;
    width: 788px;
}
.content ul{
    margin: 0 0 0 25px;
    padding: 0;
    list-style: none;
}
.content ul li{
    list-style-image: url("images/li-icon.png");
    margin-bottom: 5px;
}
.content form ul{ margin: 0;}
.content form ul li{ list-style-image: none; margin: 0; }
.content .right{
    float: left;
    width: 384px;
    margin-left: 20px;
}
.content h1{
    margin: 0;
    padding: 20px 0px;
    font-size: 30px;
    line-height: 30px;
    color: #204996;
}
.content h2{
    font-size: 20px;
    color: #0b4c9f;
}

.member-notice-board{
    position: relative;
    padding-bottom: 20px;
}
.member-notice-board table td{
    vertical-align: middle;
    padding-bottom: 25px;
}

.member-notice-board table tr td:first-child{
    font-size: 15px;
    font-weight: bold;
    color: #4c4c4c;
    padding-right: 10px;
}
.member-notice-board select{
    width: 355px;
    height: 30px;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
}
.member-notice-board .form a{
    display: inline-block;
    padding: 3px 5px;
    background: #3671f2;
    color: #ffffff;
    text-decoration: none;
    margin-right: 5px;
}
.member-notice-board .form a.active {
    background: #fff24c;
}
.member-notice-board .form a.reset {
    background: none;
    color: #58585a;
    margin: 0;
    padding: 0;
}

.member-notice-board ul {
    padding: 0;
    margin: 0 0 10px 0;
}
.member-notice-board h5:before {
    display: inline-block;
    content: '';
    background: url("images/member-notice-board.png") no-repeat;
    height: 28px;
    width: 39px;
    left: 0;
    position: absolute;
}
.member-notice-board h5 {
    margin: 0;
    padding-left: 54px;
    font-size: 30px;
    line-height: 30px;
    color: #204996;
    border: none;
}
.member-notice-board .b-element-list-date {
    font-size: 14px;
    color: #80807e;
}
.member-notice-board .b-element-list-title {
    text-decoration: none;
    color: #204996;
    font-size: 16px;
    font-weight: 600;
}
.member-notice-board .b-element-list-title:hover {
	color: #F65529;
}
.member-notice-board .b-element-list-category {
    color: #a0a0a0;
    display: inline-block;
    margin-top: 5px;
    padding: 3px 10px 3px 20px;
    text-transform: uppercase;
    /*display: inline-block;
    background: #58585a;
    padding: 3px 10px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 5px;*/
}

.popup-auth-form {
    display: none;
    position: absolute;
    width: 242px;
    height: 145px;
    background: #58585a;
    right: 0;
    top: 85px;
    z-index: 100;
    padding: 30px 20px;
}
.popup-auth-form .errortext,
.popup-auth-form p {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}
.popup-auth-form .errortext { margin-bottom: 5px; }
.popup-auth-form input[type="text"],
.popup-auth-form input[type="password"]{
    width: 192px;
    height: 16px;
    margin-bottom: 5px;
    padding: 2px 25px;
}
.popup-auth-form input[type="submit"]{
    background: url("images/login-bt.jpg") no-repeat;
    width: 242px;
    height: 39px;
    border: none;
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
    margin-top: 10px;
}
.popup-auth-form label,
.popup-auth-form a{
    display: inline-block;
    padding-top: 10px;
}
.popup-auth-form label{ color: #ffffff; }
.popup-auth-form a{ color: #b3b2b2 !important; }

.popup-holder {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 300;
}
.popup-holder .bg {
    background: url("images/popup-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

#callback-popup .popup { margin-top: -250px; }
.popup-holder .popup {
    background: none repeat scroll 0 0 #fff;
    left: 50%;
    margin-left: -250px;
    position: fixed;
    top: 50%;
    width: 500px;
}
.popup-holder .popup .close {
    background: url("images/popup-close.png") no-repeat;
    display: block;
    height: 11px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 10px;
    width: 14px;
}
.popup-holder .popup .title {
    background: #58585a;
    color: #ffffff;
    display: block;
    font-size: 20px;
    height: 14px;
    line-height: 16px;
    padding: 18px 0;
    text-align: center;
}
#callback-popup .popup .title:before{
    display: inline-block;
    content: '';
    background: url("images/popup-icon.png") no-repeat;
    width: 12px;
    height: 18px;
    margin-right: 10px;
}
#callback-popup .popup form{
    padding: 35px 40px 40px;
    font-size: 15px;
    color: #58585a;
}
#callback-popup .popup .item:after{
    display: block;
    content: '';
    clear: both;
}
#callback-popup .popup .item span{
    display: block;
    float: left;
    /*width: 72%;*/
}
#callback-popup .popup .item span:first-child{
    width: 25%
    margin-right: 3%;
}
#callback-popup .popup .item input[type="text"]{
    width: 90%;
    height: 15px;
    background: #f2f2f2;
    border: 1px solid #cccccc;
    margin-bottom: 15px;
    padding: 5px 5%;
}
#callback-popup .popup .item input[type="submit"]{
    background: url("images/call-bt.jpg") no-repeat;
    width: 188px;
    height: 40px;
    border: none;
    color: #ffffff;
    padding: 0;
    margin: 0 0 0 119px;
    cursor: pointer;
    font-size: 20px;
}

.right .blocks{
    background: #f0f4fd;
    padding: 20px 10px 20px 20px;
    margin-top: 20px;
}
.member-database{
    display: inline-block;
    background: url("images/member-database.png") no-repeat;
    width: 162px;
    height: 58px;
    text-indent: -99999px;
}
.my-profile{
    display: inline-block;
    background: url("images/my-profile.png") no-repeat;
    width: 171px;
    height: 58px;
    text-indent: -99999px;
    margin-left: 15px;
}
.right .block{ padding-top: 30px; }
.right .block .title{
    display: block;
    color: #1f4995;
    font-size: 20px;
    margin-bottom: 10px;
}
.right .block .title a{
    color: #353535;
    font-size: 14px;
}
.right .block .column{
    margin: 0;
    padding: 0;
    list-style: none;
}
.right .block .column li{ display: table-row; }
.right .block .column li:after{
    display: block;
    content: '';
    clear: both;
}
.right .block .column li span{
    display: table-cell;
}
.right .block .column li span:first-child + span{
    text-align: center;
    padding: 0 10px;
}
.right .block .member-notice-block{
    width: 345px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    background-clip: padding-box;
    background-color: #f2f2f2;
    margin-left: -10px;
    padding: 10px;
}
.right .block .member-notice-block .title {
    background: url("images/testimonials-yellow-icon.png") no-repeat;
    color: #204996;
    display: block;
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    padding-left: 55px;
}
.right .block form{ color: #4c4c4c; }
.right .block input[type="text"]{
    border: 1px solid #ccc;
    border-radius: 5px;
    background-clip: padding-box;
    background-color: #fff;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.15);
    width: 321px;
    padding: 7px 12px;
    font-size: 14px;
    margin-top: 10px;
}
.right .block .file{
    display: block;
    padding-top: 10px;
}
.right .block .file-descr{
    display: block;
    padding: 2px 0 13px 90px;
    font-size: 13px;
}
.right .block input[type="submit"],
.right .block input[type="reset"]{
    border: none;
    background: url("images/form-blue-bt.png") no-repeat;
    width: 132px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    font-size: 13px;
}
.right .block input[type="submit"]{ margin-right: 20px; }

.right .bt{
    display: block;
    margin-bottom: 20px;
    width: 322px;
    height: 24px;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    padding: 17px 0;
}
.right .bt.yellow{
    background: url("images/yellow-bt.png") no-repeat;
    color: #353535;
}
.right .bt.blue{
    background: url("images/blue-bt.png") no-repeat;
    color: #ffffff;
}

.social{
    display: inline-block;
    background: url("images/social-icon.png?v2") no-repeat;
    width: 27px;
    height: 27px;
    margin-right: 15px;
}
.social:last-child{ margin: 0;}
.social.youtube{ background-position: 0 0; }
.social.linkedin{ background-position: -81px 0; }
.social.facebook{ background-position: -27px 0; }
.social.rss{ background-position: -54px 0; }
.social.twitter{ background-position: -108px 0; }


.board-member{
    display: inline-block;
    border: 1px solid #dadde6;
    border-bottom: 3px solid #dadde6;
    padding: 10px 20px;
    text-align: center;
    margin: 0 10px 30px 0;
}
.board-member .column{
    display: inline-block;
    margin: 0 50px 0 0;
    vertical-align: top;
}
.board-member .column:last-child{ margin-right: 0; }

.board-member .post{
    display: block;
    font-size: 20px;
    line-height: 23px;
    color: #0b4c9f;
    padding-bottom: 3px;
}
.board-member.three .post{ min-height: 50px; }
.board-member .name{
    display: block;
    color: #4c4c4c;
    font-size: 15px;
    line-height: 15px;
    padding: 5px 0;
}
.board-member .site{
    display: block;
    color: #0b4c9f;
    font-size: 15px;
    text-decoration: none;
}
.board-member .title{
    color: #0b4c9f;
    font-size: 20px;
    padding-bottom: 10px;
}

.loyalty-link{ text-align: center;}
.loyalty-link a{
    display: inline-block;
    margin: 0 40px 2px 0;
    text-decoration: none;
    font-size: 15px;
    padding: 5px 10px;
}
.loyalty-link a span{
    display: inline-block;
    border-bottom: 1px dashed #0b4c9f;
}
.loyalty-link a:hover{
    background: #f0f4fd;
    color: #4c4c4c;
    padding: 5px 10px 6px;
}
.loyalty-link a:hover span{ border: none; }
.loyalty-maintable td{
    border: 1px solid #dadde6;
    border-collapse: collapse;
    text-align: center;
}
.loyalty-maintable tr:nth-child(2n+1) td{ background: #f0f4fd; }

.banner{
    position: fixed;
    color: #0d50a1;
    left: 0px;
    top: 50px;
    font-size: 17px;
    line-height: 17px;
    z-index: 500;
}
.banner.blue{
    color: #ffffff;
    margin-top: 75px;
    top: 310px;
}
.banner .click{
    display: block;
    position: absolute;
    padding: 15px 40px;
    background: #fff101;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
    width: 200px;
    /*margin: 89px 0 0 -89px;*/
    margin: 105px 0 0 -105px;
}
.banner.blue .click{ background: #0d50a1; }
.banner.blue .click:before{ background-position: -25px 0; }
.banner.open .click{ margin-left: 201px; }
.banner .body{
    display: none;
    background: #fff101;
    padding: 30px 30px 25px 15px;
    width: 260px;
}
.banner.blue .body{ background: #0d50a1; }
.banner.open .body{ display: block; }
.banner img{
    margin-top: 15px;
    width: 250px;
    height: 180px
}
.banner.yellow.open {
    z-index: 501;
}

.form-upload {
    position: relative;
}
.clearFileButton {
    background: url("/bitrix/templates/aeb/images/content/close-2-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 16px;
    margin: -20px 0 0;
    padding: 0;
    width: 16px;
}
.uploadFormPreloader {
    background: url("/bitrix/templates/aeb/images/content/377.GIF") no-repeat scroll center center rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* MD form custom */
#form_container > p > font.errortext {
    display: none;
}

/* */

/* loyalty */
.b-loyalty-table h3 a {
    color: #0d50a1 !important;
    font-size: 1.2em;
}
    .b-loyalty-table h3 a:hover {
        color: #f65529 !important;
    }
.b-loyalty-table td {
    /*border: 1px solid grey;*/
    padding: 15px 10px;
}
.b-loyalty-table .b-loyalty-table-item td {
    border-top: 1px solid grey;
    border-right: 0px solid grey;
    border-bottom: 0px solid grey;
    border-left: 0px solid grey;
}
.b-loyalty-table .b-loyalty-table-item td:last-child {
    border-left: 1px solid grey;
}
.b-loyalty-table .b-loyalty-table-item.b-loyalty-table-item_first td {
    /*border-top: 0px solid grey;*/
}
.b-loyalty-table .b-loyalty-table-item.b-loyalty-table-item_last td {
    border-bottom: 1px solid grey;
    /*border-bottom: 0px solid grey;*/
}
.b-loyalty-table .b-loyalty-table-item td:first-child {
    text-align: center;
    padding: 15px 20px;
}



.b-codexbtn {
    float: left;
    width: 780px;
    padding: 20px 0px;
}
    .b-codexbtn-button {
        display: block;
        background: #3671f2 none repeat scroll 0 0;
        /*border: 1px solid #0d50a1;*/
        color: #fff !important;
        text-decoration: none;
        float: left;
        font-size: 1.2em;
        font-weight: 100;
        padding: 13px 0;
        text-align: center;
        width: 380px;
    }
    .b-codexbtn-button.blue {
        background: #57585a;
    }
    .b-codexbtn-button.gray {
        background: #347def;
    }
    .b-codexbtn-button:hover {
        /*background: rgba(240, 244, 253, 1) none repeat scroll 0 0;*/
        /*color: #333 !important;*/
    }


