.beauty-school-howto * {
  font-size: 14px;
  line-height: 1.4em;
  white-space: normal;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .how-to-block__lower {
    margin: 30px auto;
    display: block !important;
  }
}

.beauty-school-howto {
  display: block;
  max-width: 1170px;
  width: 100%;
  /* overflow: hidden; */
  text-align: center;
  color: #333;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 762px) {
  .beauty-school-howto__carousel[slides="2"] {
    max-width: 820px;
    margin: 0 auto;
    padding-right: 25px;
  }
}

.beauty-school-howto::before {
  display: block;
  width: 1600px;
  height: 100%;
  position: absolute;
  content: " ";
  background-color: rgba(50, 50, 50, 0.025);
  top: 0;
  left: calc(50% - 800px);
  z-index: 1;
}

/*
.how-to-block *,
.how-to-block *:before,
.how-to-block *:after {
box-sizing: border-box;
}
.how-to-block button {
min-width: auto;
}*/
.how-to-block img {
  width: 100%;
}

.beauty-school-howto__title {
  margin: 0;
  font-size: 48px;
  color: #333;
  font-family: ClarinsRegular, Clarins;
  position: relative;
  z-index: 2;
  font-weight: normal;
  padding-bottom: 35px;
  line-height: 1em;
  display: none;
}

.beauty-school .beauty-school-howto__title {
  display: block;
}

.beauty-school-howto__item {
  margin: 0;
  min-height: 442px;
  text-align: left;
  /* max-width: 387px;*/
}

.beauty-school-howto__number {
  line-height: 1em;
  font-size: 80px;
  height: 90px;
  padding: 10px;
  margin-top: -90px;
  margin-bottom: 0;
  color: #333;
  font-family: ClarinsRegular, Clarins;
}

.beauty-school-howto__visual img {
  max-width: 100%;
  display: block;
}

.beauty-school-howto__action {
  margin: 0;
  font-size: 20px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding-top: 18px;
  padding-bottom: 10px;
  line-height: 1em;
}

.beauty-school-howto__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.4em;
}

.beauty-school-howto__duration {
  margin: 0;
  font-size: 14px;
  line-height: 1.4em;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding-top: 8px;
  padding-left: 35px;
  /* background-image: url(../img/chrono.svg);*/
  background-image: url(../../../images/svg/global/chrono.svg?$staticlink$);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: left 0px top 0;
}

@media (max-width: 1023px) {
  .beauty-school-howto {
    padding-top: 35px;
  }
}

@media (max-width: 761px) {
  .beauty-school-howto__item {
    margin: 0px;
    outline: 0;
    border: 0px;
  }

  .beauty-school-howto {
    padding-bottom: 0;
    width: auto;
    overflow: unset;
    background-color: rgba(50, 50, 50, 0.025);
  }

  .beauty-school-howto::before {
    display: none;
  }
}

/*============================================*/

.beauty-school-howto__text {
  min-height: 120px;
}

.beauty-school-hero-video__thumbnail img {
  display: unset;
}

.beauty-school-hero-video__thumbnail source {
  display: unset;
}

.beauty-school-related-videos__text {
  min-height: 60px;
}

.beauty-school-howto__text {
  margin-right: 10px;
}

/* 10.01.2022 */
/* CFC-25218 + CFC-22051 */
@media screen and (min-width: 768px) {
  .how-to-block__lower {
    margin: 64px auto;
  }
}

i-how-to-block,
.how-to-block {
  padding: 0px 0 0;
}

h2.how-to-block__title.text-center {
  padding-top: 80px;
}

/*@media screen and (max-width:769px){
.how-to-block__lower {
  margin: 64px 0px 0px;
}  
}*/
/* i-how-to-block,
.how-to-block {
  max-width: 970px;
  margin: 0 auto;
} */

/*Slider edits - Arrow Height and Width + Padding in the visuals*/
i-slider[carousel-padding="true"] {
  padding-left: 10px;
  padding-right: 25px;
}
.tns-prev .arrow-right-black__icon,
.tns-prev .arrow-left-black__icon,
.tns-next .arrow-right-black__icon,
.tns-next .arrow-left-black__icon {
  width: 30px;
  height: 45px;
}

.tns-prev,
.tns-next {
  position: absolute;
  z-index: 2;
  top: 30%;
  padding: 0;
  background: transparent;
  border: none;
  transform: translate(0, -50%);
}

.beauty-school-howto__title {
  font-size: 35px !important;
}
.beauty-school-howto__number {
  color: #333 !important;
}
/* .beauty-school-howto__number {
  color: #000 !important;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 10px #fff, 7px 7px 0px rgb(0 0 0 / 0%);
} */

