/* TODO добавить это правило */
@media screen and (max-width: 1740px) {
	.featured {
		background-size: 72%;
	}
}
@media screen and (max-width: 1690px) {
	.content-wrap,
	.news-wrap {
		max-width: 1400px;
	}
	.nav {
		font-size: 1.6vw;
	}

	.home-page-feature.featured-news__splide {
		width: initial;
	}
	.img-wrap,
	.hero > .featured__item {
		height: 256px !important;
	}
	.promo__video-wrap {
		width: 850px;
	}
	.promo__img {
		right: -40px;
		bottom: 250px;
		width: 42vw;
		z-index: -1;
	}
	.promo__playbtn {
		top: 45%;
		left: 53%;
	}
	.game-features {
		height: 890px;
	}
	.game-features__track {
		max-width: 700px;
	}
	.game-features__slide {
		padding-top: 0;
	}
	.game-features__slide img {
		height: 80% !important;
	}
	.game-features__navigation {
		width: max-content;
		transform: translateY(-10px);
	}
	.footer-links__item {
		width: 76px;
		height: 76px;
	}
	.footer__img {
		bottom: 70px;
		width: 250px;
	}
	/* news page */
	.featured {
		background-size: 72%;
		background-position: right -38%;
	}
}
@media screen and (max-width: 1440px) {
	.content-wrap,
	.news-wrap {
		max-width: 1250px;
	}
	.main-page {
		background-image: url(../images/main_1440.png);
		background-position-y: -50px;
	}
	@supports (
		background-image: -webkit-image-set(url('../images/main_1440.webp') 1x)
	) {
		.main-page {
			background-image: -webkit-image-set(url('../images/main_1440.webp') 1x);
		}
	}
	.hero__btn-img {
		width: 220px;
		height: auto;
	}
	.featured-news__splide {
		margin-bottom: 80px;
	}
	.promo {
		height: 650px;
	}
	.promo__video-wrap {
		width: 760px;
	}
	.promo__playbtn {
		top: 50%;
		left: 50%;
		width: 76px;
		height: 76px;
	}
	.promo__img {
		right: -6vw;
		bottom: 115px;
		width: 42vw;
	}
	.game-features {
		height: 800px;
	}
	.game-features__content {
		height: 670px;
	}
	.game-features__track {
		max-width: 580px;
		height: 570px;
	}
	.game-features__slide img {
		height: 75% !important;
	}
	.game-features__navigation {
		width: max-content;
		transform: translateY(-120px);
	}
	.splide__arrow {
		width: 36px;
		height: 60px;
	}
	.footer-links__item {
		width: 64px;
		height: 64px;
	}
	.footer__img {
		width: 220px;
		height: auto;
	}
	/* news page */
	.news-item__list-view {
		gap: 40px;
		width: 95%;
		padding: 40px 0;
	}
	/* TODO поменять это правило */
	.featured {
		background-size: 75vw;
		background-position: 28vw 4vw;
	}
	.featured__heading {
		margin-bottom: 15px;
	}
	.featured__content-wrap {
		width: 55vw;
		padding-top: 40px;
	}
	.news-item__img-wrap {
		height: 350px !important;
	}
	/* news article */
	.article-container {
		background-image: url('../images/article-bg_1440.png');
	}
	@supports (
		background-image: -webkit-image-set(url('../images/article-bg_1440.webp') 1x)
	) {
		.article-container {
			background-image: -webkit-image-set(
				url('../images/article-bg_1440.webp') 1x
			);
		}
	}
	.news-item.article {
		width: 80%;
		border-radius: 50px;
	}
	/* community */
	.community__bg {
		height: 31vw;
		background-image: url('../images/community-bg_1440.png');
		background-size: 100%;
	}
	@supports (
		background-image: -webkit-image-set(url('../images/community-bg_1440.webp')
					1x)
	) {
		.community__bg {
			background-image: -webkit-image-set(
				url('../images/community-bg_1440.webp') 1x
			);
		}
	}
	.community__heading {
		font-size: 22px;
	}
	.communkity__subheading {
		font-size: 20px;
	}
	/* media page */
	.filters-wrap {
		margin-bottom: 40px;
	}
	.media {
		padding-bottom: var(--gap-med);
	}
	.media__top {
		height: 260px;
		background-image: url('../images/media-bg_1440.png');
		background-position-y: -6px;
	}
	@supports (
		background-image: -webkit-image-set(url('../images/media-bg_1440.webp') 1x)
	) {
		.media__top {
			background-image: -webkit-image-set(
				url('../images/media-bg_1440.webp') 1x
			);
		}
	}
	/* TODO добавить начало */
	.not-found__img {
		width: 45vw;
	}
	.not-fount__text {
		width: 25vw;
	}
	/* конец */
}
@media screen and (max-width: 1280px) {
	.content-wrap {
		max-width: 1000px;
		padding: 0;
	}
	.news-wrap {
		max-width: 1000px;
	}
	.promo {
		margin-bottom: var(--gap-med);
	}
	.promo__video-wrap {
		width: 720px;
	}
	.promo__img {
		right: -8vw;
		bottom: 145px;
		width: 41vw;
	}
	.game-features {
		width: 1000px;
		height: 800px;
		background-image: url('../images/screenframe.png');
		background-size: 80%;
		background-position: center 110px;
	}
	@supports (
		background-image: -webkit-image-set(url('../images/screenframe.webp') 1x)
	) {
		.game-features {
			background-image: -webkit-image-set(url('../images/screenframe.webp') 1x);
		}
	}
	.game-features__content {
		height: 730px;
	}
	.game-features__track {
		max-width: 590px;
		height: 614px;
	}
	.footer__img {
		right: 4vw;
	}
	/* news page */
	/* TODO поменять это правило */
	.featured {
		background-size: 76vw;
		background-position: 30vw 9vw;
	}
	.news-item {
		width: 100%;
	}
	/* news article */
	.article__text {
		width: 90%;
		font-size: 17px;
	}
	/* media page */
	.gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 1100px) {
	.header__wrap {
		width: 100%;
	}
	.nav {
		font-size: 20px;
	}
	.nav-list__item {
		margin-right: 0 !important;
	}
	.nav-list__item:not(:last-child) {
		margin-right: var(--gap-med) !important;
	}
	.play-link {
		width: 114px;
		height: 37px;
		background-size: contain;
	}
	.content-wrap {
		max-width: 800px;
		padding: 0 25px;
	}
	.main-page {
		background-image: url(../images/main_1030.png);
		background-position-y: -33px;
	}
	@supports (
		background-image: -webkit-image-set(url('../images/main_1030.webp') 1x)
	) {
		.main-page {
			background-image: -webkit-image-set(url('../images/main_1030.webp') 1x);
		}
	}
	.hero {
		height: 51vw;
	}
	.hero__btn-container {
		margin-top: 55%;
	}
	.featured-news__track {
		margin-top: var(--gap-med);
	}
	.img-wrap,
	.hero > .featured__item {
		height: 250px !important;
	}
	.featured-news__heading {
		margin-bottom: 0;
	}
	.featured-news__splide {
		margin-bottom: var(--gap-large);
	}
	.featured-news__track {
		padding-right: 22px !important;
		padding-left: var(--gap-med) !important;
	}
	.featured-item__heading {
		font-size: 2.5vw;
	}
	.promo {
		height: 550px;
	}
	.promo__video-wrap {
		margin-top: -50px;
	}
	.promo__img,
	.footer__img {
		display: none;
	}
	.game-features {
		height: 700px;
		background-size: 75%;
	}
	.game-features__content {
		height: 580px;
		margin-top: 70px;
	}
	.game-features__track {
		max-width: 580px;
	}
	.game-features__slide img {
		height: 70% !important;
	}
	.game-features__navigation {
		transform: translateY(-150px);
	}
	/* news page */
	.filter-btn {
		font-size: 20px;
	}
	.filter-btn:last-child {
		margin-right: 20px;
	}
	/* TODO поменять это правило */
	.featured {
		background-size: 100%;
		background-position: 17vw 0;
	}
	.featured__item,
	.news-item__img-wrap {
		height: 280px !important;
	}
	.news-item {
		gap: var(--gap-med);
	}
	.news-item__content-wrap {
		padding-top: 20px;
	}
	.news-item__text {
		font-size: 16px;
	}
	.news-item__btn {
		font-size: 17px;
	}
	/* news article */
	/* TODO background-size поменялся */
	.article-container {
		background-image: url('../images/article-bg_1030.png');
		background-size: cover;
	}
	@supports (
		background-image: -webkit-image-set(url('../images/article-bg_1024.webp') 1x)
	) {
		.article-container {
			background-image: -webkit-image-set(
				url('../images/article-bg_1024.webp') 1x
			);
		}
	}
	.featured-news.featured-news__splide {
		width: 65vw;
		transform: translateX(0);
	}
	/* media */
	.media__top {
		height: 200px;
		background-image: url('../images/media-bg_1030.png');
		background-position-y: -97px;
	}
	@supports (
		background-image: -webkit-image-set(url('../images/media-bg_1024.webp') 1x)
	) {
		.media__top {
			background-image: -webkit-image-set(
				url('../images/media-bg_1024.webp') 1x
			);
		}
	}
	.gallery.mob-gallery {
		grid-template-columns: repeat(3, 1fr);
		width: 85vw;
	}
	.gallery__item.mob {
		width: 20vw;
	}
	.link-list__link {
		font-size: 17px;
	}
	/* community */
	.community__bg {
		width: 80%;
		height: 32vw;
		background-image: url('../images/community-bg_1030.png');
	}
	@supports (
		background-image: -webkit-image-set(url('../images/community-bg_1024.webp')
					1x)
	) {
		.community__bg {
			background-image: -webkit-image-set(
				url('../images/community-bg_1024.webp') 1x
			);
		}
	}
	.community__wrap {
		width: 80%;
	}
	.community__text-block {
		width: 82%;
	}
	/* TODO добавить начало */
	.not-fount__text {
		width: 30vw;
	}
	/* TODO добавить правило */
	.not-found__img {
		width: 55vw;
	}
	/* конец */
}
@media screen and (max-width: 950px) {
	.game-features {
		width: 90vw;
		height: 750px;
		background-size: 100%;
	}
	.game-features__navigation {
		transform: translateY(-100px);
	}
}
@media screen and (max-width: 800px) {
	.splide__arrow {
		width: 24px;
		height: 36px;
	}
	.splide__pagination__page.splide__pagination--custom {
		width: 18px;
		height: 18px;
	}
	.section-heading {
		font-size: 1.5rem;
	}
	.header {
		position: relative;
	}
	.burger-container {
		display: block;
		position: relative;
		height: 30px;
		width: 40px;
	}
	.burger-container:hover > .hamburger-lines > .line {
		background-color: rgba(183, 131, 19, 0.541);
	}
	.toggle-menu {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 5;
		opacity: 0;
		cursor: pointer;
	}
	.hamburger-lines {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.hamburger-lines .line {
		display: block;
		height: 4px;
		width: 100%;
		border-radius: 10px;
		background: linear-gradient(45deg, #f74600, #ffc15c);
		transition: background 0.3s ease-in-out;
	}
	.hamburger-lines .line .line1,
	.hamburger-lines .line .line2,
	.hamburger-lines .line .line3 {
		transition: transform 0.3s ease-in-out;
	}
	.hamburger-lines.is-active .line1 {
		transform: rotate(-45deg) translate(-5px, 11px);
	}
	.hamburger-lines.is-active .line2 {
		transform: scaleY(0);
	}
	.hamburger-lines.is-active .line3 {
		transform: rotate(45deg) translate(-7px, -14px);
	}
	.nav {
		position: absolute;
		bottom: -268px;
		width: 300px;
		height: auto;
		padding: var(--gap-med) 40px 20px;
		background-color: rgba(0, 0, 0, 0.9);
		z-index: 2;
		transform: translateY(-200%);
		transition: all 0.3s ease-out;
	}
	.nav.is-active {
		transform: none;
	}
	.nav-list {
		flex-direction: column;
	}
	.nav-list__item:not(:last-child) {
		margin-right: 0;
		margin-bottom: var(--gap-med);
	}
	.main-page {
		background-image: url('../images/bg-main-s1.png');
		background-size: 109%;
		background-position-y: -300px;
	}
	@supports (
		background-image: -webkit-image-set(url('../images/bg-main-s1.webp') 1x)
	) {
		.main-page {
			background-image: -webkit-image-set(url('../images/bg-main-s1.webp') 1x);
		}
	}
	.hero {
		height: 750px;
	}
	.hero__btn-container {
		margin-top: 90%;
	}
	.hero__btn-img {
		box-shadow: -1px -2px 0px 0px #ffc31f;
	}
	.home-page-feature .featured-news__track {
		margin-top: var(--gap-med);
	}
	.promo {
		align-items: center;
		margin-bottom: 0;
	}
	@media screen and (orientation: landscape) {
		.promo {
			height: 530px;
		}
	}
	.modal__video {
		width: 88vw;
		height: 350px;
	}
	.game-features__track {
		max-width: 540px;
	}
	.game-features__slide img {
		height: 65% !important;
	}
	.game-features__navigation {
		transform: translateY(-160px);
	}
	/* news page */
	.featured {
		background-image: none;
	}
	.featured__content-wrap {
		width: 85vw;
		margin: 0 auto;
		padding: var(--gap-med) var(--gap-med) 10px;
	}
	.featured__item {
		height: 350px !important;
	}
	.featured__heading {
		margin-bottom: 20px;
	}
	.filters {
		/* TODO поменять это правило */
		padding: var(--gap-med);
	}
	.filter-btn {
		font-size: 2.5vw;
	}
	.filter-btn:not(:last-child) {
		margin-right: 25px;
	}
	.news-list {
		width: 80%;
	}
	.news-item {
		padding-top: var(--gap-med);
		padding-bottom: var(--gap-med);
	}
	.news-item__list-view {
		grid-template-columns: none;
		grid-template-rows: repeat(2, 1fr);
	}
	.news-item__img-wrap {
		width: 52%;
		margin: 0 auto;
		padding-bottom: 0;
	}
	.news-item__content-wrap {
		padding: 20px 20px 0;
	}
	.news-item__heading {
		text-align: center;
	}
	.news-item__meta {
		margin-bottom: 20px;
	}
	/* news article */
	.news-item.article {
		width: 85%;
	}
	.article__img {
		width: 70%;
	}
	/* community */
	.community__wrap {
		padding: 0 20px var(--gap-med);
	}
	.community__text {
		width: 100%;
	}
	/* media page */
	.media__top {
		background-position-y: -15px;
	}
	.gallery {
		grid-column-gap: var(--gap-med);
	}
	.more-btn {
		font-size: 22px;
	}
	/* TODO добавить начало */
	.not-found__img {
		width: 78vw;
	}
	.not-fount__text {
		width: 55vw;
	}
	/* TODO добавить конец */
}
@media screen and (max-width: 600px) {
	.header {
		padding-left: 25px;
		padding-right: 25px;
	}
	.header__logo,
	.header__logo-img {
		width: 74px;
	}
	.burger-container {
		height: 26px;
		width: 36px;
	}
	.hamburger-lines.is-active .line1 {
		transform: rotate(-45deg) translate(0px, 10px);
	}
	.hamburger-lines.is-active .line3 {
		transform: rotate(45deg) translate(-6px, -16px);
	}
	.play-link,
	.play-link > img {
		width: 105px;
	}
	.main-page {
		background-position-y: -45vw;
		background-size: 130%;
	}
	.hero__btn-container,
	.cta {
		display: flex;
		flex-direction: column;
	}
	.hero__btn-container {
		margin-top: 105%;
	}
	.hero__btn {
		width: 100%;
		height: 64px;
	}
	.cta__btn {
		height: 76px;
	}
	.hero__btn:not(:last-child),
	.cta__btn:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.hero__btn-img {
		width: 210px;
	}
	.home-page-feature.featured-news__splide {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 20px;
		padding-left: 9px;
	}
	.featured-news__splide {
		margin-top: 60px;
	}
	.featured-news__heading {
		justify-self: flex-end;
		margin-top: auto;
		margin-bottom: 0;
		margin-bottom: var(--gap-med);
	}
	.featured-news__track {
		padding: 10px 0 0 !important;
	}
	.featured-news__track,
	.featured-news__list {
		width: 98%;
	}
	.featured-item__heading {
		font-size: 5vw;
	}
	.img-wrap,
	.hero > .featured__item {
		height: 20% !important;
	}
	.footer__bottom {
		font-size: 1rem;
	}
	.promo {
		height: 450px;
		margin-bottom: var(--gap-large);
	}
	.promo__video-wrap {
		background-image: url('../images/gold-frame-s1.png');
		background-size: 103%;
		background-position-x: -4px;
	}
	@supports (
		background-image: -webkit-image-set(url('../images/gold-frame-s1.webp') 1x)
	) {
		.promo__video-wrap {
			background-image: -webkit-image-set(
				url('../images/gold-frame-s1.webp') 1x
			);
		}
	}
	.promo__playbtn {
		width: 66px;
		height: 66px;
	}
	.game-features {
		height: 680px;
		padding-top: 0;
		background-image: none;
	}
	.game-features__heading {
		margin-bottom: var(--gap-med);
	}
	.game-features__content {
		height: 510px;
	}
	.game-features__track {
		width: 320px;
		height: 480px;
	}
	.game-features__slide img {
		width: 90vw;
		height: auto !important;
		padding: var(--gap-med);
		background-color: var(--color-bg-dark);
		border: 5px solid #000;
		border-radius: 19px;
	}
	.game-features__pagination > li:not(:last-child) {
		margin-right: 10px;
	}
	.game-features__pagination > li > .splide__pagination--custom {
		width: 14px;
		height: 14px;
	}
	.footer {
		padding-top: var(--gap-large);
		padding-bottom: var(--gap-large);
	}
	.footer-links {
		padding-left: 0;
	}
	.footer-links__item {
		width: 44px;
		height: 44px;
	}
	.footer-links__item:not(:last-child) {
		margin-right: 15px;
	}
	.footer-links__item:last-child {
		margin-right: 0;
	}
	.footer__bottom {
		line-height: 1.5;
	}
	.footer__copywrite {
		margin-bottom: var(--gap-med);
	}
	.policy-links {
		flex-direction: column;
	}
	.policy-links__item:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.news-wrap {
		padding: 0 var(--gap-med);
	}
	/* media */
	.gallery.mob-gallery {
		grid-template-columns: repeat(2, 1fr);
	}
	.gallery__item.mob {
		width: 33vw;
	}
	.media__top {
		background-position-y: 0;
	}
	@supports (
		background-image: -webkit-image-set(url('../images/media-bg_600.webp') 1x)
	) {
		.media__top {
			background-image: -webkit-image-set(
				url('../images/media-bg_600.webp') 1x
			);
		}
	}
	.gallery {
		grid-template-columns: 1fr;
		width: 75vw;
		gap: 20px;
	}
	.media__gallery {
		padding: 0 20px;
	}
	.media > .more-btn {
		font-size: 20px;
	}
	.no-children-container {
		grid-column: span 2;
	}
	/* news article */
	.article-container {
		background-image: url('../images/article-bg_600.png');
		background-size: contain;
	}
	@supports (
		background-image: -webkit-image-set(url('../images/article-bg_600.webp') 1x)
	) {
		.article-container {
			background-image: -webkit-image-set(
				url('../images/article-bg_600.webp') 1x
			);
		}
	}
	/* community */
	.community__bg {
		background-image: url('../images/community-bg_600.png');
	}
	@supports (
		background-image: -webkit-image-set(url('../images/community-bg_600.webp')
					1x)
	) {
		.community__bg {
			background-image: -webkit-image-set(
				url('../images/community-bg_600.webp') 1x
			);
		}
	}
	.community__text,
	.table {
		font-size: 16px;
	}
	/* TODO добавить начало */
	.not-found__img {
		background-image: url(../images/404_small.png);
		margin-bottom: -60px;
	}
	@supports (
		background-image: -webkit-image-set(url('../images/404_small.webp') 1x)
	) {
		.not-found__img {
			background-image: -webkit-image-set(url('../images/404_small.webp') 1x);
		}
	}
	.not-found__number {
		top: 160px;
		font-size: 44px;
	}
	.not-fount__text {
		width: 65vw;
		font-size: 22px;
	}
	/* TODO добавить конец */
}
@media screen and (max-width: 450px) {
	.header {
		padding: 20px;
	}
	.header__logo,
	.header__logo-img {
		width: 80px;
	}
	.play-link {
		display: none;
	}
	.nav {
		right: 0;
		width: 250px;
	}
	.hero {
		height: 580px;
		margin-bottom: 20px;
	}
	.hero__btn-container {
		margin-top: 95%;
		margin-bottom: var(--gap-med);
	}
	.featured {
		background-image: none;
	}
	.featured-news__heading {
		margin-bottom: 0;
	}
	.home-page-feature.featured-news__splide {
		width: 85%;
		margin-bottom: 60px;
		padding-left: 20px;
	}
	.home-page-feature .featured-news__track {
		margin-top: 25px;
	}
	.home-page-feature .featured-news__navigation {
		width: 100%;
		margin-top: -40px;
		margin-left: -10px;
	}
	.img-wrap {
		border-width: 5px;
	}
	.img-wrap::before {
		margin: -9px;
	}
	.promo {
		height: 320px;
		margin-bottom: 0;
		transform: none;
	}
	.promo__playbtn {
		width: 56px;
		height: 56px;
	}
	.game-features {
		height: 450px;
	}
	.game-features__heading {
		margin-bottom: 10px;
	}
	.game-features__content,
	.game-features__splide {
		height: 350px;
	}
	.game-features__content {
		margin-top: 0;
	}
	.game-features__track {
		width: 86vw;
		height: 80vw;
	}
	.game-features__slide img {
		width: 85vw;
		padding: 20px;
	}
	.game-features__navigation {
		transform: translateY(-50px);
	}
	.game-features__pagination {
		margin-left: 20px;
		margin-right: 20px;
	}
	.cta__heading {
		margin-top: var(--gap-large);
		margin-bottom: 20px;
	}
	.cta__btn,
	.cta__btn-img {
		width: 220px;
		height: 66px;
	}
	.modal__video {
		height: 250px;
	}
	.modal__close-btn {
		width: 50px;
		height: 50px;
		background-size: contain;
	}
	/* news page */
	.filters {
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	.filter-btn {
		font-size: 4vw;
		margin-bottom: 15px;
	}
	.filter-btn:not(:nth-child(2)),
	.filter-btn:not(:last-child) {
		margin-right: 15px;
	}
	.filter-btn:nth-child(3),
	.filter-btn:nth-child(4),
	.filter-btn:last-child {
		margin-bottom: 0;
	}
	.filter-btn:nth-child(2),
	.filter-btn:last-child {
		margin-right: 0;
	}
	.news-list {
		width: 100%;
	}
	.news-item__content-wrap {
		padding: 0;
	}
	.news-item__footer {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.news-item__meta {
		font-size: 15px;
	}
	.featured__item,
	.news-item__img-wrap {
		height: 280px !important;
	}
	.news-item__img-wrap {
		width: 75%;
	}
	/* news article */
	.article-container {
		padding-top: var(--gap-med);
		padding-bottom: var(--gap-med);
	}
	.news-item.article {
		padding: var(--gap-med);
		border-radius: 25px;
	}
	.article__heading {
		font-size: 28px;
	}
	.article__text,
	.article__img {
		width: 100%;
	}
	.featured-news.featured-news__splide {
		width: 85vw;
		transform: translateX(8px);
	}
	.featured-news__track {
		width: 94%;
	}
	/* community */
	.community__wrap {
		width: 100%;
	}
	.community__subheading,
	.community-details__summary {
		font-size: 18px;
	}
	.community__bg {
		width: 100%;
	}
	/* media */
	.media {
		padding: 0 0 var(--gap-large);
	}
	.media__top {
		height: 160px;
		background-position-x: center;
	}
	#pc-svg {
		width: 47px;
		height: 70px;
	}
	#mob-svg {
		height: 42px;
	}
	.gallery.mob-gallery {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
	.gallery__item.mob {
		width: 55vw;
	}
	/* TODO добавить */
	.not-found__number {
		top: 157px;
	}
}
@media screen and (max-width: 400px) {
	.section-heading {
		font-size: 1.2rem;
	}
	.splide__pagination__page.splide__pagination--custom {
		width: 14px;
		height: 14px;
	}
	.hero__btn,
	.hero__btn-img,
	.cta__btn,
	.cta__btn-img {
		width: 190px;
		height: 57px;
	}
	.hero {
		height: 540px;
	}
	.featured-news__heading {
		margin-bottom: 0;
	}
	.home-page-feature.featured-news__splide {
		width: 95%;
		height: 380px;
		margin-top: -10px;
	}
	.img-wrap {
		border-width: 3px;
	}
	.img-wrap::before {
		margin: -6px;
	}
	.featured-news__navigation {
		transform: none;
	}
	.promo {
		height: 270px;
	}
	.promo {
		height: 300px;
	}
	.promo__playbtn {
		top: 45%;
		width: 46px;
		height: 46px;
	}
	.game-features {
		height: 400px;
	}
	.game-features__content,
	.game-features__splide {
		height: 350px;
	}
	.game-features__pagination {
		margin-left: 20px;
		margin-right: 20px;
	}
	.footer-links {
		flex-wrap: wrap;
	}
	.footer-links__item {
		width: 50px;
		height: 50px;
		margin-bottom: 20px;
	}
	.footer-links__item:not(:last-child) {
		margin-right: var(--gap-med);
	}
	.footer-links__item:nth-child(4),
	.footer-links__item:last-child {
		margin-right: 0;
	}
	.media__top {
		height: 120px;
		background-position-y: -10px;
	}
	.media__heading {
		font-size: 26px;
	}
	/* news page */
	.featured__content-wrap {
		padding: 20px 10px 10px;
	}
	.news-list {
		padding: 0 10px;
	}
	.news-item__heading {
		font-size: 20px;
	}
	.news-item__list-view.shown {
		align-items: center;
	}
	.news-item {
		gap: 0px;
	}
	.news-item__img-wrap {
		width: 100%;
		height: 250px !important;
	}
	/* news article */
	.article__img {
		margin-bottom: 20px;
	}
	.article__heading {
		font-size: 24px;
	}
	.article__text {
		font-size: 16px;
	}
	.featured-news.featured-news__splide {
		width: 100vw;
	}
	/* community */
	.community__text {
		width: 95%;
	}
	/* TODO добавить начало */
	.not-found__number {
		font-size: 40px;
	}
	.not-fount__text {
		width: 85vw;
	}
	/* TODO добавить конец */
}
@media screen and (max-width: 350px) {
	.home-page-feature.featured-news__splide {
		height: 350px;
		margin-bottom: 0;
	}
	.game-features {
		height: 340px;
	}
	.game-features__navigation {
		transform: translateY(-30px);
	}
	.footer-links__item:not(:last-child) {
		margin-right: 15px;
	}
	/* TODO  начало*/
	.not-found__number {
		top: 154px;
		font-size: 38px;
	}
	.not-found__img {
		margin-bottom: -40px;
	}
	/* TODO  конец*/
}
