/* Home Section */
.home-section {
  padding: 0 0 50px;
}

.home-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.home-section .title {
  font-size: var(--h1-font-size-mobile);
  font-weight: var(--h1-font-weight);
  line-height: var(--h1-line-height-mobile);
  text-align: left;
}

.home-section .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-section .content-image {
  min-width: 288px;
  height: auto;
  border-radius: 12px;
}

.home-section .content-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.home-section button {
  min-width: 288px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 16px;
  border-radius: 32px;
  border: none;
  background-color: #F3F0EE;
}

.home-section button span {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.38px;
  text-align: center;
  color: #353535;
}

.home-section .sticky {
  position: fixed;
  top: 0;
  margin-top: 16px;
  width: 90%;
}

@media (min-width: 1280px) {
  .home-section {
    padding: 0 0 80px;
    margin: 0;
    max-width: 100%;
  }

  .home-section .container {
    max-width: 788px;
    flex-direction: row;
    gap: 0;
    margin: 0 auto;
  }

  .home-section .content {
    justify-content: center;
    gap: 32px;
  }

  .home-section .title {
    font-size: 52px;
    font-weight: 400;
    line-height: 58px;
    text-align: left;
  }

  .home-section .content-image {
    width: 788px;
    height: 504px;
  }

  .home-section .content-image img {
    width: 788px;
    height: 504px;
  }

  .home-section button {
    display: none;
  }
}

/* Request Form Section */
.request-form-section {
  display: none;
}

@media (min-width: 1280px) {
  .request-form-section {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    background-color: #F9F7F7;
    border-radius: 12px;
  }

  .request-form-section .request-container {
    width: 100%;
    max-width: 376px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 30px;
  }

  .request-form-section .title {
    font-size: var(--h1-font-size-mobile);
    font-weight: var(--h1-font-weight);
    line-height: var(--h1-line-height-mobile);
    text-align: left;
  }

  .request-form-section .request-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

    .request-form-section .inputs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .request-form-section .form {
    gap: 0;
  }

  .request-form-section input[type="text"],
  .request-form-section input[type="tel"] {
    max-width: 100%;
    border: 1px solid #BFC0C5;
  }

  .request-form-section .submit-btn {
    max-width: 100%;
  }

  .request-form-section .submit-btn.active {
    background-color: #DF0611;
    color: #ffffff;
  }

  .request-form-section .personal-data-agreement .custom-checkbox {
    display: inline-block;
  }

  .request-form-section .personal-data-agreement {
    gap: var(--content-gap);
  }
}

/* Register Free Lesson Form Section */
.register-free-lesson-section {
  display: none;
  flex-direction: column;
  justify-content: center;
}

.register-free-lesson-section .container {
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
  border-radius: 12px;
  padding: 61px 84px;
}

.register-free-lesson-section .description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.register-free-lesson-section .description p {
  max-width: 50%;
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
}

.register-free-lesson-section .title {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-align: left;
}

.register-free-lesson-section .title span {
  color: #df0611;
}

.register-free-lesson-section .content {
  display: flex;
  align-items: center;
  gap: 32px;
}

.register-free-lesson-section .register-form {
  max-width: 540px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--inner-gap);
}

.register-free-lesson-section .register-form .form {
  display: flex;
  flex-wrap: wrap;
  gap: var(--content-gap);
}

.register-free-lesson-section .summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.register-free-lesson-section .summary ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.register-free-lesson-section .summary li span {
  font-size: 18px;
  font-weight: 300;
  line-height: 23.4px;
  text-align: left;
  padding-left: 16px;
}

.register-free-lesson-section .summary li::marker {
  content: url("../../../../assets/register-free-lesson/list-icon.svg");
}

@media (min-width: 1280px) {
  .register-free-lesson-section {
    display: flex;
  }

  .register-free-lesson-section .container {
    height: 360px;
    width: 1200px;
    padding: 64px;
    gap: 32px;
    background-image: url("../../../../assets/register-free-lesson/request_free_lesson_2.png");
    background-size: 100% 100%;
  }

  .register-free-lesson-section .register-form .form {
    height: 135px;
    display: flex;
    justify-content: flex-start;
  }
}

