.container {
    max-width: 21.5rem;
  }
  .firstSection .firstSection__line--top {
    top: 11.25rem;
  }
  .firstSection .firstSection__line--bottom {
    bottom: 9.38rem;
  }
  .firstSection .firstSection__line {
    width: 11.82rem;
    opacity: 0.5;
  }
  .firstSection .firstSection__main__names-letter {
    font-size: 14.5rem !important;
  }
  .firstSection .time-num {
    font-size: 1.875rem !important;
  }
  h2 {
    font-size: 1.5rem;
    text-wrap: nowrap;
  }
  /* .firstSection .firstSection__main {
    gap: 7rem;
  } */
  .firstSection
    .firstSection__main
    .firstSection__main__names
    .firstSection__main__names-s {
    -webkit-transform: translateY(-5.625rem);
    transform: translateY(-5.625rem);
  }
  .firstSection
    .firstSection__main
    .firstSection__main__names
    .firstSection__main__names-d {
    -webkit-transform: translateY(5.625rem);
    transform: translateY(5.625rem);
  }
  .firstSection
    .firstSection__main
    .firstSection__main__names
    .firstSection__main__names__name {
    font-size: 2rem;
  }
  .firstSection
    .firstSection__main
    .firstSection__main__names
    .firstSection__main__names-letter {
    font-size: 12.5rem;
  }
  .firstSection .firstSection__main .firstSection__main__time {
    gap: 1.125rem;
  }
  .firstSection
    .firstSection__main
    .firstSection__main__time
    .firstSection__main__time_info {
    width: 4.375rem;
    height: 4.375rem;
    padding: 1.0625rem;
    font-size: 1.875rem;
    gap: 0.375rem;
  }
  .firstSection
    .firstSection__main
    .firstSection__main__time
    .firstSection__main__time_info
    span {
    font-size: 0.625rem;
  }
  .fourthSection .fourthSection__month hr {
    width: 9rem;
  }
  .fourthSection
    .fourthSection__days
    .fourthSection__days__monthdays
    .fourthSection__days__monthdays__header {
    width: 7rem;
  }
  .fourthSection
    .fourthSection__days
    .fourthSection__days__weekdays
    .fourthSection__days__weekday__header {
    width: 7rem;
  }
  .thirdSection .thirdSection__ringImage {
    height: 13.5rem;
  }
  .ninethSection {
    gap: 1.88rem;
  }
  .ninethSection .ninethSection__header {
    margin-bottom: 0.63rem;
  }
  .ninethSection .ninethSection__form {
    gap: 2.5rem;
  }
  .ninethSection .ninethSection__form .ninethSection__form__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
  }

/* Registration box */
.registration-container {
  padding: 0 1rem;
}
.registration-box h1 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.registration-box .question-p {
  font-size: 1rem;
}
.registration-box .radio-group label {
  display: flex;
  align-items: center;
  grid-gap: 0.4rem;
  font-size: 0.8rem;
}
.registration-box .inputs-div {
  margin: 1.5rem 0 1rem 0;
}
.registration-box .input-field,
.registration-box .btn-submit {
  font-size: 0.7rem;
}
.registration-box .inputs-div {
  grid-gap: 0.3rem;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 1.45em;
}

/* Registration box */

/*footer*/

.footer .footer-title {
  font-size: 1.1rem;
  line-height: 1.5em;
}

.footer .link-to-website {
  font-size: 1.1rem;
}

.footer .img-part {
  width: 1.5em;
}

/*footer*/

.mob-img.mob-big-img {
  max-width: 100%;
  /* height: 16rem; */
  height: auto;
  width: 100%;
}

/* 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: 1.674rem;
  height: 1.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 */

.image-banner img {
  height: 19rem;
}

.languages-list {
  top: 1rem;
  right: 1rem;
  grid-gap: 0.2rem;
  padding: 0.2rem;
  position: absolute;
}
.languages-list .lang-item .lang-img {
  width: 2rem;
  height: 2rem;
}
.languages-list .lang-name {
  font-size: 0.8rem;
}
.social-links img {
  height: 1em;
}