#table_of_contents {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #ddd;
  padding: 20px;
      margin: 15px 0;
}
#table_of_contents .toc-title {
  font-family: helveticaneuecyrmedium;
  margin-bottom: 10px;
  font-size: 14px;
}
#table_of_contents ul {
	margin: 0;
    box-shadow: none;
    padding: 0;
}
#table_of_contents li {
  display: block;
  color: #006a9e;
  font-size: 16px;
  padding-left: 18px;
  position: relative;
  margin: 0;
  min-height: 0;
}
#table_of_contents li:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 12px;
	position: absolute;
	top: 3px;
	left: 0;
	background-image: url("../images2/ikonki.png");
	background-position: -64px -34px;
	background-repeat: no-repeat;
}
#table_of_contents li + li {
	margin-top: 10px;
}
#table_of_contents li a {
	text-decoration: none;
	font-size: 14px;
	border-bottom: 1px dashed #006a9e;
	font-family: 'helveticaneuecyrlight';
	    display: inline;
}
#table_of_contents li a:hover {
  border-bottom: 0 solid #000;
}
#table_of_contents li a:before { display: none; }
#table_of_contents li a:after { display: none; }
.upanel li {
  display: inline-block;
}
.reset li {
  display: block;
  margin-bottom: 10px;
}
.popup-head {
  font-family: helveticaneuecyrmedium;
  font-size: 19px;
  color: #000;
  position: relative;
  margin-bottom: 5px;
}
.popup-head a {
  font-size: 14px;
}
.panelHide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}

.panelHide .bgClose {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 11;
}

.panelHide .fon {
  width: 350px;
  background-color: #fff;
  padding: 20px 30px;
  position: relative;
  top: 5%;
  z-index: 12;
  margin: 0 auto;
}

.panelHide .fon h2 {
  font-size: 30px;
}

.panelHide .fon .closeButton {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  z-index: 14;
  font-size: 25px;
  cursor: pointer;
  color: #006a9e;
}

.panelHide .fon .closeButton:hover {
  color: #fff600;
}
.panelHide .fon input[type=text],
.panelHide .fon input[type=email],
.panelHide .fon input[type=password] {
  background-color: #f6f6f6;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  width: 255px;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 14px;
  margin-right: 16px;
}
.panelHide .fon input[type=submit],
.panelHide .fon input[type=button] {
  width: 150px;
  height: 30px!important;
  background-color: #006a9e;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  border: 0px solid #000;
  margin-left: 12px;
  position: relative;
  top: -1px;
}

.panelHide .fon input[type=submit]:hover,
.panelHide .fon input[type=button]:hover {
  background-color: #0089cc;
}

.navigation {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}
.navigation a {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  width: 40px;
  padding-top: 12px;
  background-color: #bfd654;
  text-align: center;
  color: #000;
  text-decoration: none;
  border-radius: 3px;
}
.navigation span,
.navigation a:hover {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  width: 40px;
  padding-top: 12px;
  background-color: #0076a8;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}
.tableform {
  border-collapse: collapse;
}

.tableform td {
  padding: 5px;
}
.tableform input[type=text],
.tableform input[type=email],
.tableform input[type=password] {
  background-color: #f6f6f6;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  width: 255px;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 14px;
  margin-right: 16px;
}
.tableform select {
  width: 255px;
  height: 30px;
  background-color: #f6f6f6;
  border: 1px solid #ebebeb;
}
.tableform input[type=submit],
.tableform input[type=button] {
  width: 150px;
  height: 30px!important;
  background-color: #006a9e;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  border: 0px solid #000;
  margin-left: 12px;
  position: relative;
  top: -1px;
}

.tableform input[type=submit]:hover,
.tableform input[type=button]:hover {
  background-color: #0089cc;
}
.fbutton {
  width: 150px;
  height: 30px!important;
  background-color: #006a9e;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  border: 0px solid #000;
}

.fbutton:hover {
  background-color: #0089cc;
}
.stats {
  margin-bottom: 15px;
}
.stats li {
  list-style-position:inside;
}
.stats li h4 {
  margin-bottom: 5px;
}
ul.opt {
  position: absolute;
  top: -25px;
  right: 10px;
}
ul.opt li {
  display: block;
  float: left;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#page {
  position: relative;
  min-height: 100%;
}

* html #page {
  height: 100%;
}

a, img {
  outline: none;
}

* {
  /* [disabled]margin:0px; */
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*Firefox 1-3*/
  -webkit-box-sizing: border-box;
  /* Safari */
}

img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

