.navbar {
    display: inline-flex;
    align-items: center;
    gap: 72px;
    margin-top: 50px;
    height: 32px;
    overflow: visible;
    
    
  }
  
  .frame {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    position: relative;
    flex: 0 0 auto;
  }
  .popup {
    border: 2px solid;
    border-color: #ffffff0a;
    box-shadow: 0px 0px 67.4px 13px #0000000a;
    border-radius: 16px;
    z-index: 1001;
     width: 233px;
  height: 250px;
  background-color: #141414;
  position: relative;
  top: -47px;
  left: -20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  opacity: 0;
  transform: scale(0.95) translateY(10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .frameee {
    position: relative;
    top: 147px;
    width: 126px;
    overflow: visible;
  }
  .frameee1 {
    position: relative;
    top: 82px;
    width: 96px;
    overflow: visible;
  }
  .arrow-down-simple1{
    width: 30px;
    position: absolute;
    margin-left: 5px;
    
  }
  .popup.show {
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: auto;
  }
  
  .popup-content {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 45px; /* убрал лишний сдвиг вниз */
    gap: 17px;
  }
  
  .popup-word {
    background-color: #e0e0e0;
    padding: 5px 10px;
    border-radius: 4px;
    text-align: left;
  }
  
  .popupp {
    border: 2px solid;
    border-color: #ffffff0a;
    box-shadow: 0px 0px 67.4px 13px #0000000a;
    border-radius: 16px;
    z-index: 999;
    width: 233px; 
    height: 120px; 
    background-color: #141414;
    position: relative;
    top: -50px;
    left: -22px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 17px;
    opacity: 0;
    transform: scale(0.95) translateY(10px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  .popupp.show {
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: auto;
  }
  
  .popup-contentp {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 45px; /* убрал лишний сдвиг вниз */
    gap: 17px;
  }
  
  .popup-wordp {
    background-color: #e0e0e0;
    padding: 5px 10px;
    border-radius: 4px;
    text-align: left;
  }
  .text-wrapper {
    width: fit-content;
    color: #b9b9b9;
    font-size: 24px;
    text-align: center;
    letter-spacing: -0.24px;
    line-height: 30.7px;
    white-space: nowrap;
    position: relative;
    margin-top: -1px;
    font-family: "Helvetica Neue-Regular", Helvetica;
    font-weight: 400;
  }
 
  .text-wrapper-2 {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Helvetica Neue-Regular", Helvetica;
    font-weight: 400;
    color: #b9b9b9;
    font-size: 24px;
    text-align: left;
    letter-spacing: -0.24px;
    line-height: 30.7px;
    white-space: nowrap;
  }
  .text-wrapper-212 {
    z-index: 1002;
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Helvetica Neue-Regular", Helvetica;
    font-weight: 400;
    color: #b9b9b9;
    font-size: 24px;
    text-align: center;
    letter-spacing: -0.24px;
    line-height: 30.7px;
    white-space: nowrap;
  }
 .text-wrapper-2122 {
    z-index: 1000;
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: "Helvetica Neue-Regular", Helvetica;
    font-weight: 400;
    color:  #f9f9f9;
    font-size: 24px;
    text-align: center;
    letter-spacing: -0.24px;
    line-height: 30.7px;
    white-space: nowrap;
  }