@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: 393px;
	background: url(../img/form-bg.png)no-repeat center !important;
	background-size: cover !important;
	justify-content: center;
	padding: 20px 0px;
	position: relative;
}
.b1 .container {
	display: flex;
	align-items: center;
    margin:0 auto;
}
.b1-h {
	font-size: 34px;
	font-weight: 700;
	color: #fff;
}

.b1-w {
	font-size: 20px;
	color: #fff;
	position: relative;
	z-index: 5;
}

.b1-td:first-child {
	padding-right: 10px;
    width:58%;
}

.b1-e {
	width: 100%;
}
.b1-e .flex-box {
    display:flex;
    justify-content:space-between;
}
.b1-inp {
	font-size: 15px;
	width: 100%;
	max-width: 200px;
	padding: 0px 20px 0px 20px;
	display: inline-block;
	color: #3e3f3e;
	position: relative;
	margin: 0 10px 15px 0;
	border: none;
	background: #fff;
    height:53px;
    line-height:53px;
}

.b1-inp1-c {
	font-size: 14px;
	width: 100%;
	max-width: 200px;
	padding: 0px 20px 0px 45px;
	display: inline-block;
	color: #3e3f3e;
	position: relative;
	margin: 0 0px 15px 0;
	border: none;
	background: #fff;
    height:53px;
    line-height:53px;
}
.b1-inp1-c:before {
    position:absolute;
    content:'';
    background:url(../img/attach.png);
    width:22px;
    height:19px;
    left:15px;
    top:16px;
}

.b1-inp1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.b1-inp_4 {
	border: 0;
	background: #eec9b6;
	color: #393a39;
	padding: 0;
    width:200px;
    height:53px;
    line-height:53px;
	font-weight: 600;
	text-align: center;
    font-size:13px;
}

.b1-inp1-w-c {
	display: flex;
	flex-wrap: wrap;
    width:66%;
}

.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 15px;
    width:50%;
}

.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;
}

::placeholder {
    color:#999;
}

/* 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:960px) {
    .b1 .container {
        display:block;
    }
    .b1 .b1-td:last-child {
        display:none;
    }
    .b1-td:first-child {
      padding-right: 0px;
      width: 100%;
  }
}
@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: 30px 0;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.b1-td {
		width: 100%;
	}

	.b1-td:first-child {
		padding-right: 0;
		text-align: center;
		position: relative;
	}

	.b1-td br {
		display: none;
	}

	.b1-h {
		margin-bottom: 10px;
	}

	.b1-w {
		margin-bottom: 0;
	}

	.b1-e {
		padding: 10px;
		border-width: 4px;
	}

	.b1-inp_4 {
		padding-left: 4px;
	}

	

	.b1-inp1-w-c {
		width: 100%;
		justify-content: center;
	}

	.b1-w:before {
		right: 45px;
		top: 100%;
		transform: rotate(98deg);
	}
}
@media only screen and (min-width:481px) {
    .mobile {
        display:none;
    }
}
@media screen and (max-width:480px) {
    .desc {
        display:none;
    }
    .service-card-item .desc {
        display:block;
    }
	.b1:after {
		width: 132px;
		height: 150px;
		background-size: contain;
	}
    .b1-e .flex-box {
        display: block;
    }
    .b1-inp, .b1-inp1-c {
        max-width:100%;
    }
    .b1-inp1-w-c1 {
      width: 100%;
      white-space: nowrap;
      margin-bottom: 10px;
    }
}

.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;
	}
}

