*{
	font-family: "Georgia", serif;
	
}
.bg{
	background-image:url("../images/back.jpg");
	    background-size: cover;
	height:100vh;
}
.bg2{
	background-image:url("../images/back.jpg");
	    background-size: cover;
	height:100vh;
}

h1{
	text-align:center;

	font-size:28px!important;
	  
}
label {color:#fff;}

input[type=submit]
{   font-weight: bold;
width: 100%;
background-color: #7079DD;
color: #000;
border: 1px solid #484D88;
padding: 10px 10px;
text-transform: uppercase;
border-radius: 2px;
box-shadow:3px 1px 1px 0px rgba(0,0,0,0.45);
}
		
.btn-default:hover
{

	border:1px solid #484D88!important;
	background-color: #484D88!important;
	color:#fff!important;
}
input::placeholder { color: #aaa!important; font-size: 1.2em; }
input::-moz-placeholder {
  color: #aaa!important;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #aaa!important;
}
input::-webkit-input-placeholder {
  color: #aaa!important;
}
input:focus::-webkit-input-placeholder { color:transparent!important }
input:focus:-moz-placeholder { color:transparent!important } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent!important } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent!important } /* IE 10+ */


body
{
	background: #fff!important;
	color: #fff;
	font: 8pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 0px;
}

.link {
	display: block;
    text-align: center;
	text-transform: uppercase;
	font-size:20px;
	text-shadow:5px 5px 5px 0 rgba(0, 0, 0, 0.1) inset;
}

