#potreb_online {
	width: 900px;
	margin: 0 auto;
}

#potreb_online,
#potreb_online * { box-sizing: border-box; }

#potreb_online h2 {
	color: #6f6c6c;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}

#potreb_online > .description {
    font-size: 15px;
    color: #727272;
    padding-top: 5px;
	text-align: center;
}

#potreb_online_form { margin: 20px 0 50px 0; }

.section.hide { display: none; }

.section_header {
	padding: 20px;
    background: #4db85e;
    color: #fff;
    font-size: 17px;
    font-family: verdana;
    position: relative;
	overflow: hidden;
}

.section_body { background-color: #ECF0F1; }

.section_footer {
	overflow: hidden;
	background: #d3dcde;
	padding: 20px;
}

.section_footer.bg_green {
	background: #4db85e;
    transition: all 0.25s;
}

.section_footer.bg_red {
	background: #e47171;
    transition: all 0.25s;
}

.section_footer .info {
	float: left;
    width: 700px;
}
.section_footer .info .politic {
    font-size: 10px;
    color: #000;
    width: 570px;
	font-family: Verdana, Sans-serif;
}

.section_footer .info .error_messege {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Sans-serif;
}

.section_footer .info .error_messege div {
	font-weight: bold;
    font-size: 14px;
    padding-bottom: 3px;
}

.section_footer .loader {
	background: url(../img/potreb_online/loading_green.gif) left center no-repeat;
    color: #e0ffe5;
	font-size: 16px;
    padding: 13px 0 13px 50px;
    line-height: 1.1;
}

.section_footer .button {
	float: right;
}

.section_footer .button button {
	background: url(../img/part_butt_send.png) 0 0 no-repeat;
    width: 160px;
    height: 43px;
    cursor: pointer;
    display: inline-block;
    border: 0;
    outline: none;
}

.section_footer .button button:hover {
	background: url(../img/part_butt_send.png) 0 -43px no-repeat;
}

.section_row {
	border: 1px solid #e0e0e0;
    border-top: 0;
	width: 100%;
	display: table-row;
}

.section_row.hide { display: none; }

.section_row:hover { background: rgba(3, 74, 255, 0.03); }

.section_row > div {
	display: table-cell;
	vertical-align: middle;
}

.section_row_label {
	padding: 10px 0 10px 20px;
	width: 360px;
	font-weight: 700;
}

.section_row_label div {
    font-weight: normal;
    font-size: 11px;
    color: #949494;
    padding-top: 3px;
}

.section_row_input {
	padding: 15px 20px 15px 0;
	width: 489px;
	position: relative;
}

.section_row_input .phone_prefix {
	position: absolute;
    top: 32px;
    left: -25px;
    font-weight: 700;
    font-size: 14px;
}

.section_row_input .smallest_input {
	width: 80px;
	padding: 15px 20px;
	border: 1px solid #cecece;
    background: #fffff9;
	outline: none;
}

.section_row_input .full_input {
	width: 100%;
	padding: 15px 20px;
	border: 1px solid #cecece;
    background: #fffff9;
	outline: none;
}

.section_row_input .small_input {
	width: 30%;
	float: left;
	padding: 15px 10px;
	margin: 0 5% 0 0;
	border: 1px solid #cecece;
    background: #fffff9;
	outline: none;
}

.section_row_input .small_input:last-child {
	margin: 0;
}

.section_row_input .medium_input {
	width: 47%;
	float: left;
	padding: 15px 20px;
	margin: 0 6% 0 0;
	border: 1px solid #cecece;
    background: #fffff9;
	outline: none;
}

.section_row_input .medium_input:last-child {
	margin: 0;
}

.section_row_input .simple_input {
	float: left;
	padding: 15px 20px;
	margin: 0 11px 0 0;
	border: 1px solid #cecece;
    background: #fffff9;
	outline: none;
}

.section_row_input .simple_input:last-child {
	margin: 0;
}

.section_row_input .simple_input.is_completed,
.section_row_input .full_input.is_completed,
.section_row_input .medium_input.is_completed,
.section_row_input .small_input.is_completed,
.section_row_input .smallest_input.is_completed {
	border: 1px solid #4acc29;
    background: #deffe3;
}

.section_row_input .simple_input.is_error,
.section_row_input .full_input.is_error,
.section_row_input .medium_input.is_error,
.section_row_input .small_input.is_error,
.section_row_input .smallest_input.is_error {
	border: 1px solid #ff7373;
    background: #fbe6e6;
}

.city_select:disabled {
	background: url(../img/loading.gif) center left 5px no-repeat;
    background-size: 60px;
}

.note_warning {
	background: url(../img/potreb_online/warning_blue.png) left center no-repeat;
	padding: 3px 0 3px 20px;
    margin-top: 10px;
    font-size: 11px;
    font-family: verdana, arial;
}

.note_warning_error {
	background: url(../img/potreb_online/warning_red.png) left center no-repeat;
	padding: 3px 0 3px 20px;
    margin-top: 10px;
    font-size: 11px;
    font-family: verdana, arial;
	color: #de4d52;
	display: none;
}

.section_row_info {
	padding-right: 10px;
	width: 50px;
	position: relative;
	text-align: center;
}

.info_ico {
	position: relative;
	width: 40px;
    height: 40px;
	background: url(../img/potreb_online/api_cpa_quest2.png) center no-repeat;
	opacity: 0.5;
	display: inline-block;
	transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.info_ico:hover {
	background: #FF8B8B url(../img/potreb_online/api_cpa_quest.png) center no-repeat;
	opacity: 1;
}

.info_ico:hover .info_cont { display: block; }

.info_cont {
	display: none;
	position: absolute;
    width: 380px;
    text-align: left;
    background: #FFFFFF;
    right: 62px;
    top: -12px;
    z-index: 30;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.62);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.62);
	line-height: 17px;
    font-size: 12px;
    font-weight: normal;
}

