.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.popup {
  position: fixed;
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  overflow-y: scroll;
  background: rgba(1, 1, 1, 0.7);
  z-index: 11;
  display: none;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  -webkit-transform: none;
          transform: none;
}
.vh{
	visibility: hidden;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #f5f5f5;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: "Arial";
  font-size: 14px;
  color: #000;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table,
iframe{
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: "Arial";
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
button:hover,
input[type='submit']:hover {
  opacity: .8;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  width: 1136px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header {
  background: #fff;
  z-index: 8!important;
  -webkit-box-shadow: rgba(1, 1, 1, 0.2) 0 0 10px;
          box-shadow: rgba(1, 1, 1, 0.2) 0 0 10px;
  padding: 15px 0;
}
.logo{
  font-size: 16px;
  position: relative;
  line-height: 43px;
  width: 190px;
  height: 43px;
  overflow: hidden;
}

.logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 43px;
}
.header .date {
  font-size: 15px;
  color: #3d3d3d;
  line-height: 19px;
  padding-top: 5px;
  margin-left: -160px;
}
.header .date span {
  font-weight: 600;
}
.header ul {
  padding-top: 15px;
}
.header ul li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.header ul li:last-child {
  margin-right: 0;
}
.header ul li:hover .sub {
  display: block;
}
.header ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #3d3d3d;
}
.header ul li a:hover {
  color: #a11721;
}
.header ul li a .fa {
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
.header ul li .sub {
  padding-top: 15px;
  position: absolute;
  top: 100%;
  right: -10px;
  display: none;
}
.header ul li ul{
	display:none
}
.header ul li .sub ul {
  padding: 10px 0;
  background: #fff;
  position: relative;
  z-index: 2;
  width: 220px;
  -webkit-box-shadow: rgba(1, 1, 1, 0.2) 0 0 10px;
          box-shadow: rgba(1, 1, 1, 0.2) 0 0 10px;
		  display:block;
}
.header ul li .sub ul:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100%;
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.header ul li .sub ul li {
  display: block;
  margin: 0;
}
.header ul li .sub ul li a {
  display: block;
  padding: 8px 20px;
}
.header ul li .sub ul li a:hover {
  background: #a11721;
  color: #ffffff;
}
.header .menu-button {
  cursor: pointer;
  font-size: 24px;
  color: #a11721;
  margin-top: 10px;
  display: none;
}
.site-map {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.site-map.inner .map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.site-map.inner .map .item {
  display: none;
}
.site-map.inner .content {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: auto;
}
.site-map .map {
  height: 560px;
  position: relative;
	background:url('img/mapshow.png') center center no-repeat;
}
.site-map .map.mobclick{
	background:url('img/mobmapshow.png') center center no-repeat;
	cursor:pointer;
}
.site-map .map .item {
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  z-index: 3;
  text-align: center;
}
.site-map .map .item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding-top: 100%;
  background: #a11721;
  border-radius: 50%;
}
.site-map .map .item span {
  position: relative;
  padding: 5px;
}
.site-map .content {
   position: absolute;
   width: 100%;
   left: 0;
   bottom: 0;
   background: rgb(255 255 255);
   cursor: pointer;
   border-bottom: 1px solid #e5e5e5;
   border-top: 1px solid #e5e5e5;
}
.site-map .content .item {
   width: 33%;
   padding: 20px 5px;
   text-align: center;
   color: #737584;
   border-left: 1px solid #e5e5e5;
   font-size: 14px;
   line-height: 24px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   font-weight: 700;
}
.site-map .content .item:last-child{
  border-right: 1px solid #e5e5e5;
}
.site-map .content .item .olivedrab {
  color: olivedrab;
}
.site-map .content .item .red {
  color: firebrick;
}
.site-map .content .item .green {
  color: limegreen;
}
.site-map .content .item .dodgerblue{
  color: dodgerblue;
}
.site-map .content .item .small {
  font-size: 12px;
  font-weight: normal;
}
.site-map .content .item .big {
  font-size: 31px;
  line-height: 1.5;
  display: block;
  letter-spacing: -1.2px;
}
.site-left-col {
  width: 61.5%;
}
.index-stats {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px 25px;
  margin-bottom: 30px;
  border-radius: 2px;
}
.index-stats .block-name {
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  color: #a11721;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.index-stats .block-name img {
  vertical-align: middle;
  margin: -6px 0 0 6px;
}
.index-stats .tabNavigation {
  text-align: right;
  margin: -55px 0 30px;
}
.index-stats .tabNavigation li {
  display: inline-block;
  margin-right: 20px;
}
.index-stats .tabNavigation li:last-child {
  margin-right: 0;
}
.index-stats .tabNavigation li a {
  display: block;
  color: #737584;
  padding: 3px 0;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
.index-stats .tabNavigation li a.selected {
  border-bottom: 3px solid #a11721;
}
.index-stats table {
  width: 100%;
}
.index-stats table td {
  border: 1px solid #e6e7e7;
  text-align: center;
}
.index-stats table thead {
  background: #f5f5f5;
}
.index-stats table thead tr td {
  font-size: 13px;
  color: #737584;
  padding: 5px;
}
/*.index-stats table tbody tr:nth-child(1) td:nth-child(1) {
  background: #ecd1d3;
}
.index-stats table tbody tr:nth-child(2) td:nth-child(1) {
  background: #ecd1d3;
}
.index-stats table tbody tr:nth-child(3) td:nth-child(1) {
  background: #ecd1d1;
}
.index-stats table tbody tr:nth-child(4) td:nth-child(1) {
  background: #ecd1d1;
}
.index-stats table tbody tr:nth-child(5) td:nth-child(1) {
  background: #ecd6d1;
}
.index-stats table tbody tr:nth-child(6) td:nth-child(1) {
  background: #ecd8d1;
}
.index-stats table tbody tr:nth-child(7) td:nth-child(1) {
  background: #ecdbd1;
}
.index-stats table tbody tr:nth-child(8) td:nth-child(1) {
  background: #ecded1;
}
.index-stats table tbody tr:nth-child(9) td:nth-child(1) {
  background: #ece0d1;
}
.index-stats table tbody tr:nth-child(10) td:nth-child(1) {
  background: #ece1d1;
}
.index-stats table tbody tr:nth-child(11) td:nth-child(1) {
  background: #ece6d1;
}
.index-stats table tbody tr:nth-child(12) td:nth-child(1) {
  background: #ecebd1;
}
.index-stats table tbody tr:nth-child(13) td:nth-child(1) {
  background: #eaecd1;
}*/
.index-stats table tbody tr td {
  padding: 5px;
  color: #737584;
}
.index-stats table tbody tr td:nth-child(4),
.index-stats table tbody tr td:nth-child(6) {
  /*color: #a11721;*/
}
.index-stats table tbody tr td:nth-child(4) span,
.index-stats table tbody tr td:nth-child(6) span {
  /*color: #6c7b1b;*/
}
.index-stats table tbody tr td:nth-child(1) sup {
  font-size: 11px;
  /*color: #b05359;*/
}
.index-stats table tbody tr td:nth-child(2) {
  font-weight: 700;
}
.index-stats table tbody tr td .n {
  display: none;
}
.index-stats .bottom-link {
  margin-top: 20px;
  display: block;
  text-align: center;
  color: #a11721;
  text-decoration: none;
  font-size: 16px;
}
.index-stats .bottom-link span {
  text-decoration: underline;
}
.index-stats .bottom-link span:hover {
  text-decoration: none;
}
.stats-link {
  margin: -10px 0 30px;
}
.stats-link a {
  color: #737584;
  text-decoration: none;
}
.stats-link a.code {
  padding-left: 30px;
  background: url('img/code.png') no-repeat 0 0;
}
.stats-link a span {
  text-decoration: underline;
}
.index-graphs {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px 25px;
  margin-bottom: 30px;
  border-radius: 2px;
}
.index-graphs .block-name {
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  color: #737584;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.index-graphs .item {
  margin-bottom: 25px;
}
.index-graphs .item:last-child {
  margin-bottom: 0;
}
.index-about {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px 25px;
  margin-bottom: 40px;
  border-radius: 2px;
  color: #3d3d3d;
}
.index-about .block-name {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}
.index-about p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.index-about p:last-child {
  margin-bottom: 0;
}
.index-news {
  margin-bottom: 40px;
}
.index-news .block-name {
  font-weight: 700;
  font-size: 20px;
  color: #737584;
  margin-bottom: 20px;
}
.index-news .block-name.tac {
  font-weight: 400;
  color: #000;
  font-size: 24px;
}
.index-news .news-item {
  width: 49%;
  margin-bottom: 30px;
}
.index-news .bottom-link {
  display: block;
  background: #fff;
  text-decoration: none;
  font-size: 16px;
  color: #3d3d3d;
  border: 1px solid #e5e5e5;
  margin-top: 10px;
  text-align: center;
  padding: 15px 10px;
}
.index-news .bottom-link:hover {
  color: #a11721;
  border: 1px solid #a11721;
}
.news-item img {
  width: 100%;
}
.news-item .content {
  border: 1px solid #e5e5e5;
  border-top: 0;
  background: #fff;
  padding: 20px 25px;
}
.news-item .content a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.news-item .content a:hover {
  color: #a11721;
}
.news-item .content .counts a {
  display: inline-block;
  color: #737584;
  margin: 0 40px 0 0;
  line-height: normal;
}
.news-item .content .counts a:last-child {
  margin-right: 0;
}
.news-item .content .counts a:nth-child(1) {
  padding: 2px 0 2px 32px;
  background: url('img/news-icon1.png') no-repeat 0 2px;
}
.news-item .content .counts a:nth-child(2) {
  padding: 2px 0 2px 30px;
  background: url('img/news-icon2.png') no-repeat 0 0;
}
.site-right-col {
  width: 36%;
}
.index-last-news {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px 25px;
  margin-bottom: 30px;
  border-radius: 2px;
}
.index-last-news .block-name {
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  color: #737584;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.index-last-news .block-name img {
  vertical-align: middle;
  margin: -6px 0 0 6px;
}
.index-last-news .item {
  position: relative;
  padding-left: 84px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.index-last-news .item img {
  position: absolute;
  left: 0;
  top: 0;
}
.index-last-news .item .tag {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #a11721;
  padding: 3px 10px;
  font-size: 14px;
  margin-bottom: 10px;
}
.index-last-news .item .tag:hover {
  color: #fff;
  background: #999;
}
.index-last-news .item .comments {
  display: inline-block;
  color: #737584;
  line-height: normal;
  margin-bottom: 10px;
  padding: 2px 0 2px 30px;
  background: url('img/news-icon2.png') no-repeat 0 0;
}
.index-last-news .item .comments:hover {
  color: #737584;
}
.index-last-news .item a {
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-decoration: none;
}
.index-last-news .item a:hover {
  color: #a11721;
}
.index-last-news .bottom-link {
  display: block;
  text-align: center;
  color: #a11721;
  text-decoration: none;
  font-size: 16px;
}
.index-last-news .bottom-link span {
  text-decoration: underline;
}
.index-last-news .bottom-link span:hover {
  text-decoration: none;
}
.index-info {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px 25px;
  margin-bottom: 30px;
  border-radius: 2px;
}
.index-info .block-name {
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  color: #a11721;
  padding-bottom: 10px;
}
.index-info .block-name img {
  vertical-align: middle;
  margin: -6px 0 0 6px;
}
.index-info a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.index-info a:hover {
  color: #a11721;
}
.index-info a:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.adv-block {
  border: 1px solid #e5e5e5;
  padding: 5px;
  margin-bottom: 30px;
  background: #fff;
}
.bottom-social {
  margin-top: 60px;
}
.bottom-social .item {
  width: 33.333334%;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-social .item:nth-child(1) {
  background: #5067ae;
}
.bottom-social .item:nth-child(2) {
  background: #5a75a5;
}
.bottom-social .item:nth-child(2) a span span {
  background: #485e84;
}
.bottom-social .item:nth-child(3) {
  background: #5ea0ef;
}
.bottom-social .item:nth-child(3) a span span {
  background: #4b80bf;
}
.bottom-social .item a {
  color: #fff;
  text-decoration: none;
  text-align: left;
}
.bottom-social .item a img {
  vertical-align: middle;
  margin-right: 10px;
}
.bottom-social .item a span {
  vertical-align: middle;
  display: inline-block;
}
.bottom-social .item a span span {
  display: inline-block;
  border-radius: 4px;
  padding: 2px 12px;
  margin-top: 5px;
  background: #40528b;
}
.footer {
  background: #474747;
  padding: 50px 0 30px;
  color: #c5c5c5;
  line-height: 21px;
}
.footer nav {
  margin-bottom: 20px;
}
.footer nav h3 {
  margin-bottom: 20px;
}
.footer nav ul li a {
  color: #c5c5c5;
  text-decoration: none;
}
.copy {
  text-align: center;
  font-style: italic;
  color: #c5c5c5;
  background: #565656;
  padding: 15px 0;
  line-height: 21px;
}
.mobile-menu {
  position: fixed;
  width: 280px;
  height: 100%;
  top: 0;
  left: -280px;
  background: #fff;
  z-index: 12;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  overflow-y: scroll;
}
.mobile-menu h2{
	margin: 20px 20px 10px 20px;
	font-size: 20px;
}
.mobile-menu li {
  border-bottom: 1px solid #ccc;
}
.mobile-menu li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}
.mobile-menu li a:hover {
  color: #a11721;
}
.mobile-menu li a.active .fa {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobile-menu li a .fa {
  float: right;
}
.mobile-menu li ul {
  padding-bottom: 10px;
  display: none;
}
.mobile-menu li ul li {
  border-bottom: 0;
}
.mobile-menu li ul li a {
  padding: 5px 30px;
}
.h1 {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px 25px;
  margin-bottom: 40px;
  border-radius: 2px;
  color: #3d3d3d;
}
.h1 h1 {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 15px;
}
.h1 p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.h1 p:last-child {
  margin-bottom: 0;
}
.navi {
  padding: 15px;
  color: #c6c6c6;
  line-height: 21px;
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
}
.navi a {
  color: #44669b;
  margin: 5px;
}
.navi a:hover {
  color: #a11721;
}
.navi span {
  margin: 0 5px;
}
.news-item-page {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px 25px;
  margin-bottom: 30px;
  border-radius: 2px;
}
.news-item-page h1 {
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 20px;
}
.news-item-page p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}
.news-item-page blockquote {
  color: #404040;
  font-size: 20px;
  background: #fae7e7 url('img/quote.png') no-repeat 25px 40px;
  margin: 0 0 40px 0;
  padding: 30px 80px;
  line-height: 30px;
}
.news-item-page h2 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
}
.news-item-page ul {
  padding-bottom: 10px;
}
.news-item-page ul li {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.news-item-page ul li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #a11721;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
.news-item-page .tags {
  padding: 30px 0;
}
.news-item-page .tags a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #a11721;
  padding: 8px 20px;
  font-size: 14px;
  margin: 0 10px 10px 0;
}
.news-item-page .tags a:hover {
  color: #fff;
  background: #999;
}
.news-item-page .counts a {
  display: inline-block;
  text-decoration: none;
  color: #737584;
  margin: 0 40px 0 0;
}
.news-item-page .counts a:last-child {
  margin-right: 0;
}
.news-item-page .counts a:nth-child(1) {
  padding: 3px 0 3px 32px;
  background: url('img/news-icon1.png') no-repeat 0 3px;
}
.news-item-page .counts a:nth-child(2) {
  padding: 3px 0 3px 30px;
  background: url('img/news-icon2.png') no-repeat 0 0;
}
.news-comments {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px 25px;
  margin-bottom: 40px;
  border-radius: 2px;
}
.news-comments form {
  padding-right: 50px;
  position: relative;
}
.news-comments form input[type='text'] {
  height: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 16px;
}
.news-comments form input[type='text']:focus {
  border: 1px solid #a11721;
}
.news-comments form input[type='text']:nth-child(2) {
  width: 65%;
}
.news-comments form input[type='text']:nth-child(1) {
  width: 32%;
}
.news-comments form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 31px;
  height: 32px;
  background: url('img/button.png');
}
.news-comments .item {
  margin-top: 30px;
  position: relative;
  padding-left: 35px;
}
.news-comments .item.level2 {
  border-left: 1px dashed #556080;
  padding: 6px 0 0 100px;
}
.news-comments .item.level2 .avatar {
  width: 40px;
  top: 5px;
  left: 40px;
}
.news-comments .item .avatar {
  position: absolute;
  left: 0;
  top: 0;
  width:25px;
}
.news-comments .item .name {
  margin-bottom: 10px;
  color: #7e818e;
}
.news-comments .item .name span {
  font-weight: 700;
}
.news-comments .item p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 24px;
  word-break: break-word;
}
.news-comments .item a {
  text-decoration: none;
  color: #2f4c7e;
  line-height: 24px;
  word-break: break-word;
}
.news-comments .item a:hover {
  color: #a11721;
}
@media (max-width: 1156px) {
  .wrap {
    width: 970px;
  }
  .header .date {
    margin-left: 0;
  }
  .header ul li {
    margin-right: 15px;
  }
  body .adv-block-top{
	  max-width:970px;
  }
}
@media (max-width: 992px) {
  .wrap {
    width: 747px;
  }
  .header .date {
    display: none;
  }
  .site-left-col {
    width: 100%;
  }
  .site-right-col {
    width: 100%;
  }
  .adv-block {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
  }
  body .adv-block-top{
	  max-width:747px;
  }
}
@media (max-width: 768px) {
  .wrap {
    width: auto;
    padding: 0 10px;
  }
  .menubg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 1, 1, 0.7);
    z-index: 11;
    display: none;
  }
  .header ul {
    display: none;
  }
  .mobile-menu.opened {
    left: 0;
  }
  .header .menu-button {
    display: block;
  }
  .site-map .map {
    height: 300px;
  }
  .site-map .content {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
  }
  .site-map .content .wrap {
    padding: 0;
  }
  .site-map .content .item {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #fff;
  }
  .index-stats .tabNavigation {
    margin: 20px 0;
    text-align: left;
  }
  .index-stats {
    padding: 20px;
  }
  .index-graphs {
    padding: 20px;
  }
  .index-about {
    padding: 20px;
  }
  .index-news .news-item {
    width: 100%;
  }
  .index-last-news {
    padding: 20px;
  }
  .index-last-news .item .tag {
    padding: 3px 8px;
  }
  .index-last-news .item a {
    font-size: 14px;
  }
  .index-info a {
    font-size: 14px;
  }
  .index-info .block-name {
    font-size: 16px;
  }
  .index-info .block-name img {
    zoom: .8;
  }
  .bottom-social .item a {
    text-align: center;
  }
  .bottom-social .item a img {
    display: block;
    margin: 0 auto 5px auto;
  }
  .footer nav {
    width: 100%;
    text-align: center;
  }
  .news-item-page {
    padding: 20px;
  }
  .news-item-page h1 {
    font-size: 24px;
  }
  .news-item-page p {
    font-size: 16px;
    line-height: 22px;
  }
  .news-item-page ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .news-item-page blockquote {
    font-size: 16px;
    line-height: 22px;
    background: #fae7e7 url('img/quote.png') no-repeat 15px 15px;
    padding: 20px 20px 20px 60px;
  }
  .news-item-page h2 {
    font-size: 20px;
  }
  .news-item-page .tags a {
    padding: 8px 12px;
  }
  .news-comments {
    padding: 20px;
  }
  .news-comments form input[type='text'] {
    width: 100% !important;
  }
  .news-comments form input[type='text']:nth-child(1) {
    margin-bottom: 10px;
  }
  .news-comments .item.level2 {
    padding-left: 60px;
  }
  .news-comments .item.level2 .avatar {
    left: 10px;
  }
  .index-stats table thead {
    display: none;
  }
  .index-stats table tbody tr {
    display: block;
    border: 1px solid #e6e7e7;
  }
  .index-stats table tbody tr td {
    display: block;
    padding: 10px;
    border: 0;
    text-align: left;
  }
  .index-stats table tbody tr td .n {
    display: inline-block;
  }
  .index-stats table tbody tr td .n:after {
    content: ":";
  }
  body .adv-block-top{
	  max-width:100%;
	  width:calc(100% - 20px);
  }
  body table.onestatinfo{
	  border-right:0;
	  border-bottom:0;
	  border-left:0;
  }
  body table.onestatinfo td{
	  width:100%;
	  display:block;
	  padding:5px 0 5px 0;
	  border-top:0;
  }
}

