*{ 
	font-family: "Times New Roman", Times, serif; 
	/*margin:0;
	padding:0;*/
}

html{
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	}

body, html {
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0;
	max-width:1920px;/* 1270px; */
	background-color: #f6f6f6;
	/* overflow: scroll; */
}



a {
	color: #28458c;
	text-decoration:none;
	transition: all.6s ease;
	-ms-transition: all.6s ease;
	-o-transition: all.6s ease;
	-moz-transition: all.6s ease;
	-webkit-transition: all.6s ease;
	cursor:pointer;
}

a:hover{
	color:#a1c5ed;/* red;*/
	text-decoration:none;
	transition: all.6s ease;
	-ms-transition: all.6s ease;
	-o-transition: all.6s ease;
	-moz-transition: all.6s ease;
	-webkit-transition: all.6s ease;
}
img {
	max-width:100%;
	heigth:auto;
	width:auto\9: /*ie8*/
	-moz-transition: all 3s ease-out;
	-o-transition:all 3s ease-out;
	-webkit-transition 3s ease-out;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}


header {
	float: left;
	background: #a4c8ef;
	background: linear-gradient(to right, #a4c8ef, #27448b);
	width: 100%;/*99.4%*/
	padding: 0;/*0.3%*/
	border-bottom: 5px linear-gradient(to left, #a4c8ef, #27448b);
	/* font-family: 'Marmelad', sans-serif; */
	/*font-family: 'Times New Roman', Times, serif;*/
	height: 90px;/*!!!!!!!!*/
}

header>div#logo>a>img {
	 width: 85px;/*50px*/
    height: 85px;/*50px*/
    float: left;
}

header>div#logo>a> {
	color:white;
}

/*Стилт для адаптивности шапки*/
@media (min-width:1000px){
	
	header>div#logo>a>span {
		/* font-family: 'Marmelad', sans-serif; */
	   /* font-family: 'Times New Roman', Times, serif;*/
		text-shadow: #000000 0 0 5px;
		font-size:1.9rem; /*30px;*/
		margin-left: 20px;
		margin-top: 45px;
		position: absolute;
		color:white;
	}

	header>div#logo>a>span.komitet {
		/* font-family: 'Marmelad', sans-serif; */
		/*font-family: 'Times New Roman', Times, serif;*/
		text-shadow: #000000 0 0 5px;
		font-size: 1.2rem;/*20px;*/
		margin-left: 20px;
		margin-top: 15px;
		position: absolute;
		color:white;
	}

	header>div#logo2>a>img {
		width: 225px;
		height: 90px;
		float: right;
		margin: 0;
		padding: 0;
	}
	/*Стили для герба города*/
	header>div#logo2>a>img#gerb {
		width: 85px;
		height: 85px;
		float: right;
		margin: 3px;
	}

	
	header>div#logo>a>img {
		margin-left: 8%;
		margin-top: 2px;
	}

	#logo {
		float:left;
		width:30%
	}
}

@media (min-width:850px) and (max-width:999px){
	
	header>div#logo>a>span {
		/* font-family: 'Marmelad', sans-serif; */
	   /* font-family: 'Times New Roman', Times, serif;*/
		text-shadow: #000000 0 0 4px;
		font-size:1.5rem; /*30px;*/
		margin-left: 10px;
		margin-top: 45px;
		position: absolute;
		color:white;
	}

	header>div#logo>a>span.komitet {
		/* font-family: 'Marmelad', sans-serif; */
		/*font-family: 'Times New Roman', Times, serif;*/
		text-shadow: #000000 0 0 5px;
		font-size: 1rem;/*20px;*/
		margin-left: 10px;
		margin-top: 15px;
		position: absolute;
		color:white;
	}

	header>div#logo2>a>img {
		width: 225px;
		height: 90px;
		float: right;
		margin: 0;
		padding: 0;
	}
	/*Стили для герба города*/
	header>div#logo2>a>img#gerb {
		width: 85px;
		height: 85px;
		float: RIGHT;
		margin: 1px;
	}

	
	header>div#logo>a>img {
		margin-left: 2%;
		margin-top: 2px;
	}

	#logo {
		float:left;
		width:30%
	}
}

@media (min-width:500px) and (max-width:849px){
	
	header>div#logo>a>span {
		/* font-family: 'Marmelad', sans-serif; */
	   /* font-family: 'Times New Roman', Times, serif;*/
		text-shadow: #000000 0 0 4px;
		font-size:1.3rem; /*30px;*/
		margin-left: 10px;
		margin-top: 45px;
		position: absolute;
		color:white;
	}

	header>div#logo>a>span.komitet {
		/* font-family: 'Marmelad', sans-serif; */
		/*font-family: 'Times New Roman', Times, serif;*/
		text-shadow: #000000 0 0 5px;
		font-size: 0.9rem;/*20px;*/
		margin-left: 10px;
		margin-top: 15px;
		position: absolute;
		color:white;
	}

	header>div#logo2>a>img {
		width: 225px;
		height: 90px;
		float: right;
		margin: 0;
		padding: 0;
	}
	/*Стили для герба города*/
	header>div#logo2>a>img#gerb {
		width: 85px;
		height: 85px;
		float: RIGHT;
		margin: 1px;
		display:none;
	}

	
	header>div#logo>a>img {
		margin-left: 2%;
		margin-top: 2px;
	}

	#logo {
		float:left;
		width:30%
	}
}

@media (min-width:320px) and (max-width:499px){
	
	header>div#logo>a>span {
		/* font-family: 'Marmelad', sans-serif; */
	   /* font-family: 'Times New Roman', Times, serif;*/
		text-shadow: #000000 0 0 4px;
		font-size:1.0rem; /*30px;*/
		margin-left: 0;
		margin-top: 25px;
		position: absolute;
		color:white;
		text-align:center;
	}

	header>div#logo>a>img {
	 width: 65px;/*50px*/
    height: 65px;/*50px*/
    float: left;
}
	header {
   
    height: auto;
}
	
	header>div#logo>a>span.komitet {
		/* font-family: 'Marmelad', sans-serif; */
		/*font-family: 'Times New Roman', Times, serif;*/
		text-shadow: #000000 0 0 5px;
		font-size: 0.7rem;/*20px;*/
		margin-left: 30px;
		margin-top: 5px;
		position: absolute;
		color:white;
		text-align:center;
	}

	header>div#logo2>a>img {
		width: 225px;
		height: 90px;
		float: right;
		margin: 0;
		padding: 0;
		display:none;
	}
	/*Стили для герба города*/
	header>div#logo2>a>img#gerb {
		width: 85px;
		height: 85px;
		float: RIGHT;
		margin: 1px;
		display:none;
	}

	
	header>div#logo>a>img {
		margin-left: 2%;
		margin-top: 2px;
	}

	#logo {
		float:left;
		width:30%
	}
}

@media (max-width:319px){
	
	header>div#logo>a>span {
		/* font-family: 'Marmelad', sans-serif; */
	   /* font-family: 'Times New Roman', Times, serif;*/
		text-shadow: #000000 0 0 4px;
		font-size:0.9rem; /*30px;*/
		margin-left: 10px;
		margin-top: 20px;
		position: absolute;
		color:white;
	}

	header>div#logo>a>span.komitet {
		/* font-family: 'Marmelad', sans-serif; */
		/*font-family: 'Times New Roman', Times, serif;*/
		text-shadow: #000000 0 0 5px;
		font-size: 0.5rem;/*20px;*/
		margin-left: 10px;
		margin-top: 10px;
		position: absolute;
		color:white;
	}
	
	header>div#logo>a>img {
	 width: 60px;/*50px*/
    height: 60px;/*50px*/
    float: left;
}
	header {
   
    height: auto;
}

	header>div#logo2>a>img {
		width: 225px;
		height: 90px;
		float: right;
		margin: 0;
		padding: 0;
		display:none;
	}
	/*Стили для герба города*/
	header>div#logo2>a>img#gerb {
		width: 85px;
		height: 85px;
		float: RIGHT;
		margin: 1px;
		display:none;
	}

	
	header>div#logo>a>img {
		margin-left: 2%;
		margin-top: 2px;
	}

	#logo {
		float:left;
		width:30%
	}
}



