

/* Start:/bitrix/components/ranx/block.landing/templates/23_1/style.css?17521668692286*/
.block23-1 .document {
    display: flex;
    width: 100%;
    padding: 27px 29px 28px;
    border: 1px solid #ececec;
    background: #fff;
    margin-bottom: -1px;
}
.block23-1 .document:last-child {
    margin-bottom: 0;
}

.block23-1 .document-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: url('/bitrix/templates/ranx-landing/assets/img/block/doc_icons.svg') 0 -84px no-repeat;
    margin-right: 20px;
}
.block23-1 .document-icon--txt {
    background-position: -42px -84px;
}
.block23-1 .document-icon--doc,
.block23-1 .document-icon--docx {
    background-position: -42px 0;
}
.block23-1 .document-icon--xls,
.block23-1 .document-icon--xlsx {
    background-position: -84px 0;
}
.block23-1 .document-icon--ppt,
.block23-1 .document-icon--pptx {
    background-position: -84px -126px;
}
.block23-1 .document-icon--pdf {
    background-position: 0 0;
}
.block23-1 .document-icon--rtf {
    background-position: 0 -42px;
}
.block23-1 .document-icon--jpg,
.block23-1 .document-icon--jpeg {
    background-position: -42px -42px;
}
.block23-1 .document-icon--tiff {
    background-position: -84px -42px;
}
.block23-1 .document-icon--png {
    background-position: -84px -84px;
}
.block23-1 .document-icon--gif {
    background-position: 0 -126px;
}
.block23-1 .document-icon--bmp {
    background-position: -42px -126px;
}

.block23-1 .document-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.block23-1 .document-name {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}
.block23-1 .document-size {
    color: #999999;
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
}
.block23-1 .document-desc {
    color: #666666;
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
}

.block23-1 .document-btn {
    width: 38px;
    min-width: 38px;
    height: 38px;
    border: 1px solid #ececec;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}
.block23-1 .document-btn svg {
    width: 16px;
    height: 16px;
    color: #666666;
}
.block23-1 .document-btn:hover svg {
    color: #ffffff;
}

@media (max-width: 500px) {
    .block23-1 .document-btn {
        display: none;
    }
}

/* End */
/* /bitrix/components/ranx/block.landing/templates/23_1/style.css?17521668692286 */
