body {
  font-family: "Noto Sans Hebrew", sans-serif;
}

li {
  list-style-type: none;
  cursor: pointer;
  transition: 0.5s;
}

#menu {
  display: none;
}

.slick-slide {
  margin: 0 10px;
}
.slick-prev,
.slick-next {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 28px;
  color: #fff;
  background: #e40306 !important;
}
.single-property .slick-prev,
.single-property .slick-next {
	background: #000 !important;
}


.slick-prev:before,
.slick-next:before {
  font-size: 16px;
  color: #fff;
  font-family: "FontAwesome";
}

.slider-for img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.slider-nav {
  margin: 10px 30px;
}

.slider-nav img {
  height: 80px;
  object-fit: cover;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.selector {
  cursor: pointer;
}

#selectField,
#selectField0,
#selectField2,
#selectField3 {
  width: 100%;
  padding: 19px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 30px; */
}

#selectField img,
#selectField0 img,
#selectField2 img,
#selectField3 img {
  transition: transform 0.5s;
}

#list,
#list0,
#list2,
#list3 {
  width: 100%;
  background: white;
  text-align: right;
  overflow: hidden;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.options,
.options0,
.options2,
.options3 {
  padding: 10px 20px;
  box-sizing: border-box;
  list-style: none;
  transition: 0.3s;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.options:last-child,
.options0:last-child,
.options2:last-child,
.options3:last-child {
  border-bottom: none;
}

.options:hover,
.options0:hover,
.options2:hover,
.options3:hover {
  background: #e40306;
  color: white;
}

.hide {
  display: none;
}

.rotate {
  transform: rotate(180deg);
}

input[type="range"] {
  appearance: none;
  width: 300px;
  height: 3px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background-image: linear-gradient(#e40306, #e40306);
  background-size: 100%;
  background-repeat: no-repeat;
}

/* range slider */
.range-slider {
  margin-top: 15px;
  height: 5px;
  position: relative;
  background-color: #f5e6e6;
  border-radius: 2px;
}
.range-selected {
  height: 100%;
  left: 30%;
  right: 30%;
  position: absolute;
  border-radius: 5px;
  background-color: red;
}

.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.range-input input::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 4px solid red;
  background-color: red;
  pointer-events: auto;
  -webkit-appearance: none;
}
.range-input input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 3px solid red;
  background-color: red;
  pointer-events: auto;
  -moz-appearance: none;
}