a {
  color: #006a9e;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}
b,strong {
  font-weight: normal;
  font-family: helveticaneuecyrbold;
}
h1 {
  font-size: 24px;
  color: #000;
  font-family: helveticaneuecyrmedium;
  font-weight: normal;
  margin-bottom: 5px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

h2, h3, h4, h5, h6 {
  margin-bottom: 2px;
  font-family: helveticaneuecyrmedium;
  color: #000;
  font-weight: normal;
}
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  margin-top: 15px;
}
.clear:after,
.clear:before {
  content: " ";
  display: table;
  clear: both;
}

input::-webkit-input-placeholder {
  text-indent: 0px;
  transition: text-indent 0.3s ease;
}

input::-moz-placeholder {
  text-indent: 0px;
  transition: text-indent 0.3s ease;
}

input:-moz-placeholder {
  text-indent: 0px;
  transition: text-indent 0.3s ease;
}

input:-ms-input-placeholder {
  text-indent: 0px;
  transition: text-indent 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  text-indent: 500px;
  transition: text-indent 0.3s ease;
}

input:focus::-moz-placeholder {
  text-indent: 500px;
  transition: text-indent 0.3s ease;
}

input:focus:-moz-placeholder {
  text-indent: 500px;
  transition: text-indent 0.3s ease;
}

input:focus:-ms-input-placeholder {
  text-indent: 500px;
  transition: text-indent 0.3s ease;
}

input[placeholder] {
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}


.text {
  font-family: helveticaneuecyrmedium;
  margin-bottom: 30px;
  color: #000;
  font-size:1.2em;
}

.text code, pre code
{
    margin-top: 10px;
}

.text img {
  max-width: 100% !important;
  height: auto !important;
}


.text ul {
  margin-bottom: 15px;
  list-style-type: none;
  list-style-position: none;
  display: inline-block;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #ddd;
  background-color: #fff;
  margin-top: 15px;
}

.text ul li {
  padding-left: 34px;
  position: relative;
  min-height: 28px;
}

.text ul li:before {
  content: '';
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  background-image: url("../images2/ikonki.png");
  background-position: 0  -51px;
  background-repeat: no-repeat;
}

.text ul.ul2 li.l2:before {
  background-position: -30px  -51px;
}

.text ul.ul2 li.l3:before {
  background-position: -61px  -51px;
}

.text ul ul {
  margin-top: 15px;
  margin-left: 15px;
}

.text ol {
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: 0px;
  list-style-position: inside;
  counter-reset: section;
  display: inline-block;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #ddd;
  background-color: #fff;
}

.text ol li {
  letter-spacing: normal;
  list-style: none;
  padding-left: 35px;
  position: relative;
  min-height: 28px;
}
.text ol li+li {
  margin-top: 15px;
}
.text ol li::before {
  content: counter(section);
  counter-increment: section;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: -5px;
  font-size: 14px;
  width: 28px;
  height: 28px;
  padding-top: 5px;
  padding-left: 2px;
  text-align: center;
  color: #ffcc02;
  border-radius: 100%;
  border: 1px solid #ffcc02;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*Firefox 1-3*/
  -webkit-box-sizing: border-box;
  /* Safari */
}

.text ul ul li {
  background-image: none;
  padding-left: 0px;
  list-style-type: square;
}

.text li + li {
  margin-top: 15px;
}

.text p {
  line-height: 18px;
  margin-bottom: 15px;
}

.text table {
  margin-bottom: 15px;
  margin-top: 15px;
  border-collapse: collapse;
  width: 100%;
  box-shadow: 1px 1px 3px #ddd;
}
.text table tr:first-child {
  background-color: #fff;
}
.text table tr:first-child td {
  border: 0px solid #f9f9f9;
  color: #a2a2a2;
}
.text table th {
  font-size: 14px;
  line-height: 14px;
  color: #a2a2a2;
  font-weight: normal;
  font-family: helveticaneuecyrlight;
  padding: 10px 0;
}

.text table td {
  padding: 5px 10px;
  border: 1px solid #f9f9f9;
  font-size: 14px;
  color: #000;
  text-align: left;
}

.text table tbody {
  background-color: #fff;
}

.text table tbody tr:hover {
  background-color: #fffcee;
}

.text table tbody tr:hover td {
  color: #ffcc02;
}

.text blockquote {
  margin-bottom: 15px;
  color: #fff;
  background-color: #30A2D9;
  padding: 10px;
}

.text blockquote p {
  margin-bottom: 0px;
}

.text div {
  position: relative;
  margin-bottom: 15px;
}

.text div img {
  display: inline-block;
  margin-top: 15px;
}

.text div div a {
  position: relative;
  display: inline-block;
}

.text div div a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -89px;
  background-image: url("../images2/note-left.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  width: 89px;
  height: 100%;
}

.text div div a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -70px;
  background-image: url("../images2/note-right.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  width: 70px;
  height: 100%;
}

.text div div span {
  display: block;
  color: #a7a7a7;
  font-family: helveticaneuecyrlight;
}

body {
  color: #555555;
  font-family: 'helveticaneuecyrlight';
  font-size: 14px;
  background-color: #f4f4f4;
}

.wrap {
  /* max-width: 1100px;
  min-width: 1100px; */
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

#page {
  padding-bottom: 150px;
}

.breadcrumbs {
  font-size: 12px;
  color: #949494;
  margin-bottom: 15px;
}

.article {
  background-color: #fdfeff;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #ddd;
  padding: 15px 20px 20px 25px;
  position: relative;
}

.article .titleBlock {
  padding-bottom: 20px;
  padding-left: 34px;
  position: relative;
}

.article .titleBlock:before {
  content: '';
  display: inline-block;
  background-image: url("../images2/ikonki.png");
  background-position: -86px 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 22px;
  height: 27px;
  position: absolute;
  top: -1px;
  left: 0;
}

.article .titleBlock .date {
  margin-bottom: 5px;
  color: #797979;
}

.article .titleBlock .tags a {
  display: inline-block;
  color: #c8c8c8;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 8px;
  border: 1px solid #d6d6d6;
  text-decoration: none;
  border-radius: 3px;
  margin-bottom: 5px;
}

.article .titleBlock .tags a:hover {
  color: #30a4dd;
  border: 1px solid #30a4dd;
}

.article .banerBlock, .article .singl_block {
  margin-bottom: 15px;
  box-shadow: 1px 1px 3px #ddd;
  background-color: #fff;
  padding: 15px 20px;
  background-image: url("../images2/bdr.png");
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 15px;
}
.article .banerBlock div, .article .singl_block div {
  margin-bottom: 0;
}
.article .banerBlock .thumb, .article .singl_block .thumb{
  margin-right: 18px;
  width: 66px;
  float: left;
  margin-bottom: 0;
}

.article .banerBlock .thumb img, .article .singl_block .thumb img  {
  width: 100%;
  height: auto;
  margin-top: 0;
}

.article .banerBlock .info, .article .singl_block .info {
  width: 430px;
  float: left;
  margin-bottom: 0;
}
.article .banerBlock .info p, .article .singl_block .info p {
  margin-bottom: 0;
}
.article .banerBlock .info .tit, .article .singl_block .info .tit {
  font-size: 12px;
  color: #bfbfbf;
  margin-bottom: 11px;
  margin-top: 3px;
}
.article .banerBlock a:before,
.article .banerBlock a:after,
.article .singl_block a:before,
.article .singl_block  a:after                      
{
  display: none;
}
.article .banerBlock .info .tit a {
  font-size: 14px;
  font-family: helveticaneuecyrmedium;
  text-decoration: none;
}
 .article .singl_block .info .tit a {
  font-size: 20px;
  font-family: helveticaneuecyrmedium;
  text-decoration: none;                                          
}

.article .banerBlock .info .tit a:hover {
  text-decoration: underline;
}

.article .banerBlock .info .price {
  display: inline-block;
  vertical-align: top;
  font-family: helveticaneuecyrmedium;
  color: #23d92b;
  margin-right: 5px;
}

.article .banerBlock .info .price span {
  color: #a8a8a8;
  text-decoration: line-through;
}

.article .banerBlock .info .price label {
  color: #000;
  font-family: helveticaneuecyrlight;
}

.article .banerBlock .info .rating {
  display: inline-block;
  vertical-align: top;
}
.article .banerBlock .info .rating img,
.article .banerBlock .app img,
.article .singl_block .app img{
  margin-top: 0;
}
.article .banerBlock .app, .article .singl_block .app {
  float: right;
  padding-top: 5px;
}

.article .singl_block .app p, .singl_block p
{
margin-bottom: 0px;
}

.bestTreck .app img
{
width:59px;
height:19px;                                        
}
                                    
.article .quote {
  padding: 24px 20px 15px 200px;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #ddd;
  background-color: #fff;
  min-height: 70px;
  margin-bottom: 15px;
  position: relative;
  margin-top: 10px;
}

.article .quote:before {
  content: '';
  display: inline-block!important;
  background-image: url("../images2/ikonki.png");
  background-position: 0 -84px!important;
  background-repeat: no-repeat!important;
  vertical-align: middle!important;
  width: 17px!important;
  height: 37px!important;
  position: absolute!important;
  top: 15px!important;
  left: 20px!important;
}
.article .quote:after {
  content: '';
  display: block;
  position: absolute;
  top: 24px;
  left: 53px;
  width: 137px;
  height: 14px;
  background-image: url("../images2/readnow.png");
}
.article .quote a:before,
.article .quote a:after {
  display: none;
}
.article .related a {
  font-size: 14px;
}

.article .evaluation {
  background-color: #fff;
  border-bottom: 1px solid #f6f7f8;
  border-left: 1px solid #f6f7f8;
  border-right: 1px solid #f6f7f8;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #ddd;
  margin-bottom: 20px;
}

.article .evaluation .name {
  background-color: #fff;
  padding: 24px 15px;
  border-bottom: 1px solid #f6f7f8;
}

.article .evaluation .name b {
  font-family: helveticaneuecyrmedium;
  font-size: 19px;
  color: #000;
  position: relative;
  padding-left: 37px;
  font-weight: normal;
}

.article .evaluation .name b:before {
  content: '';
  display: inline-block;
  background-image: url("../images2/ikonki.png");
  background-position: -224px 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -1px;
  left: 0;
}

.article .evaluation ul {
  padding: 20px;
  float: left;
  width: 100%;
}

.article .evaluation li {
  display: block;
  float: left;
  font-family: helveticaneuecyrroman;
  color: #000;
  width: 260px;
}

.article .evaluation li + li + li {
  width: 185px;
  white-space: nowrap;
}

.article .evaluation li.g1:before {
  content: '';
  width: 55px;
  height: 55px;
  display: inline-block;
  float: left;
  background-image: url("../images2/ikonki.png");
  background-position: -166px 0;
  background-repeat: no-repeat;
  margin-right: 14px;
}

.article .evaluation li.g2:before {
  content: '';
  width: 35px;
  height: 55px;
  display: inline-block;
  float: left;
  background-image: url("../images2/ikonki.png");
  background-position: -166px -55px;
  background-repeat: no-repeat;
  margin-right: 14px;
}

.article .evaluation li.g3:before {
  content: '';
  width: 61px;
  height: 61px;
  display: inline-block;
  float: left;
  background-image: url("../images2/ikonki.png");
  background-position: -166px -110px;
  background-repeat: no-repeat;
  margin-right: 14px;
}

.article .evaluation p {
  margin-top: 6px;
}

.article .evaluation .star5 {
  background-image: url("../images2/ikonki.png");
  background-position: 0px -122px;
  background-repeat: no-repeat;
  display: block;
  width: 105px;
  height: 17px;
  overflow: hidden;
  margin-top: 3px;
}

.article .evaluation .star4 {
  background-image: url("../images2/ikonki.png");
  background-position: 0px -143px;
  background-repeat: no-repeat;
  display: block;
  width: 105px;
  height: 17px;
  overflow: hidden;
  margin-top: 3px;
}

.article .evaluation .star3 {
  background-image: url("../images2/ikonki.png");
  background-position: 0px -161px;
  background-repeat: no-repeat;
  display: block;
  width: 105px;
  height: 17px;
  overflow: hidden;
  margin-top: 3px;
}

.article .evaluation .star2 {
  background-image: url("../images2/ikonki.png");
  background-position: 0px -179px;
  background-repeat: no-repeat;
  display: block;
  width: 105px;
  height: 17px;
  overflow: hidden;
  margin-top: 3px;
}

.article .subscription {
  border: 1px solid #4ec145;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 1px #ddd;
  margin-bottom: 20px;
}

.article .subscription .name {
  padding: 18px 15px 20px 15px;
  border-bottom: 1px solid #f6f7f8;
  width: 100%;
}

.article .subscription .name b {
  font-family: helveticaneuecyrmedium;
  font-size: 19px;
  color: #000;
  position: relative;
  padding-left: 37px;
  font-weight: normal;
}

.article .subscription .name b:before {
  content: '';
  display: inline-block;
  background-image: url("../images2/ikonki.png");
  background-position: -251px 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 26px;
  height: 28px;
  position: absolute;
  top: -3px;
  left: 0;
}

.article .subscription div {
  display: inline-block;
  vertical-align: bottom;
}

.article .subscription label {
  display: block;
  font-family: helveticaneuecyrroman;
  margin-bottom: 10px;
  color: #000;
}

.article .subscription form {
  padding: 15px 20px;
}

.article .subscription input[type=text],
.article .subscription input[type=email] {
  background-color: #f6f6f6;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  width: 255px;
  height: 47px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 14px;
  margin-right: 16px;
}

.article .subscription input[type=submit] {
  width: 150px;
  height: 47px;
  background-color: #006a9e;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  border: 0px solid #000;
  margin-left: 12px;
}

.article .subscription input[type=submit]:hover {
  background-color: #0089cc;
}

.article .readnow {
  background-color: #fff;
  border-bottom: 1px solid #f6f7f8;
  border-left: 1px solid #f6f7f8;
  border-right: 1px solid #f6f7f8;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #ddd;
  margin-bottom: 40px;
  padding: 20px;
  font-family: helveticaneuecyrroman;
}

.article .readnow .name {
  font-family: helveticaneuecyrmedium;
  font-size: 19px;
  color: #000;
  position: relative;
  padding-left: 32px;
  margin-bottom: 18px;
}

.article .readnow .name:before {
  content: '';
  display: inline-block;
  background-image: url("../images2/ikonki.png");
  background-position: -278px 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 22px;
  height: 24px;
  position: absolute;
  top: -2px;
  left: 0;
}

.article .readnow ul {
  margin-left: 18px;
}

.article .readnow ul li {
  display: block;
  padding-left: 14px;
  position: relative;
  color: #8d8d8d;
}
.article .readnow ul li a {
  margin-right: 5px;
}
.article .readnow ul li + li {
  margin-top: 15px;
}

.article .readnow ul li:before {
  content: '';
  display: block;
  background-color: #006a9e;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  left: 0;
}

.article .comment {
  padding: 0 0 0 15px;
  margin-bottom: 15px;
}

.article .comment .name {
  font-family: helveticaneuecyrmedium;
  font-size: 19px;
  color: #000;
  position: relative;
  padding-left: 40px;
  margin-bottom: 18px;
}

.article .comment .name:before {
  content: '';
  display: inline-block;
  background-image: url("../images2/ikonki.png");
  background-position: -273px -32px;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 27px;
  height: 23px;
  position: absolute;
  top: 2px;
  left: 0;
}

.article .comment ul li {
  display: block;
  margin-bottom: 20px;
}
.article .comment dl {
  text-align: right;
  padding-top: 10px;
}
.article .comment dd {
  display: inline-block;
}
.article .comment dd input {
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.article .comment .avatar {
  width: 60px;
  margin-right: 20px;
  float: left;
  font-size: 10px;
  color: #7a7a7a;
}

.article .comment .avatar img {
  width: 34px;
  height: 34px;
  border-radius: 100%;
}

.article .comment .avatar span {
  display: block;
  font-size: 10px;
  margin-top: 4px;
}

.article .comment .txt {
  float: left;
  width: 650px;
}
.article .comment .bg {
  background-color: #fff;
  padding: 15px 25px;
  border-bottom: 1px solid #f6f7f8;
  border-left: 1px solid #f6f7f8;
  border-right: 1px solid #f6f7f8;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #ddd;
  position: relative;
  color: #000;
  font-size: 12px;
}

.article .comment .txt:before {
  content: '';
  display: block;
  background-image: url("../images2/arrow.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 11px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -11px;
}

.article .addComment {
  padding: 0 0 0 15px;
  margin-bottom: 15px;
}

.article .addComment .name {
  font-family: helveticaneuecyrmedium;
  font-size: 19px;
  color: #000;
  position: relative;
  padding-left: 40px;
  margin-bottom: 18px;
}

.article .addComment .name:before {
  content: '';
  display: inline-block;
  background-image: url("../images2/ikonki.png");
  background-position: -246px -32px;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  position: absolute;
  top: -2px;
  left: 4px;
}

.article .addComment p {
  margin-bottom: 10px;
}

.article .addComment input[type=text] {
  width: 300px;
  height: 50px;
  border: 1px solid #f1f1f1;
  box-shadow: inset 0px 3px 3px #ddd;
  border-radius: 3px;
  background-color: #fff;
  padding: 0 20px;
}



.article .addComment img {
  display: inline-block;
  vertical-align: middle;
}

.article .addComment button {
  width: 150px;
  height: 47px;
  background-color: #006a9e;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  border: 0px solid #000;
  display: inline-block;
  vertical-align: middle;
}

.article .addComment button:hover {
  background-color: #0089cc;
}

#header {
  background-image: url("../images2/page.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
  height: 177px;
  width: 100%;
}

#header .logo {
  position: absolute;
  top: 43px;
  left: 3px;
}

#menuTop {
  background: -webkit-linear-gradient(top, #006a9e, #00689a);
  background: -moz-linear-gradient(top, #006a9e, #00689a);
  background: -o-linear-gradient(top, #006a9e, #00689a);
  background: -ms-linear-gradient(top, #006a9e, #00689a);
  border-bottom: 3px solid #004465;
  margin-bottom: 17px;
  width: 100%;
}

#menuTop .wrap {
  height: 85px;
}

#menuTop ul {
  background-image: url("../images2/brd.gif");
  background-position: 0 0;
  background-repeat: repeat-y;
}

#menuTop li {
  display: block;
  float: left;
  padding-right: 1px;
  background-image: url("../images2/brd.gif");
  background-position: right 0;
  background-repeat: repeat-y;
}

#menuTop a {
  font-family: helveticaneuecyrmedium;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-align: center;
  height: 84px;
  padding-top: 40px;
  position: relative;
}

#menuTop a:hover {
  background-color: #0089cc;
}

