.subscribeBlock____form .error, .subscribeBlock____form .message {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.error {
    color: #800309;
}

.intro__item {
    height: 600px;
}

.truncate-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 6.4em;
}

.section__item_big .previews-box__photo {
    max-height: 360px;
}

.invite__description a, .page-info__text a, .article__text a, .article-box__text-details a:not(.btn), .story__text a, .bookshelf-intro__box a, .field-help a {
    color: #7e000e;
}
.invite__description a:hover, .page-info__text a:hover, .article__text a:hover, .article-box__text-details a:not(.btn):hover, .story__text a:hover, .bookshelf-intro__box a:hover, .field-help a:hover {
    text-decoration: underline;
}

.page-info__text-short {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 4.4em;
}

.want__text strong {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    display: block;
}

.comments__list {
    display: block;
}

.comments-item__icon.comments-item__icon_pink > img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center center;
}

a.comments-item__btn:hover {
    text-decoration: underline;
}

.mt-5 { margin-top: 50px !important; }
.mt-4 { margin-top: 40px !important; }
.mt-3 { margin-top: 30px !important; }
.mt-2 { margin-top: 20px !important; }
.mt-1 { margin-top: 10px !important; }
.mb-5 { margin-bottom: 50px !important; }
.mb-4 { margin-bottom: 40px !important; }
.mb-3 { margin-bottom: 30px !important; }
.mb-2 { margin-bottom: 20px !important; }
.mb-1 { margin-bottom: 10px !important; }

.ml-auto { margin-left: auto; }

.line-box {
    margin: 50px 0;
    border-top: 1px solid #B4B4B4;
}

.filters__item.active.desc svg {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.filters__item.active.asc svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.article-box__text > div, .article-box__text-details > div {
    margin-bottom: 10px;
}

.header__link.header-nav__item.active {
    color: #7e000e;
}

.overview-box__inner .overview-box__text p, .has-margin p {
    margin-bottom: 20px;
}

.story__text h4 {
    font-size: 26px;
}

.author-info .photo {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.shelf-block .useful-box__photo_center img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.bookshelf-intro__box a {
    text-decoration: underline;
}

.book .bookshelf-intro__item {
    background: #000000;
}
.book .bookshelf-intro__photo {
    padding-top: 50px;
    padding-left: 40px;
}
.book .bookshelf-intro__photo img {
    height: auto;
    width: auto;
}

.links-short .add-form__item {
    width: calc(40% - 30px);
}
.links-short-col {
    width: 17%;
    text-align: center;
}

.text-center {
    text-align: center;
}

.links-short-col span {
    display: inline-block;
    margin-top: 45px;
}

.noteFound__link {
    color: #7e000e;
    text-decoration: underline;
}

a.events-box__detail {
    color: #000;
}
a.events-box__detail:hover {
    color: #7e000e;
}

.want__inner {
    padding-top: 50px;
    border-top: 1px solid #B4B4B4;
}
.article-box__text span, .article-box__term span {
    font-weight: 700;
}

.story__text hr, .article__text hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.article__text img {
    width: 100%;
}

.service-texts li {
    display: block;
}

.service-texts .service-texts-title {
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 10px;
    display: block;
}

pre {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

.autor-box__title_icon img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
}

.article__inner .article-autor {
    padding-bottom: 10px;
}