/*================ common elements ============== */

.section-title {
  font-family: 'Tenor Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 1.7rem;
  letter-spacing: 1.2px;
}

@media (min-width: 770px) {
  .section-title {
    padding: 40px 0;
    font-size: 2.6rem;
  }

  .section-head {
    font-size: 1.4rem;
  }

  .common-text {
    line-height: 1.2;
    font-size: 1.3rem;
  }

  /*.section-text {
    line-height: 1.2;
    font-size: 1.3rem;
  }*/
  .article-title {
    font-size: 1.8rem;
  }

  .list-title {
    font-size: 1.5rem;
  }

}

@media (min-width: 990px) {
  main {
    padding-top: 80px;
  }
}

/*---------------- aesthetics link-button ---------------*/

.link-button {
  display: inline-flex;
  position: relative;
  width: 250px;
  border-radius: 4px;
  outline-offset: -1px;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #333;
  font-weight: 600;
  transition: all 0.5s ease 0s;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #333;
  line-height: 2.6rem;
  letter-spacing: 1.2px;
  cursor: pointer;
  z-index: 1;
}

.link-button::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transition: all 0.5s ease 0s;
  z-index: -1;
  border: 2px solid var(--bg4);
}

.link-button-grey::after {
  background-color: #aaa;
  border: none;
}

.link-button-red::after {
  background-color: var(--bg1);
  border: none;
}

.link-button:hover {
  color: #cd2122;
  outline-color: var(--bg4);
}

.link-button-grey:hover {
  color: #fff;
  outline-color: #fff;
}

.link-button-red:hover {
  color: #cd2122;
  outline-color: #cd2122;
}

.link-button:hover::after {
  top: 0;
  left: 0;
}

@media (max-width: 450px) {
  .link-button {
    width: 100%;
  }
}

/*----------------Header--------------------*/

/*---------------- Navbar --------------------*/

.navbar a,
.navbar button {
  font-family: 'Tenor Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
}

@media (min-width:990px) {

  .navbar {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .navbar a,
  .navbar button {
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.7px;
    font-size: 1rem;
    color: var(--rd2);
  }

  .container-navbar {
    background-color: transparent;
  }

  .navbar button.dropdown-show+.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.5);
  }

}

/*========= aethetics ============*/



/*========= section aethetics main banner ============*/

#aestheticsMainBanner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: calc(100vh - 62px);
}

#aestheticsMainBanner .container-max {
  position: relative;
  padding: 0;
  width: 100%;
  min-height: calc(100vh - 62px);
}

.aestheticsMainBanner-title {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  font-size: 2.6rem;
  letter-spacing: 1.2px;
  text-align: center;
}

#aestheticsMainBannerImg0 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: url('../assets/img/bn_cosmetics_1280_720.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (orientation: portrait) {

  #aestheticsMainBanner .container-max {
    min-height: 73vh;
  }

  #aestheticsMainBannerImg0 {
    min-height: 73vh;
  }

  .aestheticsMainBanner-title {
    display: block;
  }

  .aestheticsAbout-title {
    display: none;
  }
}

@media screen and (orientation: landscape) {

  #aestheticsMainBannerImg0 {
    min-height: calc(100vh - 62px);
  }

  .aestheticsMainBanner-title {
    display: none;
  }

  .aestheticsAbout-title {
    display: block;
  }
}

#aestheticsMainBannerImg1,
#aestheticsMainBannerImg2,
#aestheticsMainBannerImg3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  overflow: hidden;
  display: none;
}

