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

section.network .content {
    width: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 82%;
}

@media screen and (max-device-width: 600px){
    section.network .content {
        margin-left: 72%;
    }
}

section.network .icon {
    width: 30px;
    height: 30px;
}

section.network a {
    text-decoration: none;
}

section.network svg path{
    fill: #004F98;;
}

section.network .icon:hover svg path{
    fill: #2B455C;
}

section.network .icon2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../media/image/icon/vk.svg);
}

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

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

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


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

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

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

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

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

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

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

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

.PAGECONTENT ul {
    padding: 20px 65px;
}

@media screen and (max-device-width: 600px){
    .PAGECONTENT ul {
        padding: 14px 6.25%;
    }
}

.PAGECONTENT ul li {
    text-align: left;
    font-family: "FiraSansBold";
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.045em;
    margin-top: 4px;
    color: #004F98;
}

@media screen and (max-device-width: 600px){
    .PAGECONTENT ul li {
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 0.045em;
    }
}

@media screen and (min-device-width: 1920px) {
    .PAGECONTENT ul li {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 0.045em;
    }
}