.header .clearfix {
  display: block;
}

.header .clearfix::after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.header {
  height: auto;
  margin-bottom: 20px;
}

.nav {
  background: none;
  background-color: #ffffff;
  height: auto;
  margin: 0;
  padding: 10px;
}

.header #access ul {
  margin: 0px;
}

.sidebar-block {
  padding: 20px 20px 37px 20px;
  width: 195px;
}

.sidebar-block h2 {
  padding-left: 0px;
}

.right-sidebar ul {
  padding-left: 0px;
}

.field-name-tags ul {
  list-style: none;
}

@media only screen and (max-width:1319px) {
  .product-promo-banner {
      display: none;
  }
}

@media only screen and (max-width:999px) {
  .fix-width-wrapper {
    margin: 0 auto;
    max-width: 95%;
  }

  .container {
    width: 68%;
    margin-right: 2%;
  }

  .article-tiser {
    background: none;
    background-color: #ffffff;
    display: block;
    height: auto;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 15px 15px 37px;
    position: relative;
    width: 94%;
  }

  .article-tiser .clsthumb {
    display: block;
    float: none;
    padding-right: 0px;
    text-align: center;
  }

  .reed-more {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }

  .article-tiser .reed-more a {
    bottom: 0;
    position: absolute;
    width: 100%;
  }

  .article-tiser h2 {
    text-align: center;
    clear: both;
  }

  .article-tiser p {
    padding-left: 0px;
    padding-right: 0px;
  }

  .article-conteiner {
    padding: 0 0 37px;
    width: 100%;
  }

  .article, #page-title {
    background-color: #ffffff;
    padding: 25px 20px 0;
    width: auto;
  }

  .article p {
    width: 100%;
  }

  .article-content img {
    max-width: 100%;
    height: auto;
  }

  .right-sidebar {
    margin-left: 0px;
    position: relative;
    width: 30%;
  }

  .sidebar-block {
    background: none;
    background-color: #ffffff;
    color: #343434;
    display: block;
    margin-bottom: 20px;
    padding: 20px 20px;
    width: auto;
  }

  .sidebar-block h2 {
    padding: 0px;
  }

  .right-sidebar ul {
    padding: 0px;
  }

  .wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
  }

  .comment {
    width: 100%;
  }

  .comment .comment-form {
    padding: 25px 25px 25px 25px;
    width: 92%;
  }

  .comment .comment-form .form-item {
    width: 90%;
  }

  .comment .comment-form .text-full {
    width: 100%;
  }
  .footer {
    height: auto;
  }
  .footer:after {
    content: '';
    display: table;
    clear: both;
  }
  .footer .footer-left {
    width: 100% !important;
    float: none;
  }
  .footer .footer-right {
    width: 100% !important;
    float: none;
    padding-top: 10px;
  }
  .footer .social {
    float: none;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width:767px) {
  .serch {
    right: -20px;
    margin-left: 0px !important;
  }

  .container {
    float: none;
    width: 100%;
  }

  .article-tiser {
    width: auto;
  }

  .right-sidebar {
    float: none;
    width: 100%;
  }
}