/*Common*/
/*Fonts*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic');

/* Reset */
*{margin:0; padding:0;}
img, img a{outline:none; border:none;}
body{
    background-color:#fff;
    /*font:100% Arial,times,serif;*/
	font: 100% 'Open Sans', sans-serif;
    margin:0;
    padding:0;}
a, a:visited{outline:none; color:#4086c6; text-decoration:none;}
a:hover{text-decoration:underline;}

/* Modern Clear Floating Fix */

.clear:before, .clear:after{content:""; display:table;}
.clear:after{clear:both;}
.clear{zoom:1; /* For IE 6/7 (trigger hasLayout) */}

/* HTML5 Fix */

header, section, footer, aside, nav, article{display:block;}

/* Base Structure */

.bodywidth{width:960px; margin:0 auto; clear:both;}

/* General Type */


.blue {
    color: #3B5998;
}
h1, h2, h3, h4, h5, h6{color:#2f2f2f; font-family:'Open Sans',arial;}
.bold{font-weight:bold;}
.blue{color:#4086c6;}


/* Header */
.info-block{
    background:#5678BE;
    padding:10px 20px 10px 40px;
    margin-top:10px;
    color:#fff;
    text-align:left;
    position:relative;
}

/* Header */
.info-block span.icon-info{
    position:absolute;
    left:10px;
    border-radius:100%;
    border:2px solid #fff;
    padding:2px;
    text-align:center;
    line-height:14px;
    width:14px;
    height:14px;
    display:block;
    font-weight:bold;
}
.info-block .sum{
    float:right;
    font-weight:bold;
    font-size:18px;
}

.info-block .total{
    border-top:1px dotted #fff;
    margin-top:8px!important;
}

#headerwrap{
	width:100%;
	height:100px;
	background:#01B0F1;
	box-shadow:0px 1px 7px rgba(0,0,0,0.3);
	/*border-bottom:1px solid #98C5ED;*/
} 

#mainheader{padding:20px 0 0 0; color:#2f2f2f; }
.logo{float:left; margin:0 10px 0 0; -webkit-transition:-webkit-transform 0.4s ease-out; -moz-transition:-moz-transform 0.4s ease-out; transition:transform 0.4s ease-out;}
.logo:hover{cursor:pointer; -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); transform:rotate(360deg);}

#websitetitle{
	float:left;
	margin:-8px 0 0 0;
        color:#fff;
}

#websitetitle .logo-img{
	max-width:75px;
}



#websitetitle .name {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	margin: 0;
	top: 15px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	position: relative;
}

#websitetitle .name span{
	display:block;
	font-weight:normal;
	font-size:18px;
	line-height:20px;
}

@media (max-width:825px){
	#websitetitle{
		text-align:center;
		display:block;
		float:none;
	}
	
	#websitetitle .logo-img{
		max-width:50px;
		margin-bottom:10px;
	}

	
	#websitetitle .name {
		display:block;
		font-size:16px;
		line-height:17px;
		margin-top:-8px;
	}
	
	#websitetitle .name span {
		display:block;
		font-size:13px;
		line-height:14px;
	}
	
	#info-left{
		float:none!important;
		width:auto!important;
	}
}

#websitetitle h1{font-size:2.538em; font-weight:normal;}
#websitetitle h2{font:1.462em "Tahoma"; font-weight:normal; margin:10px 0 0 0;}
#mainheader nav{
    float: right;
    font: 15px "Tahoma",Arial;
    margin: 0;
/*    width:100px;*/
}

#mainheader nav li{list-style-type:none; display:inline; margin:0 0 0 45px;}

#mainheader a, #mainheader:visited{
	color:#D0E4F7;
}

#mainheader a:hover{
	text-decoration:none;
	color:#fff;
}

#flag {
    width:80px;
    float:right;
	color:#fff;
	
}

#flag span, #flag a{
	color:#fff;
	font-size:12px;
}

#flag span{
	font-weight:bold;
}

#flag a{
	font-weight:normal;
}
/* Intro */

