/* Основные стили */

/*****************************************************/
/********************** DEFAULT **********************/
/*****************************************************/

/* Cuprum-Regular.ttf */
@font-face {
    font-family: Cuprum; /* Гарнитура шрифта */
    src: url(fonts/Cuprum-Regular.ttf); /* Путь к файлу со шрифтом */
}

* {
    outline: none !important;
}

a:hover {
    /*cursor: pointer !important;*/
}

html {
    /*color: #000;*/
    background: #FFF;
}

body {
    /*overflow-y: scroll;*/
    font-family: tahoma;
    font-size: 13px;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

a {
    color: #2468A7;
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal
}

ul {
    list-style: circle;
    margin: 5px 0;
}
ul li{
    /*list-style: circle;*/
    margin: 5px 0;
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input, textarea, select {
    *font-size: 100%
}

legend {
    color: #000
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

/*****************************************************/
/*********************** MAIN ************************/
/*****************************************************/

#container {
    background-image: url('/_aaa/bg-texture.jpg');
}

/*#container2{
    background-image: url('/_aaa/bg-pattern.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 529px;
}*/

#wrapper {
    width: 1240px; /* Ширина контента, для медиа нужен min-width */
    background-color: transparent;
    padding: 0;
    /* margin: -529px auto 0 auto;*/
    margin: 0 auto;
    outline: none !important;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.show {
    display: block;
}

h1, h2, h3 {
    margin: 5px 0;
}

p {
    margin: 10px 0;
    font-family: tahoma;
    /* font-size: 13px;*/
}

h1 {
    font-family: Cuprum;
    font-size: 26px;
}

h2 {
    font-family: Cuprum;
    font-size: 1.3em;
}

h3 {
    font-family: Cuprum;
    font-size: 1.1em;
}

/*****************************************************/
/********************** HEADER ***********************/
/*****************************************************/

header {
    background-color: transparent;
}

#header-top-banner {
    height: 55px;
}

#header-top-menu {
    /*background-color: #8FC6ED;*/
    background-image: url('/_aaa/top-menu-bg.jpg');
    background-color: #e0e0e0;
    width: 100%;
    border-radius: 0 0 4px 4px;
}

#header-right-banner {
    float: right;
}

#header-grid-table {
    width: 100%;
}

#header-grid-table td {
    vertical-align: top;
}

.auth-text {
    border-radius: 3px;
    padding: 6px;
    border: 1px solid #999;
    box-shadow: inset 0 1px 2px #aaa;
    margin-left: 5px;
    font-family: 'Cuprum', verdana;
    font-size: 14px;
    /*  width: 120px;*/
}

.auth-login {
    width: 160px;
}

.auth-password {
    width: 75px;
}

.auth-submit {
    border-radius: 3px;
    background-color: #FBFAF8;
    padding: 3px;
    border: 1px solid #999;
    box-shadow: 1px 1px 1px #444;
    font-family: 'Cuprum' font-size : 16 px;
    margin-left: 5px;
    background-image: url('/_aaa/login-ico.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    cursor: pointer;
}

.auth-text:first-child {
    margin-left: 0 !important;
}

#header-top-banner:after {
    content: '';
}

#login-form input {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-family: Cuprum;
    margin: 4px 0;
    padding: 6px;
    width: 150px;
}

#login-form a {
    margin: 2px 5px;
    cursor: pointer;
}

#password-request {
    margin-left: 15px;
    font-size: .9em;
    font-family: 'Cuprum', verdana;
    letter-spacing: 0.05em;
    color: #fff;
    text-shadow: 1px 1px 1px #555;
    text-decoration: none;
    opacity: .9;
}

#password-request:hover {
    opacity: 1;
    text-shadow: 1px 1px 1px #222;
}

#registration-button {
    background-color: #618FB3;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid transparent;
    font-family: 'Cuprum', verdana;
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
    opacity: .9;
}

#registration-button:hover {
    opacity: 1;
}

#header-top-menu-links {
    margin-left: 15px;
}

.header-top-menu-links-item {
    font-size: 14px;
    font-family: 'Cuprum', verdana;
    color: #2468a9;
    float: left;
    display: block;
    text-shadow: 0 1px 1px #fff;
    text-decoration: none;
    opacity: .9;
    padding: 0 20px;
    height: 37px;
    border-right: 1px solid #a1bfd7;
}

.header-top-menu-links-item:first-child {
    border-radius: 0 0 0 4px;
}

.header-top-menu-links-item>div {
    vertical-align: 10px;
}

.header-top-menu-links-item:visited {
    color: #2468a9;
}

.header-top-menu-links-item:hover {
    background-image: url("/_aaa/top-menu-visits.jpg");
    color: #fff;
    text-shadow: none;
}

.header-top-menu-links-item:before:after {
    content: '';
}

.header-top-menu-links-separator:after {
    content: '';
}

.header-top-menu-links {

}

#header-search {

}

#header-top-menu-lang-select {
    position: absolute;
    top: 6px;
    right: 8px;
    width: 50px;
    background-color: #eee;
    border-radius: 4px;
    height: 25px;
}

.lang-select {
    position: absolute;
    top: 25px;
    left: -70px;
    width: 120px;
    background-color: #eee;
    border-radius: 4px 0 4px 4px;
    display: none;
    box-shadow: 0 2px 2px #aaa;
}

#header-top-menu-lang-clicker {
    cursor: pointer;
}

#search-submit {
    width: 30px;
    height: 30px;
    background-color: #ed1c22;
    border: 1px solid #ed1c22;
    border-radius: 4px;
    color: #fff;
    background-image: url('/_aaa/search-ico.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: 0 2px 0 #e0e2e2;
    vertical-align: bottom;
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#search-submit:hover {
    background-color: #cd1017;
    border: 1px solid #cd1017;
    cursor: pointer;
}

.header-main-menu-item {
    width: auto;
    padding: 20px 22px;
    display: inline-block;
    /*background-color: #E61A23;*/
    background-image: url('/_aaa/main-menu-back.jpg');
    background-position: center top;
    font-family: 'Cuprum', verdana;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    border-right: 1px solid #930303;
    opacity: .9;
    position: relative;
    height: 20px !important;
    padding: 20px 22px !important;

}

.header-main-menu-item:after {
    content: '';
}

.header-main-menu-item:first-child {
    border-left: 0 !important;
    border-radius: 4px 0 0 4px;
}

.header-main-menu-item:last-child {
    border-right: 0 !important;
    border-radius: 0 4px 4px 0;
}

.header-main-menu-item:hover {
    opacity: 1;
    background-color: #333;
    /*text-shadow: 1px 1px 1px #7f0308;*/
    background-image: url('/_aaa/main-menu-hover.png');
    background-repeat: no-repeat;
    background-position: center top;
}

.header-main-menu-item-active {
    background-image: url('/_aaa/main-menu-shadow.png') !important;
    background-repeat: no-repeat;
    background-position: center top;
}

.header-main-menu-item-active-line {
    background-image: url('/_aaa/main-menu-in-category.png');

}

.header-main-menu-item-active:hover {
    border-right: 1px solid transparent;
    background-image: url('/_aaa/main-menu-shadow.png') !important;
    background-repeat: no-repeat;
    background-position: center top;

}

#header-main-menu-submenu {
    z-index: 9999;
}

#header-main-menu-content-separator {
    height: 8px;
    margin-top: 0;
    position: relative;
    background-color: #2c292a;
    border-radius: 0 4px 0 0;
}

#header-main-menu-content-block {
    background-color: #fff;
    /* border: 0 1px 1px 1px solid #999;*/
    border-top: 0;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 3px 9px #666;
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#666, strength=10);
    padding: 0;
    z-index: 2000;
}

.header-main-menu-content-part {
    display: none;
    z-index: 2000;
}

.sharp-conners-left {
    border-radius: 4px 0 0 0 !important;
}

.sharp-conners-right {
    border-radius: 0 4px 0 0 !important;
}
.lang-select{
    margin: 0;
    padding: 0px;
}
.lang-select-item {
    padding: 2px 4px !important;
    opacity: .8;
    cursor: pointer;
    font-family: tahoma;
    font-size: 13px;
    list-style: none;
}

.lang-select-item:hover {
    /*background-color: #eee;*/
    cursor: pointer;
    opacity: 1;
    text-decoration: underline;
}

.flag-ru {
    background-image: url('/_aaa/flags/ru.gif');
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}

.flag-en {
    background-image: url('/_aaa/flags/gb.gif');
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}

.flag-by {
    background-image: url('/_aaa/flags/by.gif');
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}

.flag-de {
    background-image: url('/_aaa/flags/de.gif');
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}

.flag-kz {
    background-image: url('/_aaa/flags/kz.gif');
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}

.flag-eu {
    background-image: url('/_aaa/flags/europeanunion.gif');
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}

.flag-cn {
    background-image: url('/_aaa/flags/cn.gif');
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}

.lang-sharp-corners {
    border-radius: 4px 4px 0 0 !important;
}

/*****************************************************/
/********************** FOOTER ***********************/
/*****************************************************/

footer {
    clear: both;
}

#footer nav {
    height: 37px;
    background-color: #c1daf0;
    /*background-image: url('/_aaa/footer-menu-bg.png');
    background-repeat: repeat-x;
    border-radius: 4px 4px 0 0;
    vertical-align: -50%;*/
    border-radius: 4px 4px 0 0;
}

#footer nav .header-top-menu-links-item:first-child {
    border-radius: 4px 0 0 0 !important;
}

#footer-content {
    background-color: #fff;
}

.footer-content-block {
    float: left;
    width: 25%;
    /*background-color: #ccccff;*/
}

#footer-content-copyright-text {
    clear: both;
    color: #aaa;
    padding: 10px;
    font-size: 13px;
    font-family: tahoma;
}

.footer-content-block-item {
    padding: 10px;
    color: #666;
}

.footer-content-block-item-focus {
    background-color: #E8F2FB;
    border-radius: 2px;
    margin: 0 10px 0 10px;
}

.footer-content-block-item-topic {
    font-family: "Cuprum", Tahoma;
    color: #444;
    font-size: 15px;
}

.footer-content-block-item-text {
    font-family: Tahoma;
    color: #4b4b4b;
    font-size: 13px;
}

/*****************************************************/
/******************* MAIN CONTENT ********************/
/*****************************************************/

.main-content-block-item {

}

/*****************************************************/
/******************* RATING LIST *********************/
/*****************************************************/

#ratinglist-menu {
    width: 100%;
    border-radius: 4px 4px 0 0;
    background-color: #fff !important;
    overflow: hidden;
}

.ratinglist-menu-item {
    width: auto;
    padding: 10px 10px;
    background-color: #fff;
    color: #3873AF;
    float: left;
    font-family: "Cuprum", tahoma;
    font-size: 15px;
    text-decoration: none;
    border-right: 1px solid #bbb;
}

.ratinglist-menu-item:hover {
    text-decoration: underline;
}

/*.ratinglist-menu-item:first-child{
    border-radius: 4px 0 0 0;
}
.ratinglist-menu-item:last-child{
    border-radius: 0 4px 0 0;
}*/
.ratinglist-menu-item-active {
    background-color: #ED212A;
    border-right: 1px solid #ED212A;
    color: #fff;
}

.ratinglist-menu-item-unactive-border {
    border-right: 1px solid transparent;
}

#db-main-menu {
    width: 100%;
    border-radius: 4px 4px 0 0;
    background-color: #fff !important;
    overflow: hidden;
}

.db-main-menu-item {
    width: auto;
    padding: 10px 10px;
    background-color: #fff;
    color: #3873AF;
    float: left;
    font-family: "Cuprum", tahoma;
    font-size: 16px;
    text-decoration: none;
    border-right: 1px solid #bbb;
}

.db-main-menu-item:hover {
    text-decoration: underline;
}

.db-main-menu-item-active {
    background-color: #ED212A;
    border-right: 1px solid #ED212A;
    color: #fff;
}

.db-main-menu-item-unactive-border {
    border-right: 1px solid transparent;
}

.db-main-tab {
    display: none;
    padding: 15px 40px;
    font-family: tahoma;
}

/*.db-main-tab ul, .db-main-tab ol {
    margin-left: 40px;
    font-family: tahoma;
    font-size: 13px;
}*/

/* Ratinglist submenu */

.ratinglist-menu-submenu {
    background-color: transparent; /* transparent !!! */
    height: 30px;
    background-image: url("/_aaa/ratinglist-submenu-bg.png");
    background-repeat: repeat-x;
    border-radius: 0 0 4px 4px;
    color: #fff;
    padding: 5px 6px 1px 6px;
    vertical-align: top;
    box-sizing: content-box !important;
    -moz-box-sizing: border-box; /* Firefox */
    font-family: "Cuprum", tahoma;
}

.ratinglist-menu-submenu-item {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 3px 5px;
    margin: 0 3px;
    vertical-align: middle;
    text-decoration: none;
    box-sizing: content-box !important;
    -moz-box-sizing: border-box; /* Firefox */
    position: relative;
    cursor: pointer;
}

.ratinglist-menu-submenu-item-active {
    background-color: #fff;
    color: #ff0000 !important;
    border-radius: 4px;
}

.ratinglist-menu-submenu-item-link {
    background-image: url('/_aaa/menu-arrow-black.png');
    background-repeat: no-repeat;
    background-position: 12px 12px;
    padding: 5px 5px 5px 26px;
    line-height: 20px;
    color: #000;
    display: block;
    font-family: tahoma;
    font-size: 13px;
    margin: 4px 0;
    text-decoration: none;
}

.ratinglist-menu-submenu-item-link-active {
    background-image: url('/_aaa/menu-arrow-white.png');
    background-color: #909090;
    color: #fff;
}

.ratinglist-menu-submenu-item-link:hover {
    background-image: url('/_aaa/menu-arrow-white.png');
    background-color: #495666;
    color: #fff;
}

/* Ratinglist table */

.ratinglist-table {
    width: 100%;
    margin-top: 10px;
}

.ratinglist-table thead tr td {
    background-color: #d7dce0;
    padding: 8px 8px 4px 8px;
    border-bottom: 4px solid #d7dce0;
    font-family: "Cuprum", Tahoma;
    font-size: 18px;
}

.ratinglist-focus-thead-td {
    border-bottom: 4px solid #b2bcc8 !important;
}

.ratinglist-table tbody tr:hover {
    background-color: #E8EFF7 !important;
}

.ratinglist-table thead tr:hover {
    cursor: pointer;
}

.ratinglist-table thead tr td:hover {
    border-bottom: 4px solid #c5d0d8;
}

.ratinglist-table-tr-hover {
    box-shadow: 0 2px 2px 0 #b6b6b6;
    background-image: url('/_aaa/light-rating-button.png');
    background-position: top center;
    background-repeat: no-repeat;
}

.ratinglist-table tbody tr td {
    padding: 8px;
}

.rating-img-container {
    padding: 3px 6px;
    border-radius: 3px;
    color: #fff;
    width: 50px;
    font-family: "Cuprum", Tahoma;
    font-size: 15px;
}

.rating-img-container:hover {
    cursor: pointer;
}

.rating-image-conteiner-a {
    background-color: #ff0000 !important;
    cursor: pointer;
}

.rating-image-conteiner-b {
    background-color: #3873af !important;
    cursor: pointer;
}

.rating-image-conteiner-c {
    background-color: #75579d !important;
    cursor: pointer;
}

.rating-image-conteiner-d {
    background-color: #4f4f4f !important;
    cursor: pointer;
}

.ratinglist-table a {
    text-decoration: underline;
}

span.ratinglist-active-sort-asc {
    background-image: url('/_aaa/ratinglist-active-sort-asc.png');
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: -2px;
}

span.ratinglist-active-sort-desc {
    background-image: url('/_aaa/ratinglist-active-sort-desc.png');
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: -2px;
}

span.ratinglist-unactive-sort-asc {
    background-image: url('/_aaa/ratinglist-unactive-sort-desc.png');
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: -2px;
}

span.ratinglist-unactive-sort-desc {
    background-image: url('/_aaa/ratinglist-unactive-sort-desc.png');
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: -2px;
}

span.ratinglist-submenu-bullet-white {
    background-image: url('/_aaa/ratinglist-unactive-sort-desc.png');
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: -2px;
}

