
h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(10px, 2vw, 22px);
  line-height: 120%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--white);
  white-space: nowrap;
}
h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(20px, 3vw, 48px);
  line-height: 120%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--white);
}
h3 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: clamp(12px, 3vw, 30px);
  line-height: 150%;
  text-align: center;
  color: var(--white);
}
h4 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  color: var(--white);
}
p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(7px, 1.6vw, 18px);
  line-height: 150%;
  color: var(--white);
}
@media (max-width: 769px) {
  h1 {
    font-size: clamp(16px, 10vw, 36px);
    letter-spacing: -0.02em;
  }
  h2 {
    font-size: clamp(10px, 6.2vw, 24px);
  }
  h3 {
    font-size: clamp(8px, 6vw, 18px);
  }
  h4 {
    font-size: clamp(10px, 6.5vw, 24px);
  }
  p {
    font-size: clamp(6px, 4.5vw, 16px);
  }
}
.hero-wrapper {
  display: flex;
  justify-content: space-between;
  margin: -155px auto 160px;
  padding: 0 clamp(25px, 6vw, 81px) 0 clamp(35px, 6vw, 93px);
  gap: clamp(25px, 4vw, 44px);
}
.hero-wrapper-left {
  margin: clamp(70px, 40vw, 207px) 0 0 0;
}

/* price-section */