/* add */

body .site-map.inner .map{
	height:560px
}
body .index-info ul li a,
body .index-info ul li a:last-child {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
body .index-info ul li a:hover {
  color: #a11721;
}
body .index-info ul li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}
body .news-comments .item .item{
	padding-left:30px;
}
body .news-comments .item .item .avatar{
	width:20px;
}
body .news-comments .item form{
	margin-top:15px;
}
body .itemgraph{
	display:inline-block;
	width:12px;
	height:12px;
	vertical-align:middle;
	margin-top:-2px;
}
body .bottom-social .item{
	cursor:pointer;
}
body .bottom-social .item:hover{
	opacity:0.9;
}
body .pluso{
	display:none!important;
}
body .index-stats .block-name,
body .index-graphs .block-name,
body .index-about .block-name,
body .index-last-news .block-name{
	font-weight:normal;
}

body .index-stats table tbody tr.hidden{
	display:none;
}

body .index-stats table tbody tr td{
	background:white;
}

body .index-stats table tbody{
	background:linear-gradient(180deg, #ecd1d3, #eaecd1);
}

body .index-stats table tbody tr td:first-child{
	background:transparent;
}

.index-stats table.noshow tbody tr:nth-child(1) td:first-child{
  background: #ecd1d3;
}
.index-stats table.noshow tbody tr:nth-child(2) td:first-child{
  background: #ecd2d3;
}
.index-stats table.noshow tbody tr:nth-child(3) td:first-child{
  background: #ecd2d3;
}
.index-stats table.noshow tbody tr:nth-child(4) td:first-child{
  background: #ecd3d3;
}
.index-stats table.noshow tbody tr:nth-child(5) td:first-child{
  background: #ecd3d3;
}
.index-stats table.noshow tbody tr:nth-child(6) td:first-child{
  background: #ecd4d3;
}
.index-stats table.noshow tbody tr:nth-child(7) td:first-child{
  background: #ecd4d3;
}
.index-stats table.noshow tbody tr:nth-child(8) td:first-child{
  background: #ecd5d3;
}
.index-stats table.noshow tbody tr:nth-child(9) td:first-child{
  background: #ecd5d3;
}
.index-stats table.noshow tbody tr:nth-child(10) td:first-child{
  background: #ecd6d3;
}
.index-stats table.noshow tbody tr:nth-child(11) td:first-child{
  background: #ecd6d3;
}
.index-stats table.noshow tbody tr:nth-child(12) td:first-child{
  background: #ecd6d3;
}
.index-stats table.noshow tbody tr:nth-child(13) td:first-child{
  background: #ecd7d3;
}

.red{
	color: #a11721;
}

.green{
	color: #6c7b1b;
}

.h1 h2,.index-about h2{
	margin-bottom:15px;
}

.adv-block-top{
	display:block;
	margin:0 auto;
	max-width:1136px;
	width:100%;
	margin-top:-20px;
	margin-bottom:60px;
	border:1px solid #e5e5e5;
	border-radius:2px;
	min-height:10px;
	background:white;
}

.adv-block-top.adv-m{
	margin-bottom:30px;
}

.adv-block-middle{
	display:block;
	margin:0 auto;
	width:100%;
	margin-bottom:30px;
	border:1px solid #e5e5e5;
	border-radius:2px;
	min-height:10px;
	background:white;
}

.adv-block-center{
	display:block;
	margin:0 auto;
	width:100%;
	margin-top:35px;
	border:1px solid #e5e5e5;
	border-radius:2px;
	min-height:10px;
	background:white;
}

.adv-block-center.notags{
	margin-bottom:50px;
}

.contentgraph{
	margin-bottom:15px;
}

table.onestatinfo{
	width:100%;
	border:1px solid #e6e7e7;
	borde-collapse:collapse;
	margin:0 0 15px 0;
}

table.onestatinfo td{
	width:33%;
	border:1px solid #e6e7e7;
	background:#f5f5f5;
	text-align:center;
	padding:15px 0 15px 0;
	font-size:16px;
	color:#3a3a3a;
}

table.onestatinfo td.d{
	color:#ba030f;
}

table.onestatinfo td.v{
	color:#657c0f;
}

body .titlestatinfo{
	text-align:center;
	color:#737686;
	font-size:24px;
	padding-bottom:5px;
}

body .h1 .titlestatinfo,
body .index-about .titlestatinfo{
	font-weight:normal;
	padding-bottom:25px;
	margin-bottom:0;
}

.index-news .h1 .bottom-link{
	color:#a11721;
	border:0;
	margin-top:0;
}

table.onestatinfo td strong{
	font-size:18px;
}

body .news-item-page .index-stats,
body .index-about .index-stats,
body .h1 .index-stats{
	padding:0;
	margin-bottom:15px;
	border:0;
}
.index-last-news.faq{
	margin-top: 30px;
}
.index-last-news.faq .item{
	padding-left: 0;
	line-height: 21px;
}
.index-last-news.faq .item:last-child{
	border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.index-last-news.faq .item .date.no_answer{
	margin-top: 10px;
}
.index-last-news.faq .item .date.no_answer a{
	color: #a11721;
}
.index-last-news.faq .item .date.no_answer span{
	font-weight: bold;
}
.faq-page {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  margin-bottom: 40px;
  border-radius: 2px;
}
.faq-page h1 {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  padding: 20px;
}
.faq-page form {
  padding: 0 25px 25px 25px;
  border-bottom: 1px solid #e6e7e7;
}
.faq-page form input[type='text'] {
  width: 100%;
  height: 44px;
  border: 1px solid #e6e7e7;
  border-radius: 12px;
  padding: 0 25px;
  margin-bottom: 10px;
  font-size: 16px;
}
.faq-page form .flex {
  border: 1px solid #e6e7e7;
  border-radius: 12px;
}
.faq-page form .flex select {
  width: 33.33334%;
  height: 44px;
  border-right: 1px solid #e6e7e7;
  background: none;
  padding: 0 20px;
  font-size: 16px;
}
.faq-page form .flex input[type='text'] {
  width: 33.33334%;
  border: 0;
  border-right: 1px solid #e6e7e7;
  margin: 0;
}
.faq-page form .flex button {
  width: 33.3333334%;
  height: 44px;
  background: #b2414a;
  color: #fff;
  font-size: 16px;
  border-radius: 0 12px 12px 0;
}
.faq-page nav {
  padding: 15px 25px;
  border-bottom: 1px solid #e6e7e7;
}
.faq-page nav a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #3d3d3d;
  border-radius: 12px;
  padding: 8px 16px;
  margin: 5px 0;
}
.faq-page nav a.active {
  color: #b2414a;
  background: #f5f5f5;
}
.faq-page .item {
  padding: 40px 25px;
  position: relative;
  border-bottom: 1px solid #e6e7e7;
}
.faq-page .item .new {
  color: #fff;
  background: #c36b85;
  padding: 5px 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.faq-page .item .name {
  font-size: 22px;
  margin-bottom: 5px;
}
.faq-page .item .name a {
  text-decoration: none;
}
.faq-page .item .date {
  color: #7e818e;
  margin-bottom: 15px;
}
.faq-page .item .date.no_answer {
  margin-bottom: 0;
}
.faq-page .item .date img {
  width: 20px;
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.faq-page .item .date span {
  color: #6d7b1b;
  margin-left: 30px;
  position: relative;
}
.faq-page .item .date span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 3px;
  height: 3px;
  background: #6d7b1b;
  left: -17px;
}
.faq-page .item .date a {
  color: #7e818e;
  margin-left: 30px;
  text-decoration: none;
  position: relative;
}
.faq-page .item .date a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 3px;
  height: 3px;
  background: #7e818e;
  left: -17px;
}
.faq-page .item .best {
  text-align: center;
  margin-bottom: 15px;
}
.faq-page .item .best span {
  position: relative;
  color: #737584;
}
.faq-page .item .best span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background: #737584;
  left: -50px;
}
.faq-page .item .best span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background: #737584;
  right: -50px;
}
.faq-page .item .text {
  font-size: 16px;
  padding-left: 60px;
  position: relative;
}
.faq-page .item .text img {
  width: 42px;
  position: absolute;
  left: 0;
  top: 0;
}
.faq-page .item .text .from {
  margin-bottom: 10px;
  font-size: 14px;
  color: #7e818e;
}
.faq-page .item .text .from a {
  color: #e9b63d;
  text-decoration: none;
  margin-left: 20px;
  position: relative;
  padding-left: 22px;
  background: url('img/win.png') no-repeat 0 2px;
}
.faq-page .item .text .from a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 3px;
  height: 3px;
  background: #848693;
  left: -12px;
}
.faq-page .item .text a {
  text-decoration: none;
  font-weight: 700;
}
.faq-more-button {
  display: block;
  text-decoration: none;
  background: #fff;
  font-size: 16px;
  color: #3d3d3d;
  text-align: center;
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
  margin-bottom: 40px;
}
.faq-item-page .content {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  margin-bottom: 40px;
  border-radius: 2px;
  padding: 20px 26px;
}
.faq-item-page .top-form input[type='text'] {
  width: 65%;
  height: 40px;
  border: 1px solid #e6e7e7;
  padding: 0 25px;
  margin-bottom: 20px;
  font-size: 16px;
  background: url('img/search.png') no-repeat right 10px top 50%;
}
.faq-item-page .top-form button {
  width: 32%;
  height: 40px;
  background: #a11740;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.faq-item-page h1 {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 15px;
}
.faq-item-page .date {
  color: #7e818e;
  margin-bottom: 30px;
}
.faq-item-page .date.no_answer {
  margin-bottom: 0;
}
.faq-item-page .date img {
  width: 20px;
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.faq-item-page .date span {
  color: #6d7b1b;
  margin-left: 30px;
  position: relative;
}
.faq-item-page .date span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 3px;
  height: 3px;
  background: #6d7b1b;
  left: -17px;
}
.faq-item-page .date a {
  color: #7e818e;
  margin-left: 30px;
  text-decoration: none;
  position: relative;
}
.faq-item-page .date a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 3px;
  height: 3px;
  background: #7e818e;
  left: -17px;
}
.faq-item-page .best {
  text-align: center;
  margin-bottom: 30px;
}
.faq-item-page .best span {
  position: relative;
  color: #737584;
}
.faq-item-page .best span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background: #737584;
  left: -50px;
}
.faq-item-page .best span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background: #737584;
  right: -50px;
}
.faq-item-page .text {
  font-size: 16px;
  padding-left: 60px;
  position: relative;
}
.faq-item-page .text.last-text{
	margin-top:40px;
}
.faq-item-page .text img {
  width: 42px;
  position: absolute;
  left: 0;
  top: 0;
}
.faq-item-page .text .from {
  margin-bottom: 10px;
  font-size: 14px;
  color: #7e818e;
}
.faq-item-page .text .from a {
  color: #e9b63d;
  text-decoration: none;
  margin-left: 20px;
  position: relative;
  padding-left: 22px;
  background: url('img/win.png') no-repeat 0 2px;
}
.faq-item-page .text .from a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 3px;
  height: 3px;
  background: #848693;
  left: -12px;
}
.faq-item-page .text a {
  text-decoration: none;
}
.faq-item-page .text p {
  margin-bottom: 30px;
  line-height: 24px;
}
.faq-item-page .text .rating {
  font-size: 18px;
  color: #568e31;
}
.faq-item-page .text .rating span {
  margin: 0 15px;
}
.faq-item-page .text .rating span.x{
	color:#a11721;
}
.faq-item-page .text .rating span span{
	margin:0;
}
.faq-item-page .text .rating a {
  display: inline-block;
  width: 21px;
  height: 13px;
}
.faq-item-page .text .rating a:first-child {
  background: url('img/down.png');
}
.faq-item-page .text .rating a:last-child {
  background: url('img/up.png');
}
.faq-item-page .text .comments {
  display: inline-block;
  color: #737584;
  margin-bottom: 10px;
  padding: 2px 0 2px 30px;
  background: url('img/news-icon2.png') no-repeat 0 0;
}
.faq-item-page .text .comments:hover {
  color: #737584;
}
.faq-item-page .comments {
  padding-top: 20px;
}
.faq-item-page .comments form {
  padding-right: 50px;
  position: relative;
}
.faq-item-page .comments form.mar{
	margin-top:15px;
}
.faq-item-page .comments form input[type='text'] {
  height: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 16px;
}
.faq-item-page .comments form input[type='text']:focus {
  border: 1px solid #a11721;
}
.faq-item-page .comments form input[type='text']:nth-child(2) {
  width: 32%;
}
.faq-item-page .comments form input[type='text']:nth-child(1) {
  width: 65%;
}
.faq-item-page .comments form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 31px;
  height: 32px;
  background: url('img/button.png');
}
.faq-item-page .comments .comment {
  margin-top: 30px;
  position: relative;
  padding-left: 75px;
}
.faq-item-page .comments .comment.level2 {
  border-left: 1px dashed #556080;
  padding: 6px 0 0 100px;
}
.faq-item-page .comments .comment.level2 .avatar {
  width: 40px;
  top: 5px;
  left: 40px;
}
.faq-item-page .comments .comment .avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.faq-item-page .comments .comment .name {
  margin-bottom: 10px;
  color: #7e818e;
}
.faq-item-page .comments .comment .name span {
  font-weight: 700;
}
.faq-item-page .comments .comment p {
  font-size: 16px;
  margin-bottom: 15px;
}
.faq-item-page .comments .comment a {
  text-decoration: none;
  color: #2f4c7e;
}
.faq-item-page .comments .comment a:hover {
  color: #a11721;
}
.faq-item-page .more-link {
  text-decoration: none;
  display: inline-block;
  color: #2f4c7e;
  border-bottom: 1px dotted #2f4c7e;
  margin: 20px 0 0;
}
.faq-item-page .more-link.last {
  margin: 20px 0 10px;
}
.faq-item-page .more-answers {
  text-align: center;
  color: #737584;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}
.faq-item-page .more-answers:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 7px;
  background: #e6e7e7;
}
.faq-item-page .more-answers span {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  background: #fff;
}
.faq-item-page .answer-form {
  position: relative;
}
.faq-item-page .answer-form textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #e6e7e7;
  border-radius: 12px;
  padding: 20px 25px;
  font-size: 16px;
  margin-bottom: 10px;
  max-width:100%;
  min-width:220px;
}
.faq-item-page .answer-form input[type='text'] {
  width: 100%;
  height: 44px;
  border: 1px solid #e6e7e7;
  border-radius: 12px;
  padding: 0 25px;
  font-size: 16px;
}
.faq-item-page .answer-form button {
  width: 200px;
  height: 44px;
  font-size: 16px;
  color: #fff;
  background: #6c7b1b;
  border-radius: 0 12px 12px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.faq-item-page h2 {
  font-size: 30px;
  font-weight: 400;
  color: #7e818e;
  margin-bottom: 40px;
}
.err{
	border:1px solid #b2414a!important;
}
.qlink{
	display:block;
	margin-bottom:30px;
	border:2px dashed #e6e6e6;
	background-color:white;
	text-align:center;
	height:42px;
	line-height:42px;
	text-decoration:none;
	color:#a11721;
	font-size:16px;
}
.qlink:hover{
	text-decoration:none;
	color:#a11721;
	opacity:0.9;
}
table.sort thead tr td img{
	display:none!important;
}
table.sort thead tr td .left{
	display:inline-block;
	width:6px;
	height:10px;
	vertical-align:middle;
	background:url('img/tablesort1.png') left top no-repeat;
}
table.sort thead tr td .right{
	display:inline-block;
	width:8px;
	height:8px;
	vertical-align:middle;
	background:url('img/tablesort2.png') left top no-repeat;
}
table.sort thead tr td.curcol:not(:first-child){
	background-color:#e1e1e1;
}
table.sort thead tr td.curcol.sortup:not(:first-child){
	background:#e1e1e1 url('img/tablesort3.png') center bottom no-repeat;
}
table.sort thead tr td.curcol.sortdown:not(:first-child){
	background:#e1e1e1 url('img/tablesort4.png') center bottom no-repeat;
}

@media (min-width: 768px) {
	table.sort thead tr td{
		cursor:pointer;
	}
	table.sort thead tr td:not(:first-child):hover{
		background-color:#ededed;
	}
	table.sort thead tr td:first-child{
		cursor:default;
	}
}
@media (max-width: 1156px) {
  .wrap {
    width: 970px;
  }
  .header .date {
    margin-left: 0;
  }
  .header ul li {
    margin-right: 15px;
  }
}
@media (max-width: 1023px) {
	.site-map .map #map{
		overflow:hidden;
	}
	.site-map .map{
		background:url('img/mobmapshow.png') center center no-repeat;
		cursor:pointer;
	}
}
@media (max-width: 992px) {
  .wrap {
    width: 747px;
  }
  .header .date {
    display: none;
  }
  .site-left-col {
    width: 100%;
  }
  .site-right-col {
    width: 100%;
  }
  .adv-block {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
  }
}
@media (max-width: 768px) {
  .wrap {
    width: auto;
    padding: 0 10px;
  }
  .menubg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 1, 1, 0.7);
    z-index: 11;
    display: none;
  }
  .header ul {
    display: none;
  }
  .mobile-menu.opened {
    left: 0;
  }
  .header .menu-button {
    display: block;
  }
  .site-map .map {
    height: 300px;
  }
  .site-map .content {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
  }
  .site-map .content .wrap {
    padding: 0;
  }
  .site-map .content .item {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #fff;
  }
  .index-stats .tabNavigation {
    margin: 20px 0;
    text-align: left;
  }
  .index-stats {
    padding: 20px;
  }
  .index-graphs {
    padding: 20px;
  }
  .index-about {
    padding: 20px;
  }
  .index-news .news-item {
    width: 100%;
  }
  .index-last-news {
    padding: 20px;
  }
  .index-last-news .item .tag {
    padding: 3px 8px;
  }
  .index-last-news .item a {
    font-size: 14px;
	line-height: 21px;
  }
  .index-info a {
    font-size: 14px;
  }
  .index-info .block-name {
    font-size: 16px;
  }
  .index-info .block-name img {
    zoom: .8;
  }
  .bottom-social .item a {
    text-align: center;
  }
  .bottom-social .item a img {
    display: block;
    margin: 0 auto 5px auto;
  }
  .footer nav {
    width: 100%;
    text-align: center;
  }
  .news-item-page {
    padding: 20px;
  }
  .news-item-page h1 {
    font-size: 24px;
  }
  .news-item-page p {
    font-size: 16px;
    line-height: 22px;
  }
  .news-item-page ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .news-item-page blockquote {
    font-size: 16px;
    line-height: 22px;
    background: #fae7e7 url('img/quote.png') no-repeat 15px 15px;
    padding: 20px 20px 20px 60px;
  }
  .news-item-page h2 {
    font-size: 20px;
  }
  .news-item-page .tags a {
    padding: 8px 12px;
  }
  .news-comments {
    padding: 20px;
  }
  .news-comments form input[type='text'] {
    width: 100% !important;
  }
  .news-comments form input[type='text']:nth-child(1) {
    margin-bottom: 10px;
  }
  .news-comments .item.level2 {
    padding-left: 60px;
  }
  .news-comments .item.level2 .avatar {
    left: 10px;
  }
  .index-stats table thead {
    display: none;
  }
  .index-stats table tbody tr {
    display: block;
    padding: 5px;
    border: 1px solid #e6e7e7;
  }
  .index-stats table tbody tr td {
    display: block;
    padding: 10px;
    border: 0;
    text-align: left;
  }
  .index-stats table tbody tr td .n {
    display: inline-block;
  }
  .index-stats table tbody tr td .n:after {
    content: ":";
  }
  .faq-page form .flex select {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e6e7e7;
  }
  .faq-page form .flex input[type='text'] {
    width: 100%;
    border-right: 0;
  }
  .faq-page form .flex button {
    width: 100%;
    border-radius: 0 0 12px 12px;
  }
  .faq-page .item .name {
    font-size: 20px;
  }
  .faq-page .item .date a {
    display: block;
    margin: 5px 0 0 20px;
  }
  .faq-item-page .top-form input[type='text'] {
    width: 100%;
    background: none;
  }
  .faq-item-page .top-form button {
    width: 100%;
  }
  .faq-item-page h1 {
    font-size: 20px;
  }
  .faq-item-page .comments form input[type='text']:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
  .faq-item-page .comments form input[type='text']:nth-child(2) {
    width: 100%;
  }
  .faq-item-page .comments .comment.level2 {
    padding-left: 80px;
  }
  .faq-item-page .comments .comment.level2 .avatar {
    left: 20px;
  }
  .faq-item-page .comments .comment {
    padding-left: 55px;
  }
  .faq-item-page .comments .comment .avatar {
    width: 40px;
  }
  .faq-item-page .answer-form button {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    border-radius: 12px;
    margin-top: 10px;
  }
}

.site-map .map2157 #map .ymaps-2-1-76-svg-icon-content{
	top:0!important;
	height:100%!important;
}
.site-map .map2157 #map .ymaps-2-1-76-svg-icon-content ymaps{
	position:absolute;
	background:#ed4543;
	left:31%;
	top:30%;
	width:40%;
	height:40%;
	text-indent:-9999px;
	overflow:hidden;
	border-radius:100%;
}