@charset "utf-8";
/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;                               /* обнуляем отступы и убираем бордюры */
	vertical-align: baseline;          /* приводим все к одной базовой линии */
	background: transparent;      /* чтобы не проскакивали левые фоны, установленные по умолчанию */
	font-size: 100%;                     /* размер шрифта всем одинаковый */
}
a {                                      	     /* ссылка не в общем списке чтобы не сбрасывать outline по умолчанию */
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	outline:none;
}
table {						/* устраняем отступы между ячейками таблицы */
	border-collapse: collapse; 
	border-spacing: 0;
}
td, td img {
	vertical-align: top;			/* возвращаем привычное вертикальное выравнивание */
} 
input, select, button, textarea {
	margin: 0; 				/* убираем отступы по умолчанию для элементов форм (в частности для checkbox и radio) */
	font-size: 100%; 			/* делаем размер шрифтов везде одинаковым */
	outline: none;
}
input[type="text"], input[type="password"], textarea {
	padding: 0; 				/* убираем внутренние отступы для текстовых полей */
}
input[type="checkbox"] { 		/* вертикальное выравнивание чекбоксов и радиобатонов относительно меток */
	vertical-align: bottom;
}
input[type=checkbox], input[type="radio"] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.6); /* IE */
  -moz-transform: scale(1.6); /* FF */
  -webkit-transform: scale(1.6); /* Safari and Chrome */
  -o-transform: scale(1.6); /* Opera */
  transform: scale(1.6);
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul, .slidmenu ul {
	 list-style:none;
}
/* --------------- /reset.css --------------- */


@font-face {
    font-family: Philosopher; /* Название */
    src: url(fonts/8231.otf); /* Путь к файлу */
}

body {
	text-align: left;
	font-size: 0.8em; /* используем безопасные шрифтовые CSS стеки */
	font-family: 'Philosopher', sana-serif;
	color: #000;
	background-color: #fff;
	background:url(images/bg3.gif) repeat;
}

h1 {
	font-size:3em;
} 
h2 {
	font-size:2.25em;
} 
h3 {
	font-size:1.5em;
} 
h4 {
	font-size:1.125em;
}
h5 {
	font-size:0.875em;
}
h6 {
	font-size:0.8em;
}
img{
	max-width:100%;
}
.clr{
	clear:both;
}
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}
a img { /* убираем синюю рамку у изображений, если есть ссылка */
	border: none;
}


