﻿	:root
		{
			--main-background: #BFAAA3;
			--main-text: #332424;
			--container-background: #F2DFDA;
			--border-top: #8C6F69;
			--border-bottom: #664A47;
			--border-shadow: #4D3636;
			--button-left-hover: #FAF2F0;
			--button-left-top-hover: #947B76;
			--button-right-hover: #735350;
			--button-right-top-hover: #593E3E;
		}
	
	body
		{
			font-family: verdana;
			color: var(--main-text);
			background-color: var(--main-background);
			background-image: url('background_ru.png');
			background-attachment: fixed;
			background-position: right -75px bottom;
			background-repeat: no-repeat;
			background-size: 640px;
		}
	p
		{
			color: var(--main-text);
		}
	a
		{
			color: var(--border-bottom);
			text-decoration: underline dotted;
			transition: 0.5s;
		}
	a:hover
		{
			color: var(--border-top);
		}
	hr
		{
			color: var(--border-top);
		}
	.noscript-warning-message
		{
			background-color: #CC3333;
			color: #FFFFFF;
			text-align: center;
			font-weight: bold;
			padding: 10px;
			padding-top: 20px;
			padding-bottom: 20px;
			border-radius: 4px;
			margin-bottom: 20px;
		}
	.noscript-warning-info
		{
			background-color: #4444AA;
			color: #FFFFFF;
			text-align: center;
			font-weight: bold;
			padding: 10px;
			padding-top: 20px;
			padding-bottom: 20px;
			border-radius: 4px;
			margin-bottom: 10px;
			margin-top: -15px;
		}
	#websitewidth
		{
			max-width: 720px;
			margin: 0 auto;
		}
	.banner
		{
			width: 100%;
			background-size: 100%;
			font-size: 24px;
			text-align: center;
			font-weight: bold;
			color: var(--border-shadow);
		}
	.header-title
		{
			font-family: arial;
			font-size: 72px;
			letter-spacing: -6px;
			text-align: center;
			font-weight: bold;
			color: var(--border-shadow);
			margin-top: 0px;
			margin-bottom: 6px;
			transition: 0.5s;
		}
	.header-title:hover
		{
			color: var(--border-top);
		}
	main
		{
			background-color: var(--container-background);
			color: var(--main-text);
			padding: 25px;
			border-radius: 4px;
			border-top: 10px solid var(--border-top);
			border-bottom: 20px solid var(--border-bottom);
			box-shadow: 0px 10px 0px 0px var(--border-shadow);
			flex: 1;
			order: 2;
		}
	main img
		{
			max-width: 100%;
			height: auto;
		}
	.gallery
		{
			text-align: center;
			position: relative;
		}
	.gallery img
		{
			margin: 1px;
			margin-bottom: 3px;
			border-radius: 8px;
			transition: 0.5s;
		}
	.gallery img:hover
		{
			opacity: 0.5;
		}
	.preview-small img
		{
			width: 80px;
			height: 80px;
		}
	
	.image-menu
		{
			margin-top: 10px;
			font-size: 20px;
			font-weight: bold;
		}
	.image-menu p
		{
			margin-top: -8px;
			color: var(--border-bottom);
			transition: 0.5s;
		}
	.image-menu p:hover
		{
			color: var(--border-top);
		}
	.image-menu a
		{
			text-decoration: none;
		}
	.image-menu-bottom
		{
			margin-top: 10px;
			margin-bottom: -10px;
		}
	.image-first
		{
			float: left;
		}
	.image-latest
		{
			float: right;
		}
	.image-select
		{
			margin: auto;
			max-width: 75%;
		}
	
	.image-title
		{
			font-size: 20px;
			font-weight: bold;
			margin-bottom: -16px;
			text-align: center;
		}
	.image-date
		{
			font-style: italic;
			text-align: center;
		}
	.image-description
		{
			font-style: normal;
			text-align: center;
		}
	.image-extra
		{
			font-size: 20px;
			font-weight: bold;
			font-style: italic;
			margin-top: 0px;
			margin-bottom: 0px;
			text-align: center;
		}
	.image-author
		{
			font-style: italic;
			text-align: center;
		}
	.image-links
		{
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			margin-top: -10px;
		}
	
	.image-photoset
		{
			text-align: center;
		}
	.image-photoset img
		{
			max-width: 720px;
			margin: 0 -25px;
			margin-bottom: 10px;
		}
	
	details
		{
			overflow: hidden;
		}
	details > summary
		{
			background-color: var(--border-bottom);
			color: var(--container-background);
			border-radius: 4px;
			overflow: hidden;
			text-align: center;
			padding-top: 12px;
			padding-bottom: 12px;
			font-weight: bold;
			cursor: pointer;
			transition: 0.5s;
			margin-bottom: 6px;
			list-style-type: '＋';
		}
	details > summary:hover
		{
			background-color: var(--border-top);
			color: #FFFFFF;
		}
	details[open] > summary
		{
			list-style-type: '－';
			background-color: var(--border-top);
		}
	/*
	details summary::-webkit-details-marker
		{
			display:none;
		}
	details > summary:first-of-type
		{
			list-style-type: none;
		}
	*/
	
	textarea
		{
			width: 640px;
		}
	
	.warning-age
		{
			font-family: arial;
			font-size: 80px;
			letter-spacing: -8px;
			text-align: center;
			font-weight: bold;
			color: #FFFFFF;
			width: 160px;
			height: 160px;
			line-height: 160px;
			margin-top: -3px;
			border-radius: 8px;
			background: rgba(0,0,0,0.75);
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			transition: 0.5s;
			user-select: none;
		}
	.warning-age:hover
		{
			opacity: 0;
		}

	.disclaimer
		{
			font-size: 14px;
			text-align: center;
			font-weight: bold;
			color: var(--border-top);
		}
	.disclaimer a
		{
			color: var(--border-top);
		}
	.disclaimer a:hover
		{
			color: var(--border-top);
		}

	#mainarea
		{
			display: flex;
		}
	
	
	
	.buttons-top
		{
			overflow: hidden;
			margin-bottom: -8px;
			font-size: 24px;
			text-align: center;
			font-weight: bold;
			letter-spacing: -2px;
			color: var(--border-shadow);
		}
	.buttons-top a
		{
			color: var(--border-shadow);
			text-decoration: none;
		}
	.buttons-top a:hover
		{
			color: var(--border-top);
		}
	.buttons-nav
		{
			float: left;
			margin-right: auto;
			padding: 10px;
			padding-bottom: 15px;
			background-color: var(--container-background);
			border-radius: 4px;
			border-top: 5px solid var(--border-top);
			margin: 2px;
			transition: 0.5s
		}
	.buttons-nav a
		{
			display: block;
		}
	.buttons-nav a:hover
		{
			color: var(--border-top);
		}
	.buttons-nav:hover
		{
			background-color: var(--button-left-hover);
			border-top: 5px solid var(--button-left-top-hover);
		}
	
	
	
	.buttons-bottom
		{
			overflow: hidden;
			margin-top: 2px;
			font-size: 24px;
			text-align: center;
			font-weight: bold;
			letter-spacing: -2px;
			color: var(--container-background);
		}
	.buttons-bottom a
		{
			color: var(--container-background);
			text-decoration: none;
		}
	.buttons-bottom a:hover
		{
			color: #FFFFFF;
		}
	.buttons-social
		{
			float: right;
			margin-left: auto;
			padding: 10px;
			background-color: var(--border-bottom);
			border-radius: 4px;
			border-bottom: 5px solid var(--border-shadow);
			margin: 2px;
			padding-top: 15px;
			transition: 0.5s;
		}
	.buttons-social a
		{
			display: block;
		}
	.buttons-social a:hover
		{
			color: #FFFFFF;
		}
	.buttons-social:hover
		{
			background-color: var(--button-right-hover);
			border-bottom: 5px solid var(--button-right-top-hover);
		}
	.buttons-extra
		{
			float: left;
			margin-right: auto;
			padding: 10px;
			background-color: var(--border-bottom);
			border-radius: 4px;
			border-bottom: 5px solid var(--border-shadow);
			margin: 2px;
			padding-top: 15px;
			transition: 0.5s;
		}
	.buttons-extra a
		{
			display: block;
		}
	.buttons-extra a:hover
		{
			color: #FFFFFF;
		}
	.buttons-extra:hover
		{
			background-color: var(--button-right-hover);
			border-bottom: 5px solid var(--button-right-top-hover);
		}
	
	
	
	#sidebar-left
		{
			order: 1;
			width: 160px;
			margin-left: -165px;
			position: fixed;
			margin-top: 5px;
			font-size: 24px;
			text-align: center;
			font-weight: bold;
			letter-spacing: -2px;
			color: var(--border-shadow);
			top: 10%;
		}
	.buttons-left
		{
			font-size: 24px;
			text-align: center;
			font-weight: bold;
			color: var(--border-shadow);
			padding: 5px;
			background-color: var(--container-background);
			border-radius: 4px;
			border-top: 5px solid var(--border-top);
			margin: 2px;
			padding-top: 10px;
			padding-bottom: 10px;
			transition: 0.5s;
		}
	.buttons-left a
		{
			color: var(--border-shadow);
			text-decoration: none;
			display: block;
		}
	.buttons-left a:hover
		{
			color: var(--border-top);
		}
	.buttons-left:hover
		{
			background-color: var(--button-left-hover);
			border-top: 5px solid var(--button-left-top-hover);
		}
	
	
	
	#sidebar-right
		{
			order: 3;
			width: 160px;
			margin-left: 725px;
			position: fixed;
			margin-top: 5px;
			font-size: 24px;
			text-align: center;
			font-weight: bold;
			letter-spacing: -2px;
			color: var(--border-shadow);
			top: 10%;
		}
	.buttons-right
		{
			font-size: 24px;
			text-align: center;
			font-weight: bold;
			color: var(--container-background);
			padding: 5px;
			background-color: var(--border-bottom);
			border-radius: 4px;
			border-bottom: 5px solid var(--border-shadow);
			margin: 2px;
			padding-top: 10px;
			padding-bottom: 10px;
			transition: 0.5s;
		}
	.buttons-right a
		{
			color: var(--container-background);
			text-decoration: none;
			display: block;
		}
	.buttons-right a:hover
		{
			color: #FFFFFF;
		}
	.buttons-right:hover
		{
			background-color: var(--button-right-hover);
			border-bottom: 5px solid var(--button-right-top-hover);
		}

	.buttons-language
		{
			color: var(--border-top);
			font-size: 20px;
			text-align: left;
			font-weight: bold;
			background-color: transparent;
			padding: 0px;
			text-align: left;
			border-top: 0px none;
			padding-top: 0px;
			margin: 2px;
			margin-top: 15px;
			margin-left: 58px;
			padding-right: 42px;
		}
	.buttons-language a
		{
			color: var(--main-text);
			text-decoration: none;
			display: block;
		}
	.buttons-language a:hover
		{
			color: var(--border-bottom);
			opacity: 0.66;
		}
	
	.buttons-rss
		{
			color: var(--border-top);
			font-size: 20px;
			text-align: left;
			font-weight: bold;
			background-color: transparent;
			padding: 0px;
			font-size: 20px;
			text-align: left;
			border-top: 0px none;
			padding-top: 0px;
			margin-top: 15px;
			margin-left: 58px;
			padding-right: 42px;
		}
	.buttons-rss a
		{
			color: var(--main-text);
			text-decoration: none;
		}
	.buttons-rss a:hover
		{
			color: var(--border-bottom);
			opacity: 0.66;
		}



	.buttons-inline
		{
			margin-top: -10px;
		}
	.buttons-inline-bottom
		{
			margin-top: 25px;
		}
	
	.buttons-goback-inline
		{
			background-color: var(--border-bottom);
			border-radius: 4px;
			font-size: 24px;
			font-weight: bold;
			text-align: center;
			margin: auto;
			margin-top: 0px;
			padding: 10px;
			max-width: 50%;
			transition: 0.5s;
		}
	.buttons-goback-inline:hover
		{
			background-color: var(--border-top);
		}
	.buttons-goback-inline a
		{
			color: var(--container-background);
			text-decoration: none;
			display: block;
			transition: 0.5s;
		}
	.buttons-goback-inline a:hover
		{
			color: #FFFFFF;
		}
	
	.buttons-language-inline
		{
			color: var(--border-top);
			font-size: 20px;
			text-align: left;
			font-weight: bold;
			background-color: transparent;
			padding: 0px;
			text-align: left;
			border-top: 0px none;
			padding-top: 0px;
			float: right;
		}
	.buttons-language-inline a
		{
			color: var(--main-text);
			text-decoration: none;
			display: block;
		}
	.buttons-language-inline a:hover
		{
			color: var(--border-bottom);
			opacity: 0.66;
		}
	
	.buttons-rss-inline
		{
			color: var(--border-top);
			font-size: 20px;
			text-align: left;
			font-weight: bold;
			background-color: transparent;
			padding: 0px;
			font-size: 20px;
			text-align: left;
			border-top: 0px none;
			padding-top: 0px;
			margin-top: 10px;
			float: left;
		}
	.buttons-rss-inline a
		{
			color: var(--main-text);
			text-decoration: none;
		}
	.buttons-rss-inline a:hover
		{
			color: var(--border-bottom);
			opacity: 0.66;
		}
	
	
	
	.article-title
		{
			letter-spacing: -2px;
			margin-top: 10px;
		}
	.short-summary-button
		{
			margin-top: 1em;
		}
	.short-summary
		{
			margin-top: -10px;
			border-color: var(--border-top);
			border-style: solid;
			border-radius: 4px;
			background-color: var(--main-background);
			background-repeat: no-repeat;
			display: flex;
		}
	.short-summary a
		{
			color: var(--main-text);
			transition: 0.5s;
		}
	.short-summary a:hover
		{
			color: var(--border-bottom);
		}
	.short-summary-infobox
		{
			flex: 0 0 120px;
			padding: 10px;
			padding-bottom: 5px;
			text-align: center;
			border-right: 3px solid var(--border-top);
			margin-right: 10px;
			background-color: var(--border-top);
			color: var(--container-background);
		}
	.short-summary-infobox a
		{
			color: var(--container-background);
			font-weight: bold;
			transition: 0.5s;
		}
	.short-summary-infobox a:hover
		{
			color: var(--main-background);
		}
	.short-summary-infobox hr
		{
			margin: 5px -10px;
			color: var(--main-background);
			/*border: 1px solid var(--main-background);*/
		}
	.short-summary-contents
		{
			padding: 0px;
			padding-right: 10px;
			text-shadow: 0px 0px 5px var(--main-background);
		}
	.short-summary-contents ul
		{
			margin-top: -0.9em;
		}
	.short-summary-contents li
		{
			margin-left: -1.5em;
			margin-top: 0.1em;
		}
	.short-summary-avatar
		{
			border-radius: 50%;
			max-width: 100px;
			border: 2px solid var(--main-background);
			margin: auto;
			margin-bottom: 0.5em;
			display: block;
		}
	.infobox-main
		{
			float: right;
			margin-left: 2em;
			margin-bottom: 2em;
			background-color: var(--main-background);
			width: 250px;
			padding: 10px;
			border-radius: 4px;
			border-top: 10px solid var(--border-top);
			border-bottom: 15px solid var(--border-bottom);
			box-shadow: 0px 5px 0px 0px var(--border-shadow);
			text-align: center;
			vertical-align: middle;
			text-shadow: 0px 0px 5px var(--main-background);
		}
	.infobox-main a
		{
			color: var(--main-text);
			font-weight: bold;
		}
	.infobox-main a:hover
		{
			color: var(--border-bottom);
		}
	.infobox-main img
		{
			max-width: 240px;
		}
	.infobox-main ul
		{
			text-align: left;
			margin: 0px;
			padding: 0px;
			padding-left: 15px;
		}
	.page-contents
		{
			border-radius: 4px;
			border: 1px solid var(--main-background);
			padding: 25px;
			padding-top: 10px;
			padding-bottom: 15px;
			width: 20em;
		}
	.page-contents li
		{
			margin-top: 2px;
			margin-bottom: 2px;
		}
	.imagebox-intext
		{
			float: left;
			max-width: 200px;
			margin-bottom: 2em;
			text-align: center;
		}
	.imagebox-intext img
		{
			max-width: 200px;
			max-height: 200px;
			box-shadow: 0px 0px 10px var(--main-text);
			margin-bottom: 0.5em;
		}
	.relationships-box
		{
			margin-bottom: 1em;
			padding: 10px;
			padding-top: 0px;
			background-color: var(--main-background);
			border-radius: 4px;
			border: 2px solid var(--border-top);
			text-shadow: 0px 0px 5px var(--main-background);
			background-repeat: no-repeat;
			background-size: 250px;
			min-height: 170px;
		}
	.relationships-box a
		{
			font-weight: bold;
		}
	.relationships-box h3
		{
			text-align: center;
			margin-bottom: 10px;
		}
	.relationships-box p
		{
			margin-top: 10px;
		}
	.relationships-box img
		{
			float: left;
			border-radius: 50%;
			margin-right: 1em;
			max-width: 80px;
		}
	.article-category
		{
			margin-top: -10px;
			margin-bottom: 1em;
			padding: 10px;
			border-color: var(--border-top);
			border-style: solid;
			border-radius: 4px;
			text-align: center;
			background-color: var(--main-background);
			background-repeat: no-repeat;
			text-shadow: 0px 0px 5px var(--main-background);
		}
	.article-category a
		{
			color: var(--main-text);
		}
	.article-category a:hover
		{
			color: var(--border-bottom);
		}
	.article-category h2
		{
			margin-top: 0.5em;
			margin-bottom: 0px;
		}
	.article-category h3
		{
			margin-top: 0.5em;
			margin-bottom: 0px;
		}
	.wiki-gallery-section
		{
			margin: -1px;
			margin-bottom: 10px;
			text-align: center;
			position: relative;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			overflow: auto;
		}
	.wiki-gallery
		{
			flex: 1;
			border-radius: 4px;
			border: 1px solid var(--main-background);
			padding: 5px;
			padding-top: 10px;
			max-width: 210px;
			margin: 1px;
			vertical-align: middle;
		}
	.wiki-gallery img
		{
			max-width: 200px;
			max-height: 400px;
			border-radius: 4px;
		}
	.wiki-gallery-char
		{
			text-align: center;
			position: relative;
		}
	.wiki-gallery-char img
		{
			margin: 0px;
			margin-bottom: 3px;
			border-radius: 8px;
			width: 78px;
			transition: 0.5s;
		}
	.wiki-gallery-char img:hover
		{
			opacity: 0.5;
		}
	.article-select
		{
			text-align: center;
			position: relative;
			font-size: 24px;
			letter-spacing: -2px;
			margin-bottom: 3px;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			overflow: auto;
			font-weight: bold;
		}
	.article-select img
		{
			margin: 2px;
			margin-bottom: -5px;
			margin-top: 10px;
			border-radius: 50%; 
			max-width: 160px;
			max-height: 160px;
			transition: 0.5s;
		}
	.article-select img:hover
		{
			opacity: 0.5;
		}
	.article-select a
		{
			text-decoration: none;
		}
	.article-select-inline
		{
			text-align: center;
			position: relative;
			margin-bottom: 3px;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
			align-items: center;
			overflow: auto;
			font-weight: bold;
		}
	.article-select-inline img
		{
			margin: 4px;
			margin-bottom: -5px;
			margin-top: 5px;
			border-radius: 50%; 
			max-width: 100px;
			max-height: 100px;
			transition: 0.5s;
		}
	.article-select-inline img:hover
		{
			opacity: 0.5;
		}
	.article-select-inline a
		{
			text-decoration: none;
		}
	.extra-quote
		{
			margin-top: -10px;
			margin-bottom: 1em;
			padding: 10px;
			border-color: var(--border-top);
			border-style: solid;
			border-radius: 4px;
			background-color: var(--main-background);
			background-repeat: no-repeat;
			background-image: url('../infobox_extra_quote_ru.png'), url('../infobox_extra_quote_alt_ru.png');
			background-position: top 0px right 2px, bottom 0px left 2px;
			background-size: 50px, 50px;
			/*text-shadow: 0px 0px 5px var(--main-background);*/
		}
	.extra-quote a
		{
			font-weight: bold;
		}
	.extra-quote-text
		{
			text-align: left;
			font-style: italic;
			margin-bottom: 0px;
			margin-top: 1em;
			padding-right: 25px;
		}
	.extra-quote-credit
		{
			text-align: right;
			margin-top: 0px;
			margin-bottom: 1em;
		}
	.extra-warning
		{
			padding: 10px;
			border-color: var(--border-top);
			border-style: solid;
			border-radius: 4px;
			background-color: var(--main-background);
			background-repeat: no-repeat;
			text-align: center;
			/*text-shadow: 0px 0px 5px var(--main-background);*/
		}
	.spoiler-text
		{
			color: var(--main-text);
			background-color: var(--main-text);
			transition: 0.5s;
		}
	.spoiler-text:hover
		{
			background-color: transparent;
		}
	.spoiler-text a
		{
			color: var(--main-text);
		}
	.spoiler-text a:hover
		{
			color: var(--border-top);
		}



	.transparent-centered
		{
			color: var(--main-text);
			position: absolute;
			top: 45%;
			left: 50%;
			transform: translateX(-50%) translateY(-50%);
			background-color: transparent;
		}
	.transparent-centered td
		{
			padding: 20px;
			text-align: center;
		}
	.hover-hack
		{
			transition: 0.5s;
		}
	.hover-hack:hover
		{
			opacity: 0.5;
		}
	
	
	
	@media only screen and (min-width: 1081px)
		{
			#mainarea
				{
					margin-bottom: 15px;
                }
			.buttons-top
				{
					display: none !important;
				}
			.buttons-bottom
				{
					display: none !important;
				}
		}
	@media only screen and (max-width: 1080px)
		{
			#mainarea
				{
					flex-wrap: wrap;
                }
			aside
				{
					width: 100%;
				}

			main
				{
					order: 1;
				}
			#sidebar-left
				{
					order: 2;
				}
			#sidebar-right
				{
					order: 3;
				}
			#navbar ul
				{
					flex-wrap: wrap;
				}
			#sidebar-right
				{
					display: none !important;
				}
			#sidebar-left
				{
					display: none !important;
				}
		}
	
	::-webkit-scrollbar-track {background-color: rgba(0,0,0,0.1);}
	::-webkit-scrollbar {width: 15px; background-color: var(--main-background);}
	::-webkit-scrollbar-thumb {background-color: var(--border-bottom);}
	:root {scrollbar-color: var(--border-bottom) var(--main-background) !important;}