.xwul920 {
  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)
}

.xwul920-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;
  }

}
.xwul920-content__cook {
  bottom: 20px;
  right: 20px;

  @media (max-width: 713px) {
    margin: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  }
}

.xsfrf58 {
  margin-bottom: 30px;
  padding: 0;
}

.xwul920-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;
  }
}

.xgh9u60 {
  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;
  }
}

.xyu3g61 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  @media (max-width: 713px) {
    flex-direction: column;
  }
}

.xlycg62 {
  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;
}

.xhfn434 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-top: 30px;
}

.x5hq763 {
  width: 100%;
}

.x2nel36 {
  width: 100%;
  height: 60px;
  border: 2px solid var(--button);
  color: var(--button);
  border-radius: 10px;
  background-color: var(--background2);
}

.x48b535 {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--button);
  color: var(--background2);
  border-radius: 10px;
  border: 0;
}

.xkmln64 {
  color: var(--color1);
  text-decoration: underline;
}








/* Registr */


.xwul920 {
      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;
    }

    .xwul920-buts {
      display: flex;
      gap: 10px;
      padding-top: 40px;

      @media (max-width: 749px) {
        flex-direction: column;
      }
    }

    .xwul920.x9md755 {
      display: flex;
    }

    .xwul920__content {
      background-color: var(--background2);
      width: 90%;
      max-width: 692px;
      padding: 20px;
      border-radius: 20px;
      position: relative;
    }

    .xwul920__close {
      position: absolute;
      top: 12px;
      right: 12px;
      background: none;
      border: none;
      font-size: 1.2rem;
    }

    /* Пример содержимого модалки (можно заменить по необходимости) */
    .xwul920__header {
      margin-bottom: 30px;
      text-align: start;
    }

    .xwul920__body {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .xwul920__body input {
      padding: 20px 40px;
      border-radius: 10px;
      width: 100%;
      height: 60px;
      background-color: #FFFFFF4D;
      color: var(--text);
    }

    .xwul920__footer {
      margin-top: 20px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    
    .xwul920__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;

    }
    
    .xndjo66 {
      background: none;
      border: none;
      width: 100%;
      padding-top: 20px;
    }

    .x6wbc26 {
      text-decoration: underline;
      padding-top: 10px;
    }