/* Swiper */
@media (min-width: 1280px) {
  .swiper-button-prev {
    background-image: url("../../../../assets/address/arrow_left.png");
    background-size: 100% 100%;
  }

  .swiper-button-next {
    background-image: url("../../../../assets/address/arrow_right.png");
    background-size: 100% 100%;
  }
}

/* Instructions Section */
.instructions-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.instructions-section .title {
  font-size: var(--h1-font-size-mobile);
  font-weight: var(--h1-font-weight);
  line-height: var(--h1-line-height-mobile);
  text-align: left;
}

.instructions-section .instructions-panel {
  display: flex;
  flex-direction: row;
  gap: var(--content-gap);
  overflow-y: hidden;
  overflow-x: auto;

  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.instructions-section .instructions-panel::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and Opera */
}

.instructions-section .instruction-card {
  width: 260px;
  height: 307px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background-color: #f9f7f7;
}

.instructions-section .instruction-card .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 16px 30px;
}

.instructions-section .instruction-card .summary {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.instructions-section .instruction-card .summary h3 {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.instructions-section .instruction-card .summary p {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
}

.instructions-section .instruction-card .cta {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
}

.instructions-section .instruction-card button {
  width: 228px;
  height: var(--btn-height-mobile);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-radius: var(--border-radius);
  border: 1px solid #353535;
  background-color: transparent;
  color: #353535;
}

.instructions-section .instruction-card button span {
  font-family: Ubuntu;
  font-size: var(--font-size-mobile);
  font-weight: 400;
  line-height: var(--line-height-mobile);
  text-align: left;
  color: #353535;
}

@media (min-width: 1280px) {
  .instructions-section .container {
    width: 1200px;
    gap: 60px;
  }

  .instructions-section .instructions-panel {
    max-width: 1200px;
    gap: 36px;
  }

  .instructions-section .instruction-card {
    width: 378px;
    height: 292px;
    background-color: #f9f7f7;
  }

  .instructions-section .instruction-card .content {
    padding: 20px 20px 32px;
  }

  .instructions-section .instruction-card .summary {
    gap: 16px;
  }

  .instructions-section .instruction-card .summary h3 {
    width: 95%;
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
  }

  .instructions-section .instruction-card .summary p {
    letter-spacing: 0.16px;
  }

  .instructions-section .instruction-card button {
    width: 196px;
  }

  .instructions-section .instruction-card button span {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
  }

  .instructions-section .instruction-card .cta {
    width: 260px;
  }

  .instructions-section .price {
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
  }
}

/* Main Game Section */
.main-game-section .container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1280px) {
  .main-game-section {
    display: flex;
    flex-direction: column;
  }

  .main-game-section .container {
    width: 1200px;
    flex-direction: row;
    gap: 36px;
  }
}

/*  Game Details Section */
.game-section .container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1280px) {
  .game-section {
    padding: 0;
  }

  .game-section .container {
    width: 788px;
  }
}

/* Game Index Section */
.game-index-section {
  display: flex;
  flex-direction: column;
}

.game-index-section .container {
  display: flex;
  flex-direction: column;
}

.game-index-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.game-index-section .index-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style-type: none;
}

.game-index-section .index-link {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
  cursor: pointer;
}

.game-index-section .active {
  color: #df0611;
}

@media (min-width: 1280px) {
  .game-index-section {
    flex: 1;
    height: fit-content;
    position: sticky;
    top: 10px;
    padding: 0;
  }
  
  .game-index-section .container {
    padding-top: 150px;
    width: 376px;
    gap: 16px;
  }

  .game-index-section .title-wrapper {
    width: 376px;
    padding-bottom: 16px;
    border-bottom: 1px solid #b9b9b9;
  }

  .game-index-section .title {
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    color: #353535;
  }

  .game-index-section nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .game-index-section .index-link {
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
  }
}

/* About Section */
.about-section {
  padding: 0 0 50px;
}

