.docs-block {
    display: block;
}

.docs-block .blocks {
    position: relative;
    padding: 0 0 0 55px;
    margin-bottom: 32px;
    line-height: 20px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.docs-block .blocks:before {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 35px;
    background: url(img/svg/docs_types.svg) 0 0 no-repeat;
    top: 0;
    left: 0;
}

.docs-block .blocks .filesize {
    font-size: 12px;
    color: #9a9a9a;
}

.content-block__items {
    padding-bottom: 20px;
}

.content-block__items_video .video-js {
    margin: 0 auto;
}

.block-clear {
    padding: 40px;
}

.text-center {
    text-align: center !important;
}

a.link-text {
    color: #313131;
}

.header-location__container.header-location__container--lk {
    min-width: 200px;
    z-index: 1;
}

.header-location__container.header-location__container--lk .header-location__list {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1.125rem;
}

.hidden, [hidden] {
    display: none!important;
}