:root {
  --white: white;
  --black: black;
}

.body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading, .image, .columns {
  text-align: center;
}

.rich-text-block {
  text-align: left;
  padding-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.section {
  box-shadow: 13px 0 5px rgba(0, 0, 0, .62);
}

.footer {
  text-align: center;
  background-color: #fafafa;
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 14px;
}

.link-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.declare {
  color: #858585;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 15px;
}

.reviews-navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 10px 50px;
  display: flex;
  box-shadow: 1px 1px 3px #dfdfdf;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-image {
  display: block;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.adv-author-time {
  float: left;
  margin-left: 10px;
  line-height: 32px;
}

._40hh {
  line-height: 40px;
}

.adv-product-title-2 {
  color: #215bf8;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.adv-author {
  font-size: 15px;
}

.adv-product-review {
  color: #525252;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.adv-author-rating {
  float: left;
  line-height: 32px;
}

.adv-social {
  margin-top: 10px;
  margin-bottom: 10px;
}

.adv-cta {
  text-align: center;
  background-color: #ff0303;
  border-bottom: 8px solid #c40202;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.adv-hero-img {
  margin-top: 10px;
}

.adv-product-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.adv-author-img {
  float: left;
  width: 32px;
  height: 32px;
  margin-left: 10px;
}

.adv-product {
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px;
  box-shadow: 1px 1px 3px #bdbdbd;
}

.adv-box {
  background-color: #fffee0;
  border: 4px dashed #ff9292;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-size: 18px;
}

.adv-left {
  color: #494949;
  font-size: 20px;
  line-height: 30px;
}

.adv-product-img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.adv-titile {
  font-size: 28px;
  line-height: 32px;
}

.adv-author-name {
  float: left;
  margin-left: 10px;
  line-height: 32px;
}

.adv-product-rating {
  text-align: center;
  line-height: 32px;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .reviews-navigation {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 20px;
  }

  .link-wrap {
    font-size: 14px;
  }

  .logo-link {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .copyright {
    text-align: center;
  }

  .reviews-navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu {
    margin-left: 15px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }
}
