/*---------------------------
reset css and some settings
---------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
	
table {
	border-collapse:collapse;
	border-spacing:0;
	border-color:#4d4d4d;
}
	
fieldset,img {
	border:0;
}
	
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
	
ol,ul {
	list-style:none;
}
	
caption,th {
	text-align:left;
}
	
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:bold;
}
	
q:before,q:after {
	content:'';
}
	
abbr,acronym {
	border:0;
}
	
html, body {
	background-color:#eeeeee;
	font-family:'Trebuchet MS';
	font-size:14px;
	width:100%;
	max-width:100%;
	min-width:1000px !important;
	min-height:100%;
	overflow-X:auto;
	overflow-Y:auto;
	color:#000000;
	z-index:10;
}
	
div {
	width:auto;
	margin: 0 auto;
}
	
strong {
	font-weight:bold;
}
	
a {
	text-decoration:none;
}

div {
	overflow:hidden;
}

p {
	font-size:inherit;
}

/* blocks */
.header {
	min-width:1000px;
	width:100%;
	max-width:100%;
	height:55px;
	background-color:#3050b0;
	text-align:center;
	white-space:nowrap;
	position:absolute;
	left:0;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	z-index:10000;
}

.lnk {
	padding-top:17px;
	width:110px;
	height:100%;
	color:#fff;
	float:left;
	font-size:18px;
}

.lnk:hover {
	background-color:#133bb0;
	color:#ffbf00;
	cursor:pointer;
}

.tele {
	width:200px;
	height:100%;
	float:right;
	color:#fff;
	text-align:right;
	margin-right: 22px;
	padding-top:4px;
}

.content {
	min-width:1000px;
	max-width:1000px;
	min-height:100vh;
	margin:0 auto;
	overflow-X:hidden;
	overflow-Y:auto;	
	background-color:#fff;
}

.content > div {
	font-size:16px;
}

.border {
	width:100%;
	height:62px;	
}

.text {
	margin-top:10px;
	font-size:14px;
}

.text > p {
	font-size:14px;
}

.otd, .str, .pers, .pac, .rab, .kont {
	width:100%;
	min-width:1000px;
	max-width:100%;
	z-index:10;
	overflow-Y:auto;
	visibility:none;
	background-color:#fff;
	color:#133bb0;
}

.str, .pers, .pac, .rab, .kont {
	left:100%;
	display:none;
}


.sub {
		margin-top:10px;
}

.more,.double {
	width:100%;
	min-width:1000px;
	height:auto;
	margin-bottom:10px;
    -webkit-column-rule: 3px solid #3050b0;
    -moz-column-rule: 3px solid #3050b0;
    column-rule: 3px solid #3050b0;
}

.more {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	-webkit-column-width: 32%;
    -moz-column-width: 32%;
    column-width: 32%;
}

.double {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	-webkit-column-width: 49%;
    -moz-column-width: 49%;
    column-width: 49%;
}

.more>div, .double>div{
	font-size:14px;
}
	
.info {
	max-width:950px;
	background-color:#fff;
	color:#133bb0;
	margin:10px auto;
	margin-bottom:20px;
	border:3px solid #133bb0;
	border-radius: 10px;
	padding:10px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}

.name {
	min-width:650px !important;
	width:65%;
	height:inherit;
	float:left;
	text-align:left;
	font-size:16px;
}

.logo,.contacts {
	min-width:300px !important;
	width:30%;
	height:inherit;
	float:right;
}

.logo {
	text-align:right;
}


.lined , .numered{
	font-size:16px;
	margin-top:10px;
}

.numered {
	list-style-position: inside;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	list-style-type: decimal;
}

.lined > li, .numered > li{
	margin-left:20px;
	margin-top:0px;
	font-weight:normal;
	font-size:15px;
}


.lined > li {
	list-style-type:disc;
}

.numered > li{
	list-style-type:decimal;
}

.clickable {
	margin-bottom:20px;
	width:200px;
	height:310px;
	border:3px solid #133bb0;
	border-radius: 10px;
	padding:10px;
	cursor:pointer;
	font-size:16px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}

.p_table {
	margin-top:10px;
	margin-bottom:30px;
	-webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
	-webkit-column-width: 25%;
    -moz-column-width: 25%;
    column-width: 25%;	
}

.cov {
	min-width:1000px;
	max-width:1000px;
	margin:0 auto;
}

.ico {
	float:left;
	margin-right:10px;
}

.read {
	text-decoration:none;
	cursor:pointer;
	color:#3050b0
}

.read:hover {
	color:#ffbf00;
}

/*clickable images*/
.shadow {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	visibility:hidden;
	z-index:100;

}

.show-container {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	display:table;
	text-align:center;
	visibility:hidden;
	z-index:4000;
}

.show-img {
	position:relative;
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	background-image:url(img/shadow.png);
}

.show {
	border:5px solid #133bb0;
	height:600px;
}
