/** !! TO DELETE !! **/

body {
  margin: 0;
}

/**********/
/** BASE **/
/**********/

.dp-supralift {
  max-width: 1170px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
  color: #000;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.dp-supralift * {
  box-sizing: border-box;
}

.dp-is-desktop {
  display: block;
}

.dp-is-mobile {
  display: none;
}

/*************/
/** BLOCK 1 **/
/*************/

.dp-block1__header {
  font-family: "ClarinsRegular", "Clarins";
  font-size: 35px;
  text-align: center;
}

.dp-block1__body {
  border: solid 1px #e9e9e9;
  width: 630px;
  height: 425px;
  padding: 30px 20px;
}

.dp-block1__look-p {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  font-size: 24px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.dp-block1__look-gain-container {
  display: flex;
  justify-content: space-around;
  padding-top: 10px;
  flex-wrap: wrap;
}

.dp-block1__look-gain {
  text-align: center;
}

.dp-block1__look-gain-txt1,
.dp-block1__look-gain-txt1 sup {
  font-size: 48px;
  background: -webkit-linear-gradient(#6f9d78, #bbdbbf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dp-block1__look-gain-txt1 {
  letter-spacing: -0.02em;
}

.dp-block1__look-gain-txt1 sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

.dp-block1__look-gain-txt2 {
  color: #5c8865;
  font-size: 18px;
  position: relative;
  top: -5px;
}

.dp-block1__look-gain-txt3 {
  color: #5c8865;
  font-size: 12px;
  position: relative;
  top: -5px;
}

.dp-block1__look-gain-container {
  border-bottom: #7ca784;
}

.dp-block1__look-border {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #709e79, #c1e0c5);
  margin: 20px 0;
}

.dp-block1__look-lash-container {
  display: flex;
  padding-top: 30px;
}

.dp-block1__look-lash {
  width: 50%;
  text-align: center;
  position: relative;
}

.dp-block1__look-lash img {
  width: 160px !important;
}

.dp-block1__look-lash p {
  margin-top: 5px;
}

.dp-block1__look-lash:first-child::after {
  content: "+";
  display: block;
  position: absolute;
  right: 0;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  font-size: 36px;
  color: #333333;
  top: calc(50% - 30px);
}

.dp-block1__container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.dp-block1__beforeAfter {
  position: relative;
  margin-left: 20px;
  width: 424px;
  height: 100%;
}

.dp-block1__beforeAfter > img {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 100%;
}

.dp-block1__beforeLabel,
.dp-block1__afterLabel {
  position: absolute;
  bottom: 10px;
  z-index: 1;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.dp-block1__beforeLabel {
  left: 10px;
}

.dp-block1__afterLabel {
  right: 10px;
}

.dp-block1_mentions {
  text-align: center;
  padding: 0 10px;
  margin-bottom: 40px;
  padding-top: 10px;
}

.dp-block1_mention2,
.dp-block1_mention3 {
  font-size: 11px;
  opacity: 0.5;
  margin: 0;
}

/** SLIDER BEFORE AFTER **/

.BeforeAfter {
  overflow: hidden;
  position: relative;
}

.BeforeAfter figure {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.BeforeAfter figure .PanoBefore {
  position: relative;
  display: block;
}
.BeforeAfter figure .PanoAfter {
  position: absolute;
  width: 50%;
  overflow: hidden;
  bottom: 0;
  height: 100%;
  border-right: 1px solid #000;
}
.BeforeAfter figure .PanoAfter .Photo {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 0;
}

.BeforeAfter figure .Photo span {
  position: absolute;
  bottom: 10px;
  text-transform: uppercase;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.BeforeAfter figure .PanoBefore .Photo span {
  right: 10px;
}
.BeforeAfter figure .PanoAfter .Photo span {
  left: 10px;
}
.BeforeAfter input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 0;
  left: 0px;
  background-color: transparent;
  height: 100%;
  width: 100%;
}
.BeforeAfter input[type="range"]:focus {
  outline: none;
  background-color: transparent;
}
.BeforeAfter input[type="range"]:active {
  outline: none;
  background-color: transparent;
}

.BeforeAfter input[type="range"]::-moz-range-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  outline: none;
}
.BeforeAfter input[type="range"]::active {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
}
.BeforeAfter input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 61px;
  height: 61px;
  border-radius: 0;
  outline: none;
}
.BeforeAfter input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  width: 61px;
  height: 61px;
  border-radius: 0;
  border: none;
  outline: none;
}

.BeforeAfter .handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 7px;
  margin-left: -3px;
  cursor: ew-resize;
}