#about {
	text-align:center;
	font-size:1.4em;
	padding-top:10px;
}

#about>a {
	color:white;
}

#about>a:hover {
	color:#dfdfdf;
	border-bottom:1px solid silver;
}

#about>a:last-child {
	margin-left:10%;
}

#reg_auth>a {
	color:white;
}

#reg_auth>.btn:hover {
	margin-top:7px;
	border-bottom:2px solid rgba(217,91,72,1);
}

#reg_auth>.btn:active {
	margin-top:9px;
	border-bottom:0px;
}

#reg_auth>div.btn {
	float:rigth;
	margin-right: 3%;
	margin-top:5px;
	border-radius:5px;
	padding:5px 9px;
	font-size:1.2em;
	background-color:rgba(236,101,80,1);
	text-shadow:#454545 0 0 2px;
	border-bottom:4px solid rgba(217,91,72,1);
}

/*конец стилей для шапки сайта*/
#wrapper {
	display:flex;
	flex-direction:column;
	height:100%;
}

#content {
	flex:1 0 auto;
	background: linear-gradient(to right, #a4c8ef, #27448b);
}

/*Стили для футера сайта*/

footer {
    float: left;
    background-color: #a4c8ef;
    background: linear-gradient(to left, #27448b, #a4c8ef);
    width: 100%;/*99.4%*/
    padding: 0px;/*0.3%*/
    border-top: 7px linear-gradient(to right, #a4c8ef, #27448b);
}

@media (min-width:1000px) {
	
	#social>a>div#btnsocial{
		float:right;
		
		
		margin-right:5%;
		font-size:2.5em;
		color: #0B2349;
		margin-top: 15px;
		background: #f4f4f4;
		padding-left: 15px;
		padding-right: 15px;
		text-shadow: #000000 0 0 5px;
		padding-top: 4px;
		border-radius: 20%;
		border-bottom: 4px solid #a4c8ef;
	}
	#social>a:hover>div#btnsocial {
		margin-top: 17px;
		border-bottom: 2px solid rgba(217, 91, 72, 1);
	}

	#social>a:active>div#btnsocial{
		margin-top: 19px;
		border-bottom: 0px;
	}



	#footer_logo {
		color:#f4f4f4;
		font-size:1.2em;
		width:30%;
	}

	#footer_logo>a {
		margin-left:2%;
		color:#f4f4f4;
	}

	#footer_logo>a:hover {
		border-bottom:1px solid silver;
		color:#aeaeae;
	}

	#footertext {
		float:right;
		width:70%;
		color:white;
		margin-top:7px;
		font-size:1.1rem;
	}

	#rights {
		float:left;
		margin-left:5%;
		font-size:1.1em;
	}

	#rights>a {
		color:white;
	}
}

@media (min-width:850px) and (max-width:999px){
	#social>a>div#btnsocial{
		float:right;
		
		margin-right:4%;
		font-size:2.2em;
		color: #0B2349;
		margin-top: 15px;
		background: #f4f4f4;
		padding-left: 15px;
		padding-right: 15px;
		text-shadow: #000000 0 0 5px;
		padding-top: 4px;
		border-radius: 20%;
		border-bottom: 4px solid #a4c8ef;
	}
	#social>a:hover>div#btnsocial {
		margin-top: 17px;
		border-bottom: 2px solid rgba(217, 91, 72, 1);
	}

	#social>a:active>div#btnsocial{
		margin-top: 19px;
		border-bottom: 0px;
	}



	#footer_logo {
		color:#f4f4f4;
		font-size:1.2em;
		width:30%;
	}

	#footer_logo>a {
		margin-left:2%;
		color:#f4f4f4;
	}

	#footer_logo>a:hover {
		border-bottom:1px solid silver;
		color:#aeaeae;
	}

	#footertext {
		float:right;
		width:70%;
		color:white;
		margin-top:5px;
		font-size:1.1rem;
		
	}

	#rights {
		float:left;
		margin-left:5%;
		font-size:1.1em;
	}

	#rights>a {
		color:white;
	}
	
}

@media (min-width:500px) and (max-width:849px){
	#social>a>div#btnsocial{
		float:right;
		
		margin-right:2%;
		font-size:1.3em;
		color: #0B2349;
		margin-top: 13px;
		background: #f4f4f4;
		padding-left: 10px;
		padding-right: 10px;
		text-shadow: #000000 0 0 5px;
		padding-top: 3px;
		border-radius: 20%;
		border-bottom: 4px solid #a4c8ef;
	}
	#social>a:hover>div#btnsocial {
		margin-top: 15px;
		border-bottom: 2px solid rgba(217, 91, 72, 1);
	}

	#social>a:active>div#btnsocial{
		margin-top: 17px;
		border-bottom: 0px;
	}



	#footer_logo {
		color:#f4f4f4;
		font-size:1.2em;
		width: 9%;
		margin-left: 1%;
	}

	#footer_logo>a {
		margin-left:2%;
		color:#f4f4f4;
	}

	#footer_logo>a:hover {
		border-bottom:1px solid silver;
		color:#aeaeae;
	}

	#footertext {
		float:right;
		width:75%;
		color:white;
		margin-top:4px;
		font-size:0.8rem;
		
	}

	#rights {
		float:left;
		margin-left:5%;
		font-size:1.1em;
	}

	#rights>a {
		color:white;
	}
	
	
}

@media (min-width:320px) and (max-width:499px){
	
		#social>a>div#btnsocial{
		float:right;
		
		margin-right:2%;
		font-size:0.7em;
		color: #0B2349;
		margin-top: 10px;
		background: #f4f4f4;
		padding-left: 5px;
		padding-right: 5px;
		text-shadow: #000000 0 0 5px;
		padding-top: 3px;
		border-radius: 20%;
		border-bottom: 2px solid #a4c8ef;
	}
	#social>a:hover>div#btnsocial {
		margin-top: 11px;
		border-bottom: 1px solid rgba(217, 91, 72, 1);
	}

	#social>a:active>div#btnsocial{
		margin-top:12px;
		border-bottom: 0px;
	}



	#footer_logo {
		color:#f4f4f4;
		font-size:1.2em;
		width:11%;
		margin-left: 1%;
	}

	#footer_logo>a {
		margin-left:2%;
		color:#f4f4f4;
	}

	#footer_logo>a:hover {
		border-bottom:1px solid silver;
		color:#aeaeae;
	}

	#footertext {
		float:right;
		width:80%;
		color:white;
		margin-top:3px;
		font-size:0.52rem;
		
	}

	#rights {
		float:left;
		margin-left:5%;
		font-size:1.1em;
	}

	#rights>a {
		color:white;
	}
	/*	#clear {
		clear:both;
	}	
	
	footer {
		display:none;
	}*/
}

