@charset "utf-8";
/*Кнопка*/
.but {
  display: inline;
  font-size: 170%;
  font-weight: 700;
  color: rgba(255,255,255,.9) !important;
  text-shadow: #2e7ebd 0 1px 2px;
  text-decoration: none;
  text-align: center;
  line-height: 1.1;
  white-space: pre-line;
  padding: .7em 0;
  border: 1px solid;
  border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;
  border-radius: 6px;
  outline: none;
  background: #60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce);
  box-shadow: inset rgba(255,255,255,.5) 1px 1px;
  margin:5px;
  padding:10px;
}
.but:hover {
  color: rgb(255,255,255);
  background-image: linear-gradient(#9dc7e7, #74afdd 50%, #378bce);
}
.but:active {
  color: rgb(255,255,255);
  border-color: #2970a9;
  background-image: linear-gradient(#5796c8, #6aa2ce);
  box-shadow: none;
}
/*информационный отдел*/
.name-box {
	font-family: "Trebuchet MS";
	padding:10px;
	display:inline-block;
	border:1px solid rgba(160,160,164,1);
	margin:10px;
	cursor:pointer;
	position:relative;}
.name-box.active {

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	cursor:auto;
	}
.name-podpis {
	position:absolute;
	text-align:center;
	font-style:italic;
	font-size:18px;
	bottom:-20px;
	z-index:1000;
	padding:5px 5px 5px 5px;
	background-color:rgba(37,181,244,1);
	opacity:1;
	border-radius:0 10px 0 10px;
	-webkit-transition: all 0.5s  linear;
    -moz-transition: all 0.5s  linear;
    -o-transition: all 0.5s  linear;
    transition: all 0.5s  linear;
	color:rgba(255,255,255,1);
	z-index:10;
	width:200px;}
.name-box:hover .name-podpis {
	transform:scale(1.3);
	box-shadow:0 0 10px #000000;
	z-index:1000;}

.name-box.active .name-podpis {
	visibility:hidden;
	opacity:0;}
.rabota {
	font-size:11px;
	position: relative;}

.name-info {
	visibility:hidden;
	opacity:0;
	width:0;
	height:0;
	overflow:hidden;
	position:relative;
	left:-200px;
	z-index:0;
	-webkit-transition: all 0.5s  linear;
    -moz-transition: all 0.5s  linear;
    -o-transition: all 0.5s  linear;
    transition: all 0.5s  linear;}

.name-box.active .name-info {
	visibility:visible;
	left:15px;
	height:auto;
	width:auto;
	opacity:1;
	padding-right:15px;}

.name-img {
	float:left;
	width:200px;
	position:relative;
	z-index:5;}
.clear {
	clear:both;}
.info-citata {
	padding-left:10px;
	border-left:5px solid #085571;
	font-style:italic;}
.name-info p strong {
	font-size:30px;
	}
.zakrit {
	width:20px;
	height:20px;
	cursor:pointer;
	position:absolute;
	top:-10px;
	right:-10px;
	text-align:center;
	background-color:rgba(37,181,244,1);
	color: rgba(255,255,255,1);
	border-radius:15px;
	line-height:18px;
	border:2px solid rgba(255,255,255,1);
	box-shadow:0 0 5px #A0A0A4;
	z-index:1000000000;
	visibility:hidden;}
.name-box.active .zakrit {
	visibility:visible;}
/*Органайзер календарь*/
.organaze-box, .organaze-box p {
	font-family:Trebuchet MS, sans-serif;
	font-size:30px;
	line-height:normal;
	}
.organaze-box-title {
	text-align:center;
	font-size:36px;}
.organaze-box .day {
	margin-bottom:20px;
	border-left:5px solid #085571;
	border-bottom:1px solid rgba(160,160,164,1);
	border-right:1px solid rgba(160,160,164,1);
	padding-bottom:10px;
	}
.organaze-box .den-name {
	text-align:center;
	padding:5px;
	background:#60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce);
	color:rgba(255,255,255,1);
	margin-bottom:10px;}
.organaze-box .day .info {
	float:left;
	width:200px;
	padding-left:10px;
	text-align:center;
	border-right:1px solid rgba(160,160,164,1);
	margin-right:30px;}
.organaze-box .clear {
	clear:both;}
.organaze-box .cifra {
	font-size:90px;
	}
.organaze-box .sobitie {
	margin-top: -8px;
	padding-left: 238px;
	font-size:20px;
	font-style:italic;
	}
.organaze-box .sobitie time {
	margin-top:10px;
	margin-left:-20px;
	display:inline-block;
	font-size:30px;
	font-style:normal;}
.organaze-box .sobitie hr {
	margin-top:4px;
	margin-bottom:1px;}

.organaze-box .prim {
	font-size:18px;
	color:rgba(255,0,0,1);
	line-height:20px;}

/*фиксированный верх*/
.body-innerwrapper.fixedmenu {padding-top:70px;}
.body-innerwrapper.fixedmenu #sp-header-wrapper {
	position:fixed;
	top:0;
	z-index:999999999999999;
	width:100%;
	box-shadow:0 0 20px #000000;}
.body-innerwrapper.fixedmenu #sp-menu {
	height:20px;
	}
.body-innerwrapper.fixedmenu .logo-slogan, .body-innerwrapper.fixedmenu .custommod-logo {
	display:none;}
.body-innerwrapper.fixedmenu #sp-logo {
	margin-top:5px;
	min-height:25px;}