span.ratinglist-submenu-bullet-white {
    background-image: url('/_aaa/bullet-w.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
    width: 13px;
    height: 8px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: 1px;
}

span.ratinglist-submenu-bullet-red {
    background-image: url('/_aaa/bullet-r.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
    width: 13px;
    height: 8px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: 1px;
}

span.ratinglist-submenu-arrow-white {
    background-image: url('/_aaa/menu-right-arrow-white.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
    width: 13px;
    height: 8px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: 1px;
}

span.ratinglist-submenu-arrow-red {
    background-image: url('/_aaa/menu-bottom-arrow.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
    width: 13px;
    height: 8px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: 1px;
}

/* RATING LIST MODAL */

.ratinglist-modal-container {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    display: none;
}

.ratinglist-modal-container-bg {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1500;
    background-color: #000;
    opacity: 0.6;
    display: none;
    cursor: url('/_aaa/cursor3.cur'), auto;
}

.ratinglist-modal-content {
    width: 40%;
    height: auto;
    position: fixed;
    top: 10%;
    left: 20%;
    background-color: #fff;
    z-index: 1600;
    border-radius: 4px;
}

.ratinglist-modal-button-close {
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
    opacity: .8;
    transition: opacity 0.3s ease-out 0s;
}

.ratinglist-modal-button-close:hover {
    opacity: 1;
}

.ratinglist-modal-header-line {
    background-color: #ebf2f8;
    padding: 3px 10px;
    margin-top: 5px;
    font-family: "Cuprum", Tahoma;
    font-size: 15px;
    color: #2468a9;
    text-transform: uppercase;
}

.ratinglist-modal-header-line span {
    color: #ff0000;
}

.ratinglist-modal-text-line {
    color: #888;
    padding: 3px 10px;
    font-family: tahoma;
    font-size: 13px;
}

.ratinglist-modal-text-line div {
    color: #000;
    padding: 3px 0;
    font-family: "Cuprum", Tahoma;
    font-size: 16px !important;
}

.ratinglist-modal-companyname {
    padding: 8px 10px 4px 10px;
    font-family: "Cuprum", Tahoma;
}

.ratinglist-modal-companyname-numbers span {
    /* ИНН и т.д. */
    color: #888;
    font-size: 1em;
    text-transform: uppercase;
    margin-left: 10px;
    padding: 44px 0 0 0;
}

.ratinglist-modal-companyname-numbers span:first-child {
    margin-left: 0;
}

.ratinglist-modal-companyname a {
    color: #ff0000;
    text-decoration: underline;
    font-size: 1.3em;
}

/*****************************************************/
/********************** PROJECT **********************/
/*****************************************************/
.project-interviews-modal {
    width: 600px;
    /*height: 80%;*/
    border-radius: 2px;
    border: 1px solid #ccc;
    position: fixed;
    left: 45%;
    margin-left: -300px;
    top: 50%;
    background-color: #fff;
    z-index: 9999;
}

/* project map modal */
#project-modal-map {
    position: fixed;
    width: 60%;
    /*height: 60%;*/
    top: 60px;
    left: 20%;
    border: 1px solid #888;
    background-color: #fff !important;
    z-index: 1600;
    display: none;
}

#project-modal-map-header {
    background-color: #66aad7;
    /*height: 25px;*/

}

#project-modal-map-header2 {

}

.project-modal-map-years-item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #1e5d88;
    font-family: tahoma;
    text-decoration: none;
    /*height: 25px;*/
    vertical-align: middle;
    padding: 4px 4px;
    border-right: 1px solid #fff;
    border-left: 1px solid transparent;
    width: 50px;
    font-size: 013px;
    text-align: center;
}

.project-modal-map-years-item-active {
    color: #fff !important;
}

.project-modal-map-years-item-main {
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #fff;
    font-family: Cuprum;
    font-size: 16px;
    text-decoration: none;
    /*height: 25px;*/
    vertical-align: middle;
    padding: 3px 15px;
    border-right: 1px solid #fff;
}

#project-modal-map-text {
    padding: 20px 20px;
    z-index: 500;
    overflow-y: auto;
    height: auto;
    background-color: #fff;
}

#project-modal-map-text2 {
    padding: 20px 8px;
    z-index: 500;
    overflow-y: auto;
    height: 452px;
}

.project-modal-map-close {
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}

.project-modal-map-close2 {
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
}

/* //project map modal */

/* project content */
.project-content-header {
    vertical-align: middle;
    background-image: url('/_aaa/bg-top-tbl-right.jpg');
    background-repeat: repeat-x;
    /*height: 52px;*/
    background-color: #fff;
    text-align: left;
    vertical-align: middle;
    background-position: bottom;
    min-height: 53px;
    border-radius: 4px 4px 0 0;
}

.project-content-header-text {
    color: #7f7f7f;
    font-family: Cuprum;
    font-size: 1.3em;
    padding: 10px 10px 5px 10px;
}

.project-content-header-text-main {
    color: #ec2029;
    font-family: Cuprum;
    padding: 10px 150px 5px 10px;
    font-size: 1.5em;
    z-index: 0;
}

.project-content-header-text-main a {
    color: #ec2029;
    text-decoration: none;
}

.project-content-header-text-main a:hover {
    text-decoration: underline;
}

.project-content-right-text {
    background-color: #fff;
    padding: 10px 10px;
    font-size: 13px;
    font-family: tahoma;
}

#project-modal-map-years {
    padding: 6px 0;
}

/*.project-content-right-text p {
    font-family: tahoma;
    font-size: 13px;
}*/

.project-content-right-text ol {
    /*margin-left: 30px;*/
    /*    font-family: tahoma;
        font-size: 13px;*/
}

li>p {
    /*font-size: 1em !important;
    font-family: tahoma;*/
}

ol>li>ul>li, ol>li>ul>li>p {
    /*font-size: 13px !important;
    font-family: tahoma;*/
}

.project-content-right-text ul {
    margin-left: 30px;
    list-style-type: disc;
    /*   font-family: tahoma;
       font-size: 13px;*/
}

.project-content-right-text table {
    /*font-size: 13px;
    font-family: tahoma;*/
}

#project-content-table {
    width: 100%;
    margin-top: 0px;
    /*font-family: tahoma;
    font-size: 13px;*/

}

#project-content-table td {
    vertical-align: top;
}

.project-research-contents-button {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 3px 5px;
    background-color: #f00;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: Cuprum;
    border-radius: 4px;
    vertical-align: 5px;
}

.project-research-contents-button-active {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 3px 5px;
    background-color: #aaa;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: Cuprum;
    border-radius: 4px;
    vertical-align: 5px;
}

.pdf-link {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background-image: url('/_aaa/pdf.png');
    width: 21px;
    height: 25px;
    text-decoration: none;
}

.project-research-contents-text {
    padding: 5px;
    background-color: #fff;
    /*border-bottom: 1px solid #ccc;*/
    display: none;
}
.project-research-contents-text-list{
    list-style-type: none !important;
}
.project-research-contents-text-list li {
    background-image: url('/_aaa/ul-ico-blue.png');
    background-position: top left;
    background-repeat: no-repeat;
    vertical-align: top;
    color: #000;
    margin: 8px 10px 8px -30px !important;
    list-style-type: none !important;
    padding-left: 12px;
    font-size: .9em;
    font-family: tahoma;
}

.project-research-contents-text-list li>a {
    text-decoration: none;
}

.project-research-contents-text-sublist {
    display: none;
    list-style: none;
    margin: 0 !important;
}

.project-research-contents-text-sublist li {
    background-image: url('/_aaa/ul-ico-grey.png');
    background-position: top left;
    background-repeat: no-repeat;
    vertical-align: top;
    color: #000;
    margin: 5px 10px;
    padding-left: 12px;
    font-size: .9em;
    list-style-type: none !important;
    font-family: tahoma;
}

.project-research-contents-text-sublist li>a {
    text-decoration: none;
    color: #4b4b4b;
}

.project-research-contents-text-sublist li>a:hover {
    text-decoration: underline;
}

.contents-spoiler {
    background-image: url('/_aaa/menu-right-blue.jpg') !important;
    background-position: 0 5px !important;
    background-repeat: no-repeat;
    vertical-align: top;
    color: #000;
    margin: 5px 10px;
    padding-left: 12px;
    font-size: .9em;
    font-family: tahoma;
}

.contents-spoiler-active {
    background-image: url('/_aaa/menu-bottom-blue.jpg') !important;
    background-position: 0 5px !important;
    background-repeat: no-repeat;
    vertical-align: top;
    color: #000;
    margin: 5px 10px;
    padding-left: 12px;
    font-size: .9em;
    font-family: tahoma;
}

.project-content-right-text h1 {
    color: #222;
    margin: 10px 0;
    font-family: Cuprum;
    font-size: 1.3em;
}

.project-content-right-text p {
    color: #222;
    margin: 10px 0;
}

.project-analytics-other-item {
    padding: 5px;
    display: block;

}

.project-analytics-other-item:hover {
    background-color: #eee;
    cursor: pointer;
}

.project-analytics-other-item:hover a {
    text-decoration: underline;
}

.project-analytics-other-item-date {
    color: #999;
    font-family: Cuprum;
    font-size: 1em;
}

.project-analytics-other-item-link {
    font-family: Cuprum;
    font-size: 14px;
    text-decoration: none;
}

.project-analytics-other-item-link:hover {
    text-decoration: underline;
}

.project-analytics-nav-forward {
    background-color: #66abd5;
    background-image: url('/_aaa/button-next.png');
    background-position: 99% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 1;
}

.project-analytics-nav-back {
    background-color: #d7e4ec;
    background-image: url('/_aaa/button-back.png');
    background-position: 1% 50%;
    background-repeat: no-repeat;
    padding: 5px 50px;
    cursor: pointer;
    opacity: 1;
}

.project-analytics-nav-back:hover, .project-analytics-nav-forward:hover {
    opacity: 1;
}

.ratinglist-menu-submenu-item-subsubmenu {
    position: absolute;
    top: 23px;
    left: 0;
    z-index: 900;
    background-color: #fff;
    color: #000;
    padding: 1px 0;
    /*border: 1px solid #aaa;*/
    border-top: none;
    width: 900px;
    display: none;
    box-shadow: 1px 2px 2px #666;
    border-radius: 0 4px 4px 4px;
}

.wave {
    height: 40px;
    background-image: url('/_aaa/wave.png');
    background-repeat: repeat-x;
}

/*.project-content-right-text table{
    border-spacing: 50px !important;
}
.project-content-right-text table td{

    padding: 15px;
}*/

.project-content-right-text table {
    border: 1px solid transparent; /* Рамка вокруг таблицы */
    border-collapse: separate; /* Способ отображения границы */
    /*width: 100%;*/
    /* Ширина таблицы */
    border-spacing: 1px 1px; /* Расстояние между ячейками */
}

.project-content-right-text td {
    padding: 5px; /* Поля вокруг текста */
    border: 1px solid transparent; /* Граница вокруг ячеек */
}

/*****************************************************/
/********************** RANKINGS *********************/
/*****************************************************/

.rankings-header {
    font-size: 20px;
    color: #666;
    margin: 5px 0;
    font-family: Cuprum;
}

.rankings-table-item {
    width: 70%;
    margin: 20px 0 0 0;

}

.rankings-table-item:first-of-type {
    width: 100%;
    margin: 0 !important;
}

.rankings-table-item td {
    vertical-align: top;
    border-collapse: collapse;
    border-spacing: 0;
}

.right-block-header {
    background-color: #c3dcf0;
    font-family: Cuprum;
    font-size: 1.1em;
    color: #2368a9;
    padding: 5px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.rankings-list-left {
    width: 290px;
    background-color: #fff;
    padding: 0;
}

.rankings-list-left-item-link {
    display: block;
    background-image: url('/_aaa/ul-ico-blue.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
    padding: 4px 5%;
    margin: 0 5px;
    text-decoration: none;
    font-family: tahoma;
    font-size: 13px;
}

.rankings-list-left-item-link:hover {
    background-color: #e4eef7;
}

.rankings-list-right {
    padding: 0 15px;
}

.ratinglist-table-link {
    font-family: Cuprum !important;
    font-size: 15px;
}

.rankings-list-right h1 {
    font-family: Cuprum;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

.rankings-list-right p {
    margin: 10px 0;
    font-family: tahoma;
    font-size: .9em;
}

.right-block-content-item {
    margin: 5px 0;
    background-color: #fff;
    padding: 5px;
    font-family: Cuprum;
    border-radius: 2px;
}

.right-block-content-header {
    color: #909090;
    font-size: .9em;
}

.right-block-content-text {
    font-family: Cuprum;
    font-size: .9em;
}

/*****************************************************/
/********************* MAIN MENU *********************/
/*****************************************************/

.mainmenu-open-main-header {
    font-family: Cuprum;
    font-size: 1.5em;
    color: #f00;
    text-transform: uppercase;
}

.mainmenu-open-main-line-link {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background-image: url('/_aaa/ul-ico-blue.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
    text-decoration: none;
    font-family: Cuprum;
    font-size: 14px;
    margin: 3px 0;
    padding: 4px 8px 4px 13px;
}

.mainmenu-open-main-line-link:visited {
    /*color: #;*/
}

.mainmenu-open-main-line-link:hover {
    text-decoration: underline;
}

.mainmenu-open-main-line-link-button {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background-color: #515b67;
    color: #fff;
    padding: 4px 8px;
    text-decoration: none;
    font-family: Cuprum;
    border-radius: 4px;
    margin: 3px 9px;
    font-size: 16px;
}

.mainmenu-open-main-line-link-button:after {
    content: '';
}

.mainmenu-open-main-line-link:after {
    content: '';
}

.mainmenu-open-main-line-link:first-of-type {
    margin: 3px 0;
}

.mainmenu-open-main-subheader {
    color: #222;
    font-family: Cuprum;
    margin: 5px 0;
    font-size: 15px;
}

.mainmenu-open-main-list-link-main {
    text-decoration: none;
    font-size: 16px;
    font-family: Cuprum;
    display: block;
    margin: 2px 12px 2px 12px;
}

.mainmenu-open-main-list-link-main2 {
    text-decoration: none;
    font-size: 16px;
    font-family: Cuprum;
    display: block;
    margin: 2px 12px 2px 12px;
    color: #2468a7;
}

.mainmenu-open-main-list-link-main:visited {
    color: #2468a7 !important;
}

.mainmenu-open-main-list-link-m3 {
    margin: 5px 6px 5px 6px !important;
    font-family: tahoma !important;
    font-size: 13px !important;
}

.mainmenu-open-main-list-link-main:hover {
    text-decoration: underline;
}

.mainmenu-open-main-list-link {
    text-decoration: none;
    font-size: 13px;
    font-family: tahoma;
    display: block;
    margin: 2px 0;
    padding-left: 16px;
    background-image: url('/_aaa/dot-grey.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
}

.mainmenu-open-main-list-link:hover {
    text-decoration: underline;
    color: #22517C;
}

.mainmenu-open-main-list-link2 {
    text-decoration: none;
    font-size: 13px;
    font-family: tahoma;
    display: block;
    margin: 2px 0;
    padding-left: 16px;
}

.mainmenu-open-main-list-link2:hover {
    text-decoration: underline;
    color: #22517C;
}

.mainmenu-open-main-list-link-bluedot {
    text-decoration: none;
    font-size: 14px;
    font-family: Cuprum;
    display: block;
    margin: 2px 12px 2px 12px;
    padding-left: 16px;
    background-image: url('/_aaa/dot-grey.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
}

.mainmenu-open-main-list-link-bluedot:hover {
    text-decoration: underline;
    color: #22517C;
}

.mainmenu-open-main-line-container {
    float: left;
    width: 49%;
}

.mainmenu-category-item {
    display: block;
    padding: 3px 0 2px 5px;
    font-family: Cuprum;
    color: #f00;
    border-top: 1px dotted #999;
    font-size: 14px;
    text-decoration: none;
}

.mainmenu-month {
    background-image: url('/_aaa/month-line.jpg');
    background-position: 0% 50%;
    background-repeat: repeat-x;
    text-align: center;
}

.mainmenu-month-text {
    font-family: Cuprum;
    background-color: #fff;
    text-transform: uppercase;
    color: #444;
    font-size: 16px;
}

.mainmenu-month-text:before {
    content: ' ';
}

.mainmenu-month-text:after {
    content: ' ';
}

.mainmenu-conf-item {
    padding: 5px 0;
    color: #666;
    font-family: tahoma;
    text-align: left;
    font-size: 13px;
    width: 100%;
    vertical-align: middle;
}

.mainmenu-conf-item td {
    padding: 0 5px;
    vertical-align: middle;
}
.mainmenu-conf-item-day span{
    vertical-align: -7px;
    margin-left: -2px;
    font-family: tahoma;
    font-size: 1.1em;
}
.mainmenu-conf-item-day-last {
    /* прошедшая */
    background-image: url('/_aaa/circle-now.png');
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    text-align: center;
    vertical-align: middle;
    color: #fff;

}

.circle-red {
    background-image: url('/_aaa/circle-red.png') !important;
    background-repeat: no-repeat;
}

.mainmenu-conf-item-day-next {
    /* будущая */
    background-image: url('/_aaa/circle-next.png');
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.mainmenu-conf-item-day-unknown {
    /* х3 когда */
    background-image: url('/_aaa/circle-past.png');
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    line-height: 31px;
    float: left;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-family: tahoma;
    font-size: .9em;
    line-height: 31px;
}

.mainmenu-conf-item-text {

}

.mainmenu-bg {
    background-image: url('/_aaa/shadow-top-tbl.png');
    background-repeat: no-repeat;
    background-position: top left;
}

.mainmenu-conf-item-day-unknown-link {
    color: #2368a9;
    text-decoration: none;
}

.mainmenu-conf-item-day-last-link {
    color: #606c7c;
    text-decoration: none;
}

.mainmenu-conf-item-day-next-link {
    color: #2368a9;
    text-decoration: none;
}

.mainmenu-conf-item-day-unknown-link:hover {
    color: #2368a9;
    text-decoration: underline;
}

.mainmenu-conf-item-day-last-link:hover {
    color: #606c7c;
    text-decoration: underline;
}

.mainmenu-conf-item-day-next-link:hover {
    color: #2368a9;
    text-decoration: underline;
}

.mainmenu-m3-header-red {
    font-family: Cuprum;
    font-size: 1.6em;
    color: #f0393b;
    text-transform: uppercase;
    margin: 10px 0;
}

.mainmenu-m3-expert-article {
    margin: 30px 0;
    cursor: pointer;
}

.mainmenu-m3-expert-article:hover .mainmenu-m3-expert-article-theme {
    text-decoration: underline;
}

.mainmenu-m3-expert-article-name {
    font-family: Cuprum;
    font-size: 14px;
    color: #f0393b;
}

.mainmenu-m3-expert-article-theme {
    font-family: Cuprum;
    font-size: 18px;
    color: #2369a7;
    cursor: pointer;
    text-decoration: none;
}

.mainmenu-m3-expert-article-theme:hover {
    text-decoration: underline;
}

.mainmenu-m3-expert-article-text {
    font-family: tahoma;
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}

.button-grey {
    background-color: #515b65;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #515b65;
    font-family: Cuprum;
    font-size: 16px;
    padding: 4px 6px;
    text-decoration: none;
}

.button-grey:hover {
    background-color: #5c6c7f;
}

.button-red {
    background-color: #ed1b24;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #ed1b24;
    font-family: Cuprum;
    font-size: 16px;
    padding: 4px 6px;
    text-decoration: none;
    cursor: pointer;

}

.button-red:hover {
    background-color: #cd1017;
}

.button-white {
    background-color: #fefefe;
    color: #525c68;
    border-radius: 2px;
    font-family: Cuprum;
    border: 1px solid #a8a8a8;
    font-size: 16px;
    padding: 4px 6px;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none !important;
    background-image: url('/_aaa/button-bg-grey.jpg');
    background-position: bottom;
    background-repeat: repeat-x;

}

.button-white:hover {
    background-color: #fefefe;
    color: #525c68;
    border-radius: 2px;
    font-family: Cuprum;
    border: 1px solid #a8a8a8;
    font-size: 16px;
    padding: 4px 6px;
    text-decoration: none;
    background-image: url('/_aaa/button-bg-grey-hover.jpg');
    background-position: top;
    background-repeat: repeat-x;
}

.button-lime {
    background-color: #9ae66a;
    color: #2b8629;
    border-radius: 2px;
    font-family: Cuprum;
    border: 1px solid #ccfab1;
    font-size: 16px;
    padding: 4px 6px;
    text-decoration: none;
    text-shadow: 0 1px #eee;
    text-decoration: none;
}

.button-blue {
    background-color: #67aad7;
    color: #fff;
    border-radius: 2px;
    font-family: Cuprum;
    border: 1px solid #67aad7;
    font-size: 16px;
    padding: 4px 6px;
    text-decoration: none;
    /*text-shadow: 0 1px #eee;*/
}

.button-blue:hover {
    background-color: #7fbfe8;
}

/**************************************************/
#project-map-selecter {
    position: relative;
    width: 70px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-family: tahoma;
}

#sep {
    width: 70px;
    background-color: #e9e9e9;
    height: 1px;
    margin-top: -1px;
}

#project-map-selecter-container {
    position: absolute;
    width: 120px;
    border: 1px solid #ccc;
    display: none;
    border-radius: 0 4px 4px 4px;
    margin-top: -2px;
    margin-left: -1px;
    background-color: #e9e9e9;
    z-index: 600;
}

.project-map-selecter-year-item-year {
    padding-left: 25px;
    text-align: right;
    width: 30px;
    float: left;
    line-height: 17px;
}

.project-map-selecter-year-item div {
    margin-top: 3px;
}

#project-map-selecter-container-items {
    padding: 5px 0;
}

#project-map-selecter-this-year > div {
    background-image: url('http://raexpert.test.local/_aaa/arrow-duo.png');
    background-repeat: no-repeat;
    background-position: 10% 50%;
    padding: 5px 0 5px 25px;
    min-height: 17px;
}

.project-map-selecter-year-item-year a {
    color: #000;
    text-decoration: none;
}

.project-map-selecter-year-item-mapico {
    background-image: url('http://raexpert.test.local/_aaa/ico-map-black.png');
    background-repeat: no-repeat;
    float: right;
    background-position: 70% 120%;
    min-height: 17px;
    min-width: 40px;
    display: none;
}

.project-map-selecter-year-item-mapico:hover {
    background-image: url('http://raexpert.test.local/_aaa/ico-map-blue.png');
    cursor: pointer;
}

.project-map-selecter-year-item {
    margin-top: 2px;
    height: 22px;
    vertical-align: middle;
}

.project-map-selecter-year-item:hover {
    background-color: #c3dcf0;
}

.project-map-selecter-year-item:first-of-type {
    margin-top: 0;
}

#project-map-selecter-this-year {
    background-image: url('/_aaa/button-bg-grey.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
}

#project-map-selecter-current {
    background-image: url('/_aaa/button-bg-grey.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
}

/**************************************************/

#project-map-selecter1 {
    position: relative;
    width: 100px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-family: tahoma;
}

#sep1 {
    width: 100px;
    background-color: #e9e9e9;
    height: 1px;
    margin-top: -1px;
}