@media (max-width:319px){
	
	#social>a>div#btnsocial{
		float:right;
		
		margin-right:2%;
		font-size:0.4em;
		color: #0B2349;
		margin-top: 10px;
		background: #f4f4f4;
		padding-left: 5px;
		padding-right: 5px;
		text-shadow: #000000 0 0 5px;
		padding-top: 3px;
		border-radius: 20%;
		border-bottom: 2px solid #a4c8ef;
	}
	#social>a:hover>div#btnsocial {
		margin-top: 11px;
		border-bottom: 1px solid rgba(217, 91, 72, 1);
	}

	#social>a:active>div#btnsocial{
		margin-top:12px;
		border-bottom: 0px;
	}



	#footer_logo {
		color:#f4f4f4;
		font-size:1.2em;
		    width: 13%;
		margin-left: 1%;
		margin-top: 5px;
	}

	#footer_logo>a {
		margin-left:2%;
		color:#f4f4f4;
	}

	#footer_logo>a:hover {
		border-bottom:1px solid silver;
		color:#aeaeae;
	}

	#footertext {
		float:right;
		width:75%;
		color:white;
		margin-top:3px;
		font-size:0.35rem;
		
	}

	#rights {
		float:left;
		margin-left:5%;
		font-size:1.1em;
	}

	#rights>a {
		color:white;
	}	
}

/*@media (max-width:985px){
	#clear {
		clear:both;
	}
}*/

/*конец стилей для футера сайта*/

/*адаптивность и стили главного меню */

@media (min-width: 1130px){
	.topmenu > li > a {
		/* font-weight: bold*/;
		font-weight: normal;
		padding: 0px 30px 0px 30px;
		/* font-size: 12px;*/
		font-size: 1.2em;
		/* text-transform: uppercase; */
		/* letter-spacing: 2px;*/
		letter-spacing: 0px;
		color: #1c1c1c;
	}


	#menuMain {
		display: inline;
	}
	
	#menuMobile {
		visibility: hidden;
		display: none;
	}

	
	
}

@media (max-width: 1129px) and (min-width: 1021px) {
	.topmenu > li > a {
	 /* font-weight: bold*/;
	  font-weight: normal;
	  padding: 0px 20px 0px 20px;
	 /* font-size: 12px;*/
	  font-size: 1.1em;
	 /* text-transform: uppercase; */
	 /* letter-spacing: 2px;*/
	  letter-spacing: 0px;
	  color: #1c1c1c;
	}


	#menuMain {
			display: inline;
	}
	
	#menuMobile {
		visibility: hidden;
		display: none;
	}

	
}

@media (max-width: 1020px) and (min-width: 901px) {
.topmenu > li > a {
 /* font-weight: bold*/;
  font-weight: normal;
  padding: 0px 15px 0px 15px;
 /* font-size: 12px;*/
  font-size: 1.1em;
 /* text-transform: uppercase; */
 /* letter-spacing: 2px;*/
  letter-spacing: 0px;
  color: #1c1c1c;
}

	#menuMain {
			display: inline;
	}
	
	#menuMobile {
		visibility: hidden;
		display: none;
	}
	
	

}

@media (max-width: 900px) and (min-width: 785px) {
.topmenu > li > a {
 /* font-weight: bold*/;
  font-weight: normal;
  padding: 0px 10px 0px 10px;
 /* font-size: 12px;*/
  font-size: 1em;
 /* text-transform: uppercase; */
 /* letter-spacing: 2px;*/
  letter-spacing: 0px;
  color: #1c1c1c;
}

	#menuMain {
			display: inline;
	}
	
	#menuMobile {
		visibility: hidden;
		display: none;
	}

	
}

@media (max-width: 784px) and (min-width: 500px) {
 
    #menuMain{
		visibility: hidden;
		display: none;
	}
	
	#menuMobile {
		display: inline;
	}

	
}


@media (max-width: 499px) and (min-width: 320px) {
 
    #menuMain{
		visibility: hidden;
		display: none;
	}
	
	#menuMobile {
		display: inline;
	}


	
}


@media (max-width:319px){
	
	#menuMain{
		visibility: hidden;
		display: none;
	}
	
	#menuMobile {
		display: inline;
	}
	
	
		
}

/*конец адаптивности меню*/

/*стили основной части сайта*/

#main{
position:relative;
}
@media  (max-width: 784px) {

	#main{
		margin-right: 1.5%;
		margin-top: 20px;
		margin-left: 1.5%;
		width:97%;
		float:left;
		background: white;
		opacity: 0.85;
		padding: 4px;
		
	}
}

@media  (min-width: 785px) {
		
	#main {
		margin-top: 20px;
		margin-left: 20px;
		width:54%;
		float:left;
		background: white;
		opacity: 0.85;
		border-bottom: 4px solid rgba(39, 68, 139, 1);
		border-radius:0px 0px 5px 5px;
		padding:7px;
		/* box-shadow: 4px -4px 6px -1px #ccc, -4px -4px 6px -1px #ccc; */
		box-shadow: 0px 4px 30px #dddddd;
	}
}



.testfon {
	/* background: linear-gradient(to right, #a4c8ef, #27448b); */
	float:left;
	padding-bottom: 15px;
	width:100%;

}

aside.test {
	float: left;
	width:18%;
}

.test1 {
    
	/*height: 10px;*/
	color:white;
	background-color: white;
	font-size: 7px;
}
.test2 {
    
	/*height: 10px; */
    color: #ffffff;
    /* background-color: white; */
    font-size: 15px;
    position: absolute;
    top: 120px;
    left: 50px;
    text-shadow: #000000 0 0 5px;

}

/*конец описания стилей основной части сайта*/
/*начало описания алаптивности бокового меню */
@media (min-width:785px){

	aside {
		float: left;
		width: 20%;
		margin-left: 2%;
		margin-top: 15px;
	}
	
}

@media (max-width:784px) {
	aside {
		visibility: hidden;
		display: none;
	}
}

@media  (min-width: 1200px){
	
li>a>div#btnMenu {
	margin-top: 5px;
    padding: 15px 0px 15px 8px;
    font-size:1.1em;
    color: white;
    border-radius: 10px;
    /* background: linear-gradient(to bottom, #a4c8ef, #4776eb); */
    /* background: linear-gradient(to bottom, #a4c8ef, #dbe1f1); */
    background: linear-gradient(to top right, #a4c8ef, #27448b);
    /* text-shadow: #8a6d3b 0 0 2px; */
    border-bottom: 4px solid rgba(39, 68, 139, 1);
}


/*для варианта с картинками*/
/*li>a>div#btnMenu {
	
	margin-top: 5px;
	border-radius:5px;
	padding:7px 0px 7px 8px;
	font-size:1.1rem; 
	border-bottom: 4px solid rgba(39, 68, 139, 1);
}*/

li>a>div#btnMenu>img {
	width:17.5%;
	vertical-align: middle;
}

li>a:hover>div#btnMenu {
	margin-top: 7px;
	border-bottom: 2px solid rgba(217, 91, 72, 1);
	
}

li>a:active>div#btnMenu {
	border-bottom: 0;
	margin-top: 9px;
}
}

@media (max-width: 1199px) and (min-width: 1030px) {

li>a>div#btnMenu {
	
	margin-top: 5px;
	/*border-radius: 5px;
	padding: 0px 9px;*/
	border-radius:5px;
	padding: 2px 0px 2px 8px;
	font-size: 0.96rem;/*14px*/
	/*text-shadow: #8a6d3b 0 0 2px;*/
	border-bottom: 4px solid rgba(39, 68, 139, 1);
	/*ниже изменения для синей кнопки если их удалить вернемся к варианту с картинками*/
	padding: 15px 0px 15px 8px;
	color: white;
	border-radius: 10px;
	background: linear-gradient(to top right, #a4c8ef, #27448b);
}



li>a>div#btnMenu>img {
	width:16%;
	vertical-align: middle;
}

