/* Default style for Trustpilot. Request feedback plugin */

.tp-page-done {
	position: relative;
	padding: 20px 0;
	margin: 0;
	text-align: center
}

.tp-page-done_text {
	display: block;
	font-size: 16px;
	line-height: 1.5
}

.tp-page-done_title {
	display: block;
	font-weight: 700;
	font-size: 155px;
	line-height: 1;
	margin: 0;
	margin-top: 30px
}

.tp-page_info {
	display: block;
	margin-top: 60px;
	font-size: 18px;
	line-height: 2
}

.tp-page-done_info-text {
	display: block;
	margin-top: 30px
}

@media(max-width:768px) {
	.tp-page-done_title {
		font-size: 80px
	}
}

.tp-page-done_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px
}