/* ========== sec_content ========== */
.sec_content {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    margin-top: 12px;
}
.sec_content .container > * {
    margin-bottom: 15px;
}
.sec_content .container > *:last-child {
    margin-bottom: 0;
}
.sec_content h3, .sec_content h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px !important;
}
.sec_content h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px !important;
}
.sec_content ul:not(.sec_content_ulimg) li {
    padding-left: 10px;
    position: relative;
    display: block;
}
.sec_content ul li:not(:last-child) {
    margin-bottom: 3px;
}
.sec_content ul:not(.sec_content_ulimg) li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: rgba(107, 121, 197, 1);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}
/**/
.sec_content .sec_content_ulimg li {
    display: flex;
    flex-direction: row;
}
.sec_content .sec_content_ulimg li img {
    margin-right: 10px;
}
/**/
.sec_content strong {
    font-weight: 700;
}
.sec_content_fc {
    display: flex;
    align-items: center;
}
.sec_content_fc img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}
/* ========== sec_content_spacer ========== */
.sec_content_spacer {
    height: 15px;
}
/* ========== sec_content_danger ========== */
.sec_content_danger {
    border-radius: 10px;
    background: var(--white);
    padding: 10px 10px 10px 26px;
    position: relative;
}
.sec_content_danger:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    width: 16px;
    height: 16px;
    background: url('../img/dang.svg') no-repeat center;
    background-size: contain;
}
/* ==========  ========== */
/* ==========  ========== */

/* макет 1440 pix perfect */