﻿	: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;
			--text-link: #00468C;
			--text-link-hover: #0B72D9;
		}
	
	body
		{
			background-image: url('../../background/background_frostburn-ru.png'), url('../../background/background-ru.png');
			background-attachment: fixed, fixed;
			background-position: calc(50% - 600px) calc(100% + 180px), calc(50% + 600px) 50%;
			background-repeat: no-repeat, no-repeat;
			background-size: 720px, 1000px;
		}
	@media only screen and (max-width: 1080px)
		{
			body
				{
					background-attachment: fixed;
					background-position: top center;
					background-repeat: no-repeat;
				}
		}