:root {
	--c-primary: #fff;
	--c-secondary: #f5efdf;
	--c-ternary: #000;
	--c-accent: #520101;
	--c-white: #fff;
	--c-black: #000;
	--c-hover: #e4c072
}

:root {
	--f-primary: "Momcake", sans-serif;
	--f-secondary: "Momcake", sans-serif
}

a {
	color: var(--c-white);
	text-decoration: none;
	transition: all .25s ease-in-out
}

a:hover {
	text-decoration: none;
	opacity: .7
}

h1 {
	font: 800 24px/24px var(--f-secondary);
	text-transform: uppercase;
	margin: 0
}

h2,
h3,
h4,
h5,
h6 {
	font: 400 20px/24px var(--f-secondary);
	text-transform: uppercase;
	margin: 12px 0
}

p {
	margin: 10px 0
}

p a {
	text-decoration: underline
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
p strong,
li strong {
	font-weight: 400
}

/* @font-face {
    font-family: "Momcake";
    src: url(234a13169e136f24126c.woff2) format("woff2"), url(cb040d4158f8222f6dda.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Momcake";
    src: url(3d26624b68a14f2c68e9.woff2) format("woff2"), url(ec0c7c1de86de877d7f3.woff) format("woff");
    font-weight: 800;
    font-style: normal
}
 */
@media print {

	*,
	*:before,
	*:after {
		background: rgba(0, 0, 0, 0) !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	pre {
		white-space: pre-wrap !important
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	tr,
	img {
		page-break-inside: avoid
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}
}

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

::before,
::after {
	text-decoration: inherit;
	vertical-align: inherit
}

html {
	cursor: default;
	line-height: 1.5;
	-moz-tab-size: 4;
	tab-size: 4;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	word-break: break-word
}

body {
	margin: 0
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
	margin: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin: 0
}

hr {
	height: 0;
	overflow: visible
}

main {
	display: block
}

nav ol,
nav ul {
	list-style: none;
	padding: 0
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

audio,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

iframe {
	border-style: none
}

img {
	border-style: none;
	max-width: 100%
}
/* изменил */
/* svg:not([fill]) {
    fill: currentColor
} */

svg:not(:root) {
	overflow: hidden
}

table {
	border-collapse: collapse
}

button,
input,
select {
	margin: 0
}

button {
	overflow: visible;
	text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button
}

fieldset {
	border: 1px solid #a0a0a0;
	padding: .35em .75em .625em
}

input {
	overflow: visible
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

select {
	text-transform: none
}

textarea {
	margin: 0;
	overflow: auto;
	resize: vertical
}

[type=checkbox],
[type=radio] {
	padding: 0
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

::-moz-focus-inner {
	border-style: none;
	padding: 0
}

:-moz-focusring {
	outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
	box-shadow: none
}

details {
	display: block
}

dialog {
	background-color: #fff;
	border: solid;
	color: #000;
	display: block;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	padding: 1em;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content
}

dialog:not([open]) {
	display: none
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

[hidden] {
	display: none
}

[aria-busy=true] {
	cursor: progress
}

[aria-controls] {
	cursor: pointer
}

[aria-disabled=true],
[disabled] {
	cursor: not-allowed
}

[aria-hidden=false][hidden] {
	display: initial
}

[aria-hidden=false][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	position: absolute
}

body {
	margin: 0;
	font-family: var(--f-primary);
/*     color: var(--c-secondary); */
	background: var(--c-ternary);
	overflow: hidden
}

.form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 24px
}

@media(min-width: 1000px) {
	.form {
		flex-direction: row;
		gap: 12px;
		width: 648px;
		margin: 0 auto
	}
}

.form select,
.form input[type=text],
.form input[type=email] {
	height: 48px;
	width: 100%;
	border: 3px solid var(--c-secondary);
/*     background: rgba(0, 0, 0, 0); */
	font-size: 16px;
	font-family: var(--f-secondary);
	letter-spacing: 1.5px;
	padding: 5px 8px 0px;
	outline: none
}

.form input[type=text],
.form input[type=email] {
	color: var(--c-white)
}

.form input[type=text]::placeholder,
.form input[type=email]::placeholder {
	color: var(--c-secondary);
	text-transform: uppercase
}

.form select {
	display: none;
	color: var(--c-secondary)
}

.form select.selected {
	color: var(--c-secondary)
}

.form__fields {
	flex: 1;
	width: 100%
}

@media(min-width: 1000px) {
	.form__fields {
		width: auto
	}
}

.form__error {
	color: var(--c-accent);
	padding: 8px 0;
	display: block;
	text-align: left;
	position: absolute
}

.form__success {
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
	align-items: center;
	margin-top: 24px
}

.form .button--primary {
	width: 154px
}

.button {
	position: relative;
	display: grid;
	place-items: center;
	width: 225px;
	padding-block: 6px;
	border: none;
	font: 800 20px/24px var(--f-secondary);
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: var(--c-black);
	background: var(--c-secondary);
	cursor: pointer;
	transition: all .25s ease-in-out
}

.button:hover {
	color: var(--c-black);
	background: var(--c-hover)
}

.button--secondary {
	background: var(--c-primary);
	color: var(--c-ternary)
}

.button--secondary:hover {
	opacity: 1
}

.button--sold-out {
	cursor: default
}

.button--sold-out::after {
	content: "Sold Out";
	position: absolute;
	inset: auto auto -8px auto;
	display: grid;
	place-items: center;
	width: 70px;
	height: 16px;
	font: 800 12px/12px var(--f-secondary);
	color: var(--c-primary);
	background: var(--c-accent)
}

.button--intro {
	width: 100%;
	border: 2px solid var(--c-secondary);
	color: var(--c-secondary);
	background: rgba(0, 0, 0, 0)
}

@media(min-width: 760px) {
	.button--intro {
		width: 225px
	}
}

.button--intro:hover {
	background: var(--c-secondary)
}

.loader {
	position: absolute;
	inset: 0 0 0 0;
	z-index: 999;
	display: grid;
	place-items: center;
	background-color: var(--c-primary)
}

.loader__bars,
.loader__bars::before,
.loader__bars::after {
	background: var(--c-secondary);
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em
}

.loader__bars {
	color: var(--c-secondary);
	text-indent: -9999em;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0px;
	transform: translate(-50%, -50%)
}

.loader__bars::before,
.loader__bars::after {
	position: absolute;
	top: 0;
	content: ""
}

.loader__bars::before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s
}

.loader__bars::after {
	left: 1.5em
}

@-webkit-keyframes load1 {

	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em
	}

	40% {
		box-shadow: 0 -2em;
		height: 5em
	}
}

@keyframes load1 {

	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em
	}

	40% {
		box-shadow: 0 -2em;
		height: 5em
	}
}

.overlay {
	transition: all .25s ease-in-out;
	opacity: 0;
	background: var(--c-primary);
	color: var(--c-secondary);
	font-size: 64px;
	text-transform: uppercase;
	line-height: 36px;
	letter-spacing: -3px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.event {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 24px
}

@media(min-width: 760px) {
	.event {
		margin-bottom: 32px
	}
}

.event__tickets-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 4px
}

@media(min-width: 760px) {
	.event__tickets-wrap {
		width: auto
	}
}

.event__info {
	margin-bottom: 16px
}

@media(min-width: 760px) {
	.event__info {
		display: flex;
		gap: 20px;
		align-items: flex-start;
		margin: 0px
	}
}

.event__date {
	width: 120px;
	margin: 0;
	font: 800 20px/24px var(--f-secondary);
	text-transform: uppercase
}

@media(min-width: 1000px) {
	.event__date {
		width: 128px
	}
}

.event__support {
	flex-shrink: 0
}

@media(min-width: 760px) {
	.event__support {
		width: 87px
	}
}

.event__support p {
	margin: 0;
	font: 400 13px/18px var(--f-primary)
}

.event__tickets {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 4px;
	width: 100%
}

@media(min-width: 760px) {
	.event__tickets {
		flex-direction: row;
		gap: 16px
	}
}

.event__tickets .button {
	flex-shrink: 0;
	width: 100%;
	margin: 6px 0
}

@media(min-width: 760px) {
	.event__tickets .button {
		width: 225px;
		margin: 0
	}
}

.event__location {
	flex-grow: 2
}

.event__location h3,
.event__location p {
	margin: 0;
	font: 800 20px/24px var(--f-secondary);
	text-transform: uppercase
}

.news {
	display: grid;
	grid-template-columns: 1fr;
	gap: 38px 50px;
	margin: 10px 0
}

@media(min-width: 760px) {
	.news {
		grid-template-columns: 1fr 1fr
	}
}

.news__item {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 12px
}

.news__item:hover .news__image {
	background-size: 110% auto
}

.news__item:hover .news__image img {
	scale: 1.1
}

.news__title {
	flex: 1;
	width: 100%;
	margin: 0;
	font: 800 20px/24px var(--f-secondary);
	text-transform: uppercase;
	color: var(--c-secondary)
}

.news__image {
	position: relative;
	width: 100%;
	height: 202px;
	background: url(be9e8efc3d98b0ea47f7.jpg) center/100% auto no-repeat;
	overflow: hidden;
	transition: all .3s ease-out
}

.news__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-out
}

.news__date {
	position: absolute;
	inset: 0 auto auto 0;
	padding: 6px 8px 10px;
	margin: 0;
	font: normal 13px/13px var(--f-primary);
	text-transform: capitalize;
	color: var(--c-primary);
	background: var(--c-accent)
}

.product-card {
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 12px
}

@media(min-width: 1000px) {
	.product-card {
		flex-direction: column;
		width: 272px;
		margin-bottom: 24px
	}
}

.product-card__image {
	position: relative;
	width: 120px;
	height: 120px
}

@media(min-width: 1000px) {
	.product-card__image {
		width: 272px;
		height: 272px
	}
}

.product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.product-card__content {
	flex-grow: 1;
	width: 50%
}

@media(min-width: 1000px) {
	.product-card__content {
		width: 100%
	}
}

.product-card:hover .overlay {
	opacity: 1
}

.release-card {
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 12px
}

@media(min-width: 1000px) {
	.release-card {
		flex-direction: column;
		width: 272px;
		margin-bottom: 24px
	}
}

.release-card__image {
	height: auto;
	width: 120px
}

@media(min-width: 1000px) {
	.release-card__image {
		width: 100%
	}
}

.release-card__content {
	flex-grow: 1
}

.release-card__release-date {
	margin-top: 0;
	margin-bottom: 0
}

.release-card a:hover {
	text-decoration: none
}

.sharing {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 2px
}

.sharing__item {
	cursor: pointer;
	transition: all .25s ease-in-out
}

.sharing__item path:last-child {
	fill: var(--c-secondary)
}

.sharing__item:hover {
	opacity: 1
}

.sharing__item:hover path:last-child {
	fill: var(--c-hover)
}

.sharing .url-copied {
	position: absolute;
	inset: 0 0 0 0;
	display: grid;
	place-items: center;
	font: 300 24px/24px var(--f-secondary);
	text-transform: uppercase;
	text-align: center;
	color: var(--c-secondary);
	background: var(--c-primary)
}

.video-card {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px
}

@media(min-width: 1000px) {
	.video-card {
		gap: 48px
	}
}

.video-card__container {
	width: 100%;
	position: relative
}

.video-card__container::after {
	padding-top: 56.25%;
	content: "";
	width: 100%;
	display: block
}

.video-card__container>div,
.video-card__container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	max-width: 100%
}

.video-card__container-overlay {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer
}

.video-card__container-overlay .image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 20;
	transition: all .25s ease-in-out
}