.BeforeAfter .handle:after {
  position: absolute;
  bottom: 20%;
  width: 48px;
  height: 48px;
  content: "";
  left: -24px;
  border-radius: 0;
  background: url("../images/arrows.png"), #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: solid 1px #000;
}

@media screen and (max-width: 761px) {
  .BeforeAfter input[type="range"]::-webkit-slider-thumb {
    background-size: 40px auto;
    background-position: center center;
  }
  .BeforeAfter input[type="range"]::-moz-range-thumb {
    background-size: 40px auto;
    background-position: center center;
  }
}

.BeforeAfter input[type="range"]:focus::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.BeforeAfter input[type="range"]:focus::-moz-range-thumb {
  -moz-appearance: none;
}

.BeforeAfter input[type="range"]:focus::-webkit-slider-runnable-track {
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
  .dp-block1__body {
    width: 530px;
  }
  .dp-block1__look-lash-container {
    padding-top: 15px;
  }
}

@media screen and (max-width: 930px) {
  .dp-block1__look-lash-container {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .dp-is-desktop {
    display: none;
  }

  .dp-is-mobile {
    display: block;
  }

  .dp-block1__container {
    flex-direction: column;
    padding: 0 10px;
  }

  .dp-block1__body {
    width: 100%;
    padding: 10px 10px;
    height: auto;
    margin-bottom: 50px;
  }

  .dp-block1__look-p {
    width: 100%;
  }

  .dp-block1__look-lash-container {
    padding: 0;
  }

  .dp-block1__beforeAfter {
    margin-left: 0;
    width: 320px;
    height: 320px;
    margin: 0 auto;
  }

  .dp-block1__beforeAfter img {
    width: 320px;
    top: -10px;
    left: 10px;
  }

  .dp-block1__look-lash img {
    width: 130px;
  }

  .dp-block1__look-lash:first-child::after {
    top: 20%;
    right: -8px;
  }
}

@media screen and (max-width: 320px) {
  .dp-block1__look-p {
    font-size: 20px;
  }
  .dp-block1__beforeAfter {
    width: 300px;
    height: 300px;
  }
  .dp-block1__beforeAfter > img {
    width: 300px;
  }
  .dp-block1__body {
    padding: 5px;
  }
  .dp-block1__look-lash p {
    font-size: 11px;
  }
  .dp-block1__look-lash:first-child::after {
    font-size: 20px;
    top: 35%;
    right: -2px;
  }
}

/*************/
/** BLOCK 2 **/
/*************/

.dp-block2 {
  margin-top: 20px;
  position: relative;
  display: flex;
}

.dp-block2__wrapper {
  height: 400px;
  background-image: url("../images/plant-science.jpg?$staticlink$");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.dp-block2 img {
  width: 100%;
}

.dp-block2__legend,
.dp-block2__txt {
  position: absolute;
  color: #fff;
}

.dp-block2__legend {
  left: 34%;
  top: calc(50% + 15px);
  background-color: #3e5a10;
  opacity: 0.8;
  width: 115px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp-block2__txt {
  height: 100%;
  padding-top: 150px;
  right: 100px;
}

.dp-block2__txt1 {
  font-size: 35px;
  margin: 0;
  font-family: "ClarinsRegular", "Clarins";
}

.dp-block2__txt2 {
  width: 400px;
  line-height: 20px;
}

@media screen and (max-width: 1070px) {
  .dp-block2__wrapper {
    background-position: -100px;
  }
}

@media screen and (max-width: 950px) {
  .dp-block2__wrapper {
    background-position: -200px;
  }

  .dp-block2__txt {
    right: 50px;
  }

  .dp-block2__legend {
    left: 24%;
  }
}

@media screen and (max-width: 768px) {
  .dp-block2__legend {
    top: 215px;
    left: 190px;
  }
  .dp-block2 {
    background-position: -200px;
    background-color: #4fafa9;
    flex-direction: column;
  }
  .dp-block2 img {
    position: absolute;
    top: 0;
    left: -190px;
  }
  .dp-block2__txt {
    padding: 20px;
    width: 100%;
    position: relative;
    left: 0;
  }
  .dp-block2__txt1 {
    line-height: 35px;
  }
  .dp-block2__txt1,
  .dp-block2__txt2 {
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  .dp-block2__wrapper {
    background-position: left;
  }
  .dp-block2__legend {
    top: 215px;
    left: 390px;
  }
}

@media screen and (max-width: 320px) {
  .dp-block2__legend {
    left: 200px;
  }
}

/*************/
/** BLOCK 3 **/
/*************/

.dp-block3 {
  text-align: center;
  padding-bottom: 20px;
}

.dp-block3__header-title {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 35px;
  font-family: "ClarinsRegular", "Clarins";
}

.dp-block3__header-description {
  font-size: 16px;
}

.dp-block3__body {
  display: flex;
}

.dp-block3__slider {
  margin: 0;
  width: 100%;
}

.dp-block3__item-p1 {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
}

.dp-block3__item {
  margin: 20px;
}

.dp-block3__item-img {
  height: 400px;
  width: 240px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.dp-block3__item-img img {
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

.dp-block3__item-img--first img,
.dp-block3__item-img--second img {
  bottom: 0;
}

.dp-block3__item-img--third img {
  top: 5px;
}

.dp-block3__item-img:before {
  position: absolute;
  display: block;
  background: -webkit-linear-gradient(#6f9d78, #bbdbbf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 143px;
  z-index: 1;
  left: -50px;
  top: 100px;
}

.dp-block3__item-img--first:before {
  content: "1";
  left: -20px;
}

.dp-block3__item-img--second:before {
  content: "2";
  left: -30px;
}

.dp-block3__item-img--third:before {
  content: "3";
  left: -40px;
}

.dp-block3__item-img--first img {
  left: 62px;
}

.dp-block3__item-img--third img {
  left: 30px;
}


/*---------------------EDIT-------------------*/

.dp-block3__item-img--first img{
      left: 34px !important;
      width: 95% !important;
}

.additional-data-tab img{
  width: initial;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .dp-block3__item-img--first img{
        left: 30px !important;
        width: 85% !important;
  }
  .dp-block1_mentions{
    padding-top: 200px !important;
  }
  .dp-block2__txt{
    right: -80px !important;
    padding-right: 91px !important;
    padding-top: 244px !important;
    text-align: center !important;
  }
  .dp-block2__txt1{
    font-size: 28px !important;
  }
  .dp-block2__txt2{
    font-size: 12px !important
  }
  .dp-block1__look-lash:first-child::after{
    font-size: 30px !important;
    right: -5px !important;
  }
  .dp-block1__look-lash-container{
    padding-top: 25px !important;
  }
  .BeforeAfter figure .PanoBefore .Photo span {
    right: 20px;
  }
  .dp-block1__look-lash img {
    width: 140px !important;
  }
  .dp-block2__wrapper {
    background-position-x: -60px;
  }
  .dp-block2__legend {
    left: 330px;
  }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  .dp-block3__item-img--first img{
        left: 36px !important;
        width: 90% !important;
  }
  .dp-block1__look-lash-container{
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 761px){

  .dp-block3__header-description{
  margin: 10px 13px !important;
  }

  .dp-block1__look-lash img {
    width: 130px !important;
  }

  .dp-block1__beforeAfter img {
    width: 320px!important;
  }
}