.body-innerwrapper.fixedmenu #sp-main-menu ul.level-0 > li >a {
	padding:5px 10px;
	height:20px;}
.body-innerwrapper.fixedmenu #sp-main-menu ul.level-0 > li.active >a >span, .body-innerwrapper.fixedmenu #sp-main-menu ul.level-0 > li:hover >a >span {
	top:0;}
/*меню*/
#sp-header-wrapper {
	padding:0 0 !important;}
#sp-logo {
	margin-top:13px;}
#sp-menu {
	height:70px;}
#sp-main-menu ul.level-0 > li >a
{
	height:15px;
	padding:28px 10px;
	font-size:16px;
	}
#sp-main-menu ul.level-0 > li:before {
	position:absolute;
	width:0;
	height:3px;
	content:" ";
	background-color:#085571;
		-webkit-transition: all 0.5s  linear;
    -moz-transition: all 0.5s  linear;
    -o-transition: all 0.5s  linear;
    transition: all 0.5s  linear;}
#sp-main-menu ul.level-0 > li:hover:before {
	width:100%;
	z-index:100000;}
	
	
#sp-main-menu ul.level-0 > li:hover, #sp-main-menu ul.level-0 > li.active {
	background-color:rgba(122,208,246,1);
	color:rgba(255,255,255,1);
	border:none;
	border-radius:0 0 5px 5px;
	}
#sp-main-menu ul.level-0 > li.active >a, #sp-main-menu ul.level-0 > li:hover >a {
	color:rgba(255,255,255,1);
	border-bottom:5px solid #085571;
	border-radius:0 0 5px 5px;
}
#sp-main-menu ul.level-0 > li.active >a >span, #sp-main-menu ul.level-0 > li:hover >a >span {
	position:relative;
	top:15px;}

#sp-main-menu ul.level-0 > li {
	margin:0;}
.sp-submenu {
	border:5px solid rgba(122,208,246,1);}
	
.sp-menu.level-1 li a:hover {
	background-color:rgba(122,208,246,1);
	}
.sp-menu.level-1 li a:hover span {
	color:rgba(255,255,255,1);
}
.sp-menu-group-title a:hover {
	background-color:rgba(255,255,255,1) !important;
	}
.sp-menu-group-title a:hover span {
	color:rgba(0,0,0,1) !important;}
.sp-menu-group-title a span {
	font-weight:bold;}
/*украшательства*/

.bg_w, .bg_l {
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	}
.bg_w {height:150px;}
.bg_l {
	width:100px;
	float:left;
	margin-right:8px;
	height:500px;}
/*поиск по сайту*/
.search-results dt, .search-results dd {
	display:block;}

/*список новостей*/
ul.category {
	margin-top:25px;
		border-top:1px solid rgba(160,160,164,1);}