a, a:visited { 
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #096;
	text-decoration:none;
}
a:focus, a:active {
	color: #c83867;
	text-decoration: none;
}
.g {
    color: #10623E;
	text-shadow:1px 1px 3px rgba(0,0,0, .15);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Шапка ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

header {
	letter-spacing: 0.2em;
}
header a {
	text-decoration:none;
}
header a:focus, a:active {
	color: #c83867;
	text-decoration: none;
}
/*~~~~~ Блок входа ~~~~~~~*/
.inp {
	border:1px solid #999;
	border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:2px 2px 3px rgba(0,0,0, .15);
	color:#10623E;
	font-size:0.9em;
	font-weight:400;
}
.f_log, .f_pas {
	width:80px;
	height:18px;
	text-align:center;
}
/*~~~~~~~ Кнопки ~~~~~~~~~*/
.sub {
	border:1px solid #999;
	border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:2px 2px 3px rgba(0,0,0, .15);
	background:#8CC9AB;
	color:#fff;
}
.sub:hover {
	background:#10623E;
	cursor: pointer;
}

.s_up {
	width:50px;
	height:19px;
	padding-bottom:2px;
}
.s_out {
	width:60px;
	height:20px;
	padding-bottom:2px;
}
/*-----/ Кнопки ------*/
/*--------/ Блок входа-------*/
/*~~~~~ Форма поиска ~~~~~*/
.f_se {
	width: 193px;
	height: 20px;
	padding: 0 5px;
	text-align: center;
}
.s_se {
	width: 27px;
	height: 20px;
	padding-bottom: 2px;
}
.up_error {
	width:80%;
	margin:0 auto;
	text-align:right;
	color:#933;
	background-color: #fff;
	padding-right:5px;
}
.up_text {
	color:#933;
	font-size:1.1em;
	text-shadow:1px 1px 3px rgba(0,0,0, .2);
	background-color: #fff;
	padding-right:2px;
}
/*------/ Форма поиска-------*/
/*~~~~~~~~~ Верхнее меню ~~~~~~~~~~~~~*/
header nav {
	font-size:0.85em;
	text-transform:uppercase;
	text-shadow:1px 1px 2px rgba(0,0,0, .2);
}
header nav a{
	color:#039;
    border-top:1px solid #8CC9AB;
    border-left:1px solid #8CC9AB;
	text-shadow:1px 1px 3px rgba(0,0,0, .3);
	background-color: #fff;
	padding:2px 10px;
}
header nav a:visited {
	color:#066;
}
header nav a:hover {
	color:#fff;
	background:rgba(135, 176, 234, .7);
	text-decoration:none;
	cursor: pointer;
}
header nav a:focus, a:active, .slidmenu a:focus, a:active {
	color:#fc0;	 
}
.act_menu {
	text-shadow:1px 1px 2px rgba(255,255,255, .9);
	background:rgba(176, 234, 135, .6);
}
.act_menu .slidmenu a {
	text-shadow:1px 1px 2px rgba(255,255,255, .9);
	background:rgba(176, 234, 135, .6);
}
/*-----/ Верхнее меню------*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/ Шапка ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Блок слайдера ~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~ Боковое меню ~~~~~~~~*/
.fonmenu {
	background:rgba(135, 176, 234, .5);
}

.slidmenu {
	text-transform:uppercase;
}
.slidmenu li {
	font-size:2.2em;
}
.slidmenu a {
	color:#fff;
	padding:0 10px;
	background:rgba(135, 176, 234, .3);
	text-shadow:1px 1px 3px rgba(0,0,0, .7);
	text-decoration:none;
}
.slidmenu .act_menu{
	background:rgba(176, 234, 135, .6);
}
.slidmenu a:visited {
	color:#fff;
}
.slidmenu a:hover {
	color:#8CC9AB;
	text-decoration: none;
	cursor: pointer;
}

.slidmenu2 {
	text-transform:uppercase;
}
.slidmenu2 li {
	font-size:1.7em;
}
.slidmenu2 ul {
	 list-style:none;
}
.slidmenu2 a {
	color:#fff;
	padding:0 10px;
	background:rgba(135, 176, 234, .3);
	text-shadow:1px 1px 3px rgba(0,0,0, .7);
	text-decoration:none;
}
.slidmenu2 a:focus, a:active {
	color:#fc0;	 
}
.slidmenu2 .act_menu{
	background:rgba(176, 234, 135, .6);
}
.slidmenu2 a:visited {
	color:#fff;
}
.slidmenu2 a:hover {
	color:#8CC9AB;
	text-decoration: none;
	cursor: pointer;
}

/*------/ Боковое меню-----*/
/*~~~~~~~~~~ Слайдер ~~~~~~~~~~*/

.sl-content-slice {/* The duplicate parts/slices */
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/*~~~~~~~~~ Горизонтальное смещение ~~~~~~~~~*/
.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}
.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}
.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}
/*~~~~~~~~~ Вертикальное смещение ~~~~~~~~~~~*/
.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}
.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}
.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}
/*~~~~~~~~ Default styles for background colors ~~~~~~~~*/
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}
.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}
/*~~~~~~~~~~ Текст на слайдах ~~~~~~~~~~*/
.demo-2 .sl-slider h2,
.demo-2 .sl-slider blockquote {
	padding: 350px 20px 10px 20px;
	width: 85%;
	max-width: 900px;
	color: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
.demo-2 .sl-slider h2 {
	font-size: 2.5em;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}
.demo-2 .sl-slider blockquote {
	font-size: 1.5em;
	padding-top: 10px;
	font-weight: 300;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}
.demo-2 .sl-slider blockquote cite {
	font-size: 0.75em;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-top: 30px;
	display: inline-block;
}
.demo-2 .bg-img {
	padding: 200px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: -80px;
	left: -100px;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/*------/ Текст на слайдах------*/

/*~~~~~~~~~~~~~~~~ Выход слайдов ~~~~~~~~~~~~~~~~*/
.demo-2 .bg-img-1 {
	background-image: url(images/slade/1.jpg);
}
.demo-2 .bg-img-2 {
	background-image: url(images/slade/2.jpg);
}
.demo-2 .bg-img-3 {
	background-image: url(images/slade/3.jpg);
}
.demo-2 .bg-img-4 {
	background-image: url(images/slade/4.jpg);
}
.demo-2 .bg-img-5 {
	background-image: url(images/slade/5.jpg);
}
.demo-2 .bg-img-6 {
	background-image: url(images/slade/6.jpg);
}
.demo-2 .bg-img-7 {
	background-image: url(images/slade/7.jpg);
}
.demo-2 .bg-img-8 {
	background-image: url(images/slade/8.jpg);
}
.demo-2 .bg-img-9 {
	background-image: url(images/slade/9.jpg);
}
.demo-2 .bg-img-10 {
	background-image: url(images/slade/10.jpg);
}
.demo-2 .bg-img-11 {
	background-image: url(images/slade/11.jpg);
}
.demo-2 .bg-img-12 {
	background-image: url(images/slade/12.jpg);
}
.demo-2 .bg-img-13 {
	background-image: url(images/slade/13.jpg);
}
.demo-2 .bg-img-14 {
	background-image: url(images/slade/14.jpg);
}
.demo-2 .bg-img-15 {
	background-image: url(images/slade/15.jpg);
}
.demo-2 .bg-img-16 {
	background-image: url(images/slade/16.jpg);
}
.demo-2 .bg-img-17 {
	background-image: url(images/slade/17.jpg);
}
.demo-2 .bg-img-18 {
	background-image: url(images/slade/18.jpg);
}
.demo-2 .bg-img-19 {
	background-image: url(images/slade/19.jpg);
}
.demo-2 .bg-img-20 {
	background-image: url(images/slade/20.jpg);
}
.demo-2 .bg-img-21 {
	background-image: url(images/slade/21.jpg);
}
/*--------/ Выход слайдов---------*/
/*~~~~~~~~ Точки навигации ~~~~~~~~~*/
.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1000;
}
.nav-dots span {
	display: inline-block;
	position: relative;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}
.demo-2 .nav-dots span {
	background: rgba(150,150,150,0.1);
	margin: 8px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 1px rgba(255,255,255,0.5);
}
.demo-2 .nav-dots span.nav-dot-current,
.demo-2 .nav-dots span:hover {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 3px rgba(255,255,255,0.5);
}
.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}
/*------/ Точки навигации--------*/
/*~~~~~~~~~~~~~~~~~~~ Анимация элементов ~~~~~~~~~~~~~~~*/
.sl-trans-elems .deco{
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems h2{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
/*-----/ Анимация элеменов------*/
/*-------------/ Слайдер--------------*/
/*------------/ Блок слайдера---------------*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Основной раздел ~~~~~~~~~~~~~~~~~~~~~~~~~*/
.container {
	background-color:#fff;
}
.content {
	padding: 10px 0;
}
.bord {
	background: #fff url(../images/uzor.gif) repeat-y 20px 0;
}

main section {
	padding: 0 15px;
	margin-bottom: 15px;
}
main section p {
    font-size: 1.2em;
    line-height: 1.4em;
}
#br-one {
	background: #eee;
	border: 1px solid #f5f5f5 #e5e5e5 #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:0 0 2px rgba(0,0,0, .2);
	-moz-box-shadow:0 0 2px rgba(0,0,0, .2);
	-webkit-box-shadow:0 0 2px rgba(0,0,0, .2);
	overflow: hidden;
	width: 100%;
}
#br-one li {
	float: left;
	text-transform:uppercase;
}
#br-one a {
	padding: .5em .7em .5em 2em;
	float: left;
	text-decoration: none;
	color: #444;
	position: relative;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	background-color: #ddd;
	background-image: linear-gradient(to right, #f5f5f5, #ddd);
}
#br-one li:first-child a {
	padding-left: 1em;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