#project-map-selecter-container1 {
    position: absolute;
    width: 120px;
    border: 1px solid #ccc;
    display: none;
    border-radius: 0 4px 4px 4px;
    margin-top: -3px;
    margin-left: -1px;
    background-color: #e9e9e9;
    z-index: 10000;
}

.project-map-selecter-year-item-year1 {
    padding-left: 15px;
    text-align: left;
    width: 30px;
    float: left;
    line-height: 17px;
}

.project-map-selecter-year-item1 div {
    margin-top: 3px;
}

#project-map-selecter-container-items1 {
    padding: 5px 0;
}

#project-map-selecter-this-year1 > div {
    background-image: url('http://raexpert.test.local/_aaa/arrow-duo.png');
    background-repeat: no-repeat;
    background-position: 10% 50%;
    padding: 5px 0 5px 25px;
    min-height: 17px;
}

.project-map-selecter-year-item-year1 a {
    color: #000;
    text-decoration: none;
}

.project-map-selecter-year-item-mapico1 {
    background-image: url('http://raexpert.test.local/_aaa/ico-map-black.png');
    background-repeat: no-repeat;
    float: right;
    background-position: 70% 120%;
    min-height: 17px;
    min-width: 40px;
    display: none;
}

.project-map-selecter-year-item-mapico1:hover {
    background-image: url('http://raexpert.test.local/_aaa/ico-map-blue.png');
    cursor: pointer;
}

.project-map-selecter-year-item1 {
    margin-top: 2px;
    height: 22px;
    vertical-align: middle;
}

.project-map-selecter-year-item1:hover {
    background-color: #c3dcf0;
}

.project-map-selecter-year-item1:first-of-type {
    margin-top: 0;
}

#project-map-selecter-this-year1 {
    background-image: url('/_aaa/button-bg-grey.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
}

#project-map-selecter-current1 {
    background-image: url('/_aaa/button-bg-grey.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
}

.ratinglist-ico-black {
    width: 26px;
    height: 26px;
    background-image: url(http://raexpert.ru/_aaa/ico-map-black.png);
    background-position: 60% 60%;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    border: 1px solid #999;
    border-radius: 4px;
    cursor: pointer;
}

.ratinglist-ico-red {
    width: 26px;
    height: 26px;
    background-image: url(http://raexpert.ru/_aaa/ico-map-red.png);
    background-position: 60% 60%;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    border: 1px solid #999;
    border-radius: 4px;
    cursor: pointer;
}

.ratinglist-ico-blue {
    width: 26px;
    height: 26px;
    background-image: url(http://raexpert.ru/_aaa/ico-map-blue.png);
    background-position: 60% 60%;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    border: 1px solid #999;
    border-radius: 4px;
    cursor: pointer;
}

.ratinglist-ico-submenu {
    background-color: #fff;
    padding: 5px 0;
    display: none;
}

.white {
    background-color: #fff !important;
}

.htbl {
    border: 0 !important;
}

.htbl tr {
    border: 0 !important;
}

.htbl th {
    border: 0 !important;
}

.htbl tr td {
    border: 0 !important;
}

#mainmenu-anal-tbl {
    border-collapse: collapse;
    padding: 0;
}

#mainmenu-anal-tbl td {
    width: 25%;
    padding: 10px;
    vertical-align: top;
}

.conference-block-item {
    margin: -2px 0;
    border: 1px solid transparent;
    min-height: 120px !important;
}

#conference-block-item-container {
    padding-top: 10px !important;
}

.conference-block-item:hover {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    /*box-shadow: 0 2px 2px #ccc;*/
}

.conference-round-block {
    width: 58px;
}

