.hidden{
	overflow:hidden !important
}
.section-title{
	font-weight: bold;
	font-size: 64px;
	line-height: 72px;
	letter-spacing: -0.02em;
	color: #100F15;
}
.rtl .wpcf7,
.rtl .wpcf7 input[type="url"], 
.rtl .wpcf7 input[type="email"], 
.rtl .wpcf7 input[type="tel"]{
	direction: rtl;
}
.wpcf7-not-valid-tip{
	display: none !important
}
.wpcf7 form .wpcf7-response-output{
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    margin: 0;
	display: none !important;
}
.wpcf7 .wpcf7-not-valid{
	box-shadow: 0 0 0 1px red;
}
.wraper__footer{}
	.wraper__footer-container{
		border-top: 1px solid #e4eaf1;
		border-bottom: 1px solid #e4eaf1;
		padding: 35px 0;
		display: flex;
		justify-content: space-between;
	}
	.wraper__footer-bottom {
		text-align: center;
		font-size: 13px;
		color: #798897;
		text-transform: uppercase;
		padding: 20px 0;
		display: block;
		border-top: 1px solid #fcfcfc;
		margin-top: 6px
	}
	.wraper__footer-icon{
		margin-bottom: 25px;
	}
		.wraper__footer-icon span{
			height: 36px;
			width: 36px;
			background: #ffeeea;
			border-radius: 50%;
			display: inline-flex;
			align-items: center;
			justify-content: center
		}
		.wraper__footer-icon svg{
			height: 16px;
			fill: #5c7083
		}
			
	.wraper__footer-sidebar .widget-title {
		font-size: 20px;
		font-weight: bold;
		color: #33475b;
		margin-bottom: 25px;
	}
	.wraper__footer-sidebar ul{
		padding:0;
		margin: 0;
	}	
		.wraper__footer-sidebar ul li{
			margin-bottom: 15px;
			display: block
		}
			.wraper__footer-sidebar ul li a{
				color:#5c7083
			}
			.wraper__footer-sidebar ul li a:hover{
				color:#33475b
			}
			
.hforms {
    text-align: center;
    padding: 40px 0;
}	
	.hforms-title{
		font-size: 28px;
		font-weight: bold;
	}
	.hforms-title span {
		color: #ff7957;
	}

	.hforms form{
		display: inline-flex;
		padding-top: 24px;
		position: relative;
	}
		.hforms button{
			border: none;
			border-radius: 8px;
			background-color: #06a1c4;
			height: 46px;
			padding: 0 15px;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			margin-right: 12px;
			cursor: pointer;
			transition: all 0.3s ;
			color: #fff;
			font-weight: bold;
			font-size: 18px;
		}
		.hforms button:hover{
			background:#0196b7
		}	
			.hforms input{
				background: #ebf0f6 url('../img/mail-icon.svg') no-repeat  97.5% 50%;
				border-radius: 8px;
				height: 46px;
				padding: 0 40px;
				border: none;
				min-width: 430px;
				background-size: 16px;
				font-size: 18px;
			}				
			
	.breadcrumbs {
		position: absolute;
		top: 0;
		right: 0;
		padding: 15px 0;
		color:#33475b;
		font-size: 13px
	}		
		.breadcrumbs .breadcrumb_last {
			text-decoration: underline;
		}
		.breadcrumbs i{
			background: url('../img/arrow_bred.png') no-repeat 50%;
			height: 8px;
			width: 8px;
			display: inline-block;
			margin: 0 2px;
			vertical-align: middle;
			margin-top: 0px;		
		}			
		
