main.inner__page{padding: 0}
.wrapper__breadcrumb{display: none}
.thanks-page{min-height: 70vh; display: flex; align-items: center; padding: 80px 0;}
.thanks-card{background: white; border-radius: 32px; padding: 55px 45px; text-align: center; max-width: 600px; margin: 0 auto; box-shadow: 0 20px 60px rgba(0,0,0,0.07); border: 1px solid #eee;}
.thanks-icon{width: 96px; height: 96px; background: linear-gradient(135deg, #f2621c, #ff8c42); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 32px; font-size: 44px; box-shadow: 0 16px 40px rgba(242,98,28,0.3); animation: pop 0.4s ease-out;}
@keyframes pop{
	from{transform: scale(0.5);opacity: 0}
    to{transform: scale(1); opacity: 1; }
}
.thanks-card h1{font-size: 36px; font-weight: 800; margin-bottom: 16px; color: var(--text-black);}
.thanks-card p{font-size: 17px; color: #666; line-height: 1.65; margin-bottom: 0;}
.steps-mini{display: flex; gap: 0; margin: 40px 0; text-align: left;}
.step-mini:last-child{border-right: none;}
.step-mini span{display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: #999; margin-bottom: 6px; font-weight: 600;}
.step-mini strong {font-size: 14px; color: var(--text-black); line-height: 1.2; display: block;}
.thanks-actions{display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 40px;}
.countdown{font-size: 14px; color: #999; margin-top: 24px;}
.countdown strong{color: var(--primary-color);}
p.thanks-card-text{font-size: 15px; background: #fdf5f2; border-radius: 12px; padding: 16px 20px; border-left: 4px solid var(--primary-color);}
.thanks-actions a.btn-primary{display: inline-flex; width: auto; padding: 14px 28px;}
.thanks-actions a.thanks-actions-link{display: inline-flex; align-items: center; padding: 14px 28px; border-radius: 12px; border: 1.5px solid #eee; font-weight: 600; text-decoration: none; color: var(--text-black); transition: border-color 0.2s;}
.countdown a {color: var(--primary-color)}
@media(min-width:769px){
	.step-mini {flex: 1;padding: 0 16px;border-right: 1px solid #eee}}
@media(max-width:768px){
	.step-mini span{margin:0}
	.thanks-page {min-height: auto;padding: 40px 0}
	.thanks-card h1 {font-size: 26px;margin-bottom: 10px}
	.thanks-card{padding:30px}
	.thanks-card p {font-size: 14px;line-height: 1.4;}
	.thanks-icon {width: 70px;height: 70px;margin: 0 auto 10px;font-size: 36px;}
	.steps-mini{margin: 25px 0;flex-direction: column;text-align: center;gap: 20px}}