
/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.mobile-menu {width: 320px; height: 100%; overflow-x: hidden; overflow-y: auto;
	z-index: 999; position: fixed; left: -360px; top: 0; transition: left 0.4s; background-color: var(--bg-darker);}
.mobile-menu.is-active {left: 0;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu__header {padding: 15px 20px; gap: 10px; background-color: var(--bg-black); --tt: #fff;}
.mobile-menu__header .anx-logo {font-size: 18px; gap: 10px;}
.mobile-menu__header .anx-logo div div {letter-spacing: 1px;}
.mobile-menu__header .anx-logo::before {width: 30px;} 
.mobile-menu__btn-close {font-size: 24px; width: 40px; height: 40px; margin-right: -10px;}
.mobile-menu__content {padding: 10px 20px;}
.mobile-menu__content .anx-head-menu {display: block;}
.mobile-menu__content .anx-head-menu > li > a {height: 50px;}
.mobile-menu__content .anx-head-menu li.anx-head-menu__has-submenu > a::after {position: static; translate: 0 0;}
.mobile-menu__content .anx-head-menu__submenu {position: static; border-radius: 0; box-shadow: none; 
	translate: 0 0 !important; opacity: 1; visibility: visible; margin: 10px -20px; font-size: 13px; padding: 15px;
	width: calc(100% + 40px); grid-template-columns: repeat(2,1fr);}
.mobile-menu__content .anx-head-menu__submenu a {padding: 5px;}

@media screen and (min-width: 1500px) {
	body {background: url(https://doramy.one/uploads/hat-trick-pzn11kfbvma-unsplash.webp) center top / 100vw auto fixed no-repeat;
		background-color: #d6e3dc;}
	.anx-shell {padding: 40px 0;}
	body.dt {background-image: none; background-color: var(--bg-black);}
}

@media screen and (max-width: 1340px) {
	:root {--indent-negative: -30px; --indent: 30px;}
	.anx-shell__container {max-width:1000px;}
	.anx-head {background-color: var(--bg-black); color: var(--tt-black); 
		--tt: var(--tt-black); --bg: var(--bg-black); --bg-darker: rgba(255,255,255,0.15);}
	.anx-head .anx-head-menu, .marlo__menu {display: none;}
	.anx-head__logo {flex: 1 1 0; max-width: 100%; min-width: 50px; padding-right: 0; background: none;}
	.anx-head__btn-menu {display: flex; height: 60px; font-size: 22px;}
	.anx-layout {display: block;}
	.anx-layout__side {padding-top: 50px;}
	.anx-footer {padding-top: 40px; padding-bottom: 20px; justify-content: center; text-align: center;}
	.anx-footer__left, .anx-footer__top, .anx-footer__submenu {justify-content: center; width: 100%;}
	.anx-footer__menu {width: 100%; padding-top: 40px;}
	.anx-social__btn {height: 60px; width: 60px; border: 0;}
	.anx-slide__descr, .sl__descr {width: 60%;}
	.anx-slide > img, .sl > img {width: 50%;}
	.anx-footer {background-image: none;}
	.anx-footer::after {display: none;}
	
	.anx-story__layout {grid-template-columns: minmax(0,1fr); 
		grid-template-rows: repeat(5,auto); grid-template-areas: "left" "right" "desc" "right2" "btm";}
	.anx-story__timer {text-align: center;}
	.anx-story__screenshots-box .anx-section__content {display: grid; grid-template-columns: 468px 1fr; grid-auto-flow: row dense;}
	.aninet__btn-trl {grid-row: span 2;}
	.anx-story__franchise .anx-section__content {display: flex; flex-wrap: nowrap; padding-right: var(--indent);
		overflow-y: hidden; overflow-x: auto; margin-right: var(--indent-negative);}
	.anx-story__franchise .anx-section__content > * {flex-shrink: 0; width: 320px;}
	.news__cols-right {width: 100%;}
}

@media screen and (max-width: 950px) {
	:root {--indent-negative: -20px; --indent: 20px;}
	.anx-shell__container {max-width:768px;}
	.anx-head {gap: 10px;}
	.anx-head__logo {height: 80px;}
	.anx-head__btn-menu, .anx-user__avatar {width: 40px; height: 40px; font-size: 18px !important;}
	.anx-user__avatar {margin: 0 10px;}
	.anx-head__btn-search::before {font-size: 18px;}
	.anx-user__name {display: none;}
	.anx-search {--ui-elem-height: 40px;}
	.anx-news-card {gap: 20px;}
	.anx-card-row {padding: 20px; gap: 20px;}
	.anx-section:not(:last-child) {margin-bottom: 40px;}
	.anx-section--bg {padding: 20px; padding-top: 30px;}
	.anx-grid-main {gap: 20px 20px;}
	.anx-grid-main:has(.anx-news-card) {gap: 20px;}
	.anx-hero__nav {position: static; width: 100%; border-radius: 0;}
	.anx-hero__nav-btn {height: 76px; font-weight: 400; font-size: 14px; padding: 0 20px; gap: 10px;}
	.anx-slide, .sl {--ui-elem-height: 40px;}
	.anx-slide__descr, .sl__descr {width: 100%; height: 400px; padding-bottom: 20px; justify-content: flex-end;}
	.anx-slide__title, .sl__title, .anx-slide__subtitle, .sl__subtitle {font-size: 24px;}
	.anx-slide__text, .sl__text {font-size: 14px; margin: 10px 0 15px 0;}
	.anx-slide > img, .sl > img {mask-image: linear-gradient(to top, transparent 40%, #000 60%, #000 100%); width: 100%; height: 100%;}

	.pagination {gap: 10px;}
	.pagination__btn-loader a, .pagination__btn-loader span:not([class]) {width: 100%;}
	.pagination > a, .pagination > span {flex-grow: 1; order: 10;}
	.pagination__pages, .pagination__btns {min-width: 100%;}
	.pagination__pages a, .pagination__pages span, .pagination__btns > * {flex-grow: 1;}

	.anx-story__bg {width: 100%; height: 500px; top: 100px;}
	.anx-story__bg img {opacity: 0.8; filter: blur(5px) grayscale(0.1);}
	.anx-story__layout {gap: 40px;}
	.anx-story__main {grid-template-columns: minmax(0,1fr); margin-top: -20px;
		grid-template-rows: repeat(3,auto); grid-template-areas: "aheader" "aposter" "ainfo"; gap: 30px;}
	.anx-story__header {text-align: center;}
	.anx-story__poster {width: 290px; justify-self: center;}
	.anx-story__meta-top {justify-content: center; gap: 10px 40px;}
	.anx-story__meta-item {flex-grow: 1; text-align: center;}
	.anx-story__screenshots-box .anx-section__content {display: flex;}
	.schedule-item {grid-template-columns: 120px 1fr 100px; font-size: 13px;}
	.schedule-item__descr {display: none;}
	.news .anx-story__header {text-align: left; margin-top: -20px;}
	.news .anx-story__meta-top {justify-content: flex-start; gap: 10px 20px;}
}

@media screen and (max-width: 760px) {
	.anx-shell__container {max-width:640px;}
	.anx-section__tabs-btn {font-size: 14px;}
	.anx-news-card__img {width: 100%;}
	.anx-card-row {display: grid; grid-template-columns: 80px minmax(0,1fr); 
		padding: 10px; gap: 10px 20px; grid-auto-flow: row dense; grid-template-rows: auto auto 1fr auto auto;}
	.anx-card-row__descr {display: contents;}
	.anx-card-row__img {width: 100%; align-self: start; grid-row: 1 / 4;}
	.anx-card-row__meta {align-self: end; margin: 0;}
	.anx-card-row .anx-card__text {grid-column: 1 / -1;}
	.anx-card-row__bottom {grid-column: 1 / -1; padding-top: 10px;}
	.anx-card__text {-webkit-line-clamp: 10; line-clamp: 10;}
	.anx-card-row .anx-card__title h3 {font-size: 16px; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; 
		-webkit-box-orient: vertical; overflow: hidden;}
	.anx-filter__col--submit {min-width: 100%; padding-top: 20px;}

	.anx-shell__container--main {max-width: 100% !important;}
	.anx-story__bg {width: 200%; height: 600px; right: 50%; bottom: auto; top: 140px; transform: translateX(50%);}
	.anx-story__complaint {display: none !important;}
	.anx-story__player .anx-story-tabs__select button {flex-grow: 1;}

	.anx-comment-form__bottom {gap: 10px;}
	.anx-comment-form__bottom button {padding: 0 20px; width: 100%;}
	.anx-comment-form__header input + input {min-width: 100%; order: 10;}
}

@media screen and (max-width: 590px) {
	.anx-shell__container {max-width:480px;}
	.anx-head__logo::before {display: none;}
	.anx-head__logo {font-size: 18px;}
	.anx-logo div div {letter-spacing: 1px;}
	.anx-slide__descr, .sl__descr {height: 400px;}
	.anx-slide__category, .sl__category {max-width: 58%;}
	.anx-slide > img, .sl > img {height: 90%;}
	.anx-section:has(.has-carou) {padding-bottom: 50px;}
	.owl-nav {left: 0; top: auto; bottom: -50px; margin-top: 0; gap: 20px;}
	.owl-nav button {flex-grow: 1;}
	.owl-prev {border-color: var(--accent); color: var(--accent);}
	.anx-card-poster__meta {padding-bottom: 0;}
	.anx-card-poster .anx-card__counters-counter {flex-direction: row; display: flex; justify-content: center; 
		min-width: 100%; align-items: center; gap: 5px;}
	.anx-card-poster .anx-card__counters-counter div {font-size: 13px;}
	.anx-episode-card__img {width: 60px; height: 60px;}
	.anx-top-card .btn::before {display: none;}
	.anx-video-card__img {height: 120px; width: 120px;}

	.anx-comment__author {font-size: 14px;}
	.anx-comment__date {font-size: 12px;}

	.anx-auth, .anx-auth-panel, .lgn {padding: 20px; --indent: 20px;}
	.anx-auth-panel {padding: 0;}
	.anx-auth__social a img {display: none;}
}

@media screen and (max-width: 470px) {
	.wrappers__container123 {max-width:410px;}
	.pagination__btn-loader a {min-width: 0; width: 100%;}
	.anx-filter__col--ranges {padding: 0 0;}
	.anx-filter__cell--submit, .anx-filter__col--submit {flex-direction: row; width: 100%;}
	.anx-filter__cell--submit input {flex: 1 1 0; max-width: 100%; min-width: 50px;}
	.anx-section__filter-btn {display: flex; width: 100%;}
	.anx-filter-block {display: none;}
	.anx-filter-block.is-active {display: block;}
	.anx-section:has(.anx-filter-block:not(.is-active)) .anx-section__header {margin-bottom: 0;}
	.anx-section:has(.anx-filter-block) .anx-section__title {font-size: 16px; display: none;}
	.anx-hero + .anx-section--filter {margin-bottom: -45px !important;}
	.anx-card-row__bottom {justify-content: space-between;}
	.anx-card-row__bottom .anx-card__comm-num::before {display: none;}

	.anx-story__category {max-width: 60%;}
	.anx-story__header h1 {font-size: 24px; line-height: 1.3;}
	.anx-story__list li {padding-left: 160px; font-size: 13px; min-height: 13px;}
	.schedule-item {grid-template-columns: 90px 1fr 60px; padding: 8px 10px;}
	.anx-story__comment-form {padding: 15px;}
}

@media screen and (max-width: 400px) {
	.wrappers__container123 {max-width:360px;}
	
	.anx-comment-form__bottom .comments_subscribe {font-size: 13px;}
	.full-text iframe {width: calc(100% + 40px); max-width: calc(100% + 40px); height: 260px; margin-left: -20px; margin-right: -20px;}
}
