html, body {
	height: 100%;
	margin: 0px;
}
*{
	margin:0;
	padding:0;
	box-sizing:border-box
}
body{
	margin:0 auto;
	background-color:#fff;
	color:#575757;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}
header{
	position:fixed;
	display:flex;
	justify-content:center;
	align-items:center;
	left:0;
	width:100%;
	height:50px;
	top:0;
	z-index:1;
	background-color:#fff;
	box-shadow:0 1px 5px 1px rgba(0,0,0,.2);
	border-bottom:1px solid #ccc;
}
.logo {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	position:fixed;
	z-index:3;
	top:0;
	left:0;
	height:50px;
	color:#1c75bc;
}
.logo img{
	width:147px;
	height:50px;
}
.logo .project{
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	align-items:flex-start;
	font-size:130%;
	font-weight:700;
}
.logo .project .prolongation{
	display:flex;
	flex-direction:row;
	text-transform:lowercase;
	font-size:70%;
	font-weight:500;
}
.prolongation a{
	padding-left:10px;
	text-transform:lowercase;
	color:#1c75bc;
}
.divider {
	margin-top:20px;
}
.dws-menu *{margin:0;padding:0;z-index:2;}
.dws-menu ul,.dws-menu ol{list-style:none}
.dws-menu > ul{display:flex;justify-content:flex-start;}
.dws-menu > ul li{position:relative;border-right: 1px solid #c7c8ca;white-space:nowrap}
.dws-menu > ul li:first-child{border-left: 1px solid #b2b3b5;}
.dws-menu > ul li:last-child{border-right: 1px solid #babbbd;}
.dws-menu > ul li > a i.fa{position: absolute;top: 15px;left: 12px;font-size: 18px;}
.dws-menu > ul li a{
	display: block;
	background: rgb(201,201,201); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(201,201,201,1) 0%, rgba(246,246,246,1) 2%, rgba(196,197,199,1) 98%, rgba(117,117,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#757577',GradientType=0 ); /* IE6-9 */
	padding: 15px 20px;
	font-size: 14px;
	color: #454547;
	text-decoration: none;
	text-transform:uppercase;
	transition: all 0.3s ease;
}
.dws-menu li a:hover{
	background: rgb(224,225,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(224,225,229,1) 0%, rgba(69,69,71,1) 2%, rgba(69,69,71,1) 98%, rgba(224,225,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(224,225,229,1) 0%,rgba(69,69,71,1) 2%,rgba(69,69,71,1) 98%,rgba(224,225,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(224,225,229,1) 0%,rgba(69,69,71,1) 2%,rgba(69,69,71,1) 98%,rgba(224,225,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e5', endColorstr='#e0e1e5',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	box-shadow: 1px 5px 10px -5px black;
	transition: all 0.3s ease;
}
.dws-menu .selected{
	background: rgb(224,225,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(224,225,229,1) 0%, rgba(69,69,71,1) 2%, rgba(69,69,71,1) 98%, rgba(224,225,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(224,225,229,1) 0%,rgba(69,69,71,1) 2%,rgba(69,69,71,1) 98%,rgba(224,225,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(224,225,229,1) 0%,rgba(69,69,71,1) 2%,rgba(69,69,71,1) 98%,rgba(224,225,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e5', endColorstr='#e0e1e5',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	box-shadow: 1px 5px 10px -5px black;
	transition: all 0.3s ease;
}
/*************************** Выпадающие пункты первого уровня */
.dws-menu li ul{
	position: absolute;
	min-width: 100%;
	display: none;
}
.dws-menu li > ul li{
	border: 1px solid #c7c8ca;
}
.dws-menu li > ul li a{
	padding: 10px;
	text-transform: none;
	background: #e4e4e5;
}
.dws-menu li > ul li ul{
	position: absolute;
	right: -150px;
	top: 0;
}
.dws-menu li:hover > ul{
	display: block;
}
/*************************** Выпадающие пункты второго уровня */
.dws-menu li ul li ul {
	top: 0;
	left: 200px;
	margin: 0px;
	box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-o-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-ms-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);	
}
.dws-menu [type="checkbox"], .dws-menu label.toggleSubmenu{
	display: none;
}
.dws-menu label.toggleMenu{
	background: rgb(201,201,201); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(201,201,201,1) 0%, rgba(246,246,246,1) 2%, rgba(196,197,199,1) 98%, rgba(117,117,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#757577',GradientType=0 ); /* IE6-9 */
	display: none;
	padding: 15px 40px;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	position: relative;
}
.dws-menu label.toggleMenu .fa{
	position: absolute;
	top: 15px;
	left: 12px;
	font-size: 18px;
}
.auth{
	display:block;
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	background:url('/img/site/bg.jpg') no-repeat center center fixed;
	background-size:cover;
	opacity:0.4;
	filter: alpha(opacity=40);
    overflow: auto;
}
.authanticate{
	width: 360px;
	height: 500px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity:1;
	filter: alpha(opacity=100);
	background-color:#fff;
	padding: 10px;
	color:#000;
	font-size:120%;
	border: 2px solid #dedede;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
}
headline{
	display:block;
	margin:25px 15px 5px;
	padding-bottom:5px;
	color:#23598c;
	font-size:120%;
	font-weight:600;
}
headline2{
	display:block;
	margin:7px 15px;
	color:#23598c;
	font-size:100%;
	font-weight:300;
}
.mt-1{
	margin-top:7px;
}
.mt-2{
	margin-top:14px;
}
.mb-1{
	margin-bottom:7px;
}
.mb-2{
	margin-bottom:14px;
}
.text-center{
	display:flex;
	justify-content:center;
	align-items:center;
}
.WidgetConstructor{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:flex-start;
	align-content:flex-start;
}
.WidgetConstructor .Set{
	width:500px;
	display:flex;
	flex-direction:column;
	border: 1px solid #dedede;
}
.Set .block-head{
	font-weight:bold;
	border-bottom: 1px solid #dedede;
}
.Set .block-body{
	width:95%;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #87CEEB;
}
.Set select{
	width:100%;
	height:30px;
	padding:0 5px;
	outline:none;
	font-size:100%;
}
.Set input[type="radio"]{
	margin-left: 7px;
}
.Set input[type="text"]{
	width:100%;
	height:30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding:0 5px;
	outline:none;
	font-size:100%;
	color:#000;
}
.PreView{
	width: 100%;
	max-width:700px;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start;
	align-content:flex-start;
}
p.head{
	text-align:center; /* Выравнивание по ширине */
	font-weight:bold;
}
p.text{
	text-indent:1.5em; /* Отступ первой строки */
	text-align:justify; /* Выравнивание по ширине */
}
table.main{
	padding: 3px 7px;
	border-spacing: 7px 10px;
    border-collapse: collapse;
	margin-top:25px;
}
.table{
	border-collapse:collapse;
}
.table tbody tr:nth-child(odd){
	height:30px;
	background:#bbf5fd
}
.table tbody tr:nth-child(even){
	height:30px;
	background-color: #ffffff
}
.table tbody td{
	padding:3px;
}
tr.title td{
	color:#23598c;
	font-size:100%;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#f9f9f7;
	border: 1px solid #c1c1bc;
}
tr.head{height:20px; font-size:90%; color:#1C75BC; font-weight:normal; text-align:center; vertical-align:middle}
tr.head td, th{
	padding:5px;
	text-align:center;
	vertical-align:middle;
	font-size: 90%;
	color: #1C75BC;
	text-decoration: none;
	background-color:#D3E4F2;
	border: 1px solid #c9c9c9;
}
tr.body td{
	font-size:90%;
	border: 1px solid #c9c9c9;
	padding: 3px 7px;
	cursor:pointer;
}
tr.body:hover{background-color:#e0e1e5;}
tr.body th{
	padding:5px;
	text-align:left;
	vertical-align:middle;
	font-size: 12px;
	color: #454547;
	text-decoration: none;
	border: 1px solid #c9c9c9;
}
.money{
	white-space: nowrap;
	text-align:right;
}
.bold{
	font-weight:bold
}
.btn{
	height:36px;
	line-height:30px;
	font-size:100%;
	border-radius:8px;
	white-space:nowrap;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	cursor:pointer;
	padding: 0 7px;
	border-color:#c5c5c5;
	border-color:rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25)
}
.btn:hover{
	text-decoration:none;
}
.btn:focus{
	outline:0;
}
.btn-blue{
	color: #fff;
	background-color: #2489db;
}
.btn-blue:hover{
	color: #286ea0;
	background-color: #A9CAEB;
	text-decoration:none;
}
a.btn-blue:hover{
	text-decoration:none;
}
.input_form{
	width:180px;
	height:30px;
	overflow:hidden;
	box-shadow: 0 1px 0 #f5f5f5 inset;
	transition: all 0.5s linear;
	color:#3A5C84;
}
/*************************** Окно и меню для ввода персональных данных  */
.menuPersonal{
	border-bottom: 1px solid black; /* Линия снизу */
	font-weight: normal; /* Нормальное начертание */
	padding-top: 3px; /* Поля вокруг текста */
	padding-bottom: 3px; /* Поля вокруг текста */
	white-space: nowrap; /* Отменяем переносы текста */
	width: 220px;
}
.menuPersonalActive{
	border-bottom: 2px solid black; /* Линия снизу */
	font-weight: bold;
	padding-top: 3px; /* Поля вокруг текста */
	padding-bottom: 3px; /* Поля вокруг текста */
	white-space: nowrap;
	width: 220px;
}
.menuPersonal a{
	text-decoration:none;
}
.menuPersonalActive a{
	text-decoration:none;
}

.leftMenu td{
	vertical-align:top;
	border: 1px solid #ece9d8;
	padding-right:5px;
	line-height:20px;
}
.menuHead{
	background-color:#ffffff;
	font-weight: normal; /* Нормальное начертание */
	padding-top: 3px; /* Поля вокруг текста */
	padding-bottom: 3px; /* Поля вокруг текста */
	padding-left: 20px; /* Поля вокруг текста */
	white-space: nowrap; /* Отменяем переносы текста */
	background-image:url("/img/site/btn_doc.gif");
	background-position:left;
	background-repeat:no-repeat;
	width: 220px;
}
.menuHeadActive{
	background-color:#e7e7e7;
	font-weight: bold;
	padding-top: 3px; /* Поля вокруг текста */
	padding-bottom: 3px; /* Поля вокруг текста */
	padding-left: 20px; /* Поля вокруг текста */
	white-space: nowrap;
	background-image:url("/img/site/btn_doc.gif");
	background-position:left;
	background-repeat:no-repeat;
	width: 220px;
}
.menuHead a:link{
	text-decoration:none;
}
.menuHeadActive a:visited; a:hover, a:active, a:focus{
	text-decoration:none;
}
span.stretch {
    display:inline-block;
    -webkit-transform:scale(2,1); /* Safari and Chrome */
    -moz-transform:scale(2,1); /* Firefox */
    -ms-transform:scale(2,1); /* IE 9 */
    -o-transform:scale(2,1); /* Opera */
    transform:scale(2,1); /* W3C */
}