.top_content_info{
    width: 100%;
    position: relative;
}

.top_content_info:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    height: 4px;
    width: 100%;
    background: #194ba0;
}


.top_content_info .topinfo_wrap{
    background: rgba(215, 230, 255, .7);
    padding: 30px 20px;
    width: 700px;
    margin: -36px auto 0;
    text-align: center;
}


.top_content_info .topinfo_wrap .topinfo .topinfo_title p{
    text-transform: uppercase;
    color: #194ba0;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.top_content_info .topinfo_wrap .topinfo .topinfo_text p{
    line-height: 27px;
    padding: 20px 35px;
    color: #194ba0;
}



/**KATALOGI**/

.content .catalog_box_title{
    padding: 10px;
    border-bottom: 2px solid #194ba0;
    text-transform: uppercase;
    color: #194ba0;
    font-size: 20px;
    letter-spacing: 1px;
}

.content .catalog_box_title span{
    font-weight: bold;
}

.content .catalog_wrapper{
    display: flex;
    flex-direction: row;
    min-height: 150px;
    margin: 20px 0;
}

.content .catalog_wrapper .catalog_name{
    width: 167px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #19a54a;
    clip-path: circle(50% at 50% 50%);
    color: #fff;
    margin-left: 20px;
}

.content .catalog_wrapper:nth-child(odd) .catalog_name{
    background: #194ba0;
}

.content .catalog_wrapper .catalog_name p{
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
}

.content .catalog_wrapper .catalog_documents{
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #194ba0;
    padding-bottom: 20px;
}

.content .catalog_wrapper .catalog_documents a{
    width: 17%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content .catalog_wrapper .catalog_documents a .catalog_document_icon{
    width: 60%;
}

.content .catalog_wrapper .catalog_documents a .catalog_document_icon img{
    width: 100%;
}

.content .catalog_wrapper .catalog_documents a .catalog_document_title p{
    color: #000;
    font-style: italic;
    padding-top: 6px;
    text-align: center;
}

.content .catalog_wrapper .catalog_documents a:hover .catalog_document_title p{
    color: #194ba0;
}






