html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    vertical-align: baseline;
}

sub, sup {
    border: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: 0.7rem;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

label {
    display: block;
}

body {
    line-height: 1;
}

nav {
    list-style: none;
}

b, strong {
    font-weight: 700;
}

ol, ul {
    padding-left: 1rem;
    line-height: 135%;
}

ul li::marker {
    content: "•";
    color: inherit;
    line-height: inherit;
}

ul li {
    padding-left: 10px;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
input[type=tel],
input[type=text],
input[type=password],
input[type=search],
textarea {
    font: inherit;
    box-shadow: unset;
    border: 0;
    background-color: unset;
    color: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

textarea::placeholder,
input::placeholder {
    color: #9f9f9f;
    opacity: 1;
    font: inherit;
}

a {
    text-decoration: none;
    transition: opacity .3s;
    color: inherit
}

/*a:hover {
    opacity: .7;
}*/

img,
svg {
    display: block;
}

ol, ul {
    list-style: none;
    padding-left: 1em;
}

ol li::marker,
ul li::marker {
    color: inherit;
    font: inherit;
}

/*ol li::marker{*/
/*    font-weight: bold;*/
/*}*/
ul li::marker {
    font-size: 16px;
    /*content: '';*/
    /*position: absolute;*/
    /*left: 9px;*/
    /*top: 11px;*/
    /*width: 6px;*/
    /*height: 6px;*/
    /*border-radius: 100%;*/
    color: var(--c-primary);
}

li + li {
    margin-top: .5rem;

}

ul, ol,
p {
    line-height: 150%;
}

*, * * {
    outline: 0;
    box-sizing: border-box;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #333 #fff
}

::-webkit-scrollbar {
    height: 10px;
    width: 12px
}

::-webkit-scrollbar-track {
    background: #F9F9F9
}

::-webkit-scrollbar-thumb {
    background-color: #333;
    border: 2px solid #F9F9F9;
    border-radius: 24px
}
