@font-face {
	font-family: Roboto;
	src: local('RobotoRegular'), local('Roboto-Regular'),
		url(../fonts/roboto-regular.woff);
	font-display: swap;
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: Roboto;
	src: local('RobotoLight'), local('Roboto-Light'),
		url(../fonts/roboto-light.woff);
	font-display: swap;
	font-style: normal;
	font-weight: 300;
}
@font-face {
	font-family: Roboto;
	src: local('RobotoMedium'), local('Roboto-Medium'),
		url(../fonts/roboto-medium.woff);
	font-display: swap;
	font-style: normal;
	font-weight: 500;
}
@font-face {
	font-family: Roboto;
	src: local('RobotoBold'), local('Roboto-Bold'), url(../fonts/roboto-bold.woff);
	font-display: swap;
	font-style: normal;
	font-weight: 700;
}
@font-face {
	font-family: Roboto;
	src: local('RobotoBoldItalic'), local('Roboto-Bold-Italic'),
		url(../fonts/roboto-bolditalic.woff);
	font-display: swap;
	font-style: italic;
	font-weight: 900;
}
:root {
	--color-bg-dark: #121212;
	--color-bg: #191919;
	--color-highlight: #b78313;
	--gap-large: 50px;
	--gap-med: 30px;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*,
html,
body {
	margin: 0;
	padding: 0;
}
html,
body {
	width: 100%;
	min-height: 100vh;
}
body {
	font-family: Roboto, sans-serif;
	flex: 1;
	margin: 0;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.5;
	color: #9e9e9e;
	text-align: left;
	background-color: #131212;
	overflow-x: hidden;
}
.list-reset {
	list-style: none;
}
.link-reset {
	display: inline-block;
	color: currentColor;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
.btn-reset {
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.wrap,
.content-wrap {
	width: 100%;
	margin: 0 auto;
}
.wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.wrap--dark {
	height: 100vh;
	background-color: #000;
}
.flex-col {
	display: flex;
	flex-direction: column;
}
.content-wrap,
.news-wrap {
	max-width: 1700px;
	padding: 0 var(--gap-large);
}
.hidden {
	visibility: hidden;
	opacity: 0;
	font-size: 0;
}
.splide {
	align-content: center;
	align-items: center;
}
.splide__arrows {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	align-self: center;
	margin-top: var(--gap-large);
}
.splide__arrow {
	position: static;
	background-color: transparent;
}
.splide__arrow--prev {
	transform: scale(-1);
}
.splide__arrow svg {
	width: 38px;
	height: 64px;
}
.not_active {
	border-style: solid;
	border-width: 7px;
	border-color: #000;
	border-radius: 19px;
	background-color: var(--color-bg);
}
.splide-navigation {
	width: 40%;
}
.splide__arrow {
	width: 40px;
	height: 64px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	transform: none;
}
.splide__arrow--prev {
	background-image: url('../images/arrow-left.png');
}
.splide__arrow--next {
	background-image: url('../images/arrow-right.png');
}
.splide__pagination {
	position: static;
	justify-content: space-evenly;
}
.news__item.invisible {
	width: 0;
	height: 0;
	padding: 0;
	font-size: 0;
	opacity: 0;
}
.header {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px var(--gap-large);
	background-color: #000;
}
.header__wrap {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	justify-self: center;
	width: 80%;
	max-width: 1700px;
}
.header__logo {
	display: inline-block;
	margin-right: auto;
}
.header__logo-img {
	width: 90px;
}
.nav {
	flex-basis: 60%;
	font-size: 24px;
	color: #eee;
}
.burger-container {
	display: none;
}
.nav-list {
	display: flex;
	justify-content: space-evenly;
	overflow: hidden;
	font-weight: 700;
	line-height: 1.2;
}
.nav-list__item:not(:last-child) {
	margin-right: 40px;
}
.nav-list__link {
	position: relative;
	display: inline-block;
	color: #eee;
	text-transform: uppercase;
	z-index: 3;
}
.nav-list__link:not(:last-child) {
	margin-right: 100px;
}
.nav-list__link::after,
.policy-links__link::after,
.link-list__link::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0;
	backface-visibility: hidden;
}
.nav-list__link::after {
	height: 3px;
	background: #eee;
}
.policy-links__link::after {
	height: 2px;
	background: rgb(158, 158, 158);
}
.link-list__link::after {
	height: 2px;
	background: #eee;
}
.play-link {
	width: 123px;
	margin-left: auto;
	padding: 1px;
	line-height: 0;
}
.main-page {
	background-image: url('../images/main.png');
	background-repeat: no-repeat;
	background-position: center -80px;
	background-size: 75vw;
}

@supports (background-image: -webkit-image-set(url('../images/main.webp') 1x)) {
	.main-page {
		background-image: -webkit-image-set(url('../images/main.webp') 1x);
	}
}
/* hero */
.hero {
	position: relative;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40vw;
	margin-bottom: var(--gap-med);
}
.hero__img {
	z-index: -1;
}
.hero__btn-container {
	margin-top: 35%;
}
.hero__btn,
.hero__btn-img {
	width: 256px;
	height: 76px;
}
.hero__btn:not(:last-child) {
	margin-right: var(--gap-med);
}
.hero__btn-img {
	border-radius: 15px;
	box-shadow: 0px -3px 0px 0px #ffc31f;
}

/* featured news*/
.featured-news__splide {
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}
.section-heading {
	font-weight: 900;
	font-style: italic;
	font-size: 2rem;
	letter-spacing: 0.02em;
	color: #eee;
	text-transform: uppercase;
	text-align: center;
}
.featured-news__heading {
	justify-self: flex-end;
	margin-bottom: var(--gap-med);
	text-align: center;
}
.featured-news__track,
.featured-news__list {
	width: 100%;
}
.featured-news__track {
	padding: 10px 45px 0 !important;
}
.featured-news__list {
	margin: 0 auto !important;
}
.img-wrap,
.featured__item {
	box-sizing: content-box;
	position: relative;
	height: 380px !important;
	background-color: var(--color-bg);
	border-width: 7px;
	border: 7px solid #000;
	border-radius: 19px;
	margin-bottom: 15px;
}
.featured-item__img {
	width: 100%;
	height: inherit;
	border-radius: 19px;
	object-fit: cover;
	object-position: center 30%;
}
.featured-item__link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 0;
}
.img-wrap::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: -11px;
	border-radius: 20px;
	background-clip: padding-box;
	background-color: var(--color-bg);
	background: transparent;
	z-index: -1;
	transition: all 0.3s ease-in-out;
}
.featured-item__heading {
	color: #9e9e9e;
	font-size: 1.5vw;
	line-height: 1.2;
	text-align: center;
}
.featured-news__item.is-active > .featured-item__wrap > .img-wrap::before {
	background: linear-gradient(to top, #f74600, #f8cf42);
}
.featured-news__navigation {
	position: static;
	align-self: center;
	width: 70%;
	margin: 0 auto;
}
.featured-news__pagination {
	flex-wrap: nowrap;
}
.featured-news__pagination > li:not(:last-child) {
	margin-right: 15px;
}
.featured-news__pagination.splide__pagination {
	display: flex !important;
}
.splide__pagination__page.splide__pagination--custom {
	width: 24px;
	height: 24px;
	display: inline-block;
	border-radius: 0;
	background-color: transparent;
	background-image: url('../images/pagination-bullit.png');
	background-size: contain;
	background-repeat: no-repeat;
	transition: background-image 0.2s ease-out;
}
.splide__pagination__page.splide__pagination--custom.is-active {
	background-image: url('../images/pagination-bullit-active.png');
}

/* promo */
.promo {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: start;
	justify-items: start;
	width: 100%;
	height: 870px;
}
.promo__video-wrap {
	position: relative;
	width: 1000px;
	height: 90%;
	background-image: url('../images/gold-frame-preview.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
@supports (
	background-image: -webkit-image-set(url('../images/gold-frame-preview.webp')
				1x)
) {
	.promo__video-wrap {
		background-image: -webkit-image-set(
			url('../images/gold-frame-preview.webp') 1x
		);
	}
}
.promo__video-preview {
	max-width: 1100px;
	object-fit: contain;
}
.promo__playbtn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background-image: url('../images/playbtn.png');
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%);
}
.promo__img {
	position: absolute;
	right: 0;
	bottom: 90px;
	width: 50%;
}
/* game features */
.game-features {
	width: 100%;
	height: 950px;
	margin: 0 auto;
	padding-top: var(--gap-large);
	background-image: url('../images/fire-frame.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center 0;
}
@supports (
	background-image: -webkit-image-set(url('../images/fire-frame.webp') 1x)
) {
	.game-features {
		background-image: -webkit-image-set(url('../images/fire-frame.webp') 1x);
	}
}
.game-features__content {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 810px;
	margin: 0 auto;
}
.game-features__track {
	max-width: 780px;
	height: auto;
}
.game-features__slide {
	padding-top: 40px;
}
.game-features__slide img {
	height: 90% !important;
}
.game-features__navigation {
	position: static;
	margin: 0 auto;
	width: max-content;
}
.game-features__arrows {
	margin-top: 0;
}
.game-features__pagination {
	margin-left: 40px;
	margin-right: 40px;
}
.game-features__pagination > li:not(:last-child) {
	margin-right: 20px;
}
.game-features__img {
	display: none;
	z-index: -1;
}
/* call to action (cta) */
.cta {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: var(--gap-large);
}
.cta__heading {
	margin-bottom: var(--gap-med);
}
.cta__btn:not(:last-child) {
	margin-right: var(--gap-med);
}
/* footer */
.footer {
	width: 100%;
	margin: auto 0;
	margin-top: auto;
	align-self: flex-end;
	padding: 80px 0;
	background: #000;
}
.footer-links {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-bottom: var(--gap-large);
}
.footer-links__item {
	width: 86px;
	height: 86px;
	border-radius: 50%;
}
.footer-links__item:not(:last-child) {
	margin-right: var(--gap-med);
}
.footer-links__link {
	display: inline-block;
	width: inherit;
	height: inherit;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.discord {
	background-image: url('../images/discord.png');
}
.instagram {
	background-image: url('../images/instagram.png');
}
.facebook {
	background-image: url('../images/fb.png');
}
.vk {
	background-image: url('../images/vk.png');
}
.reddit {
	background-image: url('../images/reddit.png');
}
.youtube {
	background-image: url('../images/youtube.png');
}
.footer__bottom {
	font-size: 1.4rem;
	color: #9e9e9e;
	text-transform: uppercase;
	line-height: 2;
	text-align: center;
}
.policy-links {
	display: flex;
	justify-content: center;
}
.policy-links__item:not(:last-of-type) {
	margin-right: var(--gap-large);
}
.policy-links__link {
	position: relative;
}
.footer__img {
	position: absolute;
	right: 10vw;
	bottom: 50px;
	width: 300px;
}
/* promo video modal */
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10;
	font-size: 0;
}
.modal.hidden {
	display: none;
}
.modal__video {
	border-width: 4px;
	border-style: solid;
	border-image: linear-gradient(to top, #f74600, #c0a344) 1;
	width: 640px;
	height: 400px;
	background: #000;
	font-size: 0;
	z-index: 10;
}
.modal__close-btn {
	display: block;
	background: url(../images/closebtn.png) no-repeat 50% 0;
	width: 57px;
	height: 57px;
}
.modal__close-btn:hover {
	filter: contrast(1.3);
}

/* other pages */
.news,
.media-wrap {
	max-width: 1750px;
	margin: 0 auto;
}
/* community */
.community {
	background-color: #000;
}
/* TODO взять в папке с картинками creators-bg.png, creators-bg.webp */
/* TODO поменять url с community-bg на creators-bg */
.community__bg {
	position: relative;
	width: 70%;
	height: 28vw;
	margin: 0 auto;
	background-image: url('../images/creators-bg.png');
	background-repeat: no-repeat;
	background-position-y: -80px;
	background-size: 100% auto;
}
.community__bg::after {
	content: '';
	position: absolute;
	bottom: -7%;
	left: 0;
	width: 100%;
	height: 19%;
	background: linear-gradient(0deg, #000, transparent);
}
/* TODO в url поменять community-bg на creators-bg */
@supports (
	background-image: -webkit-image-set(url('../images/creators-bg.webp') 1x)
) {
	.community__bg {
		background-image: -webkit-image-set(url('../images/creators-bg.webp') 1x);
	}
}
.community__wrap {
	align-items: center;
	align-items: center;
	justify-self: flex-end;
	width: 45%;
	margin: auto auto 0;
	padding: 0;
}
.community__heading {
	margin-bottom: 20px;
}
.community__subheading,
.community-details__summary {
	margin-bottom: 10px;
	font-size: 22px;
	color: #d3d3d3;
}
.community__text-block {
	width: 100%;
	margin-bottom: var(--gap-med);
	z-index: 1;
}
.community__text {
	margin-bottom: 10px;
	font-size: 1.2rem;
	line-height: 1.5;
	color: #9e9e9e;
}
.community__text--color {
	color: var(--color-highlight);
}
.community__link {
	text-decoration: underline;
	color: currentColor;
	font-weight: 500;
}
.community-list {
	padding-left: 30px;
}
.table {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.table__cell {
	padding: 20px 10px;
	border: 1px solid #9e9e9e;
}
.table__cell:nth-child(odd) {
	width: 10vw;
}
.level-one {
	color: #92c392;
}
.level-two {
	color: #dbd28e;
}
.level-three {
	color: #ebb33a;
}
.community-details {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

/* media */
.media {
	margin-bottom: var(--gap-med);
	background-color: var(--color-bg-dark);
}
.media__gallery {
	padding: 0 var(--gap-large);
}
.media__top {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 350px;
	background-image: url('../images/media-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 -180px;
}
@supports (
	background-image: -webkit-image-set(url('../images/media-bg.webp') 1x)
) {
	.media__top {
		background-image: -webkit-image-set(url('../images/media-bg.webp') 1x);
	}
}
.media__heading {
	color: #eee;
	text-align: center;
	text-transform: uppercase;
}
.filters-wrap {
	width: 100vw;
	margin-bottom: 80px;
	padding: 20px;
	background-color: #000;
	justify-self: flex-start;
}
.media-filters {
	display: flex;
	justify-content: center;
	align-content: center;
	width: 40%;
	margin: 0 auto;
}
.media-filters__item {
	height: 50px;
	padding: 5px;
}
.media-filters__btn {
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.media-filters__btn > svg > g > path {
	transition: fill 0.2s ease-out;
}
.computer {
	width: 54px;
	margin-right: var(--gap-large);
}
.mobile {
	width: 36px;
}
.gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	width: 70vw;
	margin: 0 auto var(--gap-large);
}
.gallery.mob-gallery {
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.gallery__item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	color: #eee;
}
.gallery__item.last-shown ~ .gallery__item {
	display: none;
}
.gallery__item.invisible {
	display: none;
}
.gallery__item.mob {
	width: 15vw;
	justify-self: center;
}
.gallery-item__img-wrap {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.gallery-item__img-wrap::before,
.gallery-item__img-wrap::after {
	content: '';
	position: absolute;
}
.gallery-item__img-wrap::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(97, 97, 97, 0.2);
	z-index: 1;
	opacity: 0;
}
.gallery-item__img-wrap::after {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 54px;
	height: 54px;
	background-size: contain;
	background-image: url(../images/zoom-in.png);
	opacity: 0;
}
.gallery-item__img {
	width: 100%;
	height: auto;
	object-fit: cover;
	cursor: pointer;
}
.link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.link-list__item:not(:last-child) {
	border-right: 1px solid;
}
.link-list__link {
	position: relative;
	color: #eee;
	padding: 0 10px;
}
/* news page */
.featured {
	width: 100vw;
	display: flex;
	flex-wrap: nowrap;
	background-image: url('../images/mary_bg.png');
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: right top;
}
@supports (
	background-image: -webkit-image-set(url('../images/mary_bg.webp') 1x)
) {
	.featured {
		background-image: -webkit-image-set(url('../images/mary_bg.webp') 1x);
	}
}
.featured__content-wrap {
	align-items: center;
	justify-content: center;
	width: 760px;
	margin-left: var(--gap-med);
	margin-bottom: var(--gap-med);
	padding: var(--gap-large) 70px 0;
}
.featured__heading {
	margin-bottom: var(--gap-med);
	color: #eee;
	line-height: 1.2;
}
.featured__item {
	width: 100%;
}
.filters {
	width: 100%;
	/* TODO поменять padding */
	padding: var(--gap-large) var(--gap-med);
	text-align: center;
	background-color: #000;
	color: #eee;
}
.more-btn,
.filter-btn {
	font-size: 24px;
	line-height: 1.2;
	text-transform: uppercase;
}
.filter-btn,
.more-btn,
.news-item__btn,
.news-item__tag {
	color: currentColor;
	box-shadow: inset 0 0 0 0 #eee;
	padding: 0 0.25rem;
	margin: 0 -0.25rem;
	transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.more-btn {
	position: relative;
	align-self: center;
	color: var(--color-highlight);
}
.filter-btn.is-active {
	color: var(--color-highlight);
}
.filter-btn:not(:last-child) {
	margin-right: 40px;
}
.news-list {
	background-color: var(--color-bg-dark);
}
.no-children-container {
	align-self: center;
	grid-column: span 3;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: var(--gap-med) 0;
	text-align: center;
}
.news-wrap {
	margin: 0 auto;
}
.news-item {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 60px;
	width: 80%;
	margin: 0 auto;
	padding: 30px 0 0;
}
.news-item:first-child {
	margin-top: 30px;
}
.news-item:last-child {
	margin-bottom: 60px;
}
.news-item:only-child {
	margin-bottom: 0;
}
.news-item__list-view {
	display: none;
}
.news-item__list-view.shown {
	display: grid;
	align-items: center;
	margin-bottom: 20px;
}
.news-item__img-wrap {
	position: relative;
	height: 410px;
	margin: 0;
	border: 7px solid #000;
	border-radius: 19px;
	background-color: var(--color-bg);
}
.news-item__img-wrap::before {
	content: '';
	position: absolute;
	inset: calc(0px - 7px);
	top: -7px;
	left: -7px;
	right: -7px;
	bottom: -7px;
	border-radius: 15px;
	padding: 3px;
	background: linear-gradient(to top, #f54600, #f8cf42);
	-webkit-mask: linear-gradient(#eee 0 0) content-box, linear-gradient(#eee 0 0);
	mask: linear-gradient(#eee 0 0) content-box, linear-gradient(#eee 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.img-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.news-item__img {
	width: 100%;
	height: 99.5%;
	border-radius: 6px;
	object-fit: contain;
	object-position: center 30%;
}
.news-item__heading {
	display: inline-block;
	margin-bottom: 20px;
	color: #eee;
	text-transform: uppercase;
}
.news-item__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10%;
}
.news-item__btn,
.news-item__meta,
.news-item__text,
.article__text {
	color: #9e9e9e;
}
.news-item__meta,
.news-item__btn {
	font-size: 18px;
	text-transform: uppercase;
}
.news-item__meta {
	display: flex;
}
.news-item__tag {
	margin-right: 20px;
	color: var(--color-highlight);
	text-transform: uppercase;
	font-size: inherit;
}
.news-item__text > a,
.article__text > a {
	color: inherit;
}
/* news article */
.article-container {
	justify-content: flex-end;
	min-height: 100vh;
	padding: var(--gap-large) 0 100px;
	background-image: url('../images/article-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
}
@supports (
	background-image: -webkit-image-set(url('../images/article-bg.webp') 1x)
) {
	.article-container {
		background-image: -webkit-image-set(url('../images/article-bg.webp') 1x);
	}
}
.news-item.article {
	display: block;
	width: 60%;
	padding: var(--gap-large);
	background-color: var(--color-bg-dark);
	border-radius: 70px;
}
.article__inner-wrap {
	align-items: center;
	justify-content: flex-end;
}
.article > .news-item__meta {
	margin-bottom: var(--gap-med);
}
.article__img {
	max-height: 360px;
	margin-bottom: 40px;
}
.article__heading {
	margin-bottom: 20px;
	color: #eee;
	font-size: 28px;
	line-height: 1.2;
}
.article__text {
	width: 80%;
	margin-bottom: var(--gap-med);
	font-size: 18px;
}
.text-row {
	margin-bottom: 10px;
}
.article__link {
	display: inline-block;
	margin: 0 auto;
}
.featured-news__splide.featured-news {
	width: 80vw;
}
.featured-news .img-wrap {
	height: 290px !important;
}
.featured-news .featured-item__heading {
	font-size: 28px;
}
/* TODO вставить начало */
.not-found {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	height: 100%;
	margin-top: 30px;
}
.not-found__img {
	position: relative;
	height: 100vw;
	width: 35vw;
	max-height: 580px;
	margin: 0 auto -50px;
	background-image: url(../images/404.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
@supports (background-image: -webkit-image-set(url('../images/404.webp') 1x)) {
	.not-found__img {
		background-image: -webkit-image-set(url('../images/404.webp') 1x);
	}
}
.not-fount__text {
	font-size: 24px;
	font-weight: 600;
	color: #9e9e9e;
	z-index: 1;
	width: 20vw;
	text-align: center;
}
.not-found__number {
	position: absolute;
	top: 156px;
	font-size: 55px;
	font-weight: 600;
	text-align: center;
	color: #a18c85;
	text-shadow: -1px -1px 1px #171615, 0 0 1em #d15d03, 0 0 0.2em #584f4a;
	z-index: 1;
}
/* TODO вставить конец */
/* links and btns state */
.link-reset,
.btn-reset,
.header__logo img,
.nav-list__link,
.nav-list__link::after,
.play-link,
.hero__btn,
.hero__btn-img,
.gallery-item__img,
.media-filters__btn,
.img-wrap,
.featured-item__img,
.policy-links__link::after,
.link-list__link::after,
.cta__btn,
.cta__btn-img,
.news-item__img-wrap,
.news-item__heading,
.link-heading,
.news-item__tag,
.community__link {
	transition: all 0.3s ease-out;
}
.gallery-item__img-wrap::before,
.gallery-item__img-wrap::after {
	transition: opacity 0.4s ease;
}
.filter-btn,
.news-item__btn,
.news-item__tag,
.more-btn {
	transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.hero__btn:focus > img,
.cta__btn:focus > img {
	box-shadow: 0px -5px 0px 0px #fdf1cf;
}
.play-link:focus {
	box-shadow: 5px 5px 15px #c98400;
}
.link-heading:focus {
	color: #fff;
}
.news-item__heading:focus {
	color: currentColor;
}
.header__logo:focus,
.featured-item__link:focus,
.promo__playbtn:focus,
.footer-links__link:focus,
.policy-links__link:focus,
.filter-btn:focus,
.news-item__btn:focus,
.news-item__tag:focus,
.link-list__link:focus,
.gallery-item__img-wrap:focus,
.more-btn:focus,
.img-link:focus,
.featured__content-wrap > .featured__item > .featured-item__img:hover,
.community__link:focus {
	outline: none;
	box-shadow: 0 0 0 2px hsla(41, 81%, 40%, 0.678);
}

.media-filters__btn:focus,
.media-filters__btn:focus {
	outline: none;
}
.media-filters__btn:focus svg > g > path,
.media-filters__btn:focus svg > g > path {
	filter: drop-shadow(0px 2px 4px var(--color-highlight));
}
.nav-list__link:focus {
	outline: 1px solid #c98400;
	outline-offset: 5px;
}
.computer.is-active > svg > g > path,
.mobile.is-active > svg > g > path {
	fill: var(--color-highlight);
}

.header__logo:hover > img,
.hero__btn:hover > img,
.play-link:hover,
.media-filters__btn:hover,
.footer-links__item:hover > .footer-links__link,
.cta__btn:hover,
.news-item__img-wrap:hover,
.news-item__heading:hover,
.link-heading:hover {
	transform: scale(1.1, 1.1);
}
.promo__playbtn:hover {
	transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.img-wrap:hover > img,
.featured__content-wrap > .featured__item > .featured-item__img:hover {
	transform: scale(1.03, 1.03);
}
.link-list__link:hover::after {
	width: 85%;
}
.filter-btn:hover,
.news-item__btn:hover,
.news-item__tag:hover {
	box-shadow: inset 228px 0 0 0 var(--color-highlight);
}
.more-btn:hover,
.filter-btn.is-active:hover {
	color: var(--color-highlight);
	box-shadow: inset 228px 0 0 0 #eee;
}
.news-item__btn:hover,
.news-item__tag:hover {
	color: #eee;
}
.nav-list__link:hover::after,
.policy-links__link:hover::after {
	width: 100%;
}
.community__link:hover {
	filter: drop-shadow(16px 16px 20px currentColor) invert(35%);
}
.gallery-item__img-wrap:hover::before,
.gallery-item__img-wrap:hover::after {
	opacity: 0.9;
}
.gallery-item__img-wrap:hover .gallery-item__img {
	transform: scale(1.2);
}
.header__logo:active,
.media-filters__btn:active > svg,
.link-list__link:active,
.policy-links__link:active {
	outline: none;
	box-shadow: none;
}
.header__logo:active > img,
.hero__btn:active > img,
.play-link:active,
.splide__arrow:active,
.splide__pagination--custom:active,
.promo__playbtn:active .active .promo__playbtn:active,
.gallery-item__img-wrap:active,
.media-filters__btn:active,
.footer-links__item:active > .footer-links__link,
.more-btn:active,
.filter-btn:active,
.news-item__btn:active,
.news-item__tag:active,
.cta__btn:active > .cta__btn-img,
.link-heading:active,
.community__link:active {
	transform: scale(0.9, 0.9);
	outline: none;
	box-shadow: none;
}
.link-list__link:active,
.policy-links__link:active {
	color: #eee;
}
.hero__btn:active > img {
	box-shadow: 0px -3px 0px 0px #ffc31f;
}
.play-link:active {
	box-shadow: none;
}
@media screen and (min-width: 1981px) {
	.main-page {
		background-size: 70vw;
	}
	.hero__btn-container {
		margin-top: 33%;
	}
	.footer__img {
		right: 17.5vw;
	}
	/* TODO в папке images взять mary.png, mary.webp */
	.featured {
		width: 2100px;
		margin: 0 auto;
		background-image: url(../images/mary2.png);
		background-size: 70%;
		background-position: right -115px;
	}
	@supports (
		background-image: -webkit-image-set(url('../images/mary.webp') 1x)
	) {
		.featured {
			background-image: -webkit-image-set(url('../images/mary.webp') 1x);
		}
	}
	.featured__content-wrap {
		margin-left: 9vw;
	}
	.featured-item__heading {
		font-size: 2rem;
	}
	.news-item.article {
		width: 55%;
		padding: 80px 80px 100px;
	}
	.article-container {
		min-height: fit-content;
	}
	.article__img {
		margin-bottom: 40px;
	}
	.article__heading {
		font-size: 34px;
	}
	.article__text {
		width: 65%;
	}
	.article > .news-item__meta {
		font-size: 18px;
	}
	.gallery.mob-gallery {
		grid-template-columns: repeat(5, 1fr);
		gap: 20px;
	}
	.gallery__item.mob {
		width: 12vw;
	}
	.modal__video {
		width: 820px;
		height: 492px;
	}
	.modal__close-btn {
		margin-left: 762px;
	}
}