#introduction{margin-top:25px;}
#introduction h2{font-size:1.5em; font-weight:bold; margin:0 0 5px 0;}

#introduction .user-name {
    font-size:22px;
    font-weight:bold;
    
}
#introduction .user-ip {
    color:#999;
    font-size:12px;
    
}



#info-left{
	background: url("../images/user-icon.png") no-repeat left center;
	float:left;
	width:440px;
	margin:0 0 25px 0;
	padding-left:100px;
	min-height:105px;
}

#userinfo{float:right; font-size:1.154em; width:335px;padding:0; margin:0px 0 25px 0;}

#intro {
   font-size:14px;
}

/*a.findoutmore, a.findoutmore:visited{padding:10px; font:0.9em "Tahoma",arial; font-weight:bold; color:#fff; text-shadow:0 0 1px #1e5298; background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.12,rgb(109,171,229)),color-stop(0.56,rgb(59,126,189))); background-image:-moz-linear-gradient(center bottom,rgb(109,171,229) 12%,rgb(59,126,189) 56%); background-color:#468ac9; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; margin:13px 0 0 0; float:left;}
a.findoutmore:hover{background-color:#2f2f2f; background-image:none; text-shadow:0 0 1px #000; text-decoration:none;}*/

/* Main Content */

#maincontent{border-top:1px #dbdbdb solid; padding:0px 0 0 0; overflow:hidden;}

#contentleft {
  border-right: 1px solid #DBDBDB;
  float: left;
  padding-right: 20px;
  width: 695px;
  padding-top:20px;
  min-height:400px;
}
/*Igor*/
#contentleft {font-size:1.0em;}

#contentleft h3{font-size:1.5em; font-weight:bold; margin:0 0 15px 0;}
#contentleft h4{font-size:1.1em; font-weight:bold; margin:0 0 15px 0;}
#contentleft p{line-height:135%; margin:0 0 5px 0;}
#articlesright{
    float:left;
    width:240px;
}
#articlesright article{clear:both; margin:0 0 5px 0; overflow:hidden;}
#articlesright figure{padding:5px; border:1px #dbdbdb solid; float:left; width:119px; height:119px; margin:0 5px 0 0;}
#articlesright p{line-height:135%;}
#articlesright h5{font-size:1.3em; margin:0 0 6px 0; color:#4086c6;}
#articlesright h5:hover{color:#2f2f2f;}

#menu-right, #menu-right1{
    margin-top:20px;
    margin-left:8px;
   
}

#menu-right ul{
	list-style:none;
	padding:0;
}
#menu-right,#menu-right1 h4{
    
    /*background:url("/media/images/info_abon.png") no-repeat;*/
    
    padding:7px 0 0px 15px;
    
}
#menu-right,#menu-right1 li {
    list-style-type: none;
    /*background: url(/media/images/info_menu.png) 0 center no-repeat;*/
    
    
    font-size: 14px;
    margin-bottom:5px;
}
#menu-right li:hover, #menu-right li.active{
    background:#EFF2F7;   
}
#menu-right li a{
    color:#000;
    padding:5px 0px 5px 32px;
    display:block;
    
}
#menu-right li:hover a{
    text-decoration:none;
   
}
#menu-right li.active{
    background:#D8DFEA;
}

