html,body,div,ul,li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
ul ul, ul ol, ol ol, ol ul {
	
}
ol ul {
	margin-left:2ch;
	list-style-type:disc;
	margin-bottom:1em;
}
ol > li {
	margin-top:0.4em;
}
figcaption {
	margin-top:0.5em;
}
.fullfigures figure {
	margin:0;
}
.fullfigures > * {
	margin-bottom:2em;
}
button.btn {
	margin-bottom: 0;
	padding: 0.4em 1ch;
    vertical-align: middle;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
    background: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
button.btn.btn-default {
	border-color: #CCC;
	background-image: linear-gradient(to bottom, #FFF 0%, #E0E0E0 100%);
}
button.btn:hover {
	background: #e0e0e0;
    border-color: #adadad;
}
hr.newshr {
	background:#EEE;
	border:0;
	height:1px;
	margin-left:-5px;
	margin-right:-5px;
}
.c {
	text-indent:0 !important;
	text-align:center !important;
}
.u {
	text-decoration:underline;
}
.hyphens {
	hyphens:auto; -webkit-hyphens: auto;-ms-hyphens: auto;
}


.mdiv{
	box-shadow: 0px 0px 5px #AAA;
	padding-top:0;
	max-width:1152px;
	margin:0 auto;
}
.mdiv.dd-menu {
	margin:0;
	max-width:none;
}
.mdiv .tel {
	white-space:nowrap;
}
/*for titles, top header*/
.d1{
	position:relative;
	font-size: 1em;
	font-weight:bold;
	border-top: 0.4em solid #1e5799;
	padding-top:1em;
	color: rgb(0,21,149);
	/*background-color:rgba(180,180,180,0.3);*/
}
.mdiv.dd-menu .d1 {
	border-top: 0;
	padding-top:.5em;
	padding-bottom:.5em;
	background-color:#1470d3;
	font-weight:normal;
	color:white;
}
.d1 .firstrow{
	display:flex;
	width:100%;
}
.mdiv.dd-menu .d1 > .firstrow{
	display:none;
}
.d1 .shorttopline{
	display:none;
	margin:0;
	padding:0;
}
.mdiv.dd-menu .d1 .shorttopline{
	display:block;
	text-align:center;
}
.mdiv.dd-menu .d1 .shortheader {
	font-weight: normal;
	font-size:1.5em;
	text-decoration:none;
	color:inherit;
}
.shortheader:active, .shortheader:hover, .shortheader:visited, .shortheader:focus {
	color:inherit;
}
.mdiv.dd-menu .d1 .shorttopline .mbutton {
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:3em;
}
.mdiv.dd-menu .d1 .shorttopline .mbutton > img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	height:15px;
}
.d1 h3, .d1 h2 {
	display:inline;
	padding:0;
	margin:0;
}
.d2{
	margin:auto 0;
	padding:0;
	display:inline-block;
	/*text-align: center;*/
}
.titles{
	font-weight: bold;
	text-decoration: none;
	outline: 0;
}
a.titles, a.titles:visited {
	color: inherit;
}

.contacts{
	display:block;
	text-align:right;
	margin-right:0.5em;
	margin-bottom:0.5em;
	font-size:0.8em;
}
.contacts a {
	text-decoration:none;
	color:inherit;
}
.mdiv.dd-menu .contacts{
	display:none;
}
/*-----end titles, top header-----*/


/*for navigation*/
#nav{
	padding:0px;
}
.mdiv #nav{
	/*display:block;*/
	margin:0;padding:0;
	background: linear-gradient(to right, rgba(125,185,232,1) 0%,rgba(41,137,216,1) 36%,rgba(30,87,153,1) 100%);/*4 36 84%*/
	border-bottom: 4px solid #5C5C5C;
}

.mdiv #nav ul {
	list-style: none;
}
.mdiv.dd-menu #nav{background:#1470d3;}

ul.main{
	display: block;
	width: 100%;
	font-size:0.75em;
	font-family:"Arimo",Helvetica,Arial,sans-serif;
	color: #FFF;
}

