.tariff-table { margin-top: 40px; }
.tariff-table__item { width: 23.7%; float: left;}
.tariff-table__item:not(.tariff-table__item--title):hover { box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3); z-index: 2; position: relative; }
.tariff-table__item:not(.tariff-table__item--title):hover .tariff-table__item-td { background: #fff; }
.tariff-table__item-td { padding: 25px 60px; border-bottom: 1px solid #e5e5e5; line-height: 40px; height: 90px; font-size: 22px; color: #111111; background: #f7f7f7; }
.tariff-table__item-td:last-child { border-bottom: none; }
.tariff-table__item-td .btn-dft { max-width: 100%; min-width: 0; font-size: 17px;}
.tariff-table__item-td--order { padding: 25px 45px; height: auto; }
.tariff-table__item-td--price { font-weight: 700; font-size: 28px; }

.tariff-table__item-td--name { color: #e51c22; font-size: 28px; padding: 25px 40px; font-weight: 500; }
.tariff-table__item-td--name:before { content: ""; display: inline-block; vertical-align: top; width: 40px; height: 40px;  background: url(images/database.svg) no-repeat center; background-size: contain; margin-right: 15px;}

.tariff-table__item--title { background: #fff; width: 28.9%; }
.tariff-table__item--title .tariff-table__item-td { padding: 25px 75px; font-size: 18px; color: #646464; background: #fff;}



@media (max-width: 1200px) {
	.tariff-table__item { width: 25%; }
	.tariff-table__item-td { padding: 25px 40px; }
	.tariff-table__item-td--order { padding: 25px 25px;}
	.tariff-table__item-td--name { padding: 25px 30px; font-size: 24px;}
	.tariff-table__item-td--name:before { width: 35px; height: 40px; }
	.tariff-table__item--title .tariff-table__item-td { padding: 25px 35px; }
	.tariff-table__item-td .btn-dft { width: 100%; padding: 0 20px; }
}
@media (max-width: 991px) {
	.tariff-table { position: relative; }
	.tariff-table__item { width: 33.33%; }
	.tariff-table__item--title { position: absolute; top: 0; left: 0; width: 100%; z-index: -1; }

	.tariff-table__item-td { margin-top: 40px; text-align: center}
	.tariff-table__item-td:last-child { margin-top: 0px; }
	.tariff-table__item--title .tariff-table__item-td { height: 130px; padding: 0px; text-align: center; margin-top: 0; border: none; }
	.tariff-table__item--info .tariff-table__item-td { position: relative; }
	.tariff-table__item-td--name:before { width: 30px; }
}
@media (max-width: 767px) {
	.tariff-table__item-td--price { font-size: 24px; }
	.tariff-table__item-td--name:before { width: 25px; }
	.tariff-table__item-td--name { padding: 25px 20px; font-size: 20px;}
	.tariff-table__item-td .btn-dft { height: 55px; line-height: 53px; }
}
@media (max-width: 600px) {
	.tariff-table__item-td { padding: 15px 30px; font-size: 16px; line-height: 30px; height: 60px;}
	.tariff-table__item-td--order { padding: 15px 10px; height: auto; }
	.tariff-table__item-td .btn-dft { height: 45px; line-height: 43px; }
	.tariff-table__item-td--name { padding: 15px 10px; }
	.tariff-table__item-td--name:before { height: 30px; }
	.tariff-table__item-td--price { font-size: 20px; }
	.tariff-table__item--title .tariff-table__item-td { height: 100px; padding: 4px;}
}
@media (max-width: 450px) {
	.tariff-table { margin-top: 30px; }
	.tariff-table__item-td { padding: 15px 0; text-align: center;}
	.tariff-table__item-td--order { padding: 15px 10px; }
	.tariff-table__item-td .btn-dft { padding: 0 10px; }
	.tariff-table__item-td--name:before { display: none; }
	.tariff-table__item--title .tariff-table__item-td { font-size: 14px; }
	.tariff-table__item:not(.tariff-table__item--title):hover { box-shadow: none; }
}
@media (max-width: 400px) {
	.tariff-table__item-td { font-size: 15px; }
	.tariff-table__item-td--price { font-size: 18px; }
	.tariff-table__item-td--order { padding: 15px 5px; }
	.tariff-table__item-td .btn-dft { font-size: 13px; }
}

#tariff-order.b_form .user_consent_text{
	width: calc(100% - 75px) !important;
}
.tariff{
	margin-bottom: 115px;
}
.tariff-order { padding: 40px 40px 20px; width: 440px; }
.tariff-top { line-height: 50px; font-size: 28px; margin-bottom: 30px;  }
.tariff-top__name { float: left; font-weight: 500; color: #e51c22;  margin-right: 25px;}
.tariff-top__name:before { content: ""; width: 45px; height: 50px; display: inline-block; vertical-align: top; background: url(images/database.svg) no-repeat center; background-size: contain; margin-right: 15px; }
.tariff-top__price { float: right; font-weight: 700; }
.tariff-order .btn-dft { min-width: 0; font-size: 17px; }

@media (max-width: 600px) {
	.tariff-order { width: auto; }
	.tariff-order { padding: 30px 20px 10px;}
}

@media (max-width: 500px) {

	.tariff-top { line-height: 40px; font-size: 24px; margin-bottom: 30px;  }
	.tariff-top__name:before { width: 30px; height: 40px; }
}
@media (max-width: 420px) {
	.tariff-order { padding: 20px 0px 0px;}
	.tariff-top { font-size: 22px;  }
}