#menu-right li.active a{
    color:#000;
    font-weight:bold;
    
}
a.readmore, a.readmore:visited{padding:4px; font:0.9em "Tahoma",arial; font-weight:bold; color:#fff; text-shadow:0 0 1px #1e5298; background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.12,rgb(109,171,229)),color-stop(0.56,rgb(59,126,189))); background-image:-moz-linear-gradient(center bottom,rgb(109,171,229) 12%,rgb(59,126,189) 56%); background-color:#468ac9; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; margin:10px 0 0 0; float:left;}
a.readmore:hover{background-color:#2f2f2f; background-image:none; text-shadow:0 0 1px #000; text-decoration:none;}

.icons1{
    background: url("/media/images/icons/user20.png") 0 center no-repeat;
    /*background-position: -36px 0;*/
}
.icons2{
    background: url("/media/images/icons/percent16.png") 0 center no-repeat;
    /*background-position: -36px 0;*/
}
.icons3{
    background: url("/media/images/icons/list16.png") 0 center no-repeat;
    /*background-position: -36px 0;*/
}
.icons4{
    background: url("/media/images/icons/pokaz16.png") 0 center no-repeat;
    /*background-position: -36px 0;*/
}
.icons5{
    background: url("/media/images/icons/inputpokaz16.png") 0 center no-repeat;
    /*background-position: -36px 0;*/
}
.icons6{
    background: url("/media/images/icons/oborot16.png") 0 center no-repeat;
    /*background-position: -36px 0;*/
}
.icons7{
    background: url("/media/images/icons/calc16.png") 0 center no-repeat;
    /*background-position: -36px 0;*/
}
.icons8{
    background: url("/media/images/icons/print16.png") 0 center no-repeat;
    /*background-position: -36px 0;*/
}
.icons9{
    background: url("/media/images/icons/history20.png") 0 center no-repeat;
    /*background-position: -36px 0;*/
}
.icons10{
    background: url("/media/images/icons/mail20.png") 0 center no-repeat;
    /*background-position: -36px 0;*/
}
.icons11{
    background: url("/media/images/icons/handtool24.png") 0 center no-repeat;
    /*background-position: -36px 0;*/
}
.iconstel{
    background: url("/media/images/icons/telefon.png") 0 center no-repeat;
    /*background-position: -36px 0;*/
}
.icons99{
    background: url("/media/images/icons/question.png") 0 center no-repeat;
    /*background-position: -36px 0;*/
    padding: 40px 41px 30px 40px;
    
}
.iconsgetmail{
    background: url("/media/images/icons/getmail.png") 0 center no-repeat!important;
}
.iconswork{
    background: url("/media/images/icons/work.png") 0 center no-repeat!important;
    /*background-position: -36px 0;*/
}

.iconsinfo20{
    background: url("/media/images/icons/info20.png") 0 center no-repeat;
}
#messenger {
    background: none repeat scroll 0 0 #FFC0CB;
    border: 1px dashed #808080;
    /*display: none;*/
    margin: 5px 0;
    padding: 5px;
/*    width: 600px;*/
}
#messengerok {
    background: none repeat scroll 0 0 #B9F7DE;
    border: 1px dashed #808080;
    /*display: none;*/
    margin: 5px 0;
    padding: 5px;
/*    width: 600px;*/
}
/*forms*/
input.mybutton{
	color:#fff;
	text-align: center;
	background-color: #01B0F1;
	border-radius:5px;
	margin-left:15px;
	cursor:pointer;
	opacity:0.8;
	transition:all 0.3s ease;
	line-height:auto; 
	height:auto; 
	border:none;
	padding:0px 10px;
}
a.mynewbutton{
    color:#fff;
    text-align: center;
    background-color: #01B0F1;
    border-radius:5px;
    margin-left:15px;
    cursor:pointer;
    opacity:0.8;
    transition:all 0.3s ease;
    line-height:auto; 
    height:auto; 
    border:none;
    padding:8px 10px;
    text-decoration: none;
}    
input.mybutton:hover, input.mybutton:focus,
a.mynewbutton:hover, a.mynewbutton:focus{
	opacity:1;
	
}
a.mynewbutton:hover, a.mynewbutton:focus{
    opacity:1;
    color:#fff;
    text-decoration: none;
    
}
 input.mybutton:active,
 a.mynewbutton:active{
	color:#fff;
 }


input   {
	
	box-sizing:border-box;   
	-moz-box-sizing:border-box;
	height:30px;
	margin-bottom:4px;
	margin-top:4px;
	padding-left:10px;
    line-height:30px;
	border:1px solid #CFCFCF;
	
        
}

input :focus,
input :active{
	border:1px solid #01B0F1;
}

