.typ-ckeckbox input {
    display: none
}

.typ-ckeckbox input:checked + label:before {
    background: url(/wp-content/themes/verta-child/assets/img/icons/check.svg) center center no-repeat #fc6719;
    border-color: #fc6719
}
.article-checklist--items p {
    margin: 0;
}
.typ-ckeckbox label {
    font-size: 16px;
    line-height: 24px;
    color: #0e1b27;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.typ-ckeckbox label:before {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    min-width: 24px;
    background: #f5f6f8;
    border: 1px solid rgba(17, 46, 72, .1);
    border-radius: 5px;
    -webkit-transition: background-color .3s, border-color .3s;
    -o-transition: background-color .3s, border-color .3s;
    transition: background-color .3s, border-color .3s;
    margin-right: 10px
}


.category-sidebar--dropdown .inner.double .typ-ckeckbox {
    width: calc(100% / 2)
}

.category-sidebar--dropdown .inner .typ-ckeckbox {
    margin-top: 15px;
    width: 100%
}

.article-checklist {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.article-checklist .typ-ckeckbox {
    margin-top: 15px
}

.article-checklist .typ-ckeckbox:nth-child(1) {
    margin-top: 0
}

.article-checklist .typ-ckeckbox:nth-child(n+6) {
    display: none
}

.article-checklist .typ-ckeckbox:nth-child(n+6).visible {
    display: block
}

.article-checklist .typ-ckeckbox input:checked + label {
    color: rgba(17, 46, 72, .4)
}

.article-checklist .typ-ckeckbox label {
    line-height: 24px
}

.article-checklist .typ-ckeckbox label:before {
    margin-right: 15px
}

.article-checklist--more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;
    position: relative
}

.article-checklist--more.active:before {
    display: none
}

.article-checklist--more.active svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.article-checklist--more:before {
    display: block;
    content: '';
    position: absolute;
    top: -45px;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    height: 26px;
    width: 100%
}

.article-checklist--more svg {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    fill: none;
    stroke: #112e48
}

.article-checklist--more span {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #fc6719
}