div.mdiv.dd-menu > #nav ul.main {
	display:none;
}
.mdiv .li1{
	position:relative;
	display: inline-block;
	padding: 0px;
	margin:0px;
	text-transform: uppercase;
	border-width:0 1px 0 0;/*top right bottom left*/
	border-right-style: solid;
	border-image-source: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255,0) 85%);
	border-image-slice: 1;
}
.mdiv.dd-menu .li1{
	right:0;
	left:0;
	border-left:0 none;
	border-right:0 none;
	border-image-source: none;
	border-bottom: 1px solid rgba(0,0,0,.12);/*.12*/
	border-top: 1px solid rgba(255,255,255,.06);
	display: block;
}
ul.main > li:last-of-type {
	border:0;
	float:right;
}
div.mdiv.dd-menu > #nav ul.main > li.li1:last-of-type {
	display: list-item;
	float:none;
}
div.mdiv.dd-menu > #nav ul.main.expanded {
	display:block;
}
/*main expand button*/
ul.main input, ul.main label{
	display:none;
}
.mdiv.dd-menu .ddlabel{
	display:inline-block;
	width:4em;
	height:3.6em;
	vertical-align:bottom;
	background: url(./img/arrowdown.svg);
	background-size: 1.1em;
	background-repeat: no-repeat;
	background-position: center;
	border-left:1px solid rgba(0,0,0,.12);
	box-sizing: border-box;
}
.mdiv.dd-menu ul.main input[type="checkbox"]:checked + label {
	background: url(./img/arrowup.svg);
	background-size: 1.1em;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0,0,0,0.15);
}
/*end main expand button*/

.mdiv .li1 a {
	display: block;
	line-height:1.3em;/*1.3em; 1em*/
	padding: 1.5em;/*1.4em 18px*/
	outline: 0;
	color: #fff;
	text-decoration: none;
}
ul.main .li1 > a {
	text-align: center;
}
.mdiv.dd-menu .li1 a {
	line-height:1em;
	padding: 1.3em 0 1.3em 1em;
	/*width:auto;*/
	text-align: left;
}
.mdiv.dd-menu .li1.droppable > a {
	display: inline-block;
	/*padding-right:0;*/
	width:calc(100% - 5em);
}
.mdiv .li1 ul.dropdown{
	position: absolute;
	padding: 0px;
	z-index: 2;
	display: none;
	background-color: rgb(30,87,153);
}
.mdiv.dd-menu .li1 ul.dropdown{
	position:relative;
	z-index:auto;
}
.mdiv:not(.dd-menu) .li1:hover, .mdiv:not(.dd-menu) .li1.hoverlike {
	background-color: rgb(30,87,153);
}
.mdiv:not(.dd-menu) .li1:hover ul.dropdown, .mdiv:not(.dd-menu) .li1.hoverlike ul.dropdown{
	display: block;
}
.mdiv.dd-menu ul.main input[type="checkbox"]:checked ~ ul {
	display: block;
	background-color:rgba(0,0,0,0.15);
}
.li2{
	display: block;
	position:relative;
	padding: 0px;
	width:17em;
}
.mdiv.dd-menu .li2 {
	width:auto;
}
.mdiv:not(.dd-menu) .li2:hover, .mdiv:not(.dd-menu) .li3:hover, .mdiv:not(.dd-menu) .li2.hoverlike {
	background-color: rgb(60,55,50);
}

.mdiv.dd-menu .li2 > a {
	padding-left:2em;
}
.mdiv.dd-menu .li2.droppable > a {
	display: inline-block;
	padding: 1em 0 1em 2em;
	width:calc(100% - 6em);
}
/*subdropdown*/
.li2 ul.ul3{
	position: absolute;
	top:0;
	left:100%;
	padding: 0;
	z-index: 3;
	display: none;
}
.mdiv.dd-menu .li2 ul.ul3{
	position: relative;
	top:auto;
	left:auto;
	z-index: auto;
}
.mdiv:not(.dd-menu) .li2:hover ul.ul3, .mdiv:not(.dd-menu) .li2.hoverlike ul.ul3 {
	display: block;
	max-width:500px;
	background-color: rgb(30,87,153);
}
.mdiv:not(.dd-menu) .li3 {
	width:17em;
}
.li3 > a {
	display: block;
	padding: 15px;
}
.mdiv.dd-menu .li3 > a {
	padding-left:3em;
}
/*---------end of navigation menu------------*/