.info_cont .cont2 {
	position: relative;
    padding: 15px;
}

.info_cont .cont2 .info_arrow {
	background: url(../img/potreb_online/arrow_infos_form.png) no-repeat;
    width: 13px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: -13px;
}

.info_cont .note {
	font-size: 11px;
    font-weight: bold;
    padding: 7px 10px;
    background: #F5D1D1;
    line-height: normal;
}

#final {
	background-color: #4db85e;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 30px 0;
    margin: 20px auto 50px;
    width: 900px;
	display: none;
}

#final span {
	display: block;
    font-size: 25px;
    padding-top: 20px;
}

@media screen and (max-width: 1024px) {
	.wrapp { width: 930px; }
	
	
	.fo_doc .moment_kr { width: 370px; }
	.fo_doc .moment_kr a { width: 173px; }
	.online_kr_link a, .moment_kr a { padding: 10px 0 11px 10px; }
}

@media screen and (max-width: 960px) {
	.wrapp { width: 756px; }
	
	#potreb_online { width: 100%; }
	
	.section_row_label {
		width: 274px;
		padding: 10px 30px 10px 20px;
	}
	
	.section_row_input { width: 430px; }
	
	#street_res,
	#street_org,
	#street_reg { width: 140px !important; }
	
	.fo_doc .moment_kr {
		width: 736px;
		margin: 25px 0 0;
	}
}

@media screen and (max-width: 768px) {
	.wrapp { width: 425px; }
	.partner .head_block { padding: 10px; }
	.crv_bg { display: none; }
	.partner .head_block .title_block { margin: 0 0 10px 0; }
	.partner .head_block p { padding: 0 0 20px 0; }

	#potreb_online h2 { font-size: 22px; }
	#potreb_online > .description { padding: 10px 30px 0; }
	
	#final {
		box-sizing: border-box;
		padding: 30px 20px;
		width: 100%;
	}
	
	.section_body { float: left; }
	.section_row {
		border: none;
		border-bottom: 1px solid #e0e0e0;
		display: block;
		float: left;
	}
	
	.section_row > div {
		display: block;
		float: left;
	}
	
	.section_row_label {
		width: 100%;
		padding: 20px 20px 10px;
	}
	.section_row_input {
		width: 373px;
		padding: 10px 10px 20px 20px;
	}
	.section_row_info {
		padding: 0;
		width: 40px;
		margin: 12px 0 0 0;
	}
	.info_cont { width: 320px; }
	
	.section_row_input .phone_prefix {
		top: 26px;
		left: 28px;
	}
	
	#phone,
	#phone_2,
	#work_phone { padding: 15px 20px 15px 30px; }
	
	#street_res,
	#street_org,
	#street_reg {
		width: 236px !important;
		margin: 0 11px 11px 0;
	}
	
	#house_res,
	#house_org,
	#house_reg { margin: 0 11px 11px 0; }
	
	#housing_res,
	#housing_org,
	#housing_reg { width: 100px !important; }
	
	.section_footer .info {
		width: 100%;
		float: none;
	}
	
	.section_footer .info .politic {
		width: 100%;
	}
	
	.section_footer.bg_red .button { margin: 20px 0 0 0; }
	
	.fo_doc .moment_kr { width: 405px; }
	
	.fo_info .block_l { float: none; }
	.fo_info .block_r {
		width: auto;
		float: none;
		margin: 10px 0 0 0;
	}
	.fo_info .block_r p {
		float: none;
		text-align: center;
	}
	.fo_info .block_r b {
		display: block;
		text-align: center;
		padding: 10px;
	}
	
}

@media screen and (max-width: 425px) {
	.wrapp { width: 320px; }
	
	.partner .head_block { padding: 10px; }
	.crv_bg {
		float: none;
		margin: 0 auto;
	}
	.partner .head_block .title_block { margin: 0 0 10px 0; }
	.partner .head_block p { padding: 0 0 20px 0; }
	.text {
		line-height: 20px;
		font-size: 14px;
	}
	
	#potreb_online h2 {
		font-size: 19px;
		padding: 0 20px;
	}
	
	.section_row_label { padding: 20px 10px 10px; }
	.section_row_input {
		width: 268px;
		padding: 10px 10px 20px 10px; 
	}
	
	.info_cont {
		right: 45px;
		width: 230px;
	}
	
	.section_row_input .phone_prefix {
		top: 26px;
		left: 20px;
	}
	
	#street_res,
	#street_org,
	#street_reg {
		width: 100% !important;
		margin: 0 0 11px 0;
	}
	
	#house_res,
	#house_org,
	#house_reg {
		width: 75px !important;
		margin: 0 11px 0 0;
	}
	
	#housing_res,
	#housing_org,
	#housing_reg {
		width: 76px !important;
		margin: 0 11px 0 0;
	}
	
	#flat_res,
	#flat_org,
	#flat_reg {
		width: 75px !important;
		margin: 0;
	}
	
	.fo_doc .moment_kr { width: 300px; }
	.fo_doc .moment_kr a {
		width: 100%;
		box-sizing: border-box;
	}
}