.about-section .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-section .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.about-section .description,
.about-section .tactis-list li  {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

.about-section .summary {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #353535;
}

.about-section .tactis-list {
  margin-left: 24px;
}

@media (min-width: 1280px) {
  .about-section {
    padding: 0 0 80px;
  }

  .about-section .title {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
  }

  .about-section .content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .about-section .description,
  .about-section .tactis-list li {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
    color: #353535;
  }

  .about-section .summary {
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    color: #353535;
  }

  .about-section .tactis-list {
    margin-left: 16px;
  }
}

/* Telegram Canal Section */
.telegram-canal-section {
  display: none;
}

@media (min-width: 1280px) {
  .telegram-canal-section {
    display: flex;
    padding: 0 0 50px;
  }

  .telegram-canal-section .container {
    width: 788px;
    height: 296px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 26.41px;
    background-color: transparent;
    background-image: url("../../../../assets/telegram_background.png");
    background-size: 100% 100%;
  }

  .telegram-canal-section .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 23.77px;
  }

  .telegram-canal-section .title {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }

  .telegram-canal-section .title img {
    width: 29.05px;
    height: 29.05px;
  }

  .telegram-canal-section .title h1 {
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
    color: #353535;
  }

  .telegram-canal-section .summary h2 {
    font-family: Ubuntu;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
    text-align: center;
    color: #353535;
  }

  .telegram-canal-section button {
    width: 272px;
    height: 56px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 18.5px 20.75px 16.5px 20.5px;
    border-radius: 32px;
    background-color: #35ABE7;
    border: none;
  }

  .telegram-canal-section button span {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    color: #FFFFFF;
  }
}

/* Club Request CTA Section */
.club-request-section {
  padding: 0 0 50px;
}

.club-request-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
  padding-top: 20px;
  border-radius: 12px;
  background-color: #f3f0ee;
}

.club-request-section .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--container-gap);
  padding: 0px var(--padding-mobile);
}

.club-request-section .title {
  font-size: var(--h2-font-size-mobile);
  font-weight: 400;
  line-height: var(--h2-line-height-mobile);
  text-align: left;
}

.club-request-section .title span {
  color: #df0611;
}

.club-request-section .send-request {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius);
  border: 0;
  background-color: #df0611;
  color: #ffffff;
}

.club-request-section .send-request span {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: center;
}

.club-request-section .content-image {
  padding: 0 16px;
  width: 100%;
  max-width: 100%;
  height: auto;
  align-self: center;
}

.club-request-section .content-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 1280px) {
  .club-request-section {
    display: none;
  }
}

/* How To Play Cityzen Section */
.how-to-play-cityzen-section{
  padding: 0 0 50px;
}

.how-to-play-cityzen-section .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.how-to-play-cityzen-section .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.how-to-play-cityzen-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.how-to-play-cityzen-section .description {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

.how-to-play-cityzen-section .request-container {
  display: flex;
  flex-direction: column;
  gap: var(--container-gap);
  padding-top: 20px;
  border-radius: 12px;
  background-color: #f3f0ee;
  margin: 30px 0;
}

.how-to-play-cityzen-section .request-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--container-gap);
  padding: 16px var(--padding-mobile) 30px;
}

.how-to-play-cityzen-section .request-title {
  font-size: var(--h2-font-size-mobile);
  font-weight: 400;
  line-height: var(--h2-line-height-mobile);
  text-align: center;
}

.how-to-play-cityzen-section .request-title span {
  color: #df0611;
}

.how-to-play-cityzen-section .send-request {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius);
  border: 0;
  background-color: #df0611;
  color: #ffffff;
}

.how-to-play-cityzen-section .send-request span {
  font-size: 16px;
  font-weight: 600;
  line-height: 18.78px;
  text-align: center;
}

@media (min-width: 1280px) {
  .how-to-play-cityzen-section{
    padding: 0 0 80px;
  }

  .how-to-play-cityzen-section .container {
    gap: 32px;
  }

  .how-to-play-cityzen-section .content {
    gap: 20px;
  }

  .how-to-play-cityzen-section .title {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
  }

  .how-to-play-cityzen-section .description {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
    color: #353535;
  }

  .how-to-play-cityzen-section .request-container {
    display: none;
  }
}

/* How To Play Doctor Section */
.how-to-play-doctor-section {
  padding: 0 0 50px;
}

