.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;
  }
}
@media only screen and (min-width: 1620px) {
  .single-block__title {
    font-size: 5.4rem;
  }
}
@media only screen and (min-width: 1920px) {
  .single-block__title {
    font-size: 6.4rem;
  }
}
.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;
  }
}
@media only screen and (min-width: 1620px) {
  .single-block__date {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1920px) {
  .single-block__date {
    font-size: 3.2rem;
  }
}
.single-block .single-social__icon img {
  width: auto;
  height: 63%;
}
.single-block .single-social__icon .copy-text {
  position: absolute;
  bottom: -35px;
  left: -35px;
  width: 120px;
  padding: 0.5rem;
  background: #161617;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 0.5rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.single-block .single-social__icon .copy-text:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #161617;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 2px;
  left: calc(50% - 5px);
  z-index: 0;
}
.single-block .single-social__icon .copy-text.active {
  visibility: visible;
  opacity: 1;
}
.single-block--horizontal {
  height: 90vh;
}
@media only screen and (min-width: 1220px) {
  .single-block--horizontal {
    height: 64rem;
  }
}
.single-block--horizontal .single-block__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: -1;
}
.single-block--horizontal .single-block__image-wrap {
  height: 100%;
  position: relative;
}
.single-block--horizontal .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%);
}
.single-block--horizontal .single-block__content {
  margin: 0 auto;
  padding: 0 2rem 4.8rem;
  display: grid;
  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--horizontal .single-block__content {
    grid-template-rows: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .single-block--horizontal .single-block__content {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1220px) {
  .single-block--horizontal .single-block__content {
    padding-bottom: 6.4rem;
  }
}
.single-block--horizontal .single-block__category {
  margin-bottom: 1.6rem;
  color: #fff;
}
.single-block--horizontal .single-block__category a {
  text-transform: uppercase;
}
.single-block--horizontal .single-social__icon {
  border-color: #fff;
  width: 4.8rem;
  height: 4.8rem;
}
@media only screen and (min-width: 1620px) {
  .single-block--horizontal .single-social__icon {
    width: 5.8rem;
    height: 5.8rem;
  }
}
@media only screen and (min-width: 1920px) {
  .single-block--horizontal .single-social__icon {
    width: 6.8rem;
    height: 6.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .single-block--horizontal .single-social__icon:hover {
    background: #fff;
  }
  .single-block--horizontal .single-social__icon:hover img {
    filter: none;
  }
}
.single-block--horizontal .single-social__icon img {
  filter: invert(1);
  width: auto;
  height: 63%;
}
.single-block--vertical {
  height: 100vh;
}
@media only screen and (min-width: 768px) {
  .single-block--vertical {
    padding-top: 8.4rem;
    display: flex;
    justify-content: center;
    height: 60rem;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .single-block--vertical {
    padding-top: 10rem;
    height: 90rem;
  }
}
@media only screen and (min-width: 1220px) {
  .single-block--vertical {
    height: 94rem;
  }
}
@media only screen and (min-width: 1620px) {
  .single-block--vertical {
    padding-top: 13.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .single-block--vertical .single-social__icon:hover {
    background: #161617;
  }
  .single-block--vertical .single-social__icon:hover img {
    filter: invert(1);
  }
}
.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: 1620px) {
  .single-block--vertical .single-social__icon {
    width: 5.8rem;
    height: 5.8rem;
  }
}
@media only screen and (min-width: 1920px) {
  .single-block--vertical .single-social__icon {
    width: 6.8rem;
    height: 6.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;
  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;
    grid-template-rows: repeat(2, 1fr);
    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 {
  overflow: visible;
  padding: 4.8rem 0 4rem;
}
@media only screen and (min-width: 640px) {
  .article {
    padding: 6rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .article {
    padding: 7rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  .article {
    padding: 8rem 0 7rem;
  }
}
.article__container {
  max-width: 129.4rem;
}
@media only screen and (min-width: 1024px) {
  .article__container {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1440px) {
  .article__container {
    max-width: 174rem;
  }
}
@media only screen and (min-width: 1024px) {
  .article__content {
    margin-right: 8rem;
    width: 55%;
  }
}
@media only screen and (min-width: 1220px) {
  .article__content {
    margin-right: 14.4rem;
  }
}
@media only screen and (min-width: 1620px) {
  .article__content {
    width: 56%;
  }
}
.article__content-quote + .article__content-block {
  margin-top: 0;
}
.article__sidebar {
  margin-top: 8rem;
}
@media only screen and (min-width: 1024px) {
  .article__sidebar {
    margin-top: 0;
    width: 36.7%;
  }
}
@media only screen and (min-width: 1220px) {
  .article__sidebar {
    width: 32.6%;
  }
}
@media only screen and (min-width: 1620px) {
  .article__sidebar {
    width: 34%;
  }
}
@media only screen and (min-width: 1920px) {
  .article__sidebar {
    width: 35%;
  }
}
.article__sidebar-sticky {
  max-width: 38rem;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .article__sidebar-sticky {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33.333333%;
  }
  .article__sidebar-sticky:only-child {
    height: 100%;
  }
  .article__sidebar-sticky:nth-child(2) {
    top: 33.333333%;
  }
  .article__sidebar-sticky:nth-child(3) {
    top: 66.666666%;
  }
  .article__sidebar-sticky:last-of-type .sticky {
    margin-bottom: 0;
  }
  .article__sidebar-sticky .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 11rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1620px) {
  .article__sidebar-sticky .sticky {
    top: 14rem;
  }
}
@media only screen and (min-width: 1024px) {
  .article__sidebar.has-2-items .article__sidebar-sticky {
    height: 48%;
  }
  .article__sidebar.has-2-items .article__sidebar-sticky:nth-child(2) {
    top: 48%;
  }
}
@media only screen and (min-width: 1900px) {
  .article__sidebar.has-2-items .article__sidebar-sticky {
    height: 46%;
  }
  .article__sidebar.has-2-items .article__sidebar-sticky:nth-child(2) {
    top: 46%;
  }
}
.article__sidebar-resent, .article__sidebar-journal {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .article__sidebar-resent, .article__sidebar-journal {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .article__sidebar-resent .sticky > div:not(:last-of-type) {
    margin-bottom: 2.6rem;
    padding-bottom: 2.6rem;
    border-bottom: 1px solid rgba(22, 22, 23, 0.21);
  }
}
@media only screen and (min-width: 1620px) {
  .article__sidebar-resent .sticky > div:not(:last-of-type) {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1920px) {
  .article__sidebar-resent .sticky > div:not(:last-of-type) {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .article__sidebar-journal .sticky > div:not(:last-of-type) {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(22, 22, 23, 0.2);
  }
}
@media only screen and (min-width: 1620px) {
  .article__sidebar-journal .sticky > div:not(:last-of-type) {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1920px) {
  .article__sidebar-journal .sticky > div:not(:last-of-type) {
    margin-bottom: 4.4rem;
    padding-bottom: 4.4rem;
  }
}
@media only screen and (min-width: 1620px) {
  .article__sidebar-journal .journal__file {
    max-width: 100%;
    width: 28rem;
  }
}
@media only screen and (min-width: 1920px) {
  .article__sidebar-journal .journal__file {
    width: 32rem;
  }
}
.article__sidebar-journal .journal__image {
  width: 100%;
}
.article__sidebar-banner img {
  width: 100%;
}
.article__sidebar-title {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .article__sidebar-title {
    margin-bottom: 2.6rem;
  }
}
@media only screen and (min-width: 1620px) {
  .article__sidebar-title {
    margin-bottom: 3.2rem;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1920px) {
  .article__sidebar-title {
    margin-bottom: 3.6rem;
    font-size: 3.2rem;
  }
}
.article__video {
  margin-bottom: 0.8rem;
}
.article__social-icons {
  grid-template-columns: repeat(auto-fit, 4.8rem);
  justify-content: flex-start;
  gap: 1.8rem;
}
@media only screen and (min-width: 1620px) {
  .article__social-icons {
    grid-template-columns: repeat(auto-fit, 5.2rem);
    gap: 2.5rem;
  }
}
@media only screen and (min-width: 1920px) {
  .article__social-icons {
    grid-template-columns: repeat(auto-fit, 6rem);
    gap: 3.2rem;
  }
}
.article__social-icons .social__icon {
  height: 4.8rem;
}
@media only screen and (min-width: 1620px) {
  .article__social-icons .social__icon {
    height: 5.2rem;
  }
}
@media only screen and (min-width: 1920px) {
  .article__social-icons .social__icon {
    height: 6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .article__social .social__icons-title {
    margin-bottom: 2.2rem;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1620px) {
  .article__social .social__icons-title {
    margin-bottom: 2.8rem;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1920px) {
  .article__social .social__icons-title {
    margin-bottom: 3.2rem;
    font-size: 3.2rem;
  }
}
.article__form {
  display: block;
}
.article__form .form {
  max-width: none;
}
.article__form .form__title {
  margin-bottom: 3.2rem;
  font-size: 2.4rem;
  line-height: 133%;
  text-transform: uppercase;
  color: #161617;
}
@media only screen and (min-width: 1024px) {
  .article__form .form__title {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1620px) {
  .article__form .form__title {
    font-size: 2.8rem;
    margin-bottom: 3.6rem;
  }
}
@media only screen and (min-width: 1920px) {
  .article__form .form__title {
    font-size: 3.2rem;
  }
}
.article__form .form__input input {
  color: #161617;
  border-bottom: 0.8px solid rgba(22, 22, 23, 0.6);
}
@media only screen and (min-width: 1024px) {
  .article__form .form__input input {
    padding-top: 1.2rem;
  }
}
.article__form .form__input label {
  color: rgba(22, 22, 22, 0.6);
}
@media only screen and (min-width: 1024px) {
  .article__form .form__checkbox {
    margin-bottom: 2.2rem;
  }
}
.article__form .form__checkbox-text {
  color: #161617;
}
.article__form .form__checkbox-label {
  border-color: #161617;
}
.article__form .form__checkbox-label:before {
  color: #161617;
}
.article__form .form__submit {
  background: #161617;
  border-color: #161617;
  color: #fff;
}
.article__form .form__submit:not(:disabled):hover {
  background: #fff;
  border-color: #161617;
  color: #161617;
}

.resent__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .resent__item {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 1620px) {
  .resent__item {
    margin-bottom: 3.2rem;
  }
}
@media only screen and (min-width: 1920px) {
  .resent__item {
    margin-bottom: 3.6rem;
  }
}
.resent__item:last-of-type {
  margin-bottom: 0;
}
.resent__item-title {
  flex-shrink: 0;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 117%;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1620px) {
  .resent__item-title {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1920px) {
  .resent__item-title {
    font-size: 3.2rem;
  }
}
.resent__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 15%;
}
@media only screen and (min-width: 1024px) {
  .resent__img-wrap {
    margin-right: 2rem;
    width: 12.8rem;
    height: 12.8rem;
    flex-shrink: 0;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1620px) {
  .resent__img-wrap {
    margin-right: 3rem;
    width: 15rem;
    height: 15rem;
  }
}
@media only screen and (min-width: 1620px) {
  .resent__img-wrap {
    margin-right: 3.2rem;
    width: 16rem;
    height: 16rem;
  }
}

.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;
  }
}