/* ========== 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_content_play ========== */
/*.sec_content_player {*/
/*    height: 160px;*/
/*    position: relative;*/
/*    border-radius: 20px;*/
/*    overflow: hidden;*/
/*    cursor: pointer;*/
/*}*/
/*.sec_content_player > img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
/*.sec_content_play_btn {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    z-index: 1;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.sec_content_play_btn svg {*/
/*    width: 42px;*/
/*    height: 42px;*/
/*    transition: all .5s;*/
/*}*/
/*.sec_content_player:hover .sec_content_play_btn svg {*/
/*    opacity: .65;*/
/*}*/
/* ========== pro_sec1 ========== */
.pro_sec1 {
    position: relative;
    background: var(--main-color);
    padding: 12px 0 0px;
    overflow: hidden;
    color: var(--white);
}
.pro_sec1 .container {
    position: relative;
    z-index: 2;
}
.pro_sec1_titler {
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    line-height: 140%; /* 30.8px */
    text-transform: uppercase;
    margin-bottom: 15px;
}
.pro_sec1_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 780px;
    margin: 0 auto;
}
.pro_sec1_item {
    width: 50%;
    margin-bottom: 12px;
    text-align: center;
}
.pro_sec1_num {
    font-size: 26px;
    font-weight: 900;
    line-height: 140%; /* 58.8px */
}
.pro_sec1_txt {
    font-size: 14px;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    padding: 0 5px;
}
/* ========== pro_sec2 ========== */
.pro_sec2 {
    background: var(--white);
    padding: 10px 0;
}
.pro_sec2_titler {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%; /* 28px */
    text-transform: uppercase;
    margin-bottom: 10px;
}
.pro_sec2_item {
    width: 100%;
    border-radius: 15px;
    padding: 13px 10px;
    background: var(--main-color);
    margin-bottom: 10px;
}
.pro_sec2_item:last-child {
    margin-bottom: 0;
}
.pro_sec2_ico {
    width: 34px;
    height: 34px;
    border-radius: 7px;
    margin-right: 8px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro_sec2_txt {
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    width: calc(100% - 34px - 8px);
}
.pro_sec2_txt span {
    display: block;
    font-size: 13px;
    font-weight: 250;
}
/* ==========  ========== */
/* ==========  ========== */
/* ==========  ========== */

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