:root {
	--themepath:
	'./';
	
    --introcolor: 255,0,0;

    --plyr-color-main: rgba(0,0,0);
    --plyr-audio-control-color: #fff;

    --swiper-navigation-size: 50px; 
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 0.5;
    
    --dekoborder-width: 15px;
    
    --black: #000;
    --blacks: #000;
    --white: #fff;
    --whites: #fff;
    --blue: #4d4d4d;
    --yellow: 180, 180, 180; 
    
    --font-text:
	"KyivTypeSans", "Arial", sans-serif;
    
    --font-head:
	"KyivTypeSans", "Arial", sans-serif;
}


@media (prefers-color-scheme: dark) {

:root {  
  --black: #fff;
  --white: #000;
  /*--blue: #5aabf9;*/
}

}







@font-face {
  font-family: "KyivTypeSans";
  src: 
  		url('./_fonts/KyivTypeSans-Black.woff2') format('woff2'),
  		url('./_fonts/KyivTypeSans-Black.woff') format('woff'),  		 
  		url('./_fonts/KyivTypeSans-Black.ttf') format('truetype');
  font-display: swap;  
  font-weight: 900;
  font-style: normal;  
}


@font-face {
  font-family: "KyivTypeSans";
  src: 
  		url('./_fonts/KyivTypeSans-Bold.woff2') format('woff2'),
  		url('./_fonts/KyivTypeSans-Bold.woff') format('woff'),  		 
  		url('./_fonts/KyivTypeSans-Bold.ttf') format('truetype');
  font-display: swap;  
  font-weight: bold;
  font-style: normal;  
}


@font-face {
  font-family: "KyivTypeSans";
  src: 
  		url('./_fonts/KyivTypeSans-Regular.woff2') format('woff2'),
  		url('./_fonts/KyivTypeSans-Regular.woff') format('woff'),  		 
  		url('./_fonts/KyivTypeSans-Regular.ttf') format('truetype');
  font-display: swap;  
  font-weight: normal;
  font-style: normal;  
  }




* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  font-family: var(--font-text);
  font-weight: normal;
  font-size: 16px;
  /* background-color: var(--white); */
  color: var(--black);
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

html {
  background-color: #000;
}

.container {
  background-color: transparent;
}

div.story {
  background: var(--white);
  border-radius: 40px;
  padding: 4rem 0;
}

section.headline {
  background: rgb(var(--introcolor));
  border-radius: 40px 40px 0 0;
  margin-top: -9rem;
}

h1 {
  margin: 0;
  padding: 0.5em 0.5em;
  font-family: var(--font-head);
  font-size: 6em;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--white);
}

h2 {
  margin: 0;
  padding: 1em 0 0.5em 0;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 2em;
  line-height: 1.2em;
}

h3 {
  margin: 0;
  padding: 1em 0 0 0;
  font-family: var(--font-text);
  font-size: 1.5em;
  font-weight: normal;
}

p {
  font-size: 1.1rem;
  margin: 0 0 0.5em 0;
  hyphens: auto;
  -webkit-hyphens: auto;
  line-height: 1.7em;
}

.center {
  text-align: center;
}

a {
  color: var(--blue);
  text-decoration: none;
  transition: color 0.3s;
}

a:hover {
  color: var(--black);
  text-decoration: none;
}

a.button {
  display: inline-block;
  font-family: var(--font-head);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3em;
  line-height: 1em;
  padding: 0.4em 0.8em 0.5em 0.8em;
  background: var(--white);
  border-radius: 140px;
  transition: all 0.3s;
  border: 10px solid rgba(var(--yellow),0);
}

a.button:hover {
  background: none;
  color: rgb(var(--introcolor));
  border: 10px solid rgb(var(--introcolor));
}

strong {
  font-weight: bold;
  font-family: var(--font-text);
}

i,
em, 
p.italic {
  font-style: italic;
  font-family: var(--font-text);
}

hr {
  border: 0px;
  background: transparent;
  border-bottom: var(--dekoborder-width) solid var(--black);
  padding: 0;
  margin: 1em 0;
}

hr.space,
div.space {
  margin: 6em 0;
}

