.table-lift,.table-lift__head{
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	margin: 0 auto;
	font-size: 12px;
}
.tabs-lift__title {
    margin: 5px auto;
    max-width: 100%;
}
.table-lift__item>div {
    margin: 1px;
    background: #f9f8f8;
}
.table-lift__item, .table-lift__item-head{
	display: flex;
	text-align: center;
	width: calc(100% / 3);
}
.table-lift__item-adress{
	width: 55%;
}
.table-lift__item-number{
	width: 20%;
}
.table-lift__item-stend{
	width: 25%;
}
.tabs.container {
    display: none;
}
.tabs.container.active{
	display: block;
}
.tabs-lift__title{
	line-height: 1;
    font-size: 14px;
    font-weight: 600;
    color: #12305f;
    margin-bottom: 5px;
    display: flex;
    cursor: pointer;
    padding: 5px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #e9eaec;
}
.tabs-lift__title-see {
    text-align: center;
    background: #12305F;
    color: #fff;
    padding: 15px 50px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    padding-right: 60px;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 10px;
    padding: 10px 20px;
    text-transform: none;
	border: 1px solid #12305F;
	text-align: center;
	min-width: max-content;
}
.tabs-lift__title-see:hover {
    background: none;
    color: #12305f;
    text-decoration: none;
}

.tabs-lift__title-text {
    display: flex;
    align-items: center;
}
.lift-table-price{
	margin: 0 auto;
}
.lift-table-price{
	border-spacing: 3px;
	font-size: 12px;
    width: 100%;
    max-width: 1200px;
    margin: 15px auto;
}
.lift-table-price__head td{
	background: #333;
	padding: 3px 15px;
	color: #ffffff;
}
.lift-table-price__content td{
	padding: 4px 11px;
	vertical-align: bottom;
	background-color: #e6e6e6;
	text-align: center;
	border: 2px solid #fff;
}
.table-lift__item-adress,.table-lift__item-number,.table-lift__item-stend{
	display: flex;
	justify-content: center;
	align-content: center;
	margin: 1px;
	padding: 3px;
	box-sizing: border-box;
}
.table-lift__item-head > div{
	background: #12305f;
	color: #fff;
}
.table-lift__item-head span{
	margin: auto;
}

tr.lift-table-price__head td {
    border: 2px solid #e6e6e6;
    text-align: center;
    font-size: 14px;
}

/*стили для каталога*/
.tabs.container>span {
    display: block;
    text-align: center;
    padding-top: 5px;
    font-size: 18px;
    /* font-weight: bold; */
}
.price_info.porydok_dp {
    box-sizing: border-box;
}
.lift_list h2 {
    margin-bottom: 30px;
}
.tabs-lift__title {
    display: flex;
    justify-content: space-between;
}
.tabs-lift.active .tabs.container {
    display: block;
}
.table-lift__item {
    color: #000;
}
@media (max-width: 960px) {
	.tabs.container{
		overflow: hidden;
		overflow-x: scroll;
	}
	.table-lift {
		min-width: 830px;
	}
	.tabs-lift__title {
		flex-wrap: wrap;
		justify-content: center;
		padding: 20px 10px;
	}
	.tabs-lift__title-text {
		width: 100%;
		margin-bottom: 5px;
		text-align: center;
		padding: 0 5px;
		justify-content: center;
	}
	.tabs-lift__title-see{
	    padding: 5px 20px;
	}

}
