.pd-custm {
    padding-right: 18px;
}

.copy {
    text-align: center;
    padding-bottom: 18px;
    position: relative;
}

.copy a {
    color: #464646;
}

.header__issn a {
    color: #000 !important;
}
article .article__bg__left, article .article__bg__right {
    background-repeat: repeat-y;
    background-size: contain;
}
article .article__bg__right {
    width: 50%;
}
article .article__bg__left{
width: 50%;
}

article .article__bg__right {
    background-size: cover;
}
article .article__bg__left {
    left: 0;
    background-position: right center;
    background-size: cover;
}

@media screen and (max-width: 1570px) {
    article .article__bg__left, article .article__bg__right {
        width: 50%;
    }
}
@media screen and (max-width: 414px) {
    header .container-fluid .wrap__right .row .header__search .navbar-toggler {
        top: -35px;
    }

    header .container-fluid .wrap__right .row .header__search {
        position: relative;
        top: 7px;
    }
}