div.quotesign {
  text-align: center;
  margin: 0;
  padding: 0 0 1em 0;
  font-family: var(--font-head);
  font-size: 4em;
  line-height: 1em;
  font-weight: normal;  
}

section.text {
  width: 680px;
  margin: 0 auto;
  padding: 4em 0;
}

section.text p {
  padding: 0 0 0.5em 0;
  text-indent: 1em;
}


#branding {
  background: var(--blue);
  color: var(--white);  
  padding: 1rem 4rem 10rem 4rem;
  border-radius: 40px 40px 0 0;
}

#branding span {
  font-weight: 900;
  color: rgb(var(--yellow));  
  text-transform: uppercase;
  margin-right: 20px;
}

#branding p {
  margin: 0;
}

section.text.intro {
  width: auto;
  margin: 0 auto;
  padding: 4em 0;
  background: rgba(var(--introcolor));
  border-radius: 0 0 40px 40px;
  display: flex;
  color: #fff;
  align-items: center;
  gap: 1rem;
}

section.text.intro div {
  flex-basis: 33%;
}

section.text.intro div p {
  text-indent: 0;
}

section.text.intro div.authors p {
  text-align: center;
}

section.text.intro p.intro {
  margin: 0 auto;
  color: var(--white);
  font-family: var(--font-text);
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.4em;
  text-indent: 0em;
  hyphens: none;
  -webkit-hyphens: none;
  padding: 0;
}

section.hero.horizontal div.text.intro {
  padding: 4em;
  background: rgba(var(--introcolor));  
}

section.hero.horizontal div.text.intro p {
  color: #fff;
  font-family: var(--font-text);
  font-weight: bold;
  font-size: 2em;
  line-height: 1.4em;
  hyphens: none;
  -webkit-hyphens: none;
}

section.text.initial {
  padding-top: 8em;
}

section.text.initial p {
  text-indent: 0em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2em;
}

section.text.intro p.ini {
  display: block;
  color: var(--white);
  font-family: var(--font-head);
  font-size: 12em;
  line-height: 1em;
  font-weight: 900;
  margin: 0;
  padding: 0;
  text-align: center;
}

section.text picture {
  display: block;
  padding: 2em 0 3em 0;
}




ul#kapitel {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100vw;
}

ul#kapitel li div {
  width: 20vw;
  font-family: var(--font-text);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1.2rem 0;
  line-height: 1.2rem;  
}

ul#kapitel li a {
  display: block;
  width: 20vw;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-text);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1.2rem 0;
  line-height: 1.2rem;
  transition: all 0.3s;
  border-left: 1px solid #5c5c5c;
}

ul#kapitel li strong {
  display: block;
  font-family: var(--font-head);
  font-size: 3rem;
  text-align: center;
  padding: 1.2rem 0;
  line-height: 1rem;
}

ul#kapitel li a:hover {
  background: rgb(var(--introcolor));
}

section.text div.plyr {
	margin: 4rem 0;
}

section.audiowidget {
  width: 680px;
  margin: 0 auto;
  padding: 0em 0;
  position: relative;
}

section.audiowidget img {
  width: 100%;
}

section.audiowidget div.plyr {
  position: absolute;
  top: 60%;
  left: 25%;
}

section.audiowidget div.plyr button[data-plyr="settings"] {
  display: none;
}

.plyr--video .plyr__controls {
    background: rgb(var(--introcolor)) !important;
    color: var(--white);
  padding-top: 10px;
}

section.audiowidget .plyr__controls {
    background: #000000ad;
    color: var(--white);
}

section.audiowidget div.plyr button[data-plyr="play"] {
  position: absolute;
  left: 0%;
  top: -200px;
  width: 100%;
  height: 200px;
  padding: 0;
  color: #ffffffcc;
}

section.audiowidget div.plyr button[data-plyr="play"] svg {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  padding: 0;
  opacity: 1;
}

section.audiowidget div.plyr button[data-plyr="play"]:hover {
  background: none;
  color: var(--white);
}




