/*------------Models Products-------------*/
.main-card {
    .part {
        padding: 0 18px !important;
        margin-top: 0 !important;

        & + & {
            margin-top: 20px !important;
        }
    }

    /*.mold-first-tit {*/
    /*    background: #fff;*/
    /*    border: 0;*/
    /*    padding-left: 0;*/
    /*    display: inline;*/
    /*    background-image: linear-gradient(to right, #FFD953 0%, #FFD953 100%);*/
    /*    background-repeat: repeat-x;*/
    /*    background-size: 100% 5px;*/
    /*    background-position: 0 100%;*/
    /*    font-size: 20px;*/
    /*    font-weight: 500;*/
    /*}*/

    .mold-first-tit {
        background: #fff;
        border: 0;
        display: flex;
        font-size: 18px;
        font-weight: 500;
        padding-left: 15px;
        position: relative;
        align-items: center;
        margin-bottom: 0 !important;
    }

    .mold-first-tit a {
        margin-left: 5px;
    }

    .mold-first-tit:before {
        content: "";
        width: 6px;
        height: 14px;
        position: absolute;
        left: 0;
        top: 15px;
        background: #ffd953;
    }
    .mold-first-tit:after {
        content: "";
        width: auto;
        flex-grow: 1;
        height: 1px;
        background-color: #ffd953;
        display: inline-block;
        margin-left: 10px
    }

    .mold-first-tit sup {
        margin-top: -8px;
    }


    .mold-second-tit {
        font-weight: 500;
        position: relative;
        /*padding-left: 15px;*/
    }

    .mold-second-tit:before {
        /*content: "";*/
        /*width: 6px;*/
        /*height: 14px;*/
        /*position: absolute;*/
        /*left: 0;*/
        /*top: 4px;*/
        /*background: #ffd953;*/
        /*border-radius: 0;*/
        background: #ffd953 !important;
    }
}

.text-bg {
    background: #fffcf8;
    border-top: 1px solid #ffd953;
    border-radius: 12px;
}

.text-note-bg {
    margin-top: 15px !important;
    background: unset !important;
    overflow: unset !important;
    border-radius: unset !important;
    border-top: none !important;
    padding: 0 !important;
}

.text-note {
    font-size: 15px !important;
    font-weight: 500 !important;
    text-align: left !important;
    background: unset !important;
    color: inherit !important;
    position: unset !important;
}

.text-note:after {
    content: ":";
    width: auto;
    display: inline-block;
    margin-left: -3px;
}

.text-note-dec {
    font-size: 15px;
    margin-top: 5px !important;
    margin-bottom: 10px;
}

.pl13 {
    padding-left: 0 !important;
}

.dec {
    border-bottom: 0 !important;
}

.dec:last-child {
    border-bottom: 1px dashed #EBE4F6 !important;
}

.dec + .dec:not(.text-bg, .text-note-bg) {
    margin-top: 0 !important;

}
