.noise {
  margin: 16px 0px 100px;
}


.noise-wrapper {
  /* background удаляем отсюда */
  background-repeat: no-repeat;
  background-position: center; /* или right, как в макете */
  background-size: cover;
  border-radius: 16px;
  padding: 0px 0px 100px 0px;
  margin: 0px 12px 100px;
}

.noise-group {
  display: flex;
  justify-content: space-between;
}

.noise-form1 {
  margin-top: 100px;
}

.noise-features-list {
  margin-bottom: 36px;
}

.noise-title {
  max-width: 575px;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -3%;
  color: #1C1C1C;
  margin-bottom: 28px;
}


.noise-text {
  font-weight: 400;
  max-width: 575px;
  font-size: 20px;
  text-align: left;
  line-height: 26px;
  color: #1C1C1C;
  margin-bottom: 36px;
}

.noise-feature-item {
  display: flex; 
  align-items: center;
  gap: 12px; 
  margin-bottom: 8px;
}

.noise-feature-text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #1C1C1C;
}

.noise-feature-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.noise-bth {
  cursor: pointer;
  display: block;
  max-width: 295px;
  border: none;
  text-align: center;
  background-color: #FD1F2D;
  padding: 24px 0px;
  border-radius: 8px;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.noise-form2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 170px;
}


.noise-form--text1 {
  position: relative;
  max-width: 268px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 0px 24px 32px;
  border-radius: 12px;
  background-color: #FFE6CD;
  z-index: 1;
}

.noise-form--text1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 3px;
  width: 100%;
  height: 100%;
  background: url("../svg/ilustriton-1.svg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}

.noise-form--text2 {
  position: relative;
  max-width: 268px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 0px 24px 32px;
  border-radius: 12px;
  background-color: #FFE6CD;
  z-index: 1;
}

.noise-form--text2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 3px;
  width: 100%;
  height: 100%;
  background: url("../svg/ilustriton.svg") no-repeat center center;
  background-size: contain;
  z-index: -1
}


.noise-span {

  font-size: 30px;
  line-height: 34px;
  color: #B40555;
}

.noise-text1 {
  max-width: 204px;
  font-size: 18px;
  line-height: 24px;
  color: rgba(28, 28, 28, 0.6);
  margin-bottom: 0px;
}

.noise-ul {
  display: flex;
  justify-content: space-between;
}

.noise-list {
  width: 320px;
  max-width: 100%;
  transition: 0.5s ease;
}



.noise-group1 {
  display: flex;
  align-items: start;
  gap: 17px;
}


.noise-form3 {
  display: flex;
  flex-direction: column;
}

.noise-title1 {

  font-size: 20px;
  line-height: 24px;
  color: rgba(28, 28, 28, 1);
  margin-bottom: 8px;
}

.noise-text2 {
  width: 198px;
  opacity: 1;
  font-size: 18px;
  line-height: 24px;
  color: rgba(28, 28, 28, 0.6);
  margin-bottom: 40px;
}

.noise-text3 {
  width: 150px;
  opacity: 1;
  font-size: 18px;
  line-height: 24px;
  color: rgba(28, 28, 28, 0.6);
  margin-bottom: 40px;
}

.noise-hr {
  width: 100%;
  border-bottom: 3px solid #EDEDED;
  transition: 0.5s ease;
}


.noise-list:hover .noise-hr {
  border-bottom: 3px solid rgba(253, 31, 45, 1);
  /* Изменяем нижнюю границу линии */
}






/* Sound */
.services-content-block {
  margin-bottom: 60px;
}



.sound-title {
	margin-top: 38px;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
  color: #1C1C1C;
  margin-bottom: 40px;
}


.sound-ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Автоматическое управление высотой строк */
  grid-auto-rows: stretch;
}

.sound-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  min-height: 0;
  border-top-left-radius: 16px;
  border: 2px solid rgba(255, 230, 205, 1);
  padding: 8px;
  background: #fff;
  transition: 0.5s ease;
  z-index: 1;
}

.sound-list__photo {
  flex: 0 0 242px;
  width: 242px;
  height: 242px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.sound-list__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sound-list__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  padding: 20px 24px 12px;
}

/* Растягиваем пустую ссылку на всю площадь LI (под контентом) */
.main-card-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: block;
}

/* Кнопки выше оверлея — ховер/клик работают */
.sound-blok--group {
    position: relative;
    z-index: 2;
    pointer-events: auto;
}