ul.category li {
	list-style-type:none;
	border-bottom:1px solid rgba(160,160,164,1);
	border-left:1px solid rgba(160,160,164,1);
	border-right:1px solid rgba(160,160,164,1);
}
ul.category li.cat-list-row0 {
}
ul.category li a {
	display:block;
	padding:5px;}
ul.category li a:hover {
	background-color:rgba(232,247,253,1);
	padding-left:15px;}
ul.category li .list-date, ul.category li .list-hits, ul.category li .list-author {
	padding:5px;
	border-left:1px solid rgba(160,160,164,1);
	font-size:12px;
	}
ul.category li .list-hits {
	background-color:transparent !important;}
ul.category li .list-author {
	float:right;}
.pripev {
	margin:0 0 10px 27px;
	border-left:5px solid rgba(0,223,255,1);
	padding-left:10px;
	font-weight:bold;}

/*Меню на новости*/
.menu_news ul li {
	list-style-type:none !important;
	border-bottom:5px solid rgba(37,181,244,.6);
}
.menu_news h1 {
	font-size:100%;
	margin:0;
	padding-bottom:0 !important;
	background-color:rgba(255,255,255,1);
	border-bottom:5px solid rgba(37,181,244,.6);
	}
.menu_news a {
	position:relative;
	display:block;}
.menu_news:hover .link_news:before {box-shadow:inset 0 0 15px rgba(0,0,0,.65);}


/* CSS Document */
.clr {
	clear:both;}
/*Картинка с подписью*/
.img_box {
	width:350px;
	margin-right:8px;
	margin-bottom:25px;
	padding:5px;
	background-color:#FFF;
	box-shadow:0 0 5px #ccc;
	border-radius:5px;
	position:relative;
	cursor:pointer;
}
.center .img_box {
	display:inline-block;}
.img_box.center {
	margin:0 auto;}
.img_box.left {
	float:left;}	
.img_box.right {
	float:right;
	margin-left:8px;
	margin-right:0;}
.img_box img {
	border-radius:5px;}
.title_img {
	position:absolute;
	text-align:center;
	font-family: "Trebuchet MS";
	font-style:italic;
	font-size:90%;
	bottom:-14px;
	z-index:1000;
	background-color:rgba(37,181,244,1);
	right:25px;
	left:25px;
	opacity:1;
	border-radius:0 10px 0 10px;
	-webkit-transition: all 0.5s  linear;
    -moz-transition: all 0.5s  linear;
    -o-transition: all 0.5s  linear;
    transition: all 0.5s  linear;
}
.title_img:after {
	content:"";
	
	bottom:0;
	background-color:rgba(255,0,0,1);
	height:5px;
	width:25px;}
.img_box:hover .title_img {
	right:4px;
	left:4px;
	opacity:1;
	padding-left:25px;
	padding-right:25px;}
.img_box:hover .title_img:hover {
	background-color:rgba(37,181,244,0.5)}

.title_img span {
	color:rgba(255,255,255,1);
	line-height:normal;}



/*автор статьи модуль*/
.avtor_topik {
	border:1px solid #ddd;
	background-color:#f7fafe;
	border-radius:5px;
	box-shadow:0 0 5px #ddd;
	padding:10px 4px 4px 0 !important;}
.avtor_topik div {
	margin:0;}
.avtor_topik .clr {clear:both;
display:block;
margin:8px 0 0 8px;}
.avtor_topik .left {margin-left:8px;}
.avtor_topik .right {margin-right:8px;}
.avtor_topik img {margin-bottom:8px;
max-width:200px;}
.avtor_topik span {
	color:#999;
	font-size:80%;}
/*меню*/
#sp-main-menu li li:not(.sp-menu-group) {
	text-transform:none;}
.none {
	cursor:default !important;}

/*календарь*/
.calendar{
	list-style: none;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS"; 
	}
.calendar li {
	display:inline-block;
	width:280px;
	height:385px;
	border:1px solid rgba(160,160,164,1);
	border-radius:3px;
	margin:2px;}