.main-tool-bar {
  height: 0px;
  background: rgb(var(--yellow));
  text-align: center;
  display: flex;
  position: relative;
  z-index: 100;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: ease 0.4s;
  padding: 0px 4rem;
  font-family: var(--font-head);
  font-size: 1.4em;
  line-height: 1em;
  overflow: hidden;
  border-radius: 0 0 40px 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

body.scrolled .main-tool-bar {
  height: 60px;
  padding: 40px 4rem 2rem 4rem;
}

.main-tool-bar a {
  font-family: var(--font-text);
  transition: color 0.3s;
}







section.hero {
  width: 100vw;
  height: 60vw;
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
  top: 0;
  z-index: -1;
}

.heroContent {
  width: 50%;
  position: absolute;
  left: 25%;
  top: 40%;
  text-align: center;
  color: var(--white);
  font-size: 2em;
}


section.hero.horizontal {
  width: 100vw;
  height: 70vh;
  display: flex;
}

section.hero.horizontal div {
  width: 50%;
  background-size: cover;
}



section.parapic {
  display: flex;
  width: 100vw;
  height: 60vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  margin: 2em 0;
}




section.gridGal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /*width: 70vw;*/
  margin: 0 auto;
}

section.gridGal a {
  flex-shrink: 0;
  max-width: 40%;
  transition: all 0.2s;
  position: relative;
  text-decoration: none;
  color: #333;
}

section.gridGal a:before {
  content: "+";
  position: absolute;
  background: rgba(0,0,0,0.2);
  width: 30px;
  height: 30px;
  color: rgba(255,255,255,0.7);;
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  right: 0;
  top: 0;
}

section.gridGal a:after {
  content: attr(data-description);
  display: block;
  padding: 0.5em 0;
}

section.gridGal img {
  display: block;
  width: 100%;
}


div.gdesc-inner {
  background: #2e2e2e;
  color: var(--white);
}

div.gslide-desc,
div.gdesc-inner p {
  color: var(--white);
  font-size: 16px !important;
}

div.gdesc-inner h4.gslide-title {
  color: var(--white);
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
  margin: 0;
}





div.swiper {
    width: 100vw;
    height: calc(70vw);
    max-height: calc(100vh - 72px);
    margin: 2em 0;
    --swiper-navigation-color:
    var(--white);
    --swiper-pagination-color:
    var(--white);
}

.swiper-slide {
  background-position: center;
  background-size: contain;
  background-color: rgb(var(--introcolor));
}

.swiper-slide img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

.swiper-slide .info {
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  bottom: 0px;
  color: var(--white);
  padding: 1em;
  box-sizing: border-box;
}

.swiper-slide .title {
  font-size: 41px;
}

.swiper-slide .text {
}


