* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

a {
  outline: none;
  text-decoration: none;
}

ul {
  list-style: none;
}

.content-width {
  max-width: 117rem;
  margin: 0 auto;
  overflow: hidden;
}

.heading-3 {
  font-size: 2.4rem;
  color: #c50007;
  font-weight: bold;
}

.privacy {
  text-align: center;
}
.privacy a {
  color: #c50007;
}

.article__content {
  padding: 2rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .article__content {
    padding: 1.5rem 1rem;
  }
}
.article__content::after {
  content: "";
  position: absolute;
  background-color: #e1e1e1;
  width: 100%;
  height: 1px;
  bottom: 0;
}
.article__container {
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  .article__container {
    margin-right: 0;
  }
}
.article__heading {
  font-size: 3rem;
  font-family: "Tinos", serif;
  margin: 2rem 0;
}
@media only screen and (max-width: 768px) {
  .article__heading {
    font-size: 2.5rem;
  }
}
.article__date {
  text-transform: uppercase;
}
.article__text {
  margin: 1.5rem 0;
}
.article__text--small {
  font-size: 1.2rem;
  color: #999999;
}
.article__text--big {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: bold;
}
.article__text--red {
  color: #c50007;
}
.article__list {
  margin-left: 0.5rem;
  list-style: disc inside;
}
.article__quote {
  margin: 0 0 1.5rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd;
  color: #9e9e9e;
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.author__photo {
  margin-right: 2rem;
  width: 13rem;
  height: 13rem;
}
.author__description p {
  margin: 1rem 0;
}

.figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 0;
}
@media only screen and (max-width: 600px) {
  .figure {
    margin: 1rem 0;
  }
}
.figure__photo {
  width: 70%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .figure__photo {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .figure__photo {
    width: 85%;
  }
}
.figure .product-photo {
  width: 25%;
}
@media only screen and (max-width: 500px) {
  .figure .product-photo {
    width: 35%;
  }
}
.figure__description {
  font-style: italic;
}

.aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .aside {
    display: none;
  }
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search-form__input {
  height: 4rem;
  border-radius: 4px;
  border: 1px solid #333;
  outline: none;
  margin-bottom: 1rem;
  padding-left: 10px;
}
.search-form__input::-webkit-input-placeholder {
  padding-left: 1rem;
}
.search-form__input::-moz-placeholder {
  padding-left: 1rem;
}
.search-form__input:-ms-input-placeholder {
  padding-left: 1rem;
}
.search-form__input::-ms-input-placeholder {
  padding-left: 1rem;
}
.search-form__button {
  padding-top: 0.5rem;
  width: 40%;
  height: 3rem;
  border-radius: 4px;
  outline: none;
  background-color: #c50007;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.sections__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
}
.sections__item:not(:last-child) {
  margin-right: 2rem;
}
.sections__link {
  color: #000;
  font-family: "Tinos", serif;
}

.advertising {
  padding: 1rem;
}

.advertisment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.advertisment__description {
  padding: 1rem 2rem;
  width: 90%;
  border: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.advertisment__photo {
  width: 90%;
}
.advertisment__text {
  font-family: "Tinos", serif;
  margin-bottom: 2rem;
  color: #c50007;
}

.sections,
.advertising {
  position: relative;
  margin-top: 3rem;
}
.sections::before,
.advertising::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #c50007;
  top: -1.5rem;
}

.comments__content {
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .comments__content {
    padding: 0 1rem;
  }
}
.comments__heading {
  font-size: 2.5rem;
  font-family: "Tinos", serif;
  margin: 2rem 0;
}

.comment {
  margin: 1.5rem 0 2.5rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  bottom: -2rem;
}
.comment__photo {
  width: 5rem;
  height: 5rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 500px) {
  .comment__photo {
    width: 4rem;
    height: 4rem;
  }
}
.comment__image {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 1rem 0;
}
.comment__image--1 {
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .comment__image--1 {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .comment__image--1 {
    width: 80%;
  }
}
@media only screen and (max-width: 450px) {
  .comment__image--1 {
    width: 100%;
  }
}
.comment__image--2 {
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  .comment__image--2 {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .comment__image--2 {
    width: 85%;
  }
}
@media only screen and (max-width: 450px) {
  .comment__image--2 {
    width: 100%;
  }
}
.comment__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  margin-top: -0.5rem;
}
@media only screen and (max-width: 768px) {
  .comment__description {
    font-size: 1.3rem;
  }
}
.comment__name {
  font-weight: bolder;
  margin-bottom: 1rem;
}
.comment__date {
  color: #999999;
  font-size: 1.3rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .comment__date {
    font-size: 1.2rem;
  }
}

.heading-4 {
  font-size: 2rem;
  font-family: "Tinos", serif;
  margin: 2rem 0;
}

.themes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.themes::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  bottom: 0.5rem;
}
.themes a {
  font-size: 1.3rem;
  color: #c50007;
  margin-bottom: 2rem;
  text-align: center;
}