/*
* {
	margin: 0;
	padding: 0;
}
*/

body{
		margin: 0;
	padding: 0;
}

p {word-wrap:break-word;}

html,body {
	width: 100%;
	height: 100%;
}

body {
	/*background: #373e47 url("images/bg.jpg") repeat;*/
	background: #ececed;
	font-family: Arial;
	font-size: 12px;
	color: #e4e4e4;
	line-height: 18px;
	/*text-shadow: 0 1px 0 rgba(0,0,0,0.75);*/
}
/*
::selection {
	background-color: #a45f93;
	color: white;
	text-shadow: none;
}

::-moz-selection {
	background-color: #a45f93;
	color: white;
	text-shadow: none;
}

*/
/*
a {
	color: #ff8de3;
	text-decoration: underline;
}*/

p {
	margin-bottom: 10px;
}

h1,h2,h3,h4,h5,h6 {
	color: white;
	line-height: normal;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
	margin-top: 15px;
}

h3 {
	font-size: 14px;
}

h1+p,h2+p,h3+p {
	margin-top: 3px;
}

a img {
	border: none;
	outline: none;
}

ul,ol,dl {
	margin: 0 0 0 30px;
}
/*
dt {
	font-weight: bold;
}*/

dd {
	font-style: italic;
}

input,button,textarea {
	display: inline-block;
}

input[type=text],input[type=password],textarea,select {
	padding: 5px;
	height: auto;
	border: 1px solid white;
	background-color: #f0f0f0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
}

input[type=text],textarea,button {
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}



input[type=checkbox],input[type=radio] {
	margin: 3px 5px 0 0;
	float: left;
}
/*
input[type=text] {
	width: 200px;
}

input[type=password] {
	width: 200px;
}*/

/*select {
	width: 210px;
}*/

/*textarea {
	width: 300px;
	height: 100px;
}*/

/*label {
	display: block;
	vertical-align: middle;
	color: #ebd4e5;
	color: black;
}*/

/*input:focus,textarea:focus,select:focus {
	outline: none;
	box-shadow: none;
	background-color: white;
}*/

input:-moz-placeholder {
  color: #9c9c9c;
  color: black;
}

input::-webkit-input-placeholder {
  color: #9c9c9c;
  color: black;
}

