.filters-show-button,
.filters-hide-button {
	display: none;
}

@media screen and (max-width: 900px) {
	.page-content-wrapper {
		position: static !important;
	}

	.page-content-wrapper .list-menu-wrapper {
		display: none !important;
	}

	.page-content-wrapper .tenders-list {
		padding-top: 50px;
	}

	.page-content-wrapper .tenders-list,
	.page-content-wrapper .tenders-list tr,
	.page-content-wrapper .tenders-list tr td {
		display: block !important;
		height: auto !important;
		text-align: left !important;

		overflow-wrap: break-word;
		word-break: break-word;	
	}

	.table-wrapper .table-row .tender-info {
		display: none !important;
	}

	.table-wrapper .table-row .table-cell .table-cell-wrap {
		position: static !important;
		overflow: visible;
		text-overflow: initial;
		white-space: initial;
		padding: 0 10px;
	}

	.table-wrapper .table-row.table-header {
		display: none !important;
	}

	.table-wrapper .table-row .table-cell:nth-child( 1 ) { font-weight: bold; }
	.table-wrapper .table-row .table-cell:nth-child( 2 ) { display: none !important; }

	.table-wrapper .table-row .table-cell:nth-child( 3 ),
	.table-wrapper .table-row .table-cell:nth-child( 4 ) { 
		display: inline-block !important;
		background: rgba( 0, 0, 0, 0.15 );
		font-size: 12px;
	}

	.table-wrapper .table-row .table-cell:nth-child( 5 ), 
	.table-wrapper .table-row .table-cell:nth-child( 6 ), 
	.table-wrapper .table-row .table-cell:nth-child( 7 ), 
	.table-wrapper .table-row .table-cell:nth-child( 8 ), 
	.table-wrapper .table-row .table-cell:nth-child( 9 ), 
	.table-wrapper .table-row .table-cell:nth-child( 10 ) {
		display: none !important;	
	}

	.table-wrapper .table-row .table-cell:nth-child( 11 ) {
		font-size: 22px;
		font-weight: bold;
		padding: 10px 0;
	}

	.table-wrapper .table-row .table-cell:nth-child( 12 ),
	.table-wrapper .table-row .table-cell:nth-child( 13 ),
	.table-wrapper .table-row .table-cell:nth-child( 16 ) {
		display: none !important;
	}

	.filters-wrap:not(.visible) {
		display: none !important;
	}

	.filters-wrap {
		position: fixed !important;
		top: 70px !important;
		bottom: 0 !important;
		height: initial !important;
		overflow: auto !important;
	}

	.filters-wrap .filters-list,
	.filters-wrap .available-filters-list {
		margin: 0 !important;

		margin-top: 30px !important;
	}

	.filters-wrap .item {
		font-size: 12px !important;
		border-radius: 4px !important;
		position: relative !important;
		padding-right: 22px !important;
	}

	.filters-wrap .filters-list .item .input input:not([type="checkbox"]):focus {
		width: 120px !important;
	}

	.filters-wrap .item .name {
		max-width: 130px !important;
		overflow: hidden;
	}

	.filters-wrap .item:before {
		display: none !important;
	}

	.filters-wrap .item .close-btn {
		position: absolute !important;
		right: 0;
		top: 0;
		bottom: 0;
		width: 22px !important;
		font-size: 22px;
	}

	.filters-show-button {
		display: block;

		position: fixed;
		bottom: 10px;
		right: 10px;
		height: 22px;
		width: 90px;

		line-height: 22px;
		text-align: center;

		padding: 5px;
		font-size: 12px;

		background: #99bb88;
		border: 1px solid #586B4E;

		box-shadow: 3px 3px 5px rgba( 0, 0, 0, 0.25 );
	}

	.filters-hide-button {
		position: fixed;
		top: 75px;
		right: 10px;

		font-size: 64px;
		width: 42px;
		height: 42px;

		line-height: 42px;
		text-align: center;
		font-weight: bold;

		color: #f99;
		text-shadow: 2px 2px 3px rgba( 0, 0, 0, 0.15 );

		z-index: 99999;
	}

	.filters-wrap .filters-list .item .overflow-wrap {
		position: absolute;
		bottom: initial;

		left: 0;
		top: 32px;

		max-height: 300px;
		height: 200px;
		width: 260px;

		z-index: 9999999;
		margin-right: 20px;
	}
}