#br-one a:hover {
	background: #fff;
	cursor: pointer;
}
#br-one a::after,
#br-one a::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1.5em solid;
	border-right: -1.5em;
}
#br-one a::after {
	z-index: 2;
	border-left-color: #ddd;
}
#br-one a::before {
	border-left-color: #ccc;
	right: -1.1em;
	z-index: 1;
}
#br-one a:hover::after {
	border-left-color: #fff;
}
#br-one .current,
#br-one .current:hover {
	font-weight: bold;
	background: none;
}
#br-one .current::after,
#br-one .current::before {
	content: normal;
}


/*~~~~~~~ Статьи ~~~~~~~~~~*/

article {
	border:1px solid #cff2b3;
	border-radius:5px;
	box-shadow:2px 2px 3px rgba(0,0,0, .15);
    -moz-box-shadow:2px 2px 3px rgba(0,0,0, .15);
    -webkit-box-shadow:2px 2px 3px rgba(0,0,0, .15);
	margin-left: 1%;
	padding: 5px 15px 5px 15px;
}

article h1, h2, h3, h4 {
	text-align: center;
}
article ul, article ol { 
	padding: 0 15px 15px 40px; /* это поле зеркально повторяет правое поле в правиле для заголовков и параграфов выше. Внизу поле помещено как граница между элементами списков, а слева — как отступ. Поля можно настраивать по желанию. */
}

