.countries-section__subtitle {
	max-width: 620px;
	margin: -10px auto 30px;
	text-align: center;
	color: var(--gray-text);
	line-height: 1.4;
}

/* Фото 4:3 — высота блока = высота картинки, без пустых полей по бокам */
.tour-item.country-item .tour-item__figure.country-item__figure {
	display: block;
	aspect-ratio: unset;
	height: auto;
	line-height: 0;
	overflow: hidden;
}

.tour-item.country-item .tour-item__figure img,
.tour-item.country-item .tour-item__image {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: unset;
}

.country-item .tour-item__price-list {
	margin-top: 0;
}

.country-item .tour-item__text {
	margin-top: 0;
}

.country-item .tour-item__title a {
	color: inherit;
}

.country-item .tour-item__title a:hover {
	color: var(--primary);
}

.country-item .tour-item__button {
	text-decoration: none;
}
