
/** MAIN **/

body {
  overflow-x: hidden;
  margin: 0;
  scroll-behavior: smooth;
}
.breadcrumb{
  display:none;
}
.is-mobile {
  display: none;
}
#main:not(.main-homepage) {
  padding-top: 0px;
}
.mainContainer {
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  position: relative;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-size: 14px;
}

.mainContainer .sectionBlock {
  text-align: center;
  padding: 50px 0;
}
@media (min-width:1250px){
  .mainContainer .sectionBlock {
    margin: 0 -175px;
  }
}
.mainContainer .sectionBlock > div {
  max-width: 1250px;
  margin: 0 auto;
}

.mainContainer .sectionBlock:nth-child(odd) {
  background-color: #fff;
}

.mainContainer .sectionBlock:nth-child(even) {
  background: center url("./img/backgroundSection.png");
  background-size: cover;
}

.mainContainer .title {
  font-size: 50px;
  font-weight: normal;
  margin: 0 20px;
  padding-top: 20px;
  font-family: "ClarinsRegular", "Clarins";
}

@media (max-width:1023px){
  .mainContainer .title {
    font-size:35px;
  }
}

/*.mainContainer .disabled {
  filter: opacity(50%);
}*/


#carouselSkincare .disabled{
  filter: opacity(50%);
}

/** SECTION BLOCK 1 **/

.mainContainer .sectionBlock:first-child {
  padding-bottom: 120px;
}

.mainContainer #containerGender {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
}

.mainContainer .diagnosisGender {
  position: relative;
  width: 50%;
}

.mainContainer .diagnosisGender > div {
  position: absolute;
  width: 100%;
  bottom: calc(-150px / 2);
}

.mainContainer .diagnosisGender img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.mainContainer .diagnosisGender > div > div {
  position: relative;
  width: 380px;
  height: 150px;
  background-color: #fff;
  margin: 0 auto;
}

.mainContainer .diagnosisGender > div > div p {
  font-size: 35px;
  padding-top: 15px;
  padding-bottom: 5px;
  margin: 0;
  font-family: "ClarinsRegular", "Clarins";
}

.mainContainer .sectionBlock:first-child .MyDescription {
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 16px;
  border-bottom: none;
}

.mainContainer .diagnosisBtn {
  width: 190px;
  height: 50px;
  background-color: #000;
  opacity: 1;
  color: #fff;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: 0.3s;
}
@media (max-width:1023px){
  .mainContainer .title {
    width: auto;
    margin: 0 20px;
  }
}
.mainContainer .diagnosisBtn:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}

/** SECTIOPN BLOCK 2 **/

.mainContainer .sectionBlock:not(:first-child) .MyDescription {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium";
  font-size: 14px;
}

.mainContainer .containerProduct {
  padding-top: 30px;
}

.mainContainer .containerProduct .label {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-size: 16px;
  border: solid 2px #cbcbcb;
  display: inline-block;
  width: 200px;
  height: 42px;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.mainContainer .carousel {
  padding-top: 30px;
}

.mainContainer .carouselItem * {
  text-align: left;
  margin: 0 auto;
  max-width: 320px;
}
.mainContainer .carouselItem img {
  cursor:pointer;
}
.mainContainer .carouselItem p {
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding-top: 20px;
}

.mainContainer .carouselItem > div {
  padding-top: 20px;
}

.mainContainer .carouselItem .diagnosisBtn {
  margin: 0;
}

/** SECTION BLOCK 3 **/

.mainContainer .BtnLink a {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  position: relative;
  padding-top: 16px;
  padding-right: 30px;
  padding-bottom: 16px;
  padding-left: 30px;
  display: inline-block;
  line-height: 14px;
  min-width: 110px;
  text-align: center;
  background-color: black;
}

.mainContainer .slick-dots {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  padding-top: 10px;
  list-style: none;
  padding: 0;
  padding-top: 30px;
}

.mainContainer .slick-dots li {
  border-radius: 50%;
  overflow: hidden;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.mainContainer .slick-dots button {
  background-color: #cbcbcb;
  border: none;
  box-shadow: none;
  color: #cbcbcb;
}

.mainContainer .slick-dots .slick-active button {
  background-color: #000;
  color: #000;
}

.mainContainer .slick-arrow {
  opacity: 0.5;
  width: 50px;
  height: 70px;
  bottom: 50%;
  border: 0px;
  font-size: 0;
  outline: 0 !important;
  cursor: pointer;
  position: absolute;
  min-width: 0;
  top: auto;
  transform: none;
  background: none;
}

.mainContainer .slick-arrow::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(img/arrow.png);
}

.mainContainer .slick-next::after {
  transform: scaleX(-1);
}

.mainContainer .slick-prev {
  left: -5px;
}

.mainContainer .slick-next {
  right: -5px;
}

.mainContainer .TipsItem ul {
  position: relative;
}

.mainContainer .TipsItem li img {
  position: absolute;
  right: 0px;
}

#BLOCK-TIPS .MySelectBlock .TipsItem {
  order: 2;

  display: none;
  justify-content: center;
  align-items: center;
  width: 768px;
}

#BLOCK-TIPS .MySelectBlock {
  display: flex;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  padding-top: 45px;
}