.vcontent_container{
	font-family: "HelveticaNeue","Helvetica Neue","Helvetica",Arial,sans-serif;
	margin-top:1em;
	padding:0 1em 1.5em;	
	color:#333;
	line-height:1.3em;
}
.mdiv.dd-menu .vcontent_container{	
	padding-left:0;
	padding-right:0;
}
.vcontent_container a {
	cursor:pointer;
	color:#1e5799;
	text-decoration:none;
}
.vcontent_container a[href^=tel] {
	color:inherit;
	text-decoration:none;
}
.vcontent_container a:hover {
	color:#08acd5;
}
.vcontent_container .content_title{
	margin:0 0 1rem;
	padding:0;	
	font-weight:normal;
	box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.15);
}

/* jssor slider arrow navigator skin 03 css */
	.jssora03l, .jssora03r {
		display: inline-block;
		position: absolute;
		padding:0;
		width:36px;
		height:40px;
		/*padding:auto;*/
		cursor: pointer;
		background-color:rgb(0,0,0);
		overflow: hidden;
		opacity:0.1;
		text-align:center;
	}
	.jssora03l:hover, .jssora03r:hover{
		opacity:0.5;
	}

.svgcontainer {
	padding: 0;
	margin: 0;
	height:0;
	padding-top:65.87%;
	position: relative;
}
svg#str {
	height: 100%;
	display:block;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
}


/*tabs*/
div.tabsn {
	width:100%;
	display: block;
	margin-top: 25px;
	margin-bottom: 0;
	padding-bottom:0;
	background-color:#eee;
}

div.tabsn [type=radio] {
	display: none;
}
div.tabsn label{
	display:inline-block;
	background-color:#eee;
	padding: 10px;
	border: 2px solid #eee; 
}
div.tabsn label:hover{
	background-color:#f5f5f5;
	cursor:pointer;
}

div.tabsn [type=radio]:checked + label {
	background: white;
	border-bottom: 2px solid white;
}


#vcontainer{
	font-family:"HelveticaNeue","Helvetica Neue","Helvetica",Arial,sans-serif;
	font-size:0.85em;
	
	
	padding:1em;
	margin:0px;
	min-height:40px;
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
}
#vcontainer > div{
	padding:0px;
	margin:0px;
}
/*end tabs*/

/*-----modal dialog box------*/
.vmodal {
	display:none;
	overflow-x: hidden;
	overflow-y: auto;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	padding:0;
	margin:0;
	z-index:3;
	background-color:rgba(0, 0, 0, 0.5);
	text-align: center;
}
.vmodal .modal-dialog {
	display:inline-block;
	margin: 2em 1ch;
	padding: 1em;
	text-align:initial;
	background-color:white;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	max-width:35em;
}
.vmodal .modal-dialog .modal-body {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 0.8em 0;
	margin: 0.8em 0;
}
.vmodal .modal-dialog .modal-footer {
	text-align: right;
}
.vmodal #imgsotr {
	max-height:9.5rem;
}
#vdialog {
	display:none;/*block;*/
	overflow-x: hidden;
	overflow-y: auto;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	padding:0 0;
	margin:0;
	z-index:3;
	background-color:rgba(0, 0, 0, 0.5);
	text-align: center;
}
#vdialog .modal-dialog {
	font-family: "Arimo",Helvetica,Arial,sans-serif;
}
#vdialog .modal-body {
	font-size:0.8em;
	text-align:justify;
}
#vdialog .modal-footer{
	text-align:right;
	padding:0;
}

/*-----END of modal dialog box------*/



.mainblock, .vrightblock {
	display:inline-block;
	vertical-align:top;
}
.mainblock {
	padding:1em;
	min-width:15em;
	width:100%;
	font-family: 'Georgia', serif;
	font-size: 16px;
}
.mdiv.dd-menu .mainblock {
	padding-left:0.5em;
	padding-right:0.5em;
}

