@import url(https://fonts.googleapis.com/css?family=Roboto+Slab|Arimo&subset=latin,cyrillic);

/* Reset */
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset,
menu,
figure {
	margin: 0;
	padding: 0;
}

tr {
	vertical-align: top;
}

td {
	vertical-align: top;
}

table {
	border-collapse: collapse;
}

header,
footer,
menu,
nav,
section,
hgroup,
article,
aside,
details,
figure,
figcaption,
mark {
	display: block;
}

body {
	font-family: Arial, sans-serif;
	font-family: 'Arimo', sans-serif;
	font-size: 17px;
	line-height: 120%;
	color: #111;
	background: #f8f8f8 url(/design/images/bg.jpg);
}

/* Common items */

img,
fieldset {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
}

a {
	color: #3997d1;
}

a:hover {
	color: #e51937;
	text-decoration: none;
}

/*a:visited {
	color: #b40eb4
}*/

/* Text formatting */

ul,
ol {
	margin: 0.7em 0 1em 20px;
	padding: 0;
	line-height: 140%;
}

li {
	margin: 0 0 .5em 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	/* Georgia, serif; */
	line-height: 1.2em;
	color: #000
}

h1 {
	margin: 1.1em 0 0 3%;
	font-size: 1.7em;
	color: #519d75;
	/*#7d8990*/
}

h2 {
	margin: 0.9em 0 0 0;
	font-size: 1.5em;
	color: #519d75
}

h2.first {
	margin-top: 0
}

h3 {
	margin: 0.8em 0 0.2em 0;
	font-size: 1.35em;
}

h3.first {
	margin-top: 0.4em
}

h4 {
	margin: 1.1em 0 0 0;
	font-size: 1.1em;
}

h5 {
	margin: 1.2em 0 0 0;
	font-size: 0.9em;
	font-weight: bold;
}

span.supsmall {
	font-size: 0.95em;
	font-style: italic;
}

/* Layout */

#layout {
	width: 98%;
	max-width: 1200px;
	min-width: 900px;
	margin: 0 auto;
}

/* Header */

header {
	float: left;
	width: 100%;
	margin-top: 16px
}

#logo {
	float: left;
	margin-left: 20px
}

#phone {
	float: left;
	position: relative;
	margin: 19px 0 0 0;
	padding-left: 130px;
	font-size: 1.4em;
	color: #5c676d;
	text-decoration: none;
}

#phone img {
	position: absolute;
	right: 197px;
	bottom: 27px
}

#links {
	float: right;
	margin: 19px 20px 0 0;
	font-size: 1.4em
}

#links a {
	float: left;
	text-decoration: none
}

#links span {
	float: left
}

#links img {
	float: left;
	position: relative;
	bottom: 1px;
	margin: 0 5px 0 0
}

#links #order {
	float: left;
	background: url(/design/images/order.png) 0 -1px no-repeat;
	padding-left: 25px
}

#links #order a {
	color: #ff7514;
	border-bottom: 1px solid #f9b885
}

#links #order a:hover {
	color: #ff933e;
	border-bottom: none
}

#links #library {
	float: left;
	background: url(/design/images/library.png) 0 -1px no-repeat;
	margin-left: 20px;
	padding-left: 25px
}

#links #library a {
	color: #636d74;
	border-bottom: 1px solid #acb1b5
}

#links #library a:hover {
	color: #818a90;
	border-bottom: none
}

/* Menu */

nav {
	float: left;
	width: 100%;
}

nav ul,
nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 0 10px;
}

nav ul#main {
	float: left;
	font-family: Georgia, serif;
	font-size: 1.25em
}

nav ul#main li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #349d65;
	border-bottom: 1px solid #a2c8b4;
	white-space: nowrap;
}

nav ul#main li a:hover {
	color: #80bd9d;
	border-bottom: 10px solid #a2c8b4
}

nav ul#main li span {
	color: #80bd9d;
	border-bottom: 10px solid #a2c8b4;
	white-space: nowrap;
}

nav ul#aux {
	float: right;
	margin: 3px 0 0 0;
	font-size: 1.1em
}

nav ul#aux li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #2c8bc6;
	border-bottom: 1px solid #98c7e4
}

nav ul#aux li a.active {
	background: #98c7e4;
	border-bottom: 10px solid #98c7e4;
	color: #fff !important;
	padding: 5px 10px 0 10px;
}

nav ul#aux li a:hover {
	color: #65add9;
	border-bottom: 10px solid #98c7e4
}

nav ul#aux li span {
	margin: 0;
	padding: 0;
	color: #65add9;
	border-bottom: 10px solid #98c7e4
}

.nav-con {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	border-top: 4px solid #ccc;
	padding: 10px 0 5px 0;
}