.round-date-red {
    background-image: url('/_aaa/ball-red.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 58px;
    height: 58px;
}

.round-date-red-text {
    font-family: Cuprum;
    font-size: 1.7em;
    color: #fff;
    text-align: center;
    vertical-align: 50%;
    line-height: 58px;
    text-shadow: 0 2px 0 #921116;
}

.conference-round-block-month-red {
    text-align: center;
    color: #b51521;
    font-family: tahoma;
    font-size: 13px;
}

.conference-block-item-header-red {
    font-family: Cuprum;
    font-size: 24px;
    color: #d6171f;
}

.conference-block-item-header-red a {
    text-decoration: none;
}

.conference-block-item-header-red a:hover {
    text-decoration: underline;
}

.conference-block-item-text-red {
    font-family: tahoma;
    font-size: 13px;
    color: #313131;
}

.conference-round-block-year {
    text-align: center;
    color: #a6a6a6;
    font-family: tahoma;
    font-size: 13px;
}

.round-date-blue {
    background-image: url('/_aaa/ball-blue.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 58px;
    height: 58px;
}

.round-date-blue-text {
    font-family: Cuprum;
    font-size: 1.7em;
    color: #fff;
    text-align: center;
    vertical-align: 50%;
    line-height: 58px;
    text-shadow: 0 2px 0 #7b9bb4;
}

.conference-round-block-month-blue {
    text-align: center;
    color: #507fb5;
    font-family: tahoma;
    font-size: 13px;
}

.conference-block-item-header-blue {
    font-family: Cuprum;
    font-size: 1.1em;
    color: #2468a9;
}

.conference-block-item-text-blue {
    font-family: tahoma;
    font-size: 13px;
    color: #4b4b4b;
}

.conference-block-item-links {
    height: 24px;
    margin-top: 5px;
}

.conference-block-item-links-container {
    display: none;
}

.conference-block-item-links-item {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 5px 20px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    text-decoration: underline;
    font-family: Cuprum;
    font-size: 15px;
}

.conference-block-item-links-item:hover {
    color: #22517c;
}

.conference-block-item-links-item-prog {
    background-image: url('/_aaa/ico-prog.png');
}

.conference-block-item-links-item-reg {
    background-image: url('/_aaa/ico-reg.png');
}

.conference-block-item-links-item-map {
    background-image: url('/_aaa/ico-map.png');
}

.conference-block-item-links-item-pers {
    background-image: url('/_aaa/ico-persons.png');
}

.conference-block-item-links-item-gal {
    background-image: url('/_aaa/ico-gallery.png');
}

.conference-block-item-links-item-lastconf {
    background-image: url('/_aaa/ico-old.png');
}

.conference-block-item-shadow-ears {
    position: absolute;
    bottom: -11px;
    left: 0;
    background-image: url('/_aaa/center-shadow-tbl.jpg');
    background-repeat: repeat-x;
    background-position: top;
    height: 12px;
    z-index: 700;
    display: none;
    /*background-color: #0086f7;*/
    width: 100%;
}

.conference-block-item-shadow-ears-left {
    float: left;
    width: 224px;
    background-image: url('/_aaa/left-shadow-tbl.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    height: 12px;
    /* background-color: #f08047;*/
    z-index: 900;
}

.conference-block-item-shadow-ears-right {
    float: right;
    width: 224px;
    /*background-color: #CCCC00;*/
    background-image: url('/_aaa/right-shadow-tbl.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    height: 12px;
    z-index: 900;
}

.conference-block-item-shadow-ears-mono {
    position: absolute;
    bottom: -13px;
    left: 0;
    background-image: url('/_aaa/full-shadow-tbl-right.png');
    background-repeat: repeat-x;
    background-position: top;
    height: 12px;
    z-index: 700;
    /*    display: none;*/
    /*background-color: #0086f7;*/
    width: 100%;
}

.conference-block-item-shadow-ears2 {
    position: absolute;
    bottom: -13px;
    left: 0;
    background-image: url('/_aaa/C-shadow-tbl-right.png');
    background-repeat: repeat-x;
    background-position: top;
    height: 12px;
    z-index: 700;
    /*    display: none;*/
    /*background-color: #0086f7;*/
    width: 100%;
}

.conference-block-item-shadow-ears-left2 {
    float: left;
    width: 100px;
    background-image: url('/_aaa/L-shadow-tbl-right.png');
    background-repeat: no-repeat;
    background-position: top left;
    height: 10px;
    /* background-color: #f08047;*/
    z-index: 900;
}

.conference-block-item-shadow-ears-right2 {
    float: right;
    width: 100px;
    /*background-color: #CCCC00;*/
    background-image: url('/_aaa/R-shadow-tbl-right.png');
    background-repeat: no-repeat;
    background-position: top right;
    height: 10px;
    z-index: 900;
}

.slider-shadow {
    background-image: url('/_aaa/slider-shadow-l.png');
    background-repeat: no-repeat;
    width: 450px;
    height: 13px;
    margin-top: 3px;
}

/***********************************************/

.conference-block-item-shadow-ears3 {
    position: relative;
    /*bottom: -13px;
    left: 0;*/
    margin-top: 0px;
    background-image: url('/_aaa/news-center-shadow.jpg');
    background-repeat: repeat-x;
    background-position: top;
    height: 12px;
    z-index: 10000;
    /*    display: none;*/
    /*background-color: #0086f7;*/
    width: 450px;
}

.conference-block-item-shadow-ears-left3 {
    float: left;
    width: 100px;
    background-image: url('/_aaa/news-left-shadow.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    height: 10px;
    /*background-color: #f08047;*/
    z-index: 10001;
}

.conference-block-item-shadow-ears-right3 {
    float: right;
    width: 100px;
    /*background-color: #CCCC00;*/
    background-image: url('/_aaa/news-right-shadow.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    height: 10px;
    z-index: 10001;
}

.conference-block-item-lined-ears {
    position: absolute;
    bottom: -18px;
    left: 0;
    background-image: url('/_aaa/news-center-shadow.jpg');
    background-repeat: repeat-x;
    background-position: top;
    height: 16px;
    z-index: 700;
    /*background-color: #0086f7;*/
    width: 100%;
}

.conference-block-item-lined-ears-left {
    float: left;
    width: 80px;
    background-image: url('/_aaa/news-left-shadow.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    height: 16px;
    /* background-color: #f08047;*/
    z-index: 900;
}

.conference-block-item-lined-ears-right {
    float: right;
    width: 80px;
    /*background-color: #CCCC00;*/
    background-image: url('/_aaa/news-right-shadow.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    height: 16px;
    z-index: 900;
}

.main-news-block-item {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
}

.main-news-block-item-header {
    padding: 20px 90px 20px 10px;
    font-family: Cuprum;
    color: #c30007;
    font-size: 13px;
}

.main-news-block-item-header a {
    text-decoration: none;
    color: #c30007;
}

.main-news-block-item-header a:hover {
    text-decoration: underline;
    color: #c30007;
}

.main-news-block-item-text {
    font-family: tahoma;
    color: #4c4c4c;
    font-size: 13px;
    padding: 10px;
}

.main-news-block-item-text a {
    color: #2468a7;
    text-decoration: underline;
}

.main-news-block-item-text a:hover {
    color: #22517c;
}

.main-news-block-item-medal {
    position: absolute;
    width: 58px;
    height: 78px;
    top: -4px;
    right: 35px;
    padding-top: 40px;
    background-image: url('/_aaa/medal-rating.png');
    background-repeat: no-repeat;
    font-size: 1.3em;
    color: #fff;
    vertical-align: text-bottom;
    font-family: Cuprum;
    text-align: center;
}

.main-news-block-item-triangl {
    position: absolute;
    width: 9px;
    height: 16px;
    top: 6px;
    right: -9px;
    background-image: url('/_aaa/right-triangl.png');
    background-repeat: no-repeat;
}

.main-hotprojects-container-item {
    padding: 6px 4px;
}

.main-hotprojects-container-item p {
    margin: 0 !important;
}
.main-hotprojects-container-item:hover{
    background-color: #fff;
}

/*****************************************************/
/******************* PRESS CENTER ********************/
/*****************************************************/

.press-container {
    background-color: #fff;
    padding: 15px 45px 20px 25px;
}

.press-container-item:first-child {
    margin-top: 5px;
}

.press-container-item {
    margin: 30px 0;
}

.press-container-item-header {
    color: #2367a6;
    font-family: Cuprum;
    font-size: 18px;
}

.press-container-item-header a {
    text-decoration: none;
}

.press-container-item-header a:hover {
    text-decoration: underline;
    color: #22517c;
}

.press-container-item-date {
    margin: 5px 0;
}

.press-container-item-date span {
    color: #8f8f8f;
    font-family: Cuprum;
    font-size: 15px;
}

.press-container-item-date a {
    background-image: url('/_aaa/ul-ico-grey.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
    text-decoration: none;
    font-family: Cuprum;
    margin: 3px 6px;
    padding: 4px 0 4px 13px;
    font-size: 15px;
    color: #8f8f8f;
}

.press-container-item-date a:hover {
    text-decoration: none;
    color: #2468A7;
    background-image: url('/_aaa/ul-ico-blue.png');
}

.press-container-item-text {
    font-family: tahoma;
    font-size: 13px;
    color: #2d2d2d;
}

.NewsBlock {
    font-family: tahoma;
    font-size: 13px;
}

.wave-header-button {
    padding: 10px 0;
    clear: both;
    background-image: url('/_aaa/wave.png');
    background-position: 0 50%;
    background-repeat: repeat-x;
    margin: 20px 0;
}

.wave-header-button-text {
    background-image: url('/_aaa/bg-texture.jpg');
    padding-right: 6px;
    color: #666;
    font-size: 22px;
    font-family: Cuprum;
    text-transform: uppercase;
}

.wave-header-button-text-archive {
    background-image: url('/_aaa/bg-texture.jpg');
    padding-right: 6px;
    color: #666;
    font-size: 16px;
    font-family: Cuprum;
    text-transform: uppercase;
}

.wave-header-button-text-white-bg {
    background-image: url('/_aaa/white-px.png') !important;
}

#mainpage-table-grid {
    width: 100%;
    border: 0;
}

#mainpage-table-grid>tbody>tr>td {
    border-collapse: collapse;
    padding: 0;
    vertical-align: top;
}

#table-grid>tbody>tr>td {
    border-collapse: collapse;
    padding: 0;
    vertical-align: top;
}

.right-side-header-blue {
    background-color: #c3dcf0;
    color: #2367a8;
    border-radius: 3px;
    font-family: Cuprum;
    font-size: 16px;
    padding: 5px 8px;
    margin: 5px 0;
    text-shadow: 1px 1px 0 #eee;
    text-transform: uppercase;
}

.right-side-header-blue:first-of-type {
    margin: 0 !important;
}

.s2 {
    padding: 8px 12px !important;
}

.s3 {
    padding: 0 12px !important;
    /*vertical-align: -13px;*/
    height: 47px !important;
    margin-left: 9px;
    float: left;
}

.mainpage-news-block-history {
    margin: 12px 0;
    height: 265px;
    overflow: hidden;
}

.mainpage-news-block-history:first-of-type {
    margin: 0;
}

.mainpage-news-block-history-header {
    background-color: #e5e7e6;
    color: #515b65;
    font-family: Cuprum;
    padding: 4px 30px;
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff;
    font-size: 13px;
    background-image: url('/_aaa/calendar-ico.png');
    background-repeat: no-repeat;
    background-position: 2% 50%;
}

.dot-line {
    height: 1px;
    border-bottom: 1px dotted #ccc;
    margin: 2px;
    width: 99%;
}

.dot-line-hot {
    height: 1px;
    border-bottom: 1px dotted #ccc;
    margin: 2px;
    width: 100%;
}

.mainpage-news-block-history-link {
    padding: 5px 5px 5px 16px;
    font-size: 13px;
    font-family: Tahoma;
    background-image: url('/_aaa/news-dot-grey.png');
    background-repeat: no-repeat;
    background-position: 5px 12px;
    color: #000;
}

.mainpage-news-block-history-link a {
    color: #000;
    text-decoration: none;
}

.mainpage-news-block-history-link a:hover {
    color: #2369a7;
    text-decoration: underline;
}

.main-hotprojects-container-item {
    font-size: 13px;
    font-family: tahoma;
    color: #474546;
}

.main-interview-container-item {
    margin: 15px 0;
}

.main-interview-container-item-person {
    padding: 3px 5px 5px 90px;
}

.main-interview-container-item-person p {
    margin: 0 !important;
}

.main-interview-container-item-name {
    font-family: Cuprum;
    font-size: 16px;
    color: #dd1821;
}

.main-interview-container-item-work {
    font-family: tahoma;
    font-size: 013px;
    color: #838588;
}

.main-interview-container-item-announce {
    font-family: tahoma;
    color: #454545;
    font-size: 13px;
    border-left: 3px solid #adadad;
    margin-left: 5px;
    padding-left: 10px;
}

.main-bulletin-container-item {
    margin: 15px 0;
}

.main-bulletin-container-item-cover {
    margin: 0 12px 2px 0;
    box-shadow: 3px 3px 2px #999;
    float: left;
    border-radius: 6px;
}

.main-bulletin-container-item-text {
    padding-left: 95px;

}

.main-bulletin-container-item-text p {
    margin: 0;
}

.main-bulletin-container-item-text-date {
    font-family: Cuprum;
    color: #adafae;
    font-size: 1em;
}

.main-bulletin-container-item-text-descr {
    font-family: tahoma;
    font-size: 013px;
    color: #484647;
    text-decoration: none;
}

.main-bulletin-container-item-text-descr:hover {
    text-decoration: underline;
}

.main-rankings-item {
    font-family: Cuprum;
    font-size: 16px;
    color: #fff;
    background-color: #dd1821;
    text-shadow: 1px 1px 0 #666;
    padding: 6px 12px;
    float: left;
    vertical-align: 50%;
    text-decoration: none;
    margin-left: 1px;
    border-radius: 2px 2px 0 0;
    border: 1px solid #dd1821;
    z-index: 10;
    position: relative;

}

.main-rankings-item-active {
    font-family: Cuprum;
    font-size: 16px;
    color: #211f20;
    background-color: #fff;
    text-shadow: 0 0 0 #fff !important;
    padding: 6px 12px;
    float: left;
    vertical-align: 50%;
    margin-top: 0 !important;
    text-decoration: none;
    border-radius: 2px 2px 0 0;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff !important;
    top: 1px;
}

#main-rankings-tabs {
    margin-top: 20px;
}

.main-rankings-tabs-content-item {
    display: none;
    padding: 0;
}

.main-rankings-tabs-content {
    clear: both;
    margin-top: 0;
    border: 1px solid #ccc;
    margin-left: 1px;
    z-index: 9;
    /*    max-height: 500px !important;
        overflow-y: scroll;*/
}

.rank-ico-all {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    margin-left: 8px;
}

/***************************************************/
/****************** PRESS-CENTER *******************/
/***************************************************/

.press-main-table {
    width: 100%;
}

.press-main-table td {
    vertical-align: top;
}

.press-main-interview-block {
    width: 100%;
}

.press-main-interview-block td {
    vertical-align: top;
    width: 50%;
    padding: 10px 20px 0px 20px;
}

.press-main-interview-block-item {
    padding: 0 20px 0 0;
    font-family: tahoma;

}

.press-main-interview-block-item-img {
    margin: 0 10px 0 0;
    width: 50px;
    border-radius: 6px;
    float: left;
}

.press-main-interview-block-item-link {
    font-size: 14px;
    font-family: Cuprum;
    text-decoration: none;
    color: #2468a7;
    display: block;
    padding-left: 10px;
}

.press-main-interview-block-item-link:hover {
    text-decoration: underline;
}

.press-main-interview-block-item-date {
    color: #6c6c6c;
    margin: 5px 0;
    font-family: tahoma;
    font-size: 13px;
    padding-left: 10px;
}

.press-new-container-item {
    border-radius: 4px;
    background-color: #fff;
    padding: 2px 0px;
    margin: 10px 0;
    box-shadow: 0 2px 2px #aaa;
}

.press-new-container-item-header {
    font-size: 14px;
    font-family: Cuprum;
    color: #909090;
    padding: 3px 5px;
    border-radius: 4px;
    margin: 5px 1px 0 1px;
    border: 1px solid #fff;
    background-image: url('/_aaa/arrow-bottom-2.png');
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

.press-new-container-item-header-hover {
    background-color: #e8ecef;
    color: #000;
    background-image: url('/_aaa/arrow-bottom-2.png');
    background-repeat: no-repeat;
    background-position: 98% 50%;
    cursor: pointer;
}

.press-new-container-item-header-active {
    background-color: #2369a7;
    color: #fff;
    background-image: url('/_aaa/arrow-top-2.png');
    background-repeat: no-repeat;
    background-position: 98% 50%;
    cursor: pointer;
}

.press-new-container-item-link {
    font-size: 14px;
    font-family: Cuprum;
    color: #2667a9;
    text-decoration: none;
    display: block;
    margin: 3px 0;
    padding: 1px 0;
}

.press-new-container-item-link:hover {
    text-decoration: underline;
}

.press-new-container-item-link span {
    display: block;
    margin: 1px;
    padding: 3px 6px;
}

.press-new-container-item-link span:hover {
    background-color: #e2eff8;
}

.press-main-articles-block {
    width: 100%;

}

.press-main-articles-block td {
    vertical-align: top;
    width: 33%;
}

.press-main-articles-block-item {
    padding-right: 30px;
}

.press-main-articles-block-item-header {
    font-family: Cuprum;
    font-size: 17px;
    color: #2468a9;
    display: block;
    margin: 3px 0;
    text-decoration: none;
}

.press-main-articles-block-item-header:hover {
    text-decoration: underline;
}

.press-main-articles-block-persons {
    font-family: tahoma;
    font-size: 13px;
    color: #414040;
    margin: 3px 0;
}

.press-main-articles-block-date {
    font-family: tahoma;
    font-size: 13px;
    color: #6c6c6c;
    margin: 3px 0;
}

.press-main-articles-block-descr {
    font-family: tahoma;
    font-size: 13px;
    color: #2f2f31;
    margin: 10px 0;
}

.press-main-news-block {
    width: 100%;
}

.press-main-news-block td {
    vertical-align: top;
    width: 33%;
    padding: 2px 2px;
}

.press-main-news-block-day {

}

.press-main-news-block-day-header {
    padding: 4px 8px;
    background-color: #e3e5e4;
    color: #3e3e3e;
    border-radius: 4px;
    font-family: Cuprum;
    font-size: 15px;
}

.press-main-news-block-day-links {
    margin-top: 10px;
}

.press-main-news-block-day-link {
    font-family: Cuprum;
    font-size: 14px;
    color: #393939;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    padding: 8px 6px;
}

.press-main-news-block-day-link:hover {
    text-decoration: underline;
    background-color: #e5f0f6;
    color: #2369a7;
}

#user-form {
    background-color: #66abd5;
    width: 260px;
    height: 140px;
    border-radius: 0 0 4px 4px;
    padding: 10px 20px;
    margin: 0 15px;
}

#user-form input[type=email], input[type=password], input[type=text] {
    width: 255px;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5px 0;
    font-family: Cuprum;
    border-radius: 4px;
}

.user-form-remind {
    text-align: right;
    margin-top: -6px;
    color: #fefefe;
    text-shadow: 1px 0 1px #4881b8;
    font-family: Cuprum;
    text-decoration: none;
}

.user-form-remind:hover {
    text-decoration: underline;
}

/* EXPORT MODAL */

.ratings-export-modal {
    width: 600px;
    /*height: 80%;*/
    border-radius: 2px;
    border: 1px solid #ccc;
    position: fixed;
    left: 50%;
    margin-left: -300px;
    top: 10%;
    background-color: #fff;
    z-index: 9999;
}

.ratings-export-modal-menu-item {
    font-family: tahoma;
    font-size: 1em;
    color: #fff;
    background-color: #495563;
    text-shadow: 1px 1px 0 #666;
    padding: 6px 12px;
    float: left;
    vertical-align: 50%;
    text-decoration: none;
    margin-left: 1px;
    border-radius: 2px 2px 0 0;
    border: 1px solid #495563;
    z-index: 10;
    position: relative;

}

.ratings-export-modal-menu-item-active {
    font-family: tahoma;
    font-size: 1em;
    color: #211f20;
    background-color: #fff;
    text-shadow: 0 0 0 #fff !important;
    padding: 6px 12px;
    float: left;
    vertical-align: 50%;
    margin-top: 0 !important;
    text-decoration: none;
    border-radius: 2px 2px 0 0;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff !important;
    top: 1px;
}

.ratings-export-modal-content-item {
    display: none;
    padding: 10px;
}

.ratings-export-modal-content {
    clear: both;
    margin-top: 0;
    border: 1px solid #ccc;
    margin-left: 1px;
    z-index: 9;
}

.ratings-export-modal-tabs-content-item {
    padding: 0;
    display: block;
}

.ratings-export-modal-tabs-content-item-list-header {
    padding: 5px 26px;

    background-position: 2% 50%;
    background-repeat: no-repeat;
    font-family: Cuprum;

    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    cursor: pointer;
}

.raemc-close {
    color: #2767a7;
    background-image: url('/_aaa/menu-right-blue.jpg');
    border-bottom: 1px solid transparent !important;
}

.raemc-open {
    color: #b3b3b3;
    background-image: url('/_aaa/arrow-rate-down.png');
}

.ratings-export-modal-tabs-content-item-list {
    display: none;
    padding: 5px 10px;
}

.ratings-export-modal-tabs-content-item-list-checkbox {
    padding: 3px;
    font-family: Cuprum;
    font-size: 14px;
    cursor: pointer;
}

.ratings-export-modal-tabs-content-item-list-checkbox2 {
    padding: 3px;
    font-family: Cuprum;
    font-size: .9em;
    cursor: pointer;
    position: relative;
}

.main-rankings-tabs-content-wrapper {
    max-height: 400px;
    overflow-y: auto;
}

.raex-ui-checkbox {
    background-image: url('/_aaa/checkbox-off.png');
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    display: inline-block;
}

.raex-ui-checkbox-active {
    background-image: url('/_aaa/checkbox-on.png') !important;
}

/* Таблицы рэнкингов из БД */
.ranking {
    vertical-align: top;
    text-align: left;
    font-size: 13px;
    font-family: tahoma;
    background-color: #fff;
}

.rankinghead {
    background-color: #d7dce0;
    color: #5a5957;
    padding: 3px 5px;
    border-left: 1px solid #bccad7;
}

.rankinghead:first-of-type {
    border-left: 1px solid #d7dce0;
}

.ranking_content {
    padding: 3px 5px;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
}

/* Аналитика (главная страница */

.anal-container-main-header-text {
    font-family: Cuprum;
    text-transform: uppercase;
    font-size: 1.9em;
    color: #252122;
}

#anal-container-main-header-line {
    width: 100%;
    background-color: #e30117;
    height: 3px;
    position: relative;
    z-index: 25;
    border: 1px solid #e30117;
}

#anal-container-main-header-line-button {
    position: absolute;
    right: -1px;
    top: -25px;
    background-color: #e30117;
    border-radius: 4px 4px 0 0;
    width: 130px;
    text-align: center;
    padding: 3px 6px;
    color: #fefefe;
    font-family: Cuprum;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #e30117;
}

#anal-container-main-header-line-button:hover span {
    border-bottom: 1px dotted #fff;
}

#anal-container-main-header-line-menu {
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 1px #b1b1b1;
    background-color: #fff;
    border-top: 0;
    border-left: 1px solid #9b9b9b;
    border-right: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
    width: 100%;
    margin-top: 4px;
    margin-left: -1px;
    display: none;
    z-index: 30;
    position: relative;
    z-index: 25;
}

.anal-container-main-header-line-menu-wrap {
    padding: 10px;
    z-index: 25;

}

.anal-container-main-header-line-menu-table {
    width: 100%;
    vertical-align: top;
    border-spacing: 40px;
}

.anal-container-main-header-line-menu-table td {
    vertical-align: top;
}

.anal-container-main-header-tags {

}

