/* БАЗОВЫЙ СТИЛЬ */
@import "files/basic_style.css";

/* КОМПОНОВКА СТРАНИЦЫ*/
@import "files/layout_1col.css";

/* ЦВЕТОВАЯ СХЕМА */
/*@import "files/color_02_brown.css";*/

.scrollup{
width:40px;
height:40px;
opacity:0.3;
position:fixed;
bottom:20px;
right:20px;
display:none;
text-indent:-9999px;
background: url('../images/bg9.jpg') no-repeat;
}

#header { /* Блок шапки (фотография и текст) */
	background: var(--background-color-1);
}