* {
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
  overflow-x: hidden;
 
}
button {
  border: none;
  background-color: inherit;
  cursor: pointer;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #00000099;
  z-index: 999;
  pointer-events: auto;
  backdrop-filter: blur(36px);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: transparent;
  width: auto;
  height: auto;
  display: block;
}
.modal > .age-verification-container {
  z-index: 1001;
}
.age-verification-container {

  max-width: 496px;
 box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  padding: 19.1px 24px;
  overflow: hidden;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  backdrop-filter: blur(91px);
}
.age-verification-container1 {
 
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
}
.adult-prompt {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  font: 600 32px Inter, sans-serif;
  color: black;
}
.adult-warning-message {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 500 18px/27px Inter, sans-serif;
  color: black;
  text-align: left;
  opacity: 0.5;
}
.age-verification-buttons-container {
 
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
}
.age-verification-buttons-container button {
min-width: 139.33px;
}
.age-verification-button {
  display: block;
  flex: 1 1 auto;
  width: 218px;
  height: 72px;
  font: 600 20px Inter, sans-serif;
  color: white;
  cursor: pointer;
  background: linear-gradient(89.06deg, rgba(255, 77, 216, 1) 0.18%, rgba(255, 77, 127, 1) 100.84%);
  border: none;
  border-radius: 24px;
  box-shadow: 0px 0px 30px rgba(255, 77, 216, 0.3), 0px 0px 30px rgba(255, 77, 216, 0.3), inset 0px 0px 12px rgba(204, 181, 200, 0.5);
  transition: 0.3s ease-out;
}
.age-verification-button:hover {
  background: linear-gradient(89.06deg, #C32BA2 0.18%, #CD4168 100.84%);
  box-shadow: 0px 0px 30.2px 0px #FF4DD84D, 0px 0px 30.2px 0px #FF4DD84D;
}
.pink-button {
  display: block;
  flex: 1 1 auto;
  width: 218px;
  height: 72px;
  font: 500 20px Inter, sans-serif;
  color: #ff4dd8;
  cursor: pointer;
  background: rgba(255, 77, 216, 0.15);
  border: none;
  border-radius: 24px;
}
.pink-button:hover {
  background-color: #FF4DD8;
  color: white;
}
.central-flex-container {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  background: url("../assets/image_94a47fef.png") center center/cover no-repeat;
}

.blur-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
backdrop-filter: blur(10.6px);
background: rgba(0, 0, 0, 0.01);
z-index: 1;
pointer-events: none;
}