textarea  {
/*  	color:#777;*/
	box-sizing:border-box;   
	-moz-box-sizing:border-box;
	height:175px;
	margin-bottom:10px;
	margin-top:10px;
	border-radius:4px;
	border:1px solid #C0DBF3;
	box-shadow:0px 0px 10px #C7D9ED inset;
	padding-left:10px;
        line-height:20px;
        
}
input.textfield{
	font-size:14px;
}
#auth input{
	width:350px;
}

iinput:hover, input:focus{
	border-color:#61A5E2; 

	color:#000;
	
}

input.submit_button {
	font-weight:bold; 
	color:#fff;
	text-shadow:0 0 1px #1e5298;
	
	background:#01B0F1;
	display:block;
	width:150px!important;
	border:none;
	margin:20px auto;
	cUrsor:pointer;
	opacity:0.9;
    text-align: center;
    padding: 0px!important;

}
input.submit_button:hover{
	opacity:1;
}

form#auth {
	width:350px;
	margin:0 auto;
	margin-top:20px;
}


form label{
	font-size:14px;
	font-weight:bold;
	display:block;
	
}
/*end forms*/

/* Footer */

#footerwrap{
	width:100%;
	margin:20px 0 0 0;
	padding:10px 0;
	background:#01B0F1;
	font: 15px "Tahoma",Arial;
	box-shadow:0px -1px 7px rgba(0,0,0,0.3);
}

#mainfooter{text-shadow:0 0 1px #000;}
#mainfooter nav{float:left;  font: 15px "Tahoma",Arial;}
#mainfooter nav ul{margin:0; padding:0; list-style:none;}
#mainfooter li{list-style-type:none; float:left; margin:0 35px 0 0;}
#mainfooter li:last-child{margin-right:0;}
#mainfooter a, #mainfooter a:visited{color:#fff;}
.copyright{float:right; color:#fff;}
/*Новое */

.icon {
    float: left;
    margin: -5px 10px 10px 0;
}
.iconmenu {
    float: left;
    margin-right: 10px;
}
table.Design {
 border-spacing: 0px;
 border-collapse: collapse;
 border: 1px solid #1F4886;
}
 table.Design th {
 text-align: left;
 font-weight: normal;
 padding: 0.6em 0.4em;
 border-bottom: 2px solid #FFFFFF;
 background: #DBE2F1;
 }
 table.Design td {
 text-align: left;
 border-bottom: 2px solid #FFFFFF;
 padding: 0.4em 0.4em;
 background: #D1E3F3;
 }

table.Design thead th {
 background: #1F4886;
 color: #FFFFFF;
 text-align: center;
 }
 table.Design th.Corner {
 text-align: left;
 }
 table.Design td.tdcenter{
 text-align: center;
 }
 table.Design th.thcenter{
 text-align: center;
 /*font-weight: bold;*/
 color: #000;
 }
 table.Design td.tdleft{
 text-align: left;
 }
 table.Design th.thright{
 text-align: right;
 }
 table.Design th.thleft{
 text-align: left;
 }
 table.Design td.tdright{
 text-align: right;
 }
 tr.black{
 /*font-weight: bold;*/
 color: #000;
 }
 tr.big th{
 font-weight: bold;
 }
 span.place {
     display:block;
     width:25px;
     height:25px;
     background: url("../images/icons/place-icon-blue.png") no-repeat 0 0;
     margin-left:10px;
     
  
 }
 
 span.a2 {
     background-position: 0 0!important;
 }
 span.a1 {
     background-position: 0 -25px!important;
 }
 span.a3 {
     background-position: 0 -50px!important;
 }
 span.a0  {
     background-position: 0 -75px!important;
 }
 span.a6 {
     background-position: 0 -100px!important;
 }
 span.a5 {
     background-position: 0 -125px!important;
 }
 span.a7 {
     background-position: 0 -150px!important;
 }
 span.a4  {
     background-position: 0 -175px!important;
 }
 span.a8  {
     background-position: 0 -275px!important;
 }
 span.a10 {
     background-position: 0 -200px!important;
 }
 span.a9 {
     background-position: 0 -225px!important;
 }
 span.a11 {
     background-position: 0 -250px!important;
 }

 table.table_color {
    border: 2px solid #D6E5FC;
 }
 table.table_color td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    font-weight:bold;
    margin: 0;
    outline: 0 none;
    padding: 6px;
    vertical-align: baseline;
}
.table_color tr:nth-child(2n-1) {
    background-color: #D6E5FC;
    border: 1px solid #CCCCCC;
}
.success {
    background-color: #D1E3F3;
    border-color: #D1E3F3;
    color: #1F4886;;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);    
}
.error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
   border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);    
}
.lang0 {
   /* background: url("../images/icons/ru.gif") no-repeat 0 0;*/
    opacity: 0.7;
	
}
.lang1 {
   /* background: url("../images/icons/ua.gif") no-repeat 0 0;*/
    opacity: 0.7;

}

