
@media all {
	
	.table-slider {
		display: flex;
		margin-top: 16px;
		width: 100%;
	}
	.table-slider__th, .table-slider__td {
		padding: 20px 12px;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 16px;
	}
	.table-slider__th:last-child, .table-slider__td:last-child {
		border-bottom: 1px solid #ccc;
	}
	.table-slider__th {
		font-weight: 600;
		font-size: 15px;
		background-color: #f7f7f7;
		color: #363636;
		user-select: none;
	}
	.table-slider__td {
		align-items: stretch;
	}


	.table-slider__share-label {
		color: #fff;
		font-size: 12px;
		display: flex;
		height: 27px;
		align-items: center;
		text-align: center;
		padding: 0 12px;
		text-transform: uppercase;
		margin-top: -27px;
		transform: translate(0, 100%);
		margin-left: -5px;
		margin-right: -5px;
		white-space: nowrap;
	}

	/*left cell*/
	.table-slider__left {
		width: 184px;
		position: relative;
		z-index: 1;
		margin-right: -1px;
	}
	.table-slider__left .table-slider__th {
		padding-top: 12px;
		padding-bottom: 12px;
		border-right: 1px solid #ccc;
	}
	.table-slider__left .table-slider__td {
		position: relative;
		padding: 0;
	}
		.table-slider__left .table-slider__td:before {
			content: '';
			background-color: rgba(0, 0, 0, 0.4);
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			top: 0;
			margin: auto;
		}
	.table-slider__detail-link {
		color: #fff;
		position: relative;
		text-decoration: none;
		padding: 10px;
		height: 150px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 16px;
		line-height: 1.4;
		font-weight: 700;
	}
		.table-slider__detail-link:hover {
			color: #fff;
		}


		/*center*/
	.table-slider__center {
		flex-grow: 0;
		position: relative;
		z-index: 0;
		width: calc(100% - 184px);
	}
	.table-slider__center._with-right-col {
		width: calc(100% - 184px - 160px);
	}
	.swiper-slide.table-slider__slide {
		width: auto;
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: auto;
	}
	.table-slider__slide .table-slider__th {
		text-decoration: none;
	}
	.table-slider__slide .table-slider__th._sort {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding-right: 12px;
		cursor: pointer;
	}
	.table-slider__slide:first-child .table-slider__th, .table-slider__slide:first-child .table-slider__td {
		border-left: none;
	}
	.table-slider__td[data-property-code="cost"] {
		flex-shrink: 0;
	}
	.table-slider__center._no-right-col .table-slider__slide:last-child .table-slider__th,
	.table-slider__center._no-right-col .table-slider__slide:last-child .table-slider__td {
		border-right: 1px solid #ccc;
	}

	/*old*/
	.table-slider__property-name-list {
		display: flex;
		margin: auto;
		flex-direction: column;
		color: #363636;
		text-decoration: none;
	}
	.table-slider__property-name {
		padding: 0 3px;
		max-width: 115px;
		line-height: 1.4;
		flex-shrink: 0;
	}
	.table-slider__property-name + .table-slider__property-name {
		border-top: 1px solid #868686;
		font-size: 14px;
		color: #999999;
	}


	.table-slider__slide .table-slider__th:not(._sort) .table-slider__sort-icon {
		visibility: hidden;
	}
	.table-slider__sort-icon {
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		margin-left: 8px;
		color: #999;
		margin-top: 4px;
	}
	.table-slider__sort-icon:not(._desc) {
		border-bottom: 8px solid currentColor;
	}
	.table-slider__sort-icon._desc {
		border-top: 8px solid currentColor;
	}
	.table-slider__sort-icon._active {

	}

	.favorites__property-value-list {
		display: flex;
		margin: auto;
		flex-direction: column;
	}
	.favorites__property-value {
		padding: 0 3px;
		font-size: 16px;
		color: #363636;
	}
	.favorites__property-value + .favorites__property-value {
		border-top: 1px solid #868686;
		font-size: 14px;
		color: #999999;
		padding-top: 1px;
	}

	/*right*/
	.table-slider__right {
		position: relative;
		z-index: 1;
		width: 160px;
	}
	.table-slider__right .table-slider__th, .table-slider__right .table-slider__td {
		border-right: 1px solid #ccc;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 6px;
	}
	.table-slider__action-block {
		display: flex;
		flex-direction: column;
		text-align: left;
		font-size: 15px;
		align-items: flex-start;
	}
	.table-slider__action-link {
		text-decoration: none;
		display: inline-flex;
		align-items: center;
	}
	.table-slider__action-link + .table-slider__action-link {
		margin-top: 12px;
	}
	.table-slider__action-link {

	}
	.table-slider__action-link i {
		font-size: 20px;
	}
		.table-slider__action-link.added ._not-added {
			display: none;
		}
		.table-slider__action-link:not(.added) ._added {
			display: none;
		}
	.table-slider__action-text {
		text-decoration: underline;
		margin-left: 8px;
	}

}
@media (max-width: 767px) {
	.table-slider__th, .table-slider__td {
		padding: 15px;
	}
	.table-slider__th {
		font-size: 15px;
	}

	.table-slider__slide .table-slider__th, .table-slider__slide .table-slider__th._sort {
		flex-direction: column;
		padding-right: 15px;
		padding-bottom: 10px;
	}
	.table-slider__sort-icon {
		margin-left: 0;
	}

	.table-slider__property-name + .table-slider__property-name {
		font-size: 13px;
	}

	.table-slider__left {
		width: 142px;
	}
	.table-slider__center {
		width: calc(100% - 142px);
	}
	.table-slider__center._with-right-col {
		width: calc(100% - 142px - 42px);
	}
	.favorites__property-value {
		font-size: 15px;
	}
	.favorites__property-value + .favorites__property-value {
		font-size: 13px;
	}

	.table-slider__center:not(._no-right-col) .table-slider__slider .swiper-scrollbar {
		margin-right: -42px;
	}
}
@media (max-width: 479px) {
	.table-slider__left .table-slider__th {
		padding: 10px;
	}
	.favorites__property-main__image-wrapper.img-placeholder:before {
		font-size: 50px;
	}
	.table-slider__left {
		width: 120px;
	}
	.table-slider__detail-link {
		font-size: 14px;
		height: 120px;
	}
	.table-slider__center {
		width: calc(100% - 120px);
	}
	.table-slider__center._with-right-col {
		width: calc(100% - 120px - 42px);
	}
	.favorites__property-main__name {
		font-size: 14px;
	}

	.table-slider__share-label {
		margin-left: -15px;
		margin-right: -15px;
		padding: 0 4px;
		justify-content: center;
	}
	.table-slider__right {
		width: 42px;
	}
	.table-slider__right .table-slider__th {
		font-size: 0;
	}
	.table-slider__action-text {
		display: none;
	}
	.table-slider__action-link + .table-slider__action-link {
		margin-top: 22px;
	}
}
