.xn78k20 {
  display: none; 
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(50px)
}

.xn78k20-content {
  background-color: var(--background2);
  color: var(--text);
  padding: 40px;
  text-align: start;
  max-width: 722px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: stretch;
  margin: 0;
  position: fixed;
  z-index: 999;
  border-radius: 10px;
  gap: 10px;

  
  @media (max-width: 713px) {
    padding: 30px 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 31.8px;
    text-align: center;
    margin: 0;
    width: 100%;
    right: 0;
  }

}
.xn78k20-content__cook {
  bottom: 20px;
  right: 20px;

  @media (max-width: 713px) {
    margin: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  }
}

.x8lok58 {
  margin-bottom: 30px;
  padding: 0;
}

.xn78k20-cook {
  font-weight: 600;
  font-size: 40px;
  line-height: 63.6px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 0;
  @media (max-width: 713px) {
    font-weight: 600;
    font-size: 20px;
    line-height: 31.8px;
    text-align: center;
  }
}

.xfnwn60 {
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: start;
  margin-bottom: 10px;
  padding-top: 10px;
  @media (max-width: 713px) {
    font-weight: 400;
    font-size: 18px;
    line-height: 28.62px;
    text-align: center;
  }
}

.x2g3061 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  @media (max-width: 713px) {
    flex-direction: column;
  }
}

.x75ib62 {
  align-self: flex-end;
  height: 50px;
  width: 50px;
  background-image: var(--close-modal);
  background-color: var(--header);
  border: 1px solid var(--lines);
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

.xckrg34 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-top: 30px;
}

.x7xso63 {
  width: 100%;
}

.xwwo936 {
  width: 100%;
  height: 60px;
  border: 2px solid var(--button);
  color: var(--button);
  border-radius: 10px;
  background-color: var(--background2);
}

.x1nrf35 {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--button);
  color: var(--background2);
  border-radius: 10px;
  border: 0;
}

.x69y964 {
  color: var(--color1);
  text-decoration: underline;
}








/* Registr */


.xn78k20 {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
      z-index: 3000;
    }

    .xn78k20-buts {
      display: flex;
      gap: 10px;
      padding-top: 40px;

      @media (max-width: 745px) {
        flex-direction: column;
      }
    }

    .xn78k20.x340j55 {
      display: flex;
    }

    .xn78k20__content {
      background-color: var(--background2);
      width: 90%;
      max-width: 692px;
      padding: 20px;
      border-radius: 20px;
      position: relative;
    }

    .xn78k20__close {
      position: absolute;
      top: 12px;
      right: 12px;
      background: none;
      border: none;
      font-size: 1.2rem;
    }

    /* Пример содержимого модалки (можно заменить по необходимости) */
    .xn78k20__header {
      margin-bottom: 30px;
      text-align: start;
    }

    .xn78k20__body {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .xn78k20__body input {
      padding: 20px 40px;
      border-radius: 10px;
      width: 100%;
      height: 60px;
      background-color: #FFFFFF4D;
      color: var(--text);
    }

    .xn78k20__footer {
      margin-top: 20px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    
    .xn78k20__footer button {
      width: 100%;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--button);
      color: var(--text);
      border-radius: 10px;
      border: 0;

    }
    
    .x122466 {
      background: none;
      border: none;
      width: 100%;
      padding-top: 20px;
    }

    .xavv426 {
      text-decoration: underline;
      padding-top: 10px;
    }