/* =================================
//
//    ###     ####   ###    ###
//   ## ##   #   ##  ## #  # ##
//  ##   ##    ###   ##  ##  ##
//  #######  #   ##  ##      ##
//  ##   ##   ####   ##      ##
//
//================================= */

#s-params {
	background-color: var(--opacity5);
}

#s-params #seachForma {
	padding: calc(1.5vw + .5rem);
	margin: .5vw .5vw .25vw;
}

#seachForma select,
#seachForma input {
	padding: .5rem .75rem;
	border-radius: 4px;
}

#seachForma select,
#seachForma input {
	margin-right: 1.5vw;
	margin-top: 0;
	font-size: calc(10px + .5vw);
	padding-left: 1.25vw;
	cursor: pointer;
}
#seachForma .form-button {
	margin: 0 auto;
}

#seachForma #searchBtn {
	margin-top: 0;
	height: 100%;
	padding: .5rem 3vw .5rem 3vw;
	background-color: var(--bkg5);
	color: var(--color4);
	font-size: calc(10px + .5vw);
	font-weight: 600;
	border-radius: 4px;
}

#seachForma #searchBtn:hover {
	color: var(--hover6);
}

#list-offers {
	position: relative;
}

.page #list-offers .mask {
	top: 0;
}

.cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 2rem
}

.cards .card {
	position: relative;
	height: 100%;
	width: 31.5%;
	border-radius: 0;
	margin-bottom: 0;
	box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.1)
}

.card {
	background-color: var(--bkg4);
	border: none;
	min-width: 25rem;
}

.cards .card-title {
	font-weight: 700;
	margin: 7px 0;
	font-size: 20px;
	line-height: 1.5rem;
}

.card h2 {
	font-size: calc(1rem + .25vw);
}

.card .picture {
	position: relative;
	height: 16rem;
}

.card .picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card .card-picture {
	position: relative;
	margin-bottom: .25vw;
	padding-bottom: 92%;
}

.card .card-picture img {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	text-align: center;
	line-height: calc(4vw + 4rem);
	font-size: calc(2vw + 2rem);
	font-weight: 800;
	color: var(--text8);
}

.card .card-body {
	position: relative;
	padding: .75rem 1.5rem .75rem;
	margin-bottom: .25vw;
	color: var(--text7);
}

.card .card-text {
	font-size: .75rem;
}

.card .place {
	height: 1.5rem;
	font-weight: 300;
}

.card .rent {
	float: right;
	margin-top: -1.5rem;
	color: var(--text3);
}

.card .liked {
	position: absolute;
	line-height: 1rem;
	right: .5vw;
	top: 1vw;
	margin-top: 0;
	font-size: 18px;
	cursor: pointer;
	padding: 7px 2px 0;
}

.card .liked .glyphicon {
	padding-right: 1vw;
}

.card .third {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1.25vw 0;
}

.card .prop {
	font-size: .75rem;
	color: var(--color8);
}

.card .prop>div {
	color: var(--text7);
	font-weight: 600;
	font-size: .875rem;
}

.card .card-bot {
	font-size: 20px;
	line-height: 2rem;
	border-top: 1px solid var(--border6);
	padding-top: calc(.75rem + .25vw);
}

.card .more-link {
	float: right;
	padding: 0 .875rem;
	font-size: .75rem;
	border: 1px solid var(--border7);
	transition: all ease-in-out 250ms;
}

.card .more-link:hover {
	background-color: var(--menuBkgHov3);
	color: var(--menu3hov);
	transition: all ease-in-out 250ms;
}



.filter {
	border-bottom: 1px solid var(--blue-light);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
	z-index: 999;
	width: 100%;
	padding: 15px 20px;
	background-color: var(--grey-light);
}

.filter .left {
	background: #fff;
	border-right: 1px dashed var(--blue-light);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 2px 0 0;
	user-select: none;
	width: 200px;
	height: 64px;
	position: relative;
}

.filter .left .type {
	padding: 20px 20px;
	position: absolute;
	left: 0;
}

.filter .middle {
	background: #fff;
	border-right: 1px dashed var(--blue-light);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 2px 0 0;
	user-select: none;
	width: 200px;
	height: 64px;
	position: relative;
}

.filter .middle .type {
	padding: 20px 20px;
	position: absolute;
	left: 0;
}

.filter .middle .icon {
	padding: 20px 10px;
	position: absolute;
	right: 0;
}

.filter .right {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-content: flex-end;
	width: calc(100% - 410px);
	height: 64px;
}

.filter .right .button {
	background: var(--blue-dark);
	cursor: pointer;
	padding: 20px 20px;
}


.offer {
	box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .2);
	border-radius: 2px;
	margin: 0 0 40px 0;
	margin: 10px 10px 40px 10px;
	width: 250px;
}

.offer .image img {
	width: 100%;
}

.offer .price {
	color: var(--blue-dark);
	display: inline-block;
	font-size: 17px;
	padding: 10px 1px;
	width: 68%;
}

.offer .storage-offer {
	display: inline-block;
	width: 29%;
	text-align: right;
}

.offer .location {
	border-top: 1px solid var(--blue-light);
	color: var(--blue-light);
	font-family: Graphik-Light;
	font-size: 13px;
	padding: 5px 0 10px 0;
}

.offer .area,
.offer .rooms {
	color: var(--blue-light);
	display: inline-block;
	font-family: Graphik-Light;
	font-size: 13px;
	width: 48%;
}

@media (max-width: 1400px) {
	.cards .card {
		min-width: 22rem;
	}

	.cards .card-title {
		font-size: 18px;
		line-height: 1.5rem;
	}

	.card .prop {
		font-size: .75rem;
	}

	.card .prop>div {
		font-size: .875rem;
	}
}

@media (max-width: 1200px) {
	.cards .card {
		min-width: 25rem;
	}

	.cards .card-title {
		font-size: 20px;
	}

	.card .prop {
		font-size: .875rem;
	}

	.card .prop>div {
		font-size: 1rem;
	}

	.card .card-text {
		font-size: .875rem;
	}
}


@media (max-width: 992px) {
	.cards .card {
		min-width: 25rem;
	}

	#seachForma select,
	#seachForma input {
		font-size: calc(10px + 1vw);
	}

	#seachForma #searchBtn {
		font-size: calc(10px + 1vw);
	}
}

@media (max-width: 576px) {
	#seachForma .d-flex {
		flex-direction: column;
	}

	#seachForma select,
	#seachForma input {
		margin-bottom: 2vw;
		/* padding: .25rem .625rem; */
		border-radius: 2px;
	}

	#seachForma #searchBtn {
		/* padding: .25rem 1rem; */
		margin-top: .375rem;
	}
}

@media (max-width: 480px) {
	.cards .card {
		min-width: 16rem;
		width: 90%;
		margin-bottom: 1rem;
	}
}