.container {
  max-width: 20.9375rem;
  margin: 0 auto;
}

.section1 {
  height: 100vh;
}

.section1__bear1Block {
  width: 9rem;
  height: 18rem;
}

.section1__bear2Block {
  width: 10rem;
  height: 18rem;
}

.section1__mainBlock__title {
  width: 12.75rem;
  margin-right: 0;
}

.section1__mainBlock__title span:nth-child(1) {
  font-size: 4.375rem;
}

.section1__mainBlock__title span:nth-child(2) {
  font-size: 3.125rem;
}

.section1__mainBlock__imageBlock {
  width: 20.9375rem;
  height: 20.9375rem;
}

.section2 {
  gap: 2.5rem;
  margin: 2.5rem auto;
}

.section2__text {
  font-size: 1.25rem;
}

.section2__dateBlock {
  grid-template-columns: 8rem auto 8rem;
  gap: 1rem;
  font-size: 1rem;
}

.day {
  font-size: 2rem;
}

.section2__placeBlock__imageBlock {
  width: 100%;
  height: 20.9375rem;
}
/*footer*/
.footer .footer-title {
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.5em;
}

.footer .link-to-website {
  font-size: 1.3;
}

.footer .img-part {
  width: 1.5em;
}
.social-links img {
  height: 1.5em;
}
.social-links a {
  font-size: 0.7em;
}
.credits-part {
  font-size: 0.9em;
  grid-gap: 0.5rem;
}
.logo-div img {
  max-width: 4rem;
}
/*footer*/

/* Audio part */
.audio-div {
  height: 3.5rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  column-gap: 0.2rem;
}
.song {
  font-size: 0.75rem;
}
.play {
  width: 2.313rem;
  height: 2.313rem;
}
.play button {
  width: 2.313rem;
  height: 2.313rem;
}
.play-sm img {
  height: 0.611rem;
  width: auto;
  object-fit: contain;
}
.play-sm {
  width: 2.674rem;
  height: 2.674rem;
}
.close-arrow button img {
  width: 0.575rem;
  height: 0.575rem;
}
.close-arrow button {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.song-name {
  font-size: 0.6rem;
}
.close-arrow {
  left: -0.925rem;
}
/* Audio part */
