:root {
  --main-color-dark: #496e6e;
  --main-color-orange: #f58220;
  --main-color-grey: #d2d3d4;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  /* font-family: 'Cuprum", Verdana, Geneva, Tahoma, sans-serif; */
  font-family: 'Cuprum', sans-serif;
  font-size: 1rem;
  /* outline: 1px solid green; */
}

/* if without of html - bug with mobile menu in Chrome */
body, html {
  overflow-x: hidden;
  /* may caused to bug with sticking left menu in same place at vertical scrolling */
  /* height: 100%; */

  /* that's matter for correct rendering modal - always by center */
  /* width: 100vw; */
  height: 100vh;
}

header {
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 130px;
  padding: 1rem;
  background-image: url(/imgs/header_bg.svg);
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  /* overflow-x: hidden; */
}

/* header.inner {
  background-image: url(/imgs/header_bg_inner.svg);
} */

.logo-block {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.mobile-menu {
  display: block;
  margin-left: -200px;
  margin-top: -30px;
}

header .logo img {
  height: 100px;
  margin-top: -30px;
}

header .headliner {
  color: white;
  /* min-width: 250px;
  max-width: 340px; */
  padding-left: 30px;
  margin-top: -30px;
  font-weight: 700;
  /* display: none; */
  /* font-size: 1.2rem; */
}

header .headliner .big {
  display: none;
}

.modal-video {
  position: absolute;
  /* margin: auto; */
  /* top: 0; left: 0; bottom: 0; right: 0; */
  /* top: 50%; left: 50%; bottom: 0; right: 0; */

  
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  width: 100%;
  height: 100%;
  /* height: 122%; */
  background-color: rgba(0, 0, 0, .8);
  display: none;
  z-index: 200;
  justify-content: center;
  align-items: center;
  /* margin: 0 auto; */
}

.modal-content {
  position: relative;
  display: flex;
  justify-content: center;
}

.modal-content video {
  width: 80%;
  height: auto;
}

.close-modal-bttn {
  position: absolute;
  top: 10;
  right: 10;
  z-index: 200;
  color: white;
  width: 30px;
  height: 30px;
  background-color: var(--main-color-orange);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  /* margin: 10px -20px 0 0; */
  cursor: pointer;
  font-weight: 700;
  font-size: 1.2rem;
}

.wrapper {
  position: relative;
  width: 100%;
  /* height: 84vh; */
  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;
  /* padding: 1rem; */

  margin-bottom: -140px;
  padding-top: 20px;
}

.left-menu, .right-menu {
  position: absolute;
  transform: scale(.5,.5);
  top: 0;
  z-index: 99;

  display: none;
  flex-direction: column;
}

.left-menu {
  top: 0px;
  left: 20px;
  /* margin-top: -150px; */
  /* display: flex;
  flex-direction: column; */
}

/* .wrapper1 .left-menu {
  margin-top: -150px;
} */

.top-menu .left-menu {
  top: 70px;
  /* top: -50px; */
}

.left-menu div {
  height: 80px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  /* temporarily disabling left menu */
  display: none;
}

.right-menu {
  /* top: 0; */
  right: 0px;
  /* z-index: 5; */
  /* display: flex;
  flex-direction: column; */
  /* height: 300px; */
}


.image-header {
  width: 100%;
  height: 120px;

  padding-top: 20px;
  /* padding-top: 150px; */
    /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
  position: relative;
}

.image-header .top-menu {
  display: flex;
  /* padding-top: 150px; */
  align-items: center;
  justify-content: space-between;
}

.image-header .top-menu .left-menu {
  margin-top: -150px;
}

.image-header .top-menu .inner-menu {
    /* width: 20%;   */
    /* display: flex;  */
    /* align-items: center; */
    /* justify-content: space-between; */
}

.image-header .top-menu .inner-menu.left {
  /* justify-content: flex-start; */
}

.image-header .top-menu .inner-menu.right {
  /* justify-content: flex-end; */
  align-items: flex-end;
  padding-right: 50px;
}

.maslenitsa-header {
  background-image: url("./../imgs/maslenitsa_song_header.png");
}

.maslenitsa-header-about {
  background-image: url("./../imgs/maslenitsa_header_about.png");
}

.troitsa-header {
  background-image: url("./../imgs/troitsa_song_header.png");
}

.troitsa-header-about {
  background-image: url("./../imgs/troitsa_header_about.png");
}

.svyatki-header {
  background-image: url("./../imgs/svyatki_song_header.png");
}

.svyatki-header-about {
  background-image: url("./../imgs/svyatki_header_about.png");
}

.maslenitsa-header, .maslenitsa-header-about,
.troitsa-header, .troitsa-header-about,
.svyatki-header, .svyatki-header-about {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size:contain;
  width: 100%;
  height: 120px;
  /* height: fit-content; */
}
/* ./imgs/maslenitsa_header.png" */



.image-header img {
  width: 100%;
}

.block-title {
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: var(--main-color-dark);
  padding: 20px 0;

  display: flex;
  justify-content: center;
  /* font-size: 1.5rem; */
}

.block-title h1 {
  font-size: 1.8rem;
}

.wheel {
  width: 100%;
  /* height: 85vh; */
  /* transition: cubic-bezier(0.075, 0.82, 0.165, 1); */

  /* -webkit-animation: 4s cubic-bezier(0,0,.39,.68) infinite both running fly-main-star;
  -moz-animation: 4s cubic-bezier(0,0,.39,.68) infinite both running fly-main-star;
  animation: 4s cubic-bezier(0,0,.39,.68) infinite both running fly-main-star; */

  /* animation: spin linear 10s infinite; */

  position: relative;
  z-index: 1;
  /* border-radius: 50%; */

  display: flex;
  justify-content: center;
  align-items: center;
}



.inner-wheel {
  /* width: 65%; */
  /* фор блин1  */
  width: 50%;
  /* height: 50vh; */
  /* background: url('./../imgs/velichanie.png') no-repeat; */
  background-size: contain;
  background-position: center center;
  /* position: relative; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* z-index: 30; */

  position: relative;
}

.inner-wheel img {
  width: 100%;
  /* height: auto; */
  /* position: absolute; */
}

.inner-wheel .blin {
  /* фор блин3 */
  /* width: 100%; */
  
  position: absolute;
  z-index: 54;
  /* object-fit:fill; */
}

/* .inner-wheel .blin svg {
  object-fit:contain;
} */

/* 
.inner-wheel .blin {
  margin: 0 auto;
} */

.inner-wheel .content {
  /* position: absolute;
  top: 0;
  left: 0; */
  /* width: 100%; */
  width: 57%;
  text-align: center;
  padding-top: 11rem;
  overflow: none;

  /* position: absolute; */
  z-index: 55;

  pointer-events: none;
}

.inner-wheel .content .sub-menu, .inner-wheel .content .sub-menu-songs {
  pointer-events: fill;
}

.inner-wheel .content .sunduk-button {
  width: 90px;
  height: auto;
  margin: 0 auto;
  cursor: pointer;

  pointer-events: fill;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.inner-wheel .content .sunduk-button img {
  width: 100%;
  height: auto;
}

.inner-wheel .content .bottom-menu div {
  font-size: 1.5rem;
  /* color: red */
}

.inner-wheel .content .description {
  /* width: 60%; */
  padding-bottom: 30px;
  max-width: 800px;
  /* width: 100%; */
  font-size: .8rem;
  line-height: .9;
  padding-top: 100px;
}

/* .inner-wheel .content .sub-menu {

} */

.inner-wheel .content .sub-menu .link, .inner-wheel .content .sub-menu-songs .link {
  /* color: var(--main-color-dark); */
  cursor: pointer;
  /* padding-bottom: 5px; */
}

.inner-wheel .content .sub-menu .link:hover, .inner-wheel .content .sub-menu-songs .link:hover  {
  opacity: .7;
}

/* .wheel div {
  width: 100%;
  height: 100%;
} */

#months, #family {
  /* display: none; */
  animation: appear 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  z-index: 1;
  /*  DON'T touch it. Otherwise check screen with months under Chrome/yandex */
  /* width: 70%; */
  /* height: 90vh; */
  /* display: flex; */
  justify-content: center;
  align-items: center;
  display:flex;
  /* cursor: pointer; */
}

#months, #family {
  width: 100%;
  max-width: 900px;
  max-height: 1200px;
}