.new {
	border:1px solid #cff2b3;
	border-radius:5px;
	box-shadow:2px 2px 3px rgba(0,0,0, .15);
    -moz-box-shadow:2px 2px 3px rgba(0,0,0, .15);
    -webkit-box-shadow:2px 2px 3px rgba(0,0,0, .15);
	padding:10px;
}
.artic {
	padding:10px;
}
.pagin {
	display: block;
	width:25%;
	margin: 0 auto;
	padding: 5px;
	clear: left;
}
.pagin a {
	font-size: 1.2em;
	color: #999;
	border:1px solid #cff2b3;
	border-radius:5px;
	box-shadow:2px 2px 3px rgba(0,0,0, .15);
    -moz-box-shadow:2px 2px 3px rgba(0,0,0, .15);
    -webkit-box-shadow:2px 2px 3px rgba(0,0,0, .15);
	margin: 0 3px;
	padding: 6px 10px;
	text-decoration: none;
}
.pagin a:hover {
	color: #000;
}
.pagin span {
	font-size: 1.5em;
	color: #000;
	text-shadow:1px 1px 2px rgba(0,0,0, .15);
	padding: 10px;
	text-decoration: none;
}
main h4 {
	font-size: 1.3em;
}
main figure {
	position: relative;
	float: left;
	margin-left: 0.5%;
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #cff2b3;
	color: #fff;
	text-align: left;
	border-radius:5px;
	box-shadow:2px 2px 3px rgba(0,0,0, .15);
    -moz-box-shadow:2px 2px 3px rgba(0,0,0, .15);
    -webkit-box-shadow:2px 2px 3px rgba(0,0,0, .15);
}
main figure * {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
main figure img {
	max-width: 100%;
	vertical-align: top;
}
main figure figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
main figure h3 {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
main figure p {
	margin-left: 30%;
	color: #fff;
}
main figure a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
main figure:hover img {
	-webkit-transform: scale(1.3) rotate(5deg);
	transform: scale(1.3) rotate(5deg);
}
.gal {
	margin: 5px 0;
}
.gal img {
	display: block;
	margin: 0 auto;
	border-radius:5px;
	box-shadow:2px 2px 3px rgba(0,0,0, .15);
    -moz-box-shadow:2px 2px 3px rgba(0,0,0, .15);
    -webkit-box-shadow:2px 2px 3px rgba(0,0,0, .15);
}
.gal:hover img {
	box-shadow:3px 2px 7px rgba(0,0,0, .6);
    -moz-box-shadow:3px 2px 7px rgba(0,0,0, .6);
    -webkit-box-shadow:3px 2px 7px rgba(0,0,0, .6);
}

.ph_lt {
	border-radius:5px;	
    box-shadow:2px 2px 3px rgba(0,0,0, .15);
    -moz-box-shadow:2px 2px 3px rgba(0,0,0, .15);
    -webkit-box-shadow:2px 2px 3px rgba(0,0,0, .15);
    margin:0 15px 10px 0
}
.ph_rt {
	border-radius:5px;
    box-shadow:2px 2px 3px rgba(0,0,0, .15);
    -moz-box-shadow:2px 2px 3px rgba(0,0,0, .15);
    -webkit-box-shadow:2px 2px 3px rgba(0,0,0, .15);
    margin:10px 0 0 15px
}
.otvet span {
	color: #10623E;
	font-size: 1.15em;
}
.otv {
	background:rgba(176, 234, 135, .3);
}

.g_fon {
	background-color:rgba(135, 255, 135, .6);
}
.gr_fon {
	background-color:rgba(0, 0, 0, .6);
}
.e_fon {
	background-color:rgba(176, 234, 135, .4);
}
.p_fon {
	background-color:rgba(255, 135, 135, .3);
}

.test_img {
	display: block;
	position: relative;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #fff;
}
.comm_img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-shadow:1px 1px 2px rgba(0,0,0, .3);
}
.test_text {
	display: block;
	border:1px solid #cff2b3;
	position: relative;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #000;
	
}
.test_comm {
	display: block;
	position: relative;
	float: left;
	margin: 0 2%;
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #fff;
}
.comm_text {
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-shadow:1px 1px 2px rgba(0,0,0, .15);
	background-color:rgba(176, 234, 135, .4);
}
.comm_text1 {
	margin-top: 10%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-shadow:1px 1px 2px rgba(0,0,0, .15);
}
.custom {
	cursor:pointer;
	box-shadow:0 0 10px rgba(0, 0, 0, .5);
}
.custom:hover {
	box-shadow:0 0 15px rgba(135, 255, 135, .9);
}
.custom:checked {
	box-shadow:0 0 15px rgba(135, 255, 135, .9);
}
.customt {
	cursor:pointer;
	box-shadow:0 0 15px rgba(135, 255, 135, .9);
}
.customt:hover {
	box-shadow:0 0 10px rgba(0, 0, 0, .5);
}
.customt:checked {
	box-shadow:0 0 15px rgba(135, 255, 135, .9);
}
.test_sel {
	cursor:pointer;
	width: 90%;
	padding-bottom: 2px;
}
.test_table, .test_table1, .test_table2 {
	margin: 0 auto;
}
.test_tb {
	border: 1px solid #ccc;
	width: 200px;
	background-color:rgba(176, 234, 135, .4);
}
.dnev_t {
	margin: 0 auto;
}
.dnev_td {
	border: 1px solid #ccc;
	padding: 0 10px;
}
.gdn_td {
	border: 1px solid #ccc;
	padding: 0 10px;
	background-color:rgba(175, 255, 175, .6);
}
.note p{
	display: block;
	position: relative;
	font-size: 1.6em;
	color: green;
	top: -24px;
	left: -7px;
}
.grad {
	height: 1px;
	border: none;
	background-image: -webkit-linear-gradient(right, rgba(150, 150, 150, 1.0) 30%, transparent 100%);
	background-image: linear-gradient(to left, rgba(150, 150, 150, 1.0) 30%, transparent 100%);
}

/*-----/ Статьи------*/
/*~~~~~~~~~Боковой блок ~~~~~~~~~*/




aside {
	
}
aside h1, h2, h3, h4, h5 {
}
.afish_big {
    width:95%;
	margin: 0 auto;
	margin-top: 20px;
	border:1px solid #D96890;
	border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:2px 2px 3px rgba(0,0,0, .15);
	background:#fff;
	padding:10px;
}
aside figure{
	position: relative;
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
}
aside figure figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
aside figure img {
	position: relative;
	width: 100%;
	border-radius:5px;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
}
aside figure h3 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 3px;
}
aside figure h4 {
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-shadow:1px 1px 2px rgba(0,0,0, .9);
	letter-spacing: 3px;
}
aside figure h1 {
	color: #fff;
	font-size: 2.5em;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	text-shadow:1px 1px 2px rgba(0,0,0, .9);
	letter-spacing: 5px;
	margin: 5px auto;
}
.vrem p {
	color: #CC3366;
	font-size: 2em;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	text-shadow:1px 1px 2px rgba(0,0,0, .15);
	letter-spacing: 1px;
	margin: 0 auto;
	margin-bottom: 5px;
}
.af_inf {
	margin-top: 10px;
	margin-bottom: 5px;
}
.af_inf p {
	color: #CC3366;
	font-size: 1em;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-shadow:1px 1px 2px rgba(0,0,0, .15);
	letter-spacing: 1px;
	margin-top: 5px;
	margin-left: 20px;
}

