.etapy_raboty {background:#fff;}
.etapy_raboty > .container {
	padding:40px 0;
	padding-bottom:60px;
	
	border-top:1px solid #e7e7e7;
}

.er_title {
	padding:20px 10px 20px 20px;
	width:50%;
}
.er_title h2 {
	text-align:left;	
	font-size:38px;
	font-weight:400;
}
.er_title2 {
	width:50%;
	padding:20px 20px 20px 10px;
	margin-bottom:5px;
}
.er_title2 p {
	font-size:22px;
	text-align:left;
	color:#252525;
}
.er_slider {
	margin-top:0;
}
.er_cont {
	width:100%;
}
.er_slides {
	overflow:hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width:50%;
	min-width:320px;
	height:auto;
	max-height:420px;
	position:relative;
}
.er_slide {
	width:100%;
}
.er_slide img {
	width:100%;
}

.er_selector {
	padding:10px 0;
	margin-bottom:20px;
	background:#fafafa;
	border-radius:5px;
	border:1px solid #f5f5f5;
}
.er_sel {
	width:203px;
	height:130px;
	overflow:hidden;
	margin-right:10px;
}
.er_sel img {
	width:100%;
}
.er_sel_btn {
	padding:5px 10px;
	color:#111;
	font-size:20px;
	font-weight:500;
	width:11.1%;
	text-align:center;
	position:relative;
	white-space:nowrap;
}
.er_sel_btn:hover {
	cursor:pointer;
}
.erbol {border-right:1px solid #e2e2e2;}
.er_sel_btn_div {
	position:absolute;
	left:10%;
	bottom:-10px;
	width:0;
	height:2px;
	background:#ffce00;
	animation-name: er_sel_btn_div;
	animation-delay: 0;
	animation-duration: .4s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
}
@keyframes er_sel_btn_div{
	0% {
		width:80%;
	}
	100% {
		width:0;
	}
}
.er_sel_btn:hover > .er_sel_btn_div, .er_sel_btn_act div {
	width:80%;
	animation-name: er_sel_btn_div_show;
	animation-delay: 0;
	animation-duration: .4s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
}
@keyframes er_sel_btn_div_show {
	0% {
		width:0;
	}
	100% {
		width:80%;
	}
}


.er_left_btn, .er_right_btn {
	z-index:300;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	transition:all 200ms linear;
	opacity:.8;
}
.er_left_btn {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:50px;
	padding:10px;
}

.er_right_btn {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:50px;
	padding:10px;
}
.er_right_btn:hover, .er_left_btn:hover {background:rgba(255,255,255,.3); cursor:pointer;}
.er_left_btn div, .er_right_btn div {height:100%;}
.er_left_btn img, .er_right_btn img {width:20px;}


.er_slide_txt {
	width:calc(50% - 10px);
	padding:30px 20px;
	margin-right:10px;
	border-radius:5px;
	background:#f9f9f9;
}
.er_slide_txt h4 {
	font-size:28px;
	color:#111;
	text-align:left;
	font-weight:700;
	margin:0 0 15px 0;
}
.er_slide_txt p {
	line-height:180%;
	font-size:18px;
	font-weight:300;
}
.er_slide_txt p b {font-weight:600;}

.er_slide_sel_div {
	overflow:hidden;
	width:100%; height:130px;
	margin-top:7px;
	margin-bottom:10px;
	position:relative;
}
.er_slide_selector {
	position:absolute;
	top:0; left:0;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	transition:all 200ms linear;
}



.er_slide_prev {
	position:absolute;
	top:0; left:100%;
	z-index:100;
}
.er_slide_prev_act {
	animation-name: er_slide_prev_act;
	animation-delay: 0;
	animation-duration: .6s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	z-index:200;
}
@keyframes er_slide_prev_act {
	0% {
		left:100%;
	}
	50% {
		left:0;
	}
	100% {
		left:0;
	}
}
.er_slide_next {
	position:absolute;
	top:0; right:100%;
	z-index:100;
	height:100%;
}
.er_slide_next_act {
	animation-name: er_slide_next_act;
	animation-delay: 0;
	animation-duration: .6s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	z-index:200;
}
@keyframes er_slide_next_act {
	0% {
		right:100%;
	}
	50% {
		right:0;
	}
	100% {
		right:0;
	}
}

.er_slide_next img, .er_slide_prev img {
	width:100%;
}

#er_info2, #er_info3, #er_info4, #er_info5, #er_info6, #er_info7, #er_info8, #er_info9 {display:none;}


@media only screen and (max-width:1285px) {
	.er_sel {
		width:200px;
	}
}

@media only screen and (max-width:1050px) {
	.er_sel_btn {
		padding:5px 10px;
		font-size:16px;
	}
	.er_cont {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;		
	}
	.er_slide_txt {
		width:100%;
		padding:30px 20px;
		margin-right:0;
		border-radius:0;
		background:#f9f9f9;
	}
	.er_slides {
		width:100%; min-height:500px;
	}
	.er_slide_sel_div {display:none;}
}
@media only screen and (max-width:900px) {
	.er_title h2 {
		font-size:30px;
	}
	.er_title2 p {
		font-size:18px;
	}
	.er_slide_txt h4 {
		font-size:28px;
		color:#111;
		text-align:left;
		font-weight:400;
		margin:0 0 15px 0;
	}
	.er_slides {
		width:100%; min-height:400px;
	}
}
@media only screen and (max-width:720px) {
	.er_slide_title {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	.er_slides {
		width:100%; min-height:300px;
	}
	.er_title, .er_title h2 {
		text-align:center;
		width:100%;
		font-size:28px;
	}
	.er_title2 {display:none;}
	.er_slide_txt h4 {
		font-size:24px;
	}
	.er_title2, .er_title2 p {
		text-align:center;
		padding-top:0; padding-bottom:0;
		width:100%;
	}
	.er_slide_txt p {
		font-size:14px;
		line-height:140%;
	}
	.er_selector {
		display:none;
	}
	.er_left_btn, .er_right_btn {
		width:40px;
		opacity:.5;
		background:rgba(255,255,255,.4);
	}
	.er_left_btn img, .er_right_btn img {width:15px;}
}
@media only screen and (max-width:520px) {
	.er_slide_txt h4 {
		font-size:22px;
		margin:0;
	}
}
@media only screen and (max-width:450px) {
	.er_slides {
		width:100%; min-height:200px;
	}
}
@media only screen and (max-width:360px) {
	.er_slides {
		width:100%; min-height:180px;
	}
}