li>a:hover>div#btnMenu {
	margin-top: 7px;
	border-bottom: 2px solid rgba(217, 91, 72, 1);
	
}

li>a:active>div#btnMenu {
	border-bottom: 0;
	margin-top: 9px;
}
}

@media (max-width: 1029px) and (min-width: 900px) {

li>a>div#btnMenu {
	
	margin-top: 5px;
	/*border-radius: 5px;
	padding: 0px 9px;*/
	border-radius:5px;
	padding: 2px 0px 2px 8px;
	font-size: 0.8rem;/*12px;*/
	/*text-shadow: #8a6d3b 0 0 2px;*/
	border-bottom: 4px solid rgba(39, 68, 139, 1);
	
	/*ниже изменения для синей кнопки если их удалить вернемся к варианту с картинками*/
	padding: 15px 0px 15px 8px;
	color: white;
	border-radius: 10px;
	background: linear-gradient(to top right, #a4c8ef, #27448b);
}

li>a>div#btnMenu>img {
	width:15%;
	vertical-align: middle;
}

li>a:hover>div#btnMenu {
	margin-top: 7px;
	border-bottom: 2px solid rgba(217, 91, 72, 1);
	
}

li>a:active>div#btnMenu {
	border-bottom: 0;
	margin-top: 9px;
}
}

@media (max-width: 899px) and (min-width: 785px) {

li>a>div#btnMenu {
	
	margin-top: 5px;
	/*border-radius: 5px;
	padding: 0px 9px;*/
	border-radius:5px;
	padding: 2px 0px 2px 8px;
	font-size:0.63rem; /*10px;*/
	/*text-shadow: #8a6d3b 0 0 2px;*/
	border-bottom: 4px solid rgba(39, 68, 139, 1);
	/*ниже изменения для синей кнопки если их удалить вернемся к варианту с картинками*/
	padding: 15px 0px 15px 8px;
	color: white;
	border-radius: 10px;
	background: linear-gradient(to top right, #a4c8ef, #27448b);
}

li>a>div#btnMenu>img {
	width:14%;
	vertical-align: middle;
}

li>a:hover>div#btnMenu {
	margin-top: 7px;
	border-bottom: 2px solid rgba(217, 91, 72, 1);
	
}

li>a:active>div#btnMenu {
	border-bottom: 0;
	margin-top: 9px;
}
}

@media (max-width: 784px) {

li>a>div#btnMenu {
	
	margin-top: 5px;
	/*border-radius: 5px;
	padding: 0px 9px;*/
	border-radius:5px;
	padding: 2px 0px 2px 8px;
	font-size:1.1rem; /*16px;*/
	/*text-shadow: #8a6d3b 0 0 2px;*/
	border-bottom: 4px solid rgba(39, 68, 139, 1);
	
	/*ниже изменения для синей кнопки если их удалить вернемся к варианту с картинками*/
	padding: 15px 0px 15px 8px;
	color: white;
	border-radius: 10px;
	background: linear-gradient(to top right, #a4c8ef, #27448b);
}

li>a>div#btnMenu>img {
	width:17.5%;
	vertical-align: middle;
}

li>a:hover>div#btnMenu {
	margin-top: 7px;
	border-bottom: 2px solid rgba(217, 91, 72, 1);
	
}

li>a:active>div#btnMenu {
	border-bottom: 0;
	margin-top: 9px;
}
}



@media (min-width: 1180px){

.menu-bokovoe    label, .menu-bokovoe    a {
  
    font-size: 1.2em;	
}
}

@media (max-width: 1179px) and (min-width: 1080px){

.menu-bokovoe    label, .menu-bokovoe    a {
   
    font-size: 1.1em;
}
}
@media (max-width: 1079px) and (min-width: 1000px){
.menu-bokovoe    label, .menu-bokovoe    a {
  
    font-size: 1em;
}
}

@media (max-width: 999px) and (min-width: 950px){
.menu-bokovoe    label, .menu-bokovoe    a {
  
    font-size: 0.8em;
}
}
@media (max-width: 949px) and (min-width: 850px){
.menu-bokovoe    label, .menu-bokovoe    a {
  
    font-size: 0.8em;
}
}
@media (max-width: 849px) and (min-width: 785px){
.menu-bokovoe    label, .menu-bokovoe    a {
  
    font-size: 0.7em;
}
}

/*конец описания адаптивности бокового меню*/

#leftBlock {
	display: none;
}

/*конец описания стилей  order deny,allow бокового меню*/


/*Стили для правой колонки сайта*/
#reg_auth>a>div#btn,  #reg_auth>.btntest, input.btn,div.form-group>a>div.btn, .btnChangeData{
	cursor:pointer;
	color:white;
	float: left;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	margin-right: 3%;
	margin-top: 5px;
	border-radius: 5px;
	padding: 2px 9px;
	font-size: 1.1em;
	background: linear-gradient(to top right, #a4c8ef, #27448b);
	text-shadow: #454545 0 0 2px;
	border-bottom: 4px solid rgba(39, 68, 139, 1);
}

#reg_auth>a:hover>div#btn ,#reg_auth>.btntest:hover,input.btn:hover,div.form-group>a>div.btn:hover, .btnChangeData:hover{
	border-bottom: 2px solid rgba(217, 91, 72, 1);
	margin-top: 7px;
}
#reg_auth>a:active>div#btn, #reg_auth>.btntest:active,input.btn:active, .btnChangeData:active {
	border-bottom: 0;
	margin-top: 9px;
}

#billing-kind>p {
	font-size:0.8rem;
}


@media  (min-width: 1249px){
	.titleform{
		/*font-family: 'Marmelad', sans-serif;*/
		font-family: 'Times New Roman', Times, serif;
		font-size: 1.2rem;/*17px;*/
	   /* text-shadow: #8a6d3b 0 0 2px;*/
		color:#1c1c1c;
	}
}




@media (min-width: 1120px)  and (max-width: 1248px) {
.titleform{
	/*font-family: 'Marmelad', sans-serif;*/
    font-family: 'Times New Roman', Times, serif;
	font-size:1.1em; /*15px;*/
   /* text-shadow: #8a6d3b 0 0 2px;*/
    color:#1c1c1c;
}
}

@media  (min-width: 990px) and (max-width: 1119px) {
.titleform{
	/*font-family: 'Marmelad', sans-serif;*/
    font-family: 'Times New Roman', Times, serif;
	font-size:1rem;/* 13px;*/
   /* text-shadow: #8a6d3b 0 0 2px;*/
    color:#1c1c1c;
}
}

@media   (min-width: 784px) and (max-width: 989px)  {
.titleform{
	/*font-family: 'Marmelad', sans-serif;*/
    font-family: 'Times New Roman', Times, serif;
   /* text-shadow: #8a6d3b 0 0 2px;*/
    color:#1c1c1c;
}
}


