.anticorr__main-title {
    font-size: 4rem;
    font-family: "Onest", sans-serif;
    font-weight: bold;
    color: var(--white-template);
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.anticorr__link-tags {
    display: flex;
    flex-wrap: wrap;
    margin: 3rem 0;
    gap: 0.75rem;
}

.anticorr__link {
    text-decoration: none;
    color: var(--white-template);
    padding: 0.5rem 1rem;
    border: 1px solid var(--white-template);
    border-radius: 25px;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.anticorr__link:hover {
    opacity: 0.7;
}

.anticorr__line {
    height: 1px;
    background-color: var(--white-template);
}

.anticorr__forms-wrapper .anticorr__line:last-child {
    display: none;
}

.anticorr__laws-wrapper {
    margin-top: 2rem;
}

.anticorr__laws-title {
    font-size: 2rem;
    font-family: "Onest", sans-serif;
    font-weight: bold;
    color: var(--white-template);
}

.anticorr__laws-link__wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}

.anticorr__laws-link {
    text-decoration: none;
    color: var(--white-template);
    font-family: "Onest", sans-serif;
    font-weight: 400;
    margin: 0.5rem 0;
    font-size: 1.5rem;
}

.anticorr__laws-link:hover {
    text-decoration: underline;
}


/*anticorr__federal, president, government*/

.anticorr__federal-laws__wrapper {
    margin-top: 4rem;
    color: var(--white-template);
    font-family: "Onest", sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 110%;
}

.anticorr__federal-laws__card__wrapper {
    margin: 2rem 0;
}

.anticorr__federal-laws__card__wrapper > a {
    color: var(--white-template);
}

/*anticorr__contacts*/

.anticorr__main-title--contacts {
    font-size: 3rem;
    font-family: "Onest", sans-serif;
    font-weight: bold;
    color: var(--white-template);
    margin-top: 3rem;
}

.anticorr__contacts-wrapper {
    color: var(--white-template);
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    gap: 2rem;
}

.anticorr__contacts__text > a {
    color: var(--white-template);
}


/*anticorr__forms*/

.anticorr__main-title--forms {
    font-size: 3rem;
    font-family: "Onest", sans-serif;
    font-weight: bold;
    color: var(--white-template);
    margin-top: 3rem;
}

.anticorr__forms-wrapper {
    color: var(--white-template);
    font-size: 1.5rem;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    margin-top: 4rem;
}

.anticorr__forms-item {
    margin: 2rem 0;
}

.anticorr__forms-item__title {
    margin-bottom: 1rem;
}

.anticorr__forms-item > a {
    color: var(--white-template);
    font-family: "Onest", sans-serif;
    font-weight: 300;
}

.anticorr__forms-bottom {
    color: var(--white-template);
    font-size: 1.5rem;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    margin-top: 5rem;
    line-height: 150%;
}

.anticorr__forms-bottom-link {
    color: var(--white-template);
    font-size: 1.5rem;
    font-family: "Onest", sans-serif;
    font-weight: bold;
}

/*anticorr__main-other-npa*/

.anticorr__main-other-npa {
    color: var(--white-template);
    font-size: 1.5rem;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    line-height: 130%;
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.anticorr__main-other-npa > a {
    color: var(--white-template);
}