#menuTop a:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 50%;
  height: 20px;
  background-image: url("../images2/menu.png");
  background-repeat: no-repeat;
}

#menuTop li.m1 a:before {
  background-position: 0 0;
  width: 17px;
  margin-left: -8px;
}

#menuTop li.m2 a:before {
  background-position: -21px 0;
  width: 15px;
  margin-left: -8px;
}

#menuTop li.m3 a:before {
  background-position: -38px 0;
  width: 16px;
  margin-left: -8px;
}

#menuTop li.m4 a:before {
  background-position: -57px 0;
  width: 19px;
  margin-left: -9px;
}

#menuTop li.m5 a:before {
  background-position: -78px 0;
  width: 16px;
  margin-left: -8px;
}

#menuTop li.m6 a:before {
  background-position: -97px 0;
  width: 18px;
  margin-left: -9px;
}

#menuTop li.m7 a:before {
  background-position: -117px 0;
  width: 21px;
  margin-left: -10px;
  top: 14px;
}

#menuTop li.m8 a:before {
  background-position: -141px 0;
  width: 18px;
  margin-left: -9px;
  top: 13px;
}

#menuTop li.m1 a {
  width: 150px;
}

#menuTop li.m2 a {
  width: 138px;
}

#menuTop li.m3 a {
  width: 126px;
}