/*Стили для правого блока при разрешении >1100px*/
@media  (min-width: 1100px){
	.vidget{
		margin-top: 5px;
		padding: 10px;
		background: #ebf0f8;
	   background: linear-gradient(to top, #ebf0f8, #f7f7f0);
		border-radius:0px 0px 5px 5px;
		/*height: 240px;*/
		border-bottom: 4px solid rgba(39, 68, 139, 1);
		box-shadow: 0px 4px 20px #dddddd;
	}
	.vidget1{
		margin-top: 5px;
		padding: 10px;
		background: #ebf0f8;
	   background: linear-gradient(to top, #ebf0f8, #f7f7f0);
		border-radius:0px 0px 5px 5px;
	   box-shadow: 0px 4px 20px #dddddd;
		border-bottom: 4px solid rgba(39, 68, 139, 1);
	}

	.titleform1{
		/*font-family: 'Marmelad', sans-serif;*/
		font-family: 'Times New Roman', Times, serif;
		font-size: 1.1rem;/*14px;*/
	   /* text-shadow: #8a6d3b 0 0 2px;*/
		color:#1c1c1c;
	}

	div#billing input[type="text"], div#billing input[type="password"] {
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 5px;
		width: 100%;
		border: 1px solid #bbb;
		box-shadow: 2px 2px 2px 0px #ddd inset;
		border-radius: 3px;
	}
}





@media (min-width: 960px) and (max-width: 1099px)  {
	.vidget{
		margin-top: 5px;
		padding: 10px;
		background: #ebf0f8;
	   background: linear-gradient(to top, #ebf0f8, #f7f7f0);
		border-radius:0px 0px 5px 5px;
		/*height: 240px;*/
		border-bottom: 4px solid rgba(39, 68, 139, 1);
		box-shadow: 0px 4px 20px #dddddd;
	}
	.vidget1{
		margin-top: 5px;
		padding: 10px;
		background: #ebf0f8;
	   background: linear-gradient(to top, #ebf0f8, #f7f7f0);
		border-radius:0px 0px 5px 5px;
	   box-shadow: 0px 4px 20px #dddddd;
		border-bottom: 4px solid rgba(39, 68, 139, 1);
	}
	#reg_auth>a>div#btn,  #reg_auth>.btntest{
		float: left;
		margin-right: 3%;
		margin-top: 5px;
		border-radius: 5px;
		padding: 0px 9px;
		font-size: 0.9em;
		background: linear-gradient(to top right, #a4c8ef, #27448b);
		text-shadow: #454545 0 0 2px;
		border-bottom: 4px solid rgba(39, 68, 139, 1);
	}

	.titleform1{
		/*font-family: 'Marmelad', sans-serif;*/
		font-family: 'Times New Roman', Times, serif;
		font-size:1rem; /*14px;*/
	   /* text-shadow: #8a6d3b 0 0 2px;*/
		color:#1c1c1c;
	}

	div#billing input[type="text"], div#billing input[type="password"] {
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 5px;
		width: 100%;
		border: 1px solid #bbb;
		box-shadow: 2px 2px 2px 0px #ddd inset;
		border-radius: 3px;
	}
}

@media  (min-width: 840px) and (max-width: 959px)  {
	.vidget{
		margin-top: 5px;
		padding: 10px;
		background: #ebf0f8;
	   background: linear-gradient(to top, #ebf0f8, #f7f7f0);
		border-radius:0px 0px 5px 5px;
		/*height: 240px;*/
		border-bottom: 4px solid rgba(39, 68, 139, 1);
		box-shadow: 0px 4px 20px #dddddd;
	}

	#reg_auth>a>div#btn, #reg_auth>.btntest{
		float: left;
		margin-right: 3%;
		margin-top: 5px;
		border-radius: 5px;
		padding: 0px 9px;
		font-size: 0.8em;
		background: linear-gradient(to top right, #a4c8ef, #27448b);
		text-shadow: #454545 0 0 2px;
		border-bottom: 4px solid rgba(39, 68, 139, 1);
	}

	.vidget1{
		margin-top: 5px;
		padding: 10px;
		background: #ebf0f8;
	   background: linear-gradient(to top, #ebf0f8, #f7f7f0);
		border-radius:0px 0px 5px 5px;
	   box-shadow: 0px 4px 20px #dddddd;
		border-bottom: 4px solid rgba(39, 68, 139, 1);
	}

	.titleform1{
		/*font-family: 'Marmelad', sans-serif;*/
		font-family: 'Times New Roman', Times, serif;
		font-size: 1rem;
	   /* text-shadow: #8a6d3b 0 0 2px;*/
		color:#1c1c1c;
	}

	div#billing input[type="text"], div#billing input[type="password"] {
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 5px;
		width: 100%;
		border: 1px solid #bbb;
		box-shadow: 2px 2px 2px 0px #ddd inset;
		border-radius: 3px;
	}
}

@media  (max-width: 839px){
	.vidget{
		margin-top: 5px;
		padding: 10px;
		background: #ebf0f8;
	   background: linear-gradient(to top, #ebf0f8, #f7f7f0);
		border-radius:0px 0px 5px 5px;
		/*height: 240px;*/
		border-bottom: 4px solid rgba(39, 68, 139, 1);
		box-shadow: 0px 4px 20px #dddddd;
	}
	#reg_auth>a>div#btn, #reg_auth>.btntest {
		float: left;
		margin-right: 3%;
		margin-top: 5px;
		border-radius: 5px;
		padding: 0px 9px;
		font-size: 0.6em;
		background: linear-gradient(to top right, #a4c8ef, #27448b);
		text-shadow: #454545 0 0 2px;
		border-bottom: 4px solid rgba(39, 68, 139, 1);
	}
	.vidget1{
		margin-top: 5px;
		padding: 10px;
		background: #ebf0f8;
	   background: linear-gradient(to top, #ebf0f8, #f7f7f0);
		border-radius:0px 0px 5px 5px;
	   box-shadow: 0px 4px 20px #dddddd;
		border-bottom: 4px solid rgba(39, 68, 139, 1);
	}

	.titleform1{
		/*font-family: 'Marmelad', sans-serif;*/
		font-family: 'Times New Roman', Times, serif;
		font-size: 14px;
	   /* text-shadow: #8a6d3b 0 0 2px;*/
		color:#1c1c1c;
	}

	div#billing input[type="text"], div#billing input[type="password"] {
		margin-top: 2px;
		margin-bottom: 5px;
		padding: 5px;
		width: 100%;
		border: 1px solid #bbb;
		box-shadow: 2px 2px 2px 0px #ddd inset;
		border-radius: 3px;
	}

}
/*Окончание стилей для правой части сайта*/

/*Стили для других элементов сайта*/
p {
    /* font-family: 'Marmelad', sans-serif; */
    font-family: 'Times New Roman', Times, serif;
    font-size: 0.75rem;
}

ul li {
    list-style: none;
}

@media (min-width:830px){
	.pagination {
	   /* display: inline;*/
		margin-bottom: 25px;
		margin-top: 5px;
		padding-left: 15px;
	}

	.pagination  li:first-child  a, .pagination  li:first-child  span {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		margin-left: 0;
	}

	.pagination  li:last-child  a, .pagination  li:last-child  span {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}

	.pagination  .active_page  a,.pagination  li  a:hover, .pagination  .active_page  span, .pagination  .active_page  a:hover, .pagination  .active_page  span:hover, .pagination  .active_page  a:focus, .pagination  .active_page  span:focus {
	   /* background-color: #FE980F;*/
		background: linear-gradient(to left, #a4c8ef, #27448b);
		border-color: #FE980F;
		color: #FFFFFF;
		cursor: default;
		z-index: 2;
	}




	.pagination  li  a, .pagination  li  span {
		background-color: #f0f0e9;
		border: 0;
		float: left;
		line-height: 1.42857;
		margin-left: -1px;
		padding: 6px 12px;
		position: relative;
		text-decoration: none;
		margin-right: 5px;
		color:#000;
	}
}


@media (min-width:550px) and (max-width:829px){
	.pagination {
	   /* display: inline;*/
		margin-bottom: 25px;
		margin-top: 5px;
		padding-left: 15px;
	}

	.pagination  li:first-child  a, .pagination  li:first-child  span {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		margin-left: 0;
	}

	.pagination  li:last-child  a, .pagination  li:last-child  span {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}

	.pagination  .active_page  a,.pagination  li  a:hover, .pagination  .active_page  span, .pagination  .active_page  a:hover, .pagination  .active_page  span:hover, .pagination  .active_page  a:focus, .pagination  .active_page  span:focus {
	   /* background-color: #FE980F;*/
		background: linear-gradient(to left, #a4c8ef, #27448b);
		border-color: #FE980F;
		color: #FFFFFF;
		cursor: default;
		z-index: 2;
	}




	.pagination  li  a, .pagination  li  span {
		background-color: #f0f0e9;
		border: 0;
		float: left;
		line-height: 1.42857;
		margin-left: -1px;
		padding: 4px 8px;
		position: relative;
		text-decoration: none;
		margin-right: 5px;
		color:#000;
	}
}



@media (max-width:549px){
	.pagination {
	   /* display: inline;*/
		margin-bottom: 25px;
		margin-top: 5px;
		padding-left: 15px;
	}

	.pagination  li:first-child  a, .pagination  li:first-child  span {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		margin-left: 0;
	}

	.pagination  li:last-child  a, .pagination  li:last-child  span {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}

	.pagination  .active_page  a,.pagination  li  a:hover, .pagination  .active_page  span, .pagination  .active_page  a:hover, .pagination  .active_page  span:hover, .pagination  .active_page  a:focus, .pagination  .active_page  span:focus {
	   /* background-color: #FE980F;*/
		background: linear-gradient(to left, #a4c8ef, #27448b);
		border-color: #FE980F;
		color: #FFFFFF;
		cursor: default;
		z-index: 2;
	}




	.pagination  li  a, .pagination  li  span {
		background-color: #f0f0e9;
		border: 0;
		float: left;
		line-height: 1.42857;
		margin-left: -1px;
		padding: 2px 5px;
		position: relative;
		text-decoration: none;
		margin-right: 5px;
		color:#000;
	}
}


/**Стили блока с текстом внутри спойлера**/
.spoiler-content{
display:none;  /**скрываем блок контента спойлера**/
padding:15px 20px; /**добавляем внутренний отступ**/
border:1px solid #ccc; /**рамка блока контента спойлера**/
margin-top:5px; /**отступ сверху**/
background:#F0F0F0; /**фон блока контента спойлера**/
}
/**Стили блока оборачивающего каждый блок**/
.spoiler-block{
margin-top:10px; 
}
/**Стили кнопки спойлера**/
.spoiler-title {
border:1px solid #B9B9B9;
background: #ccc;/**обычный фон для браузеров, которые не поддерживают градиент**/
background:linear-gradient(#CACACA, #E8E8E8);/**градиентный фон**/
padding:10px;/**внутренний отступ**/
text-decoration:none;/**убираем подчёркивание у ссылки**/
color:#000; /**цвет текста ссылки**/
display:block; /**делаем ссылку на всю ширину**/
}

/*стили личного кабинета*/

.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav > li {
    position: relative;
    display: block;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 9px;
}

/*.tab-content > .active {
    display: block;
}

.tab-content > .tab-pane {
    display: none;
}
.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}*/
.form-group {
    margin-bottom: 15px;
	float:left;
	width:100%;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    /* font-size: 0.9em; */
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.col-sm-4 {
    
	float:left;
	}


.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.row {
	float:left;
	
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}


.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}


.list-group-item > .badge {
    float: right;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px;
}

.fixed {
	
	position:fixed;
	top:0;
	opacity:0.97;
	z-index:1000;
	box-shadow: none;
    border-top: none;
	max-width:1920px;
}

.fixed:hover{
	opacity: 1;
}


#close {
    position: absolute;
    padding: 10px;
    cursor: pointer;
    outline: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-family: 'Suez One',serif;
    background-color: #f7f9fa;
    border: 2px solid #e7ebed;
    color: #343434;
	margin: 7% 45%;
}
/* 
#authNaselen {
	display:none;
} */


#authProm1,#authProm2 {
	display:none;
}
img.banki{

	margin-left: 27px;
	margin-right: 10px;
	width: 25%;
	margin-top: 7px;
}

/*конец стилей личного кабинета*/
.topmenu > li > a.homeimg {
 color:#27448b;
}

.topmenu > li > a:hover.homeimg {
 color:#e8622d;
}
/*The end*/

a.SubLook_a {
	
color:black;	
}

a:hover.SubLook_a {
color:#e8622d;;	
}

/* #arrowForward {
    position: fixed;
    bottom: 90px;
    right: 25%;
    opacity: 0.97;
    z-index: 1000;
    display:none;
    border: 4px;
    border-style: solid;
    border-color: #375598;
    background: #fdfdfd;
    padding: 9px 16px 7px 13px;
    border-radius: 50%;
    font-size: 2rem;
} */

/*#arrowBack {
    position: fixed;
    bottom: 90px;
    right: 35%;
    opacity: 0.97;
    z-index: 1000;
    display:none;
    border: 4px;
    border-style: solid;
    border-color: #375598;
    background: #fdfdfd;
    padding: 9px 16px 7px 13px;
    border-radius: 50%;
    font-size: 2rem;
}*/

/* #arrow {
    position: fixed;
    bottom: 90px;
    right: 30%;
    opacity: 0.97;
    z-index: 1000;
    display:none;
    border: 4px;
    border-style: solid;
    border-color: #375598;
    background: #fdfdfd;
    padding: 10px 12px;
    border-radius: 50%;
    font-size: 1.8rem;
} */



@media (min-width:785px){

	#arrows {    
		position: fixed;	
		bottom:50px;
		right:10%; 
	}
	
}

@media (max-width:784px) {
	#arrows {
		position: fixed;	
		bottom:40px;
		right:0%; 
	}
}



  
#arrow {
   /*  position: fixed;
    bottom: 90px;
    right: 30%; */
	margin:3px;
    opacity: 0.97;
    z-index: 1000;
    display: none;
    border: 2px;
    border-style: solid;
    border-color: #375598;
    background: #fdfdfd;
    padding: 8px 6px 8px 10px;
    border-radius: 50%;
    font-size: 1rem;
}


#arrowBack {
    /* position: fixed;
    bottom: 90px;
    right: 35%; */
	margin:3px;
    opacity: 0.97;
    z-index: 1000;
    display: none;
    border: 2px;
    border-style: solid;
    border-color: #375598;
    background: #fdfdfd;
    padding: 9px 10px 7px 10px;
    border-radius: 50%;
    font-size: 1rem;
}

#arrowForward {
   /*  position: fixed;
    bottom: 90px;
    right: 25%; */
	margin:3px;
    opacity: 0.97;
    z-index: 1000;
    display: none;
    border: 2px;
    border-style: solid;
    border-color: #375598;
    background: #fdfdfd;
    padding: 9px 6px 7px 12px;
    border-radius: 50%;
    font-size: 1rem;
}

#arrowBuffer {
   /*  position: fixed;
    bottom: 90px;
    right: 25%; */
	margin:3px;
    opacity: 0.97;
    z-index: 1000;
    display: inline;
	visibility:hidden;
    border: 2px;
    border-style: solid;
    border-color: #375598;
    background: #fdfdfd;
    padding: 9px 10px 7px 12px;
    border-radius: 50%;
    font-size: 1rem;
}

