.table__tarif-wrap{
	margin-bottom: 80px;
}
.table__tarif{
	border-collapse: collapse;
	width: 100%;
}
.table__tarif thead{
	text-align: center;
	position: sticky;
    top: 0;
    z-index: 999;
}
.table__tarif th{
	background: #48535e;
	color: #fff;
	padding: 15px;
	vertical-align: top;
}
.table__tarif th:first-child{
	border-radius: 10px 0 0 0;
}
.table__tarif th:last-child{
	border-radius: 0 10px 0 0;
}
.table__tarif th:nth-child(2),
.table__tarif th:nth-child(3),
.table__tarif th:nth-child(4),
.table__tarif td:nth-child(2),
.table__tarif td:nth-child(3),
.table__tarif td:nth-child(4){
	width: 200px;
	text-align: center;
	font-size: 18px;
}
.table__tarif-f-title{
	text-align: left;
	vertical-align: middle!important;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}
.table__tarif td{
	padding: 15px;
	background: #fff;
	border: 1px solid rgba(196,196,198,.45);
}
.table__tarif-title{
	margin: 0 0 5px 0;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
	font-size: 20px;
}
.table__tarif-desc{
	font-weight: normal;
	font-size: 14px;
}
.table__tarif-name{
	font-size: 18px;
}
.table__tarif-galka{
	display: block;
	margin: 0 auto;
	width: 16px;
	height: 16px;
}
.table__tarif-galka-yes{
	background: url("../img/tarif-galka-yes.svg") no-repeat 50% 50%;
	background-size: 100%;
}
.table__tarif-galka-no{
	background: url("../img/tarif-galka-no.svg") no-repeat 50% 50%;
	background-size: 100%;
}
.table__tarif-podtitle,
.table__tarif-podtitle td{
	background: #e9ecef;
}
.table__tarif-podtitle-text{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.table__tarif-icon{
	display: none;
	margin: 0 auto;
}
.table__tarif-btn{
	background: #d01d4f;
	border-radius: 10px;
	transition: all .3s;
}
.table__tarif-btn:hover{
	background-color: #48535e;
}

.price-table_tr>div {
    width: 31%!important;
    height: auto!important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 10px;
    text-align: center;
}
.table-price_block-item {
    text-align: center;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}
.tp_block-item-top {
    background: #fff!important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
	padding: 0!important;
}
.tp_block-item-wrap {
    position: relative;
    padding: 0 0 80px 0;
    height: 100%;
}
.tp_block-item-title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 0 0;
    font-size: 16px;
    background: #d01d4f;
    background: #48535e;
    color: #fff;
    padding: 20px 10px 15px;
}
.tp_block-item-price{
	margin: 5px 0 0 0!important;
}
.tp_block-item-body {
    padding: 25px 30px;
	color: #333;
}
.tp_block-item-btn {
    text-decoration: none;
    border: none;
    padding: 15px 10px!important;
    border-radius: 10px;
    width: 80%!important;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border: 0!important;
    margin: 30px 0 0 0;
    background: #d01d4f!important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,-50%);
}
.tp_block-item-btn:hover{
	color: #fff!important;
	background: #48535e!important;
}
.tp_block-item-bottom {
    padding: 12px 17px;
    background: #d9e9ef;
    background: #edeff1;
    color: #333;
    font-style: italic;
    font-size: 13px;
    color: #7c8b9b;
}
.price-table_tr-flex{
	align-items: stretch!important;
}
.table-price_info{
	margin: 0 0 30px 0;
}

@media (max-width: 1000px){
	.table__tarif-name,
	.table__tarif-podtitle-text,
	.table__tarif-title{
		font-size: 16px;
	}
}

@media (max-width: 900px){
	.table__tarif-name,
	.table__tarif-podtitle-text,
	.table__tarif-title{
		font-size: 14px;
	}
	.table__tarif-btn{
		background: #d01d4f url("../img/icon_tarif-table-order.svg") no-repeat 50% 50%;
		background-size: 30px;
		color: transparent;
		border-radius: 10px;
		transition: all .3s;
		width: 40px;
		height: 40px;
	}
	.table__tarif-btn:hover{
		background: #48535e url("../img/icon_tarif-table-order.svg") no-repeat 50% 50%;
		background-size: 30px;
	}
	.table__tarif-btn .txt{
		display: none;
	}
	.price-table_tr>div {
		width: 33%!important;
	}
}

@media (max-width: 680px){
	.table__tarif-name{
		font-size: 14px;
	}
	.table__tarif th:nth-child(2),
	.table__tarif th:nth-child(3),
	.table__tarif th:nth-child(4),
	.table__tarif td:nth-child(2),
	.table__tarif td:nth-child(3),
	.table__tarif td:nth-child(4){
		width: 60px;
	}
	.table__tarif-title{
		font-size: 14px;
	}
	.table__tarif th,
	.table__tarif td{
		padding: 15px 7px;
	}
	.table__tarif-podtitle-text,
	.table__tarif-desc{
		font-size: 12px;
	}
	.table__tarif th:nth-child(2) .table__tarif-title,
	.table__tarif th:nth-child(2) .table__tarif-desc,
	.table__tarif th:nth-child(3) .table__tarif-title,
	.table__tarif th:nth-child(3) .table__tarif-desc,
	.table__tarif th:nth-child(4) .table__tarif-title,
	.table__tarif th:nth-child(4) .table__tarif-desc,
	.table__tarif-price{
		display: none;
	}
	.table__tarif-icon{
		display: block;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		color: #48535e;
		text-align: center;
		line-height: 30px;
	}
	.table__tarif-icon:after{
		display: none;
		font-size: 14px;
		position: absolute;
		top: 100%;
		right: 0;
		background: #333;
		z-index: 100;
		padding: 5px 10px;
		color: #fff;
		font-weight: normal;
		line-height: normal;
	}
	.table__tarif-icon:hover:after{
		display: block;
	}
	.table__tarif th:nth-child(2) .table__tarif-icon{
		background: rgb(226,226,226);
		background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
		background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
	}
	.table__tarif th:nth-child(2) .table__tarif-icon::after{
		content: "Бюджетный";
	}
	.table__tarif th:nth-child(3) .table__tarif-icon{
		background: rgb(243,226,199);
		background: -moz-linear-gradient(top,  rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%);
		background: linear-gradient(to bottom,  rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 );
	}
	.table__tarif th:nth-child(3) .table__tarif-icon::after{
		content: "Оптимальный";
	}
	.table__tarif th:nth-child(4) .table__tarif-icon{
		background: rgb(244,237,200);
		background: -moz-linear-gradient(top,  rgba(244,237,200,1) 0%, rgba(226,204,122,1) 50%, rgba(209,190,96,1) 51%, rgba(239,228,172,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(244,237,200,1) 0%,rgba(226,204,122,1) 50%,rgba(209,190,96,1) 51%,rgba(239,228,172,1) 100%);
		background: linear-gradient(to bottom,  rgba(244,237,200,1) 0%,rgba(226,204,122,1) 50%,rgba(209,190,96,1) 51%,rgba(239,228,172,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4edc8', endColorstr='#efe4ac',GradientType=0 );
	}
	.table__tarif th:nth-child(4) .table__tarif-icon::after{
		content: "Всё включено";
	}
	.table__tarif-f-title{
		font-size: 16px;
	}
}
@media (max-width: 600px){
	.price-table_tr>div {
		width: 100%!important;
		padding: 0;
		margin: 0 0 20px 0;
	}
}