body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img, ul, li { margin:0; padding:0; } 

article, aside, footer, header, nav, section {display: block}

html { 
	overflow-y: scroll;	
	}

html,
body {
    width: 100%;
    height: 100%;
    background: url(/components/pic_bg_site_kindergarden.png); 
	background-attachment: fixed; 
    text-rendering: optimizeLegibility;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}

a {	text-decoration: none; color: #0065C5; }
a:hover { text-decoration: none; color: #ff9900; }

ul { list-style: none; }

p { margin: 0 0 20px; }

h1, h2, h3, h4, h5, h6 { margin-bottom: 20px; }
h1 { font-size: 1.4em; padding: 10px 0 8px; border-bottom: 2px solid #000; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.1em; }

.wrapper {
	position: relative;
	margin: 0 auto;
    width: 1340px;
    min-height: 100%;
    background: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 	0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 		0px 0px 15px 0px rgba(0,0,0,0.75);
}

.main, 
.centre {
    margin: 0 auto;
    padding: 0 30px;
}

.main {
    width: 750px;
    padding-top: 30px;
	padding-bottom: 435px;
} 

/* HEADER */

header { 
	padding: 30px 0;
    height: 90px;
	line-height: 30px;
	font-size: 0.9em;
		border-bottom: 1px solid grey;
}
header a,
header .hover {
    color: #000;
}
header .left {
    float: left;
	width: 800px;
}
header .left .pic_logo {
    float: left;
    height: 120px;
    margin: -15px 30px 0 0;
}
header .left a {
	font-size: 1.4em;
	font-weight: bold;
}
header .right {
    float: right;
	width: 480px;
	text-align: right;
}


/* HEADER end */

/* NAVIGATION */

nav {
	font-size: 1.1em; 
	text-align: center; 
	font-weight: bold; 
}
nav ul {
    border: 1px solid grey; border-left: 0; border-right: 0;
	height: 48px; 
	line-height: 28px; 
}
nav ul li {
    float: left; 
	position:relative;
	background: whitesmoke; 
} 
nav li:hover { 
	background:#dae1e8;
	} 
nav ul li a {
	display: block;
	margin: 0; 
	padding: 10px 0;
    width: 256px;
}
nav ul li a.active_link, 
nav ul li a.active_link:hover { 
	color: red;
}
nav li ul { 
	display:none;
	position:absolute;
	} 
nav li ul li { 
	margin-top: -1px;
	border: 1px solid grey; border-top: 0;
	} 
nav li ul a { 
	padding: 10px;
	width: 296px; 
	font-size: 0.85em;
	line-height: 18px;
	} 
nav li:hover ul { 
	display:block;
	left:-30px;
	} 

/* NAVIGATION End */


/* ASIDE SIDEBAR */

aside .sidebar {
	margin-bottom: 15px;
	padding: 10px 10px 0px;
	background: whitesmoke;
	border: 1px solid gainsboro; 
    line-height: 18px;
	font-size: 0.85em; 
}

aside .sidebar img, 
aside .sidebar p {
    padding: 0 0 5px;
    width: 100%;
    margin: 0 auto; 
}

aside .sidebar .ico{
    margin: 0;
    padding: 0 5px;
    width: 25px;
    margin: 0 auto; 
}

aside .sidebar_left { 
    float: left;
    margin-left: -265px;
}
aside .sidebar_right { 
	float: right;
	margin-right: -265px;
}
aside .sidebar_left, 
aside .sidebar_right { 
    overflow: hidden;
    width: 235px;
}

aside .sidebar_left .sidebar,
aside .sidebar_right .sidebar {
    /* display: none; */
}
aside .sidebar_left .active_parent,
aside .sidebar_right .active_parent {
    display: block;
}

aside .sidebar .top {
	font-size: 1.1em; 
    font-weight: bold; 
}
/*
aside .sidebar .top a {
	color: #000; 
}
aside .sidebar .top a:hover {
	color: #ff9900; 
}
*/
aside .active_link, 
aside .active_link:hover {
	color: red;
}

aside ul, 
aside ul li {
    line-height: 16px;
}

aside .sidebar .top, 
aside ul li {
    margin-bottom: 10px;
}

/* ASIDE SIDEBAR End/


/* ARTICLE */

article ul {
	margin-bottom: 20px; 
	padding-left: 20px; 
}
article ul li {
	list-style: square outside;
}

table {
	width: 100%;
	margin-bottom: 20px; 
}
table td {
	padding: 5px; 
	border: 1px solid black; 
	text-align: center;
}

article .note {
    padding: 10px;
    border-style: solid;
    border-width: 1px 0;
    border-color: #fecb00;
    background-color: #fcf7cc;
}

article .block_social { 
	overflow: hidden;
    margin-bottom: 20px;
	padding: 9px;
	border: 1px solid #dae1e8; 
	background: #f9f9f9; 
} 

article .pic_img_full {
    width: 730px;
    margin-bottom: 20px; 
    padding: 9px; 
    background: whitesmoke;
    border: 1px solid gainsboro; 
}
article .pic_img_center {
	display: block;
	width: 450px;
	margin: 15px auto;
	padding: 5px;
	background: whitesmoke;
	border: 1px solid gainsboro;
	}

article .link_list  {
	margin: 15px 0;
	padding-top: 1px;
}
article .link_list a {
	display: block;
	margin-top: -1px;
    padding: 2px 5px;
	line-height: 28px;
	border-top: 1px dotted #dae1e8;
	border-bottom: 1px dotted #dae1e8;
}


/* ARTICLE End */


/* FOOTER */
footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
}

footer .banner { 
	padding: 15px 30px; 
	height: 330px; 
	background-image: url(/components/pic_bg_footer_banner.png);
	} 
footer .banner a { 
	display: inline-block;
	overflow: hidden; 
	width: 200px; 
	height: 80px;  
	margin: 0 7px 7px 7px; 
	padding: 9px;
	border: 1px solid silver; 
	background: #ddd; 
	} 
footer a img { 
	width: 100%; 
	height: 100%; 
	} 

footer .signature { 
	padding: 10px 30px 10px;
	height: 40px;
	line-height: 40px;
	background-image: url(/components/pic_bg_footer_signature.png);
	color: white;
	letter-spacing: 0.25px;
	font-size: 0.8em;
	} 

/* FOOTER End */


/* @MEDIA */ 

@media (max-width: 1355px ) {
	.wrapper {
		width: 1250px; 
		}
    header .left {
		width: 800px;
		}
	header .right {
		width: 390px;
		}
	nav ul li a {
		width: 238px; 
		}
	nav li ul a { 
		width: 250px; 
		} 
    nav li:hover ul { 
	   left:-20px;
	} 
	aside .sidebar_left {
		margin-left: -220px;
		}
	aside .sidebar_right {
		margin-right: -220px;
		}
	aside .sidebar_left, 
	aside .sidebar_right {
		width: 190px; 
		}
	}

/*	
@media (max-width: 1250px ) {
		aside .sidebar_left, 
		aside .sidebar_right {
			display: none;
		}
	} 
*/


.text_centre {
	text-align: center;
}
.text_bold {
	font-weight: bold;
}



.block_select {
	margin-bottom: 15px; 
	padding: 5px 15px;
	border: 1px solid #dae1e8; border-left: 0; border-right: 0;
    line-height: 10px;
	text-align: center;
	}
.block_select a 		{ display: inline-block; padding: 10px; }
.block_select a:hover 	{ background: #f0f2f5; }
.block_select a.active 	{ background: #dae1e8; color: #ff9900; }

ul.select {
    margin: 0 0 15px;
	padding: 3px 0;
	border: 1px solid #dae1e8; border-left: 0; border-right: 0;
    line-height: 10px;
	text-align: center;
	}
ul.select li {
	display: inline-block;
	margin: 5px 0px 5px 5px;
	}
ul.select li a {
	display: block;
	padding: 6px;
	}
ul.select li a:hover {
	color: #ff9900;
	}
ul.select li.active, 
ul.select li.active a, 
ul.select li.active a:hover  {
	background: #eee;
	color: #000;
}
.tab_container_select {
    float: left; 
    width: 100%;
	}
.tab_content_select {
    padding-top: 0;
	}
.tab_content_select h2 {
	margin-top: 0;
}



.documentation {
	margin-bottom: 10px;
	padding: 0 5px;
	border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
}
.documentation h3 {
	line-height: 40px;
	margin: 0; padding: 0;
	font-size: 1.2em;
} 
.documentation .spoiler_links {
	cursor: pointer; 
}
.documentation .spoiler_links {
	color: #000;
}
.documentation .spoiler_links:hover h3 {
	color: #ff9900;
}
.documentation .spoiler_body {
	display: none; 
}



.collective {
	margin-bottom: 10px;
	padding: 0 10px;
	border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
}
.collective:hover {
	box-shadow: 0px 2px 5px #888, 0px -2px 5px #888;
}
.collective .name { 
	padding-top: 5px;
	line-height: 30px;
	font-size: 1.4em;
} 
.collective .position { 
	padding-bottom: 10px;
	line-height: 20px;
	font-size: 1em;
}
.collective .spoiler_links { 
	cursor: pointer; 
}
.collective .spoiler_links { 
	color: #000;
}
.collective .spoiler_links:hover .name { 
	color: #ff9900;
}
.collective .spoiler_body { 
	display: none; 
}


.achievements a { 
	float: left;
	display: block; 
	margin: 9px;
	border: 1px solid #ccc; 
	background: whitesmoke; 
	line-height: 0;
}
.achievements a img { 
	width: 230px; 
	height: auto;
}




.obratnuj-zvonok{
	width: 100%;
	max-width: 700px;
    margin: 0 auto;
}
.form-zvonok{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
	box-sizing: border-box;
}
.form-zvonok div{
	padding: 15px 0;
}
.bot-send-mail{
	box-sizing: border-box;
	width: 100%;
}
.form-zvonok label,.form-zvonok input{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.form-zvonok label{
	margin-bottom: 5px;
	font-weight: bold;
}
.form-zvonok input{
	padding: 10px 15px;
	margin-top: 10px;
}
.form-zvonok label span{
	color: red;
}
.form-zvonok .bot-send-mail{
	padding: 15px;
	margin-top: 10px;
	background: none;
	border: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background-color: #009b97;
	cursor: pointer;
	border: 3px #009b97 solid;
	border-radius: 5px;
}
.form-zvonok .bot-send-mail:hover{
	color: #009b97;
	background-color: #fff;
}