nav ul#sub .first {
	font-size: 1.1em;
	color: #7d8990;


}

nav ul#sub {
	float: left;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 180%;
	font-size: 1.0em;
}

nav ul#sub li {
	padding: 0 20px 0 0;
	margin: 5px;
}

nav ul#sub li a {
	margin: 0 7px;
	padding: 1px 0 0 0;
	text-decoration: none;
	/*color: #555;
	border-bottom: 1px solid #999;*/

	color: #349d65;
	border-bottom: 1px solid #a2c8b4;
}

nav ul#sub li a:hover {
	margin: 0;
	padding: 1px 7px 3px 7px;
	/* color: #fff !important; */
	border-bottom: 10px solid #a2c8b4;
	/* border-bottom: none;
	background: #aaa;
	background: #349d65; */
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	/* 12px; */
}

nav ul#sub li a.active {
	margin: 0;
	padding: 1px 7px 3px 22px;
	color: #fff;
	border-bottom: none;
	background: #349d65 url(/design/images/arr_up.png) 5px 0 no-repeat;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

nav ul#sub li a.active:hover {
	border-radius: 12px !important;
	-webkit-border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	background: #ff7514 url(/design/images/arr_up.png) 5px 0 no-repeat !important;
}

nav ul#sub li span {
	margin: 0;
	padding: 1px 7px 3px 7px;
	color: #349d65;

	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	/* 12px; */

	border-bottom: 10px solid #a2c8b4;

}

.noarr li a.active {
	padding: 1px 7px 3px 7px !important;
	background: #aaaa !important
}




/* Content */

#content {
	float: left;
	width: 100%;
	margin-top: 6px;
	padding-bottom: 20px;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Structure blocks */

article {
	float: left;
	width: 65%;
	margin: 0;
	padding: 0
}

aside {
	float: right;
	width: 30%;
	margin: 0;
	padding: 0
}

section.half article {
	width: 48%
}

section.half aside {
	float: right;
	width: 48%
}

figure {
	float: left;
	width: 100%;
	margin: 1em 0 0.8em 0;
	padding: 0;
	white-space: nowrap;
}

figure img {
	float: left;
	margin: 0 20px 10px 0
}

p.small {
	margin: 0.7em 0 0 0;
	padding: 0;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
}

figure p.small {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
}

figure.lib .item {
	float: left;
	position: relative;
	width: 30%;
	margin-right: 3%;
	padding-bottom: 10px
}

.w3 {
	width: 30% !important
}

a .i_vid {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	background: url(/design/images/i_video.png) no-repeat;
}

a:hover .i_vid {
	background: url(/design/images/i_videoo.png) no-repeat;
}

a .i_aud {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	background: url(/design/images/i_audio.png) no-repeat;
}

a:hover .i_aud {
	background: url(/design/images/i_audioo.png) no-repeat;
}

figure.lib .item a img {
	margin: 0 20px 3px 0
}

figure.lib .item span {
	float: left;
	width: 90%;
	overflow: hidden;
	font-size: 0.8em
}

section.intro,
section.first {
	background: none;
	margin-top: 0
}

section.intro h1,
section.lib h1 {
	margin: 0
}

section.intro article {
	float: left;
	width: 43%;
	min-height: 230px;
	padding-left: 34%;
	background: url(/design/images/pic01.jpg) no-repeat 5% bottom;
}

section.lib article {
	float: left;
	width: 47%;
	min-height: 200px;
	padding-left: 250px;
	background: url(/design/images/pic02.png) no-repeat 5% bottom;
}

.l_lib {
	float: left;
	width: auto;
	height: 40px;
	margin: 0 0 0 15px;
	padding: 0 0 0 35px;
	background: url(/design/images/lib.png) no-repeat 0 4px;
	line-height: 120%;
	font-size: 1.2em;
	font-weight: normal;
}

.l_lib a {
	float: left;
	color: #71787d
}


menu {
	float: left;
	width: 100%;
	line-height: 100%;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Arial, sans-serif;

}

.edge {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 40px;
	background: url(/design/images/edge.png) no-repeat;
}

menu ul {
	float: left;
	position: relative;
	width: 80%;
	height: 40px
}

menu.incl ul {
	width: 100%;
	height: 40px;
	margin-top: 10px
}

menu ul,
menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

menu.green ul,
menu.green2 ul {
	background: #65a684 url(/design/images/menubg_green.png) repeat-x;
}

menu.gray ul {
	background: #b7c2c9 url(/design/images/menubg_gray.png) repeat-x;

}

menu.green ul a {
	float: left;
	width: 100%;
	height: 36px;
	padding: 7px 0 0 0;
	color: #f3fbf7;
	text-decoration: none;
	text-align: center;
	line-height: 100%;
}

