.ul-styled ul {
    color: #595959;
    line-height: 1.25rem;
    font-family: "HelveticaNeueCyr-Light";
    margin: 1.5rem 0;
}
.ul-styled ul:first-child {
    margin-top: 0;
}
.ul-styled ul:last-child {
    margin-bottom: 0;
}
.ul-styled  ul li {
    margin: 0.625rem 0;
    padding-left: 1.5rem;
    display: block;
    position: relative;
}
.ul-styled  ul li:first-child {
    margin-top: 0;
}
.ul-styled ul li:last-child {
    margin-bottom: 0;
}
.ul-styled ul li:before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 3px;
    background-color: #49C0D0;
    opacity: 0.8;
    display: block;
    position: absolute;
    top: 0.4375rem;
    left: 0;
}
.ul-styled ul li ul {
    padding-top: 0.625rem;
}
figure.media {
    display: block;
}
