.products-list {
	word-wrap: break-word;
}





.products-list .item {
	position: relative;
	border: 1px solid #CCCCCC;
}

.products-list .picture-block {}

.products-list .picture {
	max-width: 180px;
	max-height: 180px;
	object-fit: contain;
}


.products-list .title {
	font-size: .875rem;
	line-height: 1.2;
	color: #000000;
	text-decoration: none;
}

.products-list .text {
	color: #969696;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.2;
}

.products-list .date {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.2;
	color: #969696;
}





.products-list .btn {
	background: #002D5B;
	border: 1px solid transparent;
	font-size: 1rem;
	line-height: 1.8;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.products-list .btn:hover {
    background: #FFFFFF;
    border-color: #002D5B;
}













.smart-filter {
    margin-bottom: 0;
    min-width: auto;
    width: 100%;
	padding: 1rem;
	border: 1px solid #CCCCCC;
}

.smart-filter .smart-filter-title {
    display: none;
}


.smart-filter .smart-filter-parameters-box {
	margin-bottom: 1rem !important;
}
.smart-filter .smart-filter-parameters-box-title {
	padding-bottom: 0;
    font-size: 1.075rem;
	color: #000000;
}
.smart-filter .smart-filter-checkbox-text,
.smart-filter .smart-filter-dropdown-text {
        font-size: .75rem;
}


.smart-filter .smart-filter-button-box .smart-filter-parameters-box-container {
	display: flex;
	flex-direction: column;
}

.smart-filter .smart-filter-button-box .smart-filter-parameters-box-container input[name="set_filter"] {
	background: #002D5B;
	border: 1px solid transparent;
	font-size: 1rem;
	line-height: 1.8;
	color: #FFFFFF;
}
.smart-filter .smart-filter-button-box .smart-filter-parameters-box-container input[name="set_filter"]:hover {
    background: #FFFFFF;
    border-color: #002D5B;
	color: #002D5B;
}

.smart-filter .smart-filter-button-box .smart-filter-parameters-box-container input[name="del_filter"] {
	color: #4D4D4D;
	text-decoration: underline;
}





@media screen and (max-width: 1599px) {



}
@media screen and (max-width: 1399px) {



}
@media screen and (max-width: 1199px) {

	.smart-filter {
		padding: 0.75rem;
	}

}
@media screen and (max-width: 991px) {

	.products-list .btn {
		font-size: .75rem;
		line-height: 1.8;
	}


	.smart-filter {
		padding: 0.5rem;
	}

}
@media screen and (max-width: 767px) {



}
@media screen and (max-width: 575px) {



}
@media screen and (max-width: 399px) {



}