.list_category li {
    list-style:none;
    padding:5px;
}
.col-setting {
    width:50%;
    float:left;
}
.col-setting label {
    display:block;
}
.col-setting textarea {
    width:90%;
    height:200px;
}

.zebra {
    list-style: none !important;
    border-left: 10px solid #13181F;
    padding: 0;
    margin: 0;
}

.zebra li {
    padding: 10px;
    list-style: none;
}

.zebra li:before {
    content:"";
}

.zebra li:nth-child(odd) {
    background: rgba(19, 24, 31, 0.3);
}

.zebra li:nth-child(even) {
    background: white;
}

.pills {
    list-style: none;
    counter-reset: li;
    margin-left: -5px;
    margin-right: 41px;
}

.pills li {
    padding: 10px 0;
    position: relative;
    left: 1.5em;
    margin-bottom: 0.75em;
    padding-left: 1em;
    background-color: rgba(19, 24, 31, 0.3);
}

.pills li:before {
    padding: 10px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.5em;
    width: 1.875em;
    text-align: center;
    color: white;
    font-weight: bold;
    background: #13181F;
    border-bottom-left-radius: 70em;
    border-top-left-radius: 70em;
    counter-increment: li;
    content: counter(li);
}
 
ol.custom-counter-second {
    counter-reset: myCounter;
    padding: 0;
    font-size: 0;
    margin: 0 -10px;
}

ol.custom-counter-second li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 30px 40px 30px 80px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
}

ol.custom-counter-second li:before {
    counter-increment: myCounter;
    content: counter(myCounter) '.'!important;
    color:  #13181F;
    font-size: 72px;
    line-height: 57px;
    font-weight: bold;
    display: block;
    position: absolute;
    left: 5px;
    top: 20px;
}

@media (max-width:840px) {
ol.custom-counter-second li {
width:100%;
}
}

.custom-content-box-white {
    background: url(/images/circle-outline-with-exclamation-point-min.png) no-repeat;
    background-position: 20px center;
    border-radius: 6px;
    padding: 25px 25px 25px 90px;
    border: 2px solid #13181F;
}

.content-border {
    box-shadow: 0px 0px 15px rgba(96, 50, 50, 0.6);
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
}

.preimushestva-icon-wrap {
    width: 86px;
    height: 86px;
    border: 3px solid #656565;
    border-radius: 50%;
    margin: 20px auto;
    padding: 20px;
    transition: 0.4s;
}

.preimushestva-icon-wrap:hover {
box-shadow: 0 0 5px 2px #656565;
}