.scrollypic {
  height: 100vh;  
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.scrollypic .scrollypic_content {
  width: 50%;
  margin: 0 auto;
  background-color: rgb(0 0 0 / 80%);
  color: white;
  padding: 40px 60px;
  position: absolute;
  left: 25%;
  top:100%;
  z-index: 1;
}


.scrollypic2 {
  width: 100vw;
  height: 200vh;  
  position: relative;
  display: grid;
}

.scrollypic2 .scrollypic_slide {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  position: sticky;
  top: 0;
}

.scrollypic2 .scrollypic_content {
  bottom: 100vh;
  z-index: 1;
  justify-self: center;
  text-align: center;
  width: 50%;
  background-color: rgb(0 0 0 / 80%);
  color: white;
  padding: 40px 60px;
  position: absolute;
  border-radius: 40px;
}




progress {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: var(--dekoborder-width);
  border: none;
  background: rgb(var(--yellow));
  z-index: 1000;
  opacity: 0;
}

body.scrolled progress {
  opacity: 1;
}

progress::-webkit-progress-bar {
  background: rgb(var(--yellow));

}
progress::-webkit-progress-value {
  background: rgba(var(--introcolor));
  background-attachment: fixed;
}
progress::-moz-progress-bar {
  background: rgba(var(--introcolor));
  background-attachment: fixed;

}



section.zub {
  font-size: 2em;
  padding: 4em 0em 2em 0em;
  text-align: center;
  opacity: 0;
  width: 100%;
  margin-left: -200px;
}





section.horizontalGallery section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.horizontalGallery section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.horizontalGallery section  h1 {
  color: white;
  text-shadow: 1px 1px 3px black;
  z-index: 1;
  font-size: 3em;
  font-weight: 400;
}






section.MultiContentScroller {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: red;
  overflow: hidden;
}

section.MultiContentScroller section.bg {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

section.cont {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.cont  h1 {
  color: white;
  text-shadow: 1px 1px 3px black;
  z-index: 1;
  font-size: 3em;
  font-weight: 700;
  padding: 0;
  margin: 0;  
}





blockquote {
  width: 80%;
  padding: 0;
  margin: 6em 0 6em -3em;
}

blockquote.full {
  width: 100%;
}

blockquote p {
  text-indent: 0px !important;
  font-family: var(--font-head);
  font-size: 2.5em;
  line-height: 1.2em;
  margin: 0 0 0em 0;
  hyphens: none;
  -webkit-hyphens: none;
  font-weight: bold;
  color: rgb(var(--introcolor));
}

blockquote p.who {
  font-family: var(--font-text);
  font-weight: normal;
  color: var(--black);
  font-size: 1.4em;
  margin: 0 0 0em 0;  
}


blockquote.right {
  margin: 6em -3em 6em auto;
}


blockquote.right p {
  text-align: right;
}




blockquote::before,
blockquote::after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: rgb(var(--yellow));
  border-radius: 40px;
  margin-bottom: 1em;
}


section.pic {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  width: 840px;
  margin: 0 auto;
  padding: 4em 0;
}

section.pic div.desc {
  max-width: 680px;
}

section.pic img,
section.text img {
  max-width: 100%;
}




section.pic.desc {
  align-items: center;
  gap: 2em;
  width: auto;
}

section.pic.desc.rounded picture img {
  border-radius: 40px 0 0 40px;

}

section.pic.desc.rounded.right picture img {
  border-radius: 0 40px 40px 0;

}

section.pic.right {
  flex-direction: row-reverse;
}

div.desc {
  height: auto;
  margin: 2em 0 4em 0;
}

div.desc::after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: rgb(var(--yellow));
  border-radius: 40px;
}

section.pic.desc div.desc {
  width: 30%;
}

div.desc p {
  text-indent: 0px;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.2em;
  color: rgb(var(--introcolor));
  font-family: var(--font-text); 
  hyphens: none; 
  -webkit-hyphens: none;  
}

div.desc p.credit {
  font-weight: normal;
  font-family: var(--font-text) !important;  
  font-size: 1em;
  color: var(--black);
}




section.refs {
  border-top: 1px solid var(--black);
  margin-top: 8em;
}

section.refs p {
  text-indent: 0;
  font-size: 0.9em;
}

section.author {
  background: rgb(var(--introcolor));
  text-align: center;
  padding: 2rem;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  margin: 0rem 0 0rem 0;
  align-items: center;
  gap: 2rem;
}

section.author span img {
  height: 20vw;
  border-radius: 1000px;
}

section.author div {
  color: #fff;  
}

section.author div p,
section.author div a {
  color: #fff;
  font-size: 2rem;
  line-height: 1.1em;
}

section.author div a {
  
}


footer {
  display: block;
  width: 100%;
  height: auto;
  background: rgb(var(--yellow));
  text-align: center;
  padding: 2rem 0 1rem 0;
  border-radius: 40px;
}



.swiper-pagination-bullet {
  
}



.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}