#menuTop li.m4 a {
  width: 159px;
}

#menuTop li.m5 a {
  width: 131px;
}

#menuTop li.m6 a {
  width: 153px;
}

#menuTop li.m7 a {
  width: 105px;
}

#menuTop li.m8 a {
  width: 121px;
}

.colLeft {
  width: 240px;
  margin-right: 20px;
  float: left;
}

.colRight {
  width: 840px;
  float: left;
}

.colLeft2 {
  float: left;
  width: 800px;
}

.colRight2 {
  float: right;
  width: 280px;
}

.sidebar {
  background-color: #fff;
  box-shadow: 1px 1px 3px #ddd;
  padding: 15px 20px 20px 20px;
  color: #515151;
  border-radius: 4px;
  margin-bottom: 20px;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar .name {
  font-family: helveticaneuecyrmedium;
  font-size: 19px;
  color: #000;
  white-space: nowrap;
  margin-bottom: 18px;
}

.sidebar .name:before {
  content: '';
  display: inline-block;
  background-image: url("../images2/ikonki.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.sidebar .title img {
  width: 100%;
  height: auto;
}

.sidebar .title span {
  display: block;
  padding-top: 8px;
}

.sidebar .title a {
  font-family: helveticaneuecyrbold;
  color: #000;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}

.sidebar .readmore a {
  display: block;
  width: 114px;
  height: 34px;
  padding-top: 9px;
  text-align: center;
  line-height: 14px;
  color: #fff;
  text-decoration: none;
  background-color: #006a9e;
  border-radius: 4px;
  margin-top: 12px;
}

.sidebar .readmore a:hover {
  background-color: #0089cc;
}

.songWidget {
	background-color: #fff;
    box-shadow: 1px 1px 3px #ddd;
    border-radius: 4px;
    width: 100%;
	height: 405px;
	background: url(../images/category-song-question/widget_bg.png) center no-repeat;
	margin: 0 0 20px;
}

.songWidget_head {
	padding: 15px 30px 15px 65px;
	position: relative;
	font-size: 19px;
	color: #000;
	font-family: 'helveticaneuecyrmedium';
}

.songWidget_head span {
	display: block;
	font-size: 14px;
	color: #818181;
}

.songWidget_head:before {
	content: '';
	width: 34px;
	height: 34px;
	position: absolute;
	background: url(../images/category-song-question/8.svg) center no-repeat;
	left: 15px;
	top: 50%;
	margin-top: -17px;
}

.songWidget_body {
	padding: 0 20px 20px 20px;
	text-align: center;
}

.songWidget_body span {
	display: block;
	margin: 0 0 5px;
	text-align: center;
	font-size: 14px;
	font-family: 'helveticaneuecyrmedium';
	color: #000;
}

.songWidget_body .primaryButton {
	display: block;
	background-color: #0e6a99;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	border-radius: 4px;
	margin: 0 0 10px;
}

.songWidget_body .secundaryButton {
	font-size: 13px;
	font-family: 'helveticaneuecyrmedium';
}

.songWidget2 {
    box-shadow: 1px 1px 3px #ddd;
    border-radius: 4px;
    width: 100%;
	height: 405px;
	background: #fff url(../images/category-song-question/widget2_bg.png) center no-repeat;
	margin: 0 0 20px;
}

.songWidget2 .songWidget_head {
	margin: 0 0 240px;
}

@media screen and (max-width: 768px) {
	.songWidget,
	.songWidget2 {
		background: #fff;
		height: auto;
	}
	.songWidget2 .songWidget_head {
		margin: 0;
	}
}


.searchmsg { margin: 20px 0 0 0; }

.search {
  background-color: #e0edf3;
  box-shadow: 1px 1px 3px #ddd;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.search .name {
  font-family: helveticaneuecyrmedium;
  font-size: 19px;
  color: #000;
  white-space: nowrap;
  margin-bottom: 12px;
}

.search .name:before {
  content: '';
  display: inline-block;
  background-image: url("../images2/ikonki.png");
  background-position: -141px 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 15px;
  height: 17px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.search form {
  position: relative;
}

.search input[type=text] {
  background-color: #fff;
  width: 100%;
  height: 35px;
  padding: 0 40px 0 15px;
  border-radius: 4px;
  border: 0 solid #000;
  font-family: 'helveticaneuecyrlight';
  line-height: 14px;
  color: #999;
}

.search input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0076a8;
  border: 0 solid #000;
  width: 35px;
  height: 35px;
  background-image: url("../images2/ikonki.png");
  background-position: -98px -40px;
  background-repeat: no-repeat;
  text-indent: -3999px;
  border-radius: 0px 4px 4px 0px;
}

.search input[type=submit]:hover {
  background-color: #0089cc;
}

.socVk {
  background-color: #fff;
  box-shadow: 1px 1px 3px #ddd;
  border-radius: 4px;
  padding: 13px 20px;
  margin-bottom: 20px;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.topBlock {
  margin-bottom: 20px;
}

.bestLeft {
  width: 540px;
  box-shadow: 1px 1px 3px #ddd;
  border-radius: 4px;
  float: left;
  background-color: #eaf2f6;
  padding: 14px 14px 20px 25px;
}

.bestLeft .name {
  font-family: helveticaneuecyrmedium;
  font-size: 19px;
  color: #000;
  white-space: nowrap;
  margin-bottom: 12px;
}

.bestLeft .name:before {
  content: '';
  display: inline-block;
  background-image: url("../images2/ikonki.png");
  background-position: -28px 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 25px;
  height: 28px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.bestLeft .item {
  width: 240px;
  float: left;
  background-color: #fff;
  border-radius: 4px;
  padding: 13px 0;
  text-align: center;
}

.bestLeft .item + .item {
  margin-left: 15px;
}

.bestLeft .item .title {
  padding: 0 30px;
  font-family: helveticaneuecyrroman;
}

.bestLeft .item .title a {
  text-decoration: none;
}

.bestLeft .item .thumb {
  padding: 10px 0;
}

.bestLeft .item .thumb img {
  max-width: 100%;
  height: auto;
}

.bestLeft .item .readmore {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}

.bestLeft .item .readmore a {
  display: inline-block;
  color: #5a5a5a;
  border: 1px solid #e0e0e0;
  width: 110px;
  height: 34px;
  padding-top: 7px;
  text-decoration: none;
  border-radius: 3px;
}

.bestLeft .item .readmore a:hover {
  background-color: #e0e0e0;
}

.bestLeft .item .by {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.bestLeft .item .by a {
  display: inline-block;
  color: #fff;
  font-family: helveticaneuecyrmedium;
  background-color: #f0483b;
  width: 105px;
  height: 34px;
  padding-top: 7px;
  text-decoration: none;
  border-radius: 3px;
}

.bestLeft .item .by a:hover {
  background-color: #0076a8;
}

.bestLeft .item .by i {
  font-size: 16px;
  position: relative;
  top: 1px;
  margin-left: 5px;
}

.vid2 {
  margin-bottom: 20px;
}

.bestRight {
  float: right;
  width: 280px;
  background-color: #fff;
  box-shadow: 1px 1px 3px #ddd;
  border-radius: 4px;
  padding: 15px 20px 20px 20px;
}

.bestRight .name {
  font-family: helveticaneuecyrmedium;
  font-size: 19px;
  color: #000;
  white-space: nowrap;
  margin-bottom: 18px;
}

.bestRight .name:before {
  content: '';
  display: inline-block;
  background-image: url("../images2/ikonki.png");
  background-position: -57px 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.bestRight li {
  display: block;
  width: 100%;
  float: left;
}

.bestRight li + li {
  border-top: 1px dotted #dfdfdf;
  padding-top: 20px;
  margin-top: 20px;
}

.bestRight img {
  float: left;
  margin-right: 15px;
}

.bestRight a {
  font-family: helveticaneuecyrbold;
  text-decoration: none;
}

.bestRight a:hover {
  text-decoration: underline;
}

.bestRight span {
  margin-bottom: 15px;
  display: block;
}

.bestTreck {
  background-color: #fff;
  padding: 14px 40px 28px 25px;
  box-shadow: 1px 1px 3px #ddd;
  border-radius: 4px;
}

.bestTreck .name {
  font-family: helveticaneuecyrmedium;
  font-size: 19px;
  color: #000;
  white-space: nowrap;
  margin-bottom: 18px;
}

.bestTreck .name:before {
  content: '';
  display: inline-block;
  background-image: url("../images2/ikonki.png");
  background-position: -86px 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 22px;
  height: 27px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.bestTreck .box {
  width: 220px;
  float: left;
}

.bestTreck .box .name2 {
  font-size: 18px;
  font-family: helveticaneuecyrmedium;
  color: #c2c2c2;
  margin-bottom: 20px;
}

.bestTreck .box + .box {
  margin-left: 55px;
}

.bestTreck .box + .box:before {
  display: block;
}

.bestTreck li {
  display: block;
  width: 100%;
  float: left;
}

.bestTreck li + li {
  margin-top: 8px;
  padding-top: 15px;
  border-top: 1px solid #ededed;
}

.bestTreck .singl {
  float: left;
  width: 100%;
}

.bestTreck .singl img {
  width: 40px;
  height: auto;
  float: left;
  margin-right: 10px;
}

.bestTreck .singl a {
  color: #2c2c2c;
  text-decoration: none;
  display: block;
}

.bestTreck .singl span {
  font-size: 13px;
  color: #b3b3b3;
  display: block;
}

.bestTreck p {
  float: right;
}

#category {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 1px 3px #ddd;
  border-radius: 4px;
}

#category .name {
  font-family: helveticaneuecyrmedium;
  font-size: 19px;
  color: #000;
  white-space: nowrap;
  margin-bottom: 18px;
}
#category .n1:before {
  content: '';
  display: inline-block;
  background-image: url("../images2/menu.png");
  background-position: 0px -30px;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 17px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
#category .n2:before {
  content: '';
  display: inline-block;
  background-image: url("../images2/menu.png");
  background-position: -21px -30px;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 15px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
#category .n3:before {
  content: '';
  display: inline-block;
  background-image: url("../images2/menu.png");
  background-position: -38px -30px;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 16px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
#category .n4:before {
  content: '';
  display: inline-block;
  background-image: url("../images2/menu.png");
  background-position: -57px -30px;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 19px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
#category .n5:before {
  content: '';
  display: inline-block;
  background-image: url("../images2/menu.png");
  background-position: -78px -30px;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 16px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
#category .n6:before {
  content: '';
  display: inline-block;
  background-image: url("../images2/menu.png");
  background-position: -97px -30px;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 18px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

#category .n7:before {
  content: '';
  display: inline-block;
  background-image: url("../images2/menu.png");
  background-position: -117px -30px;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 21px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

#category .n8:before {
  content: '';
  display: inline-block;
  background-image: url("../images2/menu.png");
  background-position: -141px -30px;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 18px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.short {
  float: left;
  width: 100%;
}

.short + .short {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.short .thumb {
  border: 1px solid #e5e5e5;
  width: 200px;
  margin-right: 30px;
  float: left;
}

.short .thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.short .info {
  float: left;
  width: 825px;
}

.short .title {
  font-family: helveticaneuecyrroman;
  font-size: 20px;
  margin-bottom: 12px;
}

.short .title a {
  text-decoration: none;
}

.short .title a:hover {
  text-decoration: underline;
}

.short .meta {
  margin-bottom: 10px;
}

.short .meta li {
  display: inline-block;
  vertical-align: middle;
  color: #555;
}

.short .meta .date {
  margin-right: 55px;
}

.short .meta .date:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images2/ikonki.png");
  background-position: -23px -34px;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.short .meta .cat {
  margin-right: 25px;
}

.short .meta .cat a {
  color: #555;
  text-decoration: none;
}

.short .meta .views:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images2/ikonki.png");
  background-position: -39px -34px;
  background-repeat: no-repeat;
  width: 13px;
  height: 9px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.short .readmore a {
  display: block;
  margin-top: 35px;
  width: 160px;
  height: 44px;
  padding-left: 23px;
  padding-top: 12px;
  border: 1px solid #e0e0e0;
  color: #707070;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
}

.short .readmore a:hover {
  background-color: #e0e0e0;
}

.short .readmore a i {
  margin-left: 5px;
}
.short .result img {
  display: none;
}
.short .result {
  overflow: hidden;
  height: 50px;
}
#footer {
  background-image: url("../images2/footer.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
  height: 115px;
  margin-top: -115px;
  width: 100%;
  position: relative;
  z-index: 3;
}

#footer .menuFooter {
  padding-top: 25px;
  margin-bottom: 20px;
}

#footer .menuFooter li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

#footer .menuFooter li + li {
  margin-left: 25px;
}

#footer .menuFooter li + li:before {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #867d62;
  display: block;
  position: absolute;
  top: 4px;
  left: -12px;
}

#footer .menuFooter a,
#footer .menuFooter span {
  font-family: helveticaneuecyrmedium;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

#footer .menuFooter a:hover,
#footer .menuFooter span:hover {
  text-decoration: underline;
}

#footer .copy {
  text-align: center;
  font-family: 'helveticaneuecyrlight';
  font-size: 13px;
  color: #ccc;
}

#footer .statistic {
  position: absolute;
  top: 30px;
  right: 0;
}

#menuSwitcher {
	display: none;
	float: right;
	width: 100%;
	height: 50px;
	cursor: pointer;
	background: url('../images/menu_switcher.png') center no-repeat;
}

