

/* Start:/bitrix/templates/.default/components/bitrix/news.list/example_smet/style.css?17828047412072*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.control-panel {
    padding-bottom: 40px;
}

.control-panel .select-wrapper {
    position: relative;
    width: 100%;
}

.control-panel .select-wrapper::after {
    content: "\f078";
    position: absolute;
    top: calc(50% - 7px);
    right: 19px;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 1;
    color: #333333;
}

.control-panel .select-wrapper select {
    width: 100%;
    position: relative;
    border: 1px solid #E7E7E7;
    border-radius: 6px;
    padding: 13px 25px;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.estimate-document {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 20px 0;
    padding: 20px;
    border: 1px solid #E7E7E7;
    border-radius: 6px;
}

.estimate-document .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    background-color: #E1EFFB;
    font-size: 22px;
}

.estimate-document .icon .fa {
    color: #0a54a0;
}

.estimate-document .file-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.estimate-document .file-info span {
    text-transform: uppercase;
    color: #808080;
}

.estimate-document a.link {
    max-width: 780px;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.2;
    color: #333333;
    text-decoration: none;
}

.estimate-document a.link:hover {
    text-decoration: none;
}

.estimate-document .btn {
    min-width: 160px;
    padding: 12px 24px;
    border-radius: 4px;
}

.estimate-document p {
    color: #8D8D8D;
    font-size: 1em;
    margin: 5px 0 20px 0;
    font-weight: 500;
}

@media only screen and (max-width: 575px) {
    .estimate-document {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .estimate-document .btn {
        width: 100%;
    }
}

/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/example_smet/style.css?17828047412072 */
