.main__title {
    text-transform: uppercase;
}
.newspaper__title.title {
    margin-bottom: 0;
}
.search__block {
    margin-bottom: 30px;
}
.text-block .spollers {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.title-block__date {
    white-space: nowrap;
}
.d-none {
    display: none;
}
.custom-select__option:not(.active) {
    cursor: pointer;
}
.newspaper__items-block:not(.active) {
    display: none;
}
@media (max-width: 991.98px) {
    .product-info__table table {
        border-spacing: 2px;
    }
}
.input.error {
  border-color: #c61818 !important;
}
.error-msg {
    text-align: center;
    /* font-weight: 600; */
    margin-top: 10px;
    width: 100%;
    font-size: 20px;
}
.error-msg.failed {
  color: #c61818;
}
.error-msg.success {
  color: #ea5b0c;
}
.product-info__table.table_rekvizit {
    /* height: unset;
    overflow: unset; */
    height: auto;
    max-height: 100%;
    overflow: visible;
}
@media (min-width: 992px) {
    .table_rekvizit table {
        max-width: 80%;
    }
}
.sitemap_list {
    line-height: 1.5;
}
.sitemap_list ul {
    padding-left: 20px;
}