.category-block {
  height: 100vh;
}
@media only screen and (min-width: 768px) {
  .category-block {
    height: 60vh;
  }
}
.category-block__image {
  width: 200vmax;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .category-block__image {
    width: 100vmax;
  }
}
.category-block__image-wrap {
  height: 100%;
  position: relative;
}
.category-block__image-wrap:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.category-block__content {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.category-block__title {
  word-break: break-word;
}

.advertisement {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 20rem;
}
@media only screen and (min-width: 640px) {
  .advertisement {
    min-height: 25rem;
  }
}
@media only screen and (min-width: 768px) {
  .advertisement {
    min-height: auto;
  }
}
.advertisement--fixed {
  min-height: auto;
  height: 20rem;
}
@media only screen and (min-width: 640px) {
  .advertisement--fixed {
    height: 25rem;
  }
}
@media only screen and (min-width: 768px) {
  .advertisement--fixed {
    height: 30rem;
  }
}
@media only screen and (min-width: 1024px) {
  .advertisement--fixed {
    height: 40rem;
  }
}
@media only screen and (min-width: 1220px) {
  .advertisement--fixed {
    height: 45rem;
  }
}
@media only screen and (min-width: 1220px) {
  .advertisement--fixed {
    height: 47.4rem;
  }
}
.advertisement--fixed a {
  position: relative;
  clip-path: inset(0);
}
.advertisement__image {
  width: 100%;
  height: 100%;
}
.advertisement__image img {
  width: 100%;
  height: 100%;
  min-height: 20rem;
  object-fit: cover;
  object-position: 0;
}
@media only screen and (min-width: 640px) {
  .advertisement__image img {
    min-height: 25rem;
  }
}
@media only screen and (min-width: 768px) {
  .advertisement__image img {
    height: auto;
    min-height: auto;
    object-fit: contain;
    object-position: initial;
  }
}
.advertisement a {
  display: block;
  height: 100%;
}
.advertisement__container {
  padding: 2.5rem 2rem;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .advertisement__container {
    display: flex;
    align-items: center;
  }
}
.advertisement__title {
  max-width: 44.8rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.14;
  font-weight: 700;
}
@media only screen and (min-width: 640px) {
  .advertisement__title {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .advertisement__title {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .advertisement__title {
    font-size: 4.2rem;
  }
}
@media only screen and (min-width: 1220px) {
  .advertisement__title {
    font-size: 5.2rem;
  }
}
@media only screen and (min-width: 1440px) {
  .advertisement__title {
    font-size: 5.6rem;
  }
}
.advertisement__image--fixed {
  width: 64vmax;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 640px) {
  .advertisement__image--fixed {
    width: 100vmax;
  }
}
.advertisement__image--fixed img {
  width: 100%;
}
.advertisement__logo {
  max-width: 17.8rem;
}
@media only screen and (min-width: 640px) {
  .advertisement__logo {
    max-width: 20rem;
  }
}
@media only screen and (min-width: 768px) {
  .advertisement__logo {
    max-width: 25rem;
  }
}
@media only screen and (min-width: 1024px) {
  .advertisement__logo {
    max-width: 30rem;
  }
}
@media only screen and (min-width: 1220px) {
  .advertisement__logo {
    max-width: 35.4rem;
  }
}
.advertisement__inner-wrap {
  height: auto;
  margin-bottom: 6rem;
}
@media only screen and (min-width: 768px) {
  .advertisement__inner-wrap {
    margin-bottom: 8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .advertisement__inner-wrap {
    margin-bottom: 10rem;
  }
}
@media only screen and (min-width: 1440px) {
  .advertisement__inner-wrap {
    margin-bottom: 12rem;
  }
}
@media only screen and (min-width: 768px) {
  .advertisement__inner {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .advertisement__inner {
    gap: 3rem 2rem;
  }
}
.advertisement__inner-block {
  margin-bottom: 2rem;
  height: 12.6rem;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .advertisement__inner-block {
    height: 17rem;
  }
}
@media only screen and (min-width: 768px) {
  .advertisement__inner-block {
    margin-bottom: 0;
    width: 48.8%;
  }
}
@media only screen and (min-width: 1024px) {
  .advertisement__inner-block {
    height: 20rem;
  }
}
@media only screen and (min-width: 1220px) {
  .advertisement__inner-block {
    height: 22rem;
  }
}
@media only screen and (min-width: 1440px) {
  .advertisement__inner-block {
    height: 24rem;
  }
}
@media only screen and (min-width: 1620px) {
  .advertisement__inner-block {
    height: 28rem;
  }
}
@media only screen and (min-width: 1920px) {
  .advertisement__inner-block {
    height: 32.2rem;
  }
}
.advertisement__inner-block:last-of-type {
  margin-bottom: 0;
}
.advertisement__inner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advertisement__inner-logo {
  max-width: 12.6rem;
  position: absolute;
  left: 1.7rem;
  bottom: 1.7rem;
  z-index: 2;
}
@media only screen and (min-width: 640px) {
  .advertisement__inner-logo {
    max-width: 15.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .advertisement__inner-logo {
    max-width: 18.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .advertisement__inner-logo {
    max-width: 20rem;
    left: 3.2rem;
    bottom: 3.2rem;
  }
}
@media only screen and (min-width: 1220px) {
  .advertisement__inner-logo {
    max-width: 24.2rem;
  }
}

.btn {
  margin: 0 auto;
  display: block;
  width: 22rem;
  padding: 1.6rem 2rem;
  background: #161617;
  border: 1px solid #161617;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  transition: all ease-in 0.3s;
  cursor: pointer;
}
.btn:hover {
  background: #fff;
  color: #161617;
}
.btn--white {
  background: #fff;
  color: #161617;
  border: 1px solid #161617;
}
.btn--white:hover {
  background: #161617;
  color: #fff;
  border: 1px solid #161617;
}
@media only screen and (min-width: 1620px) {
  .btn {
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 1920px) {
  .btn {
    padding: 1.85rem 2rem;
    font-size: 2.2rem;
  }
}

.social {
  padding: 2rem 0 12rem;
}
@media only screen and (min-width: 1024px) {
  .social {
    padding: 3rem 0 14rem;
  }
}
@media only screen and (min-width: 1220px) {
  .social {
    padding: 4rem 0 16rem;
  }
}
.social__head {
  margin-bottom: 4.8rem;
}
@media only screen and (min-width: 768px) {
  .social__head {
    margin-bottom: 4rem;
    flex-direction: row;
    order: 1;
  }
}
.social__logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .social__logo {
    flex-direction: row;
  }
}
.social__logo-img {
  margin-bottom: 1.2rem;
  width: 8rem;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .social__logo-img {
    width: 12rem;
    margin: 0 2.4rem 0 0;
  }
}
.social__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .social__content {
    gap: 3.2rem;
    margin-bottom: 0;
    order: 3;
  }
}
.social__btn {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .social__btn {
    margin-bottom: 4rem;
    order: 2;
    font-size: 1.6rem;
  }
}
.social #sbi_mod_link, .social #sbi_mod_error {
  float: none;
}

#sb_instagram {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sb_instagram:after {
  display: none;
}
#sb_instagram .sbi_photo {
  transition: all ease-in-out 0.3s;
}
#sb_instagram .sbi_photo:hover {
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) {
  #sb_instagram {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
}
#sb_instagram .sbi_no_avatar .sbi_header_hashtag_icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sb_instagram .sb_instagram_header {
  float: none;
  margin: 0;
  margin-bottom: 4.8rem !important;
  clear: none;
}
@media only screen and (min-width: 768px) {
  #sb_instagram .sb_instagram_header {
    width: auto;
    margin-bottom: 4rem !important;
    flex-direction: row;
    order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
}
#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text {
  padding-top: 0;
  float: none;
  width: auto;
}
#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text.sbi_no_bio h3 {
  padding-top: 0 !important;
  margin: 0 !important;
}
#sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3 {
  font-size: 1.8rem !important;
  font-weight: 600;
  line-height: 1.25;
  float: none;
}
@media only screen and (min-width: 768px) {
  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3 {
    font-size: 2rem !important;
  }
}
@media only screen and (min-width: 1024px) {
  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3 {
    font-size: 2.4rem !important;
  }
}
@media only screen and (min-width: 1520px) {
  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3 {
    font-size: 2.6rem !important;
  }
}
@media only screen and (min-width: 1920px) {
  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3 {
    font-size: 2.8rem !important;
  }
}
#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img {
  float: none;
  margin: 0 0 1.2rem !important;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
}
@media only screen and (min-width: 480px) {
  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img {
    width: 8rem;
    height: 8rem;
  }
}
@media only screen and (min-width: 768px) {
  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img {
    width: 12rem;
    height: 12rem;
    margin: 0 2.4rem 0 0 !important;
  }
}
@media only screen and (min-width: 1620px) {
  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img {
    width: 14rem;
    height: 14rem;
  }
}
@media only screen and (min-width: 1920px) {
  #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img {
    width: 16rem;
    height: 16rem;
  }
}
#sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  float: none;
}
#sb_instagram .sb_instagram_header a {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  text-align: center;
  justify-content: flex-start;
  float: none;
}
@media only screen and (min-width: 768px) {
  #sb_instagram .sb_instagram_header a {
    flex-direction: row-reverse;
  }
}
#sb_instagram #sbi_images {
  padding: 0 !important;
  margin-bottom: 4rem;
  float: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
