.osnovnye-svedeniya ul {
    list-style-type: none;
    padding: 0px 0px 0px 25px;
}

.osnovnye-svedeniya ul li {
    font-size: 1rem;
    line-height: 1.6rem;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 4px;
    list-style-type: none;
}


.osnovnye-svedeniya ul li:before {
    position: absolute;
    background-size: cover;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: #212121;
    content: "";
    top: 8px;
    left: -17px;
}

.osnovnye-svedeniya h1 {
    line-height: normal;
    color: #212121;
}

.osnovnye-svedeniya hr {
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}


.osnovnye-svedeniya a {
    color: #292b2c;
    text-decoration: underline;
    text-decoration-color: #f21450;
}

.osnovnye-svedeniya a:hover {
    text-decoration: none;
}

.osnovnye-svedeniya img {
    width: 100%;
}

.osnovnye-svedeniya ol {
    margin: 0px;
    padding: 10px 0px 10px 25px;
}



url-block:hover {
    background: #f2f2f2;
}

.url-block:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 47px;
    width: 1px;
    height: 100%;
    background: #f2f2f2;
}

.url-block:hover:before {
    background: #fff;
}

.url-block span {
    display: inline-block;
    vertical-align: middle;
    padding: 11px 20px 12px 67px;
}

.url-block i {
    position: absolute;
    width: 47px;
    font-size: 20px;
    font-weight: 700;
    left: 0;
    top: 13px;
    text-align: center;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-left:before {
    content: "\f104";
}

.pdf,.doc,.jpg,.png,.ppt,.txt,.tif,.xls,.rtf,.file,.sig {
    margin-left: 40px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 3px;
    line-height: 16px;
    margin-bottom: 18px;
}


.pdf:before,
.doc:before,
.jpg:before,
.png:before,
.ppt:before,
.txt:before,
.tif:before,
.xls:before,
.rtf:before,
.file:before,
.sig:before{
    content: "";
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    background-image: url("/images/icon-sprite-from-figma-horizont.svg");
    background-size: cover;
    background-repeat: no-repeat;
    top: -5px;
    left: -40px;
    /*background-color: red;*/

}







.pdf:before {
    width: 28px;
    height: 28px;
    background-position: 0px 0px;
}

.doc:before {
    width: 28px;
    height: 28px;
    background-position: -39px 0px;

}

.jpg:before {
    width: 28px;
    height: 28px;
    background-position: -78px 0px;
}

.png:before {
    background-position: -117px 0px;

}

.ppt:before {
    background-position: -156px 0px;
}

.txt:before {
    background-position: -196px 0px;

}


.tif:before {
    background-position: -235px 0px;

}

.xls:before {
    background-position: -274px 0px;

}

.rtf:before {
    background-position: -313px 0px;

}

.file:before {
    background-position: -352px 0px;

}

.sig:before {
    background-position: -392px 0px;

}