#aestheticsMainBannerImg1 {
  background-image: url('../assets/img/bn_epilation_1280_720.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

#aestheticsMainBannerImg2 {
  background-image: url('../assets/img/bn_injection_1280_720.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#aestheticsMainBannerImg3 {
  background-image: url('../assets/img/bn_massage_1280_720.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*.imgScale {
  transform: scale(1.05);
  transition: all ease 3s;
}*/

.aestheticsMainBannerText1,
.aestheticsMainBannerText2,
.aestheticsMainBannerText3 {
  position: absolute;
  font-size: 7vw;
  line-height: .9;
  left: -80%;
  text-transform: uppercase;
  font-family: 'Gilroy';
  font-weight: 300;
  font-style: normal;

  z-index: 4;
  text-wrap: nowrap;
}

.aestheticsMainBannerText1 {
  top: 15%;
  color: goldenrod;

  span {
    font-family: 'Gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 9vw;
  }
}

.aestheticsMainBannerText2 {
  top: 55%;
  color: aquamarine;

  span {
    font-family: 'Gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 9vw;
  }
}

.aestheticsMainBannerText3 {
  bottom: 5%;
  color: red;

  span {
    font-family: 'Gilroy';
    font-weight: 900;
    font-style: normal;
    font-size: 9vw;
  }
}

@media (min-width: 770px) {

  .aestheticsMainBannerText1,
  .aestheticsMainBannerText2,
  .aestheticsMainBannerText3 {
    font-size: 3vw;
    line-height: .9;
    left: -80%;
  }

  .aestheticsMainBannerText1 {
    top: 15%;

    span {
      font-size: 5vw;
    }
  }

  .aestheticsMainBannerText2 {
    top: 45%;

    span {
      font-size: 5vw;
    }
  }

  .aestheticsMainBannerText3 {
    top: 65%;

    span {
      font-size: 5vw;
    }
  }
}

@media (min-width: 990px) {

  #aestheticsMainBannerImg0 {
    background-image: url('../assets/img/bn_cosmetics_1920_1080.jpg');
  }

  #aestheticsMainBannerImg1 {
    background-image: url('../assets/img/bn_epilation_1920_1080.jpg');
  }

  #aestheticsMainBannerImg2 {
    background-image: url('../assets/img/bn_injection_1920_1080.jpg');
  }

  #aestheticsMainBannerImg3 {
    background-image: url('../assets/img/bn_massage_1920_1080.jpg');
  }

  .aestheticsMainBannerText1,
  .aestheticsMainBannerText2,
  .aestheticsMainBannerText3 {
    font-size: 3vw;
  }

  .aestheticsMainBannerText1 {
    top: 20%;

    span {
      font-size: 4vw;
    }
  }

  .aestheticsMainBannerText2 {
    top: 45%;

    span {
      font-size: 4vw;
    }
  }

  .aestheticsMainBannerText3 {
    top: 65%;

    span {
      font-size: 4vw;
    }
  }
}

/*=================== section aestheticsAbout ==================*/

.container-aestheticsAbout {
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
}

.aestheticsAbout-title {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  /*padding: 20px 0;*/
  text-transform: none;
  font-size: 2.6rem;
  letter-spacing: 1.2px;
}

.aestheticsAbout-img-block {
  position: relative;
  width: 100%;
}

.img-block-image {
  display: flex;
  justify-content: center;
}

.img-block-image_2 {
  display: none;
}

@media (min-width: 770px) {
  .container-aestheticsAbout {
    padding-top: 80px;
  }

  .aestheticsAbout-title {
    padding-top: 0;
  }

  .aestheticsAbout-img-block {
    height: 1100px;
  }

  .img-block-image_2 {
    display: block;
    position: absolute;
    right: 10%;
    bottom: 0;
    width: 40%;
  }

  .img-block-image_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
  }

  .img-block-decor {
    position: absolute;
    width: 80%;
    height: 70%;
    bottom: 10%;
    right: 0;
    /*background-color: #f3f3f3;*/
    background-color: var(--bg1);
  }
}

@media (min-width: 1100px) {
  .container-aestheticsAbout {
    flex-direction: row;
    padding-top: 120px;
  }

  .aestheticsAbout-img-block {
    flex: 0 0 60%;
  }

  .img-block-image_1 {
    width: 80%;
  }

  .aestheticsAbout-title {
    position: relative;
    padding: 80px 0;
  }

  .aestheticsAbout-title::after {
    content: "";
    position: absolute;
    width: 270px;
    height: 2px;
    background-color: #cd2122;
    left: -120px;
    bottom: 40px;
  }
}