.topmenumobile > li {
	display:inline-block;	
}

.topmenumobile > li > a {
 /* font-weight: bold*/;
  font-weight: normal;
  padding: 0px 2px 0px 2px;
 /* font-size: 12px;*/
  font-size: 1em;
 /* text-transform: uppercase; */
 /* letter-spacing: 2px;*/
  letter-spacing: 0px;
  color: #1c1c1c;
}


.menu-bokovoe-mobile {
	width: 100%;
    /* max-width: 400px; */
    margin: 0px auto;
    list-style: none;
    padding: 0px;
}

.menu-bokovoe-mobile label, .menu-bokovoe-mobile a {
    position: relative;
    display: block;
    /* padding: 0px 18px 0px 18px; */
    background: #fcfcfc;
    font-family: 'Marmelad', sans-serif;
    /* font-family: 'Roboto Slab', serif; */
    color: #1c1c1c;
    box-shadow: 0px 4px 20px #dddddd;
    opacity: 0.9;
    /* border-radius: 0px 0px 5px 5px; */
    border-radius: 10px;
}


.menu-bokovoe-mobile li>a>div#btnMenu  {
    margin-top: 5px;
    border-radius: 5px;
    padding: 2px 0px 2px 8px;
    font-size: 1.1rem;
    /* text-shadow: #8a6d3b 0 0 2px; */
    border-bottom: 4px solid rgba(39, 68, 139, 1);
    padding: 5px 0px 5px 8px;
    color: white;
    border-radius: 10px;
	background: linear-gradient(to top right, #a4c8ef, #27448b);
}


