/**
 * Hero #pagetitle — як на сторінці контактів (page-id-179).
 * Класи: .tti-page-hero .tti-page-hero--payment|rates|services
 */

.tti-page-hero #pagetitle {
	position: relative;
	overflow: hidden;
	max-width: 920px;
	margin: 0 auto;
	padding: 35px 0;
	background:
		radial-gradient(
			circle at 82% 50%,
			rgba(255, 121, 0, .08) 0,
			rgba(255, 121, 0, .03) 140px,
			transparent 141px
		),
		linear-gradient(
			90deg,
			#f8f8f8 0%,
			#f5f5f5 50%,
			#fafafa 100%
		) !important;
}

.tti-page-hero #pagetitle .container {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 140px;
}

.tti-page-hero .pagetitle-title.heading,
.tti-page-hero .pagetitle-title,
.tti-page-hero #pagetitle h1.pagetetitle-title {
	margin: 0 0 10px;
	margin-left: 5px !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	color: #222 !important;
	text-transform: uppercase !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.tti-page-hero #pagetitle .container:after {
	display: block;
	white-space: pre-line;
	margin-top: 6px;
	max-width: 420px;
	font-size: 14px;
	line-height: 1.7;
	color: #666;
	margin-left: 5px;
	margin-top: 0;
}

.tti-page-hero #breadcrumb {
	margin-bottom: 10px;
	font-size: 12px;
	color: #888;
}

.tti-page-hero #breadcrumb a {
	color: #888;
	text-decoration: none;
}

.tti-page-hero #breadcrumb a:hover {
	color: #ff7900;
}

.tti-page-hero .breadcrumb-separator:before {
	content: "›";
	margin: 0 6px;
	color: #bbb;
}

.tti-page-hero #pagetitle:before {
	content: "";
	position: absolute;
	right: 80px;
	top: 50%;
	width: 180px;
	height: 180px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: radial-gradient(
		rgba(255, 121, 0, .10),
		rgba(255, 121, 0, .02)
	);
}

.tti-page-hero #pagetitle:after {
	position: absolute !important;
	right: 140px !important;
	top: 71px !important;
	width: 52px !important;
	height: 52px !important;
	border-radius: 50px !important;
	background: #ff7900 !important;
	color: #fff !important;
	font-size: 22px !important;
	font-weight: normal !important;
	font-style: normal !important;
	line-height: 52px !important;
	text-align: center !important;
	box-shadow: 0 10px 25px rgba(255, 121, 0, .20) !important;
	font-family: 'FontAwesome' !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.tti-page-hero--payment #pagetitle:after {
	content: "\f09d" !important;
}

.tti-page-hero--rates #pagetitle:after {
	content: "\f02c" !important;
}

.tti-page-hero--services #pagetitle:after {
	content: "\f085" !important;
}

.tti-page-hero--contacts #pagetitle:after {
	content: "\f041" !important;
}

@media (max-width: 768px) {
	.tti-page-hero #pagetitle {
		padding: 25px 0;
		width: 100% !important;
	}

	.tti-page-hero #pagetitle .container {
		min-height: auto;
	}

	.tti-page-hero .pagetitle-title,
	.tti-page-hero #pagetitle h1.pagetetitle-title {
		font-size: 24px !important;
	}

	.tti-page-hero #pagetitle .container:after {
		font-size: 13px;
		max-width: 100%;
	}

	.tti-page-hero #pagetitle:before,
	.tti-page-hero #pagetitle:after {
		display: none;
	}
}