/*================== section aestheticsServices ================*/

.container-aestheticsServices {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}

#aestheticsServices .section-title {
  display: inline-block;
  position: relative;
}

.aestheticsServices-img-block {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.aestheticsServices-text-block {
  margin-bottom: 20px;
  padding: 0 20px;
}

.aestheticsServices-text-block-wrapper {
  display: flex;
  flex-direction: column;
}

.aestheticsServices-text-block a {
  align-self: center;
}

.aestheticsServices-image {
  display: flex;
  justify-content: center;
}

/*.section-text {
  padding-bottom: 20px;
  text-align: left;
}

.section-text li {
  padding: 5px 0;
}

.section-text li::before {
  content: "\f0a3";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #d4a661;
  padding-right: 20px;
}

.section-head {
  font-family: '21 Cent';
  font-weight: bold;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1;
}*/

@media (min-width: 770px) {

  .container-aestheticsServices:first-of-type .aestheticsServices-title {
    border-top: none;
  }

  #aestheticsServices .section-title::before,
  #aestheticsServices .section-title::after {
    content: "";
    position: absolute;
    width: 15vw;
    height: 2px;
    background-color: #cd2122;
  }

  #aestheticsServices .section-title::before {
    left: 105%;
    bottom: 50%;
  }

  #aestheticsServices .section-title::after {
    right: 105%;
    bottom: 50%;
  }

  .aestheticsServices-text-block {
    margin-bottom: 40px;
  }

  .aestheticsServices-text-block a {
    margin: 20px 100px;
  }

  .container-aestheticsServices:nth-of-type(odd) .aestheticsServices-text-block a {
    align-self: flex-end;
  }

  .container-aestheticsServices:nth-of-type(even) .aestheticsServices-text-block a {
    align-self: flex-start;
  }

  .aestheticsServices-img-block {
    padding: 0;
    height: 570px;
    margin-bottom: 40px;
  }

  .aestheticsServices-image {
    position: absolute;
    top: 0;
  }

  .container-aestheticsServices:nth-of-type(odd) .aestheticsServices-image {
    left: 0;
  }

  .container-aestheticsServices:nth-of-type(even) .aestheticsServices-image {
    right: 0;
  }

  .aestheticsServices-decor {
    position: absolute;
    width: 80%;
    height: 80%;
    bottom: 0;
    background-color: var(--bg1);
  }

  .container-aestheticsServices:nth-of-type(odd) .aestheticsServices-decor {
    right: 10%;
  }

  .container-aestheticsServices:nth-of-type(even) .aestheticsServices-decor {
    left: 10%;
  }

}

@media (min-width: 990px) {
  #aestheticsServices .section-title {
    padding: 0;
  }

  .container-aestheticsServices {
    padding-top: 80px;
    flex-direction: row-reverse;

    justify-content: center;
    overflow: hidden;
  }

  .container-aestheticsServices:nth-of-type(even) {
    flex-direction: row;
  }

  .aestheticsServices-text-block {
    margin-bottom: 0;
    flex: 0 0 50%;
  }

  .aestheticsServices-img-block {
    height: inherit;
    top: 0;
    bottom: 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .aestheticsServices-image {
    top: 50%;
    transform: translateY(-50%);
  }

  .container-aestheticsServices:nth-of-type(odd) .aestheticsServices-image {
    left: 0;
  }

  .container-aestheticsServices:nth-of-type(even) .aestheticsServices-image {
    right: 0;
  }

  .container-aestheticsServices:nth-of-type(odd) .aestheticsServices-decor {
    height: 100%;
    width: 100%;
    left: 20%;
  }

  .container-aestheticsServices:nth-of-type(even) .aestheticsServices-decor {
    height: 100%;
    width: 100%;
    left: -20%;
  }
}

