.news-detail-content__column ul,
.news-detail-content__column ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.news-detail-content__column ul li {
    list-style: disc;
    margin-left: 2.5rem;
}

.news-detail-content__column ol li {
    list-style: decimal;
    margin-left: 2.5rem;
}

.news-detail-content__column li {
    color: rgb(0, 0, 0);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 140%;
}

.news-detail-content__column li a {
    color: rgb(0, 0, 0);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 140%;
}

.news-detail-content__column p {
    color: rgb(0, 0, 0);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 140%;
}

.news-detail-head__row_image {
    width: 47rem;
    height: 47rem;
}

@media (max-width: 576px) {
    .news-detail-head__row_image {
        width: 47rem;
        height: 14rem;
    }
}

.career-form__clear-btn {
    position: absolute;
    right: 10px;
    top: 7.5rem;
    transform: translateY(-50%);
    background: #EC2227;
    color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    display: none;
    z-index: 10;
}

.career-form__clear-btn:hover {
    background: #d11b20;
}

.is-visible {
    display: block !important;
}

.career-form__inner-field {
    position: relative;
}

.documents-list__item-info {
    width: 16rem;
}

.detail-solution__content .content-cms ul li {
    list-style: none;
    position: relative;
}

.detail-solution__content .content-cms ul li::before {
    content: "";
    position: absolute;
    left: -2.5rem;
    top: 0.7rem;
    width: 1.2rem;
    height: 1.3rem;
    background: url('/local/templates/main/img/red-bullet.svg') no-repeat center/1.2rem 1.3rem;
}

.detail-description__content .content-cms ul li {
    list-style: none;
    position: relative;
}

.detail-description__content .content-cms ul li::before {
    content: "";
    position: absolute;
    left: -2.5rem;
    top: 0.7rem;
    width: 1.2rem;
    height: 1.3rem;
    background: url('/local/templates/main/img/red-bullet.svg') no-repeat center/1.2rem 1.3rem;
}

.career-quality__item {
    list-style: none;
    position: relative;
}

.career-quality__item::before {
    content: "";
    position: absolute;
    left: -2.5rem;
    top: 0.5rem;
    width: 1.2rem;
    height: 1.3rem;
    background: url('/local/templates/main/img/red-bullet.svg') no-repeat center/1.2rem 1.3rem;
}
.news-detail-content__column_item ul li{
    list-style: none;
    position: relative;
}
.news-detail-content__column_item ul li::before {
    content: "";
    position: absolute;
    left: -2.5rem;
    top: 0.5rem;
    width: 1.2rem;
    height: 1.3rem;
    background: url('/local/templates/main/img/red-bullet.svg') no-repeat center/1.2rem 1.3rem;
}