.vrightblock {
	box-sizing:border-box;
	margin-left:1.125rem;
	width:21rem;
	font-family: "HelveticaNeue","Helvetica Neue",Arial,sans-serif;
	font-size:0.75em;
	background:rgba(0, 0, 0, 0);
}
.vrightblock.asblock {
	width:100%;
	margin-left:0;
	margin-top:1rem;
}
.mainblock, .vrightblock > div {
	box-sizing: border-box;
	border-width: 5px 1px 1px;
	border-style: solid;
	border-color: #1E5799 #EBEBEB #EBEBEB;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}
.vrightblock.asblock > div {
	border-left: 0 none;
	border-right: 0 none;
}
.vrightblock > div {
	margin-bottom:1em;
}
.vrightblock > div:last-of-type {
	margin-bottom:0;
}
.vrightblock > div h3 {
	margin-top:.9em;
	margin-bottom:1rem;
	padding-bottom:.5em;
	text-align: center;
	font-weight: 700;
	font-size: 1.167em;
	color: #686868;
	text-transform: uppercase;
	border-bottom: 1px solid #DFDFDF;
}
.vrightblock > div .vtextside {
	padding: 0 1em 0 1em;
	margin-top:1rem;
	margin-bottom:0;/*1rem*/
	text-align:justify;
}
.vnewsdatetime, .ndt {
	color: #00F;
	font-weight: bold;
}

.vtextside img {
	display: block;
	margin:.5em auto 0;	
	max-width:100%;
	max-height:25em;
}
.vtextside video {
	display: block;
	max-width: 100%;
	margin-right:auto;
	margin-left:auto;
}
/*.vtextside hr {
	background:#EEE;
	border:0;
	height:1px;
	margin-left:-5px;
	margin-right:-5px;
}*/
.pli {
	font-size:0.875em;
}
.pli p {
	text-indent: 4ch;
	text-align:justify;
	/*hyphens: auto; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto;*/
}
.pli > ul, .pli p > ul, .pli div > ul {
	padding-left: 6ch;
}
.pli .vspoiler_cont > ul {
	padding-left:3ch;
}
.pli li {
	text-align:justify;
}
.pli a > div > img {
	max-width:calc(100% - 8px);
	display: block;
	margin: 1em auto 0;	
}
.pli img.vimg {
	display: block;
	/*width:43em;*/
	min-width:40%;
	max-width:95%;/*calc(100% - 8px);*/
	box-sizing: border-box;
	margin:1em auto 0 auto;
	padding:3px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}
.pli .iframec {
	position: relative;
	height: 0;
	width: 43em;
    max-width: calc(100% - 8px);
	margin-left:auto;
	margin-right:auto;
}
.pli table {
	min-width: 80%;
	max-width:100%;
	margin-right:auto;
	margin-left:auto;
	border: 2px solid #CCC;
	border-collapse: collapse;
}
.stf table, .stf td, .stf th{
	border: 0px; !important
}

.pli td, .pli th {
	padding:.375em 1em;
	border: 1px solid #CCC;
	border-collapse: collapse;
}
.pli tr:hover {
	background: #F8F8F8;
}



/* v slider */
.vslidesouter {
	width:100%;
	overflow-x:hidden;
	position:relative;
	user-select: none; -o-user-select: none; -moz-user-select: none; -webkit-user-select: none;	-ms-user-select: none;
}
.vslidesouter.v2 {
	/*overflow-x:initial;*/
}
.vslidesouter.v2 .vslides {
	transition: none;
}
.vslides {
	position:relative;
	left:0px;
	color:#869690;
	cursor:ew-resize;
	transition-property: left;
    transition-duration: 0.3s;
    /*transition-timing-function: linear;
    transition-delay: 0;*/
}
.vslides .vslideitem {
	display:inline-block;
	vertical-align:top;
	margin-right:20px;	
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.vslides .vslideitem img {
	user-select: none; -o-user-select: none; -moz-user-select: none; -webkit-user-select: none;	-ms-user-select: none;
	user-drag: none; -khtml-user-drag: none; -moz-user-drag: none; -o-user-drag: none;
}
.vslides .vslideitem.v2{	
	display:none;
	margin-right:0;
	transition-property: opacity;
	transition-duration: 0.3s;
}
.vslides .vslideitem.v2.vslideactive {
	display:block;
}
img.ltport {
	float:left;
	margin: 0 10px 10px 0;
	border:0;
	height:auto;
}
.vleftarrow, .vrightarrow {
	display: inline-block;
	box-sizing:border-box;
	/*position:absolute;
	top:calc(50% - 1.5rem);*/
	padding:0;
	width:3em;
	height:3em;
	overflow:hidden;
	cursor: pointer;
	background: #000;	
	opacity:0.2;
}
.vleftarrow {
	
	text-align:left;
	padding-left:.4rem;
	/*left:0.4rem;*/
}
.vrightarrow {
	text-align:right;
	padding-right:.4rem;
	/*right:0.4rem;*/
}
.vleftarrow:hover, .vrightarrow:hover {
	opacity:0.5;
}
.vleftarrow > img, .vrightarrow > img {
	display:inline-block;
	box-sizing:border-box;
	margin:0;
	border:0;
	padding:0;
}
/*end of v slider*/

.vflex {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0.5em -0.5em;
}
.vflex > div {
	flex: 1 1 22em;/*19em*/
	margin:0.5em 0.5em;
	border-bottom: 1px solid #DDD;
}

.vflex.imgs {
	
}
.vflex.imgs > img {
	flex-grow: 0;
	flex-shrink: 0;
	padding:3px;
	border: 1px solid #CCC;/*A9A9A9;*/
	margin:0.5em 0.5em;
	cursor:pointer;
}
.vflex.imgs > div.vemptyfbox {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 128px;
	height:0;
	margin-top:0;
	margin-bottom:0;
	border-bottom:0;
}


.vflex > div.tiny {
	flex:initial;
	width:5em;
	height:5em;
	padding:0.5em;
	box-sizing:border-box;
	background:#C9C9C9;
	border-radius: 3px;
	border-bottom:0;
	text-align:center;
	cursor:pointer;
}
.vflex div.tiny.active {
	background:#0c83e7;
}
.vflex > div.tiny > img {
	height:100%;
}
.vflex > div.vemptyfbox {
	height:0;
	margin-top:0;
	margin-bottom:0;
	border-bottom:0 none;
}
.vflex > div > a.vtitle {
	display:inline-block;
	margin-bottom:.5em;
}

.mdescr {
	display:inline-block;
	padding-left:0.5em;
}

.mdescr > p:last-child {
	margin-bottom:.5em;
}

.leftcol {
	float:left;
	vertical-align:top;
}
.staff {
	display:flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0.5em -0.5em 0;
}
.staff > div {
	width: 20em;
	flex:1 1 20em;
	margin:0.5em 0.5em 0;
	overflow:visible;
	padding-bottom:0.5em;
	padding-right:0.5em;
	border-bottom:1px solid #ccc;
}
.staff > div > img {
	max-height:12em;
	max-width: 7em;
}
.staff > div > a {
	
}

div.emptyflex {
	height:0;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	border:0 none;
}

.vspoiler_cont {
	display:none;
	margin:0.5em 4ch 0 4ch;
}
.vspoilerchb {
	display:none;
}
label.vspl {
	font-weight:bold;
	margin:.5em 0 0 1em;
	display:block;
}
label.vspl:hover {
	cursor: pointer;
}
.vspoilerchb:checked + .vspoiler_cont{
	display:block;
}


/*slider card*/
.subdcard{
	overflow:auto;
	font-size:14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.subdcard .fiodol {
	text-align:right;
}
.subdcard .fiodol .fio{
	display:inline-block;
	font-size:1.5em;
	font-weight:bold;
	padding-left:20px;
	border-bottom:2px solid #000;
	/*background-color:rgba(0,0,0,0.1);*/
}
.subdcard img.depDirectorPortrait {
	width:120px;
	float:	left;
	margin-right:15px;
	margin-bottom:10px;
}
.subdcard .description {
	text-align:justify;
	margin-left:50px;
}
/*END OF slider card*/
.pli .secttitle {
	margin-bottom:0;
	font-weight:bold;
}
.pli .secttitle + * {
	margin-top:0.4em;
}


/*footer*/
div.footer {
	/*overflow: hidden;*/
	position:relative;
	overflow: auto;
	color:white;
	background-color:#1E5799;
	padding:10px;
}

div.footer > span.rightfooter {
	float:right;
	margin-left:2ch;
}
/*end footer*/

span.snowflake {
	position: absolute;
	font-family: Times;
	color: #b9dff5;
	z-index: 1000;
}


a.icon {
	display:inline-block;
	height:32px;
	width:32px;
	vertical-align:top;
	background-image: url("/img/zip.svg");
	float:right;
}

.u2b {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	/*margin-bottom: 1em;*/
}
.u2b > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}