.form-st{}
	.form-st--row{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
		.form-st--item{
			margin-bottom: 10px;
		}
		.form-st--item.w-50{
			width: calc(50% - 5px)
		}
		.form-st--item.w-100{
			width: 100%
		}
		.form-st--item.button {
			text-align: left
		}
		.form-st .wpcf7-form-control-wrap{
			display: block;
		}
	.form-st .wpcf7-text,
	.form-st .wpcf7-textarea,
	.wpcf7-select{
		background:#ebf0f6;
		height: 50px;
		border-radius: 10px;
		border: none;
		padding: 0 15px;
		width: 100%
	}	
	.form-st .wpcf7-textarea{
		height: 100px;
		padding: 15px
	}	
	.form-st button {
		border: none;
		border-radius: 10px;
		background-color: #06a1c4;
		height: 50px;
		padding: 0 25px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: all 0.3s;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
	}
		.form-st button:hover {
			background: #0196b7;
		}		
		


.hpages{
	padding-bottom: 110px;
    background: linear-gradient(#fff 70%, #f1f3f4);
}
	.hpages .section-title__head{
		border-top: none;
		padding-top: 0;
	}
	.hpages-list{
		display: flex;
		justify-content: space-between;
	}
		.hpages-item{
			border-radius: 8px;
			display: block;
			background: #fff4f1;
			width: calc(16.6666% - 25px);
			padding: 24px 15px;
			color: #33475b;
			transition: all 0.3s;
		}
			.hpages-item img{
				height: 56px;
				margin-bottom: 20px;
			}
		.hpages-item .title{
			font-size:  20px;
			font-weight: bold;
			color:#33475b
		}
		.hpages-item:hover{
			background:#f9eae5
		}

.section-title__head{
	padding: 16px 0;
	margin-bottom: 30px;
	display: flex;
	align-content: center;
	justify-content: space-between;
	border-bottom: 1px solid #e4eaf1;
	border-top: 1px solid #e4eaf1;
}
	.section-title__head a{
		color:#33475b;
		display: inline-flex;
		align-items: center;
		font-weight: bold;
		font-size: 17px;
	}
		.section-title__head a span{
			background:#ffcfc2;
			height: 22px;
			width:22px;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			margin-right: 8px;
			border-radius: 50%
		}
		.section-title__head a svg{
			fill:#33475b;
			height: 9px
		}
		.section-title__head a:hover{
			color: #ff7957 
		}
		.section-title__head a:hover span{
			background:#ff7957; 
		}
		.section-title__head a:hover svg{
			fill:#fff
		}
	.section-title__head span{
		font-size: 28px;
		font-weight: bold;
	}
.page-content{
	padding: 0px 0
}	
	.page-content .breadcrumbs{
		position: relative;
	}
	.page-content__container{
		position: relative;
	}
	
.hrelationship-list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px
}
	.hrelationship-item{
		background: #ebf0f6;
		width: calc(33.333% - 20px);
		border-radius: 8px;
		overflow: hidden;
		height: 100%;
	}
		.hrelationship-item .image{
		}
			.hrelationship-item .image img{
				height: 300px;
				object-fit: cover;
				width: 100%
			}
		.hrelationship-item .cart{
			padding: 30px 24px 24px 24px;
			position: relative
		}
		.hrelationship-item .title{
			color: #33475b;
			font-weight: bold;
			font-size: 24px;
			display: block;
			margin-bottom: 20px;
			line-height: 1.2;
			transition: all 0.2s
		}
		.hrelationship-item .meta{
			font-size: 14px;
			color: #99a2ad
		}
		.hrelationship-item .meta span{
			display: inline-flex;
			align-items: center;
		}
		.hrelationship-item .meta span:after {
			content: '';
			width: 4px;
			height: 4px;
			border-radius: 50%;
			display: inline-block;
			background: #ff7957;
			margin: 0 10px;
		}
		.hrelationship-item .meta span:last-child:after{
			display: none;
		}
		.hrelationship-item .cat{
			background: #fedbd1;
			color: #ff7957;
			font-size: 17px;
			font-weight: bold;
			padding: 3px 8px;
			border-radius: 4px;
			display: inline-block;
			position: absolute;
			top: 0;
			transform: translateY(-50%);
		}
		.hrelationship-item:hover{
			background: #e0e5ec
		}
		.hrelationship-item .title:hover{
			color: #ff7957
		}	
	

.rtl .ui-autocomplete-loading{
    background-color: #fff;
	box-shadow: 0 0 0 1px #d0dbe6;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.ui-helper-hidden-accessible {
    display: none;
}  
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    z-index: 999;
	background: #FFFFFF;
	border: 1px solid #F8F8F8;
	box-sizing: border-box;
    border-color: rgb(208, 219, 230);
	box-shadow: 0px 20px 43px 0px rgba(191, 203, 218, 0.5);
    padding: 0;
    margin: 0;
	max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 20px;
	border-radius: 8px;
	max-width: 430px; 
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-autocomplete li.ui-menu-item {
	display: flex;
    align-items: center;
    padding: 4px 15px;
}
	.ui-autocomplete li.ui-menu-item a{
		font-size: 17px;
		line-height: 30px;
		color:#808b97;
	}	
	.ui-autocomplete li.ui-menu-item a:hover{
		 color: #33475b;
	}
	
	.info-makler {
		background: #ebf0f6;
		border-radius: 8px;
		padding: 30px;
		margin-bottom: 40px;
		display: flex;
		flex-wrap: wrap;
		width: calc(100% - 10px);
		align-items: center;
	}
		.info-makler__title{
			font-size: 36px;
			font-weight: bold;
			color: #33475b;
			margin-bottom: 10px;
		}
		.info-makler__rating{
			display: flex;
			margin-top: 25px;
			align-items: center;
		}		
			.info-makler__rating b{
				margin-left: 20px;
				margin-right: 10px;
				display: inline-block;
			}
			.info-makler__rating a{
				border-bottom: 1px solid #33475b
			}
			.info-makler__rating .rating {
				width: 118px;
				height: 19px;
				background: url(../img/raiting_b_gray.png) no-repeat right center;
				position: relative;
				display: block;
				vertical-align: middle;
				margin-top: -5px;
			}
			.info-makler__rating .rating i{
				background: url('../img/raiting_b.png') no-repeat right center;
				position: absolute;
				right:0;
				top: 0;
				height: 100%;
				display: block;
			}
		.info-makler__photo {
			margin-left: 25px;
			position: relative;
			overflow: hidden;
			border-radius: 50%;
			height: 140px;
			width: 140px;
		}
			.info-makler__photo span{
				background: #06a1c4;
				color: #fff;
				position: absolute;
				width: 100%;
				bottom: 0;
				text-align: center;
				padding-top: 3px;
				font-size: 14px;
				font-weight: bold;
				height: 26px;
			}
				.info-makler__photo span svg{
					height: 8px;
					margin-left: 3px
				}
		.info-makler__photo img{
			object-fit: cover;
			height: 100%;
			width: 100%;
			border-radius: 50%;
		}
		.info-makler__benefits {
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: space-between;
			border-top: 1px solid #dde5ee;
			border-bottom: 1px solid #dde5ee;
			padding: 10px 0;
			margin-top: 25px
		}
			.info-makler__benefits .item{
				display: inline-flex;
				align-items: center;
				font-weight: 500;
			}
				.info-makler__benefits .item span{
					height: 36px;
					width: 36px;
					display: flex;
					align-items: center;
					justify-content: center;
					background:#fff;
					border-radius: 50%;
					margin-left: 10px;
				}
					.info-makler__benefits .item span svg{
						height: 20px;
						width: auto;
						fill:#33475b
					}
					.info-makler__benefits .item:last-child span svg{
						height: 14px;
					}
					
.form-st--button-mobile{
	display: none;
}
#slider {
    height: auto;
    margin-top: 30px;
  }
  #slider * {
    outline: none;
  }
  .ui-slider {
      position: relative;
  }
  .ui-slider-horizontal.ui-slider .ui-slider-handle {
    background: #ff7957 url('../img/arrow-l-r.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    margin: -15px 0 0 -15px;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 2;
  }
  .ui-slider .ui-slider-range {
      position: absolute;
      z-index: 1;
      font-size: .7em;
      display: block;
      border: 0;
      overflow: hidden;
  }
  .ui-slider-horizontal {
       height: 3px; 
  }
  .ui-slider-horizontal .ui-slider-handle { 
      top: -5px;
      margin-left: -6px;
  }
  .ui-slider-horizontal .ui-slider-range {
      top: 0;
      height: 100%;
  }
  .ui-slider-horizontal .ui-slider-range-min { 
      left: 0;
  }
  .ui-slider-horizontal .ui-slider-range-max {
	right: -2px;
    top: -2px;
  }
  .ui-widget-content { 
	border: 2px solid #e7e6e6;
	background: #e7e6e6;
  }
  .ui-widget-header { 
      border: 1px solid #D4D4D4;
      background: #f00;
  }
  .ui-corner-all {
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
  }
  .add_num_valid {
    color: #000000;
    font-size: 19px;
    position: absolute;
    right: calc(50% - 50px);
    text-align: center;
    top: -30px;
    width: 100px;
    display: none;
  }
  .min_slid_max {
    color: #000000;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0 0;
    overflow: hidden;
  }
  .min_slid_max .max {
    float: left;
  }
  .min_slid_max .min {
    float: right;
  }
 #slider .ui-slider-range {
      background: #ff7957;
      height: 4px;
  }
  #text-polsunocs1{
	  display: none
  }
	.calculator-form .form-st .wpcf7-text{
		background:#f6f6f6;
		border-radius: 6px;
	}				
					

