@font-face {
  font-family: "Namu 1750";
  src: url('../fonts/NAMU-1750.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kyivtypetitling Vargx;
  src: url('../fonts/KyivTypeTitling-VarGX.ttf') format("truetype");
  font-weight: 0 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ancient Kyiv;
  src: url('../fonts/Ancient_Kyiv.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Beer Money;
  src: url('../fonts/beer-money.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #202020;
  --light-green: #c4cfa3;
  --dark-green: #3e4933;
  --silver: #e0e0e0;
  --orange: #e26320;
  --blue: #53727e;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  letter-spacing: 0;
  font-size: 1em;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.styleguide_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.styleguide_rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.styleguide_rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.styleguide_rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.styleguide_rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.styleguide_rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.styleguide_rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.styleguide_rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: visible;
}

.text-size-h1 {
  font-size: 3.28em;
  line-height: 1.2;
}

.text-size-h2 {
  font-size: 2.5em;
  line-height: 1.2;
}

.text-size-h3 {
  font-size: 2.19em;
  line-height: 1.3;
}

.text-size-h4 {
  font-size: 1.88em;
  line-height: 1.3;
}

.text-size-h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.text-size-h6 {
  font-size: 1.46em;
}

.styleguide_form-input {
  border: 1px solid #0003;
  border-radius: 0;
  height: 3em;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25em;
}

.text-size-display {
  font-size: 4.38em;
  line-height: 1.1;
}

.styleguide_form-submit {
  font-size: 1.25em;
}

.styleguide_list {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-padding {
  width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6.25rem 0%;
}

.page-padding.is-home-hero {
  width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 0% 0;
}

.page-padding.footer {
  padding-top: 0;
  padding-bottom: 2rem;
}

.home-hero_layout {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.number-post {
  font-family: Kyivtypetitling Vargx, Arial, sans-serif;
  font-weight: 700;
}

.top-heading-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.rune-left {
  max-width: none;
}

.logo-link {
  cursor: pointer;
  transition: all .4s;
}

.logo-link:hover {
  transform: scale(.9);
}

.main-img-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.main-text-block {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 1rem auto auto;
}

.head-r {
  color: var(--dark);
  font-family: Ancient Kyiv, Arial, sans-serif;
  font-size: 19rem;
  font-weight: 400;
  line-height: 1;
}

.right-part-blocktext {
  margin-top: 1rem;
}

.head-atushni {
  color: var(--dark);
  white-space: normal;
  word-break: normal;
  font-family: Ancient Kyiv, Arial, sans-serif;
  font-size: 13.4rem;
  font-weight: 400;
  line-height: .9;
  text-decoration: none;
}

.heading {
  color: var(--dark);
  font-family: Ancient Kyiv, Arial, sans-serif;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1;
}

.about-block {
  margin-top: 1.25rem;
}

.about-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  display: flex;
}

._36-p {
  text-align: center;
  text-transform: uppercase;
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}

._24-p {
  color: var(--dark);
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 1.5rem;
}

.forest-img1 {
  width: 100%;
  max-width: none;
}

.dot {
  background-color: #ffeded;
  border: 1px solid #373637;
  border-radius: 100%;
  width: 1.25rem;
  height: 1.25rem;
}

.main-text {
  width: auto;
  font-weight: 500;
}

.main-text._2-row-size {
  width: 31rem;
  font-size: 1.3rem;
}

.main-text._1row-size {
  width: 39rem;
  font-size: 1.3rem;
}

.left-path-img {
  width: 23rem;
  position: absolute;
  inset: auto auto -7rem 2rem;
}

.heading-name {
  color: var(--dark);
  text-transform: uppercase;
  margin: auto auto 0;
  font-family: Ancient Kyiv, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  position: static;
  bottom: auto;
  left: auto;
}

.heading-name.dif {
  line-height: 1;
}

.heading-name.dif.other-size {
  font-size: 4.6rem;
}

.name-block {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.lil-square {
  align-self: flex-end;
}

.bg-letter {
  box-sizing: border-box;
  object-fit: cover;
  background-color: #c4cfa3;
  background-image: url('../images/bg-storie.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px #373637;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.bg-letter.other-bg {
  background-color: #f9f9eb;
  background-image: none;
}

.icon-line-static {
  background-color: #373637;
  width: 100%;
  height: 2px;
}

.wrapper-accordion {
  background-color: var(--light-green);
  width: 100%;
  height: 100%;
  position: relative;
}

._1-row {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

._1-row.s1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
}

._4-row {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 4rem;
  padding-right: 1rem;
  display: flex;
}

._1row-text-new {
  z-index: 2;
  color: var(--dark);
  width: 100%;
  padding: 0;
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  position: relative;
}

.dp-body-content {
  border: 1px solid var(--dark);
  background-color: var(--light-green);
  width: 100%;
  height: 100%;
  margin-top: -1px;
  margin-bottom: auto;
  padding-bottom: 0;
  overflow: hidden;
}

._5-row {
  margin-top: 2rem;
  margin-bottom: 0;
  padding-left: 26rem;
}

._5-row._1s {
  margin-bottom: 0;
}

.icon-line {
  background-color: #373637;
  width: 2px;
  height: auto;
  position: absolute;
  top: 1vw;
  bottom: 1vw;
}

.number-hero {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: auto;
  font-family: Kyivtypetitling Vargx, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  position: static;
  top: 0;
  left: 0;
}

.grass-hero {
  position: relative;
  top: auto;
  overflow: clip;
}

.accordion-icon {
  background-color: #ffeded00;
  border: 1px #d3d4d4;
  border-radius: 0%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  transition: all .5s;
  display: flex;
  position: relative;
}

.accordion-icon:hover {
  border-color: #8f00ff;
}

.open-block {
  border: 1px solid var(--dark);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 21.25rem;
  padding: 1rem 1em;
  display: flex;
  position: relative;
  overflow: visible;
}

.right-path-img {
  width: 12rem;
  position: absolute;
  inset: -9.5rem 20rem 0 auto;
}

.dots-letter {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 3rem;
  display: flex;
}

.dots-letter.other {
  justify-content: center;
  align-items: center;
}

._2-row {
  margin-top: 4rem;
  padding-left: 4rem;
}

.audio-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-right: 17rem;
  display: flex;
}

._1row-item {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.name-hor {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.3;
  display: flex;
}

.body-of-dp {
  height: 100%;
  padding: 2rem 1rem;
  overflow: clip;
}

.body-of-dp.hide {
  display: block;
}

._3-row {
  margin-top: 2rem;
  padding-left: 13.5rem;
  position: relative;
}

.mid-line {
  z-index: 1;
  background-color: #373637;
  width: 60rem;
  height: 1px;
  position: absolute;
  top: 13rem;
}

.img-hero {
  width: auto;
  max-width: none;
  height: 19rem;
}

.img-hero.hide-this {
  opacity: 0;
  display: block;
}

.right-part-acc {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.mic-icon {
  width: 100%;
}

.left-img-s2 {
  opacity: .8;
  align-self: auto;
  width: auto;
  max-width: none;
  height: auto;
  position: absolute;
  inset: auto;
}

.sign-img {
  cursor: pointer;
  width: auto;
  max-width: none;
  transition: all .4s;
}

.sign-img:hover {
  transform: rotate(-90deg);
}

.right-bot-icon {
  position: absolute;
  inset: auto 0% 0% auto;
}

.right-top-icon {
  position: absolute;
  inset: 0% 0% auto auto;
}

.top-bg-storie {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  display: flex;
}

.top-bg-storie.other-margin {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.top-bg-storie.margin-bot {
  margin-bottom: 2rem;
}

._24p-beer {
  color: var(--dark);
  margin-bottom: 1rem;
  font-family: Beer Money, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}

._24p-beer.other-margin {
  margin-top: 1rem;
}

.image-2 {
  max-width: none;
}

.top-storie-img {
  margin-bottom: 2rem;
}

.bot-storie-img {
  margin-top: 2rem;
}

.left-brother, .right-brother {
  display: none;
}

.forest-img-block {
  width: 100%;
}

.body {
  background-color: var(--silver);
}

.grain-overlay {
  z-index: 10000;
  opacity: .06;
  background-image: url('../images/Grain.gif');
  background-position: 0 0;
  background-size: 240px;
  width: 100%;
  position: fixed;
  inset: 0%;
}

.storie-block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.top-images-footer {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.left-sword.scaleup {
  animation-duration: 3.5s;
}

.bot-rune-img.loop-spin {
  animation-duration: 35s;
}

.right-sword.scaleup {
  animation-duration: 3.5s;
}

.forest-img2 {
  width: 100%;
  max-width: none;
}

.html-embed {
  height: 3rem;
  position: fixed;
  inset: 0% 0% auto;
}

.loop-spin {
  animation-name: loop-spin;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: both;
}

.scaleup {
  animation-name: scaleup;
  animation-duration: .5s;
  animation-delay: calc(var(--i) * 0s);
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: both;
}

.grey-span-footer {
  opacity: .7;
  color: #53727e;
  font-family: Kyivtypetitling Vargx, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.social-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-item {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-item.right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
}

.name-block-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h3 {
  color: var(--dark);
  text-align: center;
  mix-blend-mode: multiply;
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1;
}

.paragraph {
  color: #333;
}

.paragraph.footer {
  text-align: right;
  mix-blend-mode: multiply;
  font-size: 1.3rem;
  font-weight: 800;
}

.paragraph-footer {
  color: var(--dark);
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.paragraph-footer.mid {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 0;
}

.paragraph-footer.blue {
  color: #53727e;
}

.bold-text-2 {
  font-weight: 800;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.span-red {
  color: red;
}

.link-social {
  cursor: pointer;
  transition: all .4s;
}

.link-social:hover {
  transform: scale(.9)rotate(-18deg);
}

.link-social.hide--this {
  display: none;
}

.footer-heart {
  mix-blend-mode: multiply;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 7rem 0 auto;
}

.footer-heart.loop-spin {
  mix-blend-mode: normal;
  animation-duration: 35s;
  animation-direction: reverse;
}

.footer-block {
  margin-top: 6.25rem;
  position: relative;
}

.bottom-block-with-number {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.other-number {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: auto;
  font-family: Kyivtypetitling Vargx, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  position: static;
  top: 0;
  left: 0;
}

._3-dots {
  z-index: 2;
  color: var(--dark);
  text-align: center;
  text-overflow: clip;
  overflow-wrap: normal;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 0 0;
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 3rem;
  line-height: 1;
  position: relative;
}

.yt {
  margin-bottom: 1rem;
}

.span-color {
  color: #53727e;
}

.footer-disc {
  z-index: 2;
  color: var(--dark);
  width: 50rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  position: relative;
}

.bot-text-link {
  color: red;
  cursor: pointer;
  font-weight: 400;
  text-decoration: underline;
  transition: all .4s;
}

.bot-text-link:hover {
  opacity: .5;
}

.knife-img {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.two-swords {
  position: sticky;
  top: 2rem;
}

.facebook-embed {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mob-facebook-embed {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: none;
}

._10img-comm {
  width: 23rem;
  max-width: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.snoska-text {
  z-index: 2;
  border-top: 1px solid var(--dark);
  color: var(--dark);
  width: 100%;
  padding: .25rem 0 0;
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  position: relative;
}

.other-block-in-text {
  background-color: var(--silver);
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  padding: 2rem;
}

.block-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.note-icon {
  width: 3rem;
  max-width: none;
}

.link-text {
  border-bottom: 1px solid var(--orange);
  color: var(--orange);
  cursor: pointer;
  padding-bottom: .5rem;
  transition: all .4s;
  display: inline-block;
}

.link-text:hover {
  opacity: .5;
}

.p-bold-it {
  color: var(--dark);
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.italic-text {
  font-size: 1.25rem;
}

.list-text-item {
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
}

.list-text {
  color: var(--dark);
  list-style-type: disc;
}

.list-text.numbers {
  list-style-type: decimal;
}

.rich-text-block {
  margin-bottom: 2rem;
  font-family: "Namu 1750", Arial, sans-serif;
  font-weight: 400;
}

.bio-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.bio-name {
  color: var(--dark);
  margin-top: .5rem;
  margin-bottom: auto;
  font-family: Kyivtypetitling Vargx, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  position: static;
  top: 0;
  left: 0;
}

.span-years {
  color: var(--blue);
  font-size: 1.5rem;
}

.bio-text {
  margin-top: 2rem;
  font-family: "Namu 1750", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}

.audio-embed {
  width: 100%;
  margin-bottom: 1rem;
}

.audio-embed.top-margin {
  margin-top: 1rem;
}

@media screen and (max-width: 991px) {
  .page-padding, .page-padding.is-home-hero {
    width: 47rem;
  }

  .page-padding.footer {
    padding-bottom: 1rem;
  }

  .home-hero_layout {
    width: 100%;
  }

  .top-heading-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
  }

  .rune-left, .top-ornament-left {
    width: auto;
    max-width: none;
  }

  .top-ornament-right {
    width: 10rem;
    max-width: none;
  }

  .top-ornament-right.hide-this {
    display: none;
  }

  .rune-right {
    width: auto;
    max-width: none;
  }

  .main-text-block {
    top: .5rem;
  }

  .head-r {
    font-size: 12rem;
  }

  .head-atushni {
    font-size: 7.7rem;
  }

  .heading {
    font-size: 2rem;
  }

  .about-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._36-p {
    font-size: 2rem;
  }

  ._24-p {
    font-size: 1.3rem;
  }

  .main-text._2-row-size, .main-text._1row-size {
    width: auto;
    font-size: 1.2rem;
  }

  .left-path-img {
    width: 18rem;
    display: none;
    bottom: -4.8rem;
    left: 1rem;
  }

  .heading-name {
    text-align: center;
    font-size: 5rem;
  }

  .name-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 15rem;
    margin-bottom: 1rem;
  }

  .bg-letter {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._1-row, ._4-row {
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
  }

  ._1row-text-new {
    width: auto;
    font-size: 1.2rem;
  }

  .dp-body-content {
    overflow: hidden;
  }

  ._5-row {
    margin-top: 3rem;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grass-hero {
    max-width: none;
    position: relative;
    left: -3.4rem;
  }

  .accordion-icon {
    width: 8vw;
    height: 8vw;
  }

  .open-block {
    flex-flow: column;
    height: auto;
  }

  .right-path-img {
    width: 9rem;
    height: 14rem;
    display: none;
    top: -4.5rem;
    right: 0;
  }

  .dots-letter {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .dots-letter.other {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: row;
  }

  ._2-row {
    margin-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .audio-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  ._1row-item {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .name-hor {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    display: flex;
  }

  .body-of-dp {
    padding: 1rem .5rem;
  }

  ._3-row {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mid-line {
    z-index: 5;
    width: 100%;
    top: 3.6rem;
  }

  .img-hero {
    width: auto;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .img-hero.hide-this {
    display: none;
  }

  .right-part-acc {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .left-img-s2 {
    width: 100%;
    height: auto;
  }

  .right-top-icon {
    inset: auto auto 0% 0%;
    transform: rotate(180deg);
  }

  .top-bg-storie {
    width: 100%;
  }

  .left-brother {
    width: 13rem;
    max-width: none;
    display: none;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .right-brother {
    display: none;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .left-sword, .bot-rune-img, .right-sword {
    width: 13rem;
    max-width: none;
  }

  .logo-img-2 {
    max-width: none;
  }

  .logo-img-2.footer {
    width: 14rem;
  }

  .grey-span-footer {
    font-size: 1.3rem;
  }

  .paragraph.footer {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .paragraph-footer {
    font-size: 1.1rem;
  }

  .paragraph-footer.blue {
    font-size: 1rem;
  }

  .footer-heart {
    width: 5rem;
    max-width: none;
    right: 3rem;
  }

  .footer-heart.loop-spin {
    top: 10rem;
    right: 0;
  }

  .other-number {
    text-align: center;
    font-size: 2rem;
  }

  ._3-dots {
    width: auto;
    font-size: 2rem;
  }

  .footer-disc {
    width: 100%;
    font-size: 1.2rem;
  }

  .knife-img {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .two-swords {
    position: static;
  }

  .snoska-text {
    width: auto;
    font-size: 1.2rem;
  }

  .other-block-in-text {
    padding: 1rem;
  }

  .span-years {
    font-size: 1.5rem;
  }

  .bio-text {
    font-size: 1.2rem;
  }

  .bold-text-3 {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 767px) {
  .page-padding, .page-padding.is-home-hero {
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .page-padding.footer {
    width: 100%;
    padding-bottom: 1rem;
    padding-left: 1%;
    padding-right: 1%;
  }

  .top-heading-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: auto;
  }

  .rune-left {
    width: 8rem;
  }

  .top-ornament-left {
    width: 17rem;
  }

  .rune-right {
    width: 8rem;
  }

  .main-img {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .head-r {
    font-size: 8.8rem;
  }

  .head-atushni {
    font-size: 5.7rem;
  }

  .heading {
    font-size: 1.5rem;
  }

  ._36-p {
    text-transform: uppercase;
    font-size: 1.5rem;
  }

  ._24-p {
    font-size: 1.2rem;
  }

  .main-text._2-row-size, .main-text._1row-size {
    width: auto;
  }

  .left-path-img {
    display: none;
  }

  .heading-name.dif.other-size {
    font-size: 3.5rem;
  }

  .bg-letter {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._1-row {
    padding: 0 1rem;
  }

  ._4-row {
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._1row-text-new {
    width: 100%;
    font-size: 1.1rem;
  }

  .dp-body-content {
    width: 100%;
    overflow: hidden;
  }

  ._5-row {
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .icon-line {
    top: 10px;
    bottom: 10px;
  }

  .grass-hero {
    pointer-events: auto;
    max-width: none;
    position: relative;
    left: -3.4rem;
    overflow: clip;
  }

  .accordion-icon {
    width: 4rem;
    height: 4rem;
    padding: 10px;
  }

  .right-path-img {
    width: 4rem;
    display: none;
    top: -8.6rem;
  }

  .dots-letter {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    width: 100%;
    padding-right: 0;
  }

  .dots-letter.other {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
    overflow: clip;
  }

  ._2-row {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .audio-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  ._1row-item {
    width: 100%;
    padding: 0;
  }

  .body-of-dp {
    width: 100%;
  }

  ._3-row {
    padding-left: 1rem;
  }

  .mid-line {
    z-index: 5;
    top: 3.6rem;
  }

  ._24p-beer {
    font-size: 1.5rem;
  }

  .left-sword {
    position: relative;
    right: -4rem;
    transform: rotate(34deg);
  }

  .bot-rune-img.loop-spin {
    width: 10rem;
  }

  .right-sword {
    position: relative;
    left: -4rem;
    transform: rotate(-34deg);
  }

  .grey-span-footer {
    font-size: 1.3rem;
  }

  .footer-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-item.right {
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .h3 {
    width: 100%;
    font-size: 2rem;
  }

  .paragraph {
    width: 100%;
    font-size: 1.3rem;
  }

  .paragraph.footer {
    text-align: center;
  }

  .paragraph-footer {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 400;
  }

  .paragraph-footer.mid {
    margin-top: 0;
  }

  .paragraph-footer.blue {
    font-weight: 400;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-heart {
    width: 6rem;
    right: 7.7rem;
  }

  .footer-heart.loop-spin {
    top: 9.5rem;
    right: -22rem;
  }

  .bottom-block-with-number {
    justify-content: flex-start;
    align-items: center;
  }

  .other-number {
    font-size: 2.5rem;
  }

  ._3-dots {
    width: 100%;
    font-size: 1.5rem;
  }

  .footer-disc {
    width: 100%;
    font-size: 1.1rem;
  }

  .two-swords {
    position: static;
  }

  .snoska-text {
    width: 100%;
    font-size: 1.1rem;
  }

  .list-text-item {
    font-size: 1.1rem;
  }

  .bio-block {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .page-padding {
    width: 100%;
    padding-top: 6rem;
    padding-left: 3%;
    padding-right: 3%;
  }

  .page-padding.is-home-hero {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .page-padding.footer {
    padding-bottom: 1rem;
  }

  .top-heading-block {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .top-ornament-left {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .main-img-block {
    border: 1px solid var(--dark);
    width: 100%;
    height: 31rem;
    overflow: hidden;
  }

  .main-img {
    width: auto;
    max-width: none;
    height: 100%;
  }

  .head-atushni {
    font-size: 6rem;
  }

  ._36-p {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.1;
  }

  ._24-p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .forest-img1 {
    vertical-align: baseline;
    object-fit: cover;
    flex: 1;
    order: 0;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .main-text._2-row-size, .main-text._1row-size {
    width: auto;
  }

  .left-path-img {
    display: none;
  }

  .heading-name {
    font-size: 3rem;
    line-height: .9;
  }

  .heading-name.dif {
    text-align: center;
    font-size: 4rem;
  }

  .heading-name.dif.other-size {
    font-size: 3rem;
  }

  .name-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .bg-letter {
    object-fit: cover;
    background-color: #c4cfa300;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: scroll;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 2rem 1rem;
  }

  .bg-letter.other-bg {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  ._1-row {
    margin-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._4-row {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._1row-text-new {
    width: 100%;
  }

  .dp-body-content {
    width: auto;
  }

  ._5-row {
    margin-top: 2rem;
    padding-left: 1rem;
  }

  .number-hero {
    font-size: 2rem;
  }

  .grass-hero {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    left: -2.3rem;
  }

  .accordion-icon {
    width: 4rem;
    height: 4rem;
  }

  .open-block {
    padding: .5em;
  }

  .right-path-img {
    display: none;
  }

  .dots-letter {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    padding-right: 0;
  }

  .dots-letter.other {
    box-sizing: content-box;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    aspect-ratio: auto;
    object-fit: scale-down;
    object-position: 50% 50%;
    order: 0;
    justify-content: center;
    align-items: flex-start;
    overflow: clip;
  }

  ._2-row {
    margin-top: 2rem;
    padding-left: 1rem;
  }

  .audio-block {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  ._1row-item {
    width: 100%;
  }

  .body-of-dp {
    width: auto;
    height: auto;
    padding: 2rem .5rem;
  }

  ._3-row {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mid-line {
    z-index: 4;
    top: 3.8rem;
  }

  .img-hero {
    width: 100%;
    height: 100%;
  }

  .mic-icon {
    width: 100%;
  }

  .left-img-s2 {
    margin-top: 3rem;
  }

  .right-bot-icon, .right-top-icon {
    height: 3rem;
  }

  ._24p-beer {
    font-size: 1.3rem;
  }

  .left-brother {
    width: auto;
    height: 21rem;
    display: inline-flex;
    position: absolute;
    inset: auto auto 0% -3rem;
  }

  .right-brother {
    max-width: none;
    height: 21rem;
    display: inline-flex;
    position: absolute;
    inset: auto -3rem 0% auto;
  }

  .forest-img-block {
    aspect-ratio: 1;
    object-fit: fill;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .top-images-footer {
    margin-bottom: 1rem;
  }

  .left-sword {
    width: 11rem;
    right: -5rem;
    transform: rotate(40deg);
  }

  .bot-rune-img.loop-spin {
    width: 8rem;
  }

  .right-sword {
    width: 11rem;
    left: -5rem;
    transform: rotate(-40deg);
  }

  .forest-img2 {
    vertical-align: baseline;
    object-fit: cover;
    flex: 1;
    order: 0;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .logo-img-2 {
    width: 15rem;
    max-width: none;
  }

  .grey-span-footer {
    font-size: 1.2rem;
  }

  .social-block {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .social-img {
    width: 3.3rem;
    max-width: none;
  }

  .h3 {
    font-size: 2.3rem;
  }

  .paragraph {
    font-size: 1.2rem;
  }

  .paragraph-footer {
    font-size: 1.1rem;
  }

  .footer-heart {
    width: 4rem;
    top: 2.3rem;
    right: 0;
  }

  .footer-heart.loop-spin {
    mix-blend-mode: normal;
    top: 15rem;
    right: -14rem;
  }

  .bottom-block-with-number {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .other-number {
    font-size: 2rem;
  }

  ._3-dots, .footer-disc {
    width: 100%;
  }

  .facebook-embed.hide-mob {
    display: none;
  }

  .mob-facebook-embed {
    display: block;
  }

  ._10img-comm {
    width: 17rem;
  }

  .snoska-text {
    width: 100%;
  }

  .other-block-in-text {
    margin-top: 0;
    padding: .5rem;
  }

  .italic-text, .list-text-item {
    font-size: 1rem;
  }

  .bio-name {
    font-size: 2rem;
  }

  .bio-text {
    font-size: 1.1rem;
  }

  .bold-text-3 {
    font-size: 1.5rem;
  }

  .italic-text-2 {
    font-size: 1rem;
  }

  .bold-text-4 {
    font-size: 1.2rem;
  }

  .bold-text-5 {
    font-size: 1.5rem;
  }

  .bold-text-6 {
    font-size: 1.2rem;
  }
}

#w-node-_924fe7dc-63d2-2a0e-f65a-4dd7d69aec8f-9d624c0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Namu 1750';
  src: url('../fonts/NAMU-1750.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kyivtypetitling Vargx';
  src: url('../fonts/KyivTypeTitling-VarGX.ttf') format('truetype');
  font-weight: 0 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ancient Kyiv';
  src: url('../fonts/Ancient_Kyiv.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beer Money';
  src: url('../fonts/beer-money.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}