.anal-container-main-header-tags-item {
    position: relative;
    padding: 2px 20px 2px 4px;
    color: #fff;
    background-color: #df181f;
    border-radius: 4px;
    font-family: Cuprum;
    font-size: 14px;
    margin-left: 5px;
    float: left;
    background-image: url('/_aaa/anal-tags-del.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

.anal-container-main-header-line-menu-tags-item {
    padding: 4px;
    border-bottom: 1px dotted #ccc;
    font-family: Cuprum;
    font-size: 14px;
    color: #2468a9;
    cursor: pointer;
}

.anal-container-main-header-line-menu-tags-item-checked {
    color: #f00;
}

.anal-container-main-header-line-menu-tags-item:hover {
    text-decoration: underline;
}

.anal-container-main-header-tags-del {

}

.ggg {
    background-color: #757575 !important;
    border: 1px solid #757575 !important;
}

#anal-container-main-content {
    font-size: 13px;
    font-family: tahoma;
    background-color: #fff;
    padding-top: 15px;
}

.anal-container-main-content-item {
    padding: 15px;
    border-bottom: 1px dashed #ccc;
}

.anal-container-main-content-item:hover {
    background-color: #f5f8fd;
}

.anal-container-main-content-item-header {
    font-family: Cuprum;
    font-size: 18px !important;
    color: #2267aa;
    text-decoration: none;
}

.anal-container-main-content-item-header:hover {
    text-decoration: underline;
    color: #d0434b;
}

.anal-container-main-content-item-info {
    font-size: 13px;
}

.anal-container-main-content-item-img {
    width: 110px;
    float: left;
    margin: 0 20px 10px 0;
    border: 1px solid #dadada;
    border-radius: 4px;
}

.anal-container-main-content-item-text {
    font-family: tahoma;
    font-size: 1em;
}

.anal-container-main-content-item-text2 {
    font-family: tahoma;
    font-size: 13px;
}

.anal-container-main-content-item-text3 {
    font-family: tahoma;
    font-size: 1em;
}

/*.anal-container-main-content-item-text>div {
    font-family: tahoma;
    font-size: 13px;
}*/

.anal-container-main-content-item-table {
    width: 100%;
}

.anal-container-main-content-item-table td {
    vertical-align: top;
    padding: 15px;
}

.anal-container-main-content-item-table-1 {
    width: 60%;
}

.anal-container-main-content-item-table-2 {
    width: 40%;
    background-color: #e9eef2;
    background-image: url('/_aaa/arrow-left-w.png');
    background-position: 0 15px;
    background-repeat: no-repeat;
}

.acm-table-hover {
    background-image: url('/_aaa/arrow-left-b.png') !important;
}

.anal-container-main-content-item-person {
    float: left;
    margin-left: 25px;
    text-decoration: none;
}

.anal-container-main-content-item-person-name {
    background-image: url('/_aaa/ul-ico-grey.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
    text-decoration: none;
    font-family: Cuprum;
    font-size: 14px;
    padding: 4px 0 4px 13px;
    color: #8f8f8f;
}

.acm-hover {
    background-image: url('/_aaa/ul-ico-blue.png') !important;
    color: #6a849d !important;
}

.anal-container-main-content-item-person-image {
    width: 80px;
    border-radius: 4px;
    margin-top: 5px;
}

.ratinglist-tabs-item p {
    font-family: tahoma;
    /*font-size: 13px;*/
}

.ratinglist-tabs-item  ol>li {
    font-family: tahoma;
    /* font-size: 13px;*/
    margin: 5px 25px;
}

.ratinglist-tabs-item ul>li {
    /*font-family: tahoma;
    font-size: 13px;*/
    margin: 5px 25px;
    list-style: disc;
}

/****************************************************************************/

.main-ranking-table {
    padding: 10px 0;
}

.main-ranking-table table {
    width: 100%;
    border-spacing: 5px;
}

.main-ranking-table table tr {
    border-top: 1px dotted #aaa;
}

.main-ranking-table table td {
    padding: 8px 3px !important;
    vertical-align: top;
}

.main-ranking-table-td-ico {

}

.main-ranking-table-td-name a {
    color: #2667a7;
    font-family: Tahoma;
    font-size: 13px;
    text-decoration: none;
}

.main-ranking-table-td-name a:hover {
    text-decoration: underline;
}

.main-ranking-table-td-pdf {
    width: 30px;
    text-align: center;
}

.main-ranking-table-td-pdf-ico {
    width: 18px;
    height: 18px;
    background-image: url('/_aaa/pdf-ico.jpg');
    background-repeat: no-repeat;
    margin-top: 0;
    display: block;
}

.main-ranking-table-td-date {
    width: 80px;
    color: #2667a7;
    font-family: Cuprum;
    font-size: 1em;
}

/***************************************/
/********** Карточки компаний **********/
/***************************************/

.fleft {
    float: left;
}

.fright {
    float: right;
}

.Cuprum {
    font-family: Cuprum;
}

.tahoma {
    font-family: Tahoma;
    font-size: 13px;
}

#database-card-container h1 {
    font-size: 2em;
    font-family: Cuprum;
    color: #231f20;
}

.company-info-container {
    font-family: tahoma;
    background-color: transparent;
    margin-top: 10px;
    /*padding: 10px 10px 5px 0;*/
}

.company-logo {
    width: 200px;
    vertical-align: top;
    background-color: #fff;
}

.company-info {
    font-family: tahoma;
    vertical-align: top;
    background-color: #fff;
    /*width: 200px;*/
    padding: 10px 15px;

}

.company-info-header {
    font-family: Cuprum;
    font-size: 13px;
    color: #6d6f6e;
}

.company-info-name {
    font-family: Cuprum;
    font-size: 14px;
    color: #6d6f6e;
}

.company-info-num {
    font-size: 13px;
    font-family: Tahoma;
}

.company-descr {
    font-family: tahoma;
    font-size: 13px;
    vertical-align: top;
    color: #848484;
}

.company-flag {
    background-image: url('/_aaa/company-flag.png');
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
    text-align: center;
    vertical-align: middle;
    line-height: 54px;
    font-family: Cuprum;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.company-flag-link {
    text-decoration: none;
}

.company-rating-header table td {
    vertical-align: top;
}

.company-rating-header h1 {
    margin: 0;
    font-size: 1.6em;
    color: #f00;
    font-family: Cuprum;
}

.company-rating-header h2 {
    margin: 10px 0 2px 0;
    font-size: 20px;
    color: #221e1f;
    font-family: Cuprum;
}

.company-forecast {
    font-family: tahoma;
    font-size: 13px;
}

.company-rating-header p {
    font-family: tahoma;
    margin: 0;
    font-size: 13px;
}

.company-tabz-container-item {
    background-color: #c4dcf0;
    color: #447db5;
    padding: 5px 10px;
    margin: 4px 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border-radius: 2px;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
    font-family: Cuprum;
    font-size: 16px;
}

.company-tabz-container-item-active {
    background-color: #d8dcdf;
}

.company-tabz-container-item:hover {
    background-color: #d8dcdf;
}

.company-tabz-container-item:hover span {
    border-bottom: 1px dotted;
}

.company-tabz-content-item-data {
    background-color: #d7dce0;
    margin-top: -5px;
    display: none;
}

.company-tabz-content-item-data-item {
    /* background-color: #d7dce0;*/
    background-color: #fff;
    /* padding: 5px;*/
    display: none;
}

.company-tabz-content-table {
    width: 100% !important;
    border-collapse: collapse;
}

.company-tabz-content-table th {
    font-family: tahoma;
    background-color: #d7dce0;
    color: #59595b;
    text-shadow: 0 1px 1px #fff;
    font-size: 13px;
    padding: 10px;
}

.company-tabz-content-table td {
    font-family: tahoma;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    padding: 10px;
}

.company-tabz-content-table tbody tr:hover {
    background-color: #f00 !important;
}

.company-mention-date {
    vertical-align: top;
    color: #a4a4a4;
    font-family: Cuprum;
    font-size: 1em;
    padding: 5px;
}

.company-mention-link {
    vertical-align: top;
    padding: 5px;
}

.company-mention-link a {
    color: #2468a9;
    font-family: Cuprum;
    font-size: 1em;
    text-decoration: none;
}

.company-mention-link a:hover {
    text-decoration: underline;
}

/***************************************************/
/********************* PROJECTS ********************/
/***************************************************/

.conf-main-container-items {
    margin: 15px 0 0 0;
}

.conf-main-container-item:first-of-type {
    /*width: 34% !important;*/
}

.conf-main-container-item {
    width: 32%;
    height: 400px;
    background-color: #fff;
    float: left;
    margin: 5px 0 10px 1%;
    position: relative;
    border-radius: 2px 2px 4px 4px;
    border: 1px solid #ccc;
    box-shadow: 1px 0 2px #ccc;
    overflow: hidden;
}

.conf-main-container-item-img {
    background-size: cover;
    height: 193px;
    max-height: 193px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    border-radius: 2px 2px 0 0;
}

.bg-b-50 {
    background-image: url('/_aaa/bg-b-50.png');
}

.conf-main-container-item-links {
    display: none;
    position: absolute;
    width: 100%;
    height: 70px;
    color: #fff;
    bottom: 0;
    font-family: Cuprum;
    font-size: .9em;
    text-shadow: 1px 0 1px #555;
}

.conf-main-container-item-map {
    float: left;
    width: 50%;
}

.conf-main-container-item-persons {
    float: right;
    width: 50%;
}

.conf-main-container-item-header {
    font-size: 16px;
    font-family: Cuprum;
    color: #5381b5;
    margin: 5px;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.conf-main-container-item-header:hover {
    color: #e83e4b;
}

.conf-main-container-item-descr {
    color: #4c4c4c;
    font-family: tahoma;
    font-size: 13px;
    margin: 5px;
}

.conf-container-item-date {
    margin: 5px 10px;
    /* padding-top: 239px;*/
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    background-color: #fff;
    z-index: 5;
}

.conf-container-item-date span {
    color: #8f8f8f;
    font-family: Cuprum;
    font-size: 1em;
}

.conf-container-item-date a {
    background-image: url('/_aaa/ul-ico-grey.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
    text-decoration: none;
    font-family: Cuprum;
    margin: 3px 6px;
    padding: 4px 0 4px 13px;
    font-size: 1em;
    color: #8f8f8f;
}

.conf-container-item-date a:hover {
    text-decoration: none;
    color: #2468A7;
    background-image: url('/_aaa/ul-ico-blue.png');
}

.conf-main-container-item-persons-ico {
    background-image: url('/_aaa/reporter-ico.png');
    background-repeat: no-repeat;
    background-position: left;
    padding: 15px 5px 15px 35px;
    transition: border 0.3s ease 0s;
    text-decoration: none;
    color: #fff;
}

.conf-main-container-item-map-ico {
    background-image: url('/_aaa/history-ico.png');
    background-repeat: no-repeat;
    background-position: left;
    padding: 15px 5px 15px 35px;
    text-decoration: none;
    color: #fff;
    transition: border 0.3s ease 0s;
    cursor: pointer;
}

.conf-main-container-item-map-ico span {
    transition: border 0.3s ease 0s;
    font-size: 15px;
}

.conf-main-container-item-persons-ico span {
    transition: border 0.3s ease 0s;
    font-size: 15px;
}

.conf-main-container-item-map-ico:hover span {
    border-bottom: 1px solid #fff;
}

.conf-main-container-item-persons-ico:hover span {
    border-bottom: 1px solid #fff;
}

.conf-main-navline {
    background-color: #fff;
    margin: 8px 0;
    padding: 8px 12px;
}

.conf-main-navline-this-year {
    float: left;
    color: #222;
    font-size: 1.3em;
    font-family: Cuprum;
    background-image: url(/_aaa/arrow-duo.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 16px;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.conf-main-navline-years {
    background-color: #fff;
    width: 200px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    margin-top: -10px;
    border: 0 1px 1px 0 #ccc;
    border-radius: 0 0 4px 0;
    box-shadow: 2px 0 3px #ccc;
}

.conf-main-navline-years-item {
    width: 30px;
    margin: 2px;
    float: left;
    padding: 3px;
}
.conf-main-navline-years-item:hover{
    border-radius: 4px;
    background-color: #ccc;
}
.conf-main-navline-years-item:hover a{
    text-decoration: none;
}
.conf-main-navline-links {
    float: right;
}

.conf-main-navline-links div {
    float: left;
    padding: 0 10px;
    font-family: Cuprum;
    cursor: pointer;
}

.conf-main-navline-links div span {
    border-bottom: 1px dashed #f00;
    font-size: .9em;
    color: #f00;
}

.conf-main-navline-links-active {
    margin-top: -4px;
}

.conf-main-navline-links-active span {
    font-size: 13px !important;
    border-bottom: 1px dashed #111 !important;
    color: #111 !important;
}

/*****/

.conf-main-container-faces-item {
    width: 80px;
    display: inline-block;
    cursor: pointer;
    margin: 2px;
}

.conf-main-container-faces-item:hover {
    opacity: 1;
}

.project-speach-item {
    background-color: #fff;
    border-bottom: 1px dotted #ccc;
}

/*.project-speach-item:hover {
    background-color: #f5fafe;
}*/

.project-speach-item-img {
    border-radius: 3px;
    width: 70px;
    margin-bottom: 10px;
    float: left;
}

.project-speach-item-text {
    padding-left: 90px;
}

.project-speach-item-text-person {
    font-family: Cuprum;
    font-size: 1.1em;
    color: #2368a9;
    display: block;
    text-decoration: none;
}

.project-speach-item-text-person:hover {
    text-decoration: underline;
}

.project-speach-item-text-work {
    color: #444;
    font-family: Tahoma;
    font-size: 13px;
}

.project-speach-item-text-speech-info {
    padding-top: 15px;
    margin-bottom: -4px;
    color: #333;
    font-family: Tahoma;
    font-size: 11px;
}

.project-speach-item-text-materials {
    margin: 12px 10px 0 0;
    display: inline-block;

}

.project-speach-item-text-materials span {
    float: left;
    padding: 3px 6px;
    border-radius: 4px;
    border: 2px dotted #c3d0d9;
    display: block;
    color: #000;
    font-family: tahoma;
    font-size: 11px;
    cursor: pointer;
    transition: border 0.3s ease-out 0s, color 0.3s ease-out 0s
}

.project-speach-item-text-materials:hover span {
    border: 2px dotted #4d7eb8;
    color: #4d7eb8;;
}

.project-speach-item-text-descr {
    clear: both;
    color: #474948;
    font-family: Tahoma;
    font-size: 13px;
    margin: 0 0 25px 0;
}

/****** Modal Persons */

a.rtmp {
    display: block;
    width: 640px;
    height: 480px;
    margin: 25px 0;
    text-align: center;
}

a.rtmp img {
    border: 0;
    margin-top: 140px;
}

button {
    background-color: #5bb75b;
    color: #fff;
    padding: 5px 10px;
    opacity: .9;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 15px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
}

button:hover {
    opacity: 1;
}

.btn-modal {
    background-color: #ff5500;
    color: #fff;
    padding: 5px 10px;
    opacity: .9;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 15px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
}

.btn-modal:hover {
    opacity: 1;
}

.modal-video {
    width: 90%;
    min-width: 600px;
    height: 90%;
    /*background-image: url('/services/images/modal_fone.png');*/
    position: fixed;
    top: 5%;
    left: 5%;
    z-index: 99999;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: none;
}

.speakers {
    text-align: center;
    padding: 0;
    border: 1px solid #ff0000;
    box-sizing: content-box;
    color: #ccc;
    font-size: 1.3em;
    height: 170px;
    overflow-x: auto;
    overflow-y: hidden;
}

.speakers-line {
    overflow-y: auto;
    width: 100%;
}

.speaker-person {
    text-align: left;
    /* padding: 5px 15px;*/
    width: 260px;
    opacity: 0.9;
    /*display: inline-block;*/
    margin: 10px 0;
    background-color: #fff;
    cursor: pointer;
    padding: 4px;
    /* height: 115px;*/
}

.speaker-person:hover {
    opacity: 1;
}

.person-frame-active {
    background-color: #ededed;
}

.person-frame-active-name {
    color: #f60202 !important;
}

/***********************************/
.modal-bg {
    background-color: #000;
    opacity: .5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    position: fixed;
}

.modal-window {
    width: 1000px;
    height: 90%;
    background-color: #fff;
    position: fixed;
    top: 60px;
    left: 50%;
    margin-left: -500px;
    z-index: 201;
    color: #333;
    border-radius: 2px;
}

.modal-head {
    position: relative;
    color: #fff;
    background-color: #3b3b3b;

}

.modal-head-topic {
    font-family: tahoma;
    font-size: 20px;
    padding: 5px 40px 5px 15px;
}

.speaker-persons {
    overflow: hidden;
    width: 290px;
    height: 632px;
}

.speaker-person-name {
    color: #226087;
    font-size: 16px;
    font-family: Cuprum, tahoma;
}

.speaker-person-work {
    font-family: tahoma;
    font-size: 12px;
    color: #333;
}

.speaker-person-active {
    background-color: #ededed;
    opacity: 1;
}

.speaker-person-name-active {
    color: #f60202;
}

/**************/
.flowplayer {
    z-index: 99999;
    background-color: #fff;
}

.speaker-persons-pres, .speaker-persons-sten, .speaker-persons-bio, .speaker-persons-mp3 {
    margin-left: 20px;
    font-family: Cuprum;
    font-size: 1.1em;
    text-decoration: none;
}

.speaker-persons-pres:hover, .speaker-persons-sten:hover, .speaker-persons-bio:hover, .speaker-persons-mp3:hover {
    text-decoration: underline;
}

.raex-links {
    font-family: Cuprum;
    font-size: 14px;
    color: #222;
    margin-top: -25px;
    margin-bottom: 15px;
}

.raex-links a {
    text-decoration: none;
}

.raex-links a:hover {
    text-decoration: underline;
}

.raex-links span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #909090;
}

.ratinglist-ico-text a {
    text-decoration: none;
}

.ratinglist-ico-text:hover a {
    text-decoration: underline;
}

.index-select {
    text-align: left;
    font-family: Cuprum;
    font-size: 14px;
    color: #444;
    cursor: pointer;
    margin: 4px 2px;
}

.index-select:hover {
    background-color: #ccc;
}

#index-select-container {
    padding: 5px 10px 0 10px;
}

#index-select-container-items {
    position: absolute;
    z-index: 300;
    top: 25px;
    left: 10px;
    display: none;
    background-color: #fff;
    padding: 4px;
    border-radius: 0 0 4px 4px;
    border: 1px solid #ccc;
    cursor: pointer;
}

#index-select-container-selected {
    position: relative;
    font-size: 14px;
}

#index-select-container-items table td {
    padding: 2px 10px;
    vertical-align: top;
}

#index-select-container-selected span {
    display: block;
    padding: 4px 8px 4px 4px;
    font-family: Cuprum;
    font-size: 1em;
    cursor: pointer;
    background-image: url('/_aaa/arrow-bottom.gif');
    background-position: 97% 50%;
    background-repeat: no-repeat;
    width: 120px;
    margin: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#index-select-container-wline {
    display: none;
    width: 132px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    z-index: 301;
    top: 25px;
    left: 11px;
}