.video-card__container-overlay .icon-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10%;
	height: auto;
	z-index: 25;
	opacity: .5;
	transition: all .25s ease-in-out
}

.video-card__container-overlay .video-player {
	opacity: 0;
	z-index: 10
}

.video-card__container-overlay .video-player.active {
	opacity: 1
}

.video-card__container-overlay:hover .image {
	opacity: .7
}

.video-card__container-overlay:hover .icon-play {
	opacity: 1
}

.announcement-banner {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	width: 100%;
	max-width: 808px;
	z-index: 1000;
	padding: 16px 24px;
	background: var(--c-primary);
	border: 3px solid var(--c-secondary);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 12px
}

@media(min-width: 1000px) {
	.announcement-banner {
		flex-direction: row
	}
}

.announcement-banner a {
	font-size: 24px;
	line-height: 1;
	letter-spacing: -2px;
	color: var(--c-secondary);
	transition: all .25s ease-in-out
}

@media(min-width: 1000px) {
	.announcement-banner a {
		font-size: 48px
	}
}

.announcement-banner a:hover {
	color: var(--c-primary)
}

.article__image {
	width: 100%;
	height: 190px;
	background-image: url(be9e8efc3d98b0ea47f7.jpg);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

@media(min-width: 1000px) {
	.article__image {
		height: 432px
	}
}

.article__image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.article__content {
	width: 100%;
	margin: 0 auto;
	padding: 24px
}

@media(min-width: 1000px) {
	.article__content {
		width: 768px;
		padding: 20px
	}
}

.article__content:first-of-type {
	padding-top: 72px
}

@media(min-width: 1000px) {
	.article__content:first-of-type {
		padding-top: 114px
	}
}

.article__content:last-of-type {
	padding-bottom: 175px
}

.article__page-title {
	margin: 0
}

.article__title {
	margin: 35px 0 20px;
	font: 800 20px/24px var(--f-secondary)
}

.article__sharing {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center
}

.article__sharing p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase
}

