/* ========== 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_video ========== */
.sec_video {
    padding: 0 0 30px;
}
.sec_video_item {
    margin-bottom: 25px;
}
.sec_video_iframe {
    border-radius: 10px;
    background: #D9D9D9;
    overflow: hidden;
    height: 290px;
    width: 100%;
    margin-bottom: 10px;
    aspect-ratio: 9 / 16;
    position: relative;
}
.sec_video_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec_video_bottom {
    display: flex;
    flex-direction: row;
}
.sec_video_img {
    border-radius: 10px;
    background: #FFF;
    padding: 10px;
    width: 142px;
    height: 159px;
    margin-right: 12px;
}
.sec_video_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sec_video_bottom > div:nth-child(2) {
    width: calc(100% - 154px);
}
.sec_video_name {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    margin-bottom: 3px;
}
.sec_video_term {
    border-radius: 20px;
    background: #D1C4E9;
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}
.sec_video_term span {
    display: inline-block;
    font-weight: 600;
    margin-left: 4px;
}
.sec_video_coast {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.sec_video_coast span {
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: inline-block;
    margin-left: 2px;
}
.sec_video_btn {
    transition: all .5s;
    display: flex;
    align-items: center;
    color: var(--neon-blue-color);
    font-family: var(--main-fonts);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
}
.sec_video_btn svg {
    width: 16px;
    height: 16px;
    margin-left: 3px;
}
.sec_video_btn:hover {
    color: #1507E1;
}
/* ==========  ========== */
/* ==========  ========== */
/* ==========  ========== */

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