@media (min-width: 1100px) {

  .container-aestheticsServices .article-title {
    position: relative;
    padding: 30px 0 80px 0;
  }

  .aestheticsServices-text-block-wrapper {
    max-width: 700px;
  }

  .container-aestheticsServices:nth-of-type(odd) .aestheticsServices-text-block-wrapper {
    align-self: flex-end;
  }

  .container-aestheticsServices:nth-of-type(even) .aestheticsServices-text-block-wrapper {
    align-self: flex-start;
  }

}

@media (min-width: 1500px) {
  .aestheticsServices-text-block {
    display: flex;
  }

  .container-aestheticsServices:nth-of-type(odd) .aestheticsServices-text-block {
    justify-content: flex-end;
  }
}

/*=========== section aestheticsDiscount ===========*/

#aestheticsDiscount .section-title {
  padding: 20px;
  text-align: center;
}

.aestheticsDiscount-bg {
  width: 100%;
  display: flex;
  justify-content: center;
  /*background-color: var(--bg1);*/
}

.carousel-3d {
  position: relative;
  padding: 80px 20px 0 20px;
  -webkit-perspective: 500px;
  perspective: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background-color: var(--bg3);
}
.carousel-3d > * {
  flex: 0 0 auto;
}
.carousel-3d figure {
  margin: 0;
  width: 90%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.carousel-3d figure img,
.carousel-3d figure div {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.carousel-3d figure img {
  user-select: none;
}
.carousel-3d figure div:not(:first-of-type),
.carousel-3d figure img:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
}
.carousel-3d nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 120px;
}
.carousel-3d nav button {
position: relative;
width: 38px;
height: 38px;
cursor: pointer;
border: none;
background-color: transparent;
}
.carousel-3d nav button::after {
  content: "";
  position: absolute;
  inset: 0;
}
.carousel-3d nav .prev::after {
  content: url('../assets/svg/left-arrow-2.svg');
}
.carousel-3d nav .next::after {
  content: url('../assets/svg/right-arrow-2.svg');
}
.carousel-3d nav button:hover {
  outline-offset: 5px;
  outline-width: 2px;
  outline-color: #fff;
  outline-style: solid;
}

@media (min-width: 770px) {

  .carousel-3d {
    padding: 100px 80px;
  }
  .carousel-3d nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .aestheticsDiscount-bg {
    padding: 0;
  }

  #aestheticsDiscount .section-title {
    display: inline-block;
    position: relative;
    padding: 30px;
  }

  #aestheticsDiscount .section-title::before,
  #aestheticsDiscount .section-title::after {
    content: "";
    position: absolute;
    width: 10vw;
    height: 2px;
    background-color: #cd2122;
  }

  #aestheticsDiscount .section-title::before {
    left: 100%;
    bottom: 50%;
  }

  #aestheticsDiscount .section-title::after {
    right: 100%;
    bottom: 50%;
  }

}

@media (min-width: 990px) {

  #aestheticsDiscount .container-max-center {
    padding-bottom: 60px;
  }

  #aestheticsDiscount .section-title {
    padding: 60px 20px;
  }
}

@media (min-width: 1100px) {
  #aestheticsDiscount .section-title {
    padding: 80px 20px;
  }
}

/*======= section aesthetics crslReviews ===========*/

#reviewsAesth .wrapper-reviewsCrsl::before {
  background-color: var(--bg1);
  border-radius: 4px;
}

/*#reviewsAesth .section-head {
  padding-bottom: 20px;
  text-align: left;
}*/

#reviewsAesth .crslReviews-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  color: var(--font1);
  height: 400px;
  border: 2px solid var(--font1);
  border-radius: 4px;
  overflow-y: auto;
}

#reviewsAesth .reviews-item-autor {
  font-weight: 500;
}

#reviewsAesth .reviews-item-txt {
  flex: 1 1 auto;
  text-align: left;
  padding: 20px;
}

#reviewsAesth .reviews-item-autor,
#reviewsAesth .reviews-item-date {
  text-align: center;
  color: var(--bg4);
  padding: 10px 20px;
  flex: 0 0 auto;
}