#BLOCK-TIPS .MySelectBlock .TipsItem figure {
  margin: 0;
  padding: 0;
  width: 50%;
}

#BLOCK-TIPS .MySelectBlock .TipsItem figure img {
  display: block;
  max-width: 100%;
}

#BLOCK-TIPS .MySelectBlock .TipsContent {
  text-align: left;
  width: 50%;
  padding: 10px;
}

#BLOCK-TIPS .MySelectBlock h3[data-selected="1"],
#BLOCK-TIPS .MySelectBlock h3:hover {
  color: #be0f34;
  text-decoration: underline;
}

#BLOCK-TIPS .MySelectBlock h3 {
  order: 1;
  font-size: 14px;
  padding: 0 10px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #b2b2b2;
  margin: 5px;
  cursor: pointer;
}

#BLOCK-TIPS .MySelectBlock h3[data-selected="1"] + .TipsItem {
  display: flex;
  padding-top: 40px;
}

#BLOCK-TIPS .MySelectBlock .TipsContent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 15px;
}

#BLOCK-TIPS .MySelectBlock .TipsContent ul li {
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
}

#BLOCK-TIPS .MySelectBlock .TipsContent ul li > div:first-child {
  width: 90%;
}

#BLOCK-TIPS .MySelectBlock .TipsContent ul li > div:nth-child(2) {
  width: 10%;
  height: 15px;
}

#BLOCK-TIPS .MySelectBlock .TipsContent ul li a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

#BLOCK-TIPS .MySelectBlock .TipsContent .Title {
  font-size: 20px;
  line-height: 1em;
  font-family: "ClarinsRegular", "Clarins";
  color: #000;
  padding-bottom: 15px;
}

#BLOCK-TIPS .MaternityBanner {
  background-image: url(img/questions-maternity.jpg);
  height: 220px;
  max-width: 768px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 70px auto;
  flex-direction: column;
}

#BLOCK-TIPS .MaternityBanner h3 {
  margin: 0;
  font-size: 24px;
  padding: 0px;
  padding-bottom: 20px;
  font-family: ClarinsRegular, Clarins;
  color: #000;
  font-weight: normal;
  line-height: 1.2em;
}

@media screen and (max-width: 1023px) {
  #BLOCK-TIPS .MySelectBlock {
    margin: 0 20px;
    justify-content: center;
  }

  #BLOCK-TIPS .MySelectBlock .TipsItem {
    flex-direction: column;
  }
}

@media screen AND (max-width: 761px) {
  .is-mobile {
    display: block;
  }

  .is-desktop {
    display: none;
  }

  .mainContainer .sectionBlock {
    margin: 0 auto;
  }

  .mainContainer .sectionBlock:first-child .MyDescription {
    padding: 0 30px;
  }

  .mainContainer .diagnosisGender > div > div {
    width: 90%;
    height: auto;
  }

  .mainContainer .diagnosisGender > div > div > div {
    width: 100%;
  }

  .mainContainer .carouselItem * {
    text-align: center;
  }

  .mainContainer .carouselItem .diagnosisBtn {
    margin: 0 auto;
  }

  .mainContainer .carouselItem img {
    width: 300px;
  }

  .mainContainer .slick-arrow {
    bottom: 57%;
    z-index: 10;
  }

  #BLOCK-TIPS .MySelectBlock .TipsItem {
    margin-top: 20px;
  }

  #BLOCK-TIPS .MySelectBlock .TipsItem figure {
    width: 100%;
  }

  #BLOCK-TIPS .MySelectBlock .TipsContent {
    width: 100%;
  }

  #BLOCK-TIPS .MySelectBlock .BtnLink {
    text-align: center;
  }

  #BLOCK-TIPS .MySelectBlock {
    max-width: 320px;
    margin: 0 auto;
    padding-top: 20px;
  }

  #BLOCK-TIPS .MySelectBlock .TipsContent {
    padding: 0px;
    padding-top: 30px;
  }

  #BLOCK-TIPS .MySelectBlock .TipsContent ul li a {
    font-size: 11px;
  }

  #BLOCK-TIPS .MaternityBanner {
    background-image: url(img/questions-maternity-mobile.jpg);
    margin: 40px 20px;
  }
}

@media screen AND (max-width: 330px) {
  .mainContainer .sectionBlock:first-child .MyDescription {
    font-size: 14px;
  }

  .mainContainer .title {
    font-size: 45px;
  }

  .mainContainer .carouselItem img {
    width: 240px;
  }

  #BLOCK-TIPS .MySelectBlock h3[data-selected="1"] + .TipsItem {
    padding: 10px;
  }
}



@media screen AND (max-width: 761px) {
  .mainContainer .diagnosisBtn{
    width: 167px;
  }
}

/*DTW Edits*/

.mainContainer .carouselItem p {
    min-height: 45px;
}

.slick-initialized .slick-slide {
       height: 385px!important;
}
/*Ipad Air 3 Landscape*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
.mainContainer .carouselItem p {
    min-height: 48px;
}
}
/*Ipad Air 3 Portrait*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 

.mainContainer .carouselItem p {
    min-height: 54px;
}
#BLOCK-TIPS .MySelectBlock .TipsContent ul li a {
    font-size: 15px;
    
}
}