@media only screen and (min-width: 768px) {
  #sb_instagram #sbi_images {
    gap: 2rem;
    margin-bottom: 0;
    order: 3;
  }
}
@media only screen and (min-width: 1024px) {
  #sb_instagram #sbi_images {
    gap: 3.2rem;
  }
}
#sb_instagram #sbi_images .sbi_item {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  #sb_instagram #sbi_load {
    float: none;
    width: auto;
    order: 2;
  }
}
#sb_instagram .sbi_follow_btn {
  margin: 0;
}
#sb_instagram .sbi_follow_btn .svg-inline--fa.fa-instagram {
  display: none;
}
#sb_instagram .sbi_follow_btn a {
  margin: 0;
  padding: 0 0 0.2rem;
  display: inline-block;
  font-size: 1.3rem;
  color: #161617;
  line-height: 1.23;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: transparent;
  border-bottom: 1px solid #161617;
  border-radius: 0;
}
@media only screen and (min-width: 1024px) {
  #sb_instagram .sbi_follow_btn a {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1620px) {
  #sb_instagram .sbi_follow_btn a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1620px) {
  #sb_instagram .sbi_follow_btn a {
    font-size: 2.2rem;
  }
}
#sb_instagram .sbi_follow_btn a:hover {
  border-bottom-color: transparent;
  background: transparent;
  box-shadow: none;
}
#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:active {
  border-bottom-color: transparent;
  background: transparent;
  box-shadow: none;
}