.sound-list:hover {
  background: rgba(255, 230, 205, 1);

}

.sound-list:nth-child(2) {
  border-top-right-radius: 16px;
  border-top-left-radius: 0;
}

.sound-list:nth-child(3),
.sound-list:nth-child(4),
.sound-list:nth-child(5),
.sound-list:nth-child(6) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}




.sound-list1 {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border: 2px solid rgba(255, 230, 205, 1);
  padding: 50px 32px;
  transition: 0.5s ease;
}

.sound-list1:hover {
  background: rgba(255, 230, 205, 1);

}


.sound-title--group {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
}

.sound-svg {
  width: 60px;
}

.sound-text1 {
  font-size: 20px;
  line-height: 24px;
  color: #1C1C1C;
}

.sound-span {
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  color: #FD1F2D;
}

.sound-span1 {
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase;
  color: #FD1F2D;
  margin-bottom: 24px;
}

.sound-text2 {
  max-width: 591px;
  font-size: 18px;
  line-height: 24px;
  color: rgba(28, 28, 28, 0.6);
  margin-bottom: 32px;
}

.sound-text22 {
  max-width: 596px;
  font-size: 18px;
  line-height: 24px;
  color: rgba(28, 28, 28, 0.6);
  margin-bottom: 32px;
}

.sound-text23 {
  max-width: 603px;
  font-size: 18px;
  line-height: 24px;
  color: rgba(28, 28, 28, 0.6);
  margin-bottom: 32px;
}

.sound-text24 {
  max-width: 1242px;
  font-size: 18px;
  line-height: 24px;
  color: rgba(28, 28, 28, 0.6);
  margin-bottom: 32px;
}



