@charset "UTF-8";
/* Common */
/* Media */
/* Content */
/* Common animations */
@-webkit-keyframes marquee { 0% { -webkit-transform: translateX(calc(100% + 0.52083vw)); transform: translateX(calc(100% + 0.52083vw));
		/* Начинаем движение справа */ }
	100% { -webkit-transform: translateX(-100%); transform: translateX(-100%);
		/* Заканчиваем движением слева */ } }
@keyframes marquee { 0% { -webkit-transform: translateX(calc(100% + 0.52083vw)); transform: translateX(calc(100% + 0.52083vw));
		/* Начинаем движение справа */ }
	100% { -webkit-transform: translateX(-100%); transform: translateX(-100%);
		/* Заканчиваем движением слева */ } }

@-webkit-keyframes fadeOut { from { opacity: 0; }
	to { opacity: 1; } }

@keyframes fadeOut { from { opacity: 0; }
	to { opacity: 1; } }

/* Blocks */
.thanks { flex-direction: row; gap: 1.04167vw; padding-bottom: 4.16667vw; }

.thanks__card { gap: 1.14583vw; flex-basis: 100%; min-height: 0; border-radius: 0.83333vw; padding: 1.25vw; background: var(--red) url("../img/@thanks/thanks/bg_d-a68f1fcee0.svg") no-repeat 100% 100%/contain; }

.thanks__title { font-size: 8.02083vw; line-height: 80%; }

.thanks__text { font-size: 1.35417vw; }

.thanks__button { font-size: 1.19792vw; max-width: 16.30208vw; box-shadow: 0px 0.3125vw 0.10417vw rgba(82, 82, 82, 0.18); }

.thanks__image { flex-basis: 100%; min-height: 22.91667vw; border-radius: 0.83333vw; background: var(--gray-20) url("../img/@thanks/thanks/bg-img_d-9b5582fdef.jpg") no-repeat 0 0/cover; }

.thanks__image img { left: 0; right: 0; }
