@charset "UTF-8";
.--text,
.ui-red-title.--is-title .--red-title,
.ui-red-title.--is-title .--red-title ~ .--red-title-front {
  text-transform: uppercase;
}
*,
.red-title {
  -moz-user-select: none;
}
.pointer,
a {
  cursor: pointer;
}
#svg-title {
  position: absolute;
  visibility: hidden;
}
#article .content ol li:after,
#first,
#record-logo,
body,
footer .content.--regular #title,
section .content.--regular #title {
  background-repeat: no-repeat;
  background-position: center;
}
.d-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.justify-center {
  justify-content: center;
}
body {
  background-image: url(/img/'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgc3Ryb2tlPSJyZ2JhKDUyLDUyLDUyLDAuMjUpIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjU1IiBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiLz48cGF0aCBkPSJNMzYgMThjMC05Ljk0LTguMDYtMTgtMTgtMTgiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE4IDE4IiB0bz0iMzYwIDE4IDE4IiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvcGF0aD48L2c+PC9zdmc+');
}
* {
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
main.--loaded {
  transition: opacity 0.15s linear;
  opacity: 1;
}

footer .content.--regular,
section .content.--regular {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 100px 20px 20px;
  gap: 20px;
}
@media screen and (min-width: 900px) {
  body,
  html {
    height: calc(var(--vh, 1vh) * 100);
  }
  footer .content,
  section .content {
    max-width: 1000px;
    padding-inline: 10px;
  }
  footer .content.--regular,
  section .content.--regular {
    margin-inline: auto;
    margin-top: 70px;
    gap: 50px;
  }
}
footer .content.--regular #title,
section .content.--regular #title {
  height: 50px;
  background-image: url(../img/mission-text-mobile.svg);
  background-size: auto 100%;
}
.red-title {
  -webkit-user-select: none;
  user-select: none;
  background-color: var(--underline);
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  padding: 6px;
  border-radius: 4px;
}
.ui-red-title,
nav .menu-close {
  -webkit-user-select: none;
  -moz-user-select: none;
}
@media screen and (min-width: 900px) {
  footer .content.--regular #title,
  section .content.--regular #title {
    background-image: url(../img/mission-text-desktop.svg);
    height: 38px;
  }
  .red-title {
    padding: 8px;
  }
}
.ui-red-title {
  position: relative;
  width: 100%;
  padding-block: 0.375rem;
  overflow: hidden;
  font-size: 34px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  user-select: none;
  transform: translateZ(0);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media screen and (min-width: 900px) {
  .ui-red-title {
    font-size: 46px;
  }
}
.ui-red-title .ui-red-title__img {
  position: absolute;
  left: 0;
  height: 100%;
  max-height: 2.5rem;
  margin-right: 0.5rem;
  transform: translateX(-50%);
}
.ui-red-title .--red-title {
  width: -moz-fit-content;
  width: fit-content;
  color: transparent;
  background-color: #d83b3b;
  border-radius: 0.125rem;
}
.ui-red-title .--red-title br {
  display: flex;
}
.ui-red-title .--red-title-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 1px;
  z-index: 1;
  display: flex;
  color: inherit;
}
.ui-red-title .--red-title,
.ui-red-title .--red-title-front > span {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  white-space: inherit;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  margin: 0;
  padding: 0;
}
.ui-red-title .--red-title ~ .--red-title-front {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding-block: inherit;
}
.ui-red-title .--red-title,
.ui-red-title .--red-title ~ .--red-title-front {
  padding-inline: 0.5rem;
}
.ui-red-title .--red-title-front > span {
  cursor: default;
}
.ui-red-title.--is-title {
  padding-block: 0.3125rem;
  font-size: 1.875rem;
}
.ui-red-title.--is-title .--red-title {
  filter: url(#red-title);
}
.ui-red-title.--rtl {
  direction: rtl;
}
.ui-red-title.--rtl .--red-title ~ .--red-title-front {
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0.5rem;
  direction: ltr;
  text-align: right;
}
.ui-red-title.--center {
  text-align: center;
}
.ui-red-title.--center .--red-title ~ .--red-title-front {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0.5rem;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.button,
nav .nav-items ul li {
  justify-content: center;
  text-transform: uppercase;
}
.button {
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  background-color: var(--blue);
  height: 44px;
  border-radius: 44px;
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 0.15s linear;
}
.button:hover {
  opacity: 0.7;
}
.--desktop {
  display: none;
}
@media screen and (min-width: 900px) {
  .--mobile {
    display: none;
  }
  .--desktop {
    display: inline-block;
  }
}
#first-ukraine {
  display: flex;
  font-size: 21px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  border: 0.6px solid #000;
  background-color: #fff;
  align-items: center;
  border-radius: 5px;
  padding-inline: 6px;
  gap: 10px;
}
#first-ukraine span {
  font-weight: bolder;
}
#record-logo {
  background-image: url(/img/record-logo.png);
  background-size: contain;
  position: relative;
}
#record-logo:before {
  z-index: -1;
}

