.article__content a {
    color: #168780;
    text-decoration: underline;
}

.article__content a:hover,
.article__content a:focus {
    color: rgb(33, 37, 41);
    text-decoration: none;
}

.spoiler-link {
    position: absolute;
    bottom: -2em;
    left: 0;;
    margin-left: 2em;
    margin-right: 2em;
    cursor:pointer;
}

.spoiler {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2em 50px 2em 2em;
    line-height: 1.4;
    margin-left: 2em;
    margin-right: 2em;
}

.spoiler-close {
    position: fixed;
    top: 168px;
    right: 80px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.spoiler_active {
    display: block;
    z-index: 10000;
}

.spoiler-content {
    overflow-y: auto;
    height: 65vh;
    padding-right: 60px;
    margin-top: 125px;
}

.spoiler h2 {
    font-size: 1.8em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.spoiler p {
    margin-bottom: 1em;
}

.main-header-up {
    z-index: 10000;
}

@media (min-width: 1200px) {

    .spoiler {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .spoiler-link {
        margin-left: 0;
        margin-right: 0;
    }

}