
/* Example Media Queries */
@media screen and (max-width: 65em) {
	
	.cbp-af-header .cbp-af-inner {
		width: 100%;
	}
	#title{
	font-size:  80%;
	}
	#november21{
	font-size:50%;
	}
	
	.text_part{
	font-size:  80%;
	}
	.arrow{
	font-size:  80%;
	}
	
	.cbp-af-header h1,
	.cbp-af-header nav {
		display: block;
		margin: 10px auto;
		text-align: center;
		float: left;
	}

	.cbp-af-header h1,
	.cbp-af-header nav a {
		line-height: 35px;
	}

	.cbp-af-header nav a {
		margin: 0 10px;
	}

	.cbp-af-header.cbp-af-header-shrink h1,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 45px;
	}

	.cbp-af-header.cbp-af-header-shrink h1 {
		font-size: 2em;
	}

	.cbp-af-header.cbp-af-header-shrink nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 52.25em) {
	.cbp-af-header nav a {
		font-size: 1em;
	}
	#title{
	font-size:   50%;
	}
	.text_part{
	font-size:  60%;
	}
	.arrow{
	font-size:  50%;
	}
	.cbp-af-header {
	height: 40px;
	}
	.cbp-af-header nav {
	line-height: 0px;
	font-family: sans-serif;
       }
}

@media screen and (max-width: 34em) {
	.cbp-af-header nav a,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 1;
	}
	#title{
	font-size:30%;
	}
	.text_part{
	font-size:  50%;
	}
	.arrow{
	font-size:  35%;
	}
}
   
#up_logo{
	width:30%;
	}
/* fix for IE */
 svg {
 width: 100%;
  background-color:;
}
P:first-letter {
    font-family: georgia; /* Гарнитура шрифта первой буквы */
    font-size: 300%; /* Размер шрифта первого символа */
    
   }
 hr {
    border: none; /* Убираем границу */
    background-color: #ddd; /* Цвет линии */
    color: #ddd; /* Цвет линии для IE6-7 */
    height: 2px; /* Толщина линии */
   }  
body{
 background-color:#deebf7;
}
				
svg{ position: fixed;
 top: -50px;
 left: 0px;
 font-size:5px;
}
#image_start{
 position: relative;
 width: 100%;
 height: 100%;
}
#mamchur{position: fixed;
 top: 0px;
 left: 0px;
 opacity:0;
 }
#nikiforov{position: fixed;
 top: 0px;
 left: 0px;
 opacity:0;
 }
 #gutnik{position: fixed;
 top: 0px;
 left: 0px;
 opacity:0;
 }

.text_svg{ font-size:40%;
 font-family: arial;}
.date {
 font-size:40%;
 font-family: arial;
}
path {
 fill: none;
 stroke: orangered;
 stroke-width: 1px;
}  


.container{
position: fixed;
 top: 0px;
 left: 0px;
 opacity:0;
}
.arrow_left, .arrow_up, .arrow{
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
    padding: 10px;
   }
 .cbp-af-header {
    box-shadow: 0 0 1px rgba(0,0,0,0.5); /* Параметры тени */
   } 


.arrow_left:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_left:before {
	border-right-color: #fff;
	border-width: 26px;
	margin-top: -36px;
}

.arrow_left_up:before {
	right: 100%;
	top: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_left_up:before {
	border-right-color: #fff;
	border-width: 26px;
	margin-top: -36px;
}
	
.arrow_up:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}


.arrow_up:before {
	border-bottom-color: #fff;
	border-width: 36px;
	margin-left: -36px;
}

 #sound_off:hover { cursor: pointer; opacity:.5}