.hide {
	display: none;
}

.show {
	display: block;
}

body {
	background-size: 100% auto;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0;
	font-family: 'DM Sans', sans-serif;
	font-style: normal;
	z-index: 0;
}

.body-play{
	animation: gradient 16s ease infinite;
}

.body-play-dark{
	animation: gradient_dark 16s ease infinite;
}

.third-level_section_merch:hover {
    text-decoration: none !important;
}

.body-play-dark::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	#background: url('images/background/rain.webp');
	background-size: cover;
	opacity: 0.25;
}

a {
	text-decoration: none;
}

header {
	top: 28px;
	align-items: center;
	justify-content: center;
	height: 14%;
	position: absolute;
}

header > img {
	position: relative;
	height: 100%;
	width: auto;
	text-align: center;
}

.play-btn {
	width: auto;
	height: 18%;
	top: 47%;
	margin-top: -126px;
	position: absolute;
	display: block;
	cursor: pointer;
}

.play-btn_sleep {
	height: 38px;
	position: relative;
	bottom: -20px;
	background-repeat: no-repeat round;
}

.play-btn_sleep > img {
	height: 38px;
	width: 65px;
	margin: 0 auto;
	display: block;
}

.play-btn_cat {
	width: auto;
	height: 100%;
	min-height: 126px;
	position: relative;
}

.play-btn_cat > img {
	width: auto;
	height: 100%;
	position: relative; 
}

.txt {
	position: absolute;
	top: 50%;
	margin: 40px 0;
	width: 100%;
	text-align: center;
	font-family: 'DM Sans', sans-serif;
	font-style: italic;
	font-weight: 500;
	font-size: 26px;
	text-transform: uppercase;
}

.txt-tutorial {
	line-height: 23px;
}

.txt-song {
	display: none;
	white-space: nowrap;
	z-index: 20;
	line-height: 52px;
	letter-spacing: 0.1em;
}

#quotes-container {
	position: absolute;
	top: 50%;
	margin: 40px 0;
	text-align: center;
	font-family: 'DM Sans', sans-serif;
	width: 100%;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
}

.quotes {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 0;
	will-change: transform;
	animation: begin 9s linear, 9s scroll linear 9s infinite;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}

.quotes li {
	display: inline-block;
	list-style: none;
	font-style: italic;
	font-weight: 500;
	font-size: 26px;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}

@keyframes scroll {
	0% { transform: translateX(0%); will-change: transform; }
	100% { transform: translateX(-50%); will-change: transform; }
}
@keyframes begin {
	0% { transform: translateX(25%); }
	100% { transform: translateX(0%); }
}

footer {
	bottom: 20px;
	position: absolute;
	width: 100%;
}

.third-level_logo {
	display: inline-block;
}

.third-level_logo > img {
	position: absolute;
	height: 122%;
	bottom: 0;
	width: auto;
	left: 20px;
}


.third-level_section {
	position: relative;
	width: 33%;
	display: inline-block;
}


.third-level_section_merch {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.0em;
	text-align: center;
	color: #151A17;
	cursor: pointer;
	margin: 14px 0;
}

.third-level_section_merch:hover {
	color:white;
}

.third-level_section_merch > a{
	color: #151A17;
}

.third-level_section_social {
	display: flex;
	align-items: center;
	justify-content: center;
}

.third-level_section_social > a > img {
	width: auto;
	height: 18px;
	margin: 14px 20px;
}

.third-level_section_from {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	text-transform: lowercase;
	color: #454846;
}

.third-level_design {
	display: inline-block;
}

.third-level_design > a {
	color: #151A17;
}

.third-level_desing_block {
	width: 38px;
	height: 40.42px;
	text-align: center;
	vertical-align: bottom;
	display: inline-block;
	margin: 0 5px;
	float: right;
	cursor: pointer;
}

.art_by > img {
	width: 25px;
	height: 27px;
}

.design_by > img {
	height: 27px;
	width: 42px;

}

.design_by {
	margin: 0 20px 0 0;
}

.third-level_desing_block_txt {
	font-family: 'DM Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 8.14533px;
	line-height: 11px;
	color: #151A17;
	opacity: 0.7;
	margin: 0 0 2px;
}




@media (min-width: 1900px) {
	.txt-tutorial, .quotes {
		margin: 200px 0 0;
	}
	@keyframes begin {
		0% { transform: translateX(35%); }
		100% { transform: translateX(0%); }
	}
}

@media (min-width: 1790px) {
	.txt-tutorial, .quotes {
		margin: 20px 0 0;
	}
	@keyframes begin {
		0% { transform: translateX(35%); }
		100% { transform: translateX(0%); }
	}
}

@media (min-width: 1500px) {
	.txt, #quotes-container {
		margin: 60px 0;
	}
	@keyframes begin {
		0% { transform: translateX(33%); }
		100% { transform: translateX(0%); }
	}
}

@media (max-width: 1390px) {
	.txt, .quotes li {
		font-size: 22px;
	}
	@keyframes begin {
		0% { transform: translateX(25%); }
		100% { transform: translateX(0%); }
	}
}

@media (max-width: 1100px) {
	.txt, .quotes li, #quotes-container, .txt-tutorial {
		font-size: 24px;
		margin: 50px 0;
	}
}

