#header-text-nav-wrap {
    padding: 0px 0 0px;
}

/*body, button, input, select, textarea {
    color: #444444;
    font: 14px 'Open Sans', serif;
}*/

body, button, input, select, textarea {
    color: #444444;
    font: 14px 'Verdana', serif;
}

.main-navigation li {
    float: left;
    position: relative;
    font-family: 'Verdana', serif;
    font-weight: 300;
}

input.s {
    width: 80%;
}

ins {background: #fff;}
.entry-content li {
    line-height: 1.6;
}

td {
vertical-align: middle;
line-height: 1.6;  
}

th {
    font-weight: bold;
    border: 1px solid #CCC;
    padding: 5px 10px;
}

td {
    border: 1px solid #CCC;
    padding: 3px 5px;
    font-size: 13px;
    line-height: 1.5;
}
td p {
   margin: 0; font-size: 13px;
}

td img {
   vertical-align: top;
}


.grecaptcha-badge {visibility: hidden;}

.count {
    background: none repeat scroll 0 0 #ffffff;
    color: #333;
    float: none;
    font-size: 14px;
    padding: 0 0px;
}

#content .post img {
    margin-bottom: 0;
  /*  width: 0px;*/
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

html, body {
    /* Убирает прокрутку по горизонтале, для мобильной версии */
   overflow-x: hidden;
}

/* Fixed Widget для плавающей рекламы в сайдбаре чтобы для 1ого вертикального блока отступ сверху был где скролироваться*/
#categories-2 {margin-top:1200px;}

@media (max-width: 1466px) {
		
#popmake-8187 {display: none;}
		
  }

/*-----для окна рекламы слева----*/

.myblockbottom {
  position: fixed;
  left: 0;
  right: 0;
  top: 180px;
  height: 600px;
	width: 160px;
  padding: 0px;
  text-align: center;
  z-index: 999999999;
}
.myblockbottom__close {
    position: absolute;
    right: -10px;
    width: 40px;
    height: 40px;
    transition: all .3s ease-out;
    z-index: 999999999;
    top: -25px;
    cursor: pointer;
}
.myblockbottom__close::after, .myblockbottom__close::before {
    content: '';
    position: absolute;
    top: 10px;
    width: 24px;
    height: 3px;
    z-index: 6;
    background-color: #8f9cb5;
}
.myblockbottom__close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}
.myblockbottom__close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

/*-----конец для окна рекламы слева----*/