#reviewsAesth .crslReviews-arrow:hover {
  border: 2px solid var(--bg3);
  border-radius: 4px;
}

@media (min-width: 500px) {
  #reviewsAesth .section-title {
    padding: 60px 20px;
  }
}

@media (min-width: 770px) {

  #reviewsAesth .container {
    padding-bottom: 80px;
  }

  #reviewsAesth .section-title {
    position: relative;
    display: inline-block;
    font-size: 2.4rem;
  }

  #reviewsAesth .section-title::before,
  #reviewsAesth .section-title::after {
    content: "";
    position: absolute;
    width: 10vw;
    height: 2px;
    background-color: #cd2122;
  }

  #reviewsAesth .section-title::before {
    left: 100%;
    bottom: 50%;
  }

  #reviewsAesth .section-title::after {
    right: 100%;
    bottom: 50%;
  }

  /*#reviewsAesth .section-head {
    width: 60%;
    padding-bottom: 40px;
    text-align: left;
  }*/
}

@media (min-width: 990px) {
  #reviewsAesth .container {
    padding-bottom: 100px;
  }

  #reviewsAesth .section-title {
    padding: 80px 20px;
  }
}

/*============= Section contact-us =================*/

.contact-us {
  /*background-color: rgba(255, 0, 0, .2);*/
  background-color: var(--bg1);
}

.container-contact-us {
  outline-offset: -20px;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #fff;
  padding: 20px 40px;
}

.contact-us .section-title {
  color: var(--bg4);
}

.contact-us .link-button {
  margin: 40px 0;
}

@media (min-width: 990px) {
  .contact-us .container {
    padding: 20px;
  }

  .contact-us .section-title {
    font-size: 2.4rem;
  }
}

/*========== page aestheticsProduct ==========*/

.aestheticsProduct {
  height: 100%;
}

.aestheticsProduct  .aestheticsPageTitle {
  background: none;
}

.aestheticsProduct .aestheticsPageTitle::after {
  content: '';
  display: block;
  height: 70vh;
  width: 100%;
}

.aestheticsProduct .wrapper-aestheticsDirectionDescription {
  padding-bottom: 20px;
}

.aestheticsProduct .wrapper-aestheticsDirectionDescription a:hover {
  color: blue;
}

.aestheticsProduct .asside-aestheticsDirectionDescription {
  gap: 20px;
  padding: 20px;
  align-items: center;
  justify-content: center;
}

.aestheticsProduct .container-aestheticsDirectionDescription ul {
  text-align: left;
  padding-bottom: 20px;
}

.aestheticsProduct .container-aestheticsDirectionDescription li {
  padding: 5px 0;
  list-style:inside;
  list-style-type: square;
}

.aestheticsProduct-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 10px;
  font-size: 30px;
  font-weight: bold;
  /*border: 2px solid #ccc;*/
  color: red;
  aspect-ratio: 1 / 1;
  transition: all ease-in-out .6s;
  box-shadow: 0 0 6px #ddd;
}

.aestheticsProduct-link::after {
  position: absolute;
  content: "";
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 8px solid var(--bg4);
  scale: 0;
  transition: all ease-in-out .6s;
}

.aestheticsProduct-link:hover {
  color: transparent;
}

.aestheticsProduct-link:hover::after {
  scale: 1;
}

@media (max-width: 989px) {
  .aestheticsProduct .asside-aestheticsDirectionDescription {
    background-color: var(--bg1);
    /*border-radius: 10px;*/
  }
}

@media (min-width: 880px) {
  .aestheticsProduct .container-aestheticsDirectionDescription {
    flex-direction: row;
  }
}

/*==== page aestheticsProduct dermatologicalCleansing ====*/

#dermatologicalCleansing .aestheticsPageTitle::after {
  background: url("../assets/img/video-mask.png") center center,
    url("../assets/img/bg_dermatologicalCleansing_800_600.webp") fixed no-repeat center / cover;
}

.dermatologicalCleansing-link:nth-child(1) {
  background: url('../assets/img/link-sesderma.jpg') no-repeat center / cover;
}