@media (max-width: 1200px) {
	.wrap { width: 1000px; }
	#menuTop li.m7 a { width: 90px; }
	#menuTop li.m6 a { width: 120px; }
	#menuTop li.m3 a { width: 100px; }
	#menuTop li.m4 a { width: 142px; }
	
	.colLeft2 { width: 700px; }
	
	.article .subscription .subscribe-form-item--input-email { margin: 10px 0 0; }
	.article .subscription input[type=text], .article .subscription input[type=email] { width: 204px; }
	.article .addComment { padding: 0; }
	
	.article .evaluation li { width: 214px; }
	
	.article .banerBlock .info { width: 350px; }
	
	.short .info { width: 730px; }
}

@media (max-width: 1024px) {
	.wrap { width: 750px; }
	#menuTop a { font-size: 12px; }
	#menuTop li.m1 a { width: 105px; }
	#menuTop li.m2 a { width: 100px; }
	#menuTop li.m3 a { width: 90px; }
	#menuTop li.m4 a { width: 105px; }
	#menuTop li.m5 a { width: 102px; }
	#menuTop li.m6 a { width: 100px; }
	#menuTop li.m7 a { width: 70px; }
	#menuTop li.m8 a { width: 70px; }
	
	.colLeft2 { width: 460px; }
	.article { padding: 15px 15px 20px 15px; }
	.breadcrumbs { margin: 10px; }
	
	ul.opt {
		display: none;
		top: 25px;
		right: 25px;
		z-index: 6;
		background-color: #fff;
		border-radius: 4px;
		box-shadow: 1px 1px 3px #ddd;
		padding: 0px;
	}
	
	ul.opt a {
		padding: 10px;
		display: block;
	}
	
	.article:hover ul.opt { display: block; }
	
	#myFone {
		float: none;
		width: 430px;
		margin: 0 0 20px;
	}
	
	.article .quote:after {
		background: none;
		content: 'Читайте также:';
	}
	.article .quote { padding-left: 160px; }
	.article .subscription .name b { display: block; }
	
	.article .subscription div { display: block; }
	.article .subscription input[type=text], .article .subscription input[type=email] { width: 100%; }
	.article .subscription input[type=submit] {
		width: 100%;
		margin: 10px 0;
	}
	
	.article .evaluation li {
		float: none;
		width: 100%;
		overflow: hidden;
		margin: 0 0 30px;
	}
	.article .evaluation li:last-child { margin: 0; }
	
	.article .banerBlock { background: none; }
	.article .banerBlock .thumb {
		float: none;
		margin: 0 auto;
	}
	.article .banerBlock .info {
		float: none;
	}
	.article .banerBlock .app {
		float: none;
		margin: 15px 0 0;
		text-align: center;
	}
	
	.article .evaluation,
	.article .readnow	{ border: 1px solid #f6f7f8; }
	
	#footer .statistic {
		top: 60px;
		right: 30px;
	}
	
	.short .info {
		width: 480px;
	}
}

