.homepage-main__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 200;
  background-color: var(--page-background);
  padding-bottom: 8px;
}
@media only screen and (max-width: 499px) {
  .homepage-main__header {
    padding-bottom: 0px;
    border-bottom: 1px solid #ebebeb;
  }
}
.homepage-main__header-top {
  height: 72px;
}
@media only screen and (max-width: 499px) {
  .homepage-main__header {
    padding-bottom: 0px;
    border-bottom: 1px solid #ebebeb;
  }
  .homepage-main__header-top {
    box-sizing: border-box;
    height: 40px;
    padding: 0 16px;
    margin: 5px 0;
  }
}
.homepage-menus {
  padding: 20px 10px;
  margin: 0 0 16px;
  background-color: #f9f9f9;
  border-radius: 10px;
}
.homepage-menus .menus-item {
  flex: 1;
  text-align: center;
}
.homepage-menus .menus-item__icon {
  margin-bottom: 12px;
}
.homepage-menus .menus-item__icon img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
@media only screen and (max-width: 499px) {
  .homepage-menus {
    font-size: 12px;
  }
  .homepage-menus .menus-item__icon {
    margin-bottom: 10px;
  }
  .homepage-menus .menus-item__icon img {
    width: 44px;
    height: 44px;
  }
}
.homepage-main__content .posts-more {
  text-align: center;
  padding: 30px 0;
}
.homepage-main__content .posts-more .btn-maincolor {
  background: #f7694a;
  color: #fff;
  transition: all 0.3s ease;
}
.homepage-main__content .posts-more .btn-maincolor:hover {
  background: #ea320a;
  padding-left: 1em;
  padding-right: 1em;
}
@media only screen and (max-width: 499px) {
  .homepage-main__content {
    padding: 10px;
  }
}