.article__sharing.top>*:not(h1) {
	width: 16px;
	height: 16px;
	margin: 0
}

.article__sharing.top>.article__back-button {
	position: relative;
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 0, 0)
}

.article__sharing.top>.article__back-button::before,
.article__sharing.top>.article__back-button::after {
	content: "";
	position: absolute;
	transform: rotate(45deg);
	width: 22px;
	height: 2px;
	background: var(--c-secondary)
}

.article__sharing.top>.article__back-button::after {
	transform: rotate(-45deg)
}

.article__sharing.top>.article__back-button:hover::before,
.article__sharing.top>.article__back-button:hover::after {
	background: var(--c-hover)
}

.article .page-content {
	min-height: auto;
	padding: 0 20px
}

.block {
	width: 100%
}

.block--image {
	width: 768px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center
}

.block--image img {
	height: auto;
	margin: 0 auto
}

.block--heading h1,
.block--heading h2 {
	max-width: 200px;
	margin: 0 auto
}

@media(min-width: 1000px) {

	.block--heading h1,
	.block--heading h2 {
		max-width: 100%;
		margin: 0
	}
}

.block--paragraph a {
	color: var(--c-secondary)
}

.block--paragraph>div {
	display: flex;
	flex-direction: column
}

.block--videos {
	display: flex;
	flex-direction: column;
	gap: 24px
}

