*,
:after,
:before {
	box-sizing: inherit;
}
body {
	width: 100vw;
	height: 100vh;
	font-family: 'Bebas Neue', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

.redirecting__container {
	width: 85%;
	max-width: 1200px;
	margin: 64px auto;
	text-align: center;
}

.redirecting__logo {
	width: 400px;
}

.redirecting__title {
	margin: 48px 0;
	font-size: 48px;
	line-height: 56px;
}

.redirecting__red {
	color: #d42a05;
}

/* .payment-message {

	&__header {
		margin-bottom: 48px;
		text-align: center;
	}

	&__image-box {
		margin-bottom: 24px;
		text-align: center;
	}

	&__image {
		width: 800px;
		&--logo {
			width: 400px;
		}
	}

	&__second-subtitle {
		margin-bottom: 32px;
		font-size: 30px;
	}

	&__title {
		font-size: 40px;
	}

	&__subtitle {
		font-size: 30px;
	}

	&__paragraph {
		margin-bottom: 16px;
	}

	&__social-media {
		width: 100px;
		margin: 16px auto 48px;
	}

	&__text-container {
		margin-bottom: 48px;
	}
} */