.range-price {
  margin: 10px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.range-price label {
  margin-right: 5px;
}
.range-price input {
  width: 60px;
  background-color: white;
}
/* .range-price input:first-of-type {
  margin-right: 15px;
} */
/* range slider */

.container_checkmark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container_checkmark {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
}

.checkmark {
  position: relative;
  top: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background-color: #ccc;
  border-radius: 25px;
  transition: 0.15s;
}

/* When the checkbox is checked, add a background */
.container_checkmark input:checked ~ .checkmark {
  background-color: #e40306;
  border-radius: 25px;
  transition: 0.15s;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_checkmark input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_checkmark .checkmark:after {
  left: 0.3em;
  top: 0.1em;
  width: 0.25em;
  height: 0.5em;
  border: solid white;
  border-width: 0 0.13em 0.13em 0;
  transform: rotate(40deg);
}

@media only screen and (max-width: 480px) {
  .slider-for img {
    object-fit: cover;
  }

  .slider-nav img {
    width: 40px;
    height: 40px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 768px) {
  .slider-for img {
    object-fit: cover;
  }

  .slider-nav img {
    object-fit: cover;
  }
}

@media only screen and (max-width: 468px) {
  #selectField,
  #selectField2,
  #selectField3 {
    padding: 15px 10px;
  }
}

@media (min-width: 1536px) and (max-width: 1666px) {
  .nav-menu {
    gap: 18px !important;
  }
}




/* Denis Bogdanov  denisb9@gmail.com */

.section-hero .deal-select-item {
	transition: 0.5s;
}

.section-hero .deal-select-item.active {
	background: #000;
	color: #fff;
}

.section-catalog-top .deal-select-item {
	transition: 0.5s;
}

.section-catalog-top .deal-select-item.active {
	background: rgb(136, 136, 136);
	color: #fff;
}


.list-range {
	padding: 20px 35px;
}

.list-range .irs {
	margin-top: 25px;
}


.options.active {
	background: #e40306;
    color: white;
}

.range-title {
	margin-top: 0 !important;
}

.list-range .irs--big .irs-handle {
	top: 29px;
    width: 20px;
    height: 20px;
	background: rgb(228, 3, 6) !important;
	border-color: rgb(228, 3, 6) !important;
	box-shadow: none !important;
	cursor: pointer;
}


.list-range .irs--big .irs-bar {
	background: #f5e6e6; !important;
	border-color: #f5e6e6; !important;
	box-shadow: none !important;
	cursor: pointer;
}

.list-options {
	z-index: 99;
}


.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
	background: rgb(228, 3, 6) !important;
}


.box-property .info, .list-title {
	direction: rtl;
}

.rtl {
	direction: rtl;
}
.ltr {
	direction: ltr;
}


.form-property .wpcf7-form-control-wrap, .form-property  .wpcf7-form-control {
	display: block;
	width: 100%;
	direction: rtl;
	margin-top: 3px;
}

.form-property  input {
	border: 1px solid #000;
	padding: 18px;
}


.form-property .wpcf7-submit {
	color: #fff;
	background: #000;
}

.form-property .wpcf7 input[type="url"], .form-property .wpcf7 input[type="email"], .form-property .wpcf7 input[type="tel"] {
    direction: rtl;
}




.form-footer .wpcf7-form-control-wrap, .form-footer  .wpcf7-form-control {
	display: block;
	width: 100%;
	direction: rtl;
	margin-top: 20px;
}

.form-footer  input {
	border-bottom: 1px solid #fff;
	padding: 5px 0;
	background: transparent;
}


.form-footer .wpcf7-submit {
	color: #fff;
	border-color: red;
}

.form-footer .wpcf7 input[type="url"], .form-footer .wpcf7 input[type="email"], .form-footer .wpcf7 input[type="tel"] {
    direction: rtl;
}

.header-menu {
	display: flex;
	justify-content: center;
	align-items: center;
}


.header-menu .languages {
	margin-right: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-menu .lang-item {
	margin: 0 10px;
	
}

.header-menu .lang-item a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-menu .lang-item a span {
	margin-left: 3px;
	text-transform: uppercase;
}





.mobile-menu .languages {
	display: flex;
	justify-content: fles-start;
	align-items: center;
	margin-top: 25px;
}

.mobile-menu .lang-item {
	margin: 0 10px;
	
}

.mobile-menu .lang-item a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile-menu .lang-item a span {
	margin-left: 3px;
	text-transform: uppercase;
}


.property-type-link.active {
	color: rgb(228, 3, 6);
}


.home-form .wpcf7-form-control-wrap, .home-form  .wpcf7-form-control {
	display: block;
	direction: rtl;
}

.home-form  input {
	border-bottom: 1px solid #fff;
	padding: 5px 0;
	background: transparent;
	color: #fff;
	width: 100%;
}


.home-form .wpcf7-submit {
	color: #fff;
	border-color: #000;
	width: 33.33%;
	height: 46px;
}

.home-form .wpcf7 input[type="url"], .home-form .wpcf7 input[type="email"], .home-form .wpcf7 input[type="tel"] {
    direction: rtl;
}

.home-form .container-form {
	display: flex;
	flex-wrap: wrap;
}

.home-form .container-form .wpcf7-form-control-wrap, .home-form .container-form .empty {
	width: 33.33%;
	padding: 10px;
}





.form-contact-page .wpcf7-form-control-wrap, .form-contact-page .wpcf7-form-control {
	display: block;
	width: 100%;
	direction: rtl;
	margin-top: 3px;
}

.form-contact-page input {
	border: 1px solid #000;
	padding: 18px;
}


.form-contact-page .wpcf7-submit {
	color: #fff;
	background: #000;
}

.form-contact-page .wpcf7 input[type="url"], .form-contact-page .wpcf7 input[type="email"], .form-contact-page .wpcf7 input[type="tel"] {
    direction: rtl;
}

.form-contact-page form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-contact-page .wpcf7-form-control-wrap:nth-child(2), .form-contact-page .wpcf7-form-control-wrap:nth-child(3), .form-contact-page .wpcf7-form-control-wrap:nth-child(4) {
	width: calc(33.33% - 5px);
}

.form-contact-page .wpcf7-form-control-wrap:nth-child(5), .form-contact-page .wpcf7-form-control-wrap:nth-child(6) {
	width: calc(50% - 5px);
}
.form-contact-page .wpcf7-submit {
	flex-grow: 3;
}


.map-url {
	color: #e50306;
	text-decoration: underline;
	displa: inline-block;
	margin: 0 20px;
	white-space: nowrap;
}

.map-url:hover {
	color: #e50306;
	text-decoration: none;
}


#list.price-range-wrapper {
    width: 370px;
    right: 0;
}

@media only screen and (max-width: 950px) {
	#list.price-range-wrapper {
		width: 85vw;
		right: auto;
		left: auto
	}
}

.single-property .slick-prev, .single-property .slick-next {
	height: 30px;
	width: 30px;
}
.single-property .slick-next {
	right: -30px;
}
.single-property .slick-prev {
	left: -30px;
}


.single-property .slick-next:before, .single-property .slick-prev:before {
	content: "";
	background: url('../assets/icon/arrow-right-line.svg');
	height: 25px;
    width: 25px;
    display: inline-block;
    background-size: 100%;
	filter: brightness(0) invert(1);
	opacity: 1;
}

.single-property .slick-prev:before {
	transform: scaleX(-1);
}


.wrapper-advantages {
	display: flex;
	flex-wrap: wrap;
}


.box-advantage {
	width: 33.33%;
	text-align: center;
	padding: 30px;
	position: relative;
}

.box-advantage:after {
	content: "";
	position: absolute;
	top: 30px;
	bottom: 30px;
	right: 0;
	width: 2px;
	background: #000;
}

.box-advantage:before {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0;
	left: 0px;
	height: 2px;
	background: #000;
}

.box-advantage:nth-last-of-type(1):before,
.box-advantage:nth-last-of-type(2):before,
.box-advantage:nth-last-of-type(3):before {
    content: none;
}

.box-advantage:nth-of-type(3n):after {
    content: none;
}

.box-advantage .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.wpcf7-spinner {
	position: absolute !important;
}

.home-form input::placeholder {
    color: #fff; /* Set placeholder text color to white */
}