.dermatologicalCleansing-link:nth-child(1)::after {
  content: "SESDERMA";
}

.dermatologicalCleansing-link:nth-child(2) {
  background: url('../assets/img/link-obagi.jpg') no-repeat center / cover;
}

.dermatologicalCleansing-link:nth-child(2)::after {
  content: "ZO Skin Health";
}

.dermatologicalCleansing-link:nth-child(3) {
  background: url('../assets/img/link-dmk.jpg') no-repeat center / cover;
}

.dermatologicalCleansing-link:nth-child(3)::after {
  content: "DMK";
}

@media (min-width: 1200px) {
  #dermatologicalCleansing .aestheticsPageTitle::after {
    background: url("../assets/img/video-mask.png") center center,
      url("../assets/img/bg_dermatologicalCleansing_1280_720.webp") fixed no-repeat center / cover;
  }
}

@media (min-width: 1900px) {
  #dermatologicalCleansing .aestheticsPageTitle::after {
    background: url("../assets/img/video-mask.png") center center,
      url("../assets/img/bg_dermatologicalCleansing_1920_1080.webp") fixed no-repeat center / cover;
  }
}

@media (min-width: 2500px) {
  #dermatologicalCleansing .aestheticsPageTitle::after {
    background: url("../assets/img/video-mask.png") center center,
      url("../assets/img/bg_dermatologicalCleansing_2560_1440.webp") fixed no-repeat center / cover;
  }
}

/*========== page aestheticsProduct piling ==========*/

#piling .aestheticsPageTitle::after {
  background: url("../assets/img/video-mask.png") center center,
    url("../assets/img/bg_piling_800_600.webp") fixed no-repeat center / cover;
}

.piling-link:nth-child(1) {
  background: url('../assets/img/link-peelingAlmond.jpg') no-repeat center / cover;
}

.piling-link:nth-child(1)::after {
  content: "Мигдальний";
}

.piling-link:nth-child(2) {
  background: url('../assets/img/link-peelingBioRePeel.jpg') no-repeat center / cover;
}

.piling-link:nth-child(2)::after {
  content: "BioRePeel";
}

.piling-link:nth-child(3) {
  background: url('../assets/img/link-peelingJessner.jpg') no-repeat center / cover;
}

.piling-link:nth-child(3)::after {
  content: "Джесснера";
}

.piling-link:nth-child(4) {
  background: url('../assets/img/link-peelingPrx-t33.jpg') no-repeat center / cover;
}

.piling-link:nth-child(4)::after {
  content: "PRX-T33";
}

.piling-link:nth-child(5) {
  background: url('../assets/img/link-peelingAzelaic.jpg') no-repeat center / cover;
}

.piling-link:nth-child(5)::after {
  content: "Азелаїновий";
}

.piling-link:nth-child(6) {
  background: url('../assets/img/link-peelingRetinol.jpg') no-repeat center / cover;
}

.piling-link:nth-child(6)::after {
  content: "Ретиноловий";
}

@media (min-width: 1200px) {
  #piling .aestheticsPageTitle::after {
    background: url("../assets/img/video-mask.png") center center,
      url("../assets/img/bg_piling_1280_720.webp") fixed no-repeat center / cover;
  }
}

@media (min-width: 1900px) {
  #piling .aestheticsPageTitle::after {
    background: url("../assets/img/video-mask.png") center center,
      url("../assets/img/bg_piling_1920_1080.webp") fixed no-repeat center / cover;
  }
}

@media (min-width: 2500px) {
  #piling .aestheticsPageTitle::after {
    background: url("../assets/img/video-mask.png") center center,
      url("../assets/img/bg_piling_2560_1440.webp") fixed no-repeat center / cover;
  }
}

/*========== page aestheticsProduct treatments ==========*/

#treatments .aestheticsPageTitle::after {
  background: url("../assets/img/video-mask.png") center center,
    url("../assets/img/bg_treatments_800_600.webp") fixed no-repeat center / cover;
}