.SVG_active_wheel_point {
  fill: #f58220;
	cursor: pointer;
}

#maslenitsa, #troitsa, #svyatki {
  display: none;
  animation: appear 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  z-index: 1;

  /* width: 100%;
  height: 90vh; */
  /* display: flex; */
  justify-content: center;
  align-items: center;
  /* cursor: pointer; */

  width: 100%;
  max-width: 900px;
  max-height: 1200px;

  position: relative;

  /* background-image: url('./../imgs/maslenitsa_main_back.png'); */
  /* background-size: cover; */
}



/* #maslenitsa svg {
  width: 100%;
} */

/* #maslenitsa img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 49;
} */

/* .maslenitsa-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
} */

#maslenitsa svg, #troitsa svg, #svyatki svg {
  width: 70%;
  height: 80%;
  /* transform: scale(.7); */
}

.wheel img, #maslenitsa img, #troitsa img, #svyatki img, #months img {
  width: 100%;
  transform: scale(.7);
  /* transform: translate(75%, 0%); */
  /* height: 90vh; */
}



.sub-menu, .sub-menu-songs {
  text-align: center;
  /* text-transform: uppercase; */
  font-weight: 700;
  padding: 30px 10px 20px 10px;
  color: white;
  /* margin-top: -100px; */
  background-color: var(--main-color-dark);
  width: 200px;
  margin: -90px auto 0 auto;
  border-radius: 10px;

  position: relative;

  /* opacity: 0; */
  visibility: hidden;
}

