.logo {
  left: 40px;
  width: calc((100% - 6em - 40px)/2);
}

@media (min-width: 1024px) {
  .logo {
    width: auto;
  }
}
.heroArea {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.toolbar {
  margin-bottom: 30px;
  justify-content: space-between;
}

.hot {
  padding: 20px;
  background-color: #fff;
}

.hotArticles {
  position: relative;
  overflow: hidden;
  overflow-x: auto;
}

.hotArticles__inner {
  width: 180%;
}

.hotVideo {
  margin-bottom: 50px;
}

.hotArticles {
  margin-bottom: 50px;
}

.hot .articleItem {
  margin-bottom: 20px;
}

.hotArticles .articleItem__tit {
  margin-bottom: 5px;
}

.hotPodcast h2 {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  color: #c3c3c3;
  font-size: 1.375rem;
}
.hotPodcast h2::before, .hotPodcast h2::after {
  position: absolute;
  top: 50%;
  content: '';
  width: calc(100% / 2 - 3em);
  height: 1px;
  background-color: #f7f7f7;
}
.hotPodcast h2::before {
  left: 0;
}
.hotPodcast h2::after {
  right: 0;
}

.podcast + .podcast {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .hotArticles__inner {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .hot {
    padding: 30px;
  }

  .hotVideo {
    margin-bottom: 0;
    padding-right: 30px;
  }

  .hotArticles {
    margin-bottom: 0;
  }

  .hotPodcast h2 {
    margin-bottom: 20px;
  }

  .podcast + .podcast {
    margin-top: 0px;
  }
}
.page2 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.iconBtnWrap {
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.selectedArticlesWrap {
  margin-bottom: 60px;
  padding: 0 20px 40px 20px;
}

.selectedArticlesWrap .articleItem {
  margin-top: 30px;
}

.categoriesWrap {
  margin-bottom: 60px;
}

.categoriesGroup {
  padding: 0 20px 10px 20px;
}
.categoriesGroup .title {
  margin-bottom: 30px;
}

.categoriesWrap .category {
  margin-bottom: 20px;
}

.categoriesGroup + .categoriesGroup {
  border-top: 1px solid #e8e8e8;
}

@media (min-width: 1024px) {
  .page2 {
    padding-bottom: 80px;
  }

  .selectedArticlesWrap {
    padding: 0 40px 40px 40px;
  }

  .selectedArticlesWrap .articleItem__txt {
    -webkit-line-clamp: 3;
  }

  .categoriesWrap {
    margin-bottom: 75px;
  }

  .categoriesWrap .category__txt {
    min-height: 4em;
  }

  .categoriesGroup {
    padding: 0 30px 10px 30px;
  }

  .categoriesGroup + .categoriesGroup {
    border-left: 1px solid #e8e8e8;
  }

  .categoriesGroup .title {
    display: inline-block;
    margin-left: 20px;
    text-align: left;
  }

  .categoriesGroup .title::before {
    left: 0;
    margin-left: 0;
  }

  .category {
    border: 2px solid #fff;
    border-radius: 20px;
    transition: .3s;
  }
}
@media (hover: hover) {
  .category:hover {
    border-color: #6a00db;
  }
}
.page3 {
  padding-bottom: 30px;
  background-color: #f7f7f7;
}

.selectedShopsWrap {
  position: relative;
}

.page3 h2 {
  margin-bottom: 50px;
}

.controlBar {
  position: relative;
  text-align: right;
  font-size: 0;
  margin-bottom: 30px;
}

.shopSwiper {
  margin-top: -50px;
}

@media (min-width: 1024px) {
  .page3 .title {
    font-size: 2.25rem;
  }
}
.page4 {
  padding-bottom: 50px;
}

.page4 h2 {
  margin-bottom: 50px;
}

.shopListWrap {
  margin-top: -50px;
}

.shopList + .shopList {
  border-top: none;
  padding-top: 0;
}

@media (min-width: 1024px) {
  .page4 .title {
    font-size: 2.25rem;
  }
}
@media (max-width: 680px) {
  .hotArticles .articleItem__img--rectangle::before {
    padding-top: 100%;
  }
}
