﻿	:root
		{
			--main-background: #A5A3BF;
			--main-text: #242433;
			--container-background: #DADAEF;
			--border-top: #6F698C;
			--border-bottom: #4A4766;
			--border-shadow: #36364C;
			--button-left-hover: #EFEFF9;
			--button-left-top-hover: #7B7693;
			--button-right-hover: #545073;
			--button-right-top-hover: #3E3E59;
			--text-link: #994C00;
			--text-link-hover: #CC7B0A;
		}
	
	body
		{
			background-image: url('background_takoya-ru.png'), url('background_takoya_extra-ru.png');
			background-attachment: fixed, fixed;
			background-position: calc(50% + 640px) calc(100% - 25px), calc(50% - 640px) 0%;
			background-repeat: no-repeat, no-repeat;
			background-size: 500px, 500px;
		}
	@media only screen and (max-width: 1080px)
		{
			body
				{
					background-attachment: fixed;
					background-position: top center;
					background-repeat: no-repeat;
				}
		}