#article .content {
  gap: 32px;
  color: #000;
}
#article .content .heading {
}
#article .content .heading h1 {
  margin: 0;
  padding: 0;
}
#article .content .heading span {
  color: var(--grey);
  font-weight: 300;
}
#article .content .heading h1,
#article .content .heading h2,
#article .content .heading span {
  text-indent: 16px;
  line-height: 28px;
}
@media screen and (min-width: 900px) {
  #home.--short .content #title {
    height: 110px;
  }
  #article .content {
    gap: 64px;
    max-width: 1260px;
  }
  #article .content .heading {
    font-size: 26px;
  }
  #article .content .heading h1,
  #article .content .heading h2,
  #article .content .heading span {
    line-height: 46px;
  }
}
#article .content p {
  margin: 0;
  padding: 0;
  text-indent: 12px;
  line-height: 28px;
}
#article .content .paragraph {
  gap: 32px;
  display: flex;
}
#article .content .paragraph img {
  position: relative;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height:initial;
}
@media screen and (min-width: 900px) {
  #article .content p {
    text-indent: 24px;
    line-height: 46px;
  }
  #article .content .paragraph {
    gap: 24px;
    grid-template-rows: 1fr;
  }
  #article .content .paragraph img {
    border-radius: 24px;
  }
}
#article .content .paragraph.--copy div {
  position: relative;
}
#article .content .paragraph.--copy div::before {
  z-index: 1;
  position: absolute;
  content: "Світлина з сайту www.guinnessworldrecords.com";
  color: inherit;
  font-size: 10px;
  background-color: rgba(255, 255, 255, 0.78);
  padding: 4px 10px;
  border-radius: 10px;
  right: 10px;
  bottom: 10px;
}
#article .content .paragraph:nth-child(2) img {
  height: 268px;
}
#article .content .paragraph:nth-child(6) {
  display: grid; 
  gap: 24px; 
  grid-template-rows: 1fr; 
  align-items: center;
}
@media screen and (min-width: 900px) {
  #article .content .paragraph.--copy div::before {
    font-size: 14px;
    right: 16px;
    bottom: 16px;
  }
  #article .content .paragraph:nth-child(2) img {
    height: 617px;
  }
  #article .content .paragraph:nth-child(6) {
    grid-template-columns: 2fr 3fr;
  }
}

#article .content .paragraph:nth-child(6) .image-container {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 100%;
  aspect-ratio: 5/3;
  order: 1;
  min-height: 0;

  @media screen and (min-width: 900px) {
    aspect-ratio: auto;
    border-radius: 24px;
    order: 0;
  }
}

#article .content .paragraph:nth-child(6) img {
  position: absolute;
  bottom: -20%;
  /* object-position: center 30%; */
  object-fit: cover;
  transform: scale(1.5);
  transform-origin: center 45%;
  overflow: hidden;
  height: initial;

  @media screen and (min-width: 900px) {
    transform: scale(1.75);
    bottom: 10%;
  }

  @media screen and (min-width: 1050px) {
    transform: scale(1.5);
    bottom: -15%;
  }

  @media screen and (min-width: 1200px) {
    bottom: -25%;
  }
}
#article .content .paragraph:nth-child(10) {
  display: grid;
  grid-template-rows: 1fr; 
  grid-template-columns: 1fr;
}
#article .content .paragraph:nth-child(10) img {
  height: 240px;
}

@media screen and (min-width: 900px) {
  #article .content .paragraph:nth-child(10) {
    grid-template-columns: 58% 1fr;
  }
  #article .content .paragraph:nth-child(10) img {
    aspect-ratio: 2/1;
    height: 100%;
    object-fit: cover;
    order: 1;
  }
}

#article .content .paragraph:nth-child(11) img {
  aspect-ratio: 2/1;
}

#article .content .paragraph:nth-child(15) {
  display: grid;
  grid-template-columns: 1fr;
}
#article .content .paragraph:nth-child(15) img {
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
  order: 2;
}
#article .content .paragraph:nth-child(15) p {
  order: 1;
}
@media screen and (min-width: 900px) {
  #article .content .paragraph:nth-child(15) {
    grid-template-columns: 1fr 70%;
  }
  #article .content .paragraph:nth-child(15) img {
    height: 100%;
    order: 1;
    aspect-ratio: 3/2;
  }
  #article .content .paragraph:nth-child(15) p {
    order: 2;
  }
}

#article .content .paragraph:nth-child(16) {
  display: grid;
  grid-template-columns: 1fr;
}
#article .content .paragraph:nth-child(16) img {
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 900px) {
  #article .content .paragraph:nth-child(16) {
    grid-template-columns: 1fr 30%;
  }
  #article .content .paragraph:nth-child(16) img {
    height: 100%;
    order: 2;
    aspect-ratio: 3/2;
  }
  #article .content .paragraph:nth-child(16) p {
    order: 1;
  }
}

#article .content h2 {
  margin: 0;
  padding: 0;
  line-height: 28px;
}
#article .content ol {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: item;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#article .content ol li {
  counter-increment: item;
  padding-left: 40px;
  position: relative;
}
@media screen and (min-width: 900px) {
  #article .content h2 {
    line-height: 46px;
  }
  #article .content ol {
    gap: 48px;
  }
  #article .content ol li {
    padding-left: 72px;
    font-size: 26px;
  }
}
#article .content ol li:after,
#article .content ol li:before {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
}
#article .content ol li:before {
  content: counter(item);
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
#article .content ol li:after {
  content: "";
  background-size: cover;
  background-image: url(../img/cube.svg);
  z-index: 1;
}
#article .content ol li span {
  display: inline;
  font-weight: 700;
}