.sound-blok--group {
  max-width: 579px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.sound-blok--group-1 {
  max-width: 1220px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.sound-block--list {
  max-width: 100%;
  position: relative;
  z-index: 4;
  padding: 12px 20px;
  border: 2px solid rgba(255, 230, 205, 1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 1);
  transition: 0.5s ease;
}

.sound-block--list:hover {
  border: 2px solid rgba(253, 31, 45, 1)
}

.sound-text3 {
  font-size: 16px;
  display: flex;
  gap: 6px;
  align-items: center;
  line-height: 20px;
  text-align: center;
  color: rgba(28, 28, 28, 1);
}



.sound-text3::after {
  display: block;
  content: "";
  background: url("../svg/arrow3.svg") no-repeat;
  min-width: 12px;
  height: 12px;
}

.sound-text33 {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: rgba(28, 28, 28, 1);
}

.sound-text-summ {
  margin-top: 0;
  padding-top: 0;
  font-size: 30px;
  line-height: 34px;
  color: #B40555;
  align-self: flex-start;
}

.sound-text-summ span {
  font-size: 18px;
  line-height: 24px;
  color: #1C1C1C;
}



/* Cost */

.cost {
display: none;
  width: 100%;
  margin: 0px 0px 100px;
}

.cost-wrapper {
  position: relative;
  background-color: rgba(28, 28, 28, 1);
  border-radius: 16px;
  padding: 88px 146px;
  margin: 0px 12px 0px;
  z-index: 1;
}

.cost-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../svg/voln.svg");
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cost-ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}


.cost-list {
  width: 100%;
}

.cost-title {
  max-width: 420px;
  font-size: 64px;
  line-height: 64px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 24px;
}

.cost-text {
  max-width: 400px;
  font-size: 42px;
  line-height: 44px;
  color: rgba(180, 5, 85, 1);
}






.cost-groups {

  display: flex;
  flex-direction: column;
}

.cost-group {

  justify-content: space-between;
  display: flex;
}



.cost-formes {
  max-width: 420px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;

}

.cost-text1 {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}



.cost-form {

  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cost-text2 {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
}


.cost-text2:after {
  cursor: pointer;
  position: absolute;
  content: "";
  background: url("../svg/arrow5.svg");
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}

.cost-hr {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  border: 0px;
  margin: 0px;
}

/* Construction */


.construction {
  margin: 0px 0px 100px;
}


.construction-wrapper {
  background: linear-gradient(rgba(28, 28, 28, 0.9), rgba(28, 28, 28, 0.9)),
    url("../img/fon.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 16px;
  padding: 88px 146px 88px 146px;
  margin: 0px 12px 0px;
}

.construction-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.construction-title span {
  max-width: 1284px;
  font-size: 64px;
  line-height: 64px;
  text-align: center;
  color: rgba(180, 5, 85, 1);
}

.construction-title {
  max-width: 1284px;
  font-size: 64px;
  line-height: 64px;
  font-weight: 500;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 28px;
}

.construction-text {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 36px;
}

/* По умолчанию скрываем перенос */
.mobile-break {
    display: none;
}

.construction-button {
  display: flex;
  justify-content: center;
}

.construction-bth {
  cursor: pointer;
  display: block;
  max-width: 286px;
  border: none;
  text-align: center;
  background-color: #FD1F2D;
  padding: 24px 40px;
  border-radius: 8px;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

/* Footer */

.footer {
  position: relative;
  padding: 60px 0px 24px 0px;
  background-color: #1C1C1C;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}




.footer-group1 {
  display: flex;
  justify-content: space-between;
}


.footer-cloud {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-cloud1 {
  display: flex;
  align-items: center;
  gap: 11px;
}


.footer-logo1 {
  width: 76px;
}

.footer-hr1 {
  width: 2px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  border: 0px;
}



.footer-text1 {
  max-width: 201px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 1);
}

.footer-logo2 {
  width: 24px;
}

.footer-text2 {
  display: flex;
  flex-direction: column;
  max-width: 207px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 1);
}

.footer-text3 {
  max-width: 115px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 1);
}

.footer-text4 {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
}

.footer-link11 {
  font-size: 26px;
  line-height: 26px;
  text-align: right;
  color: rgba(255, 255, 255, 1);
}

.footer-hr2 {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  margin: 40px 0px 38px 0px;
  border: 0px;
}

.footer-group2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-list2 {
  display: flex;
  gap: 32px;
}

.footer-gro {
  display: flex;
  gap: 32px;
}

.footer-text5 {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;

}

.footer-sociales {
  display: flex;
  gap: 4px;
}

.footer-hr3 {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  margin: 38px 0px 40px 0px;
  border: 0px;
}

.footer-group3 {
  display: flex;
  justify-content: space-between;
}

.footer-list4 {
  width: 312px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-text6 {
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}


.footer-text--group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 250px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-text--group li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; 
}

.footer-text--group li a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  white-space: normal; 
  word-wrap: break-word;
  overflow-wrap: break-word; 
  
  text-align: left;
  transition: 0.5s ease;
}

.footer-text--group li a:hover {
  transition: 0.5s ease;
  color: rgba(253, 31, 45, 1);
}

.footer-text7 {
  max-width: 261px;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.5s ease;
}

.footer-text7:hover {
  color: rgba(253, 31, 45, 1);
}

.footer-text77 {
  max-width: 261px;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.5s ease;
}

.footer-text77:hover {
  color: rgba(253, 31, 45, 1);
}

.footer-h4 {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  margin: 40px 0px 24px 0px;
  border: 0px;
}

.footer-group--link {
  display: flex;
  justify-content: space-between;
}

.footer-text-8 {
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-link {
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}

.footer-text--group .menu-item a {
    /* Разрешаем перенос только по целым словам (пробелам) */
    white-space: normal; 
    
    /* Запрещаем перенос по слогам (дефисы) */
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    
    /* Запрещаем принудительный разрыв слова в любом месте */
    word-break: normal;
    overflow-wrap: normal;
}



@media (max-width: 1680px) {
  .noise-ul {

    padding: 0 100px;
  }


}



@media (max-width: 1540px) {
  

  .noise-ul {

    padding: 0px;
  }

  .footer {
    padding: 60px 0px 24px 0px;
    /* Уменьшаем боковые поля */
  }


}

@media (max-width: 1440px) {

  
  .sound-ul {
    grid-template-columns: 1fr 1fr;
  }

  .sound-title {
    font-size: 48px;
    line-height: 52px;
  }

  .sound-list,
  .sound-list1 {
    padding: 8px;
  }

  .sound-list1 {
    padding: 24px;
  }

  .sound-list__photo {
    flex-basis: 200px;
    width: 200px;
    height: 200px;
  }

  .sound-list__body {
    padding: 16px 20px 12px;
  }

  .sound-span1 {
    font-size: 48px;
    line-height: 52px;
  }

  .sound-span {
    font-size: 24px;
    line-height: 28px;
  }

  .sound-text1 {
    font-size: 18px;
  }

  .sound-blok--group,
  .sound-blok--group-1 {
    max-width: 100%;
    gap: 8px;
  }

  .sound-block--list {
    padding: 10px 16px;
  }

  .sound-text2,
  .sound-text22,
  .sound-text23,
  .sound-text24 {
    font-size: 16px;
    line-height: 22px;
  }
}



@media (max-width: 1301px) {
	.footer-legal-links {
		margin-top: 10px;
	}
  .noise-ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
    /* Центрирование по горизонтали */
    align-items: center;
    gap: 40px;
  }
  .sound-ul {
    grid-template-columns: 1fr;
  }

  .sound-title {
    font-size: 36px;
    line-height: 40px;
  }

  .sound-list {
    position: relative;
    min-height: 0;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    border: 2px solid rgba(255, 230, 205, 1);
    padding: 8px;
  }

  .sound-list:nth-child(2) {
    position: relative;
    min-height: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 2px solid rgba(255, 230, 205, 1);
    padding: 8px;
  }

  .footer-group1 {
    flex-wrap: wrap;
    justify-content: center;
    /* Разрешаем перенос элементов */
    gap: 30px;

  }



  .footer-cloud, .footer-text2, .footer-text3, .footer-text4 {
    flex: 1 1 40%;
    /* Элементы занимают примерно половину ширины */
  }

  .footer-list11 {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 12px 16px;
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
  }

  .footer-text4 {
    display: flex;

    /* Выравнивание по левому краю для удобства */
  }



  .footer-text4 a {
    text-align: left;
  }

  .footer-group2 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: center;
  }

  .footer-group3 {
    flex-wrap: wrap;
    gap: 40px;
  }

  .footer-group--link {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }


}


@media (max-width: 1258px) {
  .noise-wrapper {
    padding: 0px 0px 100px 0px;
  }
	
	.noise-text {
	  text-align: center;
	}

  .noise-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .noise-form1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
  }

  .noise-title {
    max-width: 100%;
    text-align: center;
  }

  .noise-bth {
    padding: 24px 32px;
  }


  .noise-form2 {
    display: flex;
    flex-direction: unset;
    gap: 8px;
    margin-top: 40px;
  }

  .noise-form--text1,
  .noise-form--text2 {
    padding: 24px 20px 24px 20px;
  }



  .noise-text1,
  .noise-span {
    text-align: center;
  }



}

