.path-container {
	text-align: center;
	height: 100%;
	position: relative;
	top: 9%;
	left: 12%;
}

.path-slider {
	display: inline-block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
}

path {
	stroke-width: 1px;
	stroke: none;
	fill: none;
}

.icon__path {
	fill: #ffffff;
}

.path-slider__path {
	stroke: rgba(255, 255, 255, 0.5);
}

.path-slider__item {
	position: absolute;
	left: -37px;
	top: -37px;
	color: #ffffff;
	cursor: pointer;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	text-decoration: none;
	outline: none;
}

/* .path-slider__item:hover .item__circle,
.path-slider__item:focus .item__circle {
	background-color: #e2241a;
} */

.item__circle {
	display: inline-block;
	width: 74px;
	height: 74px;
	background-color: #070626;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	text-align: center;
	transition: 0.5s;
}

.item__title {
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-variant: small-caps;
	white-space: nowrap;
	display: none;
	transition: 0.5s;
}

.item__icon {
	width: 45px;
	height: 45px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.path-slider__current-item .item__circle {
	background-color: #e2241a;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}

.path-slider__current-item .item__title {
	font-size: 25px;
	display: block;
	-webkit-transform: translate(-50%, -20px);
	-ms-transform: translate(-50%, -20px);
	transform: translate(-50%, -20px);
}

@media screen and (max-width: 375px) {
	.path-container {
		text-align: center;
		height: 100%;
		position: relative;
		top: 14%;
		left: 15.5% !important;
	}
}
@media screen and (max-width: 425px) {
	.path-container {
		text-align: center;
		height: 100%;
		position: relative;
		top: 14%;
		left: 19.5%;
	}
	.path-slider__current-item .item__circle {
		-webkit-transform: scale(1.35);
		-ms-transform: scale(1.35);
		transform: scale(1.35);
	}
	.item__circle {
		transform: scale(0.75);
	}
}
@media screen and (min-width: 768px) {
	.path-container {
		text-align: center;
		height: 100%;
		position: relative;
		top: 4%;
		left: 12%;
	}
}
@media screen and (min-width: 1024px) {
	.path-container {
		text-align: center;
		height: 100%;
		position: relative;
		top: -1%;
		left: 12%;
	}
}
@media screen and (min-width: 1280px) {
	.path-container {
		text-align: center;
		height: 100%;
		position: relative;
		top: 11%;
		left: 12%;
	}
}
@media screen and (min-width: 1440px) {
	.path-container {
		text-align: center;
		height: 100%;
		position: relative;
		top: -4%;
		left: 12%;
	}
}
@media screen and (min-width: 1920px) {
	.path-container {
		text-align: center;
		height: 100%;
		position: relative;
		top: 0%;
		left: 12%;
	}
}
