/* ========== 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_rekom ========== */
.sec_rekom_pb {
    padding-bottom: 30px;
}
.sec_rekom_btn {
    border-radius: 6px;
    border: 1px solid var(--main-color);
    padding: 4px 6px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    color: var(--main-color);
    font-family: var(--main-fonts);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 19.6px */
    transition: all .5s;
}
.sec_rekom_btn svg {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.sec_rekom_btn:hover {
    border: 1px solid var(--neon-blue-color);
    color: var(--neon-blue-color);
}
.sec_rekom_btn span {
    max-width: calc(100% - 27px);
}
/* ==========  ========== */
/* ==========  ========== */
/* ==========  ========== */

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