<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/bitrix/templates/mun_proj/template_styles.css?17502248021719*/
html {
    font-size: 20pt;
    color: rgb(0, 69, 129);
}

body {
    margin: 0;
    padding: 0;
}

.page-wrapper {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    background-size: 100%;
}

.main-page {
    background-image: url('/bitrix/templates/mun_proj/images/bg_main.png');
}

.urok-v-gorode {
    background-image: url('/bitrix/templates/mun_proj/images/bg_lesson.png');
}

.ya-nuzhen-gorodu-krayu-strane {
    background-image: url('/bitrix/templates/mun_proj/images/bg_prof.png');
}

.main-title {
    margin-left: 4vw;
    margin-top: 33vh;
    font-weight: bold;
    font-size: 9vh;
    color: white;
}

#main-page-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* column-gap: 2em; space-around; */
    column-gap: 4vw;
    margin-top: 32vh;
}

.main-page-nav-item {
    width: 28vw;
    height: 10vh;
}

.main-page-nav-item svg text {
    font-style:normal;
    font-weight:normal;
    font-size: 3vh;
    line-height:1.25;
    /* font-family:sans-serif; */
    letter-spacing:0px;
    word-spacing:0px;
    fill:#ffffff;
    fill-opacity:1;
    stroke:none;
    stroke-width:1.43141
}

#content-wrapper {
    display: flex;
    flex-direction: row;
    height: 80vh;
}

/* #left-menu, #content {
} */

#left-menu {
    flex: 1;
}

#content {
    flex: 2;
    padding-right: 10vw;
    text-align: justify;
    overflow-y: scroll;
}

#page-title {
    height: 20vh;
    margin: 0 10vw;
    padding: 6vh;
    text-align: center;
    font-size: 6vh;
    text-shadow: 3px 3px 6px gray;
}

p {
    margin-top: 0;
}
/* End */


/* Start:/bitrix/templates/mun_proj/components/bitrix/menu/left_menu/style.css?17502351171050*/
/* Left menu*/
nav.left-menu
{
	height: 60vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin:0; padding:0;
	margin-bottom:8px;
}

nav.left-menu div
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 20vw; /* 398px;*/
	height: 7.6vh; /* 90px;*/
	/* padding: 10px 16px; */
	/* background: url(/bitrix/templates/mun_proj/components/bitrix/menu/left_menu/images/btn_subsection.svg) top no-repeat; */
	background: #EB070D;
	background: linear-gradient(90deg,rgba(235, 7, 13, 1) 0%, rgba(8, 91, 166, 1) 80%, rgba(0, 69, 129, 1) 100%);
	border-radius: 1.4rem;
	box-shadow: 10px 6px 5px gray;
}

.left-menu-item
{
	display: block;
	margin-top: -0.2rem;
	font-size:.8rem;
	color:white;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
}

.left-menu-item:visited
{
	color:white;
}

.left-menu-item:hover
{
	color:#BC262C;
}


.left-menu-item.selected:link,
.left-menu-item.selected:visited,
.left-menu-item.selected:active,
.left-menu-item.selected:hover
{
	color:#FC8D3D;
	text-decoration:none;
}




/* End */
/* /bitrix/templates/mun_proj/template_styles.css?17502248021719 */
/* /bitrix/templates/mun_proj/components/bitrix/menu/left_menu/style.css?17502351171050 */
</pre></body></html>