@media(min-width: 1000px) {
	.block--videos {
		gap: 48px
	}
}

.block--events {
	margin: 20px 0
}

.button-block {
	max-width: 648px;
	margin: 0 auto;
	display: grid;
	column-gap: 24px;
	row-gap: 12px;
	grid-template-columns: auto
}

@media(min-width: 1000px) {
	.button-block {
		grid-template-columns: repeat(auto-fill, 200px)
	}
}

.button-block .button--primary {
	width: 200px;
	place-self: center
}

.button-block.single-button {
	grid-template-columns: auto;
	justify-content: center
}

.cookie-banner {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	max-width: 808px;
	z-index: 1000;
	padding: 16px 24px;
	background: var(--c-ternary);
	border: 3px solid var(--c-secondary);
	border-bottom-width: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	gap: 12px
}

@media(min-width: 1000px) {
	.cookie-banner {
		flex-direction: row
	}
}

.cookie-banner p {
	font-size: 16px
}

.error p {
	margin: 24px 0px
}

.site-header {
	position: fixed;
	inset: 0 0 0 0;
	z-index: 210;
	background: var(--c-black);
	pointer-events: none;
	transition: all .3s ease-in-out
}

@media(min-width: 1000px) {
	.site-header {
		background: var(--c-primary)
	}
}

.site-header__burger-icon {
	position: fixed;
	inset: 16px 16px auto auto;
	z-index: 200;
	width: 23px;
	height: 23px;
	pointer-events: all;
	cursor: pointer
}

@media(min-width: 1000px) {
	.site-header__burger-icon {
		display: none
	}
}

.site-header__burger-icon>div {
	position: absolute;
	inset: auto 0 4px 0;
	height: 2px;
	background: var(--c-secondary);
	transition: all .3s ease-in-out
}

.site-header__burger-icon>div::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	margin-top: -6px;
	background: var(--c-secondary);
	transition: all .3s ease-in-out
}

.site-header__burger-icon>div::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	margin-top: -8px;
	background: var(--c-secondary);
	transition: all .3s ease-in-out
}

.site-header__burger-icon--true>div {
	background: rgba(0, 0, 0, 0)
}

.site-header__burger-icon--true>div::before {
	transform: rotate(-45deg)
}

.site-header__burger-icon--true>div::after {
	transform: translateY(6px) rotate(45deg)
}

/* .site-header__logo {
    position: fixed;
    inset: 12px auto auto 20px;
    z-index: 200;
    display: block;
    width: 64px;
    height: 64px;
    background: url(3adeb8be9ebae6057b4e.svg) center/contain no-repeat;
    cursor: pointer;
    pointer-events: all
} */

@media(min-width: 1000px) {
	.site-header__logo {
		inset: 20px auto auto 30px;
		width: 120px;
		height: 120px
	}
}