/*.lang0:before {
	content: "|";
	color: #FFF;
	display: inline-block;
	padding-right: 4px;
}*/

.langactual{
    opacity: 1;
}
.lang0:hover,.lang1:hover {
    opacity: 1;
}
/********************************Table****************************************/

.nice-table {
    width:100%;
    font-family:Arial, Helvetica, sans-serif;
    color:#000;
    font-size:15px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin:0px 20px 0px 0px;
    border:#ccc 1px solid;
    border-collapse:separate;
 
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
 
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}
 
.nice-table th {
    font-weight:bold;
    font-size:20px;
    padding:21px 25px 22px 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
 
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

.nice-table th:first-child{
    text-align: center;
    padding-left:20px;
    font-size:12px;
    
}

.nice-table th span.name {font-size:18px; font-weight:bold;}

.nice-table tr:first-child th:first-child{
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
.nice-table tr:first-child th:last-child{
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
.nice-table tr{
    text-align: center;
    padding-left:20px;
}
.nice-table tr td {
    text-align:right;
    
}
.nice-table tr td:first-child{
    text-align: left;
    padding-left:20px;
    border-left: 0;
}
.nice-table tr td {
    padding:10px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.nice-table tr.even td{
    background: #F0F0F0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#F0F0F0));
    background: -moz-linear-gradient(top,  #f8f8f8,  #fF0F0F0);
}
.nice-table tr:last-child td{
    border-bottom:0;
}
.nice-table tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.nice-table tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
.nice-table tr:hover td{
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);    
}


.nice-table tr.table-footer {
    color:red;
    font-weight:bold;
    font-size:14px;
} 
.nice-table tr.table-footer1 {
    color:black;
    font-weight:bold;
    font-size:14px;
} 
.nice-table tr td.bold {
    font-weight:bold;
} 





/****************************************************************************/

/**************************************************table**********/


table.table  {
	
	width:100%;
	margin:0 auto;
	/*font-size:14px;*/
	font-family:tahoma;
	background:#fff;
	border-bottom:5px solid #496294;
	
	
	border:1px solid #3B5998;
}
.table thead  th{
	text-align:center;
	background:#01B0F1!important;
	color:#fff;
	text-shadow:none;
	font-weight:bold;
	font-family:"Open Sans", arial;
	
}

.table thead.subhead th:hover {}
table.table thead th{
    border-right: 1px solid #7C92BE;
    border-left: 1px solid #7C92BE;
    border-top: 1px solid #7C92BE;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #3A4E76;
    height: 30px;
}
table.table thead th.title1{
    text-align:left;
    padding-left:40px;
    font-weight: normal;
    
}
table.table thead th.title2{
    text-align:left;
    padding-left: 20px;
    text-shadow:none;
    font-weight: normal;
/*    background:#DCE1ED!important;*/
    
}
table.table  thead th:last-child {border-right:none;}
table.table thead th{padding:5px;}


table.table tbody  tr:hover td{background:#DCE1ED;color:#000;}


.table tr:nth-child(2n+2){
	background:#F5F5F5;
}

table a  {
	color:#3A5A9D;
	cursor:pointer;
}
table a:hover  {
	
	color:#283F6C;
	text-decoration:underline;
	
}

table.table  td {
	color:#000;
	
	padding:5px;
	vertical-align:middle;
	
	border-right:1px solid #7C92BE;
	
	
	
}
table.table  tr td:last-child {border-right:none;}


table.table  tbody td:hover{
	color:#000;
	background:#EFEFEF;
	
}
table.table  tbody td.tdright, table.table  thead th.thright {
        text-align:right;
}
.tdright hr{
	margin:2px;
}
.table select {
	width:98%;
	border-radius:2px;
	height:30px;
	font-size:15px;
	margin-top:2px;
/*	border:1px solid #fff;*/
	border-radius:4px;
	border:1px solid #C0DBF3;
	padding:2px;
	line-height:16px;
	
}
.table tr.table-footer td{
    color:red;
    font-weight:bold;
    font-size:14px;
} 
.table tr.table-footer1 td{
    color:black;
    font-weight:bold;
    font-size:14px;
} 
.table thead.subhead th{
    background:#DCE1ED!important;
    color:#000;
    text-shadow:none;
    
}
.table .right3{
    padding-right: 5px;
}
.border_top{
    border-top: 1px solid #7C92BE;	
}    
.price {
	text-align:right;
	
}
.itogo  td{
	text-align:right;
	background:#617BB0!important;
	color:#fff!important;
	font-weight:bold;
	font-size:11px;
	height:25px;
	vertical-align:middle;
	border-top:#7C92BE;
}
.show {
   display: block;
   visibility: visible;
}

.hidden {
   display: none;
   visibility: hidden;
}
#this-1 {
    text-decoration: underline;
/*    border-bottom: 1px solid #99F;*/
	font-weight:bold;
}
.show {
    background-color: #E1F7FF;
    border-color: #C7D9ED;
    color: #000;
   border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 15px 30px 15px 30px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);    
}
pre{
    font-size: 100%;
    word-wrap: break-word;
    white-space: pre-wrap;
}
.padding0{
    padding: 0;
    margin-left: 10px;
    border-radius:0px;
    box-shadow: none;
}
  .tooltip {
    position:absolute;
    z-index:100; /* подсказка должна перекрывать другие элементы */
    padding: 10px 10px;

    /* красивости... */
    border: 1px solid #b3c9ce;
    border-radius: 4px;
    text-align: center;
    font: italic 14px/1.3 arial, sans-serif; 
    color: #333;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,.3);
  }
/* MEDIA QUERIES */

/* Under 960px */
@media only screen and (max-width: 980px) and (min-width: 821px) {
.bodywidth{width:800px;}
#mainheader nav{font-size:15px;}
#mainheader nav li{margin:0 0 0 50px;}
#introleft{width:450px;}
#introquote{float:right;  font-size:0.95em; width:335px; padding:5px 0 0 45px; margin:5px 0 25px 0;}
#introquote{width:450px;}

#contentleft{width:575px;}
/*Igor*/
#contentleft {font-size:0.75em;}
/*.table {font-size:0.75em;}*/
#articlesright{width:195px;}
#articlesright{font-size:0.75em;}
#userinfo{display:none;}
#articlesright article{font-size:0.95em;}
#mainfooter{font-size:0.9em;}
#mainfooter li{margin:0 25px 0 0;}
#mainfooter li:last-child{margin-right:0;}
}

/* Under 800px */
@media only screen and (max-width: 820px) and (min-width: 621px) {
.bodywidth{width:600px;}
#mainheader{padding:30px 0 0 0;}
#mainheader nav{font-size:1.1em; margin:12px 0 0 0;}
#mainheader nav li{margin:0 0 0 25px;}
.logo{width:40px; height:40px;}
#websitetitle h1{font-size:2.3em;}
#websitetitle h2{font-size:1.2em;}
#introleft{width:350px;}
#introquote{display:none;}
#userinfo{display:none;}
#contentleft{width:100%;}
/*Igor*/
#contentleft {font-size:14px; min-height:150px;}
#contentleft:before {clear:both;}
#articlesright{ float:left; margin-top:20px;}
#articlesright{font-size:14px;}

#articlesright figure{display:none;}
#mainfooter{font-size:0.9em;}
#mainfooter nav, .copyright{display:block; float:none; width:100%; margin-bottom:15px;}
#mainfooter li{margin:0 15px 0 0;}
#mainfooter li:last-child{margin-right:0;}
.copyright{color:#b8b8b8; margin-bottom:0;}
}

/* Under 600px */
@media only screen and (max-width: 620px) and (min-width: 501px) {
.bodywidth{width:480px;}
#mainheader{padding:25px 0 0 0;}
#mainheader nav{float:left; font-size:1.1em; margin:0px 0 0 0;}
#mainheader nav li{margin:0 30px 0 0;}
.logo{width:40px; height:40px;}
#websitetitle h1{font-size:2.3em;}
#websitetitle h2{font-size:1.2em;}
#introleft{width:330px;}
#userinfo{display:none;}


#introquote{display:none;}
#contentleft{width:100%; font-size:0.9em; min-height:250px;}
/*Igor*/
#contentleft {font-size:11px;}

#articlesright{float:left;}
#articlesright article{font-size:0.9em;}
#articlesright figure{display:none;}
#mainfooter{font-size:0.9em;}
#mainfooter nav, .copyright{display:block; float:none; width:100%; margin-bottom:15px;}
#mainfooter li{margin:0 15px 0 0;}
#mainfooter li:last-child{margin-right:0;}
.copyright{color:#b8b8b8; margin-bottom:0;}
}
#auth input{
	width:300px;
}
#settings input{
	width:300px;
}


/* Under 480px */
@media only screen and (max-width: 500px) and (min-width: 341px) {
.bodywidth{width:320px;}
#mainheader{padding:25px 0 0 0;}
#mainheader nav{float:left; font-size:1.1em; margin:18px 0 0 0;}
#mainheader nav li{margin:0 30px 0 0;}
.logo{width:40px; height:40px;}
#websitetitle h1{font-size:2.3em;}
#websitetitle h2{font-size:1.1em;}
#introleft{width:300px; font-size:0.8em;}
#userinfo{display:none;}
.icon, a.print {display:none;}
#introquote{display:none;}
#contentleft{width:100%; min-height:200px; font-size:0.9em;}
/*Igor*/
#contentleft h4{font-size:12px;}
#info-left{width:auto; background-size:75px;}
#introduction h2, #introduction .user-name, #introduction .user-address {font-size:14px;}
#contentleft {font-size:0.56em;}
.table-scroll {overflow-x:scroll;}
#articlesright{width:300px; float:left; border-top:1px #dbdbdb solid; padding:20px 0 0 0; margin:10px 0 0 0;}
#articlesright article{font-size:0.9em;}
#articlesright figure{display:none;}
#mainfooter{font-size:0.8em;}
#auth input{
	width:300px;
}

#mainfooter nav, .copyright{display:block; float:none; width:100%; margin-bottom:15px;}
#mainfooter li{margin:0 6px 0 0;}
#mainfooter li:last-child{margin-right:0;}
.copyright{color:#b8b8b8; margin-bottom:0;}
}

/* Under 320px */
@media only screen and (max-width: 340px) and (min-width: 5px)  {
.bodywidth{width:300px;}
#mainheader{padding:27px 0 0 0;}
#mainheader nav{float:left; font-size:0.9em; margin:15px 0 0 0;}
#mainheader nav li{margin:0 30px 0 0;}
.logo{width:40px; height:40px;}
#websitetitle h1{font-size:2.3em;}
#websitetitle h2{font-size:1.2em;}
#introleft{width:250px; font-size:0.8em;} 

#introquote{display:none;}
#contentleft{width:295px; font-size:0.9em; padding-right:10px; margin-top:20px;}
/*Igor*/
#contentleft {font-size:0.7em;}

#articlesright{width:300px; float:left; border-top:1px #dbdbdb solid; padding:20px 0 0 0; margin:10px 0 0 0;}
#articlesright article{font-size:0.9em;}
#articlesright figure{display:none;}
#mainfooter{font-size:0.7em;}
#mainfooter nav, .copyright{display:block; float:none; width:100%; margin-bottom:15px;}
#mainfooter li{margin:0 6px 0 0;}
#mainfooter li:last-child{margin-right:0;}
.copyright{color:#b8b8b8; margin-bottom:0;}
}




/*PAYMENT Buttons*/

#payment-buttons{
	padding:20px;
}

.payment-button{
	border-radius:10px;
	padding:30px;
	text-align:center;
	display:block;
	border:1px solid #D4D0C8 ;
	background:#fff;
	position:relative;
	transition:all 0.3s ease;
	box-shadow:2px 2px 7px rgba(0,0,0,0.3);
}

.payment-button:hover{
	transform: scale(1.02);
	box-shadow:1px 1px 10px rgba(0,0,0,0.4);
	background:#F6F6F6;
}


.payment-button:active{
	transform: scale(0.9);
	left:2px;
	top:2px;
}

.payment-private{
}

.payment-easy{
}


.payment-header{
	text-align:center;
	
	
}

/*/////PAYMENT //Buttons*/



/**********************************/
.help-buttons{
	text-align:center;
}
.help-button{
	display:inline-block;
	text-align:center;
	font-size:12px;
	border:1px dotted #01B0F1;
	padding:3px 5px;;
	
}

.help-button span{
	display:inline-block;
	position:relative;
	top:-5px;
}

.help-button img{
	max-width:20px!important;
	margin-top:3px;
}

.help-button:hover{
	text-decoration:none;
}

#top-menu{
	font-weight:normal;
	text-transform:uppercase;
	margin-top:-15px!important;
}



#mobile-menu-toggler{
	display:none;
	position:absolute;
	left:10px;
	top:10px;
	font-weight:normal;
}

.uk-offcanvas-bar{
	
}

.uk-offcanvas-bar ul{
	list-style:none;
	padding:20px;
}

.uk-offcanvas-bar ul li a{
	color:#fff;
}

#mainfooter .clear{
	margin-top:15px;
}