menu.green2 ul a {
	float: left;
	width: 100%;
	height: 28px;
	padding: 12px 0 0 0;
	color: #f3fbf7;
	text-decoration: none;
	text-align: center;
}

menu.green ul a:hover,
menu.green ul a.current,
menu.green2 ul a:hover,
menu.green2 ul a.current {
	background: url(/design/images/menuover_green.png) no-repeat top center;
}

menu.gray ul a {
	float: left;
	width: 100%;
	height: 28px;
	padding: 12px 0 0 0;
	color: #515659;
	text-decoration: none;
	text-align: center;
	text-decoration: none;
}

menu.gray ul a:hover,
menu.gray ul a.current {
	color: #fff;
	background: url(/design/images/menuover_gray.png) no-repeat top center;
}

menu ul.c4 li {
	width: 25%;
}

menu ul.c5 li {
	width: 20%;
}

menu ul.c6 li {
	width: 16%;
}

menu ul.c2 li {
	width: 50%;
}

menu.gray ul.c2 li a:hover,
menu.gray ul.c2 li a.current {
	background: url(/design/images/menuover_gray2.png) no-repeat top center;
}

menu.green2 ul.c6 li a:hover,
menu.green2 ul.c6 li a.current {
	background: url(/design/images/menuover_green2.png) no-repeat top center;
}

menu.green2 ul.c2 li a:hover,
menu.green2 ul.c2 li a.current {
	background: url(/design/images/menuover_green3.png) no-repeat top center;
}

menu.simple {
	float: left;
	height: auto;
	display: none;
	margin: 10px 0 0 0
}

menu.simple ul {
	float: left;
	width: 94%;
	margin: 0;
	padding: 0 3%;
	line-height: 180%;
	height: auto;
}

menu.simple ul li {
	padding: 0 10px 0 0;
	white-space: nowrap;
}

menu.simple ul li a {
	margin: 0 7px;
	padding: 1px 0 0 0;
	text-decoration: none;
	color: #555;
	border-bottom: 1px solid #999
}

menu.simple ul li a:hover,
menu.simple ul li a.current {
	margin: 0;
	padding: 1px 7px 3px 7px;
	color: #fff;
	border-bottom: none;
	background: #aaa;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

menu.simple ul li span {
	margin: 0;
	padding: 1px 7px 3px 7px;
	color: #fff;
	border-bottom: none;
	background: #aaa;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

menu.simple2 {
	float: left;
	height: auto;
	display: none;
	margin: 10px 0 0 0
}

menu.simple2 ul {
	float: left;
	width: 94%;
	margin: 0;
	padding: 0;
	line-height: 180%;
	height: auto;
}

menu.simple2 ul li {
	padding: 0 10px 0 0
}

menu.simple2 ul li a {
	margin: 0 7px;
	padding: 1px 0 0 0;
	text-decoration: none;
	color: #555;
	border-bottom: 1px solid #999
}

menu.simple2 ul li a:hover,
menu.simple2 ul li a.current {
	margin: 0;
	padding: 1px 7px 3px 7px;
	color: #fff;
	border-bottom: none;
	background: #aaa;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

menu.simple2 ul li span {
	margin: 0;
	padding: 1px 7px 3px 7px;
	color: #fff;
	border-bottom: none;
	background: #aaa;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

.l_note {
	float: left;
	height: 40px;
	margin: 0 0 0 15px;
	padding: 0 0 0 35px;
	background: url(/design/images/note.png) no-repeat 0 4px;
	line-height: 120%;
	font-size: 1.2em;
	font-weight: normal;
}

.l_note a {
	float: left;
	color: #519d75
}



.i_top1,
.i_bot1 {
	display: block;
}

.i_top2,
.i_bot2 {
	display: block;
}

.panes_incl {
	float: left;
	width: 100%;
	padding: 0;
	background: url(/design/images/sep.jpg) top right no-repeat;
}

.panes_incl2 {
	float: left;
	width: 100%;
	padding: 0;
	background: url(/design/images/sep.jpg) top right no-repeat;
}

.panes_incl .pane {
	float: left;
	width: 100%;
	padding: 0 0 60px 0;
	background: url(/design/images/sep.jpg) bottom right no-repeat;
}

.panes_incl2 .pane {
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}

.triple {
	float: left;
	width: 28%;
	margin: 0 5% 0 0
}

.double {
	float: left;
	width: 46%;
	margin: 0 4% 0 0
}

.video {
	float: left;
	width: 100%;
	height: 400px;
	margin: 20px 0 10px 0;
}


table.data {
	border: none;
	padding: 0;
	margin: 0
}

table.data td {
	padding: 5px 10px;
	margin: 0;
	text-align: left;
	vertical-align: top;
}

/*  */
footer {
	float: left;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 20px;
	line-height: 120%
}

footer #f1 {
	float: left;
	width: 46%;
	margin-left: 20px;
	font-size: 0.9em
}

footer #f1 span {
	font-size: 0.9em;
	line-height: 100%
}

footer #f2,
footer #f3 {
	float: right;
	width: 46%;
	text-align: right;
	margin-right: 20px;
	font-size: 0.9em;
	line-height: 140%;
}

footer #f2 a,
footer #f3 a {
	margin: 0 5px;
	white-space: normal;
}