@media only screen and (max-width: 770px) {

  :root {  
      --swiper-navigation-size: 30px;
      --dekoborder-width: 10px;
  }

  html.glightbox-open {
    overflow: initial;
  }
  
  h1 {
    font-size: 2.5em !important;
    line-height: 1.1em;
    padding: 1.5rem 1rem;
  }

  h2 {
    margin: 0;
    padding: 1em 0 0.5em 0;
    font-family: var(--font-head);
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 900;
  }

  h3 {
    font-size: 1.5em;
  }

  p {
    font-size: 1.1rem;
  }

  p.credit {
    font-size: 0.9rem;
    padding: 0 1rem;
  }

  a.button {
    font-size: 1.3em;
  }



  .main-tool-bar,
  body.scrolled .main-tool-bar {
    font-size: 0.9em;
    padding: 0 1rem;
    text-align: left;
  }

  .main-tool-bar a {
    white-space: nowrap
  }

  body.scrolled  .main-tool-bar {
      height: 50px;
  }

  #branding {
    padding: 1rem 1rem 3rem 1rem;
  }
  
  #branding p {
    line-height: 1em;
    text-align: center;
    font-size: 1rem;
  }
  
  #branding span {
    display: block;
    letter-spacing: 0.02em;
    line-height: 1em;
  }  

  section.headline {
      margin-top: -2.2rem;
  }  

  section.text.intro {
    flex-wrap: wrap;
  }
  
  section.text.intro div {
    flex-basis: 100%;
    text-align: center;
  }


  section.text.intro,
  section.hero.horizontal div.text.intro {
    width: auto;
    margin: 0 auto 0rem auto;
    padding: 1rem;
    background: rgba(var(--introcolor));
  }

  section.text.intro p,
  section.hero.horizontal div.text.intro p,
  section.text.intro p.intro {
      width: 100%;
      font-size: 1.3em;
  }

  section.text.intro .authors p {
    line-height: 1.1em;
    margin-top: 1rem;
  }  

  section.hero.horizontal {
    height: auto;
    flex-direction: column-reverse;
  }

  section.hero.horizontal div {
    width: 100%;
    min-height: 350px;
    background-size: cover;
  }



  section.text.intro p.ini {
    height: auto;
    width: auto;
    margin: 0rem auto 0 auto;
    font-size: 8em;
  }

  section.text {
      width: 100%;
      margin: 0 auto;
      padding: 1rem;
  }

  section.refs {
      margin-top: 8em;
  }

  section.pic {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: center;
      gap: 10px;
      width: 100%;
      margin: 0 auto;
      padding: 1rem 0;
  }

  section.pic.desc.rounded {
    gap: 0;  
  } 

  section.pic.desc.rounded picture img,
  section.pic.desc.rounded.right picture img {
    border-radius: 40px 40px 0 0;
  
  } 
  
  section.pic.desc p.credit {
    padding-left: 0;  
    font-size: 1.4rem;
  } 
  
  hr.space, div.space {
      margin: 3em 0;
  }

  section.parapic {
      background-position: center center;
      background-attachment: scroll;
      margin: 1em 0;
  }

  .swiper-slide p {
    font-size: 1rem;
  }


  section.gridGal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100vw;
    margin: 0 auto;
  }

  section.gridGal a {
    flex-shrink: 0;
    max-width: 100vw;
  }

  section.gridGal a img {
    flex-shrink: 0;
    max-width: 100vw;
    width: 45vw !important;
  }

  blockquote {
    width: auto;
    margin: 3em 0 3em 0;
  }

  blockquote.right {
      margin: 3em 0em 3em 0;
  }  

  blockquote p {
      font-size: 2em;
  }

  section.author {
    padding: 2rem;
    flex-direction: column;
    gap: 0rem;
  } 

  section.author > span > img {
    width: 50vw;
    height: auto;
  }

  section.author div {
    padding: 1rem;
  }

  section.author div p, 
  section.author div a {
    font-size: 1.1rem;
    line-height: 1.2em;
  }
  
  div.desc {
    margin-right: 1rem;
    margin-left: 1rem;

  }

  section.pic.desc div.desc {
    width: auto;
  }


  .scrollypic .scrollypic_content {
      width: 80%;
      margin: 0 auto;
      padding: 1rem;
      position: absolute;
      left: 10%;
  }

  .scrollypic2 .scrollypic_content {
      width: 80%;
      padding: 1rem;
  }
  
  section.audiowidget {
    width: 100%;
  }

  section.audiowidget div.plyr {
    position: absolute;
    top: 60%;
    left: 8%;
  }

  section.audiowidget div.plyr button[data-plyr="play"] {
    top: -110px;
    height: 80px;
  }

  section.audiowidget div.plyr button[data-plyr="play"] svg {
    width: 80px;
    height: 80px;
  }


  div.quotesign {
    padding: 0 0 0.5em 0;
  }

  ul#kapitel li div,
  ul#kapitel li a {
    font-size: 0.8rem;
    hyphens: auto;
  -webkit-hyphens: auto;    
  }

 
}





