.list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  padding: 18px 18px 100px;
  position: relative;
  background-color: #070707;
}

.list .view {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.list .card-ios {
  height: 322px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
}

.list .image {
  position: relative;
  width: 193.67px;
  height: 176.16px;
}

.list .div {
  display: flex;
  flex-direction: column;
  height: 322px;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: rgb(0 0 0);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
}

.list .img {
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
  object-fit: cover;
}

.list .text-wrapper {
  position: relative;
  width: fit-content;
  font-family: var(--font-large-title-semibold-font-family);
  font-weight: var(--font-large-title-semibold-font-weight);
  color: #EEEEEE;
  font-size: var(--font-large-title-semibold-font-size);
  letter-spacing: var(--font-large-title-semibold-letter-spacing);
  line-height: var(--font-large-title-semibold-line-height);
  white-space: nowrap;
  font-style: var(--font-large-title-semibold-font-style);
}

.list .subhead {
  position: relative;
  align-self: stretch;
  font-family: var(--font-subheadline-2-regular-font-family);
  font-weight: var(--font-subheadline-2-regular-font-weight);
  color: var(--colors-native-subtitle-text-color);
  font-size: var(--font-subheadline-2-regular-font-size);
  letter-spacing: var(--font-subheadline-2-regular-letter-spacing);
  line-height: var(--font-subheadline-2-regular-line-height);
  font-style: var(--font-subheadline-2-regular-font-style);
}

.list .frame {
  align-items: flex-start;
  gap: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.list .button-ios {
  display: flex;
  min-width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #d4a857;
  border-radius: 100px;
  overflow: hidden;
}

.list .label {
  position: relative;
  width: fit-content;
  margin-top: -2.00px;
  font-family: var(--font-text-semibold-font-family);
  font-weight: var(--font-text-semibold-font-weight);
  color: var(--colors-native-text-color);
  font-size: var(--font-text-semibold-font-size);
  text-align: center;
  letter-spacing: var(--font-text-semibold-letter-spacing);
  line-height: var(--font-text-semibold-line-height);
  white-space: nowrap;
  font-style: var(--font-text-semibold-font-style);
}

.list .card-ios-2 {
  align-items: flex-start;
  flex: 0 0 auto;
  background-color: rgb(0 0 0);
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
}

.list .image-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 406.17px;
  object-fit: cover;
}

.list .frame-2 {
  align-items: center;
  gap: 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.list .text-wrapper-2 {
  margin-top: -1.00px;
  position: relative;
  width: fit-content;
  font-family: var(--font-large-title-semibold-font-family);
  font-weight: var(--font-large-title-semibold-font-weight);
  color: #EEEEEE;
  font-size: var(--font-large-title-semibold-font-size);
  letter-spacing: var(--font-large-title-semibold-letter-spacing);
  line-height: var(--font-large-title-semibold-line-height);
  white-space: nowrap;
  font-style: var(--font-large-title-semibold-font-style);
}

.list .frame-3 {
  align-items: center;
  gap: 19px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.list .text-wrapper-3 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--font-subheadline-2-regular-font-family);
  font-weight: 400;
  color: #EEEEEE;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.list .p {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--font-subheadline-2-regular-font-family);
  font-weight: 400;
  color: #EEEEEE;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.desktop {
    align-items: center;
    background-color: #EEEEEE;
    display: flex;
    flex-direction: column;
    height: 2840px;
    overflow: hidden;
    position: relative;
    width: 1440px;
  }
  
  .desktop .overlap-group {
    height: 740px;
    position: relative;
    width: 1440px;
  }
  
  .desktop .vector {
    height: 740px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1440px;
  }
  
  .desktop .header {
    height: 40px;
    left: 0;
    position: absolute;
    top: 35px;
    width: 1440px;
  }
  
  .desktop .logo {
    height: 40px;
    left: 71px;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 178px;
  }
  
  .desktop .h-1 {
    color: #EEEEEE;
    font-family: var(--font-large-title-semibold-font-family);
    font-size: var(--font-large-title-semibold-font-size);
    font-style: var(--font-large-title-semibold-font-style);
    font-weight: var(--font-large-title-semibold-font-weight);
    left: 385px;
    letter-spacing: var(--font-large-title-semibold-letter-spacing);
    line-height: var(--font-large-title-semibold-line-height);
    position: absolute;
    text-align: center;
    top: 0;
    white-space: nowrap;
  }
  
  .desktop .menu {
    align-items: center;
    display: inline-flex;
    gap: 45px;
    height: 22px;
    justify-content: center;
    left: 953px;
    position: absolute;
    top: 9px;
  }
  
  .desktop .text-wrapper {
    color: #EEEEEE;
    font-family: var(--font-text-medium-font-family);
    font-size: var(--font-text-medium-font-size);
    font-style: var(--font-text-medium-font-style);
    font-weight: var(--font-text-medium-font-weight);
    letter-spacing: var(--font-text-medium-letter-spacing);
    line-height: var(--font-text-medium-line-height);
    margin-top: -1px;
    position: relative;
    white-space: nowrap;
    width: fit-content;
  }
  
  .desktop .div {
    color: #EEEEEE;
    font-family: var(--font-text-medium-font-family);
    font-size: var(--font-text-medium-font-size);
    font-style: var(--font-text-medium-font-style);
    font-weight: var(--font-text-medium-font-weight);
    letter-spacing: var(--font-text-medium-letter-spacing);
    line-height: var(--font-text-medium-line-height);
    margin-top: -1px;
    position: relative;
    white-space: nowrap;
    width: fit-content;
  }
  
  .desktop .service-menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    height: min-content;
    justify-content: center;
    left: 119px;
    position: absolute;
    top: 150px;
    width: 1180px;
  }
  
  .desktop .karaoke {
    align-items: center;
    background-color: #EEEEEE;
    border-radius: 10px;
    box-shadow: 1px 4px 30px #00000019;
    display: flex;
    flex-direction: column;
    gap: 36px;
    height: 460px;
    justify-content: center;
    padding: 40px 30px;
    position: relative;
    width: 300px;
  }
  
  .desktop .image {
    height: 230px;
    object-fit: cover;
    position: relative;
    width: 230px;
  }
  
  .desktop .text-wrapper-2 {
    color: #000000;
    font-family: var(--font-title-2-semibold-font-family);
    font-size: var(--font-title-2-semibold-font-size);
    font-style: var(--font-title-2-semibold-font-style);
    font-weight: var(--font-title-2-semibold-font-weight);
    letter-spacing: var(--font-title-2-semibold-letter-spacing);
    line-height: var(--font-title-2-semibold-line-height);
    margin-top: -1px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
  }
  
  .desktop .text-wrapper-3 {
    color: #000000;
    font-family: var(--font-headline-regular-font-family);
    font-size: var(--font-headline-regular-font-size);
    font-style: var(--font-headline-regular-font-style);
    font-weight: var(--font-headline-regular-font-weight);
    letter-spacing: var(--font-headline-regular-letter-spacing);
    line-height: var(--font-headline-regular-line-height);
    position: relative;
    text-align: center;
    width: 230px;
  }
  
  .desktop .about {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 325px;
    justify-content: center;
    left: 320px;
    position: absolute;
    top: 880px;
    width: 800px;
  }
  
  .desktop .text-wrapper-4 {
    color: #000000;
    font-family: var(--font-title-1-bold-font-family);
    font-size: var(--font-title-1-bold-font-size);
    font-style: var(--font-title-1-bold-font-style);
    font-weight: var(--font-title-1-bold-font-weight);
    letter-spacing: var(--font-title-1-bold-letter-spacing);
    line-height: var(--font-title-1-bold-line-height);
    margin-top: -1px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
  }
  
  .desktop .text-wrapper-5 {
    color: #000000;
    font-family: var(--font-text-regular-font-family);
    font-size: var(--font-text-regular-font-size);
    font-style: var(--font-text-regular-font-style);
    font-weight: var(--font-text-regular-font-weight);
    letter-spacing: var(--font-text-regular-letter-spacing);
    line-height: var(--font-text-regular-line-height);
    position: relative;
    text-align: center;
    width: 800px;
  }

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.screen {
  align-items: flex-start;
  background-color: #EEEEEE;
  display: flex;
  overflow: hidden;
  position: relative;
}

.x6-button-ios-or {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 390px;
}

.tochka {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 390px) {
  .container-center-horizontal {
    justify-content: flex-start;
  }
  .container-center-horizontal > * {
    flex-shrink: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  .screen {
    align-items: flex-start;
    background-color: #EEEEEE;
    display: flex;
    overflow: hidden;
    position: relative;
  }
}

.button-link {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 15px 25px;
  background-color: #D4A857;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  transition: all 0.3s ease;
}

.button-link:hover {
  background-color: #c09645;
  transform: translateY(-2px);
}

.button-link img {
  margin-right: 10px;
}

.button-link span {
  color: #EEEEEE;
  font-size: 16px;
  font-weight: 500;
}