/*~~~~~~~~ Блок регистрации ~~~~~~~~*/

/*~~~~~~~ Текст рекламы ~~~~~~~~~*/
.rek {
	float:left;
	margin:6px 0 0 2px;
	width: 80%;
	border:1px solid #C66;
    box-shadow:2px 2px 3px rgba(0,0,0, .15);
	color:#900;
	text-align:center;
	font-size:1.1em;
}
.mal {
	width: 8.5%;
	float:left;
	text-align:left;
}
.dev {
	width: 9.5%;
	float:right;
	text-align:right;
}
/*-----/ Текст рекламы --------*/
/*~~~~~~~~ Поля формы ~~~~~~~~*/
.reg_form {
	border:1px solid #999;
	border-radius:10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:2px 2px 3px rgba(0,0,0, .3);
	background:#fff;
	padding:10px;
}
.reg_form li{
	margin-left: 20px;
}
.gen_form {
	width: 500px;
	margin: 0 auto;
	border:1px solid #999;
	border-radius:10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:2px 2px 3px rgba(0,0,0, .3);
	background:#fff;
	padding:10px;
}

.gen_form h3 {
	text-align:center;
	text-transform:uppercase;
	letter-spacing: 1px;
	color: #10623E;
}
.gen_form p {
	color:#10623E;
	font-size: 1.1em;
}
.passw {
	width: 300px;
	margin: 0 auto;
	padding:10px;
}
.passw p {
	color:#000;
	text-align:center;
	font-size: 1.2em !important;
}
.f_gen {
	width:40px;
	height:18px;
	text-align:center;
}
.reg_form h3, h6 {
	text-align:center;
	text-transform:uppercase;
	letter-spacing: 1px;
	color:#933 !important;
}
.f_mail {
	width:40%;
	height:18px;
	text-align:center;
}
.f_prov {
	width:70%;
	height:18px;
	text-align:center;
}
.f_zel {
	font-size:1.25em !important;
	width:90%;
	padding-left: 3px;
}
.captcha {
	
}
.captcha img:first-child {
	cursor:pointer;
	display:block;
	float:left;
	margin:10px 5px 0 0;
}
.captcha img:last-child {
	border:1px solid #999;
	border-radius:10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	display:block;
	float:left;
	margin-right: 10px;
}
.f_cap {
	width:50px;
	height:18px;
	text-align:center;
}
/*------/ Поля формы -------*/