.index-main-text {
    padding: 10px;
}

.index-main-text p {
    font-size: 13px;
    font-family: tahoma;
}

.project-interview-html p {
    font-size: 13px;
    font-family: tahoma;
}

.project-interview-html {
    background-color: #fff;
    padding: 10px 45px 10px 25px;
}

.sponsor {
    font-family: tahoma;
    /*font-size: 14px;*/
    margin: 6px;
    color: #666;
}

.researches-text p {
    font-family: tahoma;
    font-size: 13px;
}

.researches-text {
    padding: 15px 45px 30px 35px;
background-color: #fff;
}

.mm-years {
    /*background-color: #0078a3;*/
    background-image: url('/_aaa/mm-bg.png');
    width: 222px;
    margin-top: -15px;
    height: 42px;
    border-radius: 4px;
    padding: 0 4px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: 30%;
}

.mm-years-item-flag {
    background-image: url('/_aaa/flag-slider.png');
    background-position: top center;
}

.mm-years-item {
    width: 35px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 15px;
    font-family: Cuprum;
    text-align: center;
    height: 42px;
    margin: 0 3px;
}

.mm-years-item span {
    vertical-align: -26%;
    color: #688fb0;
    text-shadow: 1px 0 1px #fff;
    cursor: pointer;
}

.mm-years-item-flag span {
    color: #e03a3e;
    text-shadow: 1px 0 1px #fff;
}

.about-container {
    /*background-color: #fff;*/
    padding: 10px;
}

.about-container p {
    font-family: Tahoma;
    font-size: 13px;
}

/*.about-container ol {
    margin-left: 30px;
    font-family: tahoma;
    font-size: 13px;
}

.about-container ul {
    margin-left: 30px;
    list-style-type: disc;
    font-family: tahoma;
    font-size: 13px;
}*/

.main-press-container {
    background-color: #fff;
    border: 1px solid #dadada;
    position: relative;
}

.main-press-container-item {
    opacity: 1;
    cursor: pointer;
}

.main-press-container-items {
    padding: 10px;
}

.main-press-container-items table {
    width: 100%;
}

.main-press-container-items table td {
    width: 280px;
    vertical-align: top;
}

.main-press-container-item-image {
    width: 277px;
    border-radius: 2px;
}

.main-press-container-items-descr {
    font-family: tahoma;
    font-size: 13px;
    color: #4c4c4c;
    padding-right: 9px;
}

.main-press-container-item-img {
    height: 186px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.main-press-container-item-play {
    background-color: #252525;
    background-image: url('/_aaa/v-full.jpg');
    background-position: right;
    background-repeat: no-repeat;
    height: 31px;
    width: 277px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.v-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -450px;
    margin-top: -300px;
    z-index: 1600;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #888;
    max-width: 772px;
    overflow: auto;
}

.v-modal-header {
    text-align: right;
    padding: 5px 5px 0 0;
}

.v-modal-descr {
    margin: 10px 0;
    font-size: 13px;
    font-family: Tahoma;
}

.ratings-content-container {
    font-size: 13px;
    font-family: tahoma;
}

.ratings-content-container p {
    font-family: tahoma;
}

.ratings-content-container {
    background-color: #fff;
    padding: 10px;
}

/*.ratings-content-container  ol {
    margin-left: 30px;
    font-family: tahoma;
    *//*font-size: 13px;*//*
}

.ratings-content-container  ul {
    margin-left: 30px;
    list-style-type: disc;
    font-family: tahoma;
    *//*font-size: 13px;*//*
}*/

.modal-plan-text {
    font-size: 13px;
    font-family: tahoma;
    padding-left: 20px;
}

.modal-plan-header {
    text-decoration: none;
}

.modal-plan-header span {
    font-family: Cuprum;
    font-size: 15px;
    border-bottom: 1px dashed #2468a7;
}

.rankings-list-right p {
    font-family: tahoma;
    font-size: 13px;
}

/*******************************************/
/************ Личный кабинет ***************/
/*******************************************/

.user-container-info {
    padding: 10px;
    background-color: #fff;
}

.user-container-info-photo {
    margin: 0 10px 0 0;
    float: left;
}

.user-container-info-photo img {
    width: 90px;
    border-radius: 2px;
}

.user-container-info-fio {
    font-family: Cuprum;
    font-size: 13px;
    color: #222;
}

.user-container-info-work {
    font-family: tahoma;
    font-size: 13px;
    color: #555;
}

.user-container-info-company {
    font-family: Cuprum;
    font-size: 1em;
    color: #aaa;
    margin: 2px 0;
}

.user-container-info-contact {
    font-size: 13px;
    font-family: tahoma;
    margin-top: 15px;
}

.user-container-info-contact-phone {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-image: url('/_aaa/mail.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    color: #2469aa;
}

.user-container-info-contact-mail {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-image: url('/_aaa/telephone.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    margin-left: 15px;
}

.user-container-info-contact-mail a {
    color: #2469aa;
    text-decoration: none;

}

.user-container-info-contact-mail a:hover {
    text-decoration: underline;
}

/*.contentaz{
    font-family: tahoma;
}*/

.project-person-section-link {
    padding: 3px 6px;
    margin: 5px 0 15px 12px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #2368A9;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dadada;
    box-shadow: 1px 1px 1px #dadada;
    font-size: 15px;
    font-family: Cuprum;
    text-decoration: none;
}

.project-person-section-link:hover {
    background-color: #eee;
}

.red-font {
    color: #f00 !important;
}

.subscribe-container {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 4px;
    padding: 7px 3px;
    border: 1px solid #ccc;
    background-color: #fff;
    position: relative;
    z-index: 3;
}

.button-unactive {
    background-color: #acacac !important;
    color: #fff !important;
    border: 1px solid #acacac !important;
    cursor: default !important;
}

#subscribe-confirm-code {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    border-top: 2px solid #fff;
    padding-top: 4px;
    width: 98px;
    background-color: #fff !important;
    left: -1px;
    top: 33px;
}

.subscribe-no-border {
    border: 1px solid transparent;
    background-color: transparent !important;
}

/* переключалка новостей на главной */

#news-switch-container {
    width: 390px;
}

.news-switch-container-item {
    width: 36px;
    height: 48px;
    position: relative;
    background-color: #e7e9e8;
    color: #515b65;
    text-shadow: 1px 0 1px #fff;
    float: left;
    margin: 0;
    font-family: Cuprum;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.news-switch-container-item:hover {
    background-color: #cfd7d9;
    color: #2468a9;
    text-shadow: 1px 0 1px #fff;
}

.news-switch-container-item-day {

    z-index: 5;
    top: 3px;
    position: absolute;
    width: 36px;
}

.news-switch-container-item-month {
    font-size: .9em;
    z-index: 5;
    top: 25px;
    position: absolute;
    width: 36px;
}

.news-switch-container-item-active {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 36px;
    height: 9px;
    background-image: url('/_aaa/flag-big-red.png');
    background-repeat: no-repeat;
    background-position: bottom;
    /*background-color: #eb1c22;*/
    z-index: 4;
}

.news-switch-container-item-active-bg {
    background-color: #eb1c22 !important;
    color: #fff !important;
    text-shadow: none !important;
}

#main-news-slider {
    width: 448px;
    height: 325px !important;
    max-height: 325px !important;
    position: relative;
    z-index: 2;
    overflow-x: hidden;
    /*border: 1px solid #525864;*/
}

.main-news-slider-item {
    width: 448px;
    height: 325px;
    float: left;

}

.main-news-slider-container {
    position: absolute;
    left: 0;
    width: 20000em;
}

#pag>span {
    margin: 2px 2px;
    /*background-color: #4f5b67;*/
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #6b84a3 !important;
    /*border-radius: 180px;*/
    width: 20px;
    height: 12px;
    font-family: tahoma;
    font-size: 13px;
    cursor: pointer;
    position: relative;
    background-image: url('/_aaa/sl-dot-grey.png');
    background-repeat: no-repeat;
    background-position: 50% 100%;

}

#pag>span:hover {
    /*background-color: #4479ad;*/
    background-image: url('/_aaa/sl-dot-blue.png');
}

.spn-act {
    /*background-color: #eb1c24 !important;*/
    color: #6b84a3 !important;
    background-image: url('/_aaa/sl-dot-red.png') !important;
}

#pag {
    width: 446px;
    text-align: center;
    z-index: 801;
    /*background-color: #e4e6e5;*/
    padding: 6px 2px 6px 2px;
    margin-top: -34px;
    /*box-shadow: 0 4px 2px #8f9091;*/
    position: relative;
    bottom: 0;
}

.pag-left {
    position: absolute;
    top: 4px;
    left: 5px;
    color: #fff;
    width: 12px;
    height: 19px;
    cursor: pointer;
    background-image: url('/_aaa/slide-arrow-left.png');
    background-repeat: no-repeat;
    background-position: left;
    display: none;
}

.pag-right {
    position: absolute;
    top: 4px;
    right: 5px;
    color: #fff;
    width: 12px;
    height: 19px;
    cursor: pointer;
    background-image: url('/_aaa/slide-arrow-right.png');
    background-repeat: no-repeat;
    background-position: right;
    display: none;
}

.main-news-slider-item-topic {
    /*background-color: #ccc;*/
    /*padding: 5px 10px;*/
    font-size: 1.1em;
    font-family: Cuprum;
    color: #fff;
    position: absolute;
    width: 448px;
    bottom: 0;
    background-image: url('/_aaa/bg-b-50.png');
    text-decoration: none;
    display: block;
}

.main-news-slider-item-topic:hover {
    text-decoration: underline;
}

/*.main-news-slider-item:hover a{
    text-decoration: underline;
}*/
.main-news-slider-item-descr {
    padding: 10px 10px 35px 10px;
}

.pp {
    display: none;
    left: 50%;
    margin: 0 0 0 -40px;
    padding: 10px 0 0;
    position: absolute;
    top: 36px;
    width: 300px;
}

.pp-data {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #dadada;
    border-radius: 2px;
    box-shadow: 0 0 3px #dadada;
    padding: 13px 13px 9px;
    position: relative;
    text-transform: none;
    z-index: 6;
    text-align: left !important;
}

.icon2 {
    width: 20px;
    height: 20px;
    left: 42px;
    margin: 0 0 0 -10px;
    position: absolute;
    top: 0;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    background-color: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: 7;
}

.database-person-card-main-photo {
    width: 130px;
    margin-right: 25px;
    float: left;
    border-radius: 4px;
}

.database-person-card-work {
    font-size: 1.2em;
    font-family: Cuprum;
    color: #777;
    margin-top: -20px;
    margin-bottom: 20px;
}

.database-person-card-fio {
    font-size: 1.6em;
    font-family: Cuprum;
    color: #231f20;
}

.database-person-card-info {
    padding-left: 156px;
}

.company-tabz-container-item2 {
    background-color: #c4dcf0;
    color: #447db5;
    padding: 5px 10px;
    margin: 4px 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border-radius: 2px;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
    font-family: Cuprum;
    font-size: 15px
}

.company-tabz-container-item-active2 {
    background-color: #d8dcdf;
    color: #000;
}

.company-tabz-container-item2:hover {
    background-color: #d8dcdf;
    color: #000;
}

.company-tabz-container-item2:hover span {
    border-bottom: 1px dotted;
}

#database-person-card-info-descr {
    font-family: tahoma;
    font-size: 13px;
    padding-top: 10px;
    color: #6c6e6d;
}

.database-person-card-conf-audio {
    background-image: url('/_aaa/ico-audio.png');
    background-repeat: no-repeat;
    background-position: left;

}

.database-person-card-conf-interview {
    background-image: url('/_aaa/ico-interviy.png');
    background-repeat: no-repeat;
    background-position: left;

}

.database-person-card-conf-pres {
    background-image: url('/_aaa/ico-presination.png');
    background-repeat: no-repeat;
    background-position: left;

}

.database-person-card-conf-steno {
    background-image: url('/_aaa/ico-stenogramma.png');
    background-repeat: no-repeat;
    background-position: left;

}

.database-person-card-conf-video {
    background-image: url('/_aaa/ico-video.png');
    background-repeat: no-repeat;
    background-position: left;

}

.database-person-card-conf-links-items {
    padding-left: 24px;
    margin: 6px 20px;
    display: block;
    color: #3a72af;
    /*width: 102px;*/
    font-family: Cuprum;
    font-size: 15px;
    float: left;
    cursor: pointer;
    text-shadow: 1px 0 1px #fff;
    text-decoration: none;
}

.database-person-card-conf-links-items:hover {
    text-decoration: underline;
}

.table-grid-person {
    width: 100%;
}

.table-grid-person td {
    vertical-align: top;
}

.database-person-project {
    margin-bottom: 60px;
}

.database-person-project-item-links {
    background-color: #e1e1e1;
    /*padding-left: 95px;*/
}

.database-person-project-item {
    background-color: #fff;
}

.database-person-project-item-links img {
    width: 50px;
    float: left;
}

.database-person-project-item-all-header {
    font-size: 1.1em;
    font-family: Cuprum;
    color: #3a3839;
    margin-bottom: 5px;
}

#news-switch-container {
    width: 394px !important;
}

#anal-descr-show-all, #anal-descr-show-list {
    width: 19px;
    height: 21px;
    margin: 0 2px;
    background-repeat: no-repeat;
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
}

.anal-descr-show-list-active {
    background-image: url('/_aaa/full-pressed.png');
}

.anal-descr-show-list {
    background-image: url('/_aaa/full-link.png');
}

.anal-descr-show-all-active {
    background-image: url('/_aaa/list-pressed.png');
}

.anal-descr-show-all {
    background-image: url('/_aaa/list-link.png');
}

.db-person-project-link {
    color: #ad181c;
    font-family: Cuprum;
}

.database-person-project-item-descr {
    font-family: tahoma;
    color: #211f20;
    font-size: .9em;
    margin: 10px 0;
}

.database-person-project-item-date {
    float: right;
    font-size: 14px;
    font-family: Tahoma;
    color: #a7a7a7;
}

.db-person-project-section {
    padding: 12px 10px 0 10px;
    border-bottom: 1px dotted #a7a7a7;
}

.db-person-project-section a {
    /* Заголовок */
    font-size: 15px;
    font-family: Cuprum;
    margin: 5px 0;
    color: #ad161d;
    text-decoration: none;
}

.db-person-project-section a:hover {
    /* Заголовок */
    text-decoration: underline;
}

.db-person-project-section p {
    font-size: 13px;
    font-family: tahoma;
    color: #697277;
}

.db-person-project-interview {
    padding: 12px 10px 0 10px;
    border-bottom: 1px dotted #a7a7a7;
}

.db-person-project-interview a {
    /* Заголовок */
    font-size: 14px;
    font-family: Cuprum;
    margin: 5px 0;
    color: #2166a7;
    text-decoration: none;
}

.db-person-project-interview a:hover {
    /* Заголовок */
    text-decoration: underline;
}

.db-person-project-interview p {
    font-size: 13px;
    font-family: tahoma;
    color: #697277;
}

.database-person-project-item-all-person-grid {
    width: 100%;
}

.database-person-project-item-all-person-grid td {
    vertical-align: middle;
}