.sub-menu, .sub-menu-songs div {
  margin-bottom: 10px;
}

#close-sub-menu-bttn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--main-color-orange);
  cursor: pointer;
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fly-main-star{
  /* 0% {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px)
  }
  50% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  100% {
    -webkit-transform:translateY(-4px);
    transform:translateY(-4px)
  } */
}

/* @-moz-keyframes fly-main-star{0%,to{-moz-transform:translateY(-8px);transform:translateY(-8px)}50%{-moz-transform:translateY(0);transform:translateY(0)}
}@keyframes fly-main-star{0%,to{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes  */

.sunduk {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* width: 8rem;
  height: 6rem; */
  width: 65%;
  /* height: auto; */
  /* height: 6rem; */

  transform: translate(-1rem, -1rem);
  z-index: 2;
}

.sunduk img {
  width: 20%;
  height: auto;
}

.sunduk div {
  padding: 10px;
  width: 50%;
}

.sunduk h1 {
  margin-left: 50px;
  color: white;
  font-size: 1rem;
  /* width: 100%; */
  /* padding: 1rem 0 0 0; */
}

.sunduk.disappear {
  animation: disappear ease-out 1s forwards;
}

.sub-menu.disappear, .sub-menu-songs.disappear {
  animation: disappear ease-out 1s forwards;
}

.sub-menu.appear, .sub-menu-songs.appear  {
  animation: appear ease-in-out 1s forwards;
}

.page1 {
  position: absolute;
  
}

.page1.appear {
  animation: appear ease-in-out 1s forwards;
}

@keyframes appear {
  0% {
    transform: rotate(0deg) scale(0,0);
    opacity: 0;
  }

  /* 50% {
    transform: rotate(180deg) scale(.5,.5);
    opacity: .5;
  } */

  100% {
    transform: rotate(360deg) scale(1,1);
    opacity: 1;
  }
}

@keyframes disappear {
  0% {
    transform: rotate(0deg) scale(1,1);
    opacity: 1;
  }

  100% {
    transform: rotate(360deg) scale(0,0);
    opacity: 0;
  }
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu-item {
  cursor: pointer;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1);
  /* margin-bottom: 1rem; */
  /* height: 90px; */
  /* padding: 20px; */
}

.menu-item:active {
  transform: translate(0px,10px);
}

.menu-item.music {
  background: url('./../imgs/menu/music.png') no-repeat;
  width: 244px;
  height: 69.5px;
  margin-left: 25px;
}

.menu-item.music:hover {
  background-position: 0px -69.5px;
}

.menu-item.song {
  background: url('./../imgs/menu/song.png') no-repeat;
  width: 165px;
  height: 44px;
  margin-left: 25px;
}

.menu-item.song:hover, .menu-item.song.active {
  background-position: 0px -44px;
}

.menu-item.dance {
  background: url('./../imgs/menu/dance.png') no-repeat;
  width: 170px;
  height: 71px;
  margin-left: 25px;
}

.menu-item.dance:hover, .menu-item.dance.active {
  background-position: 0px -71px;
}

/* .menu-item.cloth {
  background: url('./../imgs/menu/cloth.png') no-repeat;
  width: 232px;
  height: 59px;
  margin-left: 10px;
}

.menu-item.cloth:hover {
  background-position: 0px -59px;
} */