.streaming-card {
position: relative;
z-index: 2;
backdrop-filter: none;
}
.profile-card-container1 {
box-sizing: border-box;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 64px 48px 63px;
border: none;
margin-right: 80px;

max-width: 1360px;
backdrop-filter: none;
position: relative;
z-index: 1;
}
.profile-card-container {
 
  display: flex;
  justify-content: center;
  width: 100%;
}
.streaming-card {
 box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  width: 518px;
  padding: 20px 24px;
  overflow: hidden;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 48px;
  backdrop-filter: none;
  margin: 0 auto;
}
.profile-image-container {
box-sizing: border-box;
display: block;
flex: 0 0 auto;
align-self: stretch;
width: 100%;
height: auto;
aspect-ratio: 470/500;
border: none;
border-radius: 28px;
box-shadow: 0px 0px 68px rgba(255, 255, 255, 0.25);
object-fit: cover;
}
.content-card {
 
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
}
.live-stream-card {
 
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.online-status-container {
 
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
}
.online-indicator-container {
 
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.svg-container {
 
  display: flex;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}
.online-status-label {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  font: 500 18px Inter, sans-serif;
  color: black;
  opacity: 0.5;
}
.love-text-heading {
  height: 53px;
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  line-height: 1;
  font: 600 44px Inter, sans-serif;
  color: black;
  display: inline-block;
    vertical-align: top;
}
.pink-border-box {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 7.5px 12px;
  border: 1px solid #ff4dd8;
  border-radius: 32px;
  max-width: 271px;
  height: 38px;
}
.pink-highlight-heading {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  font: 500 18px Inter, sans-serif;
  color: #ff4dd8;
}
.flex-container-with-images {
 
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
}
.blue-box-with-image {
 
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  overflow: hidden;
  background: #2699f7;
  border-radius: 16px;
  box-shadow: 0px 0px 18px rgba(38, 153, 247, 0.25), inset 0px 0px 16.5px rgba(255, 255, 255, 0.25);
}
.image-container {
 
  display: block;
  flex: 0 0 auto;
  width: 40px;
  max-width: initial;
  height: 33px;
}
.card-container {
 
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  overflow: hidden;
  background: #212121;
  border-radius: 16px;
  box-shadow: 0px 0px 18px rgba(33, 33, 33, 0.25), inset 0px 0px 16.5px rgba(255, 255, 255, 0.25);
}
.image-container3 {
 
  display: block;
  flex: 0 0 auto;
  width: 48px;
  max-width: initial;
  height: 48px;
  overflow: hidden;
}
.gradient-box {
 
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  overflow: hidden;
  background: linear-gradient(225deg, rgba(78, 91, 213, 1) 0%, rgba(120, 49, 184, 1) 28.37%, rgba(237, 77, 71, 1) 62.98%, rgba(246, 136, 73, 1) 77.88%, rgba(253, 188, 75, 1) 90.87%);
  border-radius: 16px;
  box-shadow: 0px 0px 18px rgba(33, 33, 33, 0.25), inset 0px 0px 16.5px rgba(255, 255, 255, 0.25);
}
.image-container1 {
 
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.vertical-centered-box {
 
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 38px;
  height: 48px;
}
.image-container2 {
  display: block;
  flex: 0 0 auto;
  max-width: initial;
  height: 38px;
}
.svg-container1 {
 
  display: flex;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  overflow: hidden;
  color: #ffffff;
}
.video-chat-controls-container {
 
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
}
.pink-button-with-icon {
 
  display: block;
  flex: 0 0 auto;
  width: 470px;
  min-width: 470px;
  height: 72px;
  font: 500 20px Inter, sans-serif;
  color: #ff4dd8;
  cursor: pointer;
  background: rgba(255, 77, 216, 0.15);
  border: none;
  border-radius: 24px;
  transition: 0.3s ease-out; 
}
.pink-button-with-icon:hover {
  background-color: #FF4DD8;
  color: white;
  
}
.pink-button-with-icon1 {
 
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 470px;
  min-width: 470px;
  height: 72px;
  font: 500 20px Inter, sans-serif;
  color: #ff4dd8;
  cursor: pointer;
  background: rgba(255, 77, 216, 0.15);
  border: none;
  border-radius: 24px;
}
.pink-button-with-icon1 .icon {
  display: inline-block;
  width: 28px;
  height: 22px;
  background-image: url('../assets/Vector (8).svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease-out; 
}
.pink-button-with-icon1:hover {
  background: #FF4DD8;
  color: white;

}
.pink-button-with-icon1:hover .icon {
  background-image: url('../assets/Vector_hover.svg');
}
.svg-container2 {
  display: flex;
  width: 28px;
  height: 22px;
  color: #ff4dd8;
}
.love-chat-button {
 
  display: block;
  flex: 0 0 auto;
  width: 470px;
  min-width: 470px;
  height: 72px;
  font: 600 20px Inter, sans-serif;
  color: white;
  cursor: pointer;
  background: linear-gradient(89.06deg, rgba(255, 77, 216, 1) 0.18%, rgba(255, 77, 127, 1) 100.84%);
  border: none;
  border-radius: 24px;
  box-shadow: 0px 0px 30px rgba(255, 77, 216, 0.3), 0px 0px 30px rgba(255, 77, 216, 0.3), inset 0px 0px 12px rgba(204, 181, 200, 0.5);
  transition: 0.3s ease-out;
}

.love-chat-button h3 {
  font: 600 20px Inter, sans-serif;

}
button h3 {
  font: 500 20px Inter, sans-serif;
}
.love-chat-button:hover {
  background: linear-gradient(89.06deg, #C32BA2 0.18%, #CD4168 100.84%);
  box-shadow: 0px 0px 30.2px 0px #FF4DD84D, 0px 0px 30.2px 0px #FF4DD84D;
}
.verify {
  position: absolute;
  right: 36px;
  top: 36px;
}
.green-glass-button {
 
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 119px;
  min-width: 119px;
  height: 40px;
  font: 500 18px Inter, sans-serif;
  color: white;
  cursor: pointer;
  background: rgba(26, 218, 108, 0.6);
  border: none;
  border-radius: 32px;
  backdrop-filter: blur(8.5px);
}
.svg-container3 {
  display: flex;
  width: 24px;
  height: 24px;
  color: #ffffff;
}
.language-selector {
  position: fixed;
  top: 64px;
  right: 80px;
  width: 154px;
  padding: 0;
  z-index: 2;
}
.centered-content-container {
 box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 32px;
  backdrop-filter: blur(56px);
}
.svg-container4 {
  display: flex;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.russian-text-heading {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  font: 500 18px Inter, sans-serif;
  color: white;
}
.svg-container5 {
  display: flex;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.video-chat-controls-container {
box-sizing: border-box;
display: flex;
flex: 0 0 auto;
flex-direction: column;
gap: 16px;
align-items: flex-start;
align-self: stretch;
justify-content: flex-start;
}
.pink-button-with-icon {
box-sizing: border-box;
display: block;
flex: 0 0 auto;
width: 470px;
min-width: 470px;
height: 72px;
font: 500 20px Inter, sans-serif;
color: #ff4dd8;
cursor: pointer;
background: rgba(255, 77, 216, 0.15);
border: none;
border-radius: 24px;
transition: 0.3s ease-out; 
}
.pink-button-with-icon:hover {
background-color: #FF4DD8;
color: white;

}
.pink-button-with-icon1 {
box-sizing: border-box;
display: inline-flex;
flex: 0 0 auto;
gap: 8px;
align-items: center;
justify-content: center;
width: 470px;
min-width: 470px;
height: 72px;
font: 500 20px Inter, sans-serif;
color: #ff4dd8;
cursor: pointer;
background: rgba(255, 77, 216, 0.15);
border: none;
border-radius: 24px;
}
.pink-button-with-icon1 .icon {
display: inline-block;
width: 28px;
height: 22px;
background-image: url('../assets/Vector (8).svg');
background-size: contain;
background-repeat: no-repeat;
transition: 0.3s ease-out; 
}
.pink-button-with-icon1:hover {
background: #FF4DD8;
color: white;

}
.pink-button-with-icon1:hover .icon {
background-image: url('../assets/Vector_hover.svg');
}
.svg-container2 {
display: flex;
width: 28px;
height: 22px;
color: #ff4dd8;
}
.love-chat-button {
box-sizing: border-box;
display: block;
flex: 0 0 auto;
width: 470px;
min-width: 470px;
height: 72px;
font: 600 20px Inter, sans-serif;
color: white;
cursor: pointer;
background: linear-gradient(89.06deg, rgba(255, 77, 216, 1) 0.18%, rgba(255, 77, 127, 1) 100.84%);
border: none;
border-radius: 24px;
box-shadow: 0px 0px 30px rgba(255, 77, 216, 0.3), 0px 0px 30px rgba(255, 77, 216, 0.3), inset 0px 0px 12px rgba(204, 181, 200, 0.5);
transition: 0.3s ease-out;
}
.love-chat-button:hover {
background: linear-gradient(89.06deg, #C32BA2 0.18%, #CD4168 100.84%);
box-shadow: 0px 0px 30.2px 0px #FF4DD84D, 0px 0px 30.2px 0px #FF4DD84D;
}
.verify {
position: absolute;
right: 36px;
top: 36px;
}


@media (max-width: 1439px) {
  .streaming-card {
    width: 36vw;
    min-width: 320px;
    height: auto;
  }

  .profile-image-container {
    width: 100%;
    aspect-ratio: 470/500;
    height: auto;
    min-height: auto;
    object-fit: cover;
  }

  .video-chat-controls-container button {
    width: 100%;
    min-width: auto;
  }

  .pink-button-with-icon,
  .pink-button-with-icon1,
  .love-chat-button {
    width: 100%;
    min-width: auto;
    height: 5vw;
    min-height: 48px;
    font-size: calc(13px + 0.5vw);
  }

  .love-text-heading {
    font-size: calc(24px + 1vw);
  }

  .online-status-label,
  .pink-highlight-heading {
    font-size: 12.07px;
  }
}

@media (max-width: 1000px) {
  .profile-card-container1 {
    width: 100%;
    flex-direction: column;
    padding: 37px;
    height: auto;
    margin-right: 0;
    align-items: center;
    justify-content: start;
  }
  .blue-box-with-image,
.card-container,
.gradient-box {
width: 43px;
height: 43px;
border-radius: 10.73px;
}
.image-container {
width: 26.875px;
height: 22.14px;
}
.image-container3 {
width: 32px;
height: 32px;
}
.image-container1 {
width: 32px;
height: 32px;
}
.vertical-centered-box {
width: 25.46px;
height: 32px;
}
.image-container2 {
height: 25.46px;
}
.svg-container1 {
width: 21.5px;
height: 21.5px;
}
  .language-selector {


    /* Пока что */
    
    
    position: relative;
    display: flex;
    display: none;  
  justify-content: end;
  width: 100%;
  margin-bottom: 16px;
  padding: 8px 9px;
  height: 32px;
  padding: 0;
  order: -1;
  right: -18px;
  top: -1px;
  }


  .verify {
    width: 80px;
    height: 27px;
    top: 24px;
    right: 26px;
  }
  .profile-card-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .streaming-card {
    width: 90%;
    max-width: 518px;
    padding: 16px 13.41px 16px 14.51px;
    min-width: 347px;
  }

  .flex-container-with-images {
    gap: 2vw;
  }

  .centered-content-container {
    padding: 8px 9px;
    height: auto;
    width: 104px;
  }
  .russian-text-heading {
    font-size: 12.07px;
  }
  .online-indicator-container {
    gap: 4px;
  }
  .svg-container4 {
 width: 16px;
 height: 16px;
}
}
@media (max-width:500px) {
.modal {
width: 317px;

}

.love-chat-button h3 {
  font: 600 13.41px Inter, sans-serif;

}
button h3  {
  font: 500 13.41px Inter, sans-serif;

}
.pink-button-with-icon1 .icon {
  width: 18.7707462310791px;
height: 14.748443603515625px;

}
.svg-container {
  width: 11px;
  height: 11px;
}
.love-text-heading {
  height: 36px;
}
.pink-border-box {
  padding: 5.5px 7.5px;
  height: 26px;
  border-radius: 21.45px;
}
.flex-container-with-images {
  gap: 16.09px;
}
.age-verification-container1 {
  gap: 5.11px
}
.age-verification-container{
  gap: 15.34px;
 border-radius: 25.56px;
}
.age-verification-buttons-container button {
width: 139.33px;
font-size: 12.67px;
height: 46px;
border-radius: 15.34px;
}
.age-verification-buttons-container {
gap: 7.67px;
}
.adult-warning-message {

font-size: 11.5px;
line-height: 150%;
}
.adult-prompt {
font-size: 20.45px;
}
.age-verification-container {
  height: 151px;
  box-sizing: border-box;
    padding: 12.78px 15.34px;
  }
 
}
@media (max-width: 500px) {
  .profile-card-container1 {
    padding-top: 20px;
  }
  .pink-button-with-icon1 {
    display: flex;
    gap: 5.36px;
  }
  .love-text-heading {
    font-size: 29.5px;
  }
  .streaming-card {
    
    border-radius: 32.18px;
  }
  .video-chat-controls-container button{
    font-size: 13.41px;
    width: 315px;
    border-radius: 16.09px;
  }
  
  .svg-container5 {
    width: 14px;
    height: 14px;
  }
  .profile-image-container {
    width: 315px;
  }
  .online-status-container {
    gap: 2.68px;
  }
  .live-stream-card {
    gap: 5.68px;
  }
  .content-card {
    gap: 21px;
  }
  .streaming-card {
    gap: 26px;
  }
  .video-chat-controls-container {
    width: 315px;
    gap: 10.73px;
  }
  
}