@media (max-width: 991.98px) {
	.section-title{
		font-size: 48px;
		line-height: 48px;
	}
}

@media (max-width: 767.98px) {
	.breadcrumbs {
		padding: 15px 0;
	}
	.wraper__footer-container{
		display: block;
		padding: 0;
		border-bottom: none
	}
	.wraper__footer-main .container{
		padding: 0
	}
	.wraper__footer-bottom{
		padding: 15px 0
	}
	.wraper__footer-icon{
		display: none;
	}
	.wraper__footer-sidebar .widget-title+*{
		display: none;
		padding: 0 15px;
		margin-top: 15px;
		border-bottom: 1px solid #e4eaf1; 
	}
	.wraper__footer-sidebar .widget-title {
		font-size: 16px;
		margin-bottom: 0;
		padding: 20px 15px;
		border-bottom: 1px solid #e4eaf1;
		position: relative;
	}
	.wraper__footer-sidebar .widget-title:after{
		content:'';
		height: 22px;
		width: 22px;
		background:#ffeeea url('../img/foot-plus.png') no-repeat 50%;
		border-radius: 50%;
		display: block;
		position: absolute;
		top: 20px;
		left: 15px;
	}
	.wraper__footer-sidebar .widget-title.open:after{
		background:#ffeeea url('../img/foot-minus.png') no-repeat 50%;
	}
	
	.hforms-title {
		font-size: 22px;
	}
	.hpages .section-title__head{
		border-top: 1px solid #e4eaf1;
		padding-top: 16px
	}
	.s-form {
		display: flex;
	}
	.s-form button {
		flex: 0 0 80px;
	}
	.s-form span{
		flex: 1
	}
	.hforms input{
		min-width: auto;
		width: 100%
	}	
	.section-title__head a{
		font-size: 14px;
	}
	.section-title__head span {
		font-size: 20px;
	}	
	.hpages {
		padding-bottom: 50px;
		border-bottom: 1px solid #e4eaf1;
	}	
	.hpages-list{
			flex-wrap: wrap
		}
		.hpages-item{
			width: calc(33.333% - 5px);
			margin-bottom: 10px;
			padding: 12px;
		}
		.hpages-item img {
			height: 40px;
			margin-bottom: 10px;
		}
		.hpages-item .title {
			font-size: 14px;
			line-height: 1.2;
			width: 110%
		}
	.hrelationship-list{
		flex-wrap: wrap;
		margin-bottom: 50px;
	}	
	.info-makler__benefits{
		display: block;
	}
	.info-makler {
		align-items: flex-start;
		padding: 20px 25px;
	}
		.info-makler__photo{
			height: 80px;
			width: 80px;
			margin-left: 15px;
		}
		.info-makler__photo span {
			font-size: 8px;
			font-weight: normal;
			height: 18px;
		}	
		.info-makler__content {
			width: calc(100% - 100px);
			display: flex;
			flex-wrap: wrap;
		}	
		.info-makler__title {
			font-size: 30px;
			width: 100%;
			margin-top: 8px;
		}	
		.info-makler__description {
			width: calc(100% + 100px);
			margin-right: -100px;
			order: 3;
			margin-top: 24px;
		}
		.info-makler__rating{
			margin-top: 0
		}	
		.info-makler__rating .rating{
			background-size: 83px;
			width: 90px;
			height: 17px;
		}	
			.info-makler__rating .rating i{
				background-size: 83px;
			}	
			.info-makler__rating b {
				margin-left: 15px;
				margin-right: 5px;
			}	
			.info-makler__rating a{
				display: inline-block;
				font-size: 14px;
			}	
	.info-makler__benefits{
		padding: 0;
		border: none;
		border-top: 1px solid #dde5ee
	}
		.info-makler__benefits .item{
			display: flex;
			padding: 10px 0;
			border-bottom: 1px solid #dde5ee
		}
		.info-makler__benefits .item:last-child{
			padding-bottom: 0;
			border-bottom: none
		}
	.arch .breadcrumbs{
		padding-top: 0;
		padding-bottom: 15px
	}
	.m-order-2{
		order:2
	}
	.m-order-1{
		order:1
	}
	.form-st--range{
		justify-content: flex-end;
		position: relative;
		padding-top: 0
	}
		span.range-js-rusult{
			flex: 0 0 150px;
			margin: 0;
			position: initial;
		}
		.range-js-rusult:before{
			margin-top: 15px;
			top: 0;
		}
	.form-st--range button{
		display: none;
	} 
	.form-st--button-mobile{
	    display: block;
		text-align: center;
	}
	#slider {
		margin-top: 20px;
	}
}