* {
	margin:0;
	padding:0;
}
html{
	background-image: url(../img/fon.jpg);
	background-attachment:fixed;
}
body{
	width:1200px;
	margin:0 auto;
	background-color:white;	
	box-shadow:0 5px 15px rgba(0, 0, 0, .2),-23px 0 20px -23px rgba(0, 0, 0, .3), 23px 0 20px -23px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
}

#header, #header_ogl{
	position: fixed;
	z-index:101;
	background-color: white;
	width:1200px;
	height: 80px;
	text-align:center;
	font-family: Georgia, serif;
	font-size: 24pt;
	line-height:2;
	font-weight: bold;
	color: darkgreen;
	text-shadow: 2px 2px 7px #999;
	box-shadow: 0 10px 20px -3px #ccc;
}
#header_ogl{
	line-height:1.2;
}
#content{
	padding:110px 40px 0 40px;
}
#content ul{
	padding-left: 35px;
}
#content ul li{
	text-align:justify;
	padding-bottom: 15px;
}
#content h1, a{
	color:darkblue;
	font-size: 16pt;
	font-family: Arial,sans-serif;
	text-align: justify;
	line-height:1.5;
	text-decoration: none;
}
#content h1.tema{
	font-size:24pt;
	color:#555;
}
#content a:hover{
	color: gray;
	text-decoration: none;
}
#content a.contr{
	color: red;
	font-weight: bold;
}
#content a.contr:hover{
	color: gray;
	text-decoration: underline;
}
#content h1{
	font-size: 18pt;
	text-shadow: 2px 2px 7px #999;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Lucida Console";
}
ul{
	padding-left:35px;
}
#cont_ur,#cont_pr{
	padding:0 40px;
}
#cont_ur h2, #cont_pr h2{
	text-align:center;
	padding-bottom: 10px;
	color:#555;
}
#cont_ur h2.dop{
	margin-top:60px;
}
#cont_ur h4, #cont_pr h4{
	padding-top:20px;
	padding-bottom: 10px;
	font-size: 14pt;
}
#cont_pr p{
	margin:1em 0;
	font-size:1.2em;
	text-align:justify;
}
#cont_pr p.ris{
	font-size:10pt;
	text-align:center;
	margin-bottom: 12px;
}
#cont_pr ul{
	margin:0;
	font-size:1.2em;
}
#cont_pr h2{
	font-size:26px;
	color:#888;
	margin:50px 0 20px 0;
	text-decoration:underline;
	text-align:center;
}
#cont_pr h3{
	font-size:21px;
	color:#555;
	margin-bottom:15px;
}
#cont_pr img{
	box-shadow:none;
	margin:0;
}
#cont_ur h4 tt{
	color:red;
}
#cont_ur ul{
	line-height:1.5;
	font-size: 14pt;
}
#cont_ur a{
	color:darkblue;
	font-size: 16pt;
	font-family: Arial,sans-serif;
	text-align: justify;
	line-height:1.5;
	text-decoration: underline;	
}
#cont_ur ul a{
	font-size:12pt;
	font-weight: bold;
}
#cont_ur a:hover, #cont_pr a:hover{
	color: gray;
	text-decoration: underline;
	opacity:.6;
}
com{
	color:blue;
	font-weight:bold;
}
primer{
	color:#555;

	font-size:1.2em;
	font-family:Arial;
	display:block;
	margin:20px 20px;
}
primer span{
	font-family: 'Courier New', monospace;
	font-size:18px;
	font-style:normal;
	color:black;
	font-weight:bold;
}
p.ris{
	text-align:center;
	font-family:"Courier New",serif;
	font-size: 10pt;
	font-weight: bold;
	color:darkblue;
}
p.ris a img:hover{
	opacity:0.6;
}
video{
	width:580px;
	height:auto;
	box-shadow:0 0 5px 5px #aaa;
}
div.vid{
	text-align:center;
	margin:20px 0 5px 0;
}
#cont_ur a.button,#cont_pr a.button{
 text-decoration:none; 
 text-align:center; 
 padding:6px 32px; 
 border:solid 1px #505252; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:18px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#050505; 
 background-color:#ebebeb; 
 background-image: -moz-linear-gradient(top, #ebebeb 0%, #7a878c 100%); 
 background-image: -webkit-linear-gradient(top, #ebebeb 0%, #7a878c 100%); 
 background-image: -o-linear-gradient(top, #ebebeb 0%, #7a878c 100%); 
 background-image: -ms-linear-gradient(top, #ebebeb 0% ,#7a878c 100%); 
 background-image: linear-gradient(top, #ebebeb 0% ,#7a878c 100%);   
 -webkit-box-shadow:2px 2px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 2px 2px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:2px 2px 2px #bababa, inset 0px 0px 1px #ffffff;  
}
#cont_ur a.button:hover,#cont_pr a.button:hover{
 background-image: -moz-linear-gradient(top, #7a878c 0%, #ebebeb 100%); 
 background-image: -webkit-linear-gradient(top, #7a878c 0%, #ebebeb 100%); 
 background-image: -o-linear-gradient(top, #7a878c 0%, #ebebeb 100%); 
 background-image: -ms-linear-gradient(top, #7a878c 0%, #ebebeb 100%); 
 background-image: linear-gradient(top, #7a878c 0%, #ebebeb 100%);   
 -webkit-box-shadow:2px 2px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 2px 2px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:2px 2px 2px #bababa, inset 0px 0px 1px #ffffff;  
}
div.but{
	margin-top: 60px;
	text-align: center;
}
div.fut{
	margin:20px 0 0 0;
	text-align: center;
	font-size: 9pt;
	font-family:Georgia,serif;
	font-weight: bold;
	color: #666;
	padding-bottom:20px;
}
hr{
	margin-top:60px;
}
p.dop{
	line-height:2.5;
	text-align:center;
}
img {
    margin:30px 0 5px 0;
	box-shadow:0 0 5px 5px #aaa;
}
img.first{
	margin-top:60px;
}
p.konec{
    margin-bottom:30px;
}
p.nachalo{
    margin-top:30px;
}
span.futer{}
span.futer:before{
	content:"МБОУ СОШ №17 города Кузнецка, ";
}
span.head{}
span.head:before{
	content:"ЦОР 11 класс, Углубленный уровень (4 часа/нед)";
}

span.titl{}
span.titl:before{
	content:"ЦОР 11 класс";
}

.topbutton {
width:70px;
border:2px solid #ccc;
box-shadow: 0 0 5px 2px #ccc;
background:#f7f7f7;
text-align:center;
font-weight:bold;
color:#999;
padding:10px;
position:fixed;
bottom:30px;
right:30px;
cursor:pointer;
font-family:verdana;
font-size:12px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}
.topbutton:hover{
	color:#000;
	background:#999;
}
div.plan{
	width:600px;
	margin:30px auto 0;
	padding:20px 40px;
	background-color:#f9f9f9;
	box-shadow: 0 0 15px 5px #ddd;
}
div.plan span{}
div.plan span:before{
	content:"План урока:";
}
#cont_ur div.plan h2{
	text-align:left;
	color:black;
}
#cont_ur div.plan ol{
	font-size: 16pt;
	line-height:2;
	text-align:justify;
}

/* МОДАЛЬНОЕ ОКНО МОДАЛЬНОЕ ОКНО МОДАЛЬНОЕ ОКНО МОДАЛЬНОЕ ОКНО МОДАЛЬНОЕ ОКНО */

/* Базовые стили слоя затемнения и модального окна  */
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
/* фон затемнения */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* фиксированное поцизионирование */
    cursor: default; /* тип курсора */
}
/* активируем слой затемнения */
.overlay:target {
    display: block;
}
/* стили модального окна */
.popup {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 1000px;
/* фиксированное позиционирование, окно стабильно при прокрутке */
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #fefefe;
/* скругление углов */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
/* внешняя тень */
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}
/* активируем модальный блок */
.overlay:target+.popup {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 15%;
}
/* формируем кнопку закрытия */
.close {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 13px/20px 'Tahoma', Arial, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);    
}
/* изображения внутри окна */
.popup img {
    width: 100%;
    height: auto;
}
/* миниатюры слева/справа */
.pic-left, 
.pic-right {
    width: 25%;
    height: auto;
}
.pic-left {
    float: left;
    margin: 5px 15px 5px 0;
}
.pic-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* элементы м-медиа, фреймы */
.popup embed, 
.popup iframe {
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0; 
    display:block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}
.popup h2 { /* заголовок 2 */
    margin: 0;
    color: #008000;
    padding: 5px 0px 10px;
    text-align: left;
    text-shadow: 1px 1px 3px #adadad;
    font-weight: 500;
    font-size: 1.4em;
    font-family: 'Tahoma', Arial, sans-serif;
    line-height: 1.3;
}
/* параграфы */
.popup p {margin: 0; padding: 5px 0}

/* МОДАЛЬНОЕ ОКНО МОДАЛЬНОЕ ОКНО МОДАЛЬНОЕ ОКНО МОДАЛЬНОЕ ОКНО МОДАЛЬНОЕ ОКНО */

ol.perechen{
	padding-left:30px;
	font-size:13pt;
	color:#555;
	font-style:italic;
	line-height:1.5;
}

/* Затемнение картинки и появление надписи */
.cont, .cont1, .ege{
	width:580px;
	height:435px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow:hidden;
	position:relative;
	margin:40px auto 10px;
	box-shadow: 0 0 5px 5px #aaa;
	background-size: cover;
}

.ege{
	height: 314px;
	box-shadow: none;
}

.inner{
    width:100%;
    height:100%;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
	position:relative;
}
.cont:hover .inner{
    background-color:rgba(0, 0, 0, 0.5);
	cursor:pointer;
}
.ege:hover .inner{
    background-color:rgba(0, 0, 0, 0.5);
	cursor:pointer;
}
.txt{
    width:100%;
	height:50px;
	color:#f5d9b5;
	text-align:center;
	vetical-align:center;
	font-size:16px;
	display:block;
	bottom:-50px;
	position:absolute;
	background-color:rgba(0, 0, 0, 0.6);
	-moz-transition:all .5s;
    -webkit-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
	line-height:50px;
	font-family:"Roboto",sans-serif;
}
.cont:hover .txt{
    bottom:0px;
}

.ege:hover .txt{
    bottom:0px;
}

/* Конец Затемнения картинки и появление надписи */

.school, .school img{
	width:1120px;
	box-shadow:none;
	margin:1px 0 0;
	cursor:pointer;
	position:relative;
}

.cont3, #cont3{
display:block;
width:1120px;
height:0px;
position:absolute;
top:0px;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.cont3 p, #cont3 p{
	opacity:0;
	display:block;
	line-height:300px;
	text-align:center;
	font-size:100px;
	color:greenyellow;
	text-shadow: 5px 5px 3px #000;
	transition: opacity .7s;
	margin:0;
}
.school:hover .cont3, .school:hover #cont3{
background-color:rgba(0, 0, 0, 0.3);
height:99%;
top:0px;
margin:0;
padding:0;
}
.school:hover .cont3 p, .school:hover #cont3 p{
	opacity:1;
}

.test{
	width:580px;
	margin:0 auto;
	text-align:center;
	display:block;
}
.test img{
	box-shadow:none;
}
.test:hover, .test:hover p{
	cursor:pointer;
	text-decoration:underline #666;
	opacity:.6;
	color:#666;
}
.test p{
	font-size:16pt;
	color:darkblue;
	font-family:Arial,sans-serif;
	line-height:1.5;
}
.conthead{
	width:800px;
	margin:0 auto;
}
a.logobutt{
	display:block;
	float:left;
	margin-top:10px;
	margin-left:50px;
	position:absolute;
	transition:ease-in-out .5s;
}
img.logo{
	width:50px;
	box-shadow:none;
	margin:0;
}
a.logobutt:hover{
	opacity:.5;
	transform: scale(1.2) rotate(10deg);
}

p.glava, p.nametema{
	font-size:22pt;
	text-align:center;
	font-family:Georgia;
	font-weight:bold;
	color:#70A4ED;
	margin:30px 0;
}

p.nametema{
	font-size:20pt;
	color:blue;
}

span.urok {
	font-weight: bold;
	
}

.linken{
	width:300px;
	margin: 0 auto;
}

.linken:hover{
	cursor:pointer;
	opacity:.5;
}

img.uch{
width: 180px;
}