.a_date {
	display:block;
	float: left;
	font-size:1.5em;
	color:#090;
	text-shadow:1px 1px 2px rgba(0,0,0, .4);
	background:#fff;
	margin-bottom:10px;
	padding:3px 6px;
}

/*~~~~~~~~ Кнопки формы ~~~~~~~~~*/
.s_rek {
	width:100%;
	padding:2px;
	text-transform:uppercase;
	letter-spacing: 0.15em;
}
.s_gen {
	width:120px;
	height:22px;
	margin-right: 5px;
	padding-bottom:2px;
}
.s_back {
	float:left;
	width:120px;
	height:22px;
	margin-right: 5px;
	padding-bottom:2px;
}
.s_prov {
	float:left;
	width:160px;
	height:22px;
	margin-right: 5px;
	padding-bottom:2px;
}
.s_save {
	float:left;
	width:220px;
	height:22px;
	margin-right: 5px;
	padding-bottom:2px;
}
.s_reg {
	width:100%;
	height:20px;
	padding-bottom:2px;
}
.s_reg1 {
	width:90%;
	height:20px;
	margin: 0 auto;
	padding-top:4px;
}
/*------/ Кнопки формы -----*/
/*------/ Блок регистрации -----*/


/*------ Меню заданий -----*/
.uch_menu {
	color: #066;
	font-size:0.85em;
	text-transform:uppercase;
	font-family: 'Philosopher', sana-serif;
	text-shadow:1px 1px 3px rgba(0,0,0, .5);
	width: 100%;
	border: none;
	text-align:center;
	letter-spacing: 0.4em;
	margin-bottom: 5px;
	background:rgba(135, 176, 234, .7);
	padding: 3px 0;
}
.uch_menu:hover {
	color:#fff;
	cursor: pointer;
}

/*------ Меню заданий -----*/

/*------ Меню админа -----*/
aside nav {
	font-size:0.85em;
	text-transform:uppercase;
	text-shadow:1px 1px 2px rgba(0,0,0, .4);
}
aside nav li {
	width: 100%;
	text-align:center;
	letter-spacing: 0.4em;
	margin-bottom: 5px;
	background:rgba(135, 176, 234, .7);
	padding: 3px 0;
}
aside nav a{
	color: #00F;
	text-decoration:none;
	text-shadow:1px 1px 3px rgba(0,0,0, .5);
}
aside nav a:visited {
	color:#066;
}
aside nav a:hover {
	color:#fff;
	cursor: pointer;
}
asider nav a:focus, a:active {
	color:#fc0;	 
}
.adm_menu {
	width: 100%;
	text-align:center;
	font-size:1.25em;
	color: #900;
	letter-spacing: 0.4em;
	margin-bottom: 5px;
	background: #fff;
	padding: 3px 0;
}
.adm_menu2 {
	width: 100%;
	text-align: center;
	font-size:0.9em;
	color: #600;
	letter-spacing: 0.4em;
	margin-bottom: 5px;
	background: #CFF;
	padding: 3px 0;
}
.adm_menu3 {
	font-size:1.5em;
}
.adm_sub {
	width: 100%;
	background:rgba(135, 176, 234, .7);
	font-size:1.1em;
	color: #600;
	text-shadow:1px 1px 2px rgba(0,0,0, .4);
	padding: 3px 0;
}
.adm_sub:hover {
	color:#fff;
	cursor: pointer;
}

