.page-template-spasibo-page {
	background-image:url(/wp-content/uploads/2026/07/popup_rzd-scaled.webp);
	position:relative;
}

.page-template-spasibo-page::after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url(/wp-content/uploads/2026/08/Group-2136141964-2-scaled.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.spasibo-container {
	position:relative;
	z-index:2;
}

.spasibo-title {
	max-width:926px;
	width:100%;
	margin:0 auto;
	padding:0 10px;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: clamp(60px, 56.00px + 1.25vw, 80px);
	line-height: 103%;
	text-align: right;
	color: var(--black);
	position:relative;
	padding:clamp(35px, 28.00px + 2.19vw, 70px) 0 clamp(35px, 29.00px + 1.88vw, 65px) 0;
}

.spasibo-title::after {
	content:"";
	position:absolute;
	top:clamp(50px, calc(41px + 2.8125vw), 95px);
	right:clamp(185px, calc(173px + 3.75vw), 245px);
	width:35px;
	height:35px;
	border-radius:50%;
	background:#009554;
}

.spasibo-list {
	max-width:926px;
	width:100%;
	margin:0 auto;
	padding:0 10px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
}

.spasibo-item {
	max-width:446px;
	width:100%;
	min-height:557px;
}

.spasibo-item:nth-child(1) {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-image:url(/wp-content/uploads/2026/08/IMG_BE6632574F15-1-1.webp);
}

.spasibo-item:nth-child(2) {
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.41);
	background: #414746;
	border-radius: 51px;
}

.spasibo-item-text {
	padding:clamp(22px, 18.00px + 1.25vw, 42px) clamp(15px, 11.00px + 1.25vw, 35px) clamp(10px, 8.00px + 0.63vw, 20px) clamp(15px, 11.00px + 1.25vw, 35px);
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	color: var(--white);
	display:flex;
	flex-direction:column;
	gap:10px;
}

.spasibo-item-text span {
	font-weight: 700;
}

.spasibo-item:nth-child(2) a {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 30px;
	line-height: 153%;
	letter-spacing: 0.02em;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: var(--white);
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius: 10px;
	width: 230px;
	height: 80px;
	margin:0 auto;
	background: #4943ff;
}

.spasibo-item-text_second {
	text-align:center;
	padding:20px 0 0 0;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 103%;
	text-transform: uppercase;
	color: var(--white);
}

@media (max-width: 768px) {
	.spasibo-item:nth-child(1) {
		background-size:contain;
	}
	
	.spasibo-item:nth-child(2) {
		min-height:auto;
		padding:0 0 16px 0;
	}
	
	.page-template-spasibo-page::after {
		display:none;
	}
	
	.spasibo-title {
		padding-right: 15px;
	}
}