.check_promo {
    text-align: center;
}
.course_structure_list {
    width: 100%;
    max-width: 720px;
    margin: auto;
}
.course_struct_item {
    display: flex;
    margin: 24px 6px;
}
.item_icon_wrapp {
    width: 64px;
    padding-top: 8px;
}
.item_content_wrapp {
    width: 100%;
    max-width: 600px;
    padding-left: 16px;
}
.struct_item_title {
    margin-bottom: 8px;
}
.struct_item_ico {
    background:cornflowerblue;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border-left: 0;
    border-top: 4px solid #00bcd4;
    border-right: 0;
    border-bottom: 6px solid #3a80ff;
    box-shadow: 8px 7px 0 #6495ed78, -2px 5px 0 #00bcd42b;
}
.struct_item_desc {
    color: #5760a5;
}

.footer_details_text {
    font-size: 16px;
    margin: 24px 0;
    line-height: 24px;
}
.footer_details_link {
    display: inline-block;  
    font-size: 18px;
    font-weight: 700;
    color:#a145e6;
    text-decoration: none;
}

.fdb_img {
    width: 282px;
    height: auto;
    margin: auto;
    padding: 0 8px;
}
.splide__pagination {
    bottom : -22px !important;
}
.splide__arrow {
    background: #4ea6e4 !important;
}
.splide__pagination__page {
    background: #4ea6e4 !important;
}
.splide__pagination .is-active {
    background: #b8e1ff !important;
}

#sl_t {
    display: none;
}

@media (max-width: 1024px){ 
    .fdb_img {
        width: 224px;
    }
}
@media (max-width: 768px) {
    #sl_t {display: block;}
    #sl_d {display: none;}
}