@import url('https://fonts.googleapis.com/css?family=Product+Sans:400,500,700,900&display=swap');
html,
body {
	margin: 0;
	padding: 0;
	color: #232e32;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Product Sans', Arial, sans-serif;
	background-color: #fff;
}

a {
	color: #232e32;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
	padding: 0;
}

[contenteditable]:empty:before {
	content: attr(placeholder);
	pointer-events: none;
	color: #b0b4b5;
	display: block;
}

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

.container:after,
.head-user-login:after,
.section:after,
.section-title:after,
.search-item:after,
.modal-post:after,
.modal-user-fields:after,
.profile-header:after,
.profile-statistic:after,
.profile-buttons:after,
.pagination:after,
.post-tags:after,
.post-statistic:after,
.full-post-buttons:after,
.post-uploader:after,
.post-list:after {
	content: "";
	display: table;
	clear: both;
}

.mobile-menu,
.modal input,
.modal-image {
	display: none;
}

.button,
.pagination span,
.pagination a {
	user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.message {
	line-height: 300px;
	color: #b0b4b5;
	font-weight: 500;
	text-align: center;
}

.search-message {
	line-height: 50px;
}

.button {
	padding: 5px 10px;
	color: #b0b4b5;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	cursor: pointer;
}

.button svg {
	width: 11px;
	margin-top: -2px;
	margin-right: 10px;
	vertical-align: middle;
	stroke: #ffffff;
}

.frame {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 40px;
	background-color: rgba(11, 11, 20, 0.6);
	z-index: 1;
}

.modal-user-fields div {
	width: calc(50% - 5px);
}

.modal-user-fields div:first-child {
	float: left;
}

.modal-user-fields div:last-child {
	float: right;
}

.modal-title,
.modal-tags,
.modal-franchise,
.modal-character,
.modal-artist,
.modal-source,
.modal-username,
.modal-email,
.modal-password,
.modal-confirm-password {
	margin-bottom: 10px;
	padding: 5px 10px;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
}

.modal-post {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 750px;
	height: 450px;
	background-color: #fff;
}

.modal-post form {
	position: relative;
	float: left;
	width: calc(100% - 290px);
	height: 100%;
}

.modal-post-image {
	position: absolute;
	width: 100%;
	height: 100%;
}

.modal-post-image svg {
	display: block;
	width: 40px;
	height: 40px;
	margin: 40% auto 15px;
	stroke: #232e32;
	fill: none;
}

.modal-post-image div {
	font-weight: 700;
	text-align: center;
}

.modal-loading {
	display: block;
	width: 100px;
	margin: 100px auto 50px;
}

.modal-image {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal-post-sidebar {
	position: relative;
	float: right;
	width: 290px;
	height: 100%;
	padding: 20px;
}

.modal-tags {
	height: 110px;
	overflow-x: auto;
}

.modal-post-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
}

.modal-user {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	max-width: 100%;
	padding: 20px;
	background-color: #fff;
}

.modal-header {
	margin-bottom: 10px;
	font-weight: 700;
	text-align: center;
}

.modal-user-image {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	border-radius: 80px;
	overflow: hidden;
	cursor: pointer;
}

.modal-user-image-error {
	position: absolute;
	width: 80px;
	height: 80px;
	padding: 10px;
	fill: none;
	stroke: #232e32;
	opacity: 0.5;
	transition: 500ms;
}

.modal-user-image-preview {
	position: relative;
	display: block;
	width: 100%;
	transition: 500ms;
}

.modal-user-icon-preview {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	stroke: #000;
	fill: none;
	transition: 500ms;
}

.modal-user-image:hover .modal-user-image-error {
	opacity: 0;
}

.modal-user-image:hover .modal-user-image-preview {
	opacity: 0.3;
}

.modal-user-image:hover .modal-user-icon-preview {
	opacity: 1;
}

.modal-bio {
	height: 80px;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	overflow-x: auto;
}

.container {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 30px;
}

.section {
	margin-bottom: 25px;
}

.section-title {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
}

.section-title h1 {
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
}

.section-title>a {
	margin-right: 5px;
}

.section-title h3 {
	float: left;
	font-size: 16px;
}

.section-title svg {
	width: 16px;
	vertical-align: middle;
	stroke: #232e32;
	fill: none;
}

.section-title svg.not-active {
	stroke: #b0b4b5;
}

.section-title div {
	float: right;
}

.section-title div span {
	float: left;
	margin-left: 5px;
	color: #4e4f52;
}

.not-active {
	color: #b0b4b5;
}

.second-title {
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
}

.second-title h1 {
	font-size: 16px;
}

.section-more {
	float: right;
	margin-top: 4px;
	color: #b0b4b5;
	font-size: 11px;
	text-transform: uppercase;
}

.section-scroll {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.section div:last-child,
.section-scroll a:last-child {
	margin-right: 0;
}

.section .post-character-title {
	font-size: 12px;
}

.post-mosaic {
	position: relative;
	float: left;
	width: calc(52% - 10px);
	height: 0;
	margin-right: 10px;
	padding-bottom: 30%;
	border-radius: 5px;
	overflow: hidden;
}

.post-mosaic:first-child {
	width: 100%;
	height: 110px;
	margin-right: 0;
	margin-bottom: 10px;
}

.post-mosaic:last-child {
	margin-right: 0;
}

.post-mosaic-title {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	text-shadow: 0 0 5px rgba(0, 0, 0, .5);
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}

.post-mosaic:first-child .post-mosaic-title {
	font-size: 15px;
}

.small-grid {
	display: grid;
	grid-template-columns: repeat(5, calc(20% - 8px));
	gap: 10px;
}

.middle-grid {
	display: grid;
	grid-template-columns: repeat(4, calc(25% - 10px));
	gap: 10px;
}

.middle-title h2,
.post-mosaic-title,
.post-character-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.middle-title {
	margin-top: 5px;
}

.small-image {
	position: relative;
	display: block;
	padding-bottom: 100%;
}

.image-cover {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.head {
	position: relative;
	height: 50px;
	box-shadow: 0 0 10px 0px #eaeaea;
	z-index: 1;
}

.logotype {
	float: left;
	line-height: 50px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.search-icon {
	float: left;
	width: 31px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	fill: none;
	stroke: #b0b4b5;
	cursor: pointer;
	transition: 300ms;
}

.search-icon:hover {
	stroke: #232e32;
}

.search-form {
	position: relative;
	float: left;
}

.search-box {
	display: none;
	width: 200px;
	height: 20px;
	font-size: 14px;
	margin-top: 15px;
	outline: none;
}

.search-result {
	display: none;
	position: absolute;
	top: 50px;
	left: -30px;
	width: calc(100% + 30px);
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0px #eaeaea;
}

.search-title {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 700;
}

.search-item {
	display: block;
	margin-bottom: 15px;
}

.search-item:last-child {
	margin: 0;
}

.search-item-image {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 5px;
}

.search-item-info {
	float: left;
}

.search-item-info div {
	margin: 2px 0 3px;
	font-weight: 500;
}

.search-item-info span {
	display: block;
	color: #b0b4b5;
	font-size: 12px;
	font-weight: 500;
}

.admin-button {
	float: right;
}

.admin-button svg {
	display: block;
	width: 35px;
	height: 50px;
	padding: 15px 10px;
	stroke: #232e32;
	fill: none;
}

.upload-button {
	float: right;
	width: 35px;
	height: 50px;
	padding: 15px 10px;
	stroke: #232e32;
	fill: none;
	cursor: pointer;
}

.head-user {
	float: right;
	margin-top: 15px;
	margin-left: 10px;
}

.head-user-login div {
	float: right;
	margin-top: -2px;
	font-size: 9px;
}

.head-user-login div:first-child {
	margin-left: 10px;
}

.head-user-photo {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	overflow: hidden;
}

.head-user-photo svg {
	position: absolute;
	width: 20px;
	height: 20px;
	padding: 3px;
	fill: none;
	stroke: #232e32;
}

.head-user-photo img {
	position: relative;
	display: block;
	width: 100%;
}

.content {
	position: relative;
	float: left;
	width: calc(100% - 250px);
	margin-top: 30px;
	padding-right: 30px;
}

.pagination {
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.pagination a,
.pagination span {
	display: inline-block;
	margin: 0 1px;
	padding: 5px 10px;
	color: #b0b4b5;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
}

span.pagination-current {
	color: #e68724;
	border: 1px solid;
}

.sidebar {
	float: right;
	width: 250px;
	margin-top: 30px;
}

.post-footer {
	float: left;
	width: calc(100% - 250px);
	padding-right: 30px;
}

.footer {
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: 500;
}

.copyright {
	float: left;
}

.copyright-symbol {
	float: left;
	line-height: 22px;
	margin-right: 3px;
	font-size: 21px;
}

.links {
	float: right;
}

.full-post {
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(236, 236, 236, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.preview-post,
.next-post {
	position: absolute;
	width: calc(50% - 15px);
	height: 100%;
}

.preview-post {
	left: 0;
}

.next-post {
	left: calc(50% - 15px);
	text-align: right;
}

.preview-post svg,
.next-post svg {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	stroke: #b0b4b5;
	fill: none;
	transition: 300ms;
}

.preview-post svg:hover,
.next-post svg:hover {
	stroke: #232e32;
}

.post-image {
	display: block;
	max-width: 100%;
	max-height: 500px;
	margin: 0 auto;
}

.post-author-image {
	position: relative;
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	border-radius: 35px;
	overflow: hidden;
}

.post-author-image svg {
	position: absolute;
	width: 35px;
	height: 35px;
	padding: 7px;
	fill: none;
	stroke: #232e32;
}

.post-author-image img {
	position: relative;
	display: block;
	width: 100%;
}

.post-author-name {
	padding-top: 3px;
	font-weight: 700;
}

.post-date {
	color: #b0b4b5;
	font-size: 12px;
}

.post-title {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
}

.post-tags {
	margin-bottom: 10px;
}

.post-tag {
	float: left;
	margin-right: 5px;
	color: #e68724;
	font-size: 13px;
}

.post-statistic {
	margin-bottom: 10px;
}

.post-statistic div,
.profile-statistic div {
	float: left;
	margin-right: 10px;
	color: #b0b4b5;
	font-size: 12px;
	font-weight: 500;
}

.post-statistic div svg,
.profile-statistic div svg {
	float: left;
	width: 13px;
	height: 13px;
	margin: 1px 5px 0 0;
	stroke: #b0b4b5;
}

.full-post-buttons svg {
	float: right;
	width: 23px;
	height: 23px;
	margin-left: 15px;
	stroke: #232e32;
	fill: none;
	cursor: pointer;
}

.like,
.unlike,
.not-like {
	float: left!important;
	margin: 0!important;
}

.unlike {
	stroke: #f53030!important;
	fill: #f53030!important;
}

.unfavorite {
	fill: #232e32!important;
}

.post-franchise {
	position: relative;
	display: block;
	width: 100%;
	height: 100px;
}

.post-character {
	display: inline-block;
	position: relative;
	width: calc(33.3333% - 7px);
	margin-right: 7px;
}

.post-character-link {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.post-character-title {
	margin-top: 3px;
	font-size: 11px;
}

.post-character-info {
	color: #b0b4b5;
	font-size: 10px;
	font-weight: 500;
}

.post-list {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.post-list-image {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.post-list-link {
	float: left;
}

.post-list-title {
	margin: 3px 0;
	font-size: 15px;
}

.post-list-images {
	color: #b0b4b5;
	font-size: 12px;
	font-weight: 500;
}

.small-poster {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 150%;
	border-radius: 5px;
	overflow: hidden;
}

.small-poster img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.middle-title h2 {
	font-size: 15px;
}

.middle-title div {
	color: #b0b4b5;
	font-size: 12px;
}

.big-square-post {
	display: inline-block;
	width: calc(20% - 8px);
	margin-right: 7px;
}

.profile-background {
	position: relative;
	height: 80px;
	border-radius: 3px 3px 3px 10px;
}

.profile-no-image {
	position: absolute;
	width: 55px;
	height: 55px;
	line-height: 55px;
	margin: -37px 10px 0 0;
	text-align: center;
	border-radius: 50px;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}

.profile-no-image svg {
	width: 30px;
	height: 50px;
	fill: none;
	stroke: #232e32;
}

.profile-image {
	position: relative;
	float: left;
	width: 55px;
	height: 55px;
	line-height: 55px;
	margin: -37px 10px 0 0;
	border-radius: 50px;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}

.profile-info {
	position: relative;
	float: left;
	margin: -25px 0 10px;
}

.profile-name {
	margin-bottom: 10px;
	font-size: 17px;
}

.profile-biography {
	margin-bottom: 10px;
}

@media handheld,
only screen and (max-width: 1000px) {
	.small-grid {
		grid-template-columns: repeat(3, calc(33.55% - 8px));
	}
}

@media handheld,
only screen and (max-width: 800px) {
	.middle-grid {
		grid-template-columns: repeat(3, calc(34% - 10px));
	}
}

@media handheld,
only screen and (max-width: 700px) {
	.middle-grid {
		grid-template-columns: repeat(2, calc(51% - 9px));
	}
}

@media handheld,
only screen and (max-width: 600px) {
	.no-mobile {
		display: none!important;
	}
	a,
	.search-icon,
	.button {
		cursor: default;
	}
	.section,
	.section-title {
		padding: 0 10px;
	}
	.section-scroll>div:last-child,
	.section-scroll>a:last-child {
		margin-right: 10px;
	}
	.section-scroll {
		overflow: auto;
	}
	.mobile-head {
		background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
		box-shadow: none;
	}
	.mobile-head .logotype {
		color: #fff;
	}
	.mobile-head,
	.post-author {
		text-shadow: 0 0 5px rgba(0, 0, 0, .5);
	}
	.mobile-menu {
		position: fixed;
		display: block;
		width: 100%;
		left: 0;
		bottom: 0;
		background-color: #fff;
		box-shadow: 0 0 10px 0px #eaeaea;
		z-index: 1;
	}
	.mobile-menu>* {
		float: left;
		width: 20%;
		margin-bottom: 0;
		padding: 20px 0;
	}
	.mobile-menu>*>svg {
		display: block;
		width: 20px;
		margin: 0 auto;
		stroke: #232e32;
		fill: none;
	}
	.frame {
		padding: 0;
	}
	.modal-post {
		top: 0;
		left: 0;
		transform: none;
		height: 100%;
		overflow-x: auto;
	}
	.modal-post form {
		width: 100%;
		height: auto;
	}
	.modal-post-image {
		position: relative;
		display: block;
		padding: calc(100% - 140px) 0;
	}
	.modal-post-image svg {
		display: block;
		width: 40px;
		height: 40px;
		margin: 0 auto 15px;
		;
	}
	.modal-image {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		width: 100%;
		height: 100%;
	}
	.modal-post-sidebar {
		width: 100%;
		height: 420px;
		margin-top: 20px;
		padding: 0 20px;
	}
	.modal-post-footer {
		bottom: 60px;
	}
	.head {
		height: 40px;
		padding: 0 10px;
	}
	.logotype {
		line-height: 7px;
		margin-top: 18px;
		font-size: 10px;
		letter-spacing: 2px;
	}
	.search-icon {
		width: 30px;
		height: 35px;
		line-height: 0;
		padding-top: 8px;
	}
	.search-form {
		position: initial;
	}
	.search-box {
		width: 150px;
		font-size: 13px;
		margin-top: 12px;
	}
	.search-result {
		top: 40px;
		left: -10px;
		width: calc(100% + 20px);
	}
	.admin-button svg {
		height: 40px;
		padding: 10px;
		stroke: #232e32;
	}
	.head-user {
		margin-top: 10px;
	}
	.container {
		padding: 0;
	}
	.content {
		width: 100%;
		padding: 0;
	}
	.middle-grid {
		padding: 0 10px;
	}
	.small-grid {
		display: block;
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		-moz-column-width: 50%;
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		-webkit-column-width: 50%;
		column-count: 2;
		column-gap: 10px;
		column-width: 50%;
	}
	.small-grid .small-image {
		width: 100%;
		margin-bottom: 10px;
		padding: 0;
	}
	.small-grid .small-image .image-cover {
		position: relative;
		width: 100%;
		height: auto;
	}
	.full-post {
		margin-top: -60px;
	}
	.preview-post,
	.next-post {
		width: 50%;
	}
	.preview-post {
		padding-left: 10px;
	}
	.next-post {
		left: 50%;
		padding-right: 10px;
	}
	.post-image {
		max-height: 100%;
	}
	.sidebar {
		position: relative;
		width: 100%;
	}
	.profile-sidebar {
		margin-top: -40px;
	}
	.profile-header,
	.profile-biography,
	.profile-buttons {
		padding: 0 10px;
	}
	.full-post-sidebar {
		padding: 0;
	}
	.post-author {
		margin-top: -110px;
		padding: 10px;
		background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
	}
	.post-author-name a {
		color: #fff;
	}
	.post-date {
		color: #fff;
	}
	.post-footer {
		width: 100%;
		padding-right: 0;
	}
	.big-square-post {
		width: 100%;
	}
	.footer {
		margin-bottom: 80px;
	}
}