/* New version of numberinh "STEP SECTION" */
.beauty-school-howto__number {
  width: 56px;
  height: 56px;
  margin-bottom: 40px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  border: 3px solid #fff;
  background-color: #fff;
  position: absolute;
  top: 295px;
  margin-left: 5px;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
}
#howtonumber_lesstwo {
  width: 56px;
  height: 56px;
  margin-bottom: 40px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  border: 3px solid #fff;
  background-color: #fff;
  position: absolute;
  top: 307px;
  margin-left: 5px;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .beauty-school-howto::before {
    z-index: 0 !important;
  }
  .beauty-school-howto * {
    padding-left: 3px;
    padding-right: 6px;
  }
  .beauty-school-howto__item {
    margin: 0;
    min-height: 60px;
    text-align: left;
    /* max-width: 387px; */
  }
  .beauty-school-howto__number {
    width: 45px;
    height: 45px;
    margin-bottom: 40px;
    line-height: 8px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    border: 8px solid #fff;
    background-color: #fff;
    position: absolute;
    top: 185px;
    margin-left: 10px;
    font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .beauty-school-howto::before {
    z-index: 0 !important;
  }
  .beauty-school-howto * {
    padding-left: 3px;
    padding-right: 6px;
  }
  .tns-prev .arrow-right-black__icon,
  .tns-prev .arrow-left-black__icon,
  .tns-next .arrow-right-black__icon,
  .tns-next .arrow-left-black__icon {
    width: 85px;
    height: 30px;
  }
  .tns-prev,
  .tns-next {
    position: absolute;
    z-index: 2;
    top: 25%;
    padding: 0;
    background: transparent;
    border: none;
    transform: translate(0, -50%);
  }
  .beauty-school-howto__number {
    width: 50px;
    height: 50px;
    margin-bottom: 40px;
    line-height: 10px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    border: 10px solid #fff;
    background-color: #fff;
    position: absolute;
    top: 255px;
    margin-left: 10px;
    font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  }
  #howtonumber_lesstwo {
    width: 50px;
    height: 50px;
    margin-bottom: 40px;
    line-height: 10px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    border: 10px solid #fff;
    background-color: #fff;
    position: absolute;
    top: 295px;
    margin-left: 10px;
    font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  }
}

@media (max-width: 480px) {
  .beauty-school-howto::before {
    z-index: 0;
  }
  .beauty-school-howto__item {
    margin: 0;
    min-height: 60px;
    text-align: left;
    /* max-width: 387px; */
  }
  .beauty-school-howto__number {
    width: 40px;
    height: 40px;
    margin-bottom: 40px;
    line-height: 15px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    border: 2px solid #fff;
    background-color: #fff;
    position: absolute;
    top: 180px;
    margin-left: 5px;
    font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  }
  #howtonumber_lesstwo {
    width: 40px;
    height: 40px;
    margin-bottom: 40px;
    line-height: 15px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    border: 2px solid #fff;
    background-color: #fff;
    position: absolute;
    top: 195px;
    margin-left: 5px;
    font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  }
}

/* 2024 */

#main:not(.main-homepage) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.carousel-wrapper .tns-next,
.carousel-wrapper .tns-prev {
  background-color: transparent;
  border: 1px solid transparent;
}
.carousel-wrapper .tns-prev {
  background-color: transparent;
  border: 1px solid transparent;
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* .beauty-school-howto * {padding-left: 0px; padding-right: 0px!important;} */
  i-slider[carousel-padding="true"] {
    padding-left: 10px;
    padding-right: 3px !important;
  }
  .beauty-school-howto__number {
    margin-top: 1 !important;
  }
  /* .beauty-school-related-videos::before {height: 660px!important;} */
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  i-slider[carousel-padding="true"] {
    padding-left: 10px;
    padding-right: 3px !important;
  }
  .carousel-wrapper .tns-next,
  .carousel-wrapper .tns-prev {
    margin-right: 3% !important;
  }

  /* div.slick-list:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > p:nth-child(4) {margin-top: 6%;} */

  /* .beauty-school-related-videos::before {height: 700px;}
.beauty-school-category-push__title {margin-top: 60px;} */
}

/* .carousel-wrapper .tns-next .arrow-right-black__icon, .carousel-wrapper .tns-next .arrow-left-black__icon, .carousel-wrapper .tns-prev .arrow-right-black__icon, .carousel-wrapper .tns-prev .arrow-left-black__icon {display: none;} */
