@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

.blog-footer {
  padding: 0 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}

#ya-site-form0 .ya-site-form__form {
  width: 250px;
}

.email-hunter {
  padding: 5px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

/*Cookie Consent Begin*/
#promoPopup {
  background-color: rgba(20, 20, 20, 0.8);
  color: #FFF;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 270;
  display: none;
  z-index: 9999;
}

#promoPopup a {
  color: #FFF;
  text-decoration: none;
}

#closePromoPopup {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 25px;
  width: 25px;
  margin: 5px 0 0 0;
  color: #FFF;
}

/*Cookie Consent End*/