.calendar .den {
	width:100%;
	height:42px;
	background:linear-gradient(to bottom,#62c462,#51a351);
	background-color:#5bb75b;
	color:rgba(255,255,255,1);
	text-align:center;
	font-size:30px;
	padding-top:18px;
	position:relative;
	cursor:pointer;}
.calendar .den span {
	-webkit-transition: all 0.5s  linear;
    -moz-transition: all 0.5s  linear;
    -o-transition: all 0.5s  linear;
    transition: all 0.5s  linear;}
.calendar .den .data {
	opacity:0.5;
	font-size:40%;
	-webkit-transition: all 0.5s  linear;
    -moz-transition: all 0.5s  linear;
    -o-transition: all 0.5s  linear;
    transition: all 0.5s  linear;
}
.calendar .den:before {
	display:block;
	position:absolute;
	width:286px;
	height:9px;
	background: #60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce);
	content:" ";
	top:55px;
	left:-3px;
	-webkit-transition: all 0.5s  linear;
    -moz-transition: all 0.5s  linear;
    -o-transition: all 0.5s  linear;
    transition: all 0.5s  linear;}
.calendar .den:hover:before {
	top:0;}
.calendar .den:hover > span {
	opacity:0.5;
	font-size:40%;
}
.calendar .den:hover .data {
	opacity:1;
	font-size:100%;
}
.sob {
	padding:5px;
	width:275px;
	position:absolute;
	font-size:24px;
	line-height:normal;
	text-align:center;}
.sob .vremya {
	font-size:36px;
	}
.sob hr {
	margin:5px 0;}
.rozklad {
	text-align:center;
	display:block;
	font-size:36px;
	font-family: "Trebuchet MS";
	margin-bottom:20px;}


/*меню пожертвовать*/
.donatemenu {
	display:block;
	background: #60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce);
	color:rgba(255,255,255,1) !important;
	border-radius:5px;
	font-weight:bold;
	-webkit-transition: all 0.2s  linear;
    -moz-transition: all 0.2s  linear;
    -o-transition: all 0.2s  linear;
    transition: all 0.2s  linear;
	}
.donatemenu:hover {
  background-image: linear-gradient(#9dc7e7, #74afdd 50%, #378bce);
  /*transform:scale(1.1);*/}

/*верх*/
.sp-totop {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	width:20px;
	background-color:rgba(225,231,237,.2);
	cursor:pointer;
	text-align:center;
	-webkit-transition: all 0.2s  linear;
    -moz-transition: all 0.2s  linear;
    -o-transition: all 0.2s  linear;
    transition: all 0.2s  linear;}
.sp-totop:hover {
	background-color:rgba(225,231,237,1);
	box-shadow:0 0 15px rgba(255,255,255,1);
	width:40px;
	}
.up:hover span {
	color:rgba(0,0,0,1);}
@media(max-width:400px){
.up {
	display:none !important;}

}

/*mobail menu*/
.sp-mobile-menu ul li a {
	width:85%;}
.sp-mobile-menu ul li span.sp-menu-toggler {
	float: left !important;
	margin-right:10px;
	border-radius:15px;
	background-color:rgba(0,0,0,1);}
.sp-mobile-menu ul li ul { 
	padding-left:5px;
	border-left:8px solid rgba(32, 179, 234, 1);
	margin-left:40px;}
.sp-mobile-menu {
	z-index:1000000;
	top: 76px !important;
}
.sp-main-menu-toggler {
	top:45px !important;
}

.module.mod-box {
	padding: 13px;
	color:rgba(0,0,0,1);
	margin-top:20px !important;
	text-align:left !important;
	border: 2px solid #fff;
	border-radius: 7px;
	background: #F7F7F9;
	box-shadow:
		0 0 0 1px rgba(0,0,2,0.1),
		0 1px 0 rgba(0,0,2,0.15),
		0 1px 1px rgba(0,0,2,0.1);
	text-shadow: 0 1px 0 rgba(253,253,255,1.0);
}
.module.mod-box.top li {
	list-style:none;
	border-bottom:1px solid rgba(219,218,215,1);
		-webkit-transition: all 0.2s  linear;
    -moz-transition: all 0.2s  linear;
    -o-transition: all 0.2s  linear;
    transition: all 0.2s  linear;}
.module.mod-box.top li:hover {
	background-color:#fff;
	transform:scale(1.2);
	z-index:10;

}	
.module.mod-box.top li a {
	display:block;
	width:100%;
	margin:0 !important;
	padding:5px 0 5px 0;}
	
.module.mod-box ul {
	margin:0;
	padding:0;}
.module.mod-box p {
	font-size:14px !important;
	text-align:left !important;
	margin:0 0 5px !important; 
	}
.module.mod-box .header {
	margin: -13px -13px 13px -13px;
	padding: 13px;
	border-radius: 7px 7px 0 0;
	background: #E5E5E7 url(/templates/shaper_helix_ii/images/module_box_header.png) 0 0 repeat-x;
}
.label-info[href], .badge-info[href]
{
	background-color: transparent !important;
	text-shadow:none;
	font-weight: normal;
	}
a:not(.btn) {
/*color: #C2C2C2*/;
}
.entry-meta{
	text-align:right;}
.post {
	border-bottom:5px solid  rgba(37,181,244,.6);
	padding-bottom:10px;
	margin-bottom:30px;}
	
#main-body{
	background-color:#FFF;
	padding:5px;
	}
#sp-main-body-wrapper{
	padding:0;}