@media (max-width: 1200px) {
  .construction-title {
    font-size: 48px;
    line-height: 54px;

  }

  .construction-title span {
    font-size: 48px;
    line-height: 54px;
  }


  .construction-wrapper {
    padding: 60px 40px;
  }
}


@media (max-width: 1114px) {

  .footer-list2 {
    display: flex;
    justify-content: space-between;
    gap: 32px;
  }

  .footer-gro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

}


@media (max-width: 992px) {
  .sound-ul {
    grid-template-columns: 1fr;
  }


  .sound-list {
    border-top-left-radius: 16px;
  }


}

@media (max-width: 880px) {
	.noise-text {
	  max-width: 320px;
	  text-align: center;
	}

  .construction {
    margin-bottom: 60px;
    /* Уменьшаем внешний отступ снизу */
  }

  .construction-wrapper {
    padding: 56px 20px;
    margin: 0px 6px 0px;
  }

  .construction-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 14px;
  }

  .construction-title span {
    font-size: 36px;
    line-height: 42px;
  }

  .construction-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .construction-bth {
    cursor: pointer;
    display: block;
    max-width: 286px;
    border: none;
    text-align: center;
    background-color: #FD1F2D;
    padding: 22px 38px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
  }



  .footer-group3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
  }

  .footer-list4 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
  }

  .footer-text--group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .footer-text7 {
    text-align: center;
  }
  .footer-text--group li a {
    text-align: center;
  }

  .footer-text-8 {
    text-align: center;
  }


}




