@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik+Moonrocks&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&family=Rubik+Bubbles&family=Rubik+Moonrocks&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pattaya&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather&display=swap");

@font-face {
  font-family: "Barkentina";
  src: url("/fonts/Barkentina.ttf.woff") format("woff"), url("/fonts/Barkentina.ttf.svg#Barkentina") format("svg"), url("/fonts/Barkentina.ttf.eot"), url("/fonts/Barkentina.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  background: url("../images/background22.png");
  position: relative;
}

body .grey {
  height: 100%;
  width: 100%;
  display: none;
  position: absolute;
  background-color: grey;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.myHeader {
  text-align: center;
  color: black;
  font-family: "Pattaya", sans-serif;
  font-size: 50px;
}

.myArticle {
  margin: 0 65px 0 65px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  color: black;
}

.underImage {
  text-align: center;
  margin: 0;
  padding-top: 20px;
  font-weight: bold !important;
  font-style: italic;
  font-size: 14px !important;
}

#menu {
  background: url("../images/bg-kolesnik.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  width: 103.262%;
  border-radius: 30px;
  background-position-y: 18%;
}

#menu img {
  height: 147px;
  width: 200px;
  border-radius: 10%;
}

#menu img.first {
  height: 303px;
  width: 300px;
  border-radius: 10%;
}

#menu p {
  font-family: "Pacifico", cursive;
  font-size: 18px;
}

#menu ul#menu2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

#menu ul#menu2 a {
  text-decoration: none;
  color: black;
  padding: 5px;
  border-radius: 10px;
  background-color: white;
  margin: 2px 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  font-size: 18px;
  font-weight: bold;
  opacity: 0.5;
}

#menu ul#menu2 a.active {
  color: black;
  background-color: white;
  opacity: 1;
}

#menu ul#menu2 a:hover {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  color: black;
  background-color: white;
  opacity: 1;
}

#menu ul#menu2 a li {
  font-family: "Merriweather", serif;
}

#menu h2 {
  font-family: "Rubik Moonrocks", cursive;
  font-weight: 500;
  font-size: 35px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 30px;
  margin-left: 100px;
  margin-top: -70px;
  color: #6d1010;
}

.icon {
  position: relative;
  width: 300px;
  overflow: hidden;
  border-radius: 13%;
}

.icon:after {
  content: "";
  position: absolute;
  left: -137px;
  width: 50px;
  height: 306px;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), color-stop(77%, rgba(255, 255, 255, 0.5)), color-stop(92%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.5) 77%, rgba(255, 255, 255, 0.6) 92%, rgba(255, 255, 255, 0.7) 100%);
}

.icon p {
  position: absolute;
  bottom: 0;
  right: 0;
  background: grey;
  color: white;
  padding: 10px;
  margin: 0 6px 9px 0;
  border: 2px solid white;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  border-radius: 50%;
}

.icon:hover p {
  background-color: black !important;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.icon:hover:after {
  -webkit-animation-name: slide;
  animation-name: slide;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes slide {
  0% {
    left: -137px;
    top: 6px;
  }

  100% {
    left: 387px;
    top: 6px;
  }
}

@keyframes slide {
  0% {
    left: -137px;
    top: 6px;
  }

  100% {
    left: 387px;
    top: 6px;
  }
}

.icon1 {
  position: relative;
  width: 206px;
  height: 156px;
  overflow: hidden;
  border-radius: 13%;
}

.icon1:after {
  content: "";
  position: absolute;
  top: 6px;
  left: -92px;
  width: 50px;
  height: 147px;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), color-stop(77%, rgba(255, 255, 255, 0.5)), color-stop(92%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.5) 77%, rgba(255, 255, 255, 0.6) 92%, rgba(255, 255, 255, 0.7) 100%);
}

.icon1 p {
  position: absolute;
  bottom: 0;
  right: 0;
  background: grey;
  color: white;
  padding: 10px;
  margin: 0 6px 9px 0;
  border: 2px solid white;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  border-radius: 50%;
}

.icon1:hover p {
  background-color: black !important;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.icon1:hover:after {
  -webkit-animation-name: slide1;
  animation-name: slide1;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  z-index: 1000;
}

@-webkit-keyframes slide1 {
  0% {
    left: -92px;
    top: 6px;
  }

  100% {
    left: 248px;
    top: 6px;
  }
}

@keyframes slide1 {
  0% {
    left: -92px;
    top: 6px;
  }

  100% {
    left: 248px;
    top: 6px;
  }
}

.menu_overlay {
  width: 100vw;
  padding: 0 0 30px 0;
  position: fixed;
  overflow: hidden;
  color: #fff;
  z-index: 1000;
  -webkit-transform: translateY(-101%);
  transform: translateY(-101%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  background: url("../images/background80.png");
}

.menu_overlay h2 {
  font-family: "Rubik Moonrocks", cursive;
  font-weight: 500;
  font-size: 35px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 30px;
  margin-left: 100px;
  margin-top: -70px;
  color: #6d1010;
}

.menu_overlay p {
  font-family: "Pacifico", cursive;
  font-size: 18px;
}

.fas {
  font-size: 2.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}

.fas:hover {
  color: #4b134f;
  -webkit-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotate(180deg);
}

.fa-times {
  color: #222;
}

.fas1 {
  position: fixed;
  top: 12%;
  margin-top: -24px;
  margin-left: -55px;
  font-size: 3rem;
  color: #222;
}

.fas1:hover {
  color: #4b134f;
}

#main {
  position: relative;
}

#main img {
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 3px #333;
  box-shadow: 10px 10px 3px #333;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#main img:hover {
  opacity: 0.7;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#main p {
  font-family: "Comfortaa", cursive;
  font-size: 17px;
}