.tab-content {
    background: rgba(230, 234, 243, 0.9);;
    opacity: 1;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}


.table-striped tr {
	text-align:center;
	}
	
.blockNews {
    margin: 0;
   /*  padding: 10px; */
    color: #333;
    line-height: 1.2;
    overflow: hidden;
   /*  background: #fff; */
   /*  box-shadow: 0 0 3px 3px #ccc; */
}

.blockNews .newsOne:first-child {
    padding-top: 0;
}
	
.blockNews .newsOne {
    padding: 5px 0 2px 0;
    overflow: hidden;
    border-bottom: 1px solid #80808070;
}

.blockNews .newsOne .leftNewsBlock {
    margin-top: 3px;
	margin-bottom: 0px;
    display: block;
    width: 130px;
    float: left;
    font-size: 0.8rem;
}	
.blockNews .newsOne .leftNewsBlock>a{
color: #703131;
}
.blockNews .newsOne .rightNewsBlock {
    margin-left: 140px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.blockNews .newsOne h3 {
    margin: 0 0 5px 0;
    text-align: left;
    font-size: 1rem;
	color:#333;
}	
.blockNews .newsOne h3>a {
    font-size: 1rem;
	color:#333;
}	

.blockNews .newsOne p.rightNewsBlock>a {
    text-align: justify;
	font-size:0.9rem;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#333;
}


#btnPlatezki{
	color: white;
    width: 150px;
    text-align: center;
    margin-right: 3%;
    margin-top: 5px;
    border-radius: 5px;
    padding: 0px 9px;
    font-size: 1.1em;
    background: linear-gradient(to top right, #ffffff, #d3cece);
    text-shadow: #454545 0 0 2px;
    border-bottom: 4px solid rgb(191, 191, 191);
}

#btnPlatezkiDel{
	cursor:pointer;
	color:white;
	width:150px;
	text-align:center;
	margin-right: 3%;
    margin-top: 5px;
    border-radius: 5px;
    padding: 0px 9px;
    font-size: 1.1em;
    background: linear-gradient(to top right, #a4c8ef, #27448b);
    text-shadow: #454545 0 0 2px;
    border-bottom: 4px solid rgba(39, 68, 139, 1);
}


#btnPlatezkiDel:hover{
	color:white;
	width:150px;
	text-align:center;
	margin-right: 3%;
    margin-top: 7px;
    border-radius: 5px;
    padding: 0px 9px;
    font-size: 1.1em;
    background: linear-gradient(to top right, #a4c8ef, #27448b);
    text-shadow: #454545 0 0 2px;
    border-bottom: 2px solid  rgba(217, 91, 72, 1);
}
#btnPlatezkiDel:active{
	color:white;
	width:150px;
	text-align:center;
	margin-right: 3%;
    margin-top: 9px;
    border-radius: 5px;
    padding: 0px 9px;
    font-size: 1.1em;
    background: linear-gradient(to top right, #a4c8ef, #27448b);
    text-shadow: #454545 0 0 2px;
    border-bottom: 0px solid rgba(39, 68, 139, 1);
}

#btnPlatezki.active{
	cursor:pointer;
	color:white;
	width:150px;
	text-align:center;
	margin-right: 3%;
    margin-top: 5px;
    border-radius: 5px;
    padding: 0px 9px;
    font-size: 1.1em;
    background: linear-gradient(to top right, #a4c8ef, #27448b);
    text-shadow: #454545 0 0 2px;
    border-bottom: 4px solid rgba(39, 68, 139, 1);
}

#btnPlatezki.active:hover{
	width:150px;
	text-align:center;
	margin-right: 3%;
    margin-top: 7px;
    border-radius: 5px;
    padding: 0px 9px;
    font-size: 1.1em;
    background: linear-gradient(to top right, #a4c8ef, #27448b);
    text-shadow: #454545 0 0 2px;
    border-bottom: 2px solid  rgba(217, 91, 72, 1);
}


#btnPlatezki.active:active{
	
	width:150px;
	text-align:center;
	margin-right: 3%;
    margin-top: 9px;
    border-radius: 5px;
    padding: 0px 9px;
    font-size: 1.1em;
    background: linear-gradient(to top right, #a4c8ef, #27448b);
    text-shadow: #454545 0 0 2px;
    border-bottom: 0px solid rgba(39, 68, 139, 1);
}	

#platezhkiEmail{
	margin-left:10px;
}

.platezhkiDiv>p{
	font-size:1rem;
	margin:0;
	padding:0;
}


.platezhkiDiv>p.itog{
	color:green;
}

.platezhkiDiv{
	background: rgba(230, 234, 243, 0.9);
    padding: 15px;
}

span.email {
	color:#0b03ff;
}

p.pitania {
	color:red;
}

#valid{
	color:red;
}

.accountSettingsBtn{
	cursor:pointer;
}

.contentAccountSettings{
	padding:20px 15px 20px 15px;
	color:white;
}
.changeDataDivWrap{
	padding:70px 15px 20px 15px;
	color:white;
}

.accountSettings, .changeDataDiv{
	position: fixed;
    top: 70px;
    border-radius: 15px;
    padding: 0%;
    border: 3px solid white;
    opacity: 1; 
    z-index: 1000;
    background: rgb(47, 47, 156);
    width: 70%;
    /* height: 500px; */
    left: 50%;
    margin-left: -35%;
    
    display: none;
}

.closeAccountSettings, .closeChangeDataDiv {
       position: absolute;
    /* padding: 10px; */
    top: 10px;
    right: 10px;
    cursor: pointer;
    outline: none;
    width: 30px;
    height: 30px;
    border-radius: 20%;
    font-family: 'Suez One',serif;
    background-color: #f7f9fa;
    /* border: 2px solid #e7ebed; */
    color: #343434;
    /* margin: 1% 45%; */
}

.closeAccountSettings:hover, .closeChangeDataDiv:hover {
       position: absolute;
    /* padding: 10px; */
    top: 10px;
    right: 10px;
    cursor: pointer;
    outline: none;
    width: 30px;
    height: 30px;
    border-radius: 20%;
    font-family: 'Suez One',serif;
    background-color: #f7f9fa;
    border: 2px solid red;
    color: red;
    /* margin: 1% 45%; */
}