.database-person-project-item-all-person-grid img {
    width: 55px;
    border-radius: 4px;
}

.database-person-project-item-all-person-grid a {
    font-family: Cuprum;
    font-size: 1em;
    text-decoration: none;
}

.database-person-project-item-all-person-grid a:hover {
    text-decoration: underline;
}

.db-person-project-photo {
    padding: 12px 10px 0 10px;
}

.db-person-project-photo h3 {
    font-family: Cuprum;
    font-size: 18px;
    color: #545454;
    margin: 10px 0;
}

.db-person-project-photo img {
    width: 172px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 5px;
    cursor: pointer;
    border-radius: 4px;
    opacity: .9;
}

.db-person-project-photo img:hover {
    opacity: 1;
}

.database-person-card-info-interview-item {
    margin: 3px 0;
}

.database-person-card-info-interview-item span {
    color: #a7a7a7;
}

.database-person-card-info-interview-item a {
    text-decoration: none;
}

.database-person-card-info-interview-item a:hover {
    text-decoration: underline;
}

.database-person-card-info-articles-item {
    margin: 3px 0;
}

.database-person-card-info-articles-item span {
    color: #a7a7a7;
}

.database-person-card-info-articles-item a {
    text-decoration: none;
}

.database-person-card-info-articles-item a:hover {
    text-decoration: underline;
}

.mainmenu-open-main-line-link2 {
    background-image: url("/_aaa/ul-ico-blue.png");
    background-position: 4px 4px;
    background-repeat: no-repeat;
    display: block;
    font-family: tahoma;
    font-size: 13px;
    padding: 4px 8px 4px 13px;
    text-decoration: none;
}

.mainmenu-open-main-line-link2:hover {
    text-decoration: underline;
}

.proj-map-subheader {
    font-family: Cuprum;
    font-size: 18px;
    color: #9c9a9c;
}

.proj-map-header {
    font-family: Cuprum;
    font-size: 18px;
    color: #211c21;
}

/* Проекты: аналитика */

.project-anal {
    background-color: #fff;
    padding: 1px 20px 20px 20px;
}

.project-anal-header {
    color: #666;
    font-family: Cuprum;
    font-size: 26px;
    text-transform: uppercase;
    margin: 20px 0;
}

.project-anal-subheader {
    color: #9c9a9c;
    font-family: Cuprum;
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0;
}

.project-anal-research {
    background-color: #fff;
    margin: 10px 0;
}

.project-anal-research-img {
    width: 112px;
    height: 112px;
    border: 1px dotted #ccc;
    padding: 4px;
    float: left;
    margin: 0 15px 0 0;
}

.project-anal-research-img img {
    width: 112px;
    height: 112px;
}

.project-anal-research-header {
    color: #2165ad;
    font-family: Cuprum;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}

.project-anal-research-header:hover {
    text-decoration: underline;
}

.project-anal-research-header-pdf {
    vertical-align: -6px;
}

.project-anal-research-descr {
    color: #181c18;
    margin: 5px 0;
}

a.project-anal-research-category {
    background-image: url('/_aaa/cat-arrow.png');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 18px;
    color: #636563;
    cursor: pointer;
    text-decoration: none;
}

a.project-anal-research-category:hover {
    text-decoration: underline;
}

.project-anal-greydot {
    text-decoration: none;
    font-size: 14px;
    font-family: Cuprum;
    margin: 2px 12px 2px 12px;
    padding-left: 16px;
    background-image: url('/_aaa/dot-grey.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
}

.project-anal-greydot:hover {
    text-decoration: underline;
    color: #22517C;
}

.project-anal-interview {
    margin: 2px 0 25px 0;
}

.project-anal-interview-photo {
    width: 74px;
    margin: 0 10px 0 0;
    float: left;
}

.project-anal-interview-photo img {
    width: 74px;
    border-radius: 4px;
}

.project-anal-interview-name {
    cursor: pointer;
    color: #296d9c;
    text-decoration: none;
    font-size: 15px;
    font-family: Cuprum;
}

.project-anal-interview-name:hover {
    text-decoration: underline;
}

.project-anal-interview-work {
    color: #181c18;
    font-family: Cuprum;
    font-size: 15px;
}

.project-anal-interview-announce {
    color: #5a555a;
    margin-top: 10px;
}

.project-modal-plan-date {
    color: #888;
}

#feedback-modal {
    position: fixed;
    width: 40%;
    /* height: 60%; */
    top: 18%;
    left: 30%;
    border: 1px solid #888;
    background-color: #fff;
    z-index: 1600;
    display: none;
}

.feedback-modal-container-bg {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1500;
    background-color: #000;
    opacity: 0.6;
    display: none;
}

#feedback-modal-text2 {
    padding: 20px 8px;
    z-index: 500;
    overflow-y: auto;
    height: 550px;
}

.feedback-modal-close {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}

/* Database Certificate */

.cert-container {
    width: 178px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #d7d7d7;
    box-shadow: 1px 1px 3px #999;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    margin: 20px 0;
}

.cert-logo {
    background-image: url('/_aaa/cert-logo.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 26px;
    width: 172px;
    margin-left: 3px;
    border-bottom: 1px solid #666;
}

.cert-descr {
    padding: 5px;
    font-family: tahoma;
    font-size: 8px;
    text-transform: uppercase;
    padding: 2px 2px;
    margin: 3px 0;
    font-weight: bold;
}

.cert-bg-red {
    background-image: url('/_aaa/cert-bg-red.jpg');
    background-repeat: no-repeat;
    height: 41px;
    padding: 2px 10px;
}

.cert-rating-red {
    font-size: 18px;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    margin-top: 2px;
}

.cert-rating-date-red {
    font-size: 10px;
    font-family: tahoma;
    color: #fff;
    margin-top: -2px;

}

.cert-bg-grey {
    background-image: url('/_aaa/cert-bg-grey.jpg');
    background-repeat: no-repeat;
    height: 41px;
    padding: 2px 6px;
}

.cert-rating-grey {
    font-size: 18px;
    color: #e40611;
    font-family: Arial;
    font-weight: bold;
    margin-top: 2px;
}

.cert-rating-date-grey {
    font-size: 10px;
    font-family: tahoma;
    color: #1d1d1b;
    margin-top: -2px;
}

.cert-zoom {
    background-repeat: no-repeat;
    background-image: url('/_aaa/zoom-red.jpg');
    height: 20px;
    width: 22px;
    cursor: pointer;
    margin-left: 6px;
    position: absolute;
    bottom: -16px;
    display: block;
}

.cert-zoom-grey {
    background-image: url('/_aaa/zoom-grey.jpg');
    bottom: -20px;
    background-repeat: no-repeat;
    height: 20px;
    width: 22px;
    cursor: pointer;
    margin-left: 6px;
    position: absolute;
    display: block;
}

.cert-more {
    text-shadow: 1px 0 2px #ccc;
    padding-bottom: 5px;
    position: absolute;
    top: 0;
    background-color: #fff;
    box-shadow: 1px 1px 3px #999;
    z-index: 10;
}

.cert-more>div, .cert-more>a {
    display: none;
}

.cert-rating-dersc-grey, .cert-rating-dersc-red {
    font-size: 13px;
    font-family: tahoma;
    color: #1c1c1c;
    padding: 3px 0;
    margin: 2px 4px 10px 4px;
}

.cert-level-dersc-grey, .cert-level-dersc-red {
    font-size: 13px;
    font-family: tahoma;
    color: #666;
    padding: 3px 0;
    margin: 10px 4px;
}

.cert-forecast-dersc-grey, .cert-forecast-dersc-red {
    border-top: 1px solid #f1f1f1;
    font-size: 13px;
    font-family: tahoma;
    color: #1c1c1c;
    margin: 10px 4px;
    padding: 3px 0;
}

.cert-more-link {
    font-size: 13px;
    display: block;
    text-decoration: none;
    margin: 2px 0;
    color: #1c1c1c;
    padding: 2px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    cursor: pointer;
}

.cert-more-link:hover {
    text-decoration: underline;
}

/* Репортажи в пресс-центре */

#video-archive {
    background-color: #fff;
}

.video-archive-item-ico {
    background-image: url('/_aaa/video-ico-grey.png');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    display: block;
    margin-left: 20px;
    position: relative;
}

.video-archive-item-screen {
    position: absolute;
    width: 126px;
    height: 80px;
    /*    background-position: 50% 50%;*/
    background-repeat: no-repeat;
    background-size: cover;
    /*border: 1px solid #ff0;*/
    top: -24px;
    left: -20px;
    display: none;
}

.video-archive-item {
    padding: 15px 20px 15px 0;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
}

.video-archive-item-ico-blue {
    background-image: url('/_aaa/video-ico-blue.png') !important;
}

.video-archive-item-date {
    text-align: center;
    color: #919191;
    margin: 0 14px;
    width: 52px;
    font-family: Cuprum;
    font-size: 15px;
}

.video-archive-item-descr {
    color: #2569aa;
    text-decoration: none;
    display: block;
    padding-left: 6px;
    font-family: Cuprum;
    font-size: 15px;
}

.table-scroll {
    overflow-x: auto;
    width: 855px;
    position: relative;
    z-index: 0;
}

.table-scroll thead tr,
.company-tabz-content-table {
    background-color: #e8edf2;
    color: #5a5957;
}

.table-scroll thead tr td,
.table-scroll thead tr th,
.company-tabz-content-table thead tr td,
.company-tabz-content-table thead tr td {
    border: 1px solid #cccccc;
}

.table-gradient {
    display: block;
    position: absolute;
    height: 100% !important;
    width: 55px;
    background-image: url('/_aaa/tbl-list.png');
    background-repeat: repeat-y;
    opacity: .5;
    cursor: pointer;
}

.table-gradient-left {
    display: none;
    position: absolute;
    left: 0;
    height: 100% !important;
    width: 55px;
    background-image: url('/_aaa/tbl-list-left.png');
    background-repeat: repeat-y;
    opacity: .5;
    cursor: pointer;
}

.table-gradient-left:hover, .table-gradient:hover {
    opacity: 1;
}

.right-side-header-blue-link {
    display: block;
    float: right;
    font-size: 14px;
    color: #4968a7;
    cursor: pointer;
    margin-top: 2px;
    text-shadow: none;
    text-transform: none;
}

.focus-tr {
    background-color: #f6e7ec !important;
}

/* MainMenu for scroll */

#mm-scroll {
    position: fixed;
    left: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    background-color: #fff;
    /*opacity: .9;*/
    /* background-image: url('/_aaa/bg-white-o90.png');*/
    box-shadow: 0 2px 2px #999;

}

#mm-scroll-wrapper {
    margin: 0 auto;
    position: relative;
}

.mm-scroll-item {
    border-right: 1px solid #e3e3e3;
    color: #444;
    display: inline-block;
    font-family: 'Cuprum', verdana;
    font-size: 16px;
    opacity: 1;
    padding: 9px 22px;
    position: relative;
    text-decoration: none;
    vertical-align: -10px;
    width: auto;
    /*background-color: #fff;*/
}

.mm-scroll-item:hover {
    background-color: #eeeded;
    color: #000;
}

.go-top {
    background-image: url('/_aaa/go-top.png');
    background-repeat: no-repeat;
    background-position: right;
    width: 86px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 2px;
    cursor: pointer
}

.go-top:hover {
    background-image: url('/_aaa/go-top-hover.png');
}

#slowpoke {
    position: fixed;
    top: 52px;
    right: -600px;
    width: 200px;
    height: 180px;
    background-image: url('/_aaa/slowpoke.png');
    z-index: 999999;
}

#mm-scroll-menu-content {
    display: none;
    position: absolute;
    top: 38px;
    width: 1240px;
    background-color: #fff;
    box-shadow: 0 2px 1px #999;
    padding-top: 10px;
}

.mm-scroll-grey-line {
    height: 10px;
    background-color: #595959;
    position: absolute;
    top: 0;
    left: 0;
    width: 1240px;
}

.mm-scroll-item-active {
    background-color: #595959;
    color: #fff;
}

.mm-scroll-item-active:hover {
    background-color: #595959 !important;
    color: #fff !important;
}

.mm-scroll-item-active-line {
    position: absolute;
    width: calc(100% + 2px);
    width: 100%;
    /*width: 100%;*/
    left: -1px;
    top: 0;
    height: 4px;
    background-color: #5a5a5a;
}

.db-company-logo img {
    max-width: 200px;
    margin: 10px;
}

.db-company-logo {
    text-align: center;
}

.content-padding {
    padding: 10px 20px;
}

.speaker-persons-quote {
    overflow-y: auto;
    height: 200px;
}

/*.link-onhover ol li {
    margin-left: 20px;
}*/

/* Переключалка по годам */
#wrap {
    width: 875px;
    /*border: 1px solid #666;*/
    margin: 0 auto;
}

#news-area {
    height: 57px;
    width: 100%;
    position: relative;
    /*display: none;*/
    overflow-x: hidden;
    font-family: Cuprum;
    /*border-bottom: 1px solid #d6d6d6;*/
}

#news-area-scroller {
    width: 20000em;
}

.news-area-item {
    height: 46px;
    width: 64px;
    opacity: .9;
    transition: all .3s ease 0s;
    float: left;
    border-right: 1px solid #d6d6d6;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.news-area-item:hover {
    background-color: #dff1ff;
}

.news-area-item:hover {
    opacity: 1;

}

.news-area-item-month {
    color: #585858;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 4px;
    font-size: 16px;
    z-index: 21;
}

.news-area-item-year {
    color: #b8b8b8;
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 26px;
    font-size: 14px;
    z-index: 21;
}

.news-area-item-active {
    background-image: url('/_aaa/flag-big2-red.png'); /*  66x57*/
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: 20;
    width: 66px;
    height: 57px;
    display: none;
    left: -1px;
}

.news-area-item-span-font {
    color: #fff !important;
}

.news-area-left-arrow {
    position: absolute;
    left: 0;
    top: 0;
    height: 47px;
    width: 47px;
    background-image: url('/_aaa/arrow-l-stop.png');
    background-repeat: no-repeat;
    z-index: 22;
    border-radius: 4px 0 0 4px;
}

.news-area-left-arrow-active {
    background-image: url('/_aaa/arrow-l-hover.png') !important;
    background-repeat: no-repeat;
    cursor: pointer;
}

.news-area-left-arrow-active:hover {
    background-image: url('/_aaa/arrow-l-link.png') !important;
}

.news-area-right-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 47px;
    width: 47px;
    background-image: url('/_aaa/arrow-r-stop.png');
    background-repeat: no-repeat;
    z-index: 22;
    border-radius: 0 4px 4px 0;
}

.news-area-right-arrow-active {
    background-image: url('/_aaa/arrow-r-hover.png') !important;
    background-repeat: no-repeat;
    cursor: pointer;
}

.news-area-right-arrow-active:hover {
    background-image: url('/_aaa/arrow-r-link.png') !important;
}

.news-area-year-container {
    float: left;
    margin-left: 48px;
}

.reg-button-new {
    text-align: center;
    height: 60px;
    width: 200px;
    display: block;
    border-radius: 4px;
    background-image: url('/_aaa/reg-button-bg.jpg');
    background-position: center top;
    font-family: 'Cuprum', verdana;
    font-size: 18px;
    text-decoration: none;
    text-shadow: 0 1px 1px #FFFFFF;
    color: #3873AF;
    margin-left: 10px;
    line-height: 60px;

}

.reg-button-new span {
    /*vertical-align: 18px;*/
}

.reg-button-new:hover {
    background-image: url('/_aaa/main-menu-hover-reg.png');
    color: #fff;
    text-shadow: none;
}

.rankings-calendar {
    width: 100%;
}

.rankings-calendar td {
    padding: 2px 3px;
}

#greet-text {
    position: relative;
}

#greet-text-window {
    width: 574px;
    height: 170px;
    background-color: #fff;
    box-shadow: 2px 2px 3px #999;
    position: absolute;
    border: 1px solid #aaa;
    top: 5px;
    left: 10px;
    z-index: 300;
    display: none;
}

#greet-text-window-close {
    position: absolute;
    cursor: pointer;
    top: 4px;
    right: 4px;
}

#greet-text-window-header {
    color: #ff0c11;
    font-size: 24px;
    margin: 0 45px 10px 0;
}

.v-modal-links {
    padding: 0 15px;
    margin-top: -20px;
    float: left;
}

.v-modal-links-download {
    display: block;
    float: left;
    background-image: url('/_aaa/download_modal.png');
    background-position: center left;
    padding-left: 25px;
    background-repeat: no-repeat;
    height: 21px;
    margin-left: 18px;
}

.v-modal-links-link {
    display: block;
    float: left;
    height: 21px;
    background-image: url('/_aaa/link_modal.png');
    background-position: center left;
    padding-left: 25px;
    background-repeat: no-repeat;
}

.v-modal-links a {
    text-decoration: none;
    opacity: .8;
}

.v-modal-links a:hover {
    opacity: 1;
}

.v-modal-links a span {
    text-decoration: none;
    vertical-align: 5px;
}