#main h4 {
  font-family: "Comfortaa", cursive;
  font-weight: bold;
}

a.ReturnButton {
  opacity: 0.8;
  z-index: 1000;
}

a.ReturnButton img {
  width: 30%;
  border-radius: 50%;
}

#toTop {
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 10px;
  /* отступ кнопки от нижнего края страницы*/
  right: 40px;
  margin-right: -2.5rem;
  cursor: pointer;
  display: none;
  color: #333;
  font-family: verdana;
  font-size: 11px;
}

.linkBrl {
  color: black;
  text-decoration: none;
}

.linkBrl:hover {
  color: black;
  text-decoration: underline;
}

.fancybox-caption__body {
  font-size: 20px;
}

.Mytooltip {
  position: fixed;
  top: 5%;
  padding: 5px;
  border-radius: 5px;
  width: 70px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-left: -69px;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: jump;
  animation-name: jump;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: white;
  color: black;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  pointer-events: none;
}

.Mytooltip::after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  height: 10px;
  width: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: inherit;
}

.Mytooltip::before {
  content: "";
  color: white;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}

.navColumn:hover .biografMenu {
  opacity: 1;
}

.biografMenu {
  position: fixed;
  top: 15%;
  width: 200px;
  border: 1px solid grey;
  border-radius: 10px;
  padding: 10px 20px;
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  overflow-y: hidden;
}

.biografMenu li {
  margin: 5px 0;
  opacity: 0.8;
  padding: 0 0px;
  border-radius: 10px;
  background-color: white;
}

.biografMenu li:hover {
  opacity: 1;
}

.biografMenu li>a {
  font-family: "Montserrat";
  text-decoration: none;
  color: black;
  font-size: 20px;
}

.biografMenu li>a:hover {
  text-decoration: underline;
}

a.time {
  color: black;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.time:hover,
a.selected {
  color: orange;
}

.sociales {
  text-align: center;
  margin-bottom: 20px;
}

#timeline {
  width: 950px;
  height: auto;
  overflow: hidden;
  margin: auto;
  position: relative;
  background-size: cover;
}

#timeline p {
  font-family: "Comfortaa", cursive;
  font-size: 17px;
  background: white;
  border-radius: 10px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#dates {
  width: 3000px !important;
  height: 60px;
  overflow: hidden;
  margin: 0;
}

#dates li {
  list-style: none;
  float: left;
  width: 100px;
  height: 50px;
  font-size: 24px;
  text-align: center;
}

#dates a {
  line-height: 38px;
  padding-bottom: 10px;
  text-shadow: #000 1px 1px 2px;
}

#dates .selected {
  font-size: 38px;
}

#issues {
  width: 17000px !important;
  height: auto;
  overflow: hidden;
  padding-left: 75px;
}

#issues li {
  width: 800px;
  height: auto;
  list-style: none;
  float: left;
}

#issues li p {
  font-family: "Comfortaa", cursive;
  font-size: 17px !important;
  text-align: justify;
}

#issues li h1 {
  color: orange;
  font-size: 48px;
  text-shadow: #000 1px 1px 2px;
  text-align: left;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 65px;
  position: relative;
}

#issues li h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -150px;
  margin-bottom: -55px;
  height: 50px;
  width: 300px;
  background: url("../images/Underline.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#grad_left,
#grad_right {
  width: 100px;
  height: 350px;
  position: absolute;
  top: 0;
}

#grad_left {
  left: 0;
}

#grad_right {
  right: 0;
}

#next,
#prev {
  position: absolute;
  top: 0;
  font-size: 70px;
  top: 170px;
  width: 22px;
  height: 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

#next:hover,
#prev:hover {
  background: url("../images/arrow1-black.png");
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#next {
  right: 0;
  background: url("../images/arrow1.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 48px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#prev {
  left: 0;
  background: url("../images/arrow1.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 48px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#next.disabled,
#prev.disabled {
  opacity: 0.2;
}

#more {
  display: none;
}

#myBtn {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: none;
  padding: 10px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  font-family: "Comfortaa", cursive;
  font-weight: bold;
}

#myBtn:hover {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

ol.poetry li a {
  cursor: pointer;
  color: black;
}

.carousel-control-prev-icon {
  background: url("../images/arrow1.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 48px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.carousel-control-next-icon {
  background: url("../images/arrow1.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 48px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.carousel-indicators li {
  padding: 2px;
  background-color: grey;
}

@media (max-width: 1750px) {
  .biografMenu li>a {
    font-size: 17px;
  }
}

@media (max-width: 1540px) {
  .biografMenu li>a {
    font-size: 15px;
  }
}

/*# sourceMappingURL=index.css.map */



#xz {
  width: 17000px !important;
  height: auto;
  overflow: hidden;
  padding-left: 75px;
}
#xz h2 {
  color: orange;
  font-size: 48px;
  text-shadow: #000 1px 1px 2px;
  text-align: left;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 65px;
  position: relative;
}
#xz h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2.3%;
  margin-left: -150px;
  margin-bottom: -55px;
  height: 50px;
  width: 300px;
  background: url("../images/Underline.png");
  background-size: cover;
  background-repeat: no-repeat;
}

