/* ========== 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 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_mont1 ========== */
.sec_mont1 {
    padding: 10px 0;
    background: var(--white);
}
.sec_mont1_titler {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sec_mont1_item {
    border-radius: 15px;
    background: var(--main-color);
    padding: 13px 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin-bottom: 10px;
}
.sec_mont1_item:last-child {
    margin-bottom: 0;
}
.sec_mont1_ico {
    width: 34px;
    height: 34px;
    border-radius: 7px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.sec_mont1_txt {
    width: calc(100% - 42px);
    color: var(--white);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
}
/* ========== sec_mont2 ========== */
.sec_mont2 {
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    font-size: 14px;
}
.sec_mont2_titler {
    margin-top: 15px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.sec_mont2_titler img {
    width: 26px;
    height: auto;
    margin-right: 5px;
}
.sec_mont2_titler > div {
    width: calc(100% - 31px);
    font-style: normal;
    line-height: 140%; /* 19.6px */
}
.sec_mont2_titler h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.sec_mont2_titler p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
/**/
.sec_mont2 ul li {
    padding-left: 24px;
    position: relative;
}
.sec_mont2 ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #000000;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto 0;
}
.sec_mont2 h6 {
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0 5px;
}
.sec_mont2 ol li {
    position: relative;
    padding-left: 24px;
}
.sec_mont2 ol li:not(:last-child) {
    margin-bottom: 10px;
}
.sec_mont2 ol li:before {
    content: '';
    width: 19px;
    height: 31px;
    position: absolute;
    top: 0;
    left: 0;
}
.sec_mont2 ol li:first-child:before {
    background: url("../img/num_1.svg") no-repeat center;
    background-size: contain;
}
.sec_mont2 ol li:nth-child(2):before {
    background: url("../img/num_2.svg") no-repeat center;
    background-size: contain;
}
.sec_mont2 ol li:nth-child(3):before {
    background: url("../img/num_3.svg") no-repeat center;
    background-size: contain;
}
/* ==========  ========== */
/* ==========  ========== */
/* ==========  ========== */

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












