.docs-all__list.loading {
    background: url(/layout/ico/ajax-loader.gif) no-repeat 50% 50%;
    min-height: 40px;
}
.docs-all__list.loading  .docs-all__doc {
    display: none;
}

/*Страница сборник тарифов*/
.filter-top {
	position: relative;
}
.filter-cat {
    display: inline-block;
	border: 2px solid  #d8dad9;
	border-radius: 35px;
}
.filter-cat label span {
	line-height: 18px;
    display: inline-block;
	color: #38434d;
    border-bottom: 1px dashed #CCC;
}

.filter-cat input:checked + label {
	background-color: #00b0ab;
}
.filter-cat input:checked + label span {
	color: #fff!important;
	border-bottom: 0!important;
}
.filter-cat label {
	display: inline-block;
	padding: 10px 20px!important;
	border-radius: 35px;
	color: #005dab;
}
.sections-wrapper {
    display: inline-block;
}
.filter-bottom {
    overflow: auto;
    width: 100%;
   	padding-top: 15px;
}
.results-header {
    float: left;
	font-size: 50px;
}
.filter-archive {
	float: right;
}
.filter-cat input,
.filter-archive input {
	display: none;
}
.filter-archive input:checked + label {
	background-color: #005dab;
	color: #fff;
}
.filter-archive label {
	display: inline-block;
	padding: 10px 55px!important;
	border: 2px solid  #005dab;
	border-radius: 35px;
	color: #005dab;
}
.result-header {
    background-color: #f5f5f5;
	overflow: auto;
}
.docs-all__result {
    margin-top: 15px;
	margin-bottom: 15px;
}
.docs-all__doc {
    border-top: 2px solid #f5f5f5;
	overflow: hidden;
}
.result-header div,
.docs-all__doc div {
	padding: 10px 15px;
	float: left;
}
.result-header div:first-child,
.docs-all__doc div:first-child {
	width: 80%;
}
.doc-size {
    width: 65px;
}
.doc-type {
    height: 30px;
    width: 77px;
    padding: 5px 0!important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
}
.application-pdf,
.application-octetstream {
	background-image: url(/ico/pdf.svg);
}
.application-msword,
.text-rtf,
[class~="application-vnd.openxmlformats-officedocument.wordprocessingml.document"],
.application-octet-stream {
	background-image: url(/ico/doc.svg);
}
[class~="application-vnd.ms-excel"],
[class~="application-vnd.openxmlformats-officedocument.spreadsheetml.sheet"] {
	background-image: url(/ico/xls.svg);
}
.image-png {
	background-image: url(/ico/png.svg);
}
.image-jpeg {
	background-image: url(/ico/jpg.svg);
}
span#section-1-button {
    float: right;
    margin-left: 15px;
}
.section label {
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sections-wrapper select {
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none; 
	height: 50px;
    padding: 0 43px 0 15px;
    float: right;
    margin-left: 10px;
	z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
	font-size: 19px;
}
.filter-sect .section {
    position: relative;
	width: 450px;
    height: 50px;
}
.imgselect {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    background: url(/ico/btn-bottom.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.sections-wrapper .section:not(:first-child) {
	margin-top: 15px;
}
.edbo .filter-top,
.edbo .results-header,
.dkbo .filter-top,
.dkbo .results-header {
	display: none;
}
.filter-cat input:disabled +label, .filter-archive input:disabled+label {
    border: 2px solid #a2a2a0;
    color: #a2a2a0;
}
.filter-cat input:disabled:checked +label, .filter-archive input:checked:disabled+label {
    background-color: #d8d8d5;
}
.sections-wrapper.filter-sect .section select {
    width: 80%;
}