.thanks {
	--thanks-row-gap: 48px;
	display: flex;
	flex-direction: column;
	row-gap: var(--thanks-row-gap);
	display: none;
	align-items: center;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}

.thanks-icon-back {
	position: absolute;
	top: 24px;
	left: 24px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.thanks-icon-back:hover path {
	fill: #FF6420;
}

.thanks-icon-main {
	width: 175px;
	height: 105px;
}

.thanks-title {
	font-size: 26px;
	font-weight: 300;
	line-height: 1.2em;
	padding-bottom: var(--thanks-row-gap);
	border-bottom: 1px solid #DFE1E7;
	text-align: center;
	margin: 0;
}

.thanks-title strong {
	font-weight: bold;
}

.thanks-text {
	line-height: 1.3em;
	font-size: 16px;
	text-align: center;
	margin: 0;
}