section.about_anti_corruption .row
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

@media screen and (max-device-width: 600px){
    section.about_anti_corruption .row {
        display: block;
        width: 100%;
    }
}


section.about_anti_corruption .row img
{
    width: 100%;
    object-fit: cover;
    height: 220px;
    margin-bottom: 10px;
}

section.about_anti_corruption .row .block
{
    width: 49.5%;
    overflow-x:hidden;
}

section.about_anti_corruption .left_site
{
    margin-bottom: 30px;
}

section.about_anti_corruption .text
{
    padding-right: 40px;
}

section.about_anti_corruption a
{
    color:#004F98;
    text-decoration: none;
    font-size: 17px;
    font-family: "FiraSansBold";
    line-height: 20px;
    padding-right: 20px;
}

section.about_anti_corruption a:hover
{
    text-decoration: underline;
}

section.about_anti_corruption .date
{
    color:#2B455C;
    font-size: 12px;
    margin-top: 5px;
}

section.info_about_money .left_site
{
    margin-right: 0;
    padding-top: 0;
    margin-bottom: 30px;
}

@media screen and (max-device-width: 600px){
    section.info_about_money .left_site {
        padding-top: 6px;
        margin-bottom: 20px;
    }
}


section.info_about_money .row
{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-device-width: 600px){
    section.about_anti_corruption .row {
        margin-bottom: 0px;
        justify-content: space-evenly;
    }

    section.about_anti_corruption .row .block {
        width: 100%;
    }

    section.about_anti_corruption .row img {
        height: 20vh;
        margin-bottom: 0px;
    }
}


section.info_about_money .doc
{
    display:inline-flex;
    align-items: center;
    padding: 15px 45px;
}

@media screen and (max-device-width: 600px){
    section.info_about_money .doc {
        padding: 11px 15px;
        width: 100%;
        margin-bottom: 5px;
    }
    
    section.info_about_money .row {
        display: block;
    }

    section.info_about_money .row svg {
        height: 17px;
        width: 15px;
    }
}

section.action .left_site
{
    margin-right: 0;
    padding-bottom: 7px;
}

section.action .date
{
    font-size: 12px;
}

@media screen and (max-device-width: 600px){
    section.action .date {
        font-size: 8px;
    }
}


section.action p
{
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 17px;
}

@media screen and (max-device-width: 600px){
    section.action p {
        margin-bottom: 10px;
        font-size: 10px;
        line-height: 12px;
    }
}


section.action p:first-child
{
    margin-top: 35px;
}

@media screen and (max-device-width: 600px){
    section.action p:first-child {
        margin-top: 12px;
    }
}


section.action p:last-child
{
    padding-bottom: 30px;
}

section.action p a
{
    text-decoration: none;
    font-family: "FiraSansBold";
    color:#004F98;
    font-size: 17px;
}

@media screen and (max-device-width: 600px){
    section.action p a {
        font-size: 12px;
    }
}

section.action p a:hover
{
    text-decoration: underline;
}

section.info_about_money a
{
    width: 100%;
    background-color: #F1F5FD;
    text-decoration: none;
    color:#004F98;
    font-size:16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 10px;
}

@media screen and (max-device-width: 600px){
    section.about_anti_corruption a {
        font-size: 11px;
        line-height: 0.4em;
    }
}

@media screen and (max-device-width: 600px){
    section.info_about_money a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


section.info_about_money a:hover
{
    background-color: #EDEDED;
}

section.info_about_money a .doc_title
{
    margin-left: 10px;
}

@media screen and (max-device-width: 600px){
    section.info_about_money a .doc_title {
        font-size: 11px;
    }
}


section.info_about_money .row:last-child
{
    margin-bottom: 0px;
}

@media screen and (max-device-width: 600px){
    section.about_anti_corruption .block_lv_1{
        background: #F1F5FD;
        margin-top: -5px;
        padding-top: 11px;
        padding-left: 16px;
        padding-right: 0px;
    }

    section.about_anti_corruption .date{
        padding-top: 4px;
        font-size: 8px;
        padding-bottom: 11px;
        margin-bottom: 11px;
    }
}