.menu-item.remeslo {
  background: url('./../imgs/menu/remeslo.png') no-repeat;
  width: 252px;
  height: 56px;
}

.menu-item.remeslo:hover, .menu-item.remeslo.active  {
  background-position: 0px -56px;
}

.menu-item.food {
  background: url('./../imgs/menu/food.png') no-repeat;
  width: 182px;
  height: 59.5px;
  margin-left: 25px;
}

.menu-item.food:hover, .menu-item.food.active {
  background-position: 0px -59.5px;
}

.menu-item.ritual {
  background: url('./../imgs/menu/ritual.png') no-repeat;
  width: 165px;
  height: 77px;
}

.menu-item.ritual:hover, .menu-item.ritual.active {
  background-position: 0px -77px;
}

.menu-item.skazka {
  background: url('./../imgs/menu/skazka.png') no-repeat;
  width: 198px;
  height: 61px;
}

.menu-item.skazka:hover, .menu-item.skazka.active {
  background-position: 0px -61px;
}

.menu-item.horovod {
  background: url('./../imgs/menu/horovod.png') no-repeat;
  width: 245px;
  height: 85px;
}

.menu-item.horovod:hover, .menu-item.horovod.active {
  background-position: 0px -85px;
}

.menu-item.naigrish {
  background: url('./../imgs/menu/naigrish.png') no-repeat;
  width: 280px;
  height: 93.5px;
}

.menu-item.naigrish:hover, .menu-item.naigrish.active {
  background-position: 0px -93.5px;
}

.menu-item.igrushka {
  background: url('./../imgs/menu/igrushka.png') no-repeat;
  width: 257px;
  height: 78px;
}

.menu-item.igrushka:hover, .menu-item.igrushka.active {
  background-position: 0px -78px;
}

.menu-item.igra {
  background: url('./../imgs/menu/igra.png') no-repeat;
  width: 127px;
  height: 59px;
}

.menu-item.igra:hover, .menu-item.igra.active {
  background-position: 0px -59px;
}

.menu-item.calendar {
  background: url('./../imgs/menu/calendar.png') no-repeat;
  /* display: inline-block; */
  /* background-position: top center; */
  /* width: 50px;
  height: 50px; */
  width: 340px;
  height: 69px;
  /* transform: scale(.5,.5); */
  /* z-index: 1; */
}

.menu-item.calendar:hover {
  /* background-position: 0%; */
  /* background-position: bottom center; */
  /* transform: transform.scal(2,2); */
  /* transform: scale(2, 2); */
  /* width: 24px; */

  background-position: 0px -75px;
}

.menu-item.life {
  background: url('./../imgs/menu/life.png') no-repeat;
  /* display: inline-block; */
  /* background-position: top center; */
  /* width: 50px;
  height: 50px; */
  width: 191px;
  height: 57.5px;
  /* transform: scale(.5,.5); */
  /* z-index: 1; */
}

.menu-item.life:hover {
  background-position: 0px -57.5px;
}

/* .menu-item.calendar:active {
  transform: translate(0px,10px);
}

.menu-item.life:active {
  transform: translate(0px,10px);
} */




.calendar-wheel {
  /* background-color: aqua; */
  position: absolute;
  /* top: 0;
  left: 0; */
  /* width: 100%;
  height: 100%; */
  z-index: 3;
}

.calendar-wheel .box {
  position: relative;
  transform: scale(.36,.36);
}

.calendar-wheel .feb {
  position: absolute;
  background: url('./../imgs/february.png') no-repeat;
  /* background-position: 0px 0px; */
  width: 479px;
  height: 305px;
  transform: scale(.36,.36);
  margin: 202px 0px 0px 337px;
}

.calendar-wheel .march {
  position: absolute;
  background: url('./../imgs/march.png') no-repeat;
  /* background-position: 0px 0px; */
  width: 457px;
  height: 394.5px;
  transform: scale(.36,.36);
  /* margin: -25px 0px 0px 329px; */
  margin: 279px 0px 0px 329px;
}

/* .calendar .feb img {
  width: 100%;
  height: 100%;
} */

.calendar-wheel .feb:hover {
  background-position: 0px -305px;
}

.calendar-wheel .march:hover {
  background-position: 0px -394.5px;
}

