/**
 * Тарифи на головній (контент зі сторінки /rates/).
 */

.tti-home-rates {
	padding: 24px 0 40px;
	background: transparent;
}

.home .bg-slider + .tti-home-rates,
.front-page .bg-slider + .tti-home-rates {
	margin-top: 16px;
	padding-top: 8px;
	margin-top: 0px;
	padding-top: 0px;

}

.tti-home-rates .tarif-wrapper {
	margin-top: 0;
}

@media (max-width: 768px) {
	.tti-home-rates {
		padding: 16px 0 28px;
	}

	.home .bg-slider + .tti-home-rates,
	.front-page .bg-slider + .tti-home-rates {
		margin-top: 12px;
		margin-top: 0px;
		padding-top: 0px;
	}
}
