@font-face {
  font-family: 'icomoon';
  src:  url('/public/fonts/realtor-fonts/icomoon.eot?idvzmu');
  src:  url('/public/fonts/realtor-fonts/icomoon.eot?idvzmu#iefix') format('embedded-opentype'),
    url('/public/fonts/realtor-fonts/icomoon.ttf?idvzmu') format('truetype'),
    url('/public/fonts/realtor-fonts/icomoon.woff?idvzmu') format('woff'),
    url('/public/fonts/realtor-fonts/icomoon.svg?idvzmu#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-purple {
    padding: 10px 30px;
    border-radius: 25px;
    cursor: pointer;
    background: #6a88cc;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.dialog_input span.icon,
.dialog_input:after,
.dialog_input:before,
.dialog_input span:after,
.dialog_input span:before {
    font-family: icomoon;
}

/*order*/
.order{
	margin: 0;
}
.order .title{
	font-size: 24px;
	font-weight: 500;
	color: #181415;
	margin-bottom: 20px;
	text-align: center;
}
.order .wrap-filter{
	height: auto;
	width: auto;
	padding-bottom: 20px;
}
.order .wrap-filter form{
	box-sizing: border-box;
}
.order .wrap-filter form input {
	height: auto;
}
.order .wrap-filter form div[data-name="phone"] {
	flex: 1;
    margin-right: 20px;
}
.order .wrap-filter form div[data-name="email"] {
	flex: 1.5;
}
.order .btn-purple{
	margin: 20px 0;
}
.order-success{
	max-width: 560px;
    width: 100%;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    padding: 20px;
    margin: 60px auto;
    display: none;
}
form .form-object-check{
	padding: 12px 20px 12px 15px;
	background: #FFF;
	border: 1px solid #bfbfbf;
	cursor: pointer;
	margin-bottom: 0px;
	margin-top: 0px;
}
form .form-object-check:not(:last-child){
	margin-right: 10px;
}
.wrap-filter {
    border: 1px solid #dfdfdf;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    color: #181415;
    background: #FFF;
    padding: 5px;
    position: relative;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.wrap-filter form {
    padding: 10px 25px;
    width: 100%;
    background: #f6f6f6;
    position: relative;
    overflow-y: hidden;
    flex: 1 1 0;
	margin: 0;
	box-sizing: border-box;
}
.wrap-filter form>div.line:not(:last-child){
    margin-bottom: 0px;
}
.dialog_input{
	padding:10px 10px;
	padding-top:20px;
	margin-bottom:10px;
	border: 1px solid #bfbfbf;
	background-color:#fff;
	position:relative;
}
.order .wrap-filter form input {
    height: auto;
}
.not-valid{
	display: none;
}
.dialog_input.selected{
	border: 1px solid rgba(0, 0, 0, 0);
}
.dialog_input[data-validation="error"]{
	outline: 2px solid #e55d5d;
	border: 1px solid rgba(0, 0, 0, 0);
}
.dialog_input[data-validation="error"]:after{
	content: "\e95f";
	position:absolute;
	color:#e55d5d;
	font-size:20px;
	top:15px;
	right:15px;
}
.dialog_input[data-validation="ok"]{
	border: 2px solid #90be52;
}
.dialog_input[data-validation="ok"]:after{
	content: "\e95e";
	position:absolute;
	color:#90be52;
	font-size:20px;
	top:15px;
	right:15px;
}
.dialog_input[data-type="empty"]{
	background-color:#dfdfdf;
}
.dialog_input[data-type="empty"] .label{
	color:#666!important;
}
.dialog_input .empty{
	height:18px;
	display: block;
}
.dialog_input input.requare + span.label:after{
	content: "*";
	color: #ef3333;
	margin-left: 5px;
}
.dialog_input .label{
	position:absolute;
	z-index:9;
	left:10px;
	top:18px;
	font-size:12px;
	color:#a5a5a5;
	margin-left: 0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.dialog_input input, .dialog_input textarea, .dialog_input select{
	position:relative;
	z-index:10;
	border:none;
	background-color:transparent;
	font-size:14px;
	width:100%;
	outline: none;
	resize: none
}
.dialog_input input:focus + .label, .dialog_input input.no_empty + .label,
.dialog_input textarea:focus + .label, .dialog_input textarea.no_empty + .label, .dialog_input input[name="phone"]:hover + .label{
	font-size:12px;
	top:5px;
}
.dialog_input .icon{
	position:absolute;
	right:0px;
	font-family: icomoon;
	padding: 15px;
    top: 0;
	z-index:15;
}
.dialog_input[data-type="password"] .icon:before{
	content:'\e915';
}
.dialog_input[data-type="password"] .icon.active:before{
	content:'\e914';
}
.start-dialog, .send{
	border: 0;
}
.req-star{
	color: #ef3333;
}
.req {
    color: #999999;
    font-size: 12px;
    font-family: Arial;
}
.slide{
    padding: 18px;
    float: right;
    margin: -15px;
}
.cursor{
	border-radius:15px;
	width:40px;
	background-color:#f7f7f7;
	border:1px solid #d6d6d6;
	height:10px;
	position:relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.cursor:before{
	content:" ";
	position:absolute;
	left:-1px;
	top:-6px;
	border:1px solid #c1c1c1;
	border-radius:50%;
	height:20px;
	width:20px;
	background-color:#fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.slide.left{
	float:left;
	margin-right:0px;
}
.slide.active .cursor{
	background-color:#ea4e56;
	border:1px solid #ea4e56;
}
.slide.active .cursor:before{
	left:20px;
}

.slide-empty{
	outline: 2px solid #e55d5d;
    border: 1px solid rgba(0, 0, 0, 0);
}