* {
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

body {
	margin: 0;
	background-color: #000;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	font-family: -apple-system, 'BlinkMacSystemFont', Helvetica, Arial;
	font-style: normal;
	background:#000 url(https://krasotaiskusstva.com/__22/bg.jpg) no-repeat center;
	background-size:cover;
}

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

h1,
h2 {
	color: #fff;
	margin: 0;
}

h1 {
	font-weight: bold;
	font-size: 55px;
	line-height: 55px;
	letter-spacing: 0.36px;
	margin: 32px 0 8px;
}

h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
}

p {
	font-family: -apple-system, 'BlinkMacSystemFont', Helvetica, Arial;
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.21px;
	color: #f2f2f2;
	margin: 16px 0 24px;
}

a:hover {
	text-decoration: none;
}

.container {
	position: relative;
	height: 100vh;
	width: 100%;
	display: flex;
}

.content-wrapper {
	margin: auto;
	width: 100%;
	max-width: 1184px;
}

.content-wrapper__copy {
	position: relative;
	z-index: 10;
	width: 100%;
	padding: 24px;
	float: right;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.support {
	color: #f2f2f2;
	font-family: -apple-system, 'BlinkMacSystemFont', Helvetica, Arial;
	font-weight: normal;
	margin-top: 40px;
}

.support a {
	color: #f2f2f2;
}

.bg {
	color: #f2f2f2;
}

.social {
	color: #f2f2f2;
	font-family: -apple-system, 'BlinkMacSystemFont', Helvetica, Arial;
	font-size: 9px;
	font-weight: normal;
	margin-top: 24px;
}

.social a {
	color: #f2f2f2;
}

.footer {
	color: #f2f2f2;
	font-family: -apple-system, 'BlinkMacSystemFont', Helvetica, Arial;
	font-size: 9px;
	font-weight: normal;
	margin-top: 12px;
}

@media screen and (min-width: 1024px) {
	h1 {
		font-size: 75px;
		line-height: 80px;
		letter-spacing: 0.36px;
		margin: 40px 0 8px;
	}

	h2 {
		font-size: 40px;
		line-height: 65px;
	}
	
	h2 span {
		font-size: 13px;
		line-height: 65px;
	}

	p {
		font-size: 23px;
		line-height: 30px;
		letter-spacing: -0.21px;
		margin: 24px 0 40px;
	}

	.container {
		position: relative;
		height: 100vh;
		width: 100%;
		display: flex;
	}

	.content-wrapper {
		margin: auto;
		width: 100%;
		max-width: 960px;
	}

	.content-wrapper__copy {
		width: 100%;
		max-width: 520px;
		padding: 0;
		height: auto;
	}
}

.space-x-4 > * + * {
	margin-left: 16px;
}

.mb-4 {
	margin-bottom: 16px;
}

.bg {
	background-color: #48483c;
}

.w-\[336px\] {
	width: 336px;
}

.rounded {
	border-radius: 8px;
}

.flex {
	display: flex;
}

.items-center {
	align-items: center;
}

.justify-between {
	justify-content: space-between;
}

.py-3 {
	padding-top: 12px;
	padding-bottom: 12px;
}

.px-4 {
	padding-left: 16px;
	padding-right: 16px;
}

.pointer-events-none {
	pointer-events: none;
}

h2 > span._1::after {
    content: "Слава ";
}

h2 > span._2::after {
	content: "Україні";
}
  
h2:hover > span._1::after {
	content: "Glory to ";
}

h2:hover > span._2::after {
    content: "Ukraine";
}

h2{
	transition: all 100ms ease-in;
	cursor:pointer;
}