

/* Start:/podbor-po-izobrazheniyu/style.css?17277003455294*/
#content_part{
	background-color: white!important;
}
h1{
	text-transform: uppercase;
	font-size: 36px!important;
	font-weight: bold!important;
	text-align: center;
	color: #2b272b!important;
}
.text_block_1{
	text-align: center;
	font-size: 16px;
	color: #1c1c1c;
	margin-bottom: 30px;
}
.text_block_1 p{
	line-height: 0.2;
}

.text_block_2{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #905792;
	margin-bottom: 50px;
}
.steps_block{
	display: flex;
	flex-direction: row;
	background-color: #f6f6f6;
	padding: 60px 30px;
}
.step_block{
	width: 33%;
}
.block_1 .step_info{
	padding: 0 30px;
}
.block_2 .step_info{
	padding: 0 55px;
}
.block_3 .step_info{
	padding: 0 5px;
}
.step_image{
	height: 250px;
    margin-bottom: 50px;
    text-align: center;
}
.step_info{
	font-size: 16px;
	color: #1c1c1c;
	text-align: center;
}
.step_arrows{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.step_arrows .arrow_first{
	position: absolute;
	top: 280px;
    left: 230px;
	width: 234px;
	height: 36px;
	background: url(/podbor-po-izobrazheniyu/img/steps/podbor_arrow_down.png) no-repeat;
}
.step_arrows .arrow_second{
	position: absolute;
	top: 40px;
    right: 300px;
	width: 232px;
	height: 36px;
	background: url(/podbor-po-izobrazheniyu/img/steps/podbor_arrow_up.png) no-repeat;
}
.form_block{
	text-align: center;
}
.form_block form{
	width: 570px;
	margin: 0 auto;
}
.form_block h2{
	font-size: 26px!important;
	text-transform: uppercase;
	font-weight: bold!important;
	color: #1c1c1c!important;
	margin-top: 25px;
}
.form_block input[type=text]{	
	background-color: #ededed;
	border: none;
	border-radius: 50px;
	padding: 10px 20px;
	margin-bottom: 10px;
	text-align: left;
	width: 100%;
	font-size: 14px!important;
	color: #0e0e0e!important;
}
.form_block textarea{
	resize: none;
	background-color: #ededed;
	border: none;
	border-radius: 20px;
	padding: 10px 20px;
	margin-bottom: 10px;
	text-align: left;
	width: 100%;
	height: 200px;
	font-size: 14px!important;
	color: #0e0e0e!important;
}

.form_block .input_file_blocks{
	text-align: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.form_block .input_block{
	margin-bottom: 10px;
}

.form_block .input_block label{
	border: 1px solid #905792;
	border-radius: 50px;	
	color: #905792;
	cursor: pointer;
	font-size: 12px;
	padding: 10px 15px;
	font-weight: normal;
}

.form_block .input_block .plus_icon{
	display: inline-block;
	background: url(/podbor-po-izobrazheniyu/img/steps/podbor_plus.png) no-repeat;
	width:12px;
	height: 12px;
	margin-right: 10px;
}

.form_block input.error{
	border: 1px solid red;
}
.send_block .send_agreement_info{
	font-size: 12px;
	margin-bottom: 15px;
}
.send_block .send_agreement_info a{
	font-size: 12px;
	color: #905792;
	text-decoration: underline;
}
.send_block .send_agreement_info a:hover{	
	text-decoration: none;
}
.send_block .send_button{	
	background-color: #905792;
	border-radius: 50px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 35px;
	margin-bottom: 20px;
}
.information{
	color: red;
	text-align: center;
}

.file-input-container {
	display: flex;
	align-items: flex-start;
}

.file-input__error {
	margin-top: 10px;
	color: red;
}

@media(max-width: 1180px){
	h1{
		padding:0!important;
	}
	.text_block_1 p {
	    line-height: 1;
	    margin-bottom: 10px;
	}
	.step_arrows .arrow_first {
	    top: 300px;
	    left: 150px;
	}
	.step_arrows .arrow_second{
	    top: 20px;
	    right: 215px;
	}
}

@media(max-width: 1180px){
	.steps_block{
		flex-direction: column;
		padding: 30px 0 0 0;
	}
	.step_block{
		width: 100%;
		margin-bottom: 30px;
	}
	.block_1 .step_info{
		padding: 0 170px;
	}
	.block_2{
		background-color: white;
		padding: 30px 0;
	}
	.block_2 .step_info{
		padding: 0 210px;
	}
	.block_3 .step_info{
		padding: 0 150px;
	}
	.step_image{
		height: auto;
		margin-bottom: 30px;
	}
	.step_arrows .arrow_first{
		top: 330px;
		left: 30px;
		transform: rotate(90deg);
	}
	.step_arrows .arrow_second{
		top: unset;
		bottom: 370px;
		right: 30px;
		transform: rotate(90deg);
	}
}
@media(max-width: 640px){
	.step_arrows .arrow_first{
		left: -10%;
	}
	.step_arrows .arrow_second{
		right: -10%;
	}
	.block_1 .step_info,
	.block_2 .step_info,
	.block_3 .step_info
	{
		padding: 0 15%;
	}
}

@media(max-width: 600px){
	.form_block form{
		width: 100%;
	}
}
@media(max-width: 500px){
	.step_arrows .arrow_first{
		left: -20%;
	}
	.step_arrows .arrow_second{
		right: -20%;
	}
}
@media(max-width: 400px){
	.step_arrows .arrow_second{
		bottom: 450px;
	}
}
@media(max-width: 365px){
	.text_block_1 p{
		line-height: 1.1;
	}
}
@media(max-width: 350px){
	#content_part{
		
	}
	.step_arrows .arrow_first{
		left: -25%;
	}
	.step_arrows .arrow_second{
		right: -25%;
	}
	.form_block .input_file_block{
		text-align: center;
	}
}
@media(max-width: 320px){
	#content_part{
		
	}
	.step_arrows .arrow_first{
		left: -30%;
	}
	.step_arrows .arrow_second{
		right: -30%;
	}
}
/* End */
/* /podbor-po-izobrazheniyu/style.css?17277003455294 */
