.single-block {
  height: 90vh;
}
@media only screen and (min-width: 1220px) {
  .single-block {
    height: 64rem;
  }
}
.single-block__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  object-position: center 6%;
  z-index: -1;
}
.single-block__image-wrap {
  height: 100%;
  position: relative;
}
.single-block__image-wrap:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(22, 22, 23, 0.3) 0%, rgba(22, 22, 23, 0.9) 100%);
}
@media only screen and (min-width: 1024px) {
  .single-block__image-wrap:before {
    background: linear-gradient(180deg, rgba(22, 22, 23, 0.3) 0%, rgba(22, 22, 23, 0.5) 100%);
  }
}
.single-block__content {
  margin: 0 auto;
  padding: 0 2rem 4.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .single-block__content {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1220px) {
  .single-block__content {
    padding-bottom: 6.4rem;
  }
}
.single-block__category {
  margin-bottom: 1.6rem;
  color: #fff;
}
.single-block__category a {
  text-transform: uppercase;
}
.single-block .single-social__icon {
  width: 4.8rem;
  height: 4.8rem;
  border-color: #fff;
}
.single-block .single-social__icon img {
  filter: invert(1);
}
.single-block__title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 110%;
}
@media only screen and (min-width: 768px) {
  .single-block__title {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .single-block__title {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1220px) {
  .single-block__title {
    font-size: 4.8rem;
  }
}
.single-block__title-wrap {
  margin-bottom: 8.8rem;
}
@media only screen and (min-width: 1024px) {
  .single-block__title-wrap {
    margin-bottom: 6rem;
  }
}
.single-block__date {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 133%;
  text-align: center;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) {
  .single-block__date {
    margin-bottom: 2.4rem;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .single-block__date {
    font-size: 2.4rem;
  }
}
.single-block--vertical {
  height: 100vh;
}
@media only screen and (min-width: 768px) {
  .single-block--vertical {
    margin-top: 8.4rem;
    display: flex;
    justify-content: center;
    height: 60rem;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .single-block--vertical {
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 1220px) {
  .single-block--vertical {
    height: 84rem;
  }
}
.single-block--vertical .single-block__image-wrap {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .single-block--vertical .single-block__image-wrap {
    width: 50%;
  }
}
.single-block--vertical .single-block__image-wrap:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(22, 22, 23, 0.3) 0%, rgba(22, 22, 23, 0.9) 100%);
}
@media only screen and (min-width: 768px) {
  .single-block--vertical .single-block__image-wrap:before {
    display: none;
  }
}
.single-block--vertical .single-block__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 6%;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .single-block--vertical .single-block__image-wrap img {
    z-index: 1;
    height: 100%;
  }
}
.single-block--vertical .single-block__category {
  margin-bottom: 1.6rem;
}
.single-block--vertical .single-social__icon {
  border-color: #fff;
  width: 4.8rem;
  height: 4.8rem;
}
@media only screen and (min-width: 768px) {
  .single-block--vertical .single-social__icon {
    border-color: #161617;
  }
}
.single-block--vertical .single-social__icon img {
  filter: invert(1);
}
@media only screen and (min-width: 768px) {
  .single-block--vertical .single-social__icon img {
    filter: none;
  }
}
.single-block--vertical .single-block__content {
  margin: 0 auto;
  padding: 0 2rem 4.8rem;
  max-width: 80rem;
  display: grid;
  justify-content: center;
  grid-template-rows: repeat(2, 1fr);
  align-items: flex-end;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .single-block--vertical .single-block__content {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 50%;
    padding: 0 4rem;
    position: static;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #161617;
  }
}
@media only screen and (min-width: 1220px) {
  .single-block--vertical .single-block__content {
    padding: 0 6.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .single-block--vertical .single-block__title-wrap {
    margin-bottom: 5.6rem;
  }
}

.single-social {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.4rem;
}

.article {
  padding: 4rem 0 8rem;
}
@media only screen and (min-width: 768px) {
  .article {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .article {
    padding: 6.4rem 0 10rem;
  }
}
.article__block {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 640px) {
  .article__block {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .article__block {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1220px) {
  .article__block {
    margin-bottom: 3.2rem;
  }
}
.article__block:last-of-type {
  margin-bottom: 3.6rem;
}
@media only screen and (min-width: 768px) {
  .article__block:last-of-type {
    margin-bottom: 4.2rem;
  }
}
@media only screen and (min-width: 1220px) {
  .article__block:last-of-type {
    margin-bottom: 4.8rem;
  }
}
.article__block img {
  margin-bottom: 2rem;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .article__block img {
    margin-bottom: 0;
  }
}
.article__block img:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .article__block-vertical-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .article__block-vertical-two {
    gap: 2rem;
  }
}
@media only screen and (min-width: 1220px) {
  .article__block-vertical-two {
    gap: 3.2rem;
  }
}
.article__block-vertical-two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 640px) {
  .article__block-vertical-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .article__block-vertical-three {
    gap: 2rem;
  }
}
@media only screen and (min-width: 1220px) {
  .article__block-vertical-three {
    gap: 3.2rem;
  }
}
.article__block-vertical-three img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article__description-text {
  margin-bottom: 2rem;
}
.article__description-text:last-of-type {
  margin-bottom: 0;
}
.article__description-text strong {
  font-weight: 600;
}
.article__advertisement-container {
  height: 33.5rem;
}
@media only screen and (min-width: 1024px) {
  .article__advertisement-container {
    height: 32.8rem;
  }
}
.article__advertisement a {
  height: 100%;
  display: block;
}
.article__advertisement-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 8% 0;
}

.fancybox__content img {
  cursor: url("../../img/icons/cursor.svg"), auto !important;
}
.fancybox__content > .carousel__button.is-close {
  right: 0;
  width: 4.4rem;
  height: 4.4rem;
}
@media only screen and (min-width: 768px) {
  .fancybox__content > .carousel__button.is-close {
    right: -7.5rem;
  }
}
.fancybox__content > .carousel__button.is-close:before, .fancybox__content > .carousel__button.is-close:after {
  display: block;
  content: "";
  width: 4.4rem;
  height: 1px;
  background: #fff;
  position: absolute;
}
.fancybox__content > .carousel__button.is-close:before {
  transform: rotate(45deg);
}
.fancybox__content > .carousel__button.is-close:after {
  transform: rotate(-45deg);
}
.fancybox__content > .carousel__button.is-close svg {
  display: none;
}
.fancybox__nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.fancybox__toolbar__items--right {
  margin-top: 1.5rem;
  margin-right: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .fancybox__toolbar__items--right {
    margin-top: 3rem;
    margin-right: 10rem;
  }
}

.carousel__button svg {
  width: 5rem;
  height: 5rem;
  stroke-width: 0.5px;
}

.recommends {
  padding: 4rem 0 8rem;
}
@media only screen and (min-width: 1220px) {
  .recommends {
    padding: 7rem 0 10rem;
  }
}
.recommends__title {
  margin-bottom: 4.8rem;
  font-size: 3.2rem;
  line-height: 100%;
}
@media only screen and (min-width: 768px) {
  .recommends__title {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .recommends__title {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1220px) {
  .recommends__title {
    margin-bottom: 6.4rem;
    font-size: 4.8rem;
    text-align: center;
  }
}
@media only screen and (min-width: 1620px) {
  .recommends__title {
    margin-bottom: 7.8rem;
    font-size: 5.6rem;
  }
}
@media only screen and (min-width: 1920px) {
  .recommends__title {
    margin-bottom: 7rem;
    font-size: 6.4rem;
  }
}
@media only screen and (min-width: 640px) {
  .recommends__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .recommends__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1440px) {
  .recommends__list {
    gap: 3.2rem;
  }
}
.recommends__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.8px solid rgba(22, 22, 23, 0.11);
}
@media only screen and (min-width: 640px) {
  .recommends__item {
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.recommends__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .recommends__item {
    width: 49%;
  }
  .recommends__item:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .recommends__item {
    width: 100%;
  }
}
.recommends__item:last-of-type {
  margin-bottom: 0;
}
.recommends__item .category, .recommends__item .item__title {
  color: #161617;
}
.recommends__item a {
  display: block;
  height: 100%;
}
.recommends__item-content {
  flex: 1 0 0;
}
@media only screen and (min-width: 640px) {
  .recommends__item-content {
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .recommends__item-content {
    padding-right: 5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .recommends__item-content {
    position: static;
    padding-right: 1rem;
    text-align: left;
  }
}
.recommends__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommends__img-wrap {
  margin-right: 2rem;
  flex-shrink: 0;
  width: 10rem;
  height: 10rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .recommends__img-wrap {
    margin: 0 0 1.6rem;
    width: 100%;
    height: 25rem;
  }
}
@media only screen and (min-width: 1024px) {
  .recommends__img-wrap {
    margin-bottom: 1.6rem;
    height: 24rem;
  }
}
@media only screen and (min-width: 1220px) {
  .recommends__img-wrap {
    height: 30.4rem;
  }
}
@media only screen and (min-width: 1620px) {
  .recommends__img-wrap {
    margin-bottom: 2rem;
    height: 35rem;
  }
}
@media only screen and (min-width: 1920px) {
  .recommends__img-wrap {
    height: 40rem;
  }
}