@font-face {
	font-family: 'r';
	src: url('../fonts/roboto.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.b1,
.b1 * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.b1 {
	width: 100%;
	height: 328px;
	font-family: r, sans-serif;
	background: url(../img/photo-rating-bg1.jpg)no-repeat center;
	background-size: cover;
	justify-content: center;
	padding: 40px 35px;
	display: flex;
	align-items: center;
	border: 11px solid #f1f1f0;
	position: relative;
	z-index: 5;
}

.b1:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 240px;
	height: 272px;
	background: url(../img/photo-rating-bg2.png)no-repeat;
}

.b1-h {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff;
}

.b1-w {
	font-size: 17px;
	color: #fff;
	position: relative;
	z-index: 5;
}

.b1-w:before {
	content: '';
	position: absolute;
	right: -49px;
	top: -9px;
	width: 74px;
	height: 21px;
	margin: 0 0 0;
	background: url(../img/photo-rating-arrow.png)no-repeat;
}

.b1-td:first-child {
	padding-right: 70px;
}

.b1-e {
	border: 9px solid #dddddd;
	border-radius: 10px;
	background: #f2f2f2;
	max-width: 550px;
	width: 100%;
	padding: 17px 23px;
}

.b1-inp {
	font-size: 14px;
	width: 100%;
	background: #fff;
	max-width: 214px;
	border-radius: 25px;
	border: 1px solid #cfcfcf;
	padding: 17px 25px 17px 50px;
	margin: 0 10px 8px 0;
	vertical-align: top;
	position: relative;
	z-index: 5;
}

.b1-inp_1 {
	background: #fff url(../img/photo-rating-i-user.png)no-repeat left 20px center;
}

.b1-inp1-c {
	font-size: 14px;
	width: 100%;
	max-width: 214px;
	padding: 16px 25px 16px 50px;
	display: inline-block;
	color: #3fae2a;
	position: relative;
	margin: 0 10px 8px 0;
	z-index: 5;
	border: 1px dashed #3fae2a;
	border-radius: 26px;
	background: #fff url(../img/photo-rating-i-file.png)no-repeat left 20px center;
}

.b1-inp1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.b1-inp_3 {
	background: #fff url(../img/photo-rating-i-phone.png)no-repeat left 20px center;
}

.b1-inp_4 {
	border: 0;
	background: #3fae2a;
	color: #fff;
	padding: 18px 10px 16px;
	font-weight: 700;
	text-align: center;
}

.b1-inp1-w-c {
	display: flex;
	flex-wrap: wrap;
}

.b1-inp1-w-c1 {
	width: 48%;
}

.b1-inp1-w {
	color: #999999;
	font-size: 12px;
	position: relative;
	z-index: 5;
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	text-shadow: 0 0 1px #fff;
}

.b1-inp1-bn {
	background: url(../img/photo-rating-i-delete.png)no-repeat;
	width: 9px;
	height: 9px;
	position: absolute;
	right: 0;
	top: 2px;
	bottom: 0;
	margin: auto;
}

/*++b1*/

.hr2-search-inp::-webkit-input-placeholder {
	color: #999999;
}

.hr2-search-inp::-moz-placeholder {
	color: #999999;
}

/* Firefox 19+ */
.hr2-search-inp:-moz-placeholder {
	color: #999999;
}

/* Firefox 18- */
.hr2-search-inp:-ms-input-placeholder {
	color: #999999;
}

/*--b1*/

@media screen and (max-width:1160px) {
	.b1:after {
		width: 176px;
		height: 200px;
		background-size: contain;
	}

	.b1-h {
		font-size: 24px;
	}

	.b1:before {
		width: 40px;
		background-size: contain;
		bottom: 100px;
	}
}

@media screen and (max-width:900px) {
	.b1-h {
		font-size: 18px;
	}

	.b1-w {
		font-size: 12px;
	}

	.b1 {
		padding-right: 10px;
		padding-left: 10px;
	}

	.b1-w:before {
		left: 180px;
		width: 40px;
		background-size: contain;
		right: -45px;
		left: auto;
	}
}

@media screen and (max-width:800px) {
	.b1 {
		padding: 10px;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.b1-inp1-w-c1 {
		width: auto;
	}

	.b1-td {
		width: 100%;
	}

	.b1-td:first-child {
		padding-right: 0;
		text-align: center;
		position: relative;
		z-index: 6;
	}

	.b1-td br {
		display: none;
	}

	.b1-h {
		margin-bottom: 10px;
	}

	.b1-w {
		margin-bottom: 10px;
	}

	.b1-e {
		padding: 10px;
		border-width: 4px;
	}

	.b1-inp,
	.b1-inp1-c {
		max-width: 120px;
		padding: 10px 4px 10px 20px;
		background-position: left 4px center;
		background-size: auto 14px;
		;
		margin: 8px 5px 0 0;
		font-size: 11px;
	}

	.b1-inp_4 {
		padding-left: 4px;
	}

	.b1-e {
		max-width: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding-top: 2px;
	}

	.b1-inp1-w-c {
		width: 100%;
		justify-content: center;
	}

	.b1-w:before {
		right: 45px;
		top: 100%;
		transform: rotate(98deg);
	}
}

@media screen and (max-width:479px) {
	.b1:after {
		width: 132px;
		height: 150px;
		background-size: contain;
	}
}

.error_red {
	border: #feae00 1px solid !important;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(254 119 0);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(254 119 0);
}

.js-app-protection {
	height: 0px;
	width: 0px;
	max-width: 0px;
	max-height: 0px;
	padding: 0px;
	opacity: 0;
}

.b1 {
	overflow: hidden;
}


@media (min-width:1160px) {
	.b1:after {
		right: -60px;
	}
}