a:link, body_alink
{
	color: #000;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}
a:visited, body_avisited
{
	color: #000;
	text-decoration: none;
}
a:hover, a:active, body_ahover
{
	color: #f09815fc;
	text-decoration: underline;
}
.page
{
	
	color: #000;
}
td, th, p, li
{
	font: 12pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
	
	color: #fff;
	margin-top:0px;
}
.tcat
{
	background: #555;
	color: #AEBEE3;
	font: bold 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat a:link, .tcat_alink
{
	color: #7282A9;
	text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
	color: #7282A9;
	text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
	color: #000;
	text-decoration: underline;
}


.panel11
{
	
    border-radius: 0px!important;
    padding: 0px 0px!important;
	margin:0;
	background-color: rgba(198, 200, 245, 0.7)!important;
	    margin-bottom: 10px!important;
	border: 1px solid rgba(198, 200, 245, 1);
box-shadow: 30px 100px 150px 0px rgba(0,0,0,0.45);
	overflow: hidden;
	margin-top:15%	;
	color: #000;
}

.panelsurround1
{
	background: #999;
	color: #fff;
}
.panelsurround
{
	
	color: #ddd;
	margin: 20% 0 0 0;
    display: block;
	border-radius: 20px;
	
	box-shadow:5px 5px 5px 0 rgba(0, 0, 0, 0.7);
	min-width:400px;
	width:100%;
}
legend
{
	color: #fff;
	font-size:16px;
	width: auto!important;
	border-bottom: 0px solid #e5e5e5!important;
	font-size:20px!important;
	 margin-bottom: 10px!important;
}
.right{
	position: relative;
    top: -40px;
	font-size:16px!important;
	
}
.left 
{
	    text-align: right;
    font-size: 14px;
    margin: 10px;
    padding: 0 0 0px 0;
    position: relative;
   width:auto;
   line-height:30px;
	color:#000;	
	float:right;
}
.btn-default{
	
	width:100%;	
}
.tab  tbody tr td { font-size:20px!important; text-align:right;}
.summ{
	font-size:20px!important;
	color:#f09815fc;
	text-align:left!important;
	
}


/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { 
margin-bottom: 0px; 

padding:10px 10px;
}
.fieldsetborder{
	margin-bottom: 12px; 
	border: 0px solid #020618;
	border-radius: 5px;
	padding:5px 10px;
}

.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 8pt;}

.labreg{
	
	color:#000;
	font-size:16px;
}
 .h1{
	display:block;
		background-color: #7079DD;
		overflow: hidden;
		left: 0;
		top: 0;
		width: 100%;
		margin:0!important;	
		height:45px;
		line-height:45px!important;	
		margin-bottom:20px!important;	
}
.error{
	color: #f20510ed;
    display: block;
    font-size: 20px;
    margin-top: 10px;
    
    text-align: center;
    background-color: #dfa5a5;
    line-height: 32px;
    border: 1px solid #000;
	border-radius: 30px;
	display:none;
}


.addedit{
	outline: none!important;
    border: 1px solid #333!important;	
	border-radius: 2px!important;
    line-height: 40px!important;
    height: 50px!important;
	    background-color: #eee!important;
}



.panlog{
	background-color: rgba(198, 200, 245, 0.7);
	border: 1px solid #000;
	margin:25% 0 0 0 ;	
	border-radius: 0px;
	font-size:16px;
	color:#000;
	border:1px solid rgba(198, 200, 245, 1);
	box-shadow:30px 100px 150px 0px rgba(0,0,0,0.45);
	min-width:400px;
	width:100%;
	padding: 0;
}
.center-block{
	
}







.sidebar {
   
    z-index: 100;
    padding: 0px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .2);
	border:1px solid #000;
	margin:5% 20px 0 30px;
	width:200px;    text-align: center;
}
.btn2 {padding:0px 20px!important;background-color: #b73b5c!important;color:#fff!important;}
.btn2:hover {padding:0px 20px!important;background-color: #cc8799!important;}
.sidebar a {color:#000;}

.bg-light {background-color: rgba(198, 200, 245, 0.7)!important;}
.sidebar .nav > li {position: relative;display: block;border-bottom: 0px solid #000;width:100%;min-height: 30px;line-height: 20px;}
.sidebar  .nav > li > a:hover{background-color: #7079DD!important;color:#fff;}
.sidebar  .nav > li > a{padding:20px 20px!important;}
.main input[type=submit]{display: block;text-align: center;padding: 0px;background-color: #009025;color: #fff;font-size: 12px;width: 100px; margin: 0 auto; height: 30px;line-height: 12px; -moz-box-shadow:     1px 1px 7px 2px #5c5c5c;-webkit-box-shadow:  1px 1px 7px 2px #5c5c5c;border: 1px solid #5c5c5c;box-shadow: 1px 1px 7px 2px #5c5c5c; }
.sidebar	 {padding-left:0px!important;padding-right:0px!important;}
.blocktop{ box-shadow: inset 0px -1px 0 rgba(0, 0, 0, .3);background-color: #7079DD!important;color:rgba(198, 200, 245, 0.7);padding-top:0px;margin:0!important;}
.left-text{color:#fff;float:left; margin-left:100px;font-size:14px; line-height:20px;height:30px;padding-top:2px;}
.left{margin:0px 10px 0px 50px;}
.f12{font-size:10px;line-height:10px;}
.left strong{font-size:18px;}
.blocktop form{display: inline-block;padding: 0; margin: 4px;}
.main .news{width: 100%;position: relative;background: #FFF;margin: 0 auto 0 auto;box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.15);  padding: 20px 5px 20px 5px; border: solid 1px #6c6c6c66;}
.main{margin-top: 5%;}



.new_block{min-height: 100px;background: linear-gradient(to right, #91a2e5 0%,rgba(198, 200, 245, 0.7) 30%, #fff 70%);border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;width: 100%;margin-top: 47px;}
.new_block .img {float: left;margin: 30px 10px 0 10px;}
.new_block .cont_news {float: left;margin: 10px 20px 0 10px;}
.new_block .new_title {font-size:17px;color:#383838;margin-bottom: 5px;}
.new_block .date {font-size:13px;margin-top: 10px;color:#181818;}
.line-news	{border:1px solid #000;width:60%;}

.new_block .news_href{float: right;font-size: 25px;margin: 65px 40px 0 10px;border-bottom: 2px solid #7079DD;}
.new_block .news_href a:hover{color:#7079DD;text-decaration:none;text-decoration: none;}
.new_block .news_href:hover {border-bottom: 2px solid #7079DD;}



.btn-ch{display: block;text-align: center;padding: 0px;background-color: #b73b5c;color: #fff;font-size: 18px;width: 200px; line-height: 12px; -moz-box-shadow:1px 1px 6px 0px #1d1c1c8f;-webkit-box-shadow:  1px 1px 6px 0px #1d1c1c8f;border: 1px solid #1d1c1c8f;box-shadow: 1px 1px 6px 0px #1d1c1c8f;border-radius:10px;    margin: 5px auto; margin-top: 20px; height: 50px; }
.btn-ch:hover{background-color: #cc8799;}
.payment-form-header-top{    display: block;
    width: 100%;
    height: 50px;
    position: relative;
    background-color: #0d0c0c;
    color: white;
    padding: 10px 25px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;}
.d-md-block {
    display: none!important;
}

.cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 100;
}
@media (min-width: 768px){

.d-md-block {
    display: block!important;
}
.col-md-9 {
    -ms-flex: 0 0 88%;
    flex: 0 0 88%;
    max-width: 88%;
}
}



@media (min-width: 992px){
.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}}



@media (min-width: 576px){
.ml-sm-auto, .mx-sm-auto {
    margin-left: auto!important;
}}