.btnZminaEmail, .btnZminaPass, .btnZminaPokaz{
	cursor: pointer;
    color: #001e54;
    width: 150px;
    text-align: center;
    margin-right: 3%;
    margin-top: 15px;
    border-radius: 5px;
    padding: 0px 9px;
    font-size: 1.1em;
    background: linear-gradient(to top right, #e3eef9, #044af5);
    text-shadow: #454545 0 0 2px;
    border-bottom: 4px solid rgb(255, 255, 255);
	
}

.btnZminaEmail:hover, .btnZminaPass:hover,  .btnZminaPokaz:hover{
	cursor: pointer;
    color: #001e54;
    width: 150px;
    text-align: center;
    margin-right: 3%;
    margin-top: 17px;
    border-radius: 5px;
    padding: 0px 9px;
    font-size: 1.1em;
    background: linear-gradient(to top right, #e3eef9, #044af5);
    text-shadow: #454545 0 0 2px;
    border-bottom: 2px solid rgba(217, 91, 72, 1);
	
}

.btnZminaEmail:active, .btnZminaPass:active, .btnZminaPokaz:active{
	cursor: pointer;
    color: #001e54;
    width: 150px;
    text-align: center;
    margin-right: 3%;
    margin-top: 19px;
    border-radius: 5px;
    padding: 0px 9px;
    font-size: 1.1em;
    background: linear-gradient(to top right, #e3eef9, #044af5);
    text-shadow: #454545 0 0 2px;
    border-bottom: 0px solid rgba(217, 91, 72, 1);
	
}


@media (min-width:855px){
    #passwordOld, #passwordNew, #passwordNewR, #zminaEmail
	{
		height: 30px;
		width: 345px;
		font-size: 1rem;
		margin-left: 230px;
		margin-top: 10px;
		border-left: 1px solid #ABABAB;
		border-top: 1px solid #ABABAB;
		border-right: 1px solid #DDDDDD;
		border-bottom: 1px solid #DDDDDD;
		padding-left: 5px;
	}
	
	.labelSetting{
		font-size: 0.8rem;
		position: absolute;
		margin-top: 7px;
	}
	
	.contentAccountSettings p{
		font-size:1rem;
	}
	
	.accountSettings, .changeDataDiv{
		position: fixed;
		top: 70px;
		border-radius: 15px;
		padding: 0%;
		border: 3px solid white;
		opacity: 1;
		z-index: 1000;
		background: rgb(47, 47, 156);
		width: 70%;
		height: 500px;
		min-height: 250px;
		left: 50%;
		margin-left: -35%;
		overflow-y: auto;
		display: none;
	}
}
@media (min-width:401px) and (max-width:854px){
	.labelSetting {
		font-size: 0.8rem;
		width: 100%;
		/* position: absolute; */
		margin-top: 7px;
	}
	
	#passwordOld, #passwordNew, #passwordNewR, #zminaEmail {
		height: 30px;
		width: 100%;
		font-size: 1rem;
		/* margin-left: 230px; */
		margin-top: 10px;
		border-left: 1px solid #ABABAB;
		border-top: 1px solid #ABABAB;
		border-right: 1px solid #DDDDDD;
		border-bottom: 1px solid #DDDDDD;
		padding-left: 5px;
	}
	.contentAccountSettings p{
		font-size:0.8rem;
	}
	
	.accountSettings, .changeDataDiv{
		position: fixed;
		top: 40px;
		border-radius: 15px;
		padding: 0%;
		border: 3px solid white;
		opacity: 1;
		z-index: 1000;
		background: rgb(47, 47, 156);
		width: 95%;
		height: 400px;
		left: 5%;
		margin-left: -2.5%;
		overflow-y: auto;
		display: none;
	}
}
@media (max-width:400px) {
	.labelSetting {
		font-size: 0.6rem;
		width: 100%;
		/* position: absolute; */
		margin-top: 7px;
	}
	
	#passwordOld, #passwordNew, #passwordNewR, #zminaEmail {
		height: 20px;
		width: 100%;
		font-size: 0.8rem;
		/* margin-left: 230px; */
		/* margin-top: 10px; */
		border-left: 1px solid #ABABAB;
		border-top: 1px solid #ABABAB;
		border-right: 1px solid #DDDDDD;
		border-bottom: 1px solid #DDDDDD;
		padding-left: 5px;
	}
	.contentAccountSettings p{
		font-size: 0.65rem;
		margin: 10px 0 0 0;
	}
	.accountSettings, .changeDataDiv{
		position: fixed;
		top: 30px;
		border-radius: 15px;
		padding: 0%;
		border: 3px solid white;
		opacity: 0.99;
		z-index: 1000;
		background: rgb(47, 47, 156);
		width: 95%;
		overflow-y: scroll;
		height: 500px; 
		left: 5%;
		margin-left: -2.5%;
		display: none;
	}
	
}


.blockNews .newsOne .rightNewsBlock .news-anchor {
	color:#28458c;
}

.blockNews .newsOne .rightNewsBlock .news-anchor:hover{
	color:red;
	
} 

.ogoloshenia_p{
	font-size:0.9rem;
	margin:0;
	text-indent: 1em;
}
.ogoloshenia_p_page{
	font-size:1.1rem;
	text-indent: 3em;
	text-align:justify;
}
.ogoloshenia-leftNewsBlock {
    margin-top: 3px;
    margin-bottom: 0px;
    display: block;
    width: 130px;
    float: left;
    font-size: 0.8rem;
	color: #703131;
}

.ogoloshenia-leftNewsBlock>a {
    color: #703131;
}

.ogoloshenia-rightNewsBlock{
	margin-left: 140px;
    margin-bottom: 0px;
    margin-top: 0px;
	
}

.ogoloshenia-rightNewsBlock>a, .ogoloshenia-rightNewsBlock>p.ogoloshenia_p>a{
	color:#000;
}
.ogoloshenia-rightNewsBlock>p.ogoloshenia_p>a.news-anchor, .adress-komerc-oblik{
	color:#28458c;
}
.ogoloshenia-rightNewsBlock>p.ogoloshenia_p>a.news-anchor:hover,.adress-komerc-oblik:hover{
	color:red;
}
.ogoloshenia{
	    border-bottom: 1px solid #80808070;
		margin-bottom:5px;
		overflow: hidden;
}

.d-table{
  display: table;
  width: 100%;
  border-collapse: collapse;
  min-width:700px;
}
.d-tr{
  display: table-row;
}
.d-td{
  display: table-cell;
  text-align: center;
  border: none;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.d-td:not(.no-p){
  padding: 4px;
}

#firstColumn{
	width:100px;
}
#secondColumn{
	width:300px;
}
#thirdColumn{
	width:150px;
}
#fourColumn{
	width:150px;
}
.conteiner-table{
	overflow-x: auto;
}

.restoreH{
	font-size:1.3rem;
	font-weight:700;
	
}
.restoreRed{
	font-size:1.2rem;
	font-weight:700;
	color:red;
	
}
.restoreEmail{
	font-size:1.3rem;
	font-weight:700;
	color:red;
}
.restoreText{
	font-size:1.3rem;
	font-weight:300;
}
.restoreBlue{
	font-size:1.3rem;
	font-weight:600;
	Color:Blue;
}
.form-group label{
	font-size:1.1rem;
	font-weight:700;
	padding-bottom: 5px;
}

.tooltip span, .tooltipChange span {
    /* visibility: hidden; */
    display: none;
    position: absolute;
    bottom: 25px;
    left: 0%;
    z-index: 999;
    color: red;
    /* width: 10px; */
    /* margin-left: -127px; */
    padding: 5px;
    border: 2px solid red;
    opacity: .9;
    background-color: #fff;
    width: 100%;
    font-size: 0.8rem;
    background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    text-shadow: 0 1px 0 rgba(255,255,255,.4);
}

.error_div{
	color:red;
	font-weight:700;
	font-size:1.2rem;
}