.card {
	position: relative;
	z-index: 1;
	margin-top: -65px;
	padding-top: 104px;
	padding-bottom: 4px;
}

.card__bg1 {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	max-width: 978px;
	width: 100%;
}

.card__btn-wrap {
	position: sticky;
	z-index: 6;
	bottom: 0;
	display: none;
	padding: 12px 15px;
	background-color: #fff;
	margin-top: 10px;
}

.card__btn {
	display: block;
	padding: 18px 10px;
}

.card__link {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 24px;
	transition: color 0.3s;
}

@media (hover: hover) {
	.card__link:hover {
		color: #fe5000;
	}

	.card__link:hover .card__link-icon svg {
		fill: #fe5000;
	}
}

.card__link-icon {
	display: flex;
}

.card__link-icon svg {
	width: 16px;
	height: 16px;
	transform: rotate(180deg);
	fill: #000;
	transition: fill 0.3s;
}

.card__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 48px;
}

.card__wrap1 {
	width: 39%;
}

.card__img {
	position: relative;
	padding-top: 114%;
}

.card__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 24px;
}

.card__wrap2 {
	width: 57.5%;
}

.card__tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
}

.card__tags-tag {
	background-color: #F3F0F2;
	border-radius: 300px;
	padding: 7px 12px;
}

.card__tags-tag--green {
	color: #1fad36;
	background-color: #E1F7EC;
}

.card__title {
	margin-bottom: 24px;
}

.card__list1 {
	margin-bottom: 24px;
}

.card__price {
	font-weight: 700;
	font-size: 32px;
	letter-spacing: -0.02em;
	margin-bottom: 32px;
}

.card__text-wrap.active .card__text {
	display: initial;
	-webkit-line-clamp: initial;
	-webkit-box-orient: initial;
	overflow: initial;
}

.card__text-wrap.active .card__text-btn span {
	display: none;
}

.card__text-wrap.active .card__text-btn b {
	display: inline;
}

.card__text-wrap.active .card__text-btn .card__text-btn-icon svg {
	transform: rotate(-90deg);
}

.card__text {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 12px;
}

.card__text-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #337aff;
	cursor: pointer;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: text-decoration 0.3s;
}

.card__text-btn b {
	font-weight: 600;
	display: none;
}

.card__text-btn-icon {
	display: flex;
}

.card__text-btn-icon svg {
	width: 16px;
	height: 16px;
	transform: rotate(90deg);
	fill: #337aff;
	transition: transform 0.3s;
}

.card__map-wrap {
	position: relative;
}

.card__map-adress {
	position: absolute;
	z-index: 5;
	top: 20px;
	left: 45px;
	width: 265px;
	background-color: #fff;
	border-radius: 16px;
	padding: 12px;
}

.card__map-title {
	font-weight: 700;
	margin-bottom: 8px;
}

.card__map-text {
	color: #8d95a5;
	font-size: 14px;
	line-height: 1.1;
}

.card__map {
	overflow: hidden;
	height: 520px;
	background-color: #ccc;
	border-radius: 16px;
}

.card-item1 {
	position: relative;
	padding-left: 24px;
	margin-bottom: 16px;
	font-size: 18px;
}

.card-item1:last-child {
	margin-bottom: 0;
}

.card-item1__icon {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
}

.card-item1__icon svg {
	width: 20px;
	height: 20px;
	fill: #000;
}

.card__rest {
	margin-bottom: 30px;
}

.card__rest .label1 {
	margin-bottom: 4px;
}

.card__rest .label1__text {
	font-size: 16px;
}

.card__rest-info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
	font-weight: 500;
	font-size: 12px;
	color: #8d95a5;
}

.card__rest-info-icon {
	position: relative;
	top: -2px;
	display: flex;
	flex-shrink: 0;
}

.card__rest-info-icon svg {
	width: 16px;
	height: 16px;
	fill: #8d95a5;
}

.card__dates-wrap {
	margin-bottom: 24px;
}

.card__dates-title {
	margin-bottom: 4px;
}