.category-block__subtitle-editorials {
  max-width: 64rem;
  margin: 0.8rem auto;
}
@media only screen and (min-width: 768px) {
  .category-block__subtitle-editorials {
    margin-top: 1.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .category-block__subtitle-editorials {
    margin-top: 2.4rem;
  }
}
@media only screen and (min-width: 1620px) {
  .category-block__subtitle-editorials {
    max-width: 75rem;
    margin-top: 3.2rem;
  }
}
@media only screen and (min-width: 1920px) {
  .category-block__subtitle-editorials {
    max-width: 85rem;
    margin-top: 4rem;
  }
}

.editorial {
  padding: 10rem 0;
  overflow: visible;
}
@media only screen and (min-width: 1024px) {
  .editorial {
    padding-top: 6.4rem;
  }
}
@media only screen and (min-width: 1620px) {
  .editorial {
    padding-top: 7.4rem;
  }
}
@media only screen and (min-width: 1920px) {
  .editorial {
    padding-top: 8rem;
  }
}
.editorial:last-of-type {
  padding-bottom: 0;
}
.editorial-nopadding:not(:last-of-type) {
  padding-bottom: 0;
}
.editorial-nopadding:not(:nth-of-type(2)) {
  padding-top: 2rem;
}
@media only screen and (min-width: 1024px) {
  .editorial-nopadding:not(:nth-of-type(2)) {
    padding-top: 3.2rem;
  }
}
@media only screen and (min-width: 640px) {
  .editorial__list-flex {
    display: grid;
    grid-template-columns: repeat(auto-fit, 48.3%);
    gap: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .editorial__list-flex {
    grid-template-columns: repeat(auto-fit, 48.5%);
  }
}
@media only screen and (min-width: 1024px) {
  .editorial__list-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem;
  }
}
@media only screen and (min-width: 1620px) {
  .editorial__list-flex {
    gap: 4.1rem;
  }
}
@media only screen and (min-width: 1920px) {
  .editorial__list-flex {
    gap: 4.4rem;
  }
}
.editorial__item {
  margin-bottom: 2rem;
  display: block;
  width: auto;
  padding-bottom: 0;
  border-bottom: 0;
  height: 51.5rem;
  max-width: 64rem;
}
.editorial__item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .editorial__item {
    margin: 0;
    height: 55rem;
  }
}
@media only screen and (min-width: 1024px) {
  .editorial__item {
    height: 60rem;
    max-width: 31.1%;
    flex-basis: 31.1%;
  }
}
@media only screen and (min-width: 1220px) {
  .editorial__item {
    height: 64rem;
    max-width: 31.5%;
    flex-basis: 31.5%;
  }
}
@media only screen and (min-width: 1024px) {
  .editorial__item:nth-of-type(5n+4), .editorial__item:nth-of-type(5n+5) {
    max-width: 48.3%;
    flex-basis: 48.3%;
    height: 70rem;
  }
}
@media only screen and (min-width: 1220px) {
  .editorial__item:nth-of-type(5n+4), .editorial__item:nth-of-type(5n+5) {
    max-width: 48.6%;
    flex-basis: 48.6%;
    height: 78rem;
  }
}
@media only screen and (min-width: 1440px) {
  .editorial__item:nth-of-type(5n+4), .editorial__item:nth-of-type(5n+5) {
    height: 84rem;
  }
}
@media only screen and (min-width: 1024px) {
  .editorial__item:nth-of-type(5n+4) .item__title, .editorial__item:nth-of-type(5n+5) .item__title {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1220px) {
  .editorial__item:nth-of-type(5n+4) .item__title, .editorial__item:nth-of-type(5n+5) .item__title {
    font-size: 4.4rem;
  }
}
@media only screen and (min-width: 1440px) {
  .editorial__item:nth-of-type(5n+4) .item__title, .editorial__item:nth-of-type(5n+5) .item__title {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 1620px) {
  .editorial__item:nth-of-type(5n+4) .item__title, .editorial__item:nth-of-type(5n+5) .item__title {
    font-size: 5.6rem;
  }
}
@media only screen and (min-width: 1920px) {
  .editorial__item:nth-of-type(5n+4) .item__title, .editorial__item:nth-of-type(5n+5) .item__title {
    font-size: 6.4rem;
  }
}
.editorial__item .editorial__img {
  z-index: -1;
}
.editorial__item .editorial__img-wrap {
  width: 100%;
  height: 100%;
  margin: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.editorial__item .editorial__item-content {
  position: absolute;
  bottom: 6.4rem;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 2rem;
}
@media only screen and (min-width: 1024px) {
  .editorial__item .editorial__item-content {
    bottom: 8rem;
  }
}
.editorial__item .item__title a {
  color: #fff;
}
.editorial__item .category-text {
  color: #fff;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 1620px) {
  .editorial__item .category-text {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (min-width: 1920px) {
  .editorial__item .category-text {
    margin-bottom: 2rem;
  }
}
.editorial__item .item__title {
  font-size: 3.2rem;
  text-transform: capitalize;
}
@media only screen and (min-width: 1620px) {
  .editorial__item .item__title {
    font-size: 3.8rem;
  }
}
@media only screen and (min-width: 1920px) {
  .editorial__item .item__title {
    font-size: 4.4rem;
  }
}
.editorial__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 6%;
}
.editorial__img-wrap {
  margin-right: 2rem;
  width: 10rem;
  height: 13.2rem;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .editorial__img-wrap {
    margin: 0 0 1.6rem;
    width: 100%;
    height: 30rem;
  }
}
@media only screen and (min-width: 768px) {
  .editorial__img-wrap {
    height: 35rem;
  }
}
@media only screen and (min-width: 1440px) {
  .editorial__img-wrap {
    height: 40rem;
  }
}
.editorial__advertisement {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .editorial__advertisement.editorial__item-sticky {
    margin: 0;
    width: 25%;
    position: sticky;
    top: 10rem;
  }
}
@media only screen and (min-width: 1440px) {
  .editorial__advertisement.editorial__item-sticky {
    width: 23.15%;
  }
}
.editorial__advertisement-image {
  margin: 0 auto;
  max-width: 40rem;
  width: 100%;
}
.editorial__advertisement img {
  width: 100%;
}
.editorial .load_more {
  margin-top: 4.8rem;
}
@media only screen and (min-width: 768px) {
  .editorial .load_more {
    margin-top: 5.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .editorial .load_more {
    margin-top: 6.4rem;
  }
}
.editorial__social {
  padding-top: 12rem;
}
@media only screen and (min-width: 1024px) {
  .editorial__social {
    padding-top: 14rem;
  }
}
.editorial__btn {
  margin-top: 4.8rem;
}
@media only screen and (min-width: 1024px) {
  .editorial__btn {
    margin-top: 6.4rem;
  }
}

.btn-loading {
  font-size: 0 !important;
  min-width: 10rem;
  height: 5.8rem;
  background: #161617 !important;
}

.btn-loading:after {
  content: "";
  border: 0.2rem solid transparent;
  border-top: 0.2rem solid #ffffff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.editorial-wrap .advertisement__image--fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: auto;
  transform: none;
  object-fit: cover;
}