.plural-property__item {
	display: inline-block;
	width: auto;
	padding: 10px 15px;
	font-size: 13px;
	line-height: 13px;
	background: #F6F8FA;
	border-radius: 5px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.plural-property__item-svg {
	margin-right: 10px;
}

.plural-property__in_left {
	margin-top: 15px;
}

.catalog-element__center .catalog-element__properties {
	margin-top: 0;
}

.catalog-center__properties {
	font-size: 14px;
    line-height: 24px;
    color: #404040;
    margin-bottom: 12px;
}

.catalog-element__center .catalog-element__properties .catalog-element__properties-item__left,
.catalog-element__center .catalog-element__properties .catalog-element__properties-item__right {
	font-size: 13px;
	color: #808080;
}

.catalog-element__center .catalog-element__properties .catalog-element__properties-item__right {
	color: #404040;;
}

.catalog-element__left .offers-column__tags {
	right: auto;
	left: 15px;
}

.catalog-element__left {
	padding-top: 20px;
}

.tab-buttons {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

.tab-buttons > li {
	margin-right: 5px;
}

.tab-buttons > li:last-child {
	margin-right: 0;
}

.tab-buttons .tab-button {
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  color: #404040;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  vertical-align: middle;
  padding: 16px 24px;
  margin-left: 1px;
  margin-right: 1px;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #EFEFEF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color, background-color, border;
  -moz-transition-property: color, background-color, border;
  -ms-transition-property: color, background-color, border;
  -o-transition-property: color, background-color, border;
  transition-property: color, background-color, border;
}

.tab-content__item {
	display: none;
}

.tab-content__item.tab-content__item--active {
	display: block;
}

.one-delivery-for-detail {
	margin-top: 30px;
}

@media (max-width: 766px) {
	body {
		padding-bottom: 152px;
	}
}

/* Кнопка избранное */

.offer_fav_block {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}