.in-wrap.selects {
	margin: 0 auto 63px;
}

.selects select:first-of-type {
	margin-right: 0;
}

.selects select {
	display: inline-flex;
	height: 40px;
	max-width: 653px;
	width: 100%;
	line-height: 40px;
	border: none;
	border-radius: 4px;
	font-size: inherit;
	font-weight: 300;
	color: #6E18A2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-size: 1.5%;
	background-image: url("/bitrix/templates/new_tpl/img/icons/select-arrow.png");
	background-position: 96% center;
	background-color: #C7E6F5;
	padding-right: 14px;
	padding-left: 24px;
	text-indent: 0.01px;
	-o-text-overflow: '';
	text-overflow: '';
}

.selects option {
	background-color: #ffffff;
}

select ::-ms-expand {
	display: none;
}

.ebnknpk {
	width: 30% !important;
	max-width: 653px;
}

a.ebnknpk {
	width: 30%;
	max-width: 653px;
}

/* Измененные и добавленные стили для элементов формы */
.selects > form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
	justify-content: center;
	/*justify-content: space-between;*/
	width: 100%;
}

.selects select, a.ebnknpk {
	flex: 1 0 320px;
	max-width: 420px;
	height: 40px;
	margin-bottom: 0px;
}

/* Удаление медиа-запросов, которые больше не нужны */
@media (max-width: 1199px) {
	.selects select:first-of-type, .selects select, a.ebnknpk {
		/* Стили удалены */
	}
}

@media only screen and (max-width: 768px) {
	.ebnknpk, a.ebnknpk {
		/* Стили удалены */
	}
}


.cards-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.cards-list > li {
	flex: 1 0 320px; /* Разрешаем элементам расти начиная от 280px */
	max-width: 420px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	position: relative;
}

img.offer-item__img {
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.offer-descript {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	border-radius: 8px;
}

/* Заголовок в описании предложения */
.offer-descript .light-title {
	font-size: 24px;
	line-height: 29px;
	font-weight: 300;
	color: #111111;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 1599px) {
	.offer-descript .light-title {
		font-size: 16px;
		line-height: 19px;
	}
}

.offer-descript p {
	line-height: 26px;
	color: #818181;
	margin: 0.5rem 0;
}




.hover-info {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 20px 28px 26px;
	background-color: #C7E6F5;
	border-radius: 8px;
	top: 0;
	left: 0;
	line-height: 19px;
	color: #530085;}
.hover-info * {
	font-weight: 300;
}
.hover-info .desc {
	overflow: hidden;
	max-height: 178px;
	padding-bottom: 40px;
	position: relative;
}
.hover-info .desc br {
	content: '';
	display: block;
}
.hover-info .desc:after {
	content: '';
	position: absolute;
	display: block;
	height: 60px;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(48%, #C7E6F5), to(transparent));
	background: -o-linear-gradient( bottom, #C7E6F5 48%, transparent);
	background: linear-gradient( 0deg, #C7E6F5 48%, transparent);
	bottom: -10px;
	left: 0;
	right: 0;
}
@media (min-width: 1200px) {
	.hover-info .desc {
		max-height: 117px;
	}
}

@media (min-width: 1600px) {
	.hover-info .desc {
		max-height: 199px;
	}
}
@media (min-width: 1600px) {
	.hover-info {
		font-size: 22px;
		line-height: 26px; } }
.hover-info > div:first-of-type {
	margin-bottom: 13px;
	padding-bottom: 9px;
	border-bottom: 1px dashed #438BC6; }
.hover-info > div:last-of-type {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 26px;
	width: 87%;}
.hover-info >div:last-of-type p {
	white-space: nowrap;
	display: inline-block;
	float: right;
}
@media (max-width: 767px) {
	.hover-info > div:last-of-type {
		margin-top: 15px; } }
.hover-info form {
	margin-right: auto;
	display: inline-block;
}

.hover-info li:last-of-type p {
	margin-left: 36px;
	color: #818181; }
.hover-info .show-more {
	color: #e62877;
	text-decoration: underline;
	text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12); }
.hover-info .cta-link {
	background-color: #9B26A8;
	color: #fff;
	max-width: 218px;
	width: 100%;
	height: 40px; }
@media (max-width: 1599px) {
	.hover-info .cta-link {
		max-width: 163px; } }
@media (max-width: 767px) {
	.hover-info .cta-link {
		height: 24px;
		font-size: 16px; } }
@media (max-width: 1599px) {
	.hover-info .cta-link {
		font-size: 16px; } }

.bottom-list li:hover .hover-info {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
