.swiper-container {
	position: relative;
	margin-top: 1em;
}
.thumbnails-carousel {
	margin: 1em 0;
}
.thumbnails-carousel .thumbnails-carousel__item {
	width: 240px;
}
.thumbnails-carousel.template-type-countries,
.thumbnails-carousel.template-type-facets {
	margin: 30px 0 50px;
}
.thumbnails-carousel.template-type-countries .thumbnails-carousel__item,
.thumbnails-carousel.template-type-facets .thumbnails-carousel__item {
	width: 422px;
	margin-right: 20px;
	height: 550px;
}
.thumbnails-carousel.template-type-facets .thumbnails-carousel__item {
	height: 180px;
}
.thumbnails-carousel.template-type-countries .container,
.thumbnails-carousel.template-type-facets .container {
	width: 1750px;
}
.thumbnails-carousel__image {
	margin-bottom: 15px;
}
.thumbnails-carousel__image img {
	width: 100%;
	height: auto;
	aspect-ratio: 250/222;
	border-radius: 4px;
	display: block;
}
.thumbnails-carousel .swiper-button-prev,
.thumbnails-carousel .swiper-button-next {
	background: #fff;
	z-index: 100;
	width: 45px;
	height: 45px;
	box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%), 0 1px 9px 0 rgb(0 0 0 / 2%);
	border: 1px solid #c9cbcf;
	border-radius: 50%;
	margin-top: -50px;
}
.thumbnails-carousel.template-type-countries  .swiper-button-prev, 
.thumbnails-carousel.template-type-countries  .swiper-button-next {
	margin-top: -22px;
}
.thumbnails-carousel.template-type-countries .thumbnails-carousel__image,
.thumbnails-carousel.template-type-facets .thumbnails-carousel__image {
	margin: 0;
	border-radius: 4px;
	overflow: hidden;
}
.thumbnails-carousel .swiper-button-prev {
	left: -20px;
}
.thumbnails-carousel .swiper-button-next {
	right: -20px;
}
.thumbnails-carousel .swiper-button-next:after, 
.thumbnails-carousel .swiper-button-prev:after {
	color: #888c93;
	font-size: 20px;
}
.thumbnails-carousel .container > p {
	margin-bottom: 24px;
	color: #55585a;
	font-size: 13px;
	font-weight: 400;
}
.thumbnails-carousel__content {
	font-family: inter,proxima-nova,Arial,sans-serif;
	color: #55585a;
	font-weight: 400;
	line-height: 24px;
	font-size: 14px;
}
.thumbnails-carousel__content h2 {
	font-size: 24px;
    font-weight: 700;
}
.thumbnails-carousel__content h4 {
	color: #212121;
	font-weight: 600;
	line-height: 26px;
	font-size: 20px;
}
.thumbnails-carousel--title p {
	margin: .5em 0 .25em;
}
.thumbnails-carousel.template-type-countries h2,
.thumbnails-carousel.template-type-facets h2,
.thumbnails-carousel.template-type-facets h4 {
	color: inherit;
}
.thumbnails-carousel.template-type-countries p,
.thumbnails-carousel.template-type-facets p {
	font-size: 18px;
    font-weight: 700;
}
.thumbnails-carousel.template-type-countries .thumbnails-carousel__content {
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	width: auto;
	color: #fff;
}
.thumbnails-carousel.template-type-facets .thumbnails-carousel__content {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 20px;
	right: 20px;
	width: auto;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.thumbnails-carousel.template-type-countries .box-link,
.thumbnails-carousel.template-type-facets .box-link {
	z-index: 5;
}
.thumbnails-carousel.template-type-countries .thumbnails-carousel__body,
.thumbnails-carousel.template-type-countries .thumbnails-carousel__image,
.thumbnails-carousel.template-type-facets .thumbnails-carousel__body,
.thumbnails-carousel.template-type-facets .thumbnails-carousel__image {
	position: relative;
	height: 100%;
}
.thumbnails-carousel.template-type-countries .thumbnails-carousel__image img,
.thumbnails-carousel.template-type-facets .thumbnails-carousel__image img {
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.thumbnails-carousel.template-type-countries .thumbnails-carousel__image::after,
.thumbnails-carousel.template-type-facets .thumbnails-carousel__image::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	background-image: linear-gradient(180deg,transparent,transparent,rgba(0,0,0,.2),#000);
    z-index: 0;
}
.thumbnails-carousel.template-type-facets .thumbnails-carousel__image::after {
	background-image: linear-gradient(180deg,transparent 0%,rgba(0,0,0,.5) 50%, transparent 100%);
}
@media screen and (max-width: 1780px) {
	.thumbnails-carousel.template-type-countries .container,
	.thumbnails-carousel.template-type-facets .container {
		width: 1380px;
	}
	.thumbnails-carousel.template-type-countries .thumbnails-carousel__item,
	.thumbnails-carousel.template-type-facets .thumbnails-carousel__item {
		width: 330px;
		height: 360px;
	}
	.thumbnails-carousel.template-type-facets .thumbnails-carousel__item {
		height: 150px;
	}
}
@media screen and (max-width: 1400px) {
	.thumbnails-carousel.template-type-countries .container,
	.thumbnails-carousel.template-type-facets .container {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
		padding: 0;
	}
	.thumbnails-carousel.template-type-countries .thumbnails-carousel__item,
	.thumbnails-carousel.template-type-facets .thumbnails-carousel__item {
		width: calc((100vw - 40px) / 4);
		height: calc(1.2 * (100vw - 40px) / 4);
	}
	.thumbnails-carousel.template-type-facets .thumbnails-carousel__item {
		height: calc(0.4 * (100vw - 40px) / 4);
	}
}
@media screen and (max-width: 980px) {
	.thumbnails-carousel .swiper-button-prev {
		left: -10px;
	}
	.thumbnails-carousel .swiper-button-next {
		right: -10px;
	}
	.thumbnails-carousel.template-type-countries .thumbnails-carousel__item,
	.thumbnails-carousel.template-type-facets .thumbnails-carousel__item {
		width: calc((100vw - 40px) / 3);
		height: calc(1.2 * (100vw - 40px) / 3);
	}
	.thumbnails-carousel.template-type-facets .thumbnails-carousel__item {
		height: calc(0.4 * (100vw - 40px) / 3);
	}
}
@media screen and (max-width: 768px) {
	.thumbnails-carousel.template-type-countries .thumbnails-carousel__item,
	.thumbnails-carousel.template-type-facets .thumbnails-carousel__item {
		width: calc((100vw - 40px) / 2);
		height: calc(1.2 * (100vw - 40px) / 2);
	}
	.thumbnails-carousel.template-type-facets .thumbnails-carousel__item {
		height: calc(0.4 * (100vw - 40px) / 2);
	}
	.thumbnails-carousel.template-type-countries .swiper,
	.thumbnails-carousel.template-type-facets .swiper {
		overflow: visible;
	}
	.thumbnails-carousel.template-type-countries .swiper-button-prev,
	.thumbnails-carousel.template-type-countries .swiper-button-next,
	.thumbnails-carousel.template-type-facets .swiper-button-prev,
	.thumbnails-carousel.template-type-facets .swiper-button-next {
		display: none!important;
	}
}
@media screen and (max-width: 479px) {
	.thumbnails-carousel__content {
		font-size: 12px;
	}
	.thumbnails-carousel__content h4 {
		font-size: 14px;
	}
	.thumbnails-carousel__image {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 425px) {
	.thumbnails-carousel.template-type-countries .thumbnails-carousel__item,
	.thumbnails-carousel.template-type-facets .thumbnails-carousel__item {
		width: calc((100vw - 40px) / 1);
		height: calc(1.2 * (100vw - 40px) / 1);
	}
	.thumbnails-carousel.template-type-facets .thumbnails-carousel__item {
		height: calc(0.4 * (100vw - 40px) / 1);
	}
}