.articles_page .textpage .prn-aks__head-item::before,
.articles_page .textpage .prn-aks__block-list li::before {
    width: 0;
}

.articles_page .textpage .prn-aks__head-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.articles_page .textpage .prn-aks__item-desc {
    text-indent: 0;
    margin-left: 20px;
}

.articles_page .textpage .prn-aks__head-text-keys {
    margin-top: 70px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

.articles_page .textpage .prn-aks__item-image {
    width: 40px;
    height: 40px;
}

.articles_page .textpage .prn-aks__header2 {
    text-align: left;
    margin-bottom: 10px;
    padding: 2px 18px 3px;
    background-color: #0a589c;
    color: white;
}

.articles_page .textpage .prn-aks__header3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.articles_page .textpage .prn-aks__description {
    margin-bottom: 50px;
    line-height: 24px;
}

.articles_page .textpage .prn-aks__description--h3 {
    margin-bottom: 15px;
}

.articles_page .textpage .prn-aks__block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.articles_page .textpage .prn-aks__block:hover img {
    filter: brightness(1.1);
}

.articles_page .textpage .prn-aks__block-footer {
    margin-bottom: 100px;
}

.articles_page .textpage .prn-aks__block .prn-aks__block-list {
    margin-top: 10px;
}

.articles_page .textpage .prn-aks__block-list li {
    margin-bottom: 0;
}

.articles_page .textpage .prn-aks__block-list a {
    border-bottom: 1px solid white;
}

.articles_page .textpage .prn-aks__block-list a:hover {
	text-decoration: none;
    border-bottom: 1px solid;
    transition: all 0.5s ease-out;
}

.articles_page .textpage .prn-aks__block .prn-aks__block-image {
    display: flex;
    flex-direction: column;
}

.articles_page .textpage .prn-aks__block .prn-aks__block-image img {
    margin: 0 auto;
    height: 130px;
    width: auto;
}

.articles_page .textpage .aks-list__footer-button {
	display: block;
	width: 250px;
	margin: 0 auto;
	padding: 20px 20px;
	font-weight: bold;
	text-align: center;
	background-color: #ffcc0b;
	border-radius: 3px;
}

.articles_page .textpage .aks-list__footer-button:hover {
	background-color: #ffd32d;
}

@media screen and (max-width: 500px) {
    .articles_page .textpage .prn-aks__header2 {
        font-size: 20px;
    }

    .articles_page .textpage .prn-aks__header3 {
        font-size: 20px;
        margin-bottom: 5px;
        text-align: center;
    }

    .articles_page .textpage .prn-aks__description--h3 {
        text-align: justify;
    }

    .articles_page .textpage .prn-aks__block {
        margin-bottom: 70px;
        padding-bottom: 35px;
        border-bottom: 1px solid #dfdfdf5c;
    }

    .articles_page .textpage .prn-aks__head-item {
        align-items: flex-start;
    }

    .articles_page .textpage .prn-aks__block .prn-aks__block-list {
       padding-left: 10px;
    }

    .articles_page .textpage .prn-aks__head-list,
    .articles_page .textpage .prn-aks__head-list .prn-aks__head-item {
       padding-left: 0px;
    }

    .articles_page .textpage .prn-aks__block .prn-aks__block-image {
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }

    .articles_page .textpage .prn-aks__block .prn-aks__block-image img {
        margin: 0;
    }

    .articles_page .textpage .prn-aks__block .prn-aks__block-data {
        margin: 0 auto;
    }

    .articles_page .textpage .prn-aks__block .prn-aks__block-list {
        padding-left: 5px;
        padding-right: 5px;
    }

    .articles_page .textpage .prn-aks__block .prn-aks__block-list li {
        padding-left: 0;
    }


}