.newsSwiper__slide {
    width: 295px;
    margin-right: 20px;
    height: 314px !important;
}

.alert-bootstrap-danger, .alert-bootstrap-success {
    position: relative;
    padding: 1rem 1rem;
    border-radius: 0.25rem;
}

.alert-bootstrap-danger {
    color: #842029;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
}

.alert-bootstrap-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border: 1px solid #badbcc;
}

.profile-notify--empty.wide {
    width: 100%;
}

.cardFill.themeOfTheDay, .cardFill.editorChoice {
    width: 100%;
}

/*.comment__body {
    width: 923px;
}*/

.profile-comments {
    width: 100%;
}

.profile-notify {
    margin-bottom: 30px; width: 100%;
}

.comment__footer {
    margin-bottom: 20px;
}

.deletedComment {
    color: gray;
    font-style: italic;
}

.pagination__list li:first-child {
    margin-right: 0px;
}

/*.module--big-space {
    margin-bottom: 36px;
}*/

.hide_branch_link::before {
    transform: rotate(-135deg);
}

.hide_branch_link {
    margin-left: 105px;
}

.shown {
    display: block;
}

.shownflex {
    display: inline-flex;
}

.hidden {
    display: none;
}

#checkbox_wrapper, .message-wrapper {
    /*min-width: 335px;*/
    max-width: 335px
}

.post-comment__title, #writeCommentAnchor {
    scroll-margin-top: 130px;
}

.replyLink {
    text-decoration: none;
}

#home_subs_msg > div {
    position: absolute; top: 2px; left: 0;
}

@media screen and (max-width: 767.98px) {
    .footer__socialText {
        display: none;
    }
}