@media (max-width: 768px) {
	.wrap { width: 100%; }
	
	#menuSwitcher { display: block; }
	#menuTop .wrap {
		height: 50px;
		position: relative;
	}
	#menuTop ul {
		display: none;
		position: absolute;
		top: 53px;
		width: 100%;
		z-index: 7;
	}
	
	#menuTop li {
		display: block;
		float: none;
		padding: 0;
		width: 100%;
		background: #3088b3;
		border-bottom: 1px dashed #004465;
	}
	
	#menuTop li:last-child { border-bottom: none; }
	
	#menuTop li a {
		text-transform: none;
		text-align: left;
		padding: 20px 20px 20px 55px;
		height: auto;
		font-size: 14px;
	}
	
	#menuTop a:before {
		top: 50%;
		left: 23px;
		margin-top: -9px;
	}
	
	#menuTop li.m1 a,
	#menuTop li.m2 a,
	#menuTop li.m3 a,
	#menuTop li.m4 a,
	#menuTop li.m5 a,
	#menuTop li.m6 a,
	#menuTop li.m7 a,
	#menuTop li.m8 a { width: 100%; }
	
	#menuTop li.m1 a:before,
	#menuTop li.m2 a:before,
	#menuTop li.m3 a:before,
	#menuTop li.m4 a:before,
	#menuTop li.m5 a:before,
	#menuTop li.m6 a:before,
	#menuTop li.m7 a:before,
	#menuTop li.m8 a:before {
		margin-left: 0;
		top: 50%;
	}
	
	.colLeft2 {
		float: none;
		width: 100%;
	}
	#myFone { width: 100%; }
	
	.text div div a:before { display: none; }
	.text div div a:after { display: none; }
	.text ul { width: 100%; }
	
	
	.article .banerBlock .thumb {
		float: left;
		margin-right: 18px;
		margin-bottom: 0;
	}
	.article .banerBlock .info {
		width: 100%;
		float: left;
		width: 240px;
	}
	
	.article .banerBlock .app {
		float: right;
		margin: 5px 0 0;
	}
	
	
	
	
	
	.article .quote {
		padding-left: 54px;
		padding-top: 30px;
	}
	.article .quote:after { top: 15px; }
	.article .quote a { display: inline; }
	
	.colRight2 {
		float: none;
		margin: 20px auto;
		width: 100%;
	}
	
	.bestRight {
		float: none;
		width: 100%;
	}
	
	.sidebar,
	.search,
	.socVk { width: 100%; }
	
	.sidebar .title img {
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}
	
	#footer .menuFooter { display: none; }
	
	
	#footer .statistic { display: none; }
	#footer .copy { padding: 25px; }
	
	.short .info {
		width: calc(100% - 230px);
	}
}

@media (max-width: 575px) {
	#header { display: none; }
	.article .banerBlock .thumb {
		float: none;
		margin: 0 auto;
	}
	.article .banerBlock .info {
		float: none;
	}
	.article .banerBlock .app {
		float: none;
		margin: 15px 0 0;
		text-align: center;
	}
	
	.short .thumb {
		margin: 0 auto 10px;
		float: none;
	}
	.short .info {
		width: 100%;
	}
}