.how-to-play-doctor-section .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.how-to-play-doctor-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.how-to-play-doctor-section .description {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

@media (min-width: 1280px) {
  .how-to-play-doctor-section{
    padding: 0 0 80px;
  }

  .how-to-play-doctor-section .container {
    gap: 32px;
  }

  .how-to-play-doctor-section .title {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
  }

  .how-to-play-doctor-section .description {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
    color: #353535;
  }
}

/* How To Play Sheriff Section */
.how-to-play-sheriff-section{
  padding: 0 0 50px;
}

.how-to-play-sheriff-section .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.how-to-play-sheriff-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.how-to-play-sheriff-section .description {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

@media (min-width: 1280px) {
  .how-to-play-sheriff-section{
    padding: 0 0 80px;
  }

  .how-to-play-sheriff-section .container {
    gap: 32px;
  }

  .how-to-play-sheriff-section .title {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
  }

  .how-to-play-sheriff-section .description {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
    color: #353535;
  }
}

/* How To Play Mafia Section */
.how-to-play-mafia-section{
  padding: 0 0 50px;
}

.how-to-play-mafia-section .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.how-to-play-mafia-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.how-to-play-mafia-section .description {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

@media (min-width: 1280px) {
  .how-to-play-mafia-section{
    padding: 0 0 80px;
  }

  .how-to-play-mafia-section .container {
    gap: 32px;
  }

  .how-to-play-mafia-section .title {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
  }

  .how-to-play-mafia-section .description {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
    color: #353535;
  }
}

/* How To Play Prostitute Section */
.how-to-play-prostitute-section{
  padding: 0 0 50px;
}

.how-to-play-prostitute-section .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.how-to-play-prostitute-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.how-to-play-prostitute-section .description {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

@media (min-width: 1280px) {
  .how-to-play-prostitute-section{
    padding: 0 0 80px;
  }

  .how-to-play-prostitute-section .container {
    gap: 32px;
  }

  .how-to-play-prostitute-section .title {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
  }

  .how-to-play-prostitute-section .description {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
    color: #353535;
  }
}

/* How To Play Maniac Section */
.how-to-play-maniac-section{
  padding: 0px;
}

.how-to-play-maniac-section .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.how-to-play-maniac-section .title {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  color: #353535;
}

.how-to-play-maniac-section .description {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  color: #353535;
}

@media (min-width: 1280px) {
  .how-to-play-maniac-section{
    padding: 0;
  }

  .how-to-play-maniac-section .container {
    gap: 32px;
  }

  .how-to-play-maniac-section .title {
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    color: #353535;
  }

  .how-to-play-maniac-section .description {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    line-height: 20.8px;
    letter-spacing: 0.16px;
    text-align: left;
    color: #353535;
  }
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #4C4A4A99;
}

.modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-dialog {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 0 0;
  padding: 0;
}

.modal-content {
  box-sizing: border-box;
  min-width: 320px;
  width: 100%;
  max-width: 100%;
  min-height: 268px;
  background-color: var(--light-color);
  padding: 20px 16px 40px;
  border: none;
  overflow: hidden;

  border: 1.62px solid #eeedf2;
  box-shadow: 1.62px 1.62px 0px 0px #eeedf2;
  border-radius: 12px 12px 0 0;

  display: flex;
  flex-direction: column;
  gap: 20px;
}

.modal-content .index-list {
  display: flex;
  flex-direction: column;
  gap: 8px;

  list-style-type: none;
}

.modal-content .index-link {
  padding: 8px 0;
  
  display: flex;
  flex-direction: column;
  border: none;
  border-bottom: 1px solid #B9B9B9;

  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #353535;
}

.modal-content .index-list li:last-child {
  border-bottom: none;
}

.modal-content .active {
  color: #df0611;
}

.modal-content nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  gap: var(--container-gap);
}

.modal-content .index-link {
  padding: 8px 0;
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  cursor: pointer;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 2%;
}

.close {
  width: 40px;
  color: #5f6065;
  background-color: transparent;
  font-size: 28px;
  font-weight: bold;
  border: none;
}

.close:hover,
.close:focus {
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
}