.complexes-link:nth-child(1) {
  background: url('../assets/img/link-oilyProblemSkin.jpg') no-repeat center / cover;
}

.complexes-link:nth-child(1)::after {
  content: "Догляд за жирною та проблемною шкірою";
}
.complexes-link:nth-child(2) {
  background: url('../assets/img/link-skinBrightning.jpg') no-repeat center / cover;
}

.complexes-link:nth-child(2)::after {
  content: "Освітлюючий догляд";
}
.complexes-link:nth-child(3) {
  background: url('../assets/img/link-ultraHydration.jpg') no-repeat center / cover;
}

.complexes-link:nth-child(3)::after {
  content: "Ультразволоження";
}
.complexes-link:nth-child(4) {
  background: url('../assets/img/link-complexCleaning.jpg') no-repeat center / cover;
}

.complexes-link:nth-child(4)::after {
  content: "Комплексна чистка";
}
.complexes-link:nth-child(5) {
  background: url('../assets/img/link-hydrodermaze.jpg') no-repeat center / cover;
}

.complexes-link:nth-child(5)::after {
  content: "Гідродермаза";
}
.complexes-link:nth-child(6) {
  background: url('../assets/img/link-enzymeMasq1.jpg') no-repeat center / cover;
}

.complexes-link:nth-child(6)::after {
  content: "Ензимна маска №1";
}
.complexes-link:nth-child(7) {
  background: url('../assets/img/link-vascularTraining.jpg') no-repeat center / cover;
}

.complexes-link:nth-child(7)::after {
  content: "Тренування судин";
}
.complexes-link:nth-child(8) {
  background: url('../assets/img/link-tripleEnzyme.jpg') no-repeat center / cover;
}

.complexes-link:nth-child(8)::after {
  content: "Потрійна ензимна маска";
}
.complexes-link:nth-child(9) {
  background: url('../assets/img/link-motherOfTheBride.jpg') no-repeat center / cover;
}

.complexes-link:nth-child(9)::after {
  content: "Мати нареченої";
}
.complexes-link:nth-child(10) {
  background: url('../assets/img/link-prozyme.jpg') no-repeat center / cover;
}

.complexes-link:nth-child(10)::after {
  content: "Prozyme";
}
.complexes-link:nth-child(11) {
  background: url('../assets/img/link-quickPeel.jpg') no-repeat center / cover;
}

.complexes-link:nth-child(11)::after {
  content: "Quick Peel";
}
.complexes-link:nth-child(12) {
  background: url('../assets/img/link-fire&ice.jpg') no-repeat center / cover;
}

.complexes-link:nth-child(12)::after {
  content: "Вогонь і лід";
}
.complexes-link:nth-child(13) {
  background: url('../assets/img/link-foamingEnzyme.webp') no-repeat center / cover;
}

.complexes-link:nth-child(13)::after {
  content: "Пінний ензимний";
}

@media (min-width: 880px) {
  #treatments .container-aestheticsDirectionDescription {
    flex-direction: column;
  }
  #treatments .asside-aestheticsDirectionDescription {
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  #treatments .aestheticsPageTitle::after {
    background: url("../assets/img/video-mask.png") center center,
      url("../assets/img/bg_treatments_1280_720.webp") fixed no-repeat center / cover;
  }
}

@media (min-width: 1900px) {
  #treatments .aestheticsPageTitle::after {
    background: url("../assets/img/video-mask.png") center center,
      url("../assets/img/bg_treatments_1920_1080.webp") fixed no-repeat center / cover;
  }
}

@media (min-width: 2500px) {
  #treatments .aestheticsPageTitle::after {
    background: url("../assets/img/video-mask.png") center center,
      url("../assets/img/bg_treatments_2560_1440.webp") fixed no-repeat center / cover;
  }
}

/*========== pages treatmentsCosmetology ==========*/

.treatmentsCosmetology .asside-aestheticsDirectionDescription img {
  box-shadow: 0 0 10px #aaa;
}