.inner-page {
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
  color: var(--main-color-dark);
  justify-content: center;
  /* align-items: center; */
  margin-bottom: 140px;
}

.inner-page .menu {
  /* color: var(--main-color-dark) */
  text-align: center;
  text-transform: uppercase;
  /* width: 20%; */
  padding: 0 10px;
  /* font-weight: 700;
  font-size: 55px; */
}

.inner-page .menu ul li {
  font-weight: 700;
  font-size: 1.3rem;
  padding: 0 0 10px 0;
  cursor: pointer;
}

.inner-page .menu ul li.active {
  color: var(--main-color-orange)
}

/* .inner-page .content {
  padding: 30px 20px;
} */

.inner-page .content.video {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #f58220; */
  padding-top: 3rem;
}

.inner-page .content.video video {
  width: 100%;
  height: auto;
}

.inner-page .content p {
  line-height: 1.5;
  font-size: 1.3rem;
  margin-bottom: 30px;
}

.inner-page .content.song p {
  font-weight: 700;
}


.inner-page .content.song .song-text p {
  color: black;
  font-weight: normal;
}

.inner-page .content.song audio {
  margin-top: -20px;
}

.inner-page .content span {
  color: var(--main-color-orange);
  font-size: 1.3rem;
}


.inner-menu {
  margin-top: -150px;
}

.inner-menu.left, .inner-menu.right {
  display: flex;
  flex-direction: column;
  height: 330px;
}

.inner-menu.left div, .inner-menu.right div {
  transform: scale(.4);
}


.top-menu {
  /* height: 100px; */
}
/* .inner-menu {
  transform: scale(.5);
} */

/* .inner-menu .left {

}

.inner-menu .right {

} */

footer {
  color: white;
  font-weight: 700;
  font-size: .8em;
  padding: 1rem 3rem;
  background-color: var(--main-color-dark);
  /* background-image: url(./../imgs/footer_people.png); */
  /* background-position: left;
  background-size: cover; */
  /* background-repeat: no-repeat; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
  /* height: 50px; */

  /* padding-top: 200px;
  padding-bottom: 100px; */
  position: relative;
  /* width: 100%; */
}

footer.inner {
  background-color: var(--main-color-grey);
}

#footer-top {
  position: relative;
  /* position: absolute;
  top: 0;
  left: 0; */
  /* width: 101%; */
  width: 100%;
  height: 135px;
  background-image: url(./../imgs/footer_top_bg.svg);
  background-position: left bottom;
  /* background-size: contain; */
  background-repeat: no-repeat;
  margin-bottom: -1px;
  pointer-events: none;
}

#footer-top-inner {
  background-image: url(./../imgs/footer_top_bg_inner.svg);
  position: relative;
  /* width: 101%; */
  width: 100%;
  height: 50px;
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-bottom: -1px;
} 

#footer-top #peop, #footer-top-inner #peop {
  width: 200px;
  height: 85px;
  background-image: url(./../imgs/footer_top_people.svg);
  background-position: left top;
  /* background-size: cover; */
  background-repeat: no-repeat;
} 

/* #footer-top #peop svg {
  fill: red;
} */

#footer-top img, #footer-top-inner img {
  padding-left: 7rem;
  width: 8rem;
  height: auto;
  /* width: 100%;
  height: 100%; */
  position: absolute;
  /* top: -45px; */
  top: 10px;
  left: 0;
}

/* 
#shape {
  fill: red;
} */


footer div img {
  height: 25px;
  /* margin: 0 30px; */
}

footer .project {
  /* padding-top: 20px; */
  width: 100%;
  margin: 1rem;
}


.desktop-only {
  display: none;
}

.new-page-header {
  font-size: 30px;
  margin-bottom: 30px;
}

.new-page-subheader {
  font-size: 23px;
  margin: 10px 0;
}

a {
  text-decoration: none;
}

.song-blin-inside-link a {
  color: white;
}

.pfki_logo img {
  width: 150px;
  height: auto;
}

.full-listing {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.full-listing div {
  margin-bottom: 9px;
}

.full-listing div a {
  color: var(--main-color-dark);
  font-size: 1rem;
}

.opened-sunduk {
  margin-top: 50px;
  width: 250px;
}

.opened-sunduk img {
  width: 100%;
  /* object-fit: fill; */
}

.content .about {
  padding: 0 1rem;
  font-size: 1.5rem;
}

.content .bottom-image {
  display: flex;
  justify-content: center;
  margin: 90px auto;
}

.content .bottom-image img {
  max-width: 300px;
}


/* #months img, #months svg */

.wheel img, #maslenitsa img, #maslenitsa object, #troitsa img, #troitsa object, #svyatki img, #svyatki object {
  /* max-width: 70%; */
  /* width: 70%; */
  height: auto;
  /* max-height: 90vh; */
}