@media (max-width: 800px) {

  .noise {
    margin: 16px 0px 60px;
  }

  .noise-wrapper {
    margin: 0 4px 60px;
    padding: 0px 0px 16px 0px;
  }

  .noise-form1 {
    margin-top: 40px;
    justify-content: start;
    align-items: flex-start;
  }

  .noise-title {
    max-width: 320px;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -3%;
    color: #1C1C1C;
    margin-bottom: 12px;
  }

  .noise-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    color: #1C1C1C;
    text-align: center;
    margin-bottom: 20px;
  }

  .noise-form--text1, .noise-form--text2 {
    padding: 16px 20px 16px 20px;
  }

  .noise-bth {
    padding: 20px 32px;
    font-size: 18px;
    line-height: 19px;
    width: 100%;
    max-width: 100%;
  }

  .noise-span {
    font-size: 22px;
    line-height: 24px;
  }

  .noise-text1 {
    font-size: 18px;
    line-height: 17px;

  }

  .noise-ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
  }

  .noise-svg {
    width: 40px;
  }

  .noise-title1 {

    font-size: 18px;
    line-height: 18px;
    color: rgba(28, 28, 28, 1);
    margin-bottom: 4px;
  }

  .noise-text2 {
    width: 269px;
    opacity: 1;
    font-size: 16px;
    line-height: 17px;
    color: rgba(28, 28, 28, 0.6);
    margin-bottom: 20px;
  }

  .noise-text3 {
    width: 269px;
    opacity: 1;
    font-size: 16px;
    line-height: 17px;
    color: rgba(28, 28, 28, 0.6);
    margin-bottom: 20px;
  }

  .sound-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }



  .footer {
    padding: 40px 0px 17px 0px;
  }

  .footer-group1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .footer-logo1 {
    width: 72px;
  }

  .footer-hr1 {
    width: 2px;
    height: 38px;
    background: rgba(255, 255, 255, 0.15);
    border: 0px;
  }

  .footer-text1 {
    max-width: 201px;
    font-family: var(--TextRegular);
    font-size: 13px;
    line-height: 17px;
    color: rgba(255, 255, 255, 1);
  }

  .footer-logo2 {
    width: 22px;
  }

  .footer-text2 {
    display: flex;
    flex-direction: unset;
    max-width: 100%;
    font-family: var(--TextRegular);
    font-size: 13px;
    line-height: 17px;
    color: rgba(255, 255, 255, 1);
  }

  .footer-text3 {
    max-width: 100%;
    font-family: var(--TextRegular);
    font-size: 13px;
    line-height: 17px;
    color: rgba(255, 255, 255, 1);
  }

  .footer-list11 {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 10px 14px;
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
  }

  .footer-text4 {
    display: flex;
    flex-direction: unset;
    font-family: var(--TextRegular);
    font-size: 13px;
    line-height: 17px;
    text-align: right;
    color: rgba(255, 255, 255, 0.6);
  }

  .footer-link11 {
    font-size: 22px;
    line-height: 22px;
    text-align: right;
    color: rgba(255, 255, 255, 1);
  }

  .footer-group2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }

  .footer-text5 {
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
  }

  .footer-gro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }


  .footer-img {
    width: 46px;
  }

  .footer-text6 {
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
  }

  .footer-list4 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }

  .footer-text7 {
    max-width: 261px;
    font-size: 15px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
    transition: 0.5s ease;
  }

  .footer-text--group li a {
    font-size: 15px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
    transition: 0.5s ease;
  }

  .footer-text77 {
    max-width: 100%;
    font-size: 15px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
    transition: 0.5s ease;
  }

  .footer-text-8 {
    font-family: var(--TextRegular);
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.6);
  }

  .footer-link {
    font-family: var(--TextRegular);
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.6);
  }




  .footer-hr2, .footer-hr3 {
    display: none;

  }

  .footer-h4 {
    margin: 40px 0px 17px 0px;

  }
}




