@charset "UTF-8";
@font-face {
  font-family: "GiorgioThin";
  src: url(../fonts/Giorgio-Thin.ttf);
}
@font-face {
  font-family: "GiorgioRegular";
  src: url(../fonts/trash/helvetica_light.otf);
}
@font-face {
  font-family: "Giorgio";
  src: url(../fonts/trash/Giorgio\ Sans\ LCG\ Regular.otf);
}

@font-face {
  font-family: "VAGReg";
  src: url(../fonts/VAG/VAGRegular.ttf);
}

@font-face {
  font-family: "VAGThin";
  src: url(../fonts/VAG/VAGThin.ttf);
}

@font-face {
  font-family: "VAGCyr";
  src: url(../fonts/VAG/VAGtest/vagroundcyrillic.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

small {
  font-size: 12px;
  font-family: "GiorgioThin";
}

a {
  color: #FFF;
  text-decoration: none;
  list-style-type: none;
}

h1 {
  font-weight: 400;
}

p {
  font-weight: 600;
}
@media (max-width: 767px) {
  p {
    font-size: calc(12px + 10.2 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  p {
    font-size: calc(12px + 6 * 100vw / 1920);
  }
}

html, body {
  height: 100%;
  font: Helvetica, sans-serif;
  color: #e42ba0;
  background: #FFF;
}

.header {
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 2;
}
.header .header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 40px 0 40px;
}
.header .header__list {
  display: flex;
  position: relative;
}
.header .header__list li {
  list-style: none;
  margin-left: 25px;
}
.header .header__link {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-family: "GiorgioRegular";
  font-weight: 600;
  letter-spacing: 5px;
}
.header .header__social {
  display: none;
  padding-top: 60px;
}
.header .header__social ul {
  position: relative;
  display: block;
  align-items: center;
  flex-direction: row;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.header .header__social ul li {
  position: relative;
  list-style: none;
  display: inline;
}
.header .header__social ul li a {
  display: flex;
  position: relative;
  text-decoration: none;
}
.header .header__social ul li a {
  font-size: 20px;
  letter-spacing: 4px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.555);
  padding-bottom: 20px;
}
.header .header__social ul li a::before {
  content: attr(data-text);
  position: absolute;
  color: var(--clr);
  width: 0%;
  overflow: hidden;
  transition: 1s;
  border-right: 4px solid var(--clr);
  -webkit-text-stroke: 1px var(--clr);
}
.header .header__social ul li a:hover::before {
  width: 100%;
  color: #1916cc;
}

.main {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100vh;
  font-family: Helvetica, sans-serif;
}
.main h1:nth-child(1) {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  color: #000;
  font-family: "GiorgioThin";
  font-weight: 400;
  letter-spacing: 30px;
  line-height: 100px;
}
@media (max-width: 767px) {
  .main h1:nth-child(1) {
    font-size: calc(36px + 142.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .main h1:nth-child(1) {
    font-size: calc(36px + 84 * 100vw / 1920);
  }
}
.main h3:nth-child(2) {
  display: flex;
  justify-content: end;
  padding-right: 30px;
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  color: #e42ba0;
  font-weight: 600;
  font-family: "GiorgioRegular";
  letter-spacing: 5px;
}
@media (max-width: 767px) {
  .main h3:nth-child(2) {
    font-size: calc(12px + 10.2 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .main h3:nth-child(2) {
    font-size: calc(12px + 6 * 100vw / 1920);
  }
}
.main .textblack {
  color: #000;
}
.main a {
  text-decoration: none;
  color: #e42ba0;
}
.main a:hover {
  color: rgba(228, 43, 160, 0.6980392157);
  transition: all 0.5s linear;
}
.main a:not(:first-child)::before {
  content: "";
  margin-right: 5px;
  width: 0%;
  border-right: 1px solid rgba(0, 0, 0, 0.1882352941);
}
.main a:not(:last-child) {
  padding-right: 7px;
}


.main__services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.main__services h3 {
 padding-bottom: 45px;
}
.main__services .item {
  color: rgba(0, 0, 0, 0.431372549);
  font-family: "Comfortaa";
  -webkit-text-decoration: nones;
          text-decoration: nones;
  list-style-type: none;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-weight: 400;
  flex: 0 1 auto;
  
}
@media (max-width: 767px) {
  .main__services .item {
    font-size: calc(17px + 30.6 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .main__services .item {
    font-size: calc(17px + 2 * 100vw / 1920);
  }
}
.main__services :hover {
  color: rgba(228, 43, 160, 0.5333333333);
  transition: all 0.5s linear;
}

.price__conteiner {
  position: relative;
  padding-top: 50px;
}
.price__conteiner .price__content {
  display: flex;
  justify-content: space-around;
}
.price__conteiner .price__content .price {
  width: 700px;
}
.price__conteiner .price__content ul {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 15px 0;
}
.price__conteiner .price__content li {
  font-family: "GiorgioRegular";
  color: #817c7c;
  text-decoration: none;
  list-style-type: none;
}
@media (max-width: 767px) {
  .price__conteiner .price__content li {
    font-size: calc(12px + 10.2 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .price__conteiner .price__content li {
    font-size: calc(12px + 6 * 100vw / 1920);
  }
}
.price__conteiner .price__content .hi {
  line-height: 38px;
}
.price__conteiner .price__content .small__price {
  width: 45%;
  position: relative;
}
.price__conteiner .price__content .small__price ul {
  display: flex;
  padding: 16px 0 16px 0;
}
.price__conteiner .price__content .small__price small {
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
}
.price__conteiner .price__content .small__price li:not(:first-child) {
  text-align: center;
}
.price__conteiner .price__content .ds {
  width: 161px;
  line-height: 38px;
}
.price__conteiner .hz {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 50px;
  padding-bottom: 50px;
}
.price__conteiner .hz .price ul {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 15px 0;
}
.price__conteiner .hz li {
  font-size: 18px;
  font-family: "GiorgioRegular";
  color: #817c7c;
  text-decoration: none;
  list-style-type: none;
}
.price__conteiner .hz .rest__price {
  width: 25%;
}
.price__conteiner .hz .rest__price .smallzone {
  display: flex;
  justify-content: space-between;
}
.price__conteiner .hz .rest__price .smallzone .smallzone__name ul li {
  padding: 15px 0 15px 0;
}
.price__conteiner .hz .rest__price .smallzone .smallzone__price {
  line-height: 50px;
  font-size: 20px;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
}
.price__conteiner .hz .rest__price .bigzone {
  line-height: 38px;
  padding-top: 60px;
}
.price__conteiner .hz .rest__price .bigzone .bigzone__name {
  display: flex;
  justify-content: space-between;
}
.price__conteiner .hz .rest__price .bigzone .bigzone__name div {
  padding-top: 5px;
}
.price__conteiner .hz .rest__price .bigzone .smallzone__price {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.price__conteiner .zone_name {
  font-family: "GiorgioRegular";
  font-weight: 600;
  font-size: 25px;
  border-bottom: 1px solid rgba(228, 43, 160, 0.2196078431);
  text-align: center;
}
.price__conteiner .top-master {
  font-family: "GiorgioRegular";
  font-weight: 400;
  font-size: 16px;
  color: #817c7c;
  padding: 30px;
}

.solarium__prices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: "Comfortaa";
  font-weight: 300;
  height: 100vh;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .solarium__prices {
    font-size: calc(14px + 13.6 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .solarium__prices {
    font-size: calc(14px + 8 * 100vw / 1920);
  }
}
.solarium__prices .minute {
  font-weight: 500;
  color: #e42ba0;
}
@media (max-width: 767px) {
  .solarium__prices .minute {
    font-size: calc(24px + 27.2 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .solarium__prices .minute {
    font-size: calc(24px + 16 * 100vw / 1920);
  }
}
.solarium__prices ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 800px;
  padding-top: 25px;
}
.solarium__prices ul div {
  text-align: center;
}
.solarium__prices ul li {
  border-radius: 15px;
  width: 150px;
  text-align: center;
  text-decoration: none;
  list-style-type: none;
}
.solarium__prices .abb {
  display: flex;
  justify-content: space-around;
  width: 800px;
  padding-top: 80px;
}
.solarium__prices .solarium__prices_unlime {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  padding-top: 80px;
  font-weight: 400;
  color: #e42ba0;
}
@media (max-width: 767px) {
  .solarium__prices .solarium__prices_unlime {
    font-size: calc(30px + 17 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .solarium__prices .solarium__prices_unlime {
    font-size: calc(30px + 10 * 100vw / 1920);
  }
}
.solarium__prices .solarium__prices_unlime .solarium__prices_unlimelast {
  color: #000;
}

.contact__main .contact__list {
  color: #817c7c;
  display: flex;
  justify-content: space-around;
  font-family: "Comfortaa";
  font-weight: 400;
  padding-top: 100px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .contact__main .contact__list {
    font-size: calc(23px + 15.3 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .contact__main .contact__list {
    font-size: calc(23px + 9 * 100vw / 1920);
  }
}
.contact__main .contact__list .left-side {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  padding: 10px 20px;
}
.contact__main .contact__list .left-side .phone .phone__name {
  border-bottom: 1px solid #000;
  font-family: "Comfortaa";
  font-weight: 400;
  color: #e42ba0;
}
.contact__main .contact__list .left-side .phone a {
  color: #817c7c;
}
@media (max-width: 767px) {
  .contact__main .contact__list .left-side .phone a {
    font-size: calc(15px + 8.5 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .contact__main .contact__list .left-side .phone a {
    font-size: calc(15px + 5 * 100vw / 1920);
  }
}
.contact__main .contact__list .left-side .phone, .contact__main .contact__list .left-side .address, .contact__main .contact__list .left-side .working__hours {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100px;
}
.contact__main .contact__list .left-side .address p {
  font-weight: 300;
}
@media (max-width: 767px) {
  .contact__main .contact__list .left-side .address p {
    font-size: calc(15px + 8.5 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .contact__main .contact__list .left-side .address p {
    font-size: calc(15px + 5 * 100vw / 1920);
  }
}
.contact__main .contact__list .left-side .address .address__location {
  border-bottom: 1px solid #000;
  color: #e42ba0;
}
.contact__main .contact__list .left-side .working__hours .hours {
  border-bottom: 1px solid #000;
  color: #e42ba0;
}
@media (max-width: 767px) {
  .contact__main .contact__list .left-side .working__hours .working__times {
    font-size: calc(15px + 8.5 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .contact__main .contact__list .left-side .working__hours .working__times {
    font-size: calc(15px + 5 * 100vw / 1920);
  }
}
.contact__main .contact__list .right-side iframe {
  width: 1000px;
}
.contact__main .contact__list_bottom {
  padding-bottom: 100px;
}

.pozonam {
  display: flex;
  justify-content: space-around;
  font-size: 25px;
  font-family: "GiorgioRegular";
  font-weight: 400;
  padding-top: 100px;
}
.pozonam p {
  width: 700px;
  font-size: 25px;
  text-align: center;
  color: #817c7c;
  border-bottom: 1px solid rgba(129, 124, 124, 0.2196078431);
}

.fitness__price {
  padding: 220px  150px 50px 150px;
}

.welcomefit {
  color: #676666;
  padding-bottom: 80px;
  font-size: 25px;
  font-family: "GiorgioRegular";
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1px;
}

.welcomefit h1 {
  font-size: 24px;
}

.aboutfit {
  color: #676666;
  font-size: 21px;
  line-height: 1.5;
  font-family: "GiorgioRegular";
  font-weight: 900;
  padding-bottom: 100px;
  letter-spacing: 1px;
}

.aboutfit h5 {
  color: #000;
  padding-bottom: 20px;
}

.aboutfit ul {
  font-size: 28px;
  list-style-type: none;
}

.aboutfit ul p {
  font-weight: 400;
  padding-bottom: 40px;
  text-indent: 20px;
}

.price__fit, .lesson {
  letter-spacing: 1px;
  padding: 0px 150px 0px 150px;
}

.price__fit ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding-bottom: 40px;
}

.price__fit ul li {
  font-family: "GiorgioRegular";
  color: #676666;
  font-size: 25px;
  line-height: 1.5;
}

.firstfit {
  font-weight: 900;
}

.abonfit {
  font-family: "GiorgioRegular";
  color: #676666;
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
  font-weight: 900;
  letter-spacing: 3px;
}



.price__fit ul:last-child {
  border-bottom: 2px solid #a6b99c;
}

.lesson ul{
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding-bottom: 40px;
}

.lesson ul:first-child {
  padding-top: 40px;
}

.lesson ul li {
  font-family: "GiorgioRegular";
  color: #676666;
  font-size: 25px;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .welcomefit p {
    font-size:  calc(14px + 10.2 * (100vw - 320px) / 1920);
  }
  .aboutfit p {
    font-size:  calc(14px + 10.2 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 767px) {
  .welcomefit {
    padding-bottom: 30px;
  }
  .welcomefit h1 {
    font-size:  calc(14px + 10.2 * (100vw - 320px) / 1920);
  }
  .fitness__price {
    padding: 100px 20px 30px 20px;
  }

  .aboutfit {
    padding-bottom: 20px;
    border-bottom: 2px solid #a6b99c;
  }

  .aboutfit h5 {
    font-size:  calc(14px + 10.2 * (100vw - 320px) / 1920);
    font-weight: 900;
    color: #000;
  }
  .price__fit {
    padding: 20px 0;
  }

  .price__fit ul {
    padding-bottom: 15px;
  }

  .price__fit ul li {
    font-size: calc(14px + 10.2 * (100vw - 320px) / 1920);
  }
  
  .lesson {
    padding: 0;
  }

  .lesson ul li {
    font-size: calc(14px + 10.2 * (100vw - 320px) / 1920);
  }

  .lesson ul {
    padding-bottom: 15px;
  }
  .abonfit {
    font-size: calc(14px + 10.2 * (100vw - 320px) / 1920);
    padding: 20px 0 20px 0;
  }
}

.sugaring__price {
  padding: 150px 0;
}
.sugaring__price .sugaringcomplecs__price {
  padding: 0 50px 0 50px;
}
.sugaring__price .sugaringcomplecs__price .price .zone_name {
  letter-spacing: 3px;
  text-align: center;
  border-bottom: 1px solid rgba(228, 43, 160, 0.2194509804);
}
@media (max-width: 767px) {
  .sugaring__price .sugaringcomplecs__price .price .zone_name {
    font-size: calc(25px + 22.1 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .sugaring__price .sugaringcomplecs__price .price .zone_name {
    font-size: calc(25px + 13 * 100vw / 1920);
  }
}
.sugaring__price .sugaringcomplecs__price .price .pricefirst {
  padding: 0 90px;
}
.sugaring__price .sugaringcomplecs__price .price .pricefirst ul {
  display: flex;
  justify-content: space-between;
}
.sugaring__price .sugaringcomplecs__price .price .pricefirst ul li {
  color: #817c7c;
  text-decoration: none;
  list-style-type: none;
  font-family: "GiorgioRegular";
  font-weight: 400;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .sugaring__price .sugaringcomplecs__price .price .pricefirst ul li {
    font-size: calc(12px + 17 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .sugaring__price .sugaringcomplecs__price .price .pricefirst ul li {
    font-size: calc(12px + 10 * 100vw / 1920);
  }
}
.sugaring__price .sugaringcomplecs__price .pricesecond {
  padding: 50px 0;
}

.sugaringmain__zones {
  text-align: center;
  border-bottom: 1px solid rgba(228, 43, 160, 0.2194509804);
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .sugaringmain__zones {
    font-size: calc(25px + 22.1 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .sugaringmain__zones {
    font-size: calc(25px + 13 * 100vw / 1920);
  }
}

.sugaring__zones {
  display: flex;
  justify-content: space-around;
}
.sugaring__zones p {
  font-family: "GiorgioRegular";
  font-weight: 400;
  color: #e42ba0;
  text-align: center;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .sugaring__zones p {
    font-size: calc(12px + 22.1 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .sugaring__zones p {
    font-size: calc(12px + 13 * 100vw / 1920);
  }
}
.sugaring__zones ul {
  text-align: center;
  padding-top: 25px;
}
.sugaring__zones ul li {
  text-decoration: none;
  list-style-type: none;
  color: #817c7c;
  font-family: "GiorgioRegular";
  padding-top: 30px;
}
@media (max-width: 767px) {
  .sugaring__zones ul li {
    font-size: calc(10px + 15.3 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .sugaring__zones ul li {
    font-size: calc(10px + 9 * 100vw / 1920);
  }
}

.price__wrapper {
  display: none;
}

.massage__price {
  padding: 50px 0 100px 0;
}
.massage__price .massagecomplecs__price {
  padding: 0 50px 0 50px;
}
.massage__price .massagecomplecs__price .price .zone_name {
  letter-spacing: 3px;
  text-align: center;
  border-bottom: 1px solid rgba(228, 43, 160, 0.2194509804);
}
@media (max-width: 767px) {
  .massage__price .massagecomplecs__price .price .zone_name {
    font-size: calc(25px + 22.1 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .massage__price .massagecomplecs__price .price .zone_name {
    font-size: calc(25px + 13 * 100vw / 1920);
  }
}
.massage__price .massagecomplecs__price .price .price-massage {
  padding: 0 90px;
}
.massage__price .massagecomplecs__price .price .price-massage ul {
  display: flex;
  justify-content: space-between;
}
.massage__price .massagecomplecs__price .price .price-massage ul li {
  color: #817c7c;
  text-decoration: none;
  list-style-type: none;
  font-family: "GiorgioRegular";
  font-weight: 400;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .massage__price .massagecomplecs__price .price .price-massage ul li {
    font-size: calc(12px + 17 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .massage__price .massagecomplecs__price .price .price-massage ul li {
    font-size: calc(12px + 10 * 100vw / 1920);
  }
}
.massage__price .massagecomplecs__price .pricesecond {
  padding: 50px 0;
}
.massage__about {
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
  font-family: "GiorgioRegular";
}

.massage__about h1 {
  text-align: center;
  color: #555;
  margin-top: 0;
}


h1 {
  font-size: 2rem; /* Увеличенный размер для заголовка */
}

h2 {
  font-size: 1.5rem; /* Увеличенный размер для подзаголовка */
}

.benefits {
  margin-top: 20px;
  padding: 15px;
}

.benefits h1 {
  text-align: center;
  color: #555;
  margin-top: 0;
}

.benefits h2 {
  text-align: center;
  color: #555;
  margin-top: 0;
  padding-bottom: 20px;
}

.benefits ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.benefits li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #555;
}

.benefits strong {
  color: #e74c3c;
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
  h1 {
      font-size: 1.8rem; /* Уменьшаем размер заголовка для мобильных */
  }

  h2 {
      font-size: 1.3rem; /* Уменьшаем размер подзаголовка для мобильных */
  }

  .benefits {
      padding: 10px;
      margin-top: 10px;
  }

  .benefits li {
      font-size: 0.9rem; /* Уменьшаем размер текста для мобильных */
  }

  .container {
      padding: 10px; /* Уменьшаем отступы для мобильных */
  }
}

@media (max-width: 480px) {
  h1 {
      font-size: 1.5rem; /* Еще меньше для очень маленьких экранов */
  }

  h2 {
      font-size: 1.2rem;
  }

  .benefits li {
      font-size: 0.85rem;
  }
}


.footer {
  background: #231f20;
  padding: 100px 20% 0 20%;
}
.footer .footer_main {
  display: flex;
  justify-content: space-between;
}
.footer .footer_info li {
  list-style-type: none;
  line-height: 42px;
}
.footer .footer_info a {
  font-family: "GiorgioRegular";
  font-size: 15px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: uppercase;
  list-style-type: none;
  letter-spacing: 4px;
}
.footer .footer__social {
  display: flex;
}
.footer .footer__social ul {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.footer .footer__social ul li {
  position: relative;
  list-style: none;
  display: inline;
}
.footer .footer__social ul li a {
  display: flex;
  position: relative;
  text-decoration: none;
}
.footer .footer__social ul li a {
  letter-spacing: 2px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .footer .footer__social ul li a {
    font-size: calc(10px + 17 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 767px) {
  .footer .footer__social ul li a {
    font-size: calc(10px + 10 * 100vw / 1920);
  }
}
.footer .footer__social ul li a::before {
  content: attr(data-text);
  position: absolute;
  color: var(--clr);
  width: 0%;
  overflow: hidden;
  transition: 1s;
  border-right: 2px solid var(--clr);
  -webkit-text-stroke: 1px var(--clr);
}
.footer .footer__social ul li a:hover::before {
  width: 100%;
  color: #1916cc;
}
.footer .footer__contact {
  display: flex;
  flex-flow: row wrap;
  height: 500px;
  padding-top: 100px;
}
.footer .footer__contact .contact {
  flex: 0 1 100%;
  font-family: "GiorgioRegular";
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-decoration: none;
  list-style-type: none;
  letter-spacing: 4px;
  line-height: 25px;
}

/* xl-размер (>=1200px) */
/* CSS для >=1200px */
@media (max-width: 1400px) {
  .price__conteiner {
    display: none;
  }
  .maincomplecs__price {
    padding-bottom: 40px;
  }
  .maincomplecs__price .price__content .price {
    font-family: "GiorgioRegular";
    font-weight: 400;
  }
  .maincomplecs__price .price__content .price .complecs__price {
    padding-top: 40px;
  }
  .maincomplecs__price .price__content .price .complecs__price .complecs__pricepd {
    width: 400px;
  }
  .maincomplecs__price .price__content .price .complecs__price ul {
    display: flex;
    justify-content: space-around;
    padding-bottom: 18px;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  .maincomplecs__price .price__content .price .complecs__price ul {
    font-size: calc(16px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .maincomplecs__price .price__content .price .complecs__price ul {
    font-size: calc(16px + 4 * 100vw / 1920);
  }
}
@media (max-width: 1400px) {
  .maincomplecs__price .price__content .price .complecs__price ul .hi {
    color: #817c7c;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  .maincomplecs__price .price__content .price .complecs__price ul .hi {
    font-size: calc(12px + 10.2 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .maincomplecs__price .price__content .price .complecs__price ul .hi {
    font-size: calc(12px + 6 * 100vw / 1920);
  }
}
@media (max-width: 1400px) {
  .maincomplecs__price .price__content .price .complecs__price ul li {
    list-style-type: none;
    text-decoration: none;
  }
  .maincomplecs__price .price__content .price .complecs__price ul li small {
    color: #817c7c;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  .maincomplecs__price .price__content .price .complecs__price ul li small {
    font-size: calc(12px + 3.4 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .maincomplecs__price .price__content .price .complecs__price ul li small {
    font-size: calc(12px + 2 * 100vw / 1920);
  }
}
@media (max-width: 1400px) {
  .maincomplecs__price .price__content .price .zone_name {
    font-family: "GiorgioRegular";
    font-weight: 400;
    border-bottom: 1px solid rgba(228, 43, 160, 0.2196078431);
    text-align: center;
    font-size: 24px;
  }
  .abonwrapper {
    padding: 0 10px;
  }
  .abonwrapper .wrappername {
    text-align: center;
    font-family: "GiorgioRegular";
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(228, 43, 160, 0.2196078431);
  }
  .abonwrapper .wrapperother {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }
  .abonwrapper .wrapperother .wrapper__price {
    width: 100%;
  }
  .abonwrapper .wrapperother .wrapper__price .wrappermain {
    display: flex;
    justify-content: center;
    gap: 135px;
  }
  .abonwrapper .wrapperother .wrapper__price .wrappermain p {
    padding-bottom: 5px;
    text-align: center;
    color: #817c7c;
    font-family: "GiorgioRegular";
    font-weight: 400;
    letter-spacing: 1px;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  .abonwrapper .wrapperother .wrapper__price .wrappermain p {
    font-size: calc(12px + 10.2 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .abonwrapper .wrapperother .wrapper__price .wrappermain p {
    font-size: calc(12px + 6 * 100vw / 1920);
  }
}
@media (max-width: 1400px) {
  .abonwrapper .wrapperother .wrapper__price .wrappermain p small {
    font-weight: 600;
    letter-spacing: 1px;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  .abonwrapper .wrapperother .wrapper__price .wrappermain p small {
    font-size: calc(10px + 3.4 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .abonwrapper .wrapperother .wrapper__price .wrappermain p small {
    font-size: calc(10px + 2 * 100vw / 1920);
  }
}
@media (max-width: 1400px) {
  .abonwrapper .wrapperother .wrapper__price .wrapper__name {
    text-align: center;
    padding: 15px;
  }
  .abonwrapper .wrapperother .wrapper__price .wrapper__name p {
    font-family: "GiorgioRegular";
    font-weight: 400;
    font-size: 16px;
  }
  .price__wrapper {
    padding: 20px 20px 10px;
    display: block;
  }
  .price__wrapper .device__price {
    padding: 0;
  }
  .price__wrapper .device__price .all__zones {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .price__wrapper .device__price .all__zones .other__zones {
    font-family: "GiorgioRegular";
    font-weight: 400;
    border-bottom: 1px solid rgba(228, 43, 160, 0.2196078431);
    text-align: center;
    font-size: 24px;
  }
  .price__wrapper .device__price .all__zones .down__price {
    display: flex;
    justify-content: space-around;
    font-family: "GiorgioRegular";
    color: #817c7c;
    font-weight: 400;
    padding-top: 40px;
    text-align: center;
  }
  .price__wrapper .device__price .all__zones .down__price .upper__zones {
    width: 100%;
  }
  .price__wrapper .device__price .all__zones .down__price .smallzone {
    padding-bottom: 10px;
    color: #e42ba0;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  .price__wrapper .device__price .all__zones .down__price .smallzone {
    font-size: calc(16px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .price__wrapper .device__price .all__zones .down__price .smallzone {
    font-size: calc(16px + 4 * 100vw / 1920);
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  .price__wrapper .device__price .all__zones .down__price .smallzone__price {
    font-size: calc(15px + 5.1 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .price__wrapper .device__price .all__zones .down__price .smallzone__price {
    font-size: calc(15px + 3 * 100vw / 1920);
  }
}
@media (max-width: 1400px) {
  .price__wrapper .device__price .all__zones .down__price .smallzone__name {
    font-size: 13px;
  }
  .price__wrapper .device__price .all__zones .down__price .smallzone__name ul {
    padding-top: 10px;
    text-align: center;
  }
  .price__wrapper .device__price .all__zones .down__price .smallzone__name ul li {
    padding-top: 10px;
    list-style-type: none;
  }
  .price__wrapper .device__price .all__zones .down__price .bigzone {
    text-align: center;
    width: 100%;
  }
  .price__wrapper .device__price .all__zones .down__price .bigzone .bigzone__name ul {
    padding-top: 10px;
  }
  .price__wrapper .device__price .all__zones .down__price .bigzone .bigzone__name ul li {
    list-style-type: none;
    padding-top: 10px;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  .price__wrapper .device__price .all__zones .down__price .bigzone .bigzone__name ul li {
    font-size: calc(12px + 10.2 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .price__wrapper .device__price .all__zones .down__price .bigzone .bigzone__name ul li {
    font-size: calc(12px + 6 * 100vw / 1920);
  }
}
@media (max-width: 1400px) {
  .price__wrapper .device__price .all__zones .hz {
    display: flex;
    justify-content: center;
    padding-top: 40px;
  }
  .price__wrapper .device__price .all__zones .hz .rest__price ul {
    padding: 0 20px 0 20px;
  }
  .price__wrapper .device__price .all__zones .hz .rest__price ul li {
    list-style-type: none;
    padding-top: 10px;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  .price__wrapper .device__price .all__zones .hz .rest__price ul li {
    font-size: calc(13px + 8.5 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .price__wrapper .device__price .all__zones .hz .rest__price ul li {
    font-size: calc(13px + 5 * 100vw / 1920);
  }
}
@media (max-width: 1400px) {
  .price__wrapper .device__price .all__zones .hz .rest__price .smallzone {
    font-family: "GiorgioRegular";
    text-align: center;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  .price__wrapper .device__price .all__zones .hz .rest__price .smallzone {
    font-size: calc(18px + 3.4 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .price__wrapper .device__price .all__zones .hz .rest__price .smallzone {
    font-size: calc(18px + 2 * 100vw / 1920);
  }
}
@media (max-width: 1400px) {
  .price__wrapper .device__price .all__zones .hz .rest__price .smallzone__name {
    font-family: "GiorgioRegular";
  }
  .price__wrapper .device__price .all__zones .hz .rest__price .smallzone__name ul {
    color: #817c7c;
    text-align: center;
    padding-top: 15px;
  }
  .price__wrapper .device__price .all__zones .hz .rest__price .smallzone__price {
    font-family: "GiorgioRegular";
    text-align: center;
    color: #817c7c;
    padding-top: 10px;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  .price__wrapper .device__price .all__zones .hz .rest__price .smallzone__price {
    font-size: calc(15px + 5.1 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .price__wrapper .device__price .all__zones .hz .rest__price .smallzone__price {
    font-size: calc(15px + 3 * 100vw / 1920);
  }
}
@media (max-width: 1400px) {
  .price__wrapper .device__price .all__zones .hz .rest__price .bigzone {
    padding-top: 30px;
  }
  .price__wrapper .device__price .all__zones .hz .rest__price .bigzone .zone_name {
    text-align: center;
  }
  .price__wrapper .device__price .all__zones .hz .rest__price .bigzone .bigzone__name {
    font-family: "GiorgioRegular";
    color: #817c7c;
  }
  .price__wrapper .top-master {
    font-family: "GiorgioRegular";
    font-weight: 400;
    font-size: 12px;
    color: #817c7c;
    padding: 10px;
  }
  .contact__main {
    padding: 0 10px;
  }
  .contact__main .contact__list {
    display: block;
    padding-top: 100px;
    letter-spacing: 2px;
  }
  .contact__main .contact__list .left-side {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 30px;
    color: #817c7c;
  }
  .contact__main .contact__list .left-side .phone .phone__name {
    border-bottom: 1px solid #000;
    font-family: "Comfortaa";
    font-weight: 400;
    color: #e42ba0;
  }
  .contact__main .contact__list .left-side .phone a {
    color: #817c7c;
    font-family: "Comfortaa";
  }
  .contact__main .contact__list .left-side .phone, .contact__main .contact__list .left-side .address, .contact__main .contact__list .left-side .working__hours {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100px;
    padding-bottom: 20px;
  }
  .contact__main .contact__list .left-side .address {
    color: #e42ba0;
  }
  .contact__main .contact__list .left-side .address p {
    padding-top: 10px;
    color: #817c7c;
  }
  .contact__main .contact__list .left-side .working__hours .hours {
    color: #e42ba0;
  }
  .contact__main .contact__list .right-side {
    text-align: center;
  }
  .contact__main .contact__list .right-side iframe {
    width: 98%;
    height: 300px;
  }
  .contact__main .contact__list_bottom {
    padding-bottom: 100px;
  }
  .main h1:nth-child(1) {
    line-height: 70px;
  }
  /* .massage__price {
    padding: 150px 0;
  } */
  .massage__price .massagecomplecs__price {
    padding: 0 50px 0 50px;
  }
  .massage__price .massagecomplecs__price .price .zone_name {
    letter-spacing: 3px;
    text-align: center;
    border-bottom: 1px solid rgba(228, 43, 160, 0.2194509804);
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  .massage__price .massagecomplecs__price .price .zone_name {
    font-size: calc(25px + 22.1 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .massage__price .massagecomplecs__price .price .zone_name {
    font-size: calc(25px + 13 * 100vw / 1920);
  }
}
@media (max-width: 1400px) {
  .massage__price .massagecomplecs__price .price .price-massage {
    padding: 0;
  }
  .massage__price .massagecomplecs__price .price .price-massage ul {
    display: flex;
    justify-content: space-between;
  }
  .massage__price .massagecomplecs__price .price .price-massage ul li {
    color: #817c7c;
    text-decoration: none;
    list-style-type: none;
    font-family: "GiorgioRegular";
    font-weight: 400;
    padding-top: 50px;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  .massage__price .massagecomplecs__price .price .price-massage ul li {
    font-size: calc(12px + 17 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .massage__price .massagecomplecs__price .price .price-massage ul li {
    font-size: calc(12px + 10 * 100vw / 1920);
  }
}
@media (max-width: 1400px) {
  .massage__price .massagecomplecs__price .pricesecond {
    padding: 50px 0;
  }
}
/* lg-размер (<=1199px) */
@media (max-width: 1199px) {
  /* CSS для ширины от 992px до 1199px */
  .contact__main {
    padding: 0 10px;
  }
  .contact__main .contact__list {
    display: block;
    padding-top: 100px;
    letter-spacing: 2px;
  }
  .contact__main .contact__list .left-side {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 30px;
    color: #817c7c;
  }
  .contact__main .contact__list .left-side .phone .phone__name {
    border-bottom: 1px solid #000;
    font-family: "Comfortaa";
    font-weight: 300;
  }
  .contact__main .contact__list .left-side .phone a {
    color: #817c7c;
  }
  .contact__main .contact__list .left-side .phone, .contact__main .contact__list .left-side .address, .contact__main .contact__list .left-side .working__hours {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100px;
    padding-bottom: 20px;
  }
  .contact__main .contact__list .left-side .address p {
    padding-top: 10px;
  }
  .contact__main .contact__list .right-side {
    text-align: center;
  }
  .contact__main .contact__list .right-side iframe {
    width: 98%;
    height: 300px;
  }
  .contact__main .contact__list_bottom {
    padding-bottom: 100px;
  }
  .main__services {
    flex-direction: column;
    justify-content: center;
  }
  /* .main__services h3 {
    margin-bottom: 60px;
  } */
  .main__services h3 .item {
    letter-spacing: 4px;
    margin: 0 25px;
    padding-bottom: 17px;
  }
  /* .massage__price {
    padding: 150px 0;
  } */
  .massage__price .massagecomplecs__price {
    padding: 0 50px 0 50px;
  }
  .massage__price .massagecomplecs__price .price .zone_name {
    letter-spacing: 3px;
    text-align: center;
    border-bottom: 1px solid rgba(228, 43, 160, 0.2194509804);
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .massage__price .massagecomplecs__price .price .zone_name {
    font-size: calc(25px + 22.1 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 1199px) and (min-width: 767px) {
  .massage__price .massagecomplecs__price .price .zone_name {
    font-size: calc(25px + 13 * 100vw / 1920);
  }
}
@media (max-width: 1199px) {
  .massage__price .massagecomplecs__price .price .price-massage {
    padding: 0;
  }
  .massage__price .massagecomplecs__price .price .price-massage ul {
    display: flex;
    justify-content: space-between;
  }
  .massage__price .massagecomplecs__price .price .price-massage ul li {
    color: #817c7c;
    text-decoration: none;
    list-style-type: none;
    font-family: "GiorgioRegular";
    font-weight: 400;
    padding-top: 50px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .massage__price .massagecomplecs__price .price .price-massage ul li {
    font-size: calc(12px + 17 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 1199px) and (min-width: 767px) {
  .massage__price .massagecomplecs__price .price .price-massage ul li {
    font-size: calc(12px + 10 * 100vw / 1920);
  }
}
@media (max-width: 1199px) {
  .massage__price .massagecomplecs__price .pricesecond {
    padding: 50px 0;
  }
}
/* md-размер (<=991px) */
@media (max-width: 991px) {
  /* CSS для ширины от 768px до 991px */
  .abonwrapper {
    padding: 0 10px;
  }
  .abonwrapper .wrappername {
    text-align: center;
    font-family: "GiorgioRegular";
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(228, 43, 160, 0.2196078431);
  }
  .abonwrapper .wrapperother {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }
  .abonwrapper .wrapperother .wrapper__price {
    width: 100%;
  }
  .abonwrapper .wrapperother .wrapper__price .wrappermain {
    display: flex;
    justify-content: center;
    gap: 150px;
  }
  .abonwrapper .wrapperother .wrapper__price .wrappermain p {
    padding-bottom: 5px;
    text-align: center;
    color: #817c7c;
    font-family: "GiorgioRegular";
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .abonwrapper .wrapperother .wrapper__price .wrappermain p small {
    letter-spacing: 1px;
  }
  .abonwrapper .wrapperother .wrapper__price .wrapper__name {
    text-align: center;
    padding: 15px;
  }
  .abonwrapper .wrapperother .wrapper__price .wrapper__name p {
    font-family: "GiorgioRegular";
    font-weight: 400;
    font-size: 16px;
  }
  .main__services {
    flex-direction: column;
  }
  .main__services .item {
    letter-spacing: 4px;
    margin: 0 25px;
    padding-bottom: 57px;
  }
  /* .massage__price {
    padding: 150px 0;
  } */
  .massage__price .massagecomplecs__price {
    padding: 0 15px 0 15px;
  }
  .massage__price .massagecomplecs__price .price .zone_name {
    letter-spacing: 3px;
    text-align: center;
    border-bottom: 1px solid rgba(228, 43, 160, 0.2194509804);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .massage__price .massagecomplecs__price .price .zone_name {
    font-size: calc(25px + 22.1 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .massage__price .massagecomplecs__price .price .zone_name {
    font-size: calc(25px + 13 * 100vw / 1920);
  }
}
@media (max-width: 991px) {
  .massage__price .massagecomplecs__price .price .price-massage {
    padding: 10px;
  }
  .massage__price .massagecomplecs__price .price .price-massage ul {
    display: flex;
    justify-content: space-between;
  }
  .massage__price .massagecomplecs__price .price .price-massage ul li {
    color: #817c7c;
    text-decoration: none;
    list-style-type: none;
    font-family: "GiorgioRegular";
    font-weight: 400;
    padding-top: 50px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .massage__price .massagecomplecs__price .price .price-massage ul li {
    font-size: calc(12px + 17 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .massage__price .massagecomplecs__price .price .price-massage ul li {
    font-size: calc(12px + 10 * 100vw / 1920);
  }
}
@media (max-width: 991px) {
  .massage__price .massagecomplecs__price .price .price-massage ul .firstname {
    width: 70%;
  }
  .massage__price .massagecomplecs__price .pricesecond {
    padding: 50px 0;
  }
}
/* sm-размер (<=768px) */
@media (max-width: 767px) {
  /* CSS для ширины от 576px до 767px */
  body.lock {
    overflow: hidden;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 3;
  }
  .header__burger span {
    position: absolute;
    background-color: #000;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
    transition: 0.5s;
  }
  .header__burger:before,
  .header__burger:after {
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: 0.5s;
  }
  .header__burger:before {
    top: 0;
  }
  .header__burger:after {
    bottom: 0;
  }
  .header__burger.active span {
    transform: scale(0);
  }
  .header__burger.active:before {
    transform: rotate(45deg);
    top: 9px;
  }
  .header__burger.active:after {
    transform: rotate(-45deg);
    bottom: 9px;
  }
  .header__body {
    padding: 0 20px 0 20px !important;
    height: 70px !important;
  }
  .header__body .logo {
    z-index: 3;
  }
  .header__body .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 150px 40px 20px 40px;
    transition: all 1s ease 0s;
    overflow: auto;
  }
  .header__body .header__menu .header__list {
    display: block;
  }
  .header__body .header__menu .header__list li {
    margin: 0 0 20px 0;
  }
  .header__body .header__menu .header__social {
    display: flex;
  }
  .header__body .header__menu.active {
    top: 0;
  }
  .main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100vh;
    font-family: Helvetica, sans-serif;
  }
  .main .container {
    padding: 0 10px 0 10px;
  }
  .main h1:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    color: #000;
    font-family: "GiorgioThin";
    font-weight: 400;
    letter-spacing: 15px;
    line-height: 40px;
    text-align: center;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .main h1:nth-child(1) {
    font-size: calc(30px + 153 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 767px) and (min-width: 767px) {
  .main h1:nth-child(1) {
    font-size: calc(30px + 90 * 100vw / 1920);
  }
}
@media (max-width: 767px) {
  .main h3:nth-child(2) {
    display: flex;
    justify-content: end;
    padding-right: 14px;
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    color: #e42ba0;
    font-weight: 600;
    font-family: "GiorgioRegular";
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .main h3:nth-child(2) {
    font-size: calc(8px + 17 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 767px) and (min-width: 767px) {
  .main h3:nth-child(2) {
    font-size: calc(8px + 10 * 100vw / 1920);
  }
}
@media (max-width: 767px) {
  .main .textblack {
    color: #000;
  }
  .main a {
    text-decoration: none;
    color: #e42ba0;
  }
  .main a:hover {
    color: rgba(228, 43, 160, 0.6980392157);
    transition: all 0.5s linear;
  }
  .main a:not(:first-child)::before {
    content: "";
    width: 0%;
    border-right: 1px solid rgba(0, 0, 0, 0.1882352941);
  }
  .main a:not(:last-child) {
    padding-right: 3px;
  }
  .main__services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0;
    /* padding-top: 100px; */
  }
  .main__services h3 {
    display: flex;
    padding-bottom: 20px;
    /* margin-bottom: 20px; */
  }
  .main__services .item {
    color: rgba(0, 0, 0, 0.431372549);
    font-family: "Comfortaa";
    text-decoration: none;
    list-style-type: none;
    text-transform: uppercase;
    font-weight: 400;
    flex: 0 1 auto;
    margin: 0;
  }
  .main__services :hover {
    color: rgba(228, 43, 160, 0.5333333333);
    transition: all 0.5s linear;
  }
  .solarium__prices {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    font-family: "Comfortaa";
    font-weight: 300;
    height: 100vh;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .solarium__prices {
    font-size: calc(14px + 13.6 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 767px) and (min-width: 767px) {
  .solarium__prices {
    font-size: calc(14px + 8 * 100vw / 1920);
  }
}
@media (max-width: 767px) {
  .solarium__prices .minute {
    font-weight: 500;
    color: #e42ba0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .solarium__prices .minute {
    font-size: calc(24px + 27.2 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 767px) and (min-width: 767px) {
  .solarium__prices .minute {
    font-size: calc(24px + 16 * 100vw / 1920);
  }
}
@media (max-width: 767px) {
  .solarium__prices ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding-top: 25px;
  }
  .solarium__prices ul div {
    text-align: center;
  }
  .solarium__prices ul li {
    border-radius: 15px;
    width: 120px;
    text-align: center;
    text-decoration: none;
    list-style-type: none;
  }
  .solarium__prices .abb {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding-top: 80px;
  }
  .abonement {
    padding-bottom: 40px;
  }
  .abonement .other__abonement {
    padding-top: 40px;
  }
  .abonement .abonement__name {
    font-family: "GiorgioRegular";
    font-weight: 600;
    text-align: center;
  }
  .abonement__price {
    padding-bottom: 5px;
    display: flex;
  }
  .abonement__price:not(:first-child) {
    border-top: 1px solid rgba(228, 43, 160, 0.2196078431);
  }
  .abonement__price_name {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
  }
  .abonement__price_name ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
  }
  .abonement__price_name ul li {
    list-style-type: none;
    color: #817c7c;
    padding-bottom: 20px;
    font-family: "GiorgioRegular";
    font-weight: 400;
    text-align: center;
  }
  .abonement__price_name ul li small {
    font-size: 12px;
    font-family: "GiorgioRegular";
  }
  .complecs__name ul {
    font-family: "GiorgioRegular";
    font-weight: 600;
  }
  .complecs__name ul li {
    list-style-type: none;
    color: #e42ba0;
    text-align: left;
  }
  .maincomplecs__price {
    padding-bottom: 40px;
  }
  .maincomplecs__price .price__content .price {
    font-family: "GiorgioRegular";
    font-weight: 400;
  }
  .maincomplecs__price .price__content .price .complecs__price {
    padding-top: 40px;
  }
  .maincomplecs__price .price__content .price .complecs__price .complecs__pricepd {
    width: 200px;
  }
  .maincomplecs__price .price__content .price .complecs__price ul {
    display: flex;
    justify-content: space-between;
    padding-bottom: 18px;
  }
  .maincomplecs__price .price__content .price .complecs__price ul .hi {
    color: #817c7c;
    display: flex;
    align-items: center;
  }
  .maincomplecs__price .price__content .price .complecs__price ul li {
    list-style-type: none;
    text-decoration: none;
  }
  .maincomplecs__price .price__content .price .complecs__price ul li small {
    color: #817c7c;
  }
  .maincomplecs__price .price__content .price .zone_name {
    font-family: "GiorgioRegular";
    font-weight: 400;
    border-bottom: 1px solid rgba(228, 43, 160, 0.2196078431);
    text-align: center;
    font-size: 24px;
  }



  .welcome {
    color: #000;
  }
  .sugaring__price {
    padding: 150px 0 100px 0;
  }
  .sugaring__price .sugaringcomplecs__price {
    padding: 0 10px 0 10px;
  }
  .sugaring__price .sugaringcomplecs__price .sugaringcomplecs__content .price {
    margin: 0 auto;
    font-family: "GiorgioRegular";
    font-weight: 400;
  }
  .sugaring__price .sugaringcomplecs__price .sugaringcomplecs__content .price .zone_name {
    letter-spacing: 3px;
    text-align: center;
    font-size: 25px;
    border-bottom: 1px solid rgba(228, 43, 160, 0.2194509804);
  }
  .sugaring__price .sugaringcomplecs__price .sugaringcomplecs__content .price .pricefirst {
    padding: 0;
  }
  .sugaring__price .sugaringcomplecs__price .sugaringcomplecs__content .price .pricefirst ul {
    display: flex;
    justify-content: space-between;
  }
  .sugaring__price .sugaringcomplecs__price .sugaringcomplecs__content .price .pricefirst ul li {
    text-decoration: none;
    list-style-type: none;
    padding-top: 15px;
    color: #817c7c;
  }
  .sugaring__price .sugaringcomplecs__price .sugaringmain__zones {
    text-align: center;
    font-size: 25px;
    border-bottom: 1px solid rgba(228, 43, 160, 0.2194509804);
    letter-spacing: 3px;
  }
  .sugaring__price .sugaringcomplecs__price .sugaring__zones p {
    padding-top: 20px;
  }
  .sugaring__price .sugaringcomplecs__price .sugaring__zones ul {
    padding-top: 5px;
  }
  .sugaring__price .sugaringcomplecs__price .sugaring__zones ul li {
    padding-top: 10px;
  }
  .massage__price {
    padding: 0px 0 100px 0;
  }
  .massage__price .massagecomplecs__price {
    padding: 0 0 0 5px;
  }
  .massage__price .massagecomplecs__price .massagecomplecs__content .price {
    margin: 0 auto;
    font-family: "GiorgioRegular";
    font-weight: 400;
  }
  .massage__price .massagecomplecs__price .massagecomplecs__content .price .zone_name {
    letter-spacing: 3px;
    text-align: center;
    font-size: 25px;
    border-bottom: 1px solid rgba(228, 43, 160, 0.2194509804);
  }
  .massage__price .massagecomplecs__price .massagecomplecs__content .price .price-massage {
    padding: 0;
  }
  .massage__price .massagecomplecs__price .massagecomplecs__content .price .price-massage ul {
    display: flex;
    justify-content: space-between;
  }
  .massage__price .massagecomplecs__price .massagecomplecs__content .price .price-massage ul li {
    text-decoration: none;
    list-style-type: none;
    padding-top: 15px;
    color: #817c7c;
  }
  .price__conteiner {
    display: none;
  }
  .abonwrapper {
    padding: 0 10px;
  }
  .abonwrapper .wrappername {
    text-align: center;
    font-family: "GiorgioRegular";
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(228, 43, 160, 0.2196078431);
  }
  .abonwrapper .wrapperother {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }
  .abonwrapper .wrapperother .wrapper__price {
    width: 100%;
  }
  .abonwrapper .wrapperother .wrapper__price .wrappermain {
    display: flex;
    justify-content: space-around;
    gap: 0px;
  }
  .abonwrapper .wrapperother .wrapper__price .wrappermain p {
    padding-bottom: 5px;
    text-align: center;
    color: #817c7c;
    font-family: "GiorgioRegular";
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .abonwrapper .wrapperother .wrapper__price .wrappermain p small {
    letter-spacing: 1px;
  }
  .abonwrapper .wrapperother .wrapper__price .wrapper__name {
    text-align: center;
    padding: 15px;
  }
  .abonwrapper .wrapperother .wrapper__price .wrapper__name p {
    font-family: "GiorgioRegular";
    font-weight: 400;
    font-size: 16px;
  }
  .contact__main {
    padding: 0 10px;
  }
  .contact__main .contact__list {
    display: block;
    padding-top: 100px;
    letter-spacing: 2px;
  }
  .contact__main .contact__list .left-side {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 30px;
    color: #817c7c;
  }
  .contact__main .contact__list .left-side .phone .phone__name {
    border-bottom: 1px solid #000;
    font-family: "Comfortaa";
    font-weight: 400;
    color: #e42ba0;
  }
  .contact__main .contact__list .left-side .phone a {
    color: #817c7c;
    font-family: "Comfortaa";
  }
  .contact__main .contact__list .left-side .phone, .contact__main .contact__list .left-side .address, .contact__main .contact__list .left-side .working__hours {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100px;
    padding-bottom: 20px;
  }
  .contact__main .contact__list .left-side .address {
    color: #e42ba0;
  }
  .contact__main .contact__list .left-side .address p {
    padding-top: 10px;
    color: #817c7c;
  }
  .contact__main .contact__list .left-side .working__hours .hours {
    color: #e42ba0;
  }
  .contact__main .contact__list .right-side {
    text-align: center;
  }
  .contact__main .contact__list .right-side iframe {
    width: 98%;
    height: 300px;
  }
  .contact__main .contact__list_bottom {
    padding-bottom: 100px;
  }
  .footer {
    background: #231f20;
    padding: 50px 0px 0 0px;
  }
  .footer .footer_main {
    display: flex;
    padding: 0 20px 0 20px;
  }
  .footer .footer_info li {
    list-style-type: none;
    line-height: 42px;
  }
  .footer .footer_info a {
    font-family: "GiorgioRegular";
    font-size: 15px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-transform: uppercase;
    list-style-type: none;
    letter-spacing: 4px;
  }
  .footer .footer__social {
    display: flex;
  }
  .footer .footer__social ul {
    display: block;
  }
  .footer .footer__social ul li {
    position: relative;
    list-style: none;
    display: inline;
  }
  .footer .footer__social ul li a {
    display: flex;
    position: relative;
    text-decoration: none;
    padding-bottom: 20px;
  }
  .footer .footer__social ul li a {
    letter-spacing: 4px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .footer .footer__social ul li a {
    font-size: calc(12px + 13.6 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 767px) and (min-width: 767px) {
  .footer .footer__social ul li a {
    font-size: calc(12px + 8 * 100vw / 1920);
  }
}
@media (max-width: 767px) {
  .footer .footer__social ul li a::before {
    content: attr(data-text);
    position: absolute;
    color: var(--clr);
    width: 0%;
    overflow: hidden;
    transition: 1s;
    border-right: 2px solid var(--clr);
    -webkit-text-stroke: 1px var(--clr);
  }
  .footer .footer__social ul li a:hover::before {
    width: 100%;
    color: #1916cc;
  }
  .footer .footer__contact {
    display: flex;
    flex-flow: row wrap;
    height: 350px;
    padding: 40px 20px 0 20px;
  }
  .footer .footer__contact .contact {
    flex: 0 1 100%;
    font-family: "GiorgioRegular";
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-decoration: none;
    list-style-type: none;
    letter-spacing: 4px;
    line-height: 25px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .footer .footer__contact .contact {
    font-size: calc(12px + 6.8 * (100vw - 320px) / 1920);
  }
}
@media (max-width: 767px) and (min-width: 767px) {
  .footer .footer__contact .contact {
    font-size: calc(12px + 4 * 100vw / 1920);
  }
}
/* xs-размер (<=575px) */
@media (max-width: 415px) {
  /* CSS для ширины до 575px (включительно) */
  .main h1:nth-child(1) {
    line-height: 30px;
  }
  .main__services {
    text-align: center;
    /* padding-top: 100px; */
  }
  .sugaring__price {
    padding-top: 150px;
  }
  .sugaring__price .sugaringcomplecs__price .sugaringcomplecs__content .price {
    margin: 0 auto;
    font-family: "GiorgioRegular";
    font-weight: 400;
  }
  .sugaring__price .sugaringcomplecs__price .sugaringcomplecs__content .price .zone_name {
    letter-spacing: 3px;
    text-align: center;
    border-bottom: 1px solid rgba(228, 43, 160, 0.2194509804);
  }
  .sugaring__price .sugaringcomplecs__price .sugaringcomplecs__content .price ul {
    display: flex;
    justify-content: space-between;
  }
  .sugaring__price .sugaringcomplecs__price .sugaringcomplecs__content .price ul li {
    text-decoration: none;
    list-style-type: none;
    padding-top: 15px;
    color: #817c7c;
    font-size: 12px;
    padding-right: 0;
  }
  .sugaring__price .sugaringcomplecs__price .sugaringcomplecs__content .price ul .firstname {
    width: 200px;
  }
  .sugaring__price .sugaringcomplecs__price .sugaringmain__zones {
    text-align: center;
    border-bottom: 1px solid rgba(228, 43, 160, 0.2194509804);
    letter-spacing: 3px;
    padding-top: 50px;
  }
  .sugaring__price .sugaringcomplecs__price .sugaring__zones .columnpd {
    padding-right: 5px;
  }
  .sugaring__price .sugaringcomplecs__price .sugaring__zones p {
    padding-top: 20px;
  }
  .sugaring__price .sugaringcomplecs__price .sugaring__zones ul {
    padding-top: 5px;
  }
  .sugaring__price .sugaringcomplecs__price .sugaring__zones ul li {
    padding-top: 10px;
  }
  .massage__price {
    padding: 0px 10px 100px 10px;
  }
  .massage__price .massagecomplecs__price {
    padding: 0 0 0 5px;
  }
  .massage__price .massagecomplecs__price .massagecomplecs__content .price {
    margin: 0 auto;
    font-family: "GiorgioRegular";
    font-weight: 400;
  }
  .massage__price .massagecomplecs__price .massagecomplecs__content .price .zone_name {
    letter-spacing: 3px;
    text-align: center;
    font-size: 25px;
    border-bottom: 1px solid rgba(228, 43, 160, 0.2194509804);
  }
  .massage__price .massagecomplecs__price .massagecomplecs__content .price .price-massage {
    padding: 0;
  }
  .massage__price .massagecomplecs__price .massagecomplecs__content .price .price-massage ul {
    display: flex;
    justify-content: space-between;
  }
  .massage__price .massagecomplecs__price .massagecomplecs__content .price .price-massage ul li {
    text-decoration: none;
    list-style-type: none;
    padding-top: 15px;
    color: #817c7c;
  }
  .abonement {
    padding-bottom: 40px;
  }
  .abonement .other__abonement {
    padding-top: 40px;
  }
  .abonement .abonement__name {
    font-family: "GiorgioRegular";
    font-weight: 600;
    text-align: center;
  }
  .abonement__price {
    padding-bottom: 5px;
    display: flex;
  }
  .abonement__price:not(:first-child) {
    border-top: 1px solid rgba(228, 43, 160, 0.2196078431);
  }
  .abonement__price_name {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
  }
  .abonement__price_name ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
  }
  .abonement__price_name ul li {
    list-style-type: none;
    color: #817c7c;
    padding-bottom: 20px;
    font-family: "GiorgioRegular";
    font-weight: 400;
    text-align: right;
  }
  .abonement__price_name ul li small {
    font-size: 12px;
    font-family: "GiorgioRegular";
  }
  .complecs__name ul {
    font-family: "GiorgioRegular";
    font-weight: 600;
  }
  .complecs__name ul li {
    list-style-type: none;
    color: #e42ba0;
    text-align: left;
  }
  .maincomplecs__price {
    padding-bottom: 40px;
  }
  .maincomplecs__price .price__content .price {
    font-family: "GiorgioRegular";
    font-weight: 400;
  }
  .maincomplecs__price .price__content .price .complecs__price {
    padding-top: 40px;
  }
  .maincomplecs__price .price__content .price .complecs__price .complecs__pricepd {
    width: 150px;
  }
  .maincomplecs__price .price__content .price .complecs__price ul {
    display: flex;
    justify-content: space-between;
    padding-bottom: 18px;
  }
  .maincomplecs__price .price__content .price .complecs__price ul .hi {
    color: #817c7c;
    display: flex;
    align-items: center;
  }
  .maincomplecs__price .price__content .price .complecs__price ul li {
    list-style-type: none;
    text-decoration: none;
  }
  .maincomplecs__price .price__content .price .complecs__price ul li small {
    color: #817c7c;
  }
  .maincomplecs__price .price__content .price .zone_name {
    font-family: "GiorgioRegular";
    font-weight: 400;
    border-bottom: 1px solid rgba(228, 43, 160, 0.2196078431);
    text-align: center;
  }
  .abonwrapper {
    padding: 0 10px;
  }
  .abonwrapper .wrappername {
    text-align: center;
    font-family: "GiorgioRegular";
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(228, 43, 160, 0.2196078431);
  }
  .abonwrapper .wrapperother {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }
  .abonwrapper .wrapperother .wrapper__price {
    width: 100%;
  }
  .abonwrapper .wrapperother .wrapper__price .wrappermain {
    display: flex;
    justify-content: space-around;
  }
  .abonwrapper .wrapperother .wrapper__price .wrappermain p {
    padding-bottom: 2px;
    text-align: center;
    color: #817c7c;
    font-family: "GiorgioRegular";
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .abonwrapper .wrapperother .wrapper__price .wrappermain p small {
    letter-spacing: 1px;
  }
  .abonwrapper .wrapperother .wrapper__price .wrapper__name {
    text-align: center;
    padding: 10px;
  }
  .abonwrapper .wrapperother .wrapper__price .wrapper__name p {
    font-family: "GiorgioRegular";
    font-weight: 400;
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */

/*# electro */

.container-electro {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
  border-radius: 8px;
  font-family: "GiorgioRegular";
  line-height: 1.5;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.container-electro h1 , h2 {
    color: #e42ba0;
    font-weight: 400;
    padding-top: 20px;
}
.container-electro li {
  color: #817c7c;
  font-weight: 400;
  letter-spacing: 1px;
  padding-top: 8px;
}

.container-electro p {
  padding: 10px;
  color: #817c7c;
  font-weight: 400;
  letter-spacing: 1px;
  padding-top: 8px;
}

.container-electro ul {
 list-style-type: circle;
 padding: 10px;
}

.price-list {
  margin-top: 20px;
  line-height: 2.5;
  }
  .price-list ul {
  list-style-type: none;
  padding: 0;
  }
    .price-list li {
      padding: 10px;
      border-bottom: 1px solid #ddd;
  
}
      .price-list li:last-child {
           border-bottom: none;
          }

/* Мобильная адаптация */
@media (max-width: 600px) {
  /* body {
      font-size: 16px;
  } */
  .container-electro {
      padding: 50px 30px 30px 30px;
      border-radius: 0;
      box-shadow: none;
  }
  .container-electro p {
    font-size: 15px;;
  }
  h1 {
      font-size: 24px;
      text-align: center;
  }
  h2 {
      font-size: 20px;
      text-align: center;
  }
  .price-list li {
      padding: 8px;
      font-size: 17px;
  }
}

/* лазерная эпиляция */
.seller {
  color:#000;
  padding: 150px 50px 30px 50px;
  font-family: "GiorgioRegular";
  line-height: 1.6;
}


.seller h1 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.seller__about {
  font-size: 18px;
  margin-bottom: 20px;
}

.seller h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

.seller__advantages {
  list-style-type: none;
  padding: 0;
}

.seller__advantage {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.seller__advantage::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ff6600; /* Цвет маркера */
}

@media (max-width: 480px) {
  .seller {
    color:#000;
    padding: 80px 20px 0px 20px;
    font-family: "GiorgioRegular";
    line-height: 1.6;
  }

  .seller h1 {
      font-size: 20px;
  }

  .seller__about {
      font-size: 14px;
  }

  .seller h2 {
      font-size: 18px;
  }

  .seller__advantage {
      font-size: 12px;
  }
}
/* footer */

footer {
  background-color: #231f20;
  font-size: 16px;
  font-family: 'GiorgioRegular';
  font-weight: 600;
  color: #FFF;
  line-height: 3;
  padding: 40px 0 40px 40px;
  letter-spacing: 2px;
}

.fa-whatsapp {
  color: #9fffa4;
}

.fa-telegram {
  color: #5e8ecc;
}

.fa-instagram {
  color:#e42ba0;
}

.fa-vk {
  color:#3330cf;
}

.social-links a {
  padding-right: 20px;
}

@media (max-width: 768px) {
  footer {
    font-size: 11px;
    padding: 40px 15px 40px 15px;
    letter-spacing: 1.5px;
  }
  .social-links a {
    padding-right: 5px;
  }
}

/* ================================
   WRAPPER COSMETOLOGY
================================ */

.cosmetology-page {
  max-width: 1200px;
  margin: 0 auto;
  color:#555;
  padding: 100px 30px 60px 30px;
  font-family: "Montserrat";
  line-height: 1.6;
}

/* ================================
   HERO
================================ */

.cosmetology-hero h1 {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  line-height: 35px;
  padding-bottom: 25px;
}

/* ================================
   HEADER
================================ */

.cosmetology-header h1 {
  font-size: 1rem;
  margin-bottom: 0.6rem;
  text-indent: 20px;
  font-weight: 600;
  color:#000;
}

.cosmetology-desc {
  color: #555;
  margin-bottom: 20px;
  text-indent: 20px;
  font-weight: 400;
}

.cosmetology-desc p {
  font-weight: 400;
}

/* ================================
   SECTIONS
================================ */

.cosmetology-section {
  margin-bottom: 2.2rem;
}

.cosmetology-section__title {
  font-size: 1.4rem;
  color: #2c3e50;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 2px solid #ecf0f1;
}

/* ================================
   SERVICES (как зоны)
================================ */

.services-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.service-card {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-name {
  font-weight: 500;
  color: #2c3e50;
}

.service-price {
  color: #27ae60;
  font-weight: 600;
}

/* ===== COSMETOLOGY INTRO ===== */

.cosmetology-intro .cosmetology-container p {
  text-indent: 13px;
  padding-bottom: 15px;
}

.cosmetology-intro .cosmetology-container h3 {
  color: #e91e63;
  line-height: 25px;
  padding-bottom: 10px;
}

.cosmetology-intro .cosmetology-container ul {
  padding-bottom: 20px;
  font-size: 14px;
}

/* ===== COSMETOLOGY SERVICES ===== */

.cosmetology-services {
  margin-top: 40px;
}

.cosmetology-category {
  margin-bottom: 40px;
}

.cosmetology-category-title {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #e91e63;
  border-bottom: 2px solid #ecf0f1;
  padding-bottom: 6px;
}

.cosmetology-category-desc {
  margin-bottom: 20px;
  color: #666;
}

/* список услуг */
.cosmetology-service-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* карточка услуги */
.cosmetology-service-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 16px 20px;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  transition: 0.2s ease;
}

.cosmetology-service-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.service-name {
  font-weight: 500;
  color: #2c3e50;
  flex: 1;
  padding-right: 20px;
}

.service-price {
  font-weight: 700;
  color: #27ae60;
  white-space: nowrap;
  text-align: right;
  min-width: 100px;
}

@media (max-width:768px){

  .cosmetology-service-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-price {
    margin-top: 8px;
    text-align: left;
  }
}

/* ================================
   COMPLEX STYLE (если есть)
================================ */

.cosmetology-complexes {
  display:flex;
  flex-direction:column;
  gap:12px;
}

.cosmetology-complex-card {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  padding:14px;
  background:#fff;
  border-radius:10px;
  box-shadow:0 2px 8px rgba(0,0,0,0.06);
}

.cosmetology-complex-name {
  font-weight:600;
  margin:0 0 6px 0;
  color:#34495e;
}

.cosmetology-complex-description {
  color:#7f8c8d;
  font-size:.95rem;
}

/* ================================
   FAQ
================================ */

.cosmetology-faq-container {
  margin-top:12px;
}

.cosmetology-faq-item {
  margin-bottom:10px;
  padding:10px;
  border-radius:8px;
  background:#fff;
  box-shadow:0 2px 8px rgba(0,0,0,0.04);
}

.cosmetology-faq-question {
  font-weight:600;
  margin-bottom:6px;
}

.cosmetology-faq-answer {
  font-size:0.95rem;
  color:#555;
}

/* ===== FAQ COSMETOLOGY ===== */

.cosmetology-faq {
  margin-top: 30px;
}

.cosmetology-faq h2 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #ecf0f1;
  padding-bottom: 6px;
  color: #2c3e50;
}

.faq-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 16px 20px;
  border: none;
  background: #fff;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  background: #f9f9f9;
}

.faq-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
  color: #27ae60;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  background: #fafafa;
}

.faq-answer-inner {
  padding: 0 20px 18px 20px;
  color: #555;
  line-height: 1.6;
}

/* активное состояние */
.faq-item.active .faq-answer {
  max-height: 1500px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* адаптив */
@media (max-width:768px){
  .faq-question {
    font-size: 0.95rem;
  }
}


/* ================================
   SEO TEXT
================================ */

.cosmetology-seo-text {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.cosmetology-seo-text h2,
.cosmetology-seo-text h3 {
    margin-top: 25px;
}

.cosmetology-seo-text p {
  font-weight: 400;
}

/* ================================
   ADAPTIVE
================================ */

@media (max-width:768px){

  .cosmetology-wrapper {
    padding: 80px 20px 0px 20px;
  }

  .cosmetology-wrapper h1 {
    font-size: 1.1rem;
    text-indent: 15px;
  }

  .cosmetology-desc {
    font-size: 1.1rem;
    text-indent: 20px;
    color:#000;
  }

  .service-card,
  .cosmetology-complex-card {
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }

  .services-grid {
    grid-template-columns: repeat(auto-fill,minmax(140px,1fr));
  }
}


/* ===== CONSULTATION BLOCK ===== */

.consultation-block {
  max-width: 1000px;
  margin: 10px auto;
  padding: 0 20px;
}

.consultation-card {
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  text-align: center;
}

.consultation-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #2c3e50;
}

.consultation-card p {
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6;
}

.consultation-btn {
  display: inline-block;
  padding: 6px 28px;
  border-radius: 30px;
  background: #e91e63;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.consultation-btn:hover {
  background: #d81b60;
  transform: translateY(-2px);
}