.main-page-tours-types{
}

.main-page-tours-types-item{
	position: relative;
	width: 25%;
}

.main-page-tours-types-item:hover .main-page-tours-types-image{
	filter: brightness(140%);
}

.main-page-tours-types-image{
	display: block;
	width: 100%;
	transition: filter 0.25s linear;
}

.main-page-tours-types-name{
	position: absolute;
	font-weight: 500;
	font-size: 28rem;
	line-height: 33rem;
	letter-spacing: 0;
	left: 47rem;
	top: 71.5%;
	width: 80%;
	color: #fff;
}

.main-page-tours-types-counter{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 50%;
	font-style: italic;
	font-weight: 400;
	font-size: 19rem;
	line-height: 33rem;
	letter-spacing: 0;
	text-align: center;
	top: 23rem;
	right: 23rem;
	width: 61rem;
	height: 61rem;
	color: #fff;
}