@media (max-width: 510px) {
	.noise-text {
	  text-align: left;
	}
  .noise-feature-text {
    font-size: 16px;
    line-height: 18px;
    max-width: 178px;
  }
  .noise-features-list {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-bottom: 24px;
  }
  .noise-group {
    align-items: start;
    justify-content: start;
  }
  .mobile-break {
      display: block;
  }
  .noise-title {
    max-width: 320px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: -3%;
    text-align: left;
    color: #1C1C1C;
    margin-bottom: 15px;
  }

  .noise-text {
    font-family: var(--TextRegular);
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 19px;
    color: #1C1C1C;
    margin-bottom: 20px;
  }

  .noise-form--text1, .noise-form--text2 {
    padding: 16px 20px 16px 20px;
  }

  .noise-bth {
    padding: 20px 32px;
    font-size: 16px;
    line-height: 19px;
  }

  .noise-span {
    font-size: 20px;
    line-height: 24px;
  }

  .noise-text1 {
    font-size: 14px;
    line-height: 17px;

  }

  .noise-ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
  }

  .noise-svg {
    width: 32.5px;
  }

  .noise-title1 {

    font-size: 16px;
    line-height: 18px;
    color: rgba(28, 28, 28, 1);
    margin-bottom: 4px;
  }

  .noise-text2 {
    max-width: 269px;
    opacity: 1;
    font-size: 14px;
    line-height: 17px;
    color: rgba(28, 28, 28, 0.6);
    margin-bottom: 20px;
  }

  .noise-text3 {
    width: 269px;
    opacity: 1;
    font-size: 14px;
    line-height: 17px;
    color: rgba(28, 28, 28, 0.6);
    margin-bottom: 20px;
  }

  .sound {
    margin-bottom: 60px;
  }

  .sound-title {
    font-size: 28px;
    line-height: 32px;
  }

  .sound-list {
    flex-direction: column;
    align-items: stretch;
    position: relative;
    min-height: 0;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    padding: 8px;
  }

  .sound-list:nth-child(2),
  .sound-list:nth-child(3),
  .sound-list:nth-child(4),
  .sound-list:nth-child(5),
  .sound-list:nth-child(6) {
    position: relative;
    min-height: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 8px;
  }

  .sound-list__photo {
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    max-height: 220px;
  }

  .sound-list__body {
    padding: 16px 12px 8px;
    gap: 10px;
  }


  .sound-list1 {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border: 2px solid rgba(255, 230, 205, 1);
    padding: 30px 20px;
    transition: 0.5s ease;
  }

  .sound-title--group {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
  }

  .sound-svg {
    width: 44px;
  }

  .sound-text1 {
    font-size: 16px;
    line-height: 18px;
  }

  .sound-span {
    font-size: 20px;
    line-height: 24px;
  }

  .sound-text2 {
    max-width: 280px;
    font-family: var(--TextRegular);
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px;
  }

  .sound-text22 {
    max-width: 286px;
    font-family: var(--TextRegular);
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px;
  }

  .sound-text23 {
    max-width: 294px;
    font-family: var(--TextRegular);
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px;
  }

  .sound-text24 {
    max-width: 280px;
    font-family: var(--TextRegular);
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px;
  }

  .sound-block--list {
    padding: 8px 12px;
  }

  .sound-text3 {
    font-family: var(--TextRegular);
    font-size: 14px;
    display: flex;
    gap: 6px;
    align-items: center;
    line-height: 17px;
    text-align: center;
    display: flex;
    align-items: center;
    color: rgba(28, 28, 28, 1);
  }



  .sound-text-summ {
    margin-top: auto;
    padding-top: 12px;
    font-size: 20px;
    line-height: 24px;
    color: #B40555;
    align-self: flex-start;
  }

  .sound-text-summ span {
    font-family: var(--TextRegular);
    font-size: 14px;
    line-height: 17px;
    color: #1C1C1C;
  }

  .sound-span1 {
    font-size: 28px;
    line-height: 32px;
  }

  .sound-text33 {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: rgba(28, 28, 28, 1);
  }

  .construction {
    margin-bottom: 60px;
    /* Уменьшаем внешний отступ снизу */
  }

  .construction-wrapper {
    padding: 52px 16px;
    border-radius: 12px;
    margin: 0px 4px 0px;
  }


  .construction-title {
    max-width: 250px;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 12px;
  }

  .construction-title span {
    font-size: 28px;
    line-height: 32px;
  }

  .construction-text {
    max-width: 240px;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
  }

  .construction-bth {
    cursor: pointer;
    display: block;
    max-width: 240px;
    border: none;
    text-align: center;
    background-color: #FD1F2D;
    padding: 20px 38px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
  }



  .footer {
    padding: 30px 0px 12px 0px;
  }

  .footer-group1 {
    display: flex;
    justify-content: unset;
    align-items: unset;
    gap: 20px;
    margin-bottom: 20px;
  }

  .footer-cloud {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .footer-cloud1 {
    display: flex;
    align-items: center;
    gap: 12px;
  }


  .footer-logo1 {
    width: 69px;
  }

  .footer-hr1 {
    width: 2px;
    height: 36px;
    background: rgba(255, 255, 255, 0.15);
    border: 0px;
  }

  .footer-text1 {
    max-width: 201px;
    font-size: 12px;
    line-height: 15px;
    color: rgba(255, 255, 255, 1);
  }

  .footer-logo2 {
    width: 20px;
  }

  .footer-text2 {
    display: flex;
    flex-direction: unset;
    max-width: 100%;
    font-size: 12px;
    line-height: 15px;
    color: rgba(255, 255, 255, 1);
  }

  .footer-text3 {
    max-width: 100%;
    font-size: 12px;
    line-height: 15px;
    color: rgba(255, 255, 255, 1);
  }

  .footer-list11 {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 8px 12px;
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
  }

  .footer-text4 {
    display: flex;
    flex-direction: unset;
    font-size: 12px;
    line-height: 15px;

    color: rgba(255, 255, 255, 0.6);
  }

  .footer-link11 {
    font-size: 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
  }

  .footer-group2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }

  .footer-text5 {
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-align: center;
  }

  .footer-gro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }


  .footer-img {
    width: 44px;
  }

  .footer-text6 {
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
  }

  .footer-group3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer-list4 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }

  .footer-text7 {
    max-width: 261px;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.6);
    transition: 0.5s ease;
  }

  .footer-text--group li a {
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.6);
    transition: 0.5s ease;
  }

  .footer-text77 {
    max-width: 100%;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.6);
    transition: 0.5s ease;
  }

  .footer-text-8 {
    font-size: 12px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.6);
  }


  .footer-link {
    font-size: 12px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.6);
  }



  .footer-hr2, .footer-hr3 {
    display: none;

  }

  .footer-h4 {
    margin: 30px 0px 12px 0px;

  }

}