@media (max-width: 960px) {
	.txt, #quotes-container {
		margin: 40px 0;
		font-size: 24px;
	}

	@keyframes begin {
		0% { transform: translateX(40%); }
		100% { transform: translateX(0%); }
	}

	.third-level_section {
		width: 32.9%;
	}

	header {
		padding: 13px;
		width: 70%;
		box-sizing: border-box;
	}

	header > img {
		height: auto;
		width: 100%;
		margin: 0 auto;
		position: relative;
		box-sizing: content-box;
		text-align: center;
	}

	.body-play-dark::before {
		content: "";
		position: absolute;
		background: url('images/background/rain.webp');
		background-size: cover;
	}

	.third-level_section_social > a > img {
		width: auto;
		height: 18px;
		margin: 14px 16px;
	}

	.third-level_section_from {
		margin: 10px 0 0;
		font-style: normal;
		font-weight: 400;
		font-size: 9px;
		line-height: 120%;
		text-align: center;
		text-transform: lowercase;
		color: #151A17;
		opacity: 0.7;
	}

	.third-level_design {
		bottom: -15px;
		right: -1%;
	}

	.third-level_logo > img {
		width: 71px;
		height: 17px;
		margin: 0;
		bottom: 5px;
	}

	.art_by > img {
		width: 18px;
		height: 16px;
	}

	.design_by > img {
		height: 17px;
		width: 28px;
	}
}

@media (max-height: 400px) {
	header {
		display: none;
	}

	header > img {
		display: none;
	}

	.txt, #quotes-container, .txt-song  {
		margin: 0;
		font-size: 22px;
		padding: 0 20px;
	}

	.play-btn {
		top: 47%;
	}

	.third-level_section {
		display: none;
	}
}

@media (max-width: 600px) {

	footer {
		bottom: 20px;
	position: absolute;
	width: 100%;
	}

	.txt, #quotes-container, .txt-song  {
		margin: 0 0;
		font-size: 22px;
		padding: 0 20px;
	}

	@keyframes begin {
		0% { transform: translateX(60%); }
		100% { transform: translateX(0%); }
	}

	.third-level_section {
		width: 32.5%;
	}
	.third-level_section_merch {
		margin: 0 1% 0 0;
	}

	.third-level_section_social {
		margin: 0 1% 0 0;
	}

	header {
		padding: 13px;
		width: 85%;
		box-sizing: border-box;
	}

	header > img {
		height: auto;
		width: 100%;
		margin: 0 auto;
		position: relative;
		box-sizing: content-box;
		text-align: center;
	}

	.third-level_section_social > a > img {
		width: auto;
		height: 18px;
		margin: 14px 16px;
	}

	.third-level_section_from {
		margin: 10px 0 0;
		font-style: normal;
		font-weight: 400;
		font-size: 9px;
		line-height: 120%;
		text-align: center;
		text-transform: lowercase;
		color: #151A17;
		opacity: 0.7;
	}

	.third-level_design {
		bottom: -15px;
		right: -1%;
	}

	.third-level_logo > img {
		width: 71px;
		height: 17px;
		margin: 0;
		bottom: 5px;
	}

	.art_by > img {
		width: 18px;
		height: 16px;
	}

	.design_by > img {
		height: 17px;
		width: 28px;
	}
}

@media (max-width: 550px) {
	@keyframes begin {
		0% { transform: translateX(40%); }
		100% { transform: translateX(0%); }
	}
	.quotes {
		display: inline-block;
		margin: 0;
		padding: 0;
		font-size: 0;
		will-change: transform;
		animation: begin 7s linear, 7s scroll linear 7s infinite;
		-webkit-transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
	}
}


@-webkit-keyframes animMarqueeRtl {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(-80%);
		transform: translateX(-80%);
	}
}



@keyframes gradient {
	0% {
		background: rgba(254, 204, 204, 0);
	}
	10% {
		background: rgba(254, 204, 204, 1);
	}
	30% {
		background: rgba(254, 222, 204, 1);
	}
	40% {
		background: rgba(254, 243, 204, 1);
	}
	50% {
		background: rgba(204, 254, 224, 1);
	}
	60% {
		background: rgba(204, 254, 254, 1);
	}
	70% {
		background: rgba(204, 212, 254, 1);
	}
	80% {
		background: rgba(204, 206, 254, 1);
	}
	90% {
		background: rgba(244, 204, 254, 1);
	}
	100% {
		background: rgba(254, 204, 204, 0);
	}
}

@keyframes gradient_dark {
	0% {
		background: rgba(52, 78, 15, 0.75);
	}
	10% {
		background: rgba(12, 65, 37, 0.75);
	}
	30% {
		background: rgba(12, 68, 44, 0.75);
	}
	40% {
		background: rgba(69, 56, 13, 0.75);
	}
	50% {
		background: rgba(13, 72, 37, 0.75);
	}
	60% {
		background: rgba(16, 82, 71, 0.75);
	}
	70% {
		background: rgba(47, 66, 12, 0.75);
	}
	80% {
		background: rgba(45, 65, 12, 0.75);
	}
	90% {
		background: rgba(62, 13, 74, 0.75);
	}
	100% {
		background: rgba(70, 13, 61, 0.75);
	}
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

ul[class],
ol[class] {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

ul[class],
ol[class] {
	list-style: none;
}

a:not([class]) {
	text-decoration-skip-ink: auto;
}

input,
button,
textarea,
select {
	font: inherit;
}


@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

