
.cabinet__profile-body-item-save {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: none;
  border: none;
  text-align: left;
  gap: 10px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .cabinet__profile-body-item-save {
    width: calc(50% - 6px);
  }
}
.cabinet__profile-body-item-save:hover {
  color: #0934ad;
}
.cabinet__profile-body-item-save svg {
  width: 14px;
  aspect-ratio: 1/1;
  color: #0934ad;
}

.select .nice-select-dropdown {
	min-width:100%;
    width: auto;
}
.add-to-compare.active {
	background:#0934ad;
}

.cabinet__mortdeals-items .cabinet__mortdeals-item {
	background:#f4f4f4;
}

.rent-wide__side-right-item.add-to-compare.active svg {
	display:block !important;
	stroke:#fff;
	fill:#fff;
}
.rent-wide__side-right-item.add-to-compare.active svg:nth-child(2) {
	display:none !important;
}

.card-page__buttons-item.add-to-compare.active {
	background:transparent;
}

.news__list {
	display:flex;
	flex-wrap:wrap;
	justify-content:normal;
	gap:2%;
}

.news__list .news__item_wrapper {
	flex:0 0 32%;
	margin-bottom:20px;
}

.big-filter {
	margin-top:12px;
}
.big-filter__body-close {
	height:68px;
}

.ya-share2 {
	
    z-index: 1;
    position: absolute;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more,
.ya-share2__link {
	background:transparent !important;
}

.chat-button {
	max-width:48px;
	padding:0;
}

.header-desktop .header-desktop__compare {
	
    z-index: 1;
}


@media(max-width:768px) {
	.container {
	/*	overflow-x:hidden;*/
	}
	.cabinet__side .cabinet__side-toggle {
		border:none;
	}
	
	.queries__tabs .queries__tabs-item {
		padding:0 20px;
		height:36px;
		background:#0934ad;
		color:#fff;
		opacity:0.5;
		border-radius: 8px;
		text-decoration:none;
	}
	.queries__tabs .queries__tabs-item.orange {
		background:#f98b26;
	}
	
	.queries__tabs .queries__tabs-item.active {
		opacity:1;
	}
	
}


.swiper-tabs_dev {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .swiper-tabs_dev {
    gap: 12px;
  }
}
.swiper-tabs_dev button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5;
  padding: 0 20px;
  height: 36px;
  border: none;
  background: #0934ad;
  font-size: 14px;
  font-weight: 600;
  color: white;
  border-radius: 8px;
}
.swiper-tabs_dev button.active {
  opacity: 1;
}

.big-filter {
	z-index:1 !important;
}

.cabinet__chat-item-msg > div > i {
	padding:3px 6px;
	background:#ededed;
	border-radius:6px;
	display:block;
}

.deal_buttons {
	display:flex;
	gap:20px;
}
.deal_buttons a {
	width:fit-content;
}

.card-page__slideshow-title {
	
    background: rgba(255, 255, 255, 0.5);
    width: fit-content;
    padding: 10px;
}

.cabinet__chat-item {
	align-items:flex-start;
}
.cabinet__chat-item.user {
	align-items:flex-end;
}

.type-project_house {
	flex-direction:column;
	gap:20px;
}

.type-project_house .cabinet-ann__fields-item {
	flex-direction:column;
	gap:20px;
	display:flex;
}
textarea.input {
    min-height: 200px;
    padding: 10px;
    line-height: 1.5;
}

[name="object"] + div .list {
	max-height:fit-content;
}

.cabinet__main-requests-item-thing span {
    max-width: 172px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.button_thin.active2 {
  background: #0934ad;
  color: white;
}

.nice-select .current {
	
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}