@media (max-width: 400px) {
  .noise-feature-item {
    gap: 8px; 
  }

  

  .noise-feature-icon {
    width: 24px;
    height: 24px;
  }

    .noise-text2 {
        width: 100%;
        max-width: 229px;
    }
    .noise-list {
        width: 100%;
        max-width: 320px;
        transition: 0.5s ease;
    }


  .footer-text4 {
    text-align: center; /* Центрируем для мобилок */
    flex: none;         /* Убираем попытки растянуться */
    white-space: normal; /* РАЗРЕШАЕМ перенос текста */
  }


  .footer-link11 {
    width: 100%;
    white-space: nowrap;
    text-align: center;
    font-size: 18px; /* Немного уменьшим, чтобы влезло в строку */
  }

  .footer-text77 {
    max-width: 100%;
    width: 100%; /* Вместо фиксированных 312px */
    text-align: center;

  }
  
  .footer-cloud, .footer-cloud1 {
    text-align: center;
  }

  
  /* 1. Глобальный сброс для контейнера */
    section.sound .sound-container {
        width: 100%;
        max-width: 100vw;
        overflow: hidden;
        box-sizing: border-box;
    }

    /* 2. Переходим на Flex */
    section.sound .sound-ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
        gap: 15px;
    }

    /* 3. Карточки */
    section.sound li.sound-list, 
    section.sound div.sound-list1 {
        position: relative;
        width: 100%;
        min-height: 0; /* Вместо auto для сброса */
        max-width: 100%;
        padding: 8px;
        box-sizing: border-box;
        border-radius: 12px;
    }

    section.sound div.sound-list1 {
        padding: 20px 15px;
    }

    /* 4. Кнопки и перенос текста */
    section.sound .sound-blok--group, 
    section.sound .sound-blok--group-1 {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
        max-width: 100%;
    }

    section.sound .sound-block--list {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 12px 16px;
        box-sizing: border-box;
    }

    /* Исправляем разрыв слов (теперь без !important) */
    section.sound .sound-text3, 
    section.sound .sound-text33 {
        white-space: normal;
        word-break: keep-all; 
        overflow-wrap: break-word;
        hyphens: none;
        display: flex;
        font-size: 14px;
        line-height: 1.3;
        text-align: center;
        margin: 0;
    }

    /* 5. Заголовки и основные тексты */
    section.sound .sound-title, 
    section.sound .sound-span1 {
        font-size: 24px;
        line-height: 1.2;
        max-width: 100%;
    }

    section.sound .sound-text2, 
    section.sound .sound-text24 {
        font-size: 14px;
        max-width: 100%;
        width: 100%;
    }



}

@media (max-width: 350px) {
    .footer-list11 {
      display: flex;    /* Обязательно должен быть flex-контейнер */
      flex-wrap: wrap;
      justify-content: center;
    }
    .footer-group1 {
        justify-content: center;
    }
}


.footer-group--link {
    width: 100%;
}

.footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
    gap: 10px 24px;
}

.footer-legal-links .footer-link {
    display: inline-block;
}