@media (max-width:825px){
	#top-menu{	
		display:none;
	}
	
	#mobile-menu-block{
		display:block;
	}
	
	#mobile-menu-toggler{
		display:inline-block;
	}
	
	#flag{
		position:absolute;
		right:10px;
		top:10px;
	}
	
	#mainfooter {
		text-align:Center;
	}
	
	#mainfooter .clear{
		text-align:center;
	}
	#mainfooter  ul{
		
	}
	
	#mainfooter li{
		float:none;
		display:inline-block;
	}
	
	.copyright{
		color:#fff;
	}
	
	#websitetitle .name {
		position:static;
	}
}



/**/
.counter-bad{
    background-color: rgba(252,165,150,.5)!important;
}



/*******/

.payment-button:hover {
    text-decoration:none;
}
span.easyspan{
	text-decoration:none!important;
	color:#000;
	font-size:18px;
	font-style:italic;
}

/*******/
/***********************************/
/****************************************/
.status-icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 24px;
    width: 24px;
}

.status-icon.status-0{
    background-image: url("../images/icons/payment-icons/payment-time.svg");
}

.status-icon.status-1{
    background-image: url("../images/icons/payment-icons/payment-ok.svg");
}

.status-icon.status-3{
	background-image: url("../images/icons/payment-icons/payment-not.svg");
}
.status-icon.status-2{
    background-image: url("../images/icons/payment-icons/payment-wait.svg");
}
.status-icon.status-4{
    background-image: url("../images/icons/payment-icons/payment-time.svg");
}


.payonline-button{
    text-align:center;
    margin-top:20px;
}

.payonline-button a{
    padding:3px;
    display:inline-block;
    background: #F4F4F4;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
    border:1px solid rgba(0,0,0,0.2);
    transition:all 0.3s ease;
    text-decoration:none!important;
}

.payonline-button a:hover{
    background: #E9E9E9;
}
.payonline-button a:active{
    position:relative;
    top:1px;
    left:1px;
}

.payonline-button img{
    max-width:170px;
}

.payonline-button a span{
    display:block;
    color:#136BB5;
    
    
}