/*------/ Меню админа -----*/

.sr_test {
	width:25%;
	height:20px;
	padding-bottom:2px;
	margin-right: 20px;
}
.t_num {
	width:50px;
	height:18px;
	text-align:center;

}
.t_sel {
	width:265px;
	height:20px;
	text-align:center;
	padding-bottom:2px;
}

.afish {
    width:20%;
	border:1px solid #999;
	border-radius:10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:2px 2px 3px rgba(0,0,0, .15);
	background:#fff;
	padding:10px;
}

.afish  h4, h5 {
    text-align:center;
	text-transform:uppercase;
	letter-spacing: 1px;
	color:#933 !important;
}

.center {
    display: block;
    margin: 4px auto;
}

.af_log {
	width:110px;
	height:18px;
	text-align:center;
}
.af_sel {
	width:110px;
	height:20px;
	text-align:center;
	padding-bottom: 2px;
}
.af_sel1 {
	width:215px;
	height:20px;
	text-align:center;
	padding-bottom: 2px;
}
.af_name {
	width:250px;
	height:18px;
	text-align:center;
}
.af_link {
	width:450px;
	height:18px;
	text-align:center;
}
.af_zel {
	font-size:1.25em !important;
	width:75%;
	padding-left: 3px;
}

/*-----/ Боковой блок------*/

/* ~~ Нижний колонтитул ~~ */
footer {
	padding: 10px;
	background-color: #6F7D94;
	bottom: 0;
}
footer nav {
	font-size:0.85em;
	text-transform:uppercase;
	text-shadow:1px 1px 2px rgba(0,0,0, .4);
}
footer nav a {
	color:#036;
    text-decoration:none;
	text-shadow:1px 1px 3px rgba(0,0,0, .5);
	padding:2px 10px;
}
footer nav a:visited {
	color:#066;
}
footer nav a:hover {
	color:#fff;
	background:rgba(135, 176, 234, .7);
	text-decoration:none;
	cursor: pointer;
}
footer nav a:focus, a:active, .slidmenu a:focus, a:active {
	color:#fc0;	 
}
.carousel { 
    position:relative; 
    min-height: 20px; 
    height:auto !important; 
    height: 20px;  
    background:url(images/loader.gif) center center no-repeat; 
}
.carousel .next, .carousel .prev { 
    display:none; 
    width:50px; 
    height:50px; 
    position:absolute; 
    bottom:0; 
    left:50%; 
    margin-top:-25px; 
    z-index:9999; 
    cursor:pointer; 
}
.carousel .prev { 
    margin-left:-60px; 
    background:url(images/prev.png) 0 0 no-repeat;
}
.carousel .next { 
    margin-left:10px;  
    background:url(images/next.png) 0 0 no-repeat; 
}
.carousel li { 
    display:none; 
}
.carousel li img { 
    width:98%; 
    height:auto; 
}
img {
-webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  -o-user-select: none;
  user-select: none;    
}
.foot_car {
    width:50%;
    float: right;
    margin-right: 5%;
	border:1px solid #999;
	border-radius:10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:2px 2px 3px rgba(0,0,0, .3);
	background:#fff;
	padding:5px;
}
.foot_text {
	color: #fff;
	margin-left: 20px;
}

/* ~~ прочие классы float/clear ~~ */
.fltrt {  /* этот класс можно использовать для обтекания элемента справа на странице. Обтекаемый элемент должен предшествовать элементу, с которым он должен находиться рядом на странице. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* этот класс можно использовать для обтекания элемента слева на странице. Обтекаемый элемент должен предшествовать элементу, с которым он должен находиться рядом на странице. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* этот класс можно поместить в теге <br /> или в пустом блоке DIV в качестве конечного элемента, следующего за последним обтекаемым DIV (внутри #container), если .#footer удален или извлечен из #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}/* CSS Document */