button {
	cursor: pointer;
	color: white;
	color: black;
	font-size: 12px;
	background-color: #a45f93;
	background-repeat: no-repeat;
    background-image: -ms-linear-gradient(top, #b76da5, #a45f93);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b76da5), to

(#a45f93));
    background-image: -webkit-linear-gradient(top, #b76da5, #a45f93);
    background-image: -o-linear-gradient(top, #b76da5, #a45f93);
    background-image: linear-gradient(top, #b76da5, #a45f93);
    background-image: -moz-linear-gradient(top, #b76da5, #a45f93);
	filter: progid:dximagetransform.microsoft.gradient

(startColorstr='#b76da5', endColorstr='#a45f93', GradientType=0);
	border: none;
	padding: 8px 20px 9px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3), inset 0 1px 0 rgba

(255,255,255,0.5);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.3), inset 0 1px 0 rgba

(255,255,255,0.5);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.3), inset 0 1px 0 rgba

(255,255,255,0.5);
	text-shadow: none;
	height: auto;
}

button:hover {
	background-position: 0 -15px;
}

*:first-child+html button {
	width: 90px;
	height: 35px;
}

.row {
	overflow: hidden;
	margin: 10px 0;
	padding: 3px 0;
}

.col {
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
/*
table.bordered {
	margin: 10px 0;
	padding: 0;
	border-collapse: separate;
	*border-collapse: collapse;
	border: 1px solid #292e35;
	width: 100%;
	background-color: #373e47;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-spacing: 0;
}

table.bordered th, table.bordered td {
	padding: 5px;
	vertical-align: top;
	border-left: 1px solid #4c545e;
}

table.bordered td {
	border-top: 1px solid #4c545e;
}

table.bordered thead tr th:first-child,
table.bordered tbody tr td:first-child {
	border-left: none;
}

table.bordered th {
	background-color: #292e35;
	text-align: left;
	font-weight: bold;
	color: white;
}

table.bordered tbody tr:hover {
	background-color: #2e333b;
}

table.bordered thead tr:first-child th:first-child {
	border-radius: 3px 0 0 0;
	-webkit-border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0 0;
}

table.bordered thead:first-child th:last-child {
	border-radius: 0 3px 0 0;
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
}

table.bordered tbody tr:last-child td:first-child {
	border-radius: 0 0 0 3px;
	-webkit-border-radius: 0 0 0 3px;
	-moz-border-radius: 0 0 0 3px;
}

table.bordered tbody tr:last-child td:last-child {
	border-radius: 0 0 3px 0;
	-webkit-border-radius: 0 0 3px 0;
	-moz-border-radius: 0 0 3px 0;
}*/

.wrapper {
	width: 980px;
	padding: 0 10px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	
}
/*Шапка*/
.header {
	padding-top: 0px;
	margin-bottom: 5px;
}

.headerContent {
	box-shadow: 0 3px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 2px rgba(0,0,0,0.3);
	background-color: #0000FF;
	background-repeat: no-repeat;
    background-image: -ms-linear-gradient(top, #f2f2f2, #e4e4e4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to

(#e4e4e4));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e4e4e4);
    background-image: -o-linear-gradient(top, #f2f2f2, #e4e4e4);
    background-image: linear-gradient(top, #f2f2f2, #e4e4e4);
    background-image: -moz-linear-gradient(top, #f2f2f2, #e4e4e4);
	filter: progid:dximagetransform.microsoft.gradient

(startColorstr='#f2f2f2', endColorstr='#e4e4e4', GradientType=0);
	height: 33px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 10px;
	
}

.logo {
	display: inline-block;
	float: left;
	font-weight: bold;
}

.logo a {
	text-decoration: none;
	font-size: 24px;
	text-shadow: 0 1px 0 black;
	color: #373e47;
	padding-left: 10px;
}

.logo a:hover {
	color: #a45f93;
}

*:first-child+html .logo a {
	line-height: normal;
}

.pink {
	color: #a45f93;

}

.logo a:hover .pink {
	color: #373e47;
	
}

.gray {
	color: #8b95a4;
	font-size: 18px;
	
}

/*Навигация*/
ul.nav {
	margin: 0;
	padding: 3px 0 0 0;
	overflow: hidden;
	float: right;
}

ul.nav li {
	float: left;
	list-style: none;
	padding: 0;
}

.hr14541 {
	margin: 0px;
}



ul.nav li a {
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 0 30px;
	display: block;
	color: #143567;
	color: black;
	/*text-shadow: 0 1px 0 black;*/
}

ul.nav li a.active {
	color: #a45f93;
	color: black;
}

ul.nav li a:hover {
	color: #a45f93;
	color: black;
}
/*Контент*/
.content {
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #67707d;
	background-color: #475363;
	background-color: rgba(87,103,127,0.5);
	overflow: hidden;
                min-height:500px;

}

*:first-child+html .content {
	background-color: #475363;
}
/*Левая колонка*/
.leftCol {
	float: left;
	margin-right: 10px;
	width: 220px;
}

ul.leftNav {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #373e47;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.3), inset 0 2px 1px rgba

(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3), inset 0 2px 1px 

rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3), inset 0 2px 1px 

rgba(0,0,0,0.3);
}

ul.leftNav li {
	list-style: none;
}

ul.leftNav li a {
	color: #e4e4e4;
	color: black;
	text-decoration: none;
	padding: 8px 10px 8px 30px;
	display: block;
	border-top: 1px solid #4c545e;
	/*background: url("images/arrow-right.png") 13px 50% no-repeat;*/
	background-color: white;
}

ul.leftNav li:first-child a {
	border-top: none;
}

ul.leftNav li a:hover {
	background-color: #C1C1C1;
}

ul.leftNav li:first-child a {
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}

ul.leftNav li:last-child a {
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
}

.block {
	margin: 0 0 20px 0;
	background-color: white;
	color: black;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.3), inset 0 2px 1px rgba

(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3), inset 0 2px 1px 

rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3), inset 0 2px 1px 

rgba(0,0,0,0.3);
}

.block>h3 {
	padding: 8px 10px 0;
}

.block p {
	margin: 0;
	padding: 10px 10px 0;
}

.block a.more {
	padding-bottom: 10px;
	display: block;
}

.main {
	overflow: hidden;
}

.main img {
	margin-right: 15px;
	/*border: 10px solid #697689;*/
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.main img:hover {
	/*border: 10px solid #a45f93;*/
}
/*Подвал*/
.footer {

}

.footer p {
	text-align: center;
}












































.button15 {
  display: inline-block;
  font-family: arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: rgb(68,68,68);
  text-decoration: none;
  user-select: none;
  padding: .2em 1.2em;
  outline: none;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 2px;
  background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
  transition: all .218s ease 0s;
  background:#4c77a4;
  color:#ffffff;
}
.button15:hover {
  color: rgb(24,24,24);
  border: 1px solid rgb(198,198,198);
  background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.button15:active {
  color: rgb(51,51,51);
  border: 1px solid rgb(204,204,204);
  background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb

(224,224,224));
  box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}



.button_standard{
display:inline-block;
font-family: Times New Roman, arial,sans-serif;
font-weight: bold;
font-size:16px;
text-decoration:none;
outline:none;
user-select:none;
margin:7px;
padding:7px;
background:#004DFF;
color:white;
border-radius:7px;
}

.button_standard_2{
display:inline-block;
font-family:Times New Roman, arial,sans-serif;
font-weight:bold;
font-size:16px;
text-decoration:none;
outline:none;
user-select:none;
margin:7px;
padding:7px;
background:black;
color:white;
border-radius:7px;
}

.button_standard_3{
display: inline-block;
font-family:Times New Roman, arial,sans-serif;
font-weight:bold;
font-size:16px;
text-decoration:none;
outline:none;
user-select:none;
margin:7px;
padding:7px;
background:black;
color:white;
border-radius:7px;

}


.stena {

font-size:14px;
width: 96%;
color: #e4e4e4;
	text-decoration: none;
	padding: 2%;
	/*display: block;*/
display:inline-block;
	/*border-top: 10px solid #4c545e;*/
	color: black;
	/*background: url("images/arrow-right.png") 13px 50% no-repeat;*/




}


p {
	margin: 5px;
}


* {
/*color: black;*/

}














































































































.box_controls .flat_button.secondary, .flat_button.secondary.button_light {background-color: transparent;color: #2a5885;}
.button_blue button, .button_gray button, .button_light_gray button, .flat_button {
    padding: 7px 16px 8px;
    margin: 0;
    font-size: 12.5px;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Open Sans,Helvetica Neue,sans-serif;
    vertical-align: top;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    background: none;
    background-color: #5e81a8;
    color: #fff;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
}

.button15152{
  display: inline-block;
  font-family: arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: rgb(68,68,68);
  text-decoration: none;
  user-select: none;
  padding: .2em 1.2em;
  outline: none;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 2px;
  background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
  transition: all .218s ease 0s;
  background:#4c77a4;
  color:#ffffff;
}










.button15 {
  display: inline-block;
  font-family: arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: rgb(68,68,68);
  text-decoration: none;
  user-select: none;
  padding: .2em 1.2em;
  outline: none;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 2px;
  background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
  transition: all .218s ease 0s;
  background:#4c77a4;
  color:#ffffff;
}
.button15:hover {
  color: rgb(24,24,24);
  border: 1px solid rgb(198,198,198);
  background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.button15:active {
  color: rgb(51,51,51);
  border: 1px solid rgb(204,204,204);
  background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
  box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}


a.button7 {
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background: rgb(64,199,129);
  box-shadow: 0 -3px rgb(53,167,110) inset;
  transition: 0.2s;
} 

textarea {width: 90%; height: auto;  min-height:100px; resize: none; margin: 10px 0px 0px 0px;  rows:100%; cols:100%;} 


a.button7:hover { background: rgb(53, 167, 110); }
a.button7:active {background: rgb(33,147,90);box-shadow: 0 3px rgb(33,147,90) inset;}
.chel{font-size: 16px;font-weight:bold;width:350px;color:#025e73;}
.chel2{color:black;color:#65686c;}
.chel3{font-size: 16px;font-weight:bold;color:#025e73;}
.cheladmin{font-size: 16px;font-weight:bold;width:350px;color:#0AFF1C;}
.stranica2 {background:#ececed; position:absolute;margin:200px; }
.stranica3 {background:#ececed; position:absolute;margin:10px; }


input[type="text"] {
   border: 1px solid #cccccc; //цвет рамки
   border-radius: 3px; //закругление углов (общее)
   -webkit-border-radius: 3px; //закругление углов (Google Chrome)
   -moz-border-radius: 3px; //закругление углов (FireFox)
   -khtml-border-radius: 3px; //закругление углов (Safari)
   background: #ffffff !important; // желательно прописывать, так как в Chrome при сохранных данных оно может быть желтым
   outline: none; // удаляет обводку в браузерах хром(желтая) и сафари(синяя)
   height: 50px; // высота на свое усмотрение
   width: 120px; // ширина на свое усмотрение
   color: #cccccc; //цвет шрифта в обычном состоянии
   font-size: 11px; // Размер шрифта
   font-family: Tahoma; // Стиль шрифта
   padding:5px;
}

input[type="password"] {
   border: 1px solid #cccccc; //цвет рамки
   border-radius: 3px; //закругление углов (общее)
   -webkit-border-radius: 3px; //закругление углов (Google Chrome)
   -moz-border-radius: 3px; //закругление углов (FireFox)
   -khtml-border-radius: 3px; //закругление углов (Safari)
   background: #ffffff !important; // желательно прописывать, так как в Chrome при сохранных данных оно может быть желтым
   outline: none; // удаляет обводку в браузерах хром(желтая) и сафари(синяя)
   height: 50px; // высота на свое усмотрение
   width: 120px; // ширина на свое усмотрение
   color: #cccccc; //цвет шрифта в обычном состоянии
   font-size: 11px; // Размер шрифта
   font-family: Tahoma; // Стиль шрифта
   padding:5px;
}



select{padding: 5px;}
input{padding: 7px;}
textarea{padding: 7px;}




 ul{padding: 0; margin: 0; /* Убираем отступы у списка */}

.data {font-size:12px; color:black;}
.data2 {font-size:14px; color:black;}
.newpost {padding:5px;color: #000000;text-align: center;background:white;border-radius:10px;box-shadow: 0 0 10px rgba(0,0,0,0.5);}
.newpost:hover{color: #800000;background: #f3bd48;}
.newpost a {display: block;text-align: center;}

textarea {width: 90%; height: auto;  min-height:100px; resize: none; margin: 10px 0px 0px 0px;  rows:100%; cols:100%;} 







































































































a.button7 {
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background: rgb(64,199,129);
  box-shadow: 0 -3px rgb(53,167,110) inset;
  transition: 0.2s;
} 

a.button7:hover { background: rgb(53, 167, 110); }
a.button7:active {background: rgb(33,147,90);box-shadow: 0 3px rgb(33,147,90) inset;}
.chel{font-size: 16px;font-weight:bold;width:350px;color:#025e73;}
.chel2{color:black;color:#65686c;}
.chel3{font-size: 16px;font-weight:bold;color:#025e73;}
.cheladmin{font-size: 16px;font-weight:bold;width:350px;color:#0AFF1C;}
.stranica2 {background:#ececed; position:absolute;margin:200px; }
.stranica3 {background:#ececed; position:absolute;margin:10px; }
.chel4{font-weight:bold;color:#0000FF;}


.dlaindexphp_vhod {
width:300px; 
height:auto; 
float:left; 
border-radius:10px; 
margin-bottom:20px; 
background:white;
box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
width:250px;
padding:20px;
font-size: 14px;
margin:20px;
margin:auto;
padding:20px;
}
.dlaindexphp_vhod2{background:white;width:auto;margin:30px;padding:auto;}

.registr{margin:50px;text-decoration:none;}











input[type="text"] {
   border: 1px solid #cccccc; //цвет рамки
   border-radius: 3px; //закругление углов (общее)
   -webkit-border-radius: 3px; //закругление углов (Google Chrome)
   -moz-border-radius: 3px; //закругление углов (FireFox)
   -khtml-border-radius: 3px; //закругление углов (Safari)
   background: #ffffff !important; // желательно прописывать, так как в Chrome при сохранных данных оно может быть желтым
   outline: none; // удаляет обводку в браузерах хром(желтая) и сафари(синяя)
   height: 50px; // высота на свое усмотрение
   width: 120px; // ширина на свое усмотрение
   color: #cccccc; //цвет шрифта в обычном состоянии
   font-size: 11px; // Размер шрифта
   font-family: Tahoma; // Стиль шрифта
   padding:5px;
}

input[type="password"] {
   border: 1px solid #cccccc; //цвет рамки
   border-radius: 3px; //закругление углов (общее)
   -webkit-border-radius: 3px; //закругление углов (Google Chrome)
   -moz-border-radius: 3px; //закругление углов (FireFox)
   -khtml-border-radius: 3px; //закругление углов (Safari)
   background: #ffffff !important; // желательно прописывать, так как в Chrome при сохранных данных оно может быть желтым
   outline: none; // удаляет обводку в браузерах хром(желтая) и сафари(синяя)
   height: 50px; // высота на свое усмотрение
   width: 120px; // ширина на свое усмотрение
   color: #cccccc; //цвет шрифта в обычном состоянии
   font-size: 11px; // Размер шрифта
   font-family: Tahoma; // Стиль шрифта
   padding:5px;
}


.link {margin:0px;}
a {text-decoration:none;} 
.sbode {margin:0px;}
.stranica {background:#ececed; position:absolute;width:40%;min-width:50%; }
.sbode{margin: 0px 0px 0px 0px; padding-top:10px}
select{padding: 5px;}
input{padding: 7px;}
textarea{padding: 7px;}


hr{border: none; color: black; background-color: black;height: 1px;}




.menu12{

margin:0px;
background:#ececed;
padding:5px;
/*width:180px;*/
/*width:150px;*/
/*min-width:50%;*/
min-width:50%;
height:auto;
text-align:left;
font-weight:bold;
color:#025e73;
width:10%;
min-width:12%;
max-width:15%; 

max-width:200px; 

float:left; 
padding:5px 5px 5px 5px; 
margin:0px 0px 0px 0px;
color:#025e73;
list-style: none;
}
.menu12 a{display: block;margin-bottom: -1px;padding: 5px 5px;text-decoration: none;}
.menu12 a:hover{color:#025e73;background:#DEE3EA;}
.menu12 a{color:#025e73;display:block;text-align:left;}





.namesite{

margin:0px;
background:#4c77a4;
padding:5px;
/*width:180px;*/
/*width:150px;*/
/*min-width:50%;*/
min-width:50%;
height:auto;
text-align:left;
font-weight:bold;
color:green;
width:10%;
min-width:12%;
max-width:15%; 
max-width:200px; 
float:left; 
padding:5px 5px 5px 5px; 
margin:0px 0px 0px 0px;
list-style: none;
width:auto;
height:30px;
margin:0px; padding:15px 15px 15px 50px;
min-width:100px;
}
.namesite a{display: block;margin-bottom: -1px;padding: 5px 5px;text-decoration: none;}
.namesite a:hover{color:#025e73;background:#DEE3EA;}
.namesite a{color:green;display:block;text-align:left;}


#header{background:#4c77a4; width:auto; height:30px; margin:0px; padding:15px 15px 15px 50px; min-width:700px;}








.img_circumference100px{margin:5px;  border-radius: 100px 100px 100px 100px; - webkit-border-radius: 100px 100px 100px 100px;-moz-border-radius: 100px 100px 100px 100px;}
.img_circumference25px{ width: 25px; height: 25px; margin:2px;  border-radius: 25px 25px 25px 25px; -webkit-border-radius: 25px 25px 25px 25px; -moz-border-radius: 25px 25px 25px 25px;}

.img_ci{align:left; margin-right:10px;}
/*.img_ci{float:left; margin-right:10px;}*/





p {word-wrap:break-word;}























/*оформление параграфов*/

#page{
width:960px;
margin:0 auto;
padding: 20px;
line-height: 30px;
}
.strong-red{
font-weiht:bolder;
color:red;
}
.light-blue{
font-weiht:lighter;
color:blue;
}

#navigation{height: 65px;}
#navigation ul li{float: left;position: relative;}
#navigation ul li a{
color: #fff;
padding: 0 10px;
font-family: "cuprun", sans-serif;
text-decoration: none;
line-height: 65px;
display: block;
height: 65px;
}
#navigation ul li a:hover{
background:rgba(183, 43, 43, 0.72);
/*text-decoration: underline;*/
}
#navigation .dropdown {
    position: absolute;
    top: 100%;
    width: 150px;
background: #575757;
display: none;
}
#navigation li:hover .dropdown {display: block;}
#navigation .dropdown li{width: 100%;height: 45px;}
#navigation .dropdown li a{line-height: 45px;height: 45px;}



.dsgd12{margin:5px; padding:7px; background: #3498db; color:black;}


.left_count00{margin:0px; padding:2px; background: #3498db; color:black;}

.left_count002{margin:0px 2px 0px 2px; padding:2px; background: #3498db; color:black;}

.left_count003{margin:2px; padding:2px; background: #3498db; color:black;}

.img18092017{margin:5px;  border-radius: 100px 100px 100px 100px; - webkit-border-radius: 100px 100px 100px 100px;
-moz-border-radius: 100px 100px 100px 100px;}


.knopka0001{
  margin:5px; 
  padding:7px;
  background: #3498db; 
  color:black;
}

.bot_gim_templates{display:inline-block;
outline: 2px solid black;
border: 5px solid #fff;
border-radius: 10px;
width: 98.3%;}