.header_bg_cars{
	/*background:url(/images/baltigrand_head_xl.png) center 0 no-repeat;*/
}
.top_menu_ul  ul.level_ul2{

}

 /*investoram page*/
.linksListModule .ol, ul {
    list-style: none;
    padding: 0;

}
.linksListModule > ul > li {
    margin: 0 0 -1px 0;
}
.linksListModule .link::after {
    position: absolute;
    right: 33px;
    top: 50%;
    margin: -10px 0 0 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 1.5em;
    content: "\f0da";
}
.linksListModule .link:hover {
    background: #ECF3FB;
    color: #007FC6;
}
.linksListModule .link {
    display: block;
    position: relative;
    padding: 25px 80px 25px 30px;
    border: 1px solid #CCCCCC;
    text-decoration: none;
    font-size: 1.313em;
    transition: background-color 0.15s ease-in;
    -moz-transition: background-color 0.15s ease-in;
    -webkit-transition: background-color 0.15s ease-in;
}
/*investoram detail page*/
.docsListModule > ul > li {
    position: relative;
    padding: 17px 130px 23px 38px;;
    border-bottom: 1px solid #E6E6E6;
    font-size: 1em;
}
.docsListModule .period {
    padding: 36px 0px 36px 0px;
    font-size: 2.25em;
    color: #007FC6;
}
.docsListModule .iconUIPdf::before {
    position: absolute;
    left: 9px;
    top: 16px;
    font-size: 2em;
    color: #E01406;
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.docsListModule .date {
    color: #989898;
    position: absolute;
    width: 90px;
    right: 9px;
    top: 23px;
}
.docsListModule > ul > li:first-child {
    border-top: 1px solid #E6E6E6;
}
.docsListModule a {
    text-decoration: none;
}