.readmore {
  display: inline-block;
  font-family: arial,sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: rgb(68,68,68);
  text-decoration: none;
  user-select: none;
  padding: .2em 1.2em;
  outline: none;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 2px;
  background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
  transition: all .218s ease 0s;
}
.readmore:hover {
  color: rgb(24,24,24);
  border: 1px solid rgb(198,198,198);
  background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.readmore:active {
  color: rgb(51,51,51);
  border: 1px solid rgb(204,204,204);
  background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
  box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}
.modal {
	width:800px;
	height:600px;
	margin-left:-400px;}
.modal-body {
	max-height:550px;}
.imgborder {
	border:1px solid #000;
	transition:All 0.5s ease;}
.imgborder:hover {
	border:2px solid #000;
	box-shadow: 0 0 10px #666666;}


.entry-content p>img{
	background-color:#FFF;
	padding:5px;
	border:1px solid #CCC;
	border-radius: 4px;
	box-shadow:0 0 4px #CCCCCC;
}
.imgnews {
	width:99%;
}

/*Картинки для новостей*/
@media(max-width:500px){
.pull-right, pull-left {
	float:none !important;
	text-align:center;
	}

}

.introtext-image, .fulltext-image, .teacherdescription img {
	background-color:#FFF;
	padding:5px;
	border:1px solid #CCC;
	border-radius: 4px;
	box-shadow:0 0 4px #CCCCCC;
	box-sizing:border-box;
}
.teacherdescription img {
	max-width:350px;}
.pull-none .introtext-image, .pull-none .fulltext-image {
	width:100% !important;
}

.pull-right .introtext-image, .pull-right .fulltext-image {
	width:250px !important;
}

.pull-right .intro-link {
	margin-top:35px;
	margin-left:8px;
}
.pull-left .intro-link {
	margin-top:35px;
	margin-right:8px;}

.intro-link {
	display:inline-block;
	position:relative;
	width:100%;
}
.intro-link:before,
.menu_news .link_news:before {
	position:absolute;
	display:block;
	content:"";
	top:0;
	left:0;
	border-radius:5px;
	width:100%;
	height:100%;
	border:5px solid rgba(255,255,255,0);
	box-sizing:border-box;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}
.intro-link:hover:before
 {box-shadow:inset 0 0 150px rgba(0,0,0,.65);}

/*Кнопка детальнее*/

FOOTER.entry-meta {clear:both;}


.logo-slogan {
	font-size:13px !important;
	letter-spacing:4px;}
body {
	color:#333;
}
.customsocial img {
	opacity:0.5;
	float:left;
	margin-top:5px;
	-webkit-transition: all 0.5s  linear;
    -moz-transition: all 0.5s  linear;
    -o-transition: all 0.5s  linear;
    transition: all 0.5s  linear;
}
.customsocial img:hover {
	opacity:1;
}
.customsocial a {
	margin-right:15px;
	display:inline-block;
}
.customsocial {
	text-align:left;
	float:left;
}
.citata {
	border-left: 10px solid rgba(145, 5, 5, 0.5); padding-left: 10px; padding-right: 150px; margin-left: 20px;}
.entry-content p{
	text-indent:20px;
	font-size:17px;
	line-height:22px;
}

/*миниатюры новостей*/
.entry-content {
	margin-top:30px;}

.items-row .introtext-image {
	width:96%;
}
.items-row h2 {
	font-size:143%;
	line-height:normal;
}
.items-row .category-name, .items-row .by-author, .items-row .publish-date {
	display:none;}
#modlgn-username, #modlgn-passwd {
	max-width:96%;
	min-width:131px;
}
.text_avtor{
	text-align:right;
	font-style:italic;
	font-weight:bold;
	font-size:90%;}
/*Названия новостей*/
.entry-title a::before {
	content: attr(title);
	position: absolute;
	opacity: 0;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.entry-title a:hover::before,
.entry-title a:focus::before,
.menu_news:hover .entry-title a::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}
.entry-title {
	margin-bottom:0;
	padding-left:15px;
	padding-bottom:5px;
	transition:all 0.5s ease 0;
}
.entry-header:hover .entry-title,
.entry-title:hover,
.menu_news:hover .entry-title {
	background-color:rgba(37,181,244,.1);}
.entry-header {
	position:relative;}
.entry-meta.muted {
	background-color: rgba(255,255,255,.3);
	margin-bottom:0;
	position:absolute;
	padding-right:15px;
	box-sizing: border-box;
	width:100%;
	z-index:2000;
	transition:all 0.5s ease 0;}
.entry-meta.muted:hover, .entry-header:hover .entry-meta.muted, .intro-link:hover .entry-meta.muted {background-color: rgba(255,255,255,1);}
@media(max-width:767px){
.publish-date {
	display:none !important;
	}
}
@media(max-width:485px){
SPAN.category-name {
	display:none !important;
	}
}

/*изображение контента*/
.img_con {
	max-width:350px;
	max-height:350px;
	margin:8px;
	display:inline;
	transition:all 0.5s ease 0.5s;
}
.img_con.left {
	float:left;
	margin:0 8px 0 0;}
.img_con.right {
	float:right;
	margin:0 0 0 8px;}
.img_con:hover {
	transform: scale(1.7);
}
.text_img {
	text-indent:0 !important;
	text-align:center;}
@media(max-width:980px){
.img_con:hover {
	transform: scale(1.5);
}
.img_con.left {
	float: none;
	display:block;
	margin:0 auto;
	margin-bottom:8px;}
.img_con.right {
	float: none;
	display:block;
	margin:0 auto;
	margin-bottom:8px;
}
}
@media(max-width:600px){
.img_con:hover {
	transform: scale(1.2);
}
}
@media(max-width:400px){
.img_con:hover {
	transform: scale(1);
}
.img_con.left {
	float: none;
	max-width:97%;
	display:block;
	margin:0 auto;
	margin-bottom:8px;}
.img_con.right {
	float: none;
	display:block;
	margin:0 auto;
	margin-bottom:8px;
	max-width:97%;
}
}
/*цитаты*/
.text_citata{
	font-size:90%;
	font-style:italic;
	text-align:justify;
	margin:0 !important;
}
.text_citata.avtor{
	text-align:right;
	font-weight:600;
}
.box_bg {
	background-image:url(/images/newyear_pictar.jpg);
}
.box_bg p {
	font-size:20px;
	font-weight:400;
	margin:15px 35px 0 35px;
	line-height:25px;
}
.box_bg ul {
	font-size:20px;
	font-weight:400;
	margin-left:75px;
	line-height:25px !important;
	}
.box_bg ul li {
	line-height:25px !important;
}
.pull-left .fulltext-image,
.pull-left .introtext-image {
max-width:400px;
background-color:transparent !important;
box-shadow:none !important;
border:none !important;
}
.pull-left {
	margin-right:10px;
	position:relative;
	z-index:100000;}

.accordion-toggle {
	background:#60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce);
	color:rgba(255,255,255,1) !important;
	font-size:150%;
}
.accordion-inner {
	background-color:rgba(255,255,255,0.8);
	}
.accordion-inner p {
	font-size:100%;
	margin-top:0;
	line-height:normal;
}
.item-page section > img, .item-page section > p > img, p.center img {
	/*max-width:350px;*/
	/*max-height:350px;*/
	margin:8px;
	display:inline;
	transition:all 0.5s ease 0.5s;
	}
.left {
	float:left;
	margin-right:8px;}
.right {
	float:right;
	margin-left:8px;}
.img_zoom {
cursor:pointer;
position:relative;
	max-width:350px;
	max-height:350px;
	-webkit-transition: all 0.5s  linear 0.3s;
    -moz-transition: all 0.5s  linear 0.3s;
    -o-transition: all 0.5s  linear 0.3s;
    transition: all 0.5s  linear 0.3s;
}
.img_zoom:focus {
	transform:scale(2);
	z-index:10000;
}
.img_box {
		max-width:350px;
	max-height:350px;}

/*фото с подписью*/
figure {
	display:inline-block;
	position:relative;
	max-width:300px;
	max-height:300px;
	margin:8px 8px -3px 0;
	overflow:hidden;
	z-index:1;
}
figure.zoom:focus figcaption {
	display:none;
}
figure img {
	width:100%
}
figure figcaption {
	position:absolute;
	bottom:5px;
	background-color:rgba(255,255,255,0.8);
	color:rgba(0,0,0,1);
	width:100%;
	opacity:0;
	text-align:left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	
	}
figcaption p {
	text-indent:0 !important;
	margin:5px !important;
	text-align:left !important;
	color:rgba(0,0,0,1);}
figure:hover figcaption {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity:1;
}

p .stih {
	text-indent:0 !important;
	font-size:95%;
	display:inline-block;
	margin:0 auto;
	text-align:left !important;
	line-height:normal;}
.center {
	text-indent:0 !important;}
/*Название страницы*/
.featured h1 {
	border-bottom:5px solid rgba(37,181,244,.6);
	padding-bottom:15px;}
	
/*логотип*/
#sp-logo {
	position:relative;}