.card__dates {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -2px;
	margin-top: -4px;
	height: 150px;
	overflow: hidden;
}

.card__dates-col {
	display: flex;
	width: 20%;
	padding: 0 2px;
	margin-top: 4px;
}

.card-date {
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.card-date input {
	display: none;
}

.card-date__wrap {
	display: block;
	border: 1px solid #e2e4e9;
	border-radius: 12px;
	padding: 12px 5px;
	transition: all 0.3s;
}

.card-date:hover .card-date__wrap {
	border: 1px solid #fe5000;
}

.card-date__day {
	display: block;
	margin-bottom: 6px;
}

.card-date__time {
	display: block;
	color: #8d95a5;
	transition: all 0.3s;
}

.card-date input:checked ~ .card-date__wrap {
	color: #fff;
	border: 1px solid #fe5000;
	background-color: #fe5000;
}

.card-date input:checked ~ .card-date__wrap .card-date__time {
	color: #fff;
}

.card__dates-wrap.active .card__dates {
	height: auto;
}

.card__dates-wrap.active .card__dates-btn span {
	display: none;
}

.card__dates-wrap.active .card__dates-btn b {
	display: inline;
}

.card__dates-wrap.active .card__dates-btn .card__dates-btn-icon svg {
	transform: rotate(-90deg);
}

.card__dates-btn {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #337aff;
	cursor: pointer;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: text-decoration 0.3s;
	margin-top: 12px;
}

@media (hover: hover) {
	.card__dates-btn:hover {
		text-decoration-color: #337aff;
	}
}

.card__dates-btn.visible {
	display: inline-flex;
}

.card__dates-btn b {
	font-weight: 600;
	display: none;
}

.card__dates-btn-icon {
	display: flex;
}

.card__dates-btn-icon svg {
	width: 16px;
	height: 16px;
	transform: rotate(90deg);
	fill: #337aff;
	transition: transform 0.3s;
}

@media (max-width: 1200px) {
	.card__dates-col {
		width: 33.333%;
	}
}

@media (max-width: 750px) {
	.card {
		margin-top: -64px;
		padding-top: 88px;
		padding-bottom: 8px;
	}

	.card__bg1 {
		max-width: 244px;
	}

	.card__btn-wrap {
		display: block;
	}

	.card__link {
		font-size: 14px;
		line-height: 1.4;
		gap: 4px;
		margin-bottom: 16px;
	}

	.card__container {
		margin-bottom: 36px;
	}

	.card__wrap1 {
		width: 100%;
		margin-bottom: 16px;
	}

	.card__img img {
		border-radius: 16px;
	}

	.card__wrap2 {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.card__text-wrap {
		order: 10;
	}

	.card__dates-wrap {
		order: 7;
	}

	.card__tags {
		gap: 4px;
		margin-bottom: 8px;
	}

	.card__tags-tag {
		font-size: 12px;
		padding: 4px 6px;
	}

	.card__title {
		margin-bottom: 16px;
	}

	.card__list1 {
		margin-bottom: 16px;
	}

	.card__price {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.card__text-btn {
		font-size: 14px;
		gap: 4px;
	}

	.card__dates-btn {
		font-size: 14px;
		gap: 4px;
	}

	.card__map-adress {
		top: 8px;
		width: 193px;
		padding: 8px;
	}

	.card__map-title {
		font-size: 14px;
	}

	.card__map-text {
		font-size: 10px;
	}

	.card__map {
		height: 280px;
	}

	.card-item1 {
		font-size: 14px;
		padding-left: 18px;
		margin-bottom: 12px;
	}

	.card-item1__icon svg {
		width: 14px;
		height: 14px;
	}

	.card__rest .label1__text {
		font-size: 14px;
	}

	.card__dates-title {
		font-size: 14px;
	}

	.card__rest {
		margin-bottom: 16px;
	}

	.card-date {
		font-size: 14px;
	}

	.card__dates {
		height: 140px;
	}
}

@media (hover: hover) {
	.card__text-btn:hover {
		text-decoration-color: #337aff;
	}
}