.base_ul {
	margin-bottom: 1rem;
}

.base_ul li {
	line-height: inherit;
	padding-left: 2.5rem;
	background: url('../img/icon/marck_ul.svg') no-repeat 0 0;
}

@media only screen and (min-width: 1200px) {
    .elem-30 .amenities__box {
        width: 30%;
    }
	.listing__hero--slider__content {
        padding: 2rem;
		width: 47rem;
    }
}

.listing__hero--slider__container {
    z-index: 1;
}

.listing__hero--slider__media {
	object-fit: contain;
}
@media only screen and (min-width: 1200px) {
    .listing__hero--slider__media {
        height: 45rem;
    }
}

.listing__hero--slider__container {
    position: static!important;
}

.hero__swiper--column3 .swiper-slide-active {
	border: 2px solid var(--color-hover);
}

.listing__hero--slider__content {
	width: auto!important;
	max-width: 100%!important;
}

@media only screen and (min-width: 992px) {
    .listing__hero--slider__content--top {
        margin-bottom: 2rem;
    }
}

.listing__hero--slider__features {
    display: flex;
	flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

.listing__hero--slider__feature {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 3px;
}

.listing__hero--slider__feature-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.listing__hero--slider__feature-content {
    display: flex;
    flex-direction: column;
}

.listing__hero--slider__feature-value {
    font-weight: 600;
    font-size: 18px;
	color: #fff;
}

.listing__hero--slider__price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
	line-height: 1.4;
}

.listing__hero--slider__price--old {
	font-size: 1.5rem;
    text-decoration: line-through;
    font-weight: 300;
}

.solid__btn_red {
	background-color: #FA4A4A;
}
.solid__btn_red:hover {
	background-color: #fff;
	color: #26232A;
}

.listing__small--hero__slider {
	position: static!important;
	max-width: 100%!important;
	padding: 0!important;
}

.listing__hero--slider .swiper__nav--btn {
	opacity: 1;
    visibility: visible;
	border: 1px solid #16a34a;
}

.listing__small--hero__slider--items {
	display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
	.listing__hero--slider__container {
        transform: inherit;
    }
}

.listing__details--main__content {
	padding-top: 0!important;
	padding-left: 0!important;
	padding-right: 0!important;
}

.listing__details--content__desc {
	margin-bottom: 0!important;
}

/* Базовый CSS для улучшения внешнего вида множественного выбора */
.advance__search--select[multiple] {
    min-height: 50px;
    padding: 8px;
    background-image: none;
}
.advance__search--select[multiple] option {
    padding: 5px;
    border-bottom: 1px solid #eee;
}
.advance__search--select[multiple] option:checked {
    background: #f0f7ff;
    color: #0066cc;
}

.featured__info--icon img {
	max-width: 30px;
	max-height: 22px;
}

.advance__option--btn {
	color: #FF494F;
}

.advance__option--btn:hover {
	color: #000;
}

@media only screen and (min-width: 480px) {
    .advance__search--btn {
        min-width: 190px;
    }
}

.advance__apeartment--select {
    line-height: inherit;
}

.featured__thumbnail--link {
	height: 400px;
}

.featured__thumbnail--link img {
	object-fit: cover;
	object-position: center;
	height: 100%;
}

.featured__card:hover .featured__thumbnail--img {
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
}

.featured__card .featured__thumbnail--link::before {
	display: none;
}

@media only screen and (max-width: 1144px) {
	.featured__thumbnail--link {
		height: 200px;
	}
}

.featured__card--price {
    text-align: right;
	position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    background: #000000b5;
}

.featured__info--icon {
	gap: 0;
}

.amenities__box__span img {
	max-width: 50px;
	max-height: 50px;
}

.featured__card--price {
	color: #fff;
}

.offcanvas__logo {
    justify-content: end;
}

.rating__star--text {
	right: 0!important;
	width: auto!important;
	height: auto!important;
}

.contact__information--email__text:hover {
	color: var(--color-foreground);
	background-color: #fff;
}

.contact__information--aera {
	padding-top: 0!important;
}

.about__thumbnail--list.one {
	padding-right: 0!important;
}

@media only screen and (max-width: 375px) {
    .featured__info--icon {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 768px) {
	.widget__title {
		font-size: 1.6rem;
		padding-bottom: 1rem;
	}
}

@media only screen and (max-width: 768px) {
	.advance__filter--main__content {
		padding: 1rem;
	}
}

.contact__form--input__icon {
    top: 15px;
    transform: inherit;
}

.contact__form--btn {
	display: block;
}

.advance__filter--main--coll {
	max-width: 480px!important;
}

.wpcf7-list-item {
    margin: 0;
}

.privacy__coll {
	margin-left: 5px;
	font-size: 12px;
}

.contact__form--btn {
    margin-top: 1.5rem;
}

.callback-btn-fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 30px;
  bottom: 43px;
  width: 60px;
  height: 60px;
  background-color: #fb9903;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  z-index: 9998;
  box-shadow: 0 4px 20px rgba(251, 153, 3, 0.5);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
	.callback-btn-fixed{
		width: 50px;
  		height: 50px;
		left: 20px;
  		bottom: 20px;
	}
}

.callback-btn-fixed:hover {
  background-color: #e08902;
  transform: scale(1.05);
  box-shadow: 0 6px 25px rgba(251, 153, 3, 0.7);
}

/* Анимация кругов на воде */
.callback-btn-fixed__ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fb9903;
  animation: ripple 3s infinite;
  opacity: 0;
  z-index: -1;
}

@keyframes ripple {
  0% {
    width: 60px;
    height: 60px;
    opacity: 0.8;
  }
  100% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
}

.modal {
	z-index: 9999;
}

@media only screen and (max-width: 768px) {
	.listing__hero--slider__price {
		font-size: 2rem;
	}
}

.location__list {
    background: #2B2E3A;
}

h2.wp-block-heading {
	font-size: 3rem;
	margin-bottom: 2rem;
}

h3.wp-block-heading {
	margin-bottom: 1.5rem;
}

h4.wp-block-heading {
	margin-bottom: 1rem;
}

.blog__thumbnail a,
.blog__thumbnail--media {
	width: 100%;
}

.post__single a {
    text-decoration: underline;
    color: var(--color-hover);
}
.post__single a:hover {
    text-decoration: none;
}

.post__single a.call__action--btn {
    text-decoration: none;
    color: #fff;
}

ul.wp-block-list {
    margin: inherit;
    padding: inherit;
}

ul.wp-block-list li {
    list-style: inherit;
    line-height: inherit;
}