.tarif-font {
	font-size: 29px;
	line-height: 1em;
}
.tarif-font b {
	display: inline;
	font-family: 'Halcyon-Semibold'; font-weight: 600;
}
.tarif-font span { font-size: 0.5em; }

#main {
	margin-top: 0;
	padding-bottom: 0;
}
#main-content {
	margin-top: 0; margin-bottom: 0;
	padding-top: 80px; padding-bottom: 40px;
}

#chat-application { bottom: 0!important; }

#main-content h1 { margin-top: 0; margin-bottom: 0; }
#main-content h2 {
	font-size: 2.5em;
	margin-top: 1em; margin-bottom: 0;
}
#main-content h3 { margin-top: 1em; margin-bottom: 0.5em; }

#main-content > .form-content { padding: 40px; }

#main .tarifboxes::after {
	clear: both;
	content: '';
	display: table;
	overflow: auto;
}
#main .tarifboxes > * {
	background: #00A0E6;
	border-radius: 8px;
	box-sizing: border-box;
	color: #FFF;
	display: inline-block;
	float: left;
	min-height: 150px;
	margin-right: 20px; margin-bottom: 20px;
	position: relative; z-index: 1;
	text-decoration: none;
	width: calc(33.33% - 14px);
}
#main .tarifboxes > *.disabled {
	background: #DDD;
	color: #999;
	cursor: not-allowed;
}
#main .tarifboxes > * .tarifimg .st0, #main .tarifboxes > * .tarifimg .cls-1, #main .tarifboxes #advance-7 path, #main .tarifboxes #flex-8 path, #main .tarifboxes #light-3 path { fill: #FFF!important; }
#main .tarifboxes .stroke { stroke: #FFF; }
#main .tarifboxes > *:hover { background: #FF8A00; }
#main .tarifboxes > *.disabled:hover {
	background: #fcb76b;
	color: #f8f8f8;
}
#main .tarifboxes > *:nth-child(3n) { margin-right: 0; }
#main .tarifboxes > * > * {
	padding: 25px;
	position: absolute; z-index: 1; left: 0; right: 0; top: 50%;
	transform: translateY(-50%);
}
#main .tarifboxes .liketarifimg { font-size: 2.25em; }
#main .tarifboxes .tarifimg { margin-bottom: -7px!important; }

#main .likesvg {
	display: inline-block!important;
	font-size: 2em; font-weight: 600;
	max-height: none!important;
}

#footer { padding-top: 0; padding-bottom: 0; }
#footer #promo-banner { top: auto; bottom: 0; }

@media screen and (max-width: 1200px) {
	#main-content { padding-top: 15px; padding-bottom: 15px; }
}
@media screen and (max-width: 1155px) {
	#main .tarifboxes > * { width: calc(50% - 10px); }
	#main .tarifboxes > *:nth-child(3n) { margin-right: 20px; }
	#main .tarifboxes > *:nth-child(2n) { margin-right: 0; }
	#main .tarifboxes .tarif-impresa .btn { margin-top: 15px; }
}
@media screen and (max-width: 950px) {
	#main-content { padding: 0; }
}
@media screen and (min-width: 741px) and (max-width: 775px), (max-width: 370px) {
	.tarif-font { font-size: 28px; }
}
@media screen and (max-width: 740px) {
	#main-content > .form-content { padding: 20px; }
	#main .tarifboxes { overflow: visible; }
	#main .tarifboxes > * { 
		display: block;
		float: none;
		margin-right: 0;
		min-height: 0;
		width: 100%;
	}
	#main .tarifboxes > * > * {
		padding-top: 40px; padding-bottom: 40px;
		position: relative; top: auto; left: auto; right: auto;
		transform: none;
	}
}
@media screen and (max-width: 420px) {
	#main .tarifboxes > * { min-height: 0; }
	#main .tarifboxes > * > * { padding: 20px; }
	
	#main .tarifboxes .tarifimg { margin: 0 auto; }
	#main .tarifboxes .tarif-super .tarifimg { width: 48%; }
	#main .tarifboxes .tarif-easy .tarifimg { width: 45%; }
	
	#main .tarifboxes .btn { margin-top: 25px; }
}
@media screen and (max-width: 365px) {
	#main .tarifboxes .liketarifimg { font-size: 2em; }
}