.inner-wheel {
  width: 100%;
}

@media screen and (min-width: 1072px) {
  footer .project {
    padding-top: 0px;
    width: 30%;
  }

  /* .inner-wheel {
    height: 70vh;
  } */
}


@media screen and (min-width: 550px) {
  #months {
    width: 70%;
    /* max-width: 650px; */
    height: auto;
  }
}

@media screen and (min-width: 850px) {

  .inner-wheel .content .description {
    /* width: 60%; */
    padding-bottom: 30px;
    max-width: 700px;
    /* width: 100%; */
    font-size: .8rem;
    line-height: .9;
    padding-top: 30px;
  }

  .left-menu {
    display: flex;
  }

  .mobile-menu {
    /* temporarily enabling mobile menu all the time */
    /* display: none; */
  }

  .image-header {
    padding-top: 150px;
    height: 250px;
  }

  .maslenitsa-header, .maslenitsa-header-about, .troitsa-header, .troitsa-header-about, .svyatki-header, .svyatki-header-about {
    height: 250px;
  }


  .wheel, #months, #maslenitsa, .inner-wheel .blin {
    /* width: 70%; */
    /* фор блин2 */
    width: 100%;
  }

  header .headliner {
    width: 90%;
  }

  .inner-wheel {
    width: 70%;
    /* all was good, but causes to cut off of blins in FF (desktop) */
    /* height: 70vh; */
    /* seems like bug is fixed */
    height: 100vh;

    /* height: 70vh; */
    /* background-color: green; */
    /* height: fit-content; */
    display: flex;
    justify-content: center;
    z-index: 10;
    /* resize: horizontal; */
  }

  .inner-wheel svg {
    height: 670px;
  }

}


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

  header .headliner {
    /* display: none; */
    width: 40%;
    /* max-width: 150px; */
    /* width: 40%; */
    /* min-width: 150px; */
  }

  /* header .headliner .big {

  } */

}

@media screen and (min-width: 491px) {

  header .headliner {
    width: 55%;
  }

  header .headliner .small {
    display: none;
  }

  header .headliner .big {
    display: block;
  }

}

@media screen and (min-width: 630px) {

  .inner-wheel .content {
    /* font-size: 15vw; */
    /* padding-top: 15rem; */
    /* width: 70%; */
    padding-top: 230px;
  }

  .pfki_logo img {
    width: 250px;
  }
  .inner-wheel .content .description {
    /* width: 60%; */
    padding-bottom: 30px;
    max-width: 800px;
    /* width: 100%; */
    font-size: 1rem;
    line-height: 1.2;
    padding-top: 100px;
  }

  #footer-top-inner {
    height: 135px;
  }

  .desktop-only {
    display: block;
  }

  header .headliner {
    /* display: block; */
    /* max-width: 150px; */
    /* width: 30%; */
    /* min-width: 150px; */
  }

  
  .wheel img, #maslenitsa img, #troitsa img, #svyatki img, #months img {
    /* width: 70%; */
    height: auto;
  }

  #months svg {
    width: 100%;
    height: auto;
  }

/* 
  #troitsa img {
    width: 54%;
    height: auto;
  }

  #svyatki img {
    width: 59%;
    height: auto;
  } */


  /* .wheel {
    max-height: 80%;
  } */

  header {
    padding: 1rem 2rem;
  }

  .inner-page {
    flex-direction: row;
  }

  .inner-page .menu {
    width: 20%;
  }

  .inner-page .content {
    padding: 0 5rem 0 5rem;
    /* width: 80%; */
  }

  .inner-page .content.song {
    width: 80%;
  }


  footer {
    padding: 3rem 2rem;
  }

  footer div img {
    height: 50px;
    margin: 0 30px;
  }
}

.button {
  cursor: pointer;
}

@media screen and (max-width: 850px) {
  .inner-wheel {
    transform: scale(.9); /* Fallback to this */
  }
  
  @supports (scale: 1) {
    .inner-wheel {
      scale: .9; /* Used if support for `scale` is detected */
    }
  }
}