footer #f2 a.first,
footer #f3 a.first {
	margin: 0 5px 0 0
}

footer #f2 a.last,
footer #f3 a.last {
	margin: 0 0 0 5px
}

footer #f2 {
	display: block;
}

footer #f3 {
	display: none;
}

/* анкета */
#anketa {}

#anketa h4 {
	font-family: Arial, sans-serif;
}

#anketa h3 {
	font-family: Arial, sans-serif;
}

#anketa .ask {
	display: none;
}

#anketa ol {
	margin: 0 3em;
}

#anketa li {
	margin: 1.4em 0;
	font-size: 1.2em
}

#anketa .answer {
	border-bottom: 1px dashed #333;
	color: #333;
	cursor: pointer;
}

#anketa .answer:hover {
	border-bottom: 1px dashed #349d65;
	color: #349d65;
}

#result {
	font-size: 1.6em;
	padding: 20px;
	background: #f8f8f8;
	color: #333;
	display: none;
	line-height: 140%;
}



section.intro,
section.first {
	background: none;
	margin-top: 0
}

section.first {
	padding-top: 10px
}

section.intro h1,
section.lib h1 {
	margin: 0
}

.ems {
	display: table;
	background: none;
}


section {
	float: left;
	width: 94%;
	margin: 20px 0 0 0;
	padding: 0 3% 0 3%;
	/*	background: url(/design/images/sep.jpg) top left no-repeat; */
}


.mksmall {
	font-size: 0.8em;
}


menue.gray {
	display: none;
}

.dixi_tab {
	display: none;
}

.dnone {
	display: block !important;
	width: 100%;
	float: left;

}

.panes_incl2 .pane {
	padding: 0 !important;
}

.cols {
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.cols .l60 {
	float: left;
	width: 58%;
}

.cols .r40 {
	float: right;
	width: 38%;
}

.cols .l50 {
	float: left;
	width: 47%;
}

.cols .r50 {
	float: right;
	width: 47%;
}

@media screen and (max-width: 640px) {
	.cols .l60 {
		width: 100%;
	}

	.cols .r40 {
		width: 100%;
	}

	.cols .l50 {
		width: 100%;
	}

	.cols .r50 {
		width: 100%;
	}
}

.add_info h3 {
	font-size: 1.0em;
}

p {
	margin: 0.5em 0 1.2em 0;
	padding: 0;
	line-height: 150%;
}

p a {
	/*background: linear-gradient(to bottom,rgba(0,0,0,0) 0,#519d75 100%);
    background-repeat: repeat-x;
    background-position: 0 90%;
    background-size: 2px 3px;*/
	color: #111;
	border-bottom: 4px solid rgba(52, 157, 101, 0.3);
	text-decoration: none;
}

p a:hover {
	color: #349d65;
}

li a {
	text-decoration: none;
}

b,
strong {
	color: #333
}

p.ant {
	padding: 14px 20px;
	/*font-style: italic;*/
	line-height: 120%;
	background: #f2f2f2;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.ant {
	padding: 14px 20px;
	margin: 16px 0;
	background: #f2f2f2;
	border-radius: 6px;
}


.panes_incl2 {
	background: none;
}

.img100,
.w100 {
	width: 100%
}

.plashka {
	padding: 10px 20px;
	border-radius: 10px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.gray {
	background-color: #f0f0f0;
	color: #000;
}

.text-small {
	font-size: 0.85rem;
}

.max50 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 50px;
}

.max75 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 75px;
}


.max100 {
	max-width: 100px;
	margin-left: auto;
	margin-right: auto;
}

.max150 {
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
}

.max200 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 200px;
}

.max250 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 250px;
}

.max300 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 300px;
}


.max400 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}


.max500 {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}


.max600 {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.margin0 {
	margin: 0;
}

.line-height-1 {
	line-height: 1;
}

.line-height-2 {
	line-height: 1;
}

.small-ul {
	margin-top: 0;
	margin-bottom: 0;

}

.small-ul li {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 100%;

}