/* main adver block*/

.adver-container {

}

.adver-block-left {
    width: 40%;
    float: left;
}

.adver-block-right {
    width: 60%;
    float: right;
}

.adver-block-header {
    background-color: #dddddd;
    color: #484848;
    border-radius: 3px;
    font-family: Cuprum;
    font-size: 16px;
    padding: 5px 8px;
    margin: 5px 0;
    text-shadow: 1px 1px 0 #eee;
    text-transform: uppercase;
}

.adver-block-item {
    margin: 5px 0;
    padding: 5px;
}

.adver-block-item-date {
    color: #adadad;
    font-family: Cuprum;
    font-size: 14px;
}

.adver-block-item-topic {
    color: #464646;
}

.adver-block-item a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.adver-block-item a {
    color: #464646 !important;
}

/* user subscribe */

.user-subscribe-theme {
    width: 55%;
    float: left;
    background-color: #ccc;
}

.user-subscribe-company {
    width: 45%;
    float: right;
    background-color: #eee;
}

.white-bg {
    background-color: #fff;
    padding: 10px 20px;
    /*margin: 10px 0;*/
}

.project-modal-plan-date2-month {
    display: block;
    color: #9c9c9c;
    font-family: Cuprum;
    font-size: 15px;
    text-align: center;

}

.project-modal-plan-date2-day {
    display: block;
    color: #525051;
    font-family: Cuprum;
    font-size: 24px;
    text-align: center;

}

.projectr-modal-plan-2 td {
    vertical-align: top;
    padding: 6px 2px;
}

.project-modal-plan-header {
    font-size: 20px;
    font-family: Cuprum;
    text-decoration: none !important;
}

.plan-line {
    background-image: url('/_aaa/plan-line.jpg');
    background-repeat: repeat-x;
    background-position: 0% 50%;
}

#project-modal-map-audio {
    position: fixed;
    width: 60%;
    /*height: 60%;*/
    top: 60px;
    left: 20%;
    border: 1px solid #888;
    background-color: #fff !important;
    z-index: 1600;
    display: none;
}

#project-modal-map-video {
    position: fixed;
    width: 60%;
    /*height: 60%;*/
    top: 60px;
    left: 20%;
    border: 1px solid #888;
    background-color: #fff !important;
    z-index: 1600;
    display: none;
}

input {
    font-family: tahoma !important;
    font-size: 13px ! important;
}

/*
 #EDITIONS
*/

.edition-container {
    /*background-color: #fff;*/
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

.edition-header {
    font-family: Cuprum;
    font-size: 22px;
    margin: 5px 0;
}

.edition-subheader {
    font-family: Cuprum;
    font-size: 18px;
    color: #2368a9;
    margin: 5px 0;
}

.edition-image {
    float: left;
    margin: 0 10px 10px 0;
    box-shadow: 1px 1px 2px #aaa;
}

.edition-text {
    font-family: tahoma;
    font-size: 13px;
}

.edition-date {
    font-family: cuprum;
    font-size: 16px;
    color: #231f20;
}

.edition-tag {
    font-family: cuprum;
    font-size: 16px;
    color: #676975;
}

.edition-download {

}

.edition-list-container {
    background-color: #fff;
    margin-top: 0px;
    width: calc(100% + 2px);
}

.edition-list-wrapper {
    padding: 20px;
}

.edition-list-item {
    margin-bottom: 30px;
}

.edition-list-item-img {
    padding: 0px;
    float: left;
    width: 70px;
}

.edition-list-item-img img {
    width: 55px;
}

.edition-list-item-header {
    font-family: Cuprum;
    font-size: 18px;
    color: #2368a9;
    margin: 5px 0 2px 0;
    padding-left: 10px;
    display: block;
    text-decoration: none;
}

.edition-list-item-header:hover {
    text-decoration: underline;
}

.edition-list-item-subheader {
    font-family: cuprum;
    font-size: 14px;
    color: #a59ea5;
    padding-left: 10px;
}

.edition-list-item-descr {
    margin: 5px 0;
    font-family: tahoma;
    font-size: 13px;
    padding-left: 10px;
}

.project-persons-td2 {
    width: 60%;
    background-color: #e9eef2;
    vertical-align: top;
}

.project-persons-td2-hover {
    width: 60%;
    background-color: #cdd9e3;
    vertical-align: top;
}

.project-persons-td2-clear {
    /* если нет цитаты */
    background-color: transparent;
    width: 10%;
    vertical-align: top;
}

.phidden {
    display: none;
}

.project-persons-td2-arrow {
    position: absolute;
    left: -10px;
    top: 15px;
    width: 10px;
    height: 23px;
    background-repeat: no-repeat;
    background-image: url('/_aaa/arrow-p.png');
}

.project-persons-td2-arrow-hover {
    background-image: url('/_aaa/arrow-p2.png') !important;
}

.project-persons-td2-info {
    color: #312c29;
    font-family: cuprum;
    font-size: 16px;
}

.project-persons-td2-pretext {
    color: #5a5d5a;
    padding: 0 15px 0 10px;
}

/*
FLOWPLAYER RAEX
*/
/* custom player skin */
.flowplayer { width: 80%; background-color: #222; background-size: cover; max-width: 800px; }
.flowplayer .fp-controls { background-color: rgba(0, 0, 0, 0.8)}
.flowplayer .fp-timeline { background-color: rgba(0, 0, 0, 0.5)}
.flowplayer .fp-progress { background-color: rgba(219, 0, 0, 1)}
.flowplayer .fp-buffer { background-color: rgba(249, 249, 249, 1)}
.flowplayer { background-image: url("https://farm4.staticflickr.com/3169/2972817861_73ae53c2e5_b.jpg")}


.ddsmoothmenu ul li ul li{
    margin: 0 !important;
}

/* REGISTRATION */

.reg_header {
    text-shadow: 0px 1px 0 #ffffff;
    text-transform: uppercase;
    color: #3c3c3c;
    margin-left:15px
}
.reg_header_2 {
    margin-left:5px;
    font-family: Cuprum;
    font-size: 1.4em;
    padding: 13px 150px 5px 10px;
    color: #343233;
}
.reg_p {
    font-family: Cuprum;
    font-size: 16px;
    margin-left:15px;
    color: #333333

}
.reg_block {
    background-color:#ffffff;
    min-height:auto;
    padding: 30px 5px 20px 15px
}
.reg_block p {
    color: #adadad;
    font-family: Cuprum;
    font-size:16px;
    margin: 0
}
/* regform styles overwrite STARTs */


#user-form input[type="email"], input[type="password"], input[type="text"] {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-family: Cuprum;
    margin: 5px 0;
    padding: 5px;
    width:inherit
}
#reg_name, #reg_middle_name, #reg_surname, #reg_company, #reg_position, #reg_email, #reg_capcha {
    border-radius: 3px;
    border: 1px solid #acacac;
    box-shadow: 0 1px 0px rgba(0, 0, 0, .2) inset, 0 -1px 0 rgba(0, 0, 0, .05) inset;
}
#reg_name, #reg_middle_name, #reg_surname {
    width:200px;
}
#reg_name, #reg_middle_name {
    margin-right: 10px
}

#reg_company {
    width:647px;
}
#reg_position, #reg_email {
    width:425px;
}
#reg_capcha {
    width: 58px;

}
/* select */
#reg_name:focus, #reg_middle_name:focus, #reg_surname:focus, #reg_company:focus, #reg_position:focus, #reg_email:focus, #reg_capcha:focus {
    box-shadow: 1px 0 0 rgba(35, 146, 243, .4) inset, 0 1px 0 rgba(35, 146, 243, .4) inset, 0 0 1px rgba(35, 146, 243, .4) inset,  0 -1px 0 rgba(35, 146, 243, .4) inset, -1px 0 0 rgba(35, 146, 243, .4) inset;
    outline: none;
}


/* buttons */
/*
.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 #ee1c25;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1, #ee1c25), color-stop(1, #ed1b24));
	background:-moz-linear-gradient(top, #ee1c25 5%, #ed1b24 100%);
	background:-webkit-linear-gradient(top, #ee1c25 5%, #ed1b24 100%);
	background:-o-linear-gradient(top, #ee1c25 5%, #ed1b24 100%);
	background:-ms-linear-gradient(top, #ee1c25 5%, #ed1b24 100%);
	background:linear-gradient(to bottom, #ee1c25 5%, #ed1b24 100%);
	background-color:#ed1b24;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ee1c25;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:5px 12px;
	font-family: Cuprum;

	height:30px;
	width:140px;
	font-size: 15px;
}
*/
#reg_select:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(1, #eaeaea), color-stop(1, #ffffff));
    background:-moz-linear-gradient(top, #eaeaea 5%, #ffffff 100%);
    background:-webkit-linear-gradient(top, #eaeaea 5%, #ffffff 100%);
    background:-o-linear-gradient(top, #eaeaea 5%, #ffffff 100%);
    background:-ms-linear-gradient(top, #eaeaea 5%, #ffffff 100%);
    background:linear-gradient(to bottom, #eaeaea 5%, #ffffff 100%);
    background-color:#ffffff;
}
.reg_button:active {
    position:relative;
    top:1px;
}


#reg_select {
    -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(1, #ffffff), color-stop(1, #eaeaea));
    background:-moz-linear-gradient(top, #ffffff 5%, #eaeaea 100%);
    background:-webkit-linear-gradient(top, #ffffff 5%, #eaeaea 100%);
    background:-o-linear-gradient(top, #ffffff 5%, #eaeaea 100%);
    background:-ms-linear-gradient(top, #ffffff 5%, #eaeaea 100%);
    background:linear-gradient(to bottom, #ffffff 5%, #eaeaea 100%);
    background-color:#ffffff;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #acacac;
    display:inline-block;
    cursor:pointer;
    color:#666a76;
    padding:5px 0;
    font-family: Tahoma;

    height:30px;
    width:212px;
    font-size: 13px;
}

.reg-tbl-main td{
    padding-top: 10px !important;
}

.validate_tip{
    position: absolute;
    top: 44px;
    left: 0;
    width: 190px;
    border: 2px solid #f00;
    padding: 5px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 500;
    text-align: center;
    color: #f00 !important;
    opacity: .8;
    cursor: default;
    transition: all .2s;
}
.validate_tip:hover{
    transition: all .2s;
    opacity: 1;
}
.validate_tip:after{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-bottom: 8px solid #f00;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

/* Модальник в рэнкингах для выбора таблиц */
#rankings-modal-tables{
    position: fixed;
    left: calc(50% - 375px);
    top: calc(50% - 200px);
    width: 750px;
    height: 400px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #999;
    z-index: 1600;
    display: block;
}
.rmt-hide{
    left: -9000em !important;
}
.rmt-wrapper{
    padding: 20px;
    overflow: auto;
    /*height: 260px;*/
}
.rmt-header{
    width: 540px;
    padding: 20px;
    overflow: auto;
    font-family: Cuprum;
    font-size: 16px;
}
.rmt-item{
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
}
.rmt-item:hover{
    text-decoration: underline;
}

/* DB Fonds tables */

.fonds-content-table{
    width: 100%;
    border-collapse: collapse;
}
.fonds-content-table td{
    padding: 4px 15px !important;
    border-right: 1px solid #e7e3e7;
}
.fonds-content-table tr:hover{
    background-color: #eaf2ff;
}

.fonds-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

.fonds-table th {
    font-family: tahoma;
    background-color: #d7dce0;
    color: #59595b;
    text-shadow: 0 1px 1px #fff;
    font-size: 13px;
    padding: 10px;
}

.fonds-table td {
    font-family: tahoma;
    color: #000;
    font-size: 13px;
    padding: 10px;
}
.fonds-content{
    display: none;
}
.fonds-content-table-1st-td{
    white-space: nowrap;
}
/*.fonds-content-table-1st-td:first-letter{
    font-weight: bold;
}*/
/*
.fonds-parent:nth-child(odd){
    background-color: #f00 !important;
}*/
.fonds-parent{
    cursor: pointer;
    border-top: 1px dotted #ccc;
    /*border-bottom: 4px solid transparent;*/
}
.fonds-parent:first-child{
    cursor: pointer;
    border-top: 1px dashed transparent;
}
.fonds-parent:hover{
    cursor: pointer;
    background-color: #EBF5FF !important;
}
.fonds-parent-active{
    background-color: #d6e7f7 !important;
    border-bottom: 4px solid #4279b5;
}
/*.fonds-parent-active td{
    border-bottom: 4px solid #4279b5;
}*/

.fonds-content-table a{
    text-decoration: none;
    display: block;
}

.fonds-content-table a:hover{
    text-decoration: underline;
}
/*
SPROJECT
*/
.sproject-container{
    padding: 100px;
}
.sproject-circle{
    border: 5px solid #737173;
    background-color: transparent;
    position: relative;
    border-radius: 100%;
    width: 460px;
    height: 460px;
}

.sproject-elem{
    position: absolute;
    z-index: 10;
    width: 166px;
    height: 166px;
    background-color: transparent;
    background-repeat: no-repeat;
}

.sproject-elem-1{
    top: -83px;
    left: 147px;
    background-image: url('/_aaa/sproject/1a.png');
}

.sproject-elem-1-h{
    top: -83px;
    left: 147px;
    background-image: url('/_aaa/sproject/1h.png');
}

.sproject-elem-6{
    top: 136px;
    left: 147px;
    background-image: url('/_aaa/sproject/6a.png');
}

.sproject-elem-6-h{
    top: 136px;
    left: 147px;
    background-image: url('/_aaa/sproject/6h.png');
}

.sproject-elem-5{
    top: 80px;
    left: -73px;
    background-image: url('/_aaa/sproject/5a.png');
}

.sproject-elem-5-h{
    top: 80px;
    left: -73px;
    background-image: url('/_aaa/sproject/5h.png');
}

.sproject-elem-2{
    top: 80px;
    right: -73px;
    background-image: url('/_aaa/sproject/2a.png');
}

.sproject-elem-2-h{
    top: 80px;
    right: -73px;
    background-image: url('/_aaa/sproject/2h.png');
}

.sproject-elem-3{
    top: 340px;
    right: 20px;
    background-image: url('/_aaa/sproject/3a.png');
}

.sproject-elem-3-h{
    top: 340px;
    right: 20px;
    background-image: url('/_aaa/sproject/3h.png');
}

.sproject-elem-4{
    top: 340px;
    left: 20px;
    background-image: url('/_aaa/sproject/4a.png');
}

.sproject-elem-4-h{
    top: 340px;
    left: 20px;
    background-image: url('/_aaa/sproject/4h.png');
}

.sproject-elem-place{
    display: block;
    text-decoration: none;
    background-color: #f71c29;
    width: 186px;
    font-family: Cuprum;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    left: -10px;
    cursor: pointer;
}

.sproject-elem-place:hover{
    background-color: #db2a35;
}
.sproject-elem-place-1-1{
    top: 106px;
}

.sproject-elem-place-2-1{
    top: 106px;
}

.sproject-elem-place-5-1{
    top: 106px;
}

.sproject-elem-place-3-1{
    top: 72px;
    font-size: 16px;
}

.sproject-elem-place-4-1{
    top: 72px;
    font-size: 16px;
}

.sproject-elem-6-1{
    top: 40px;
}

.sproject-elem-6-2{
    top: 90px;
}

/* SPROJECT-FOLDER */
.sf-descr{
color: #393c39;
    padding-right: 200px;
}

.sproject-folder-container{
    background-color: #fff;
}
.sf-list-link {
    text-decoration: none;
    font-size: 16px;
    font-family: Cuprum;
    display: block;
    margin: 5px 0;
    padding-left: 16px;
    background-image: url('/_aaa/dot-grey.png');
    background-repeat: no-repeat;
    background-position: 4px 6px;
}

.sf-list-link:hover {
    text-decoration: underline;
    color: #22517C;
}

.sf-line{
    height: 6px;
    background-color: #c6dff7;
    margin: 10px 0;
}

.sf-acc-header{
    font-size: 22px;
    font-family: Cuprum;
    color: #222;
    padding: 5px 0;
    margin-bottom: 10px;
}
.sf-acc-text{
    font-size: 15px;
    color: #222;
    font-family: Cuprum;
    padding: 3px 0;
}

.sf-acc-item{
    background-image: url('/_aaa/arrow-right.png');
    background-repeat: no-repeat;
    background-position: 0 8px;
    padding-left: 20px;
    color: #2169a5;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Cuprum;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}

.sf-acc-active{
    background-image: url('/_aaa/arrow-down.png');
}
.sf-acc-item:first-of-type{
    border-top: 1px solid #ccc;
}

.sf-acc-item-active{
    color: #000;
}

.sf-acc-subitems{
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    display: none;
}
.sf-acc-subitem{
    padding: 3px 0 3px 16px;
    background-image: url('/_aaa/dot-grey.png');
    background-repeat: no-repeat;
    background-position: 0 8px;
}

.sf-acc-subitem:hover{
    text-decoration: underline;
}