.site-header__socials {
	position: absolute;
	inset: auto 25px 75px 25px;
	z-index: 200;
	display: flex;
	justify-content: center
}

@media(min-width: 1000px) {
	.site-header__socials {
		inset: auto auto 25px 25px
	}
}

.site-header__socials .socials {
	display: flex;
	gap: 16px
}

.site-header__socials a {
	z-index: 200;
	pointer-events: all;
	cursor: pointer
}

.site-header__socials a path {
	fill: var(--c-secondary)
}

.site-header__socials a:hover {
	opacity: 1
}

.site-header__socials a:hover path {
	fill: var(--c-hover)
}

.site-header__legals {
	position: absolute;
	inset: auto 25px 25px 25px;
	z-index: 200;
	display: flex;
	justify-content: center;
	gap: 25px
}

@media(min-width: 1000px) {
	.site-header__legals {
		inset: auto 25px 25px auto
	}
}

.site-header__legals a {
	z-index: 200;
	pointer-events: all;
	font: 800 16px/24px var(--f-secondary);
	text-transform: uppercase;
	text-decoration: none;
	color: var(--c-secondary);
	cursor: pointer
}

.site-header__legals a:hover {
	opacity: 1;
	color: var(--c-hover)
}

.site-header__menu {
	position: absolute;
	inset: 85px 25px auto 25px;
	display: flex;
	flex-direction: column;
	gap: 50px;
	z-index: 200;
	pointer-events: all
}

@media(min-width: 1000px) {
	.site-header__menu {
		inset: 25px 25px auto auto;
		flex-direction: row;
		gap: 25px
	}
}

.site-header__menu a {
	font: 800 20px/24px var(--f-secondary);
	color: var(--c-secondary);
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	transition: all .25s ease-in-out
}

.site-header__menu a:hover {
	color: var(--c-hover);
	opacity: 1
}

.site-header__menu a.router-link-active {
	color: var(--c-hover);
	opacity: .7
}

.site-header__mobile {
	pointer-events: all;
	z-index: 250;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

@media(min-width: 1000px) {
	.site-header__mobile {
		display: none
	}
}

.site-header__follow,
.site-header__button {
	color: var(--c-secondary);
	font-family: var(--f-secondary);
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: -2px;
	padding: 0px;
	margin: 0px 12px;
	cursor: pointer;
	transition: all .25s ease-in-out
}

.site-header__follow:hover,
.site-header__button:hover {
	color: var(--c-white)
}

.site-header:not(.menu-visible) {
	inset: -100vh 0 100vh 0
}

@media(min-width: 1000px) {
	.site-header:not(.menu-visible) {
		inset: 0 0 0 0;
		background: rgba(0, 0, 0, 0)
	}
}

.heading--center {
	text-align: center
}

.heading--right {
	text-align: right
}

.hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px
}

.hero__image {
	width: 176px;
	margin: 0 auto;
	height: auto
}

@media(min-width: 1000px) {
	.hero__image {
		width: 312px
	}
}

.hero__heading {
	margin: 0;
	font-size: 12px;
	color: var(--c-secondary)
}

@media(min-width: 1000px) {
	.hero__heading {
		font-size: 15px
	}
}

.hero__buttons {
	display: flex;
	flex-direction: column;
	gap: 8px
}

@media(min-width: 1000px) {
	.hero__buttons {
		gap: 24px;
		flex-direction: row
	}
}

.intro {
	position: relative;
	display: grid;
	place-content: center;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: var(--bg-mobile-image) center/cover no-repeat
}

@media(min-width: 1000px) {
	.intro {
		background-image: var(--bg-image)
	}
}

.intro video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	object-position: center
}

.intro__buttons {
	position: absolute;
	inset: auto 12px 12px 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px
}

@media(min-width: 760px) {
	.intro__buttons {
		bottom: 70px;
		flex-direction: row
	}
}

.content {
	position: relative;
	z-index: 10;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.content::-webkit-scrollbar {
	display: none
}

.page {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 100vh;
	padding: 72px 24px
}

@media(min-width: 1000px) {
	.page {
		padding: 114px 24px
	}
}

.page-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	gap: 20px
}

@media(min-width: 1000px) {
	.page-content {
		width: 768px;
		max-width: calc(100vw - 240px)
	}
}

.product-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 24px
}

@media(min-width: 1000px) {
	.product-list {
		flex-direction: row;
		gap: 28px
	}
}

.release-list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 24px
}

@media(min-width: 1000px) {
	.release-list {
		flex-direction: row;
		gap: 28px
	}
}