.custommod-logo {
	position:absolute;
	top:34px;
	font-size:81%;
	letter-spacing:0.38px;}

/*Языки*/
.mod-languages {
	position:absolute;
	z-index:1;
	left:25px;}
/*последние новости*/
.latestnews {
	list-style-type:none;
	margin:0;
	position:relative;}
.latestnews li {
	position:relative;}
.latestnews li a {
	display:inline-block;}
.latestnews li a .lates_title {
	position:absolute;
	width:100%;
	background-color:rgba(0,0,0,0.50);
	bottom:5px;
	padding:3px;
	box-sizing: border-box;
	color:rgba(255,255,255,1.00);}
.latestnews li .lates_introtext {
	position:absolute;
	visibility:hidden;
	opacity:0;}
.knopka {
  display: inline-block;
  position:relative;
  text-indent:0;
  width: 25em;
  font-size: 90%;
  color: rgba(255,255,255,.9) !important;
  text-shadow: #2e7ebd 0 1px 2px;
  text-decoration: none !important;
  text-align: center;
  line-height: 1.1;
  white-space: pre-line;
  padding: .7em 0;
  border: 1px solid;
  border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;
  border-radius: 6px;
  outline: none;
  background: #60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce);
  box-shadow: inset rgba(255,255,255,.5) 1px 1px;
}
.knopka:first-line{
  font-size: 170%;
  font-weight: 700;
}
.knopka:hover {
  color: rgb(255,255,255);
  background-image: linear-gradient(#9dc7e7, #74afdd 50%, #378bce);
}
.knopka:active {
  color: rgb(255,255,255);
  border-color: #2970a9;
  background-image: linear-gradient(#5796c8, #6aa2ce);
  box-shadow: none;
}

/*Фото в новостях новые*/
#photos {
   line-height: 0;
   -webkit-column-count: 4;
   -webkit-column-gap:   10px;
   -moz-column-count:    4;
   -moz-column-gap:      10px;
   column-count:         4;
   column-gap:           10px;
}
#photos img {
  width: 100% !important;
  height: auto !important;
  margin:5px;
  -webkit-transition: all 0.5s  linear;
  -moz-transition: all 0.5s  linear;
  -o-transition: all 0.5s  linear;
  transition: all 0.5s  linear;
}