.price-wrapper {
  display: flex;
  flex-direction: column;
  gap: 71px;
  margin: 0 auto 150px;
  padding: 0 clamp(30px, 4vw, 74px);
}
.price-wrapper-title {
  display: flex;
  flex-direction: column;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  gap: 20px;
}
.price-wrapper-title-h2 {
  display: flex;
  flex-direction: column;
}
.price-wrapper-title-bottom {
  margin-left: auto;
}
.price-wrapper-title-p {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 clamp(20px, 4vw, 67px);
  max-width: 790px;
  width: 100%;
}
.price-wrapper-text-top {
  margin-left: auto;
}
.price-wrapper-list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.price-wrapper-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1150px;
  width: 100%;
}
.price-wrapper-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px 0 35px;
}
.full-price-list-link-mobile,
.back-to-previous-link-mobile {
  display: none;
}
.full-price-list-link,
.back-to-previous-link {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--white);
  transition: all 0.3s ease;
}
.full-price-list-link:hover,
.back-to-previous-link:hover {
  color: var(--prime);
}
.full-price-list-link:active,
.back-to-previous-link:active {
  color: rgba(245, 177, 181, 0.4);
}
.full-price-list-link:hover svg path,
.back-to-previous-link:hover svg path {
  stroke: var(--prime);
}
.full-price-list-link:active svg path,
.back-to-previous-link:active svg path {
  stroke: rgba(245, 177, 181, 0.4);
}
.price-wrapper-item-table {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--prime);
}
.table-row .table-row-interior {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(15px, 2vw, 21px) clamp(28px, 3vw, 38px) clamp(16px, 2vw, 22px)
    clamp(29px, 3vw, 39px);
  cursor: pointer;
}
.table-row:hover .table-row-interior .service-name,
.table-row:hover .table-row-interior .price {
  color: var(--prime);
}
.table-row:nth-child(odd) .table-row-interior {
  backdrop-filter: blur(200px);
  box-shadow: 20px 20px 4px 0 rgba(0, 0, 0, 0.25);
  background: #181c1c;
}
.table-row:nth-child(even) .table-row-interior {
  background: transparent;
}
.service-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(8px, 2vw, 18px);
  line-height: 150%;
  color: var(--white);
  transition: all 0.3s ease;
}
.price {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(8px, 2vw, 18px);
  line-height: 150%;
  text-align: right;
  color: var(--white);
  transition: all 0.3s ease;
}
.call-popup-form-block-interior {
  display: flex;
}
.call-popup-form {
  margin: 0 auto;
  border: 1px solid var(--prime);
  border-radius: 1000px;
  padding: clamp(10px, 2.3vw, 21px) clamp(10px, 2.3vw, 20px);
  max-width: 346px;
  width: 100%;
  background: var(--prime);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(8px, 1.6vw, 14px);
  text-transform: uppercase;
  text-align: center;
  color: var(--black-800);
  cursor: pointer;
  transition: all 0.3s ease;
}
.call-popup-form:hover {
  background: rgba(245, 177, 181, 0.6);
}
.call-popup-form:active {
  background: rgba(245, 177, 181, 0.4);
}
@media (max-width: 769px) {
  h1 {
    font-size: clamp(12px, 5.8vw, 20px);
    letter-spacing: -0.02em;
    text-align: center;
    text-wrap-mode: wrap;
  }
  h2 {
    font-size: clamp(12px, 6.3vw, 24px);
    line-height: 150%;
    letter-spacing: -0.09em;
    text-align: left;
  }
  h3 {
    font-size: clamp(10px, 5vw, 18px);
  }
  h4 {
    font-size: clamp(8px, 5.1vw, 20px);
  }
  p {
    font-size: clamp(6px, 4.3vw, 16px);
  }
}
@media (max-width: 769px) {
  .hero-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0;
    gap: 0;
  }
  .hero-wrapper-left {
    margin: 0;
    order: 2;
    max-width: 100%;
  }
  .price-wrapper {
    padding: 0;
    gap: 0;
    margin: 0 auto;
  }
  .price-wrapper-title {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
    gap: 0;
  }
  .price-wrapper-title-h2 {
    padding: 60px 20px 30px;
    background: rgba(0, 0, 0, 0.5);
  }
  .price-wrapper-title-bottom {
    margin-left: 0;
  }
  .price-wrapper-title-p {
    max-width: 100%;
    margin: 0;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.5);
  }

  .price-wrapper-list {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 0;
    gap: 0;
  }
  .price-wrapper-item {
    max-width: 100%;
    gap: 0;
  }
  .price-wrapper-item-title {
    width: 100%;
    padding: 0 20px;
  }
  .price-wrapper-item-title-h3 {
    display: flex;
    max-width: 733px;
    width: 100%;
    padding: 60px 20px 30px;
    background: rgba(0, 0, 0, 0.5);
  }
  .full-price-list-link,
	.back-to-previous-link {
    display: none;
  }
  .full-price-list-link-mobile,
  .back-to-previous-link-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--prime);
    padding: clamp(16px, 6vw, 21px) clamp(15px, 5.7vw, 20px);
    background: var(--prime);

    font-family: var(--font-family);
    font-weight: 600;
    font-size: clamp(8px, 4vw, 14px);
    line-height: 150%;
    text-transform: capitalize;
    text-align: center;
    color: var(--black-800);
  }
  .price-wrapper-item-table {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .service-name {
    font-size: clamp(6px, 3.8vw, 14px);
  }
  .price {
    font-size: clamp(6px, 3.8vw, 14px);
    max-width: 82px;
    width: 100%;
  }
  .table-row .table-row-interior {
    align-items: flex-start;
    gap: clamp(25px, 11vw, 41px);
  }
  .table-row:hover .table-row-interior .service-name,
  .table-row:hover .table-row-interior .price {
    color: var(--white);
  }
  .table-row:nth-child(odd) .table-row-interior {
    backdrop-filter: blur(200px);
    box-shadow: 20px 20px 4px 0 rgba(0, 0, 0, 0.25);
    background: #181c1c;
    padding: clamp(15px, 5.7vw, 20px) clamp(28px, 10.8vw, 40px);
  }
  .table-row:nth-child(even) {
    padding: 0 20px;
  }
  .table-row:nth-child(even) .table-row-interior {
    box-shadow: 0 3px 49px 9px rgba(0, 0, 0, 0.06);
    background: rgba(66, 66, 66, 0.5);
    max-width: 733px;
    width: 100%;
    padding: clamp(15px, 5.7vw, 20px);
  }
  .price-wrapper-item-table .table-row:last-child .table-row-interior {
    box-shadow: none;
  }
  .call-popup-form-block {
    padding: 0 20px;
  }
  .call-popup-form-block-interior {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 20px 0;
  }
  .call-popup-form {
    padding: clamp(10px, 5.5vw, 21px) clamp(10px, 5.3vw, 20px);
    max-width: 100%;
    width: 100%;
    background: var(--white);
    font-family: var(--font-family);
    font-size: clamp(8px, 4vw, 14px);
    transition: all 0.3s ease;
  }
}

#h1-table,
#h2-table {
  display: none;
}

@media (max-width: 769px) {
  #button-table {
    padding-bottom: 60px;
  }
}
@media (min-width: 769px) {
  #price-wrapper-table {
    padding-top: 100px;
  }
}
