.section-indent {
  max-width: 1180px;
  margin: 76px auto 100px auto;
}

.section-title {
  font-family: Lato;
  font-weight: bold;
  font-size: 38px;
  line-height: 126%;
  margin-left: 90px;
  color: #494949;
}

.box {
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.text {
  font-family: Lato;
  font-size: 24px;
  line-height: 142%;
  letter-spacing: 0.03em;
  color: #000;
}

.author {
  position: absolute;
  bottom: 18px;
  right: 52px;
  font-family: Lato;
  font-size: 16px;
  line-height: 162%;
  color: #696e7b;
}

.post__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
}

.post__box {
  cursor: pointer;
  padding: 20px 20px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.post__box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.post__title {
  font-weight: bold;
  font-family: Heebo;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 26px;
  color: #696e7b;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}

.post img {
  width: 100px;
  height: 81px;
}

.post hr {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 5px;
  background-color: #696e7b;
}

.popular-articles__box {
  position: relative;
  padding: 29px 30px;
  margin-top: 42.5px;
  padding: 29px 37px 50px 37px;
}

.popular-articles__box.big-box {
  padding: 30px 20px 95px 20px;
}

.popular-articles__box.big-box .author {
  right: 20px;
}

.popular-articles__box:first-child {
  margin-top: 0;
}

.popular-articles__text {
  color: #494949;
}

.popular-articles__author {
  right: 42px;
}

.reviews .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.reviews .review__logo {
  display: inline-block;
  padding: 20px 13px;
}

.reviews .review__text {
  display: inline-block;
  margin-left: 93px;
}

.basic__box {
  padding: 30px 52px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.basic__text {
  color: #494949;
  margin-left: 36px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .section-indent {
    max-width: 962px;
  }
  .section-title {
    font-size: 34px;
    margin-left: 60px;
  }
  .text {
    font-size: 20px;
  }
  .popular-articles__box {
    margin-top: 34.5px;
  }
  .popular-articles__box.big-box {
    padding: 50px 20px 95px 20px;
  }
  .popular-articles img {
    width: 410px;
  }
  .reviews .review__logo {
    padding: 15px 10px;
  }
  .reviews .review__text {
    margin-left: 60px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .section-indent {
    max-width: 710px;
    margin: 56px auto 80px auto;
  }
  .section-title {
    font-size: 30px;
    margin-left: 40px;
  }
  .text {
    font-size: 18px;
  }
  .author {
    font-size: 14px;
  }
  .popular-articles__box {
    margin-top: 35px;
    padding: 29px 32px 50px 32px;
  }
  .popular-articles__box.big-box {
    padding: 50px 32px 95px 32px;
    margin-bottom: 35px;
  }
  .popular-articles__box.big-box .author {
    bottom: 15px;
    right: 32px;
  }
  .popular-articles img {
    width: 100%;
  }
  .popular-articles__author {
    bottom: 15px;
    right: 32px;
  }
  .reviews .review__logo {
    padding: 15px 10px;
  }
  .reviews .review__logo img {
    width: 100%;
  }
  .reviews .review__text {
    margin-left: 40px;
  }
  .basic__box {
    padding: 30px 52px 30px 30px;
  }
  .basic__box img {
    width: 200px;
  }
  .basic__text {
    margin-left: 36px;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .section-indent {
    max-width: 530px;
    margin: 46px auto 60px auto;
  }
  .section-title {
    font-size: 26px;
    margin-left: 30px;
  }
  .text {
    font-size: 16px;
  }
  .author {
    font-size: 12px;
  }
  .popular-articles__box {
    margin-top: 35px;
    padding: 29px 32px 50px 32px;
  }
  .popular-articles__box.big-box {
    padding: 50px 32px 95px 32px;
    margin-bottom: 35px;
  }
  .popular-articles__box.big-box .author {
    bottom: 15px;
    right: 32px;
  }
  .popular-articles img {
    width: 100%;
  }
  .popular-articles__author {
    bottom: 15px;
    right: 32px;
  }
  .reviews .review__logo {
    padding: 10px 5px;
  }
  .reviews .review__logo img {
    width: 100%;
  }
  .reviews .review__text {
    margin-left: 30px;
  }
  .basic__box {
    padding: 20px 12px 20px 20px;
  }
  .basic__box img {
    width: 100px;
  }
  .basic__text {
    margin-left: 20px;
  }
}

@media screen and (max-width: 575px) {
  .section-indent {
    max-width: 95%;
    margin: 36px auto 50px auto;
  }
  .text {
    font-size: 16px;
  }
  .author {
    font-size: 12px;
  }
  .section-title {
    font-size: 24px;
    margin-left: 20px;
  }
  .popular-articles__box {
    margin-top: 25px;
    padding: 25px 30px 40px 30px;
  }
  .popular-articles__box.big-box {
    padding: 40px 30px 90px 30px;
    margin-bottom: 25px;
  }
  .popular-articles__box.big-box .author {
    bottom: 12px;
    right: 25px;
  }
  .popular-articles img {
    width: 100%;
  }
  .popular-articles__author {
    bottom: 12px;
    right: 25px;
  }
  .reviews .review {
    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-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 20px;
    text-align: center;
  }
  .reviews .review__logo {
    padding: 0;
  }
  .reviews .review__logo.box {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .reviews .review__logo img {
    width: 100%;
  }
  .reviews .review__text {
    margin-top: 15px;
    margin-left: 0;
  }
  .basic__box {
    padding: 20px 12px 20px 20px;
  }
  .basic__box img {
    width: 100px;
  }
  .basic__text {
    margin-left: 20px;
  }
}
/*# sourceMappingURL=blog.css.map */