/* switch */
input.switch ~ .wrap__steps .about__steps,
input.switch ~ .wrap__steps .list__steps {
	visibility: hidden;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 0;
	-webkit-transition: visibility .3s ease, opacity .3s ease;
	-moz-transition: visibility .3s ease, opacity .3s ease;
	-o-transition: visibility .3s ease, opacity .3s ease;
	transition: visibility .3s ease, opacity .3s ease;
}
input.switch_about:checked ~ .wrap__steps .about__steps,
input.switch_steps:checked ~ .wrap__steps .list__steps {
	position: relative;
	visibility: visible;
	opacity: 1;
	z-index: 1;
}
label.switch {
	display: inline-block;
	margin: 0 10px 30px;
	padding: 5px 0;
	border-bottom: 1px solid #fff;
	font-size: 1.8rem;
	color: #959595;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
input.switch_about:checked ~ label.switch_about,
input.switch_steps:checked ~ label.switch_steps {
	border-color: rgba(106,106,106,.8);
	color: #6A6A6A;
}

.wrap__steps {
	position: relative;
	width: 100%;
	padding-bottom: 70px;
	overflow: hidden;
}
.about__steps {
	position: absolute;
	text-align: left;
}
.about__steps .image {
	width: 40%;
	padding-right: 30px;
}
.about__steps .text {
	width: 60%;
	margin-bottom: -20px;
	padding-left: 30px;
}
.list__steps {
	position: absolute;
	width: 100%;
	text-align: left;
}
.item__steps {
	position: absolute;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	left: 0;
	top: 0;
	-webkit-transition: visibility .3s ease, opacity .3s ease;
	-moz-transition: visibility .3s ease, opacity .3s ease;
	-o-transition: visibility .3s ease, opacity .3s ease;
	transition: visibility .3s ease, opacity .3s ease;
}
.item__steps.active {
	position: relative;
	visibility: visible;
	opacity: 1;
}
.item-wrap__steps {
	
}
.info__steps {
	position: relative;
	width: 50%;
	padding-right: 2.5%;
	padding-top: 40px;
	z-index: 1;
}
.item__steps p.name {
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 2rem;
	color: #6A6A6A;
}
.image__steps {
	position: relative;
	width: 50%;
	padding-bottom: 30%;
	z-index: 1;
}
.image__steps p.name {
	pointer-events: none;
	display: none;
}
.image__steps span {
	position: absolute;
	display: none;
	width: 95%;
	height: 100%;
	margin-left: 5%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.image__steps span.large {
	display: inline-block;
}
.navigation__steps {
	position: absolute;
	width: 25%;
	bottom: 0;
	z-index: 1;
}
.item-navigation__steps {
	position: relative;
	text-align: center;
	color: #252759;
}
.item-navigation__steps i {
	pointer-events: none;
	position: relative;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	margin-bottom: 1.5rem;
	border: 1px solid #6A6A6A;
	border-radius: 50%;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
.item-navigation__steps.active i {
	border-color:  #D25620;
}
.item-navigation__steps i:before,
.item-navigation__steps i:after {
	content: "";
	position: absolute;
	display: inline-block;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-0-transition: all .3s ease;
	transition: all .3s ease;
}
.item-navigation__steps.active i:before,
.item-navigation__steps.active i:after {
	visibility: visible;
	opacity: 1;
}
.item-navigation__steps i:before {
	width: 50%;
	height: 50%;
	background-color: #D25620;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%); 
	-o-transform: translate(-50%,-50%); 
	transform: translate(-50%,-50%);
}
.item-navigation__steps i:after {
	position: absolute;
	width: 0;
	height: 8.4rem;
	margin-top: 1px;
	border: 1px solid #D25620;
	border-radius: 1px;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%);
}
.item-navigation__steps span {
	pointer-events: none;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}

@media all and (max-width:1116px) {
	.info__steps {
		padding-top: 0;
	}
	.item-navigation__steps i:after {
		height: 6rem;
	}
}
@media all and (max-width:916px) {
	input.switch ~ .wrap__steps .about__steps,
	input.switch ~ .wrap__steps .list__steps {
		position: absolute;
	}
	input.switch_about:checked ~ .wrap__steps .about__steps,
	input.switch_steps:checked ~ .wrap__steps .list__steps {
		position: relative;
	}
	.wrap__steps {
		padding-bottom: 50px;
		overflow: hidden;
	}
	.about__steps .image,
	.about__steps .text {
		width: 100%;
		padding: 0;
	}
	.wrap__steps .list__steps {
		max-width: 100%;
		padding-bottom: 112px;
		overflow: hidden;
	}
	.item__steps {
		position: relative;
		min-width: 100%;
		margin-left: -100%;
	}
	.item__steps:first-child {
		margin-left: 0;
	}
	.info__steps {
		width: 100%;
		padding: 0;
	}
	.info__steps p.name:after {
		pointer-events: none;
		content: "";
		position: relative;
		display: inline-block;
		width: 100%;
		margin-top: 20px;
		padding-bottom: 58%;
	}
	.image__steps {
		position: absolute;
		width: 100%;
		padding: 0;
		left: 0;
		top: 0;
	}
	.image__steps p.name {
		display: block;
		visibility: hidden;
		opacity: 0;
	}
	.image__steps span {
		position: relative;
		width: 100%;
		margin: 0;
		padding-bottom: 58%;
	}
	.navigation__steps {
		width: 100%;
		max-width: 416px
	}
	.item-navigation__steps {
		position: relative;
		padding-top: 6rem;
	}
}