@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap");

/* @font-face {
    font-family: 'maison_neuelight';
    src: url('../fonts/maison_neue_light-webfont.eot');
    src: url('../fonts/maison_neue_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/maison_neue_light-webfont.woff2') format('woff2'),
         url('../fonts/maison_neue_light-webfont.woff') format('woff'),
         url('../fonts/maison_neue_light-webfont.ttf') format('truetype'),
         url('../fonts/maison_neue_light-webfont.svg#maison_neuelight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MaisonNeue-Book';
    src: url('../fonts/MaisonNeue-Book.eot');
    src: url('../fonts/MaisonNeue-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MaisonNeue-Book.woff2') format('woff2'),
         url('../fonts/MaisonNeue-Book.woff') format('woff'),
         url('../fonts/MaisonNeue-Book.ttf') format('truetype'),
         url('../fonts/MaisonNeue-Book.svg#maison_neuelight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'maison_neuemedium';
    src: url('../fonts/maisonneue-medium-webfont.eot');
    src: url('../fonts/maisonneue-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/maisonneue-medium-webfont.woff2') format('woff2'),
         url('../fonts/maisonneue-medium-webfont.woff') format('woff'),
         url('../fonts/maisonneue-medium-webfont.ttf') format('truetype'),
         url('../fonts/maisonneue-medium-webfont.svg#maison_neuemedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'noe display';
    src: url('../fonts/NoeDisplay-Bold.eot');
    src: url('../fonts/NoeDisplay-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NoeDisplay-Bold.woff2') format('woff2'),
         url('../fonts/NoeDisplay-Bold.woff') format('woff'),
         url('../fonts/NoeDisplay-Bold.ttf') format('truetype'),
         url('../fonts/NoeDisplay-Bold.svg#maison_neuelight') format('svg');
    font-weight: normal;
    font-style: normal;
} */
html,
body {
  overflow-x: hidden;
}
.wrapPrice .under_name .price {
  font-weight: bold !important;
}
.wrapPrice .under_name .old_price {
  font-weight: normal !important;
}
.fontMaisonBook {
  font-family: "Heebo-Regular", "Montserrat";
}
.fontDisplay {
  font-family: "Almoni-Tzar", "AkzidenzGroteskBE";
}
.fontMaisonMedium {
  font-family: "Heebo-Regular", "Montserrat";
  /* font-family: 'Almoni-Tzar', 'AkzidenzGroteskBE'; */
}
.fontMaisonLight {
  font-family: "Heebo-Regular", "Montserrat";
}
.header_banner {
  background: #000;
  color: #fff;
  padding: 5px 0 30px;
  text-align: center;
}
.header_banner.quiz_result_header {
  padding: 10px 0 7px;
}
.header_sub_title {
  font-size: 23px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0;
  font-family: "Heebo-Regular", "Montserrat";
}
.header_title {
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  font-family: "Almoni-Tzar", "AkzidenzGroteskBE";
}
.header_banner .pro {
  width: 353px;
  margin: auto;
  display: flex;
}
.header_banner .pro .right {
  float: right;
  text-align: right;
  font-weight: 700;
  margin-top: 7px;
}
.header_banner .pro .name {
  font-size: 17px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 6px;
  max-width: 255px;
  font-weight: 100;
  white-space: pre;
}
.header_banner .pro .shadeName {
  font-size: 15px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 100;
}
.header_banner .pro .shade {
  float: left;
  margin-right: 0;
  margin-top: -5px;
}

.header_banner .pro .shadeData {
  margin-left: 20px;
}
.header_banner .pro .shadeData img,
.header_banner .pro .shadeData {
  border-radius: 50%;
  width: 78px;
  height: 78px;
  object-fit: cover;
}
/***************************/
.ProductFound {
  padding: 25px 15px;
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1160px;
  margin: 0 auto;
}
.ProductFound .product-img {
  display: flex;
  align-self: flex-start;
  position: relative;
  margin: 0 auto;
}
.ProductFound .product-img > img {
  max-width: 405px;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.product_details {
  flex: 0 0 50%;
  text-align: right;
  padding-right: 110px;
}
.ProductFound .product_details .name {
  font-size: 31px;
  font-weight: 700;
  line-height: 53px;
  text-transform: uppercase;
  margin-bottom: 11px;
  letter-spacing: -1.2px;
  max-width: 100%;
}
.ProductFound .product_details span.under_name,
.ProductFound .product_details .shade .shadeTitle {
  font-size: 17px;
  line-height: 12px;
  text-transform: uppercase;
}
.ProductFound .wrapPrice {
  margin-top: 14px;
}
.skin_result_container .ProductFound .details_desk .wrapPrice {
  margin-top: 5px;
}
.ProductFound .wrapPrice span.under_name {
  vertical-align: revert;
  display: inline-block;
  padding-top: 3px;
}
.old_price {
  text-decoration: line-through;
  color: #999;
  font-weight: normal;
}
.packQube .wrapPrice .old_price {
  display: block;
}
.ProductFound .review_icon {
  margin-right: 10px;
  border-right: 1px solid #dbdbdb;
  padding-right: 10px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
}
.review_icon i {
  font-size: 17px;
  margin: 0 -2px;
}
.wrapPrice a {
  font-size: 13px;
  font-family: "Heebo-Regular", "Montserrat";
  color: #000;
  letter-spacing: 0;
  font-weight: 400;
}
.wrapPrice a:hover {
  color: #599dd2;
}
.ProductFound .shade {
  border-top: 1px solid #dbdbdb;
  padding-top: 16px;
  margin-top: 12px;
  width: 100%;
}
.ProductFound .product_details .shade .shadeData {
  background: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.ProductFound .product_details .shade .shadeData .shadeColor {
  width: 102px;
  height: 50px;
  display: inline-block;
  margin-left: 20px;
  float: left;
  margin-right: 0;
}
.ProductFound .product_details .shade .shadeData .shadeName {
  font-size: 15px;
  line-height: 12px;
  text-transform: uppercase;
  display: inline-block;
}
.ProductFound .product_details .mainproduct {
  width: 100%;
  display: block;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  border: 1px solid #000;
  cursor: pointer;
  color: #fff;
  background: #000;
  letter-spacing: 0.5px;
}
.lds-ring {
  display: none;
  position: relative;
  height: 62px;
  background: #000;
  width: 100%;
  text-align: center;
  padding-top: 17px;
  margin: 31px 0 0;
}
.lds-ring.mainproduct {
  margin-top: 15px !important;
  height: 60px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  border: 3px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
  left: 0;
  right: 0;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lds-ring-2 {
  display: none;
  position: relative;
  height: 62px;
  background: #000000;
  width: 100%;
  text-align: center;
  padding-top: 17px;
  margin: 31px 0 0;
}
.lds-ring-2.mainproduct {
  margin-top: 15px !important;
  height: 60px;
}
.lds-ring-2 div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  border: 3px solid #fff;
  border-radius: 50%;
  animation: lds-ring-2 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
  left: 0;
  right: 0;
}
.lds-ring-2 div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring-2 div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring-2 div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.text_under_button {
  text-align: center;
  margin-top: 10px;
  width: 100%;
}
.ProductFound .product_details .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  border-top: 1px solid #dbdbdb;
  padding: 11px 0 15px;
  margin: 28px 0 30px;
  width: 100%;
}
.ProductFound .product_details .desc p {
  display: inline;
}
.animalFree {
  padding: 18px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 12px;
  border: 4px solid #e4e4e4;
  width: 100%;
  text-align: center;
}
.animalFree span {
  background: url(../images/paw_icon.svg) 0 0 no-repeat;
  padding-left: 40px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
}
.ProductFound .product_details a.quizresultTabs {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  text-decoration: underline;
}
.wrapTips_section.wrapAttrs,
.wrapTipsisr.wrapAttrs {
  margin: 0 auto;
  padding: 0 14%;
}
.main_title {
  font-size: 53px;
  font-weight: 700;
  line-height: 62px;
  text-transform: uppercase;
  margin-bottom: 81px;
  padding-right: 14%;
  letter-spacing: -0.4px;
  z-index: 9;
  position: relative;
}
.wrapTips_section.wrapAttrs .main_title,
.wrapTipsisr.wrapAttrs .main_title {
  padding: 0;
}
/*******************/
.swiper-wrapper-slider {
  overflow: hidden;
}
.swiper-wrapper-slider .tip_box,
.wrap_tips .tip_box .square {
  border: 4px solid #e4e4e4;
  width: 31%;
  display: inline-block;
  padding: 25px 15px;
  margin-bottom: 40px;
  text-align: right;
  vertical-align: top;
}
.wrap_tips .tip_box .square {
  padding-left: 48px;
  padding-right: 48px;
}
.swiper-wrapper-slider .tip_box {
  width: 100%;
  min-height: 315px;
}
.swiper-wrapper-slider .swiper_title {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: right;
}
.swiper-wrapper-slider .line {
  margin: 23px 0 28px;
  width: 45px;
  height: 3px;
  background-color: #000;
}
.swiper-wrapper-slider .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.16px;
  text-align: right;
}
.swiper-wrapper-slider .swiper-pagination-bullets {
  text-align: center;
  bottom: 0;
  margin: auto;
  width: 100% !important;
  max-width: 100% !important;
}
.swiper-wrapper-slider .swiper-pagination-bullets span {
  background: rgba(155, 154, 155, 0.52);
}
.swiper-wrapper-slider
  .swiper-pagination-bullets
  span.swiper-pagination-bullet-active {
  background: #000;
  border: none;
}
.video_Section {
  background: #000;
  color: #fff;
  padding: 70px 14% 40px;
  text-align: center;
  clear: both;
}
.video_Section .main_title {
  padding: 0;
  margin-bottom: 30px;
}
.video_Section .resultVideo {
  max-width: 500px;
  max-height: 700px;
}
.video_Section .reviewProp {
  text-align: center;
}
.video_Section .reviewProp .main_title {
  text-align: center;
  margin: 55px 0 20px;
}
.reviewProp span {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 5px;
}
.reviewProp span.videoStar:before,
.reviewsHighlights .block .stars::before,
.videoSection span.videoStar:before {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-family: "FontAwesome";
  letter-spacing: 4px;
  font-size: 9px;
  vertical-align: middle;
}
.reviewProp span:before {
  content: ".";
  padding: 0 5px;
}
.video_Section .reviewProp a {
  display: block;
  text-transform: uppercase;
  font-family: "Heebo-Regular", "Montserrat";
  letter-spacing: 1px;
  padding-top: 60px;
  color: #fff;
  text-decoration: underline;
}
.tip_box {
  padding: 0 14%;
}
.wrapProccess_box {
  background: linear-gradient(to bottom, #dfc8be 30%, #000 30%);
  position: relative;
  overflow: hidden;
}
.processes_result_wrapper {
  position: relative;
  height: auto;
  background: linear-gradient(to bottom, #dfc8be 20%, #000 20%);
  overflow: hidden;
  background-size: 100% !important;
  padding-bottom: 200px;
  margin-top: 0;
}
.processes_result_box {
  position: relative;
  background-image: none;
  z-index: 9;
}
.processes_result_box .content {
  padding-left: 14.2%;
  max-width: 40%;
  padding-top: 80px;
  padding-bottom: 48px;
  float: left;
  text-align: left;
}
.process_title_wrapper {
  font-size: 19px;
  margin-bottom: 40px;
}
.processes_result_box .content .one_process {
  margin-bottom: 42px;
}
.processes_result_box .content .title {
  font-size: 33px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}
.processes_result_box .content .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.18px;
}
.processes_result_box .content .one_process:last-child {
  margin-bottom: 0;
}
.explanation {
  color: #fff;
  width: 100%;
  padding: 0 14% 250px;
}
.explanation .main_title {
  padding: 0;
  margin-bottom: 40px;
}
.explanation .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.explanation p {
  margin-top: 10px;
}
.ProductFound .details_mobiles {
  display: none;
}
.quotes_Section {
  display: none;
  position: relative;
  background: #141414;
  margin-top: 50px;
  overflow: hidden;
}
.quotes_Section .title {
  font-size: 36px;
  line-height: 36px;
  font-family: "Heebo-Regular", "Montserrat";
  font-weight: bold;
  color: white;
  margin-bottom: 21px;
  text-transform: uppercase;
}
.quotes_Section .text {
  display: none;
  font-size: 16px;
  line-height: 26px;
  color: white;
  opacity: 0.9;
  margin-bottom: 20px;
  min-height: 210px;
  padding: 28px;
}
.quotes_Section .text.active {
  display: flex;
  align-items: center;
}
.logosWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logosWrapper a {
  width: 50%;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  position: relative;
}
.quotes_Section .arrow_Top {
  display: none;
}
.arrow_Top {
  background: white;
  position: relative;
  width: 100%;
  z-index: 9;
  height: 0px;
  bottom: 0;
  position: absolute;
}
.arrow_Top:after {
  content: "";
  position: absolute;
  top: -200px;
  left: 15%;
  background-color: inherit;
  padding-bottom: 20%;
  width: 100%;
  z-index: -1;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-30deg) skewX(30deg);
  -ms-transform: rotate(-30deg) skewX(30deg);
  transform: rotate(7deg) skewX(-60deg);
  background-color: #fff;
}
.bannertop_img {
  display: none;
  top: auto;
}
.bannertop_img img {
  width: 100%;
}
.tip_box .title {
  font-size: 39px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-top: 10px;
  font-family: "Heebo-Regular", "Montserrat";
}
.tip_box .cause {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.16px;
}
.tip_box .line {
  margin: 31px 0 27px auto;
  width: 45px;
  height: 3px;
  background-color: #000000;
}
.tip_box .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.16px;
  word-spacing: 2px;
}

/***************************/
.skin_result_container .Product_Found {
  padding: 55px 8% 89px;
  display: flex;
  align-items: flex-start;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.product-img-boxs {
  width: 50%;
  float: left;
}
.skin_result_container .ProductFound .product_details .name {
  font-size: 31px;
  line-height: 1.04;
  margin-bottom: 4px;
  letter-spacing: 1.2px;
}
.skin_result_container .ProductFound .product_details .under_name {
  line-height: 1.18;
}
.skin_result_container
  .ProductFound
  .product_details
  .under_name
  span:last-child {
  display: block;
  font-weight: bold;
}
.details_desk span.under_name span.old_price {
  display: inline-block !important;
}
.skin_result_container
  .ProductFound
  .product_details
  .under_name
  span.price:last-child {
  display: inline-block;
}
.skin_result_container .ProductFound .product_details button {
  margin-top: 30px;
}
.ProductFound .product_details .desc .pdp-tanner-description {
  display: none;
}
.skin_result_container .ProductFound .product_details button {
  margin-top: 15px;
}
.skin_result_container .ProductFound .product_details .desc {
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.testresult-tanner-description h3 {
  font-family: "Almoni-Tzar", "AkzidenzGroteskBE";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.07;
  letter-spacing: normal;
  color: #000;
  margin-top: 15px;
}
.skin-description-wrapper__item {
  display: flex;
  align-items: center;
  padding: 7px 0;
}
.skin-description-wrapper__item-img {
  width: 100%;
  max-width: 53px;
}
.skin-description-wrapper__item-img img {
  max-width: 53px;
}
.skin-description-wrapper__item-text {
  font-family: "Heebo-Regular", "Montserrat";
  font-size: 14px;
  line-height: 1.47;
  letter-spacing: normal;
  color: #000;
  padding-right: 10px;
}
.skin-description-wrapper__item-text--bold {
  font-weight: bold;
  display: inline-block;
}
.small-gallery-mob {
  width: 450px;
  margin: 5px auto 0;
  display: flex;
  align-items: center;
}
.small-gallery-mob .swiper-slides {
  max-width: 95px;
  margin: 0 auto;
}
.tanner-advantages {
  width: auto;
  font-size: 14px;
  font-family: "Heebo-Regular", "Montserrat";
  display: flex;
  background-color: #fbfbfb;
  border: none;
  max-width: 1120px;
  padding: 42px 37px;
  margin: 0 auto 80px;
}
.tanner-advantages__items-wrapper,
.tanner-advantages__items,
.tanner-advantages__item-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.tanner-advantages__item {
  display: flex;
  align-items: center;
  line-height: normal;
}
.tanner-advantages__item:before {
  content: "";
  width: 32px;
  height: 32px;
  margin-left: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}
.tanner-advantages__items .tanner-advantages__item:nth-child(1):before {
  background-image: url(../images/Icon_Orange_Light.svg);
}
.tanner-advantages__items .tanner-advantages__item:nth-child(2):before {
  background-image: url(../images/Icon_Smoothing_Light.svg);
}
.tanner-advantages__items .tanner-advantages__item:nth-child(3):before {
  background-image: url(../images/Icon_For_All_Skin_Types_Light.svg);
}
.tanner-advantages__items .tanner-advantages__item:nth-child(4):before {
  background-image: url(../images/Icon_Acid_Light.svg);
}
.tanner-advantages__items .tanner-advantages__item:nth-child(5):before {
  background-image: url(../images/Icon_Dermatologist_Tested.svg);
}
.tanner-advantages__items .tanner-advantages__item:nth-child(6):before {
  background-image: url(../images/Icon_Cruelty_Light.svg);
}
.tanner-packages-wrapper {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 72px;
  display: flex;
  justify-content: space-between;
}
.tanner-packages-wrapper .wrapPackage {
  margin: 0;
  border: solid 1.2px #000;
  flex: 0 0 32%;
}
#tbyb-package_bronzer {
  display: none;
}
.wrapPackage .packQube {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  margin: 0;
  padding: 15px 10px;
}
.wrapPackage .packQube h3 {
  padding: 5px;
  position: relative;
  color: #000;
  margin-bottom: 0;
  font-size: 33px;
  width: 100%;
  text-align: center;
}
.packQube h3.fontDisplay span {
  position: relative;
  top: -5px;
}
.wrapPackage .packQube .subTitle {
  font-size: 13px;
  line-height: 1.43;
  letter-spacing: 0.03px;
  text-transform: uppercase;
  border-bottom: 1.2px solid #000;
  display: block;
  width: 100%;
  padding: 0 5px 12px;
  font-weight: bold;
}
.packQube_main {
  min-height: 430px;
  display: flex;
  flex-direction: column;
}
.wrapPackage .packQube.proQube {
  display: flex;
  align-items: center;
  width: 100%;
  /* height: 108px; */
  justify-content: flex-start;
  flex-direction: row;
  padding: 0;
  gap: 10px;
  margin: 10px 0;
}
.wrapPackage .packQube .images {
  margin-top: 0;
  width: auto;
}
.wrapPackage .packQube .images img {
  width: 98px;
  height: 98px;
  object-fit: contain;
}
.wrapPackage .packQube .name {
  font-size: 15px;
  line-height: 20px;
  margin-top: initial !important;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Almoni-Tzar", "AkzidenzGroteskBE";
}
.wrapPackage span.fontMaisonBook {
  font-size: 14px;
  display: block;
  width: 100%;
  margin: 5px 0;
  color: #6a6a6a;
  font-weight: normal;
}
.wrapPackage .packQube.proQube .wrapPrice {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.wrapPackage .wrapPrice span.under_name.fontMaisonBook {
  color: #000;
  width: auto;
  margin-left: 10px;
  padding-left: 7px;
  border-left: 1px solid #dbdbdb;
}
.wrapPackage .wrapPrice .review_icon i {
  font-size: 14px;
  margin-left: 1px;
}
.wrapPackage .wrapPrice .review_icon {
  margin-left: 10px;
}
.wrapPackage .packQube.proQube .wrapPrice a {
  font-family: "Heebo-Regular", "Montserrat";
}
.wrapPackage .packQube button {
  width: 100%;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  display: block;
  border: none;
  margin: 31px 0 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.09px;
  height: 62px;
}
.wrapPackage .packQube .lds-ring .lds-ring-2 {
  width: 100%;
}
.wrapTips.wrapAttrs {
  width: 100%;
  max-width: 1135px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.wrapTips .tips_title {
  margin-top: 100px;
  margin-bottom: 48px;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.07;
}
.wrapTips .swiper-container-wrapper {
  margin-bottom: 60px;
}
.wrapAttrs .tanner-tips .tip {
  background-color: #fbfbfb;
  box-shadow: 0 6px 15px 0 rgb(0 0 0 / 10%);
  border: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 36px;
  margin-bottom: 77px;
  min-height: 280px;
  vertical-align: top;
}
.tanner-tips .square.tip {
  display: inline-block;
}
.wrapAttrs .tanner-tips .tip .title {
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Heebo-Regular", "Montserrat";
  line-height: 1.44;
  letter-spacing: 0.04px;
  font-weight: bold;
  max-width: 180px;
  margin: 0 auto;
}
.wrapTips.wrapAttrs .tip .line {
  margin: 16px auto 18px;
}
.weekendSection {
  background-color: #fbfbfb;
  padding: 72px 40px 80px;
  display: flex;
  flex-direction: column;
}
.weekendSection .tips_title {
  text-align: center;
  line-height: 1.07;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0 100px;
  font-size: 45px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.weekendSection .content {
  margin-top: 64px;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.weekendSection .information .results div {
  float: right;
  width: 33%;
  text-align: center;
}
.weekendSection .information,
.information-2,
.reviewsHighlights .reviews {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.weekendSection .first {
  margin-bottom: 45px;
}
.weekendSection .information span,
.weekendSection .information-2 span {
  font-size: 38px;
  line-height: 0.95;
  letter-spacing: normal;
  font-family: "Almoni-Tzar", "AkzidenzGroteskBE";
  color: #ff0283;
}
.weekendSection .information p {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.22;
  font-family: "Heebo-Regular", "Montserrat";
}
.weekendSection .information p span{
  font-size: 18px;
}
.weekendSection .warning-1 p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  font-family: "Heebo-Regular", "Montserrat";
}
.weekendSection .pictures {
  display: flex;
  justify-content: space-around;
}
.weekendSection .pictures img {
  width: 296px;
  height: 296px;
}
.weekendSection .pictures img:nth-child(1) {
  margin-left: 20px;
}
.weekendSection .content-2 {
  display: none;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}
.weekendSection .results-2 {
  display: flex;
  justify-content: space-around;
  margin: 0 -10px;
}
.weekendSection .results-2 > div {
  padding: 0 10px;
}
.reviewsHighlights {
  padding: 0 6.9%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reviewsHighlights .tips_title {
  font-size: 45px;
  font-weight: bold;
  line-height: 62px;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  z-index: 9;
  position: relative;
  text-align: center;
  font-family: "Almoni-Tzar", "AkzidenzGroteskBE";
  margin-top: 80px;
}
.reviewsHighlights .reviews {
  flex-direction: row;
  padding: 0 40px 56px;
  max-width: 1199px;
  direction: rtl;
}
.reviewsHighlights .block {
  width: calc(100% - 24px);
  padding: 20px;
  background-color: #fbfbfb;
  box-shadow: 0 6px 15px 0 rgb(0 0 0 / 10%);
  margin: 0 12px;
}
.reviewsHighlights .block .stars {
  position: relative;
  width: auto;
  height: 19px;
  display: block;
  margin: 0;
}
.reviewsHighlights .block .stars::before {
  font-size: 14px;
  letter-spacing: 2px;
  font-family: "FontAwesome";
}
.reviewsHighlights .client-name {
  font-size: 12px;
  line-height: 1.42;
  font-family: "Heebo-Regular", "Montserrat";
  font-weight: bold;
  text-transform: uppercase;
}
.reviewsHighlights .client-name span:nth-child(2) {
  font-size: 11px;
  line-height: 1.55;
  font-weight: 400;
  font-family: "Heebo-Regular", "Montserrat";
  color: #6a6c77;
}
.reviewsHighlights .reviwes-name {
  margin-top: 15px;
  margin-bottom: 8px;
}
.reviewsHighlights .reviwes-name span {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.13;
  font-family: "Almoni-Tzar", "AkzidenzGroteskBE";
  font-weight: bold;
}
.reviewsHighlights .reviwes-text p {
  font-size: 14px;
  line-height: 1.57;
  font-family: "Heebo-Regular", "Montserrat";
}
.reviewsHighlights .all-reviews {
  margin-top: 0;
  margin-bottom: 88px;
}
.reviewsHighlights .all-reviews a {
  display: flex;
  align-items: center;
  text-decoration: underline;
  font-family: "Heebo-Regular", "Montserrat";
  font-weight: bold;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.14px;
  color: #000;
}
.reviewsHighlights .all-reviews a::after {
  content: url(../images/tanner_icon_arrow.svg);
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.videoSection {
  background: #000;
  color: #fff;
  padding: 72px 0 15px;
  text-align: center;
}
.videoSection .tips_title {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 39px;
}
.videoSection .resultVideo {
  max-width: 700px;
  max-height: 500px;
}
.videoSection .videoStar {
  clear: both;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.videoSection span.videoStar::before {
  color: #ff0283;
  font-size: 26px;
  letter-spacing: 12px;
}
.videoSection .reviewProp {
  text-align: center;
}
.videoSection .reviewProp .reviewProp-tips_title {
  font-size: 36px;
  line-height: 39px;
  max-width: 1070px;
  margin: 0 auto 15px;
}
.videoSection .reviewProp span:before {
  display: none;
}
.processes-result__figure-wrapper {
  background-color: #000;
  transform: translateY(10px);
  margin-top: -11px;
}
.processes-result__figure {
  background-color: #fbfbfb;
  height: 139px;
  clip-path: polygon(0 80px, 156px 35px, 100% 130px, 100% 130px, 0 130px);
  -webkit-clip-path: polygon(
    0 80px,
    156px 35px,
    100% 130px,
    100% 130px,
    0 130px
  );
}
.skin_result_container {
  padding-bottom: 40px;
}
.wrap_Proccess {
  padding-bottom: 0;
  background: #fbfbfb;
  position: relative;
  overflow: hidden;
  padding-top: 35px;
}
.processes_result_wrappers {
  position: relative;
  height: auto;
  background-color: #fbfbfb;
  overflow: hidden;
}
.processes_results {
  background-color: #fbfbfb;
  max-width: 1135px;
  margin: 0 auto;
}
.processes_results .content {
  max-width: 50%;
}
.wrap_Proccess .process_title_wrapper {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.09;
  margin-bottom: 25px;
  font-family: "Almoni-Tzar", "AkzidenzGroteskBE";
  text-transform: uppercase;
}
.processes_results .content .one_process {
  margin-bottom: 44px;
  padding-left: 22%;
}
.wrap_Proccess .processes_results .content .title {
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: 0.05px;
  color: #ff0283;
  font-family: "Heebo-Regular", "Montserrat";
  font-weight: bold;
}
.wrap_Proccess .one_process .text {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Heebo-Regular", "Montserrat";
}
.wrapTips_section.wrapAttrs .tips {
  padding: 0 14%;
}
.small-gallery-mob .swiper-pagination {
  display: none;
}
.small-gallery .swiper-button-next,
.small-gallery .swiper-button-prev {
  top: 0;
  bottom: 0;
  margin: auto;
}
.tanner-tips .swiper-pagination {
  text-align: center;
}
.tanner-tips .swiper-pagination .swiper-pagination-bullet {
  background: rgba(155, 154, 155, 0.52);
  transform: none;
  border-radius: 50%;
}
.tanner-tips
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.processes_test {
  text-align: right;
}
.reviews_content {
  padding: 0 15px;
  max-width: 1165px;
  margin: 0 auto;
}
.yotpo-header,
.yotpo-main,
.yotpo-footer {
  font-family: "Heebo-Regular", "Montserrat";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal !important;
  font-size: 14px;
  line-height: 17px;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.yotpo-header {
  display: flex;
}
.yotpo-icon-profile {
  position: relative;
  width: 45px;
  height: 45px;
  margin-left: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #000;
}
.yotpo-user-letter {
  position: absolute;
  top: 13px;
  width: 100%;
  min-width: 100%;
  left: 1px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.yotpo-icon-profile .yotpo-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 10px;
  background-color: #1cc286;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
}
.yotpo-user-name {
  font-family: "Heebo-Regular", "Montserrat";
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
}
.yotpo-user-name .label-with-tooltip {
  float: left;
  margin-right: 5px;
  color: #6a6c77;
}
.yotpo-review-stars {
  margin-top: 7px;
}
.yotpo-header .yotpo-header-actions {
  margin-right: auto;
}
.yotpo-header-actions .yotpo-review-date {
  color: #6a6c77;
  font-family: "Heebo-Regular", "Montserrat";
  font-size: 12px;
}
.yotpo-main {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: 53px;
}
.yotpo-main .content-title {
  color: #6b6d76;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 3px;
}
.content-review {
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  color: #000;
}
.yotpo-hidden {
  display: none !important;
}
.yotpo-review-images-wrapper {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  margin-top: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.yotpo-review-images-wrapper img.image-review,
.expandable-image-container {
  width: 130px;
  height: 130px;
  margin-bottom: 11px;
  margin-left: 11px;
  position: relative;
  float: right;
  object-fit: contain;
}
.yotpo-header-element {
  padding-left: 13px;
}
.expandable-image-container img {
  opacity: 1;
  border: 1px solid #cfd7e3;
  filter: brightness(50%);
}
.expandable-image-container .expandable-num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  display: none;
}
.yotpo-footer {
  margin-right: 53px;
  color: #6a6c77;
  display: flex;
}
.yotpo-helpful {
  margin-right: auto;
  display: flex;
}
.yotpo-help {
  display: flex;
}
.vote-btn .vote-sum {
  margin-right: 10px;
}
.footer-actions .yotpo-action {
  display: inline-block;
  cursor: pointer;
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #a2a2a2;
}
.share-options-wrapper {
  display: none;
}
.footer-actions:hover .share-options-wrapper {
  display: inline;
}
.share-options-wrapper .y-label:not(:last-child)::after {
  content: ".";
  margin: 0 5px;
  vertical-align: text-top;
}
.yotpo-review {
  padding: 25px 0 22px;
}
.yotpo-regular-box {
  margin: 0 10px;
  border-top: 1px solid #e3e3e3;
}
.yotpo-read-more {
  color: #a2a2a2 !important;
}
/* Newly added css Start */

.review_title_new {
  text-align: center;
  font-weight: bold !important;
  margin-top: 30px;
  margin-bottom: 20px !important;
  font-size: 45px;
}
.bold-text {
  font-weight: bold !important;
}
#glassix-container {
  display: none !important;
}
.clr-pink {
  color: #ff0283;
}

/* Newly added css End */

/* font-family: 'Oswald', sans-serif; */
.yotpo-reviews {
  direction: ltr;
}

#upsell_product_popup {
  max-width: 550px;
}
.upsell-popup-content .upsell-header {
  text-align: center;
  font-family: "Almoni-Tzar", "AkzidenzGroteskBE";
  font-size: 35px;
  margin-bottom: 5px;
  line-height: normal;
  font-weight: 700;
}
.upsell-sub-header {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  line-height: normal;
  font-family: "Heebo-Regular", "Montserrat";
}
.upsell-popup-content .upsell-body {
  text-align: center;
  margin-top: 15px;
}
.upsell-product-content span {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  line-height: 1;
}
.upsell-product-title,
.upsell-product-Price {
  font-family: "Almoni-Tzar", "AkzidenzGroteskBE";
  font-size: 25px;
}
.upsell-product-sub-title,
.upsell-product-color {
  font-family: "Heebo-Regular", "Montserrat";
  font-size: 13px;
  color: #666;
  margin-bottom: 10px !important;
}
.upsell-product-color {
  font-style: italic;
  margin-bottom: 0 !important;
}
.upsell-product-Price {
  font-size: 18px;
}
.upsell-product-content span.upsell-product-Price {
  display: table;
  padding: 2px 5px;
  margin-bottom: 10px;
}
.upsell-body .upsell-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.upsell-body .upsell-buttons .mainproduct {
  flex: 0 0 49.5%;
  border: 1px solid #ff0183;
  color: #ff0183;
  background-color: #fff;
  height: 50px;
  padding: 0;
  font-weight: 800;
}
.upsell-body .upsell-buttons .multiproduct {
  flex: 0 0 49.5%;
  border: 1px solid #ff0183;
  background-color: #ff0183;
  color: #fff;
  height: 50px;
  padding: 0;
  font-weight: 800;
}
.upsell-body .upsell-buttons button.btn_skip:hover,
.upsell-body .upsell-buttons button.btn_order {
  color: #fff;
  background-color: #ff0183;
}
.upsell-body .upsell-buttons button.btn_order:hover {
  background-color: #fff;
  color: #ff0183;
}
.upsell-body .upsell-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.upsell-body .upsell-product > * {
  flex: 49%;
}
.upsell-product-image img {
  max-width: 160px;
}
.fancybox-caption-wrap {
  display: none;
}
.under_name fontMaisonBook .old_price {
  font-weight: normal !important;
}
.under_name fontMaisonBook .old_price {
  font-weight: bold !important;
}
.tanner_one-item {
  padding: 48px;
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
  border: solid 1.2px #000;
}
.tanner_one-item .packQube-wrapper {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  gap: 20px;
}
.tanner_one-item .packQube-wrapper .packQube_main {
  min-height: auto;
}
.tanner_one-item .packQube-wrapper-item {
  flex: 1 1 0%;
}

.tanner_one-item .packQube-wrapper-item .fontDisplay {
  text-align: right;
  font-family: noe display;
  font-weight: bold;
}
.tanner_one-item .packQube-wrapper-item .subTitle {
  border: none;
  padding: 10px 0 50px;
  font-size: 14px;
  text-transform: uppercase;
}
.tanner_one-item .packQube-wrapper-item button.packageMultipleProducts,
.tanner_one-item .packQube-wrapper-item .lds-ring-2 {
  margin: 0;
  max-width: 392px;
}
.product_details .logo-banner {
  max-width: 150px;
  margin: 10px auto 0;
}
.yotpo .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  font-size: 14px!important;
}
.wrapPrice a {
  font-size: 13px!important;
  font-family: "Heebo-Regular", "Montserrat"!important;
  color: #000!important;
  letter-spacing: 0;
  font-weight: 400;
  text-decoration: underline!important;
}
.wrapPrice a:hover {
  color: #599dd2;
  text-decoration: underline!important;
}
.wrapPackage .packQube.proQube .wrapPrice a {
  font-family: "Heebo-Regular", "Montserrat";
  color: #000!important;
  text-decoration: underline!important;
}
.wrapPackage .packQube.proQube .wrapPrice a:hover {
  text-decoration: underline!important;
  color: #599dd2!important;
}
/***************************/
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .swiper-wrapper-slider .tip_box {
    min-height: 365px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .swiper-wrapper-slider .tip_box,
  .wrap_tips .tip_box .square {
    padding: 15px;
  }
  .swiper-wrapper-slider .swiper_title {
    font-size: 18px;
  }
  .tip_box .line {
    margin: 20px 0 20px auto;
  }
  .tip_box .text {
    line-height: 20px;
  }
  .swiper-wrapper-slider .tip_box {
    min-height: 305px;
  }
}
@media only screen and (max-width: 1024px) {
  .header_sub_title {
    font-size: 16px;
    line-height: 24px;
  }
  .header_title {
    max-width: 98%;
    margin: 5px auto 0;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
  }
  .header_banner {
    padding: 10px 0 18px;
  }
  .header_banner .pro {
    width: 260px;
  }
  .header_banner .pro .shadeData img,
  .header_banner .pro .shadeData {
    width: 37px;
    height: 37px;
    margin: auto;
  }
  .header_banner .pro .right {
    max-width: 255px;
  }
  .header_banner .pro .shade {
    margin-top: 8px;
    margin-left: 10px;
  }
  .header_banner .pro .name {
    max-width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.06px;
    margin: 0;
    margin-bottom: 5px;
  }
  .header_banner .pro .shadeName {
    font-size: 14px;
  }
  .ProductFound .product-img {
    width: 100%;
    margin-bottom: 25px;
  }
  .product_details {
    flex: 0 0 100%;
    padding: 0;
  }
  .ProductFound .shade,
  .ProductFound .product_details button,
  .lds-ring,
  .lds-ring-2,
  .text_under_button,
  .ProductFound .product_details .desc,
  .animalFree {
    width: 100%;
  }
  .wrapTips_section.wrapAttrs,
  .wrapTipsisr.wrapAttrs,
  .main_title,
  .tips,
  .reviews_content {
    padding: 0 6.9%;
  }
  .main_title {
    margin-top: 53px;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 44px;
  }
  .processes_result_box .content {
    padding-left: 6.9%;
    max-width: 50%;
  }
  .wrapProccess_box .arrow_Top:after {
    top: -160px;
  }
  .ProductFound {
    padding: 45px 6.9% 0;
  }
  .processes_result_wrapper {
    height: auto;
    background: #dfc8be !important;
    padding-bottom: 0;
  }
  .ProductFound .wrapPrice span.under_name {
    font-weight: bold;
  }
  .ProductFound .shade {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
  .ProductFound .product_details .desc {
    padding: 15px 0 21px;
    margin: 17px 0;
    font-size: 16px;
    line-height: 26px;
  }
  .logosWrapper a.active:after {
    content: "";
    display: block;
    border-bottom: 2px solid #ff0283;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
  }
  .video_Section .main_title {
    margin-top: 40px;
  }
  .tip_box {
    padding: 10px 6.9% 30px;
  }
  .wrap_tips .tip_box .square {
    margin-bottom: 15px;
  }
  .product-img-boxs {
    width: 100%;
  }
  .processes_results .content,
  .tanner-packages-wrapper,
  .swiper-container-wrapper {
    max-width: 100%;
    padding: 0 6.9%;
  }
  .reviewsHighlights .reviews {
    padding: 0 0 56px;
  }
  .small-gallery-mob {
    display: none;
  }
  .tanner-advantages__item-wrapper {
    flex-wrap: wrap;
  }
  .swiper-wrapper-slider .tip_box {
    padding: 15px;
  }
  .swiper-wrapper-slider .swiper_title {
    font-size: 24px;
    margin-top: 0;
  }
    .small-gallery-mob {
      display: block;
      width: 100%;
      margin: 0 0 25px;
    }
    .small-gallery .swiper-button-next {
      right: 0!important;
    }
    .small-gallery .swiper-button-prev {
      left: 0;
    }
}
@media only screen and (max-width: 767px) {
  .ProductFound .product-img > img {
    max-width: 300px;
  }
  .ProductFound .product-img {
    display: none;
  }
  .product-img-boxs .swiper-container-wrapper {
    display: block;
  }
  .small-gallery .swiper-button-next, .small-gallery .swiper-button-prev {
    display: none;
  }
  .small-gallery-mob .swiper-pagination {
    display: block;
  }
  .details_mobiles .name {
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 6px;
  }
  .ProductFound .details_mobiles {
    display: block;
    width: 100%;
    text-align: right;
  }
  .quotes_Section.show {
    display: block;
    padding: 60px 20px;
    text-align: center;
    margin-top: 20px;
  }
  .quotes_Section .arrow_Top {
    display: block;
  }
  .quotes_Section .arrow_Top:after {
    top: auto;
    bottom: -19px;
    left: 50px;
    transform: rotate(9deg) skewX(-47deg);
  }
  .video_Section {
    padding: 10px 6.9% 30px;
  }
  .reviewProp span.videoStar {
    display: none;
  }
  .video_Section .reviewProp .main_title:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Heebo-Regular", "Montserrat";
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
    letter-spacing: 4px;
  }
  .video_Section .reviewProp .main_title {
    margin-top: 40px;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.8px;
  }
  .video_Section .reviewProp a {
    padding-top: 30px;
  }
  .wrap_Tips:not(.wrapAttrs) .tips .tip_box {
    width: 100%;
    float: none;
    text-align: center;
    padding: 24px 17px;
  }
  .processes_result_box .content {
    max-width: 100%;
    padding: 6.9%;
  }
  .process_title_wrapper:after {
    display: none;
  }
  .processes_result_box .content .title {
    margin-bottom: 27px;
    letter-spacing: 0;
  }
  .explanation {
    padding: 0 6.9% 60px;
  }
  .wrapProccess_box .arrow_Top:after {
    top: -50px;
  }
  .bannertop_img .img-desk {
    display: none;
  }
  .bannertop_img .img-mobile {
    display: block;
  }
  .bannertop_img {
    display: block;
  }
  .ProductFound {
    padding: 12px 26px 28px 26px;
  }
  .details_mobiles .under_name {
    font-size: 15px;
    font-weight: 600;
  }
  .details_mobiles .under_name span:last-child {
    display: inline-block;
    font-weight: normal;
  }
  .swiper-container-wrapper {
    padding: 0;
  }
  .wrap_tips .tip_box .square {
    width: 100%;
  }
  .swiper-wrapper-slider .tip_box,
  .wrap_tips .tip_box .square {
    padding: 10px;
    margin-bottom: 40px;
    min-height: 280px;
  }
  .wrap_tips .tip_box .square {
    margin-bottom: 20px;
    text-align: center;
  }
  .wrap_tips .tip_box .square .line {
    margin: 20px auto;
  }
  .process_title_wrapper {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    max-width: 100%;
    margin: 15px auto 0;
    clear: both;
    bottom: 0;
    position: static;
  }
  .swiper-wrapper-slider .swiper_title {
    margin-top: 0;
  }
  .tip_box .text {
    font-size: 16px;
    line-height: 22px;
    min-height: 132px;
  }
  .tip_box .line {
    margin: 15px 0 15px auto;
  }
  .fancybox-error {
    padding: 40px 20px;
    width: 90%;
  }
  .skin_result_container .ProductFound .product_details .desc {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .tanner-advantages {
    padding: 25px 15px;
    margin: 0 auto 30px;
  }
  .tanner-advantages__item {
    margin-left: auto;
    flex: 0 0 60%;
    max-width: 60%;
    font-size: 12px;
  }
  .tanner-advantages__item:nth-child(2n) {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .tanner-advantages__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .tanner-advantages__item:before {
    width: 20px;
    height: 20px;
  }
  .tanner-advantages__items {
    flex-direction: column;
  }
  .tanner-packages-wrapper {
    margin: 0 auto;
    flex-direction: column;
  }
  .tanner-packages-wrapper .wrapPackage {
    width: 100%;
    margin: 0 0 30px;
  }
  .wrapPackage .packQube h3 {
    font-size: 27px;
  }
  .wrapPackage .packQube .subTitle {
    font-size: 12px;
  }
  .packQube_main {
    min-height: 100%;
  }
  .wrapPackage .packQube.proQube {
    padding: 0;
    margin: 0;
    padding-top: 1rem;
  }
  .wrapPackage .packQube .images img {
    width: 78px;
    height: 78px;
  }
  .wrapPackage .packQube .name {
    font-size: 14px;
    line-height: 16px;
  }
  .wrapPackage span.fontMaisonBook {
    font-size: 13px;
  }
  .explanation .text {
    font-size: 15px;
  }
  .wrapPackage .packQube.proQube .wrapPrice {
    flex-wrap: wrap;
  }
  .wrapPackage .wrapPrice span.under_name.fontMaisonBook {
    margin-left: 5px;
    padding-left: 5px;
  }
  .wrapPackage .wrapPrice .review_icon {
    margin-left: 5px;
  }
  .wrapPackage .wrapPrice .review_icon i {
    margin: 0 -1px;
    vertical-align: revert;
  }
  .wrapTips .tips_title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 28px;
  }
  .wrapAttrs .tanner-tips .tip {
    padding: 15px;
    margin-bottom: 15px;
  }
  .wrapTips .swiper-container-wrapper {
    margin-bottom: 30px;
    padding: 0 6.9%;
  }
  .tanner-tips.swiper-container {
    /* overflow: visible; */
  }
  .weekendSection {
    padding: 30px 6.9%;
  }
  .weekendSection .tips_title {
    padding: 0;
    font-size: 28px;
  }
  .weekendSection .content {
    display: none;
  }
  .weekendSection .content-2 {
    display: block;
  }
  .weekendSection .information-2 span {
    font-size: 30px;
  }
  .weekendSection .results-2 > div p {
    min-height: 80px;
    font-size: 16px;
  }
  .warning-2 {
    margin-top: 15px;
  }
  .reviewsHighlights .tips_title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 28px;
  }
  .reviewsHighlights .reviews {
    padding: 0 0 25px;
    flex-direction: column;
  }
  .reviewsHighlights .block {
    width: 100%;
    margin: 0 auto 20px;
  }
  .reviewsHighlights .all-reviews {
    margin-bottom: 45px;
  }
  .videoSection {
    padding: 30px 0;
  }

  .reviews_content .reviews_title {
    font-size: 28px;
  }
  .videoSection .tips_title {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 30px;
  }
  .videoSection .resultVideo {
    max-width: 320px;
    max-height: 320px;
  }
  .videoSection .videoStar {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .videoSection span.videoStar::before {
    font-size: 16px;
    letter-spacing: 8px;
  }
  .videoSection .reviewProp .reviewProp-tips_title {
    font-size: 28px;
    line-height: 30px;
    margin: 0 auto 30px;
  }
  .wrap_Proccess .process_title_wrapper {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .processes_results .content .one_process {
    margin-bottom: 25px;
    padding-left: 0;
  }
  .wrap_Proccess .processes_results .content .title {
    font-size: 18px;
  }
  .wrap_Proccess .one_process .text {
    font-size: 15px;
  }
  .video_Section .resultVideo {
    max-width: 100%;
    max-height: none;
  }
  .wrapTips_section.wrapAttrs,
  .wrapTipsisr.wrapAttrs,
  .main_title,
  .tips,
  .reviews_content {
    padding: 0 6.9%;
  }
  .skin_result_container .processes-result__figure {
    height: 109px;
    clip-path: polygon(0 80px, 57px 35px, 100% 100px, 100% 100px, 0 100px);
    -webkit-clip-path: polygon(
      0 80px,
      57px 35px,
      100% 100px,
      100% 100px,
      0 100px
    );
  }
  .yotpo-header .yotpo-header-actions {
    display: none;
  }
  .yotpo-main,
  .yotpo-footer {
    margin-right: 0;
  }
  .yotpo-review-media-wrapper-desktop {
    display: none;
  }
  .yotpo-hidden {
    display: block !important;
  }
  .yotpo-footer {
    flex-direction: column;
  }
  .footer-actions {
    margin-bottom: 15px;
  }
  .yotpo-helpful {
    width: 100%;
  }
  .yotpo-header-actions {
    margin-right: auto;
  }
  .yotpo-header-actions .yotpo-review-date {
    font-size: 13px;
  }
  .yotpo-help {
    flex: 0 0 100%;
  }
  .yotpo-regular-box {
    margin: 0;
  }
  .product-collateral ul.toggle-tabs {
    width: 100% !important;
  }
  .skin_result_container {
    padding-bottom: 0;
  }
  .tanner_one-item {
    padding: 15px;
    width: 95%;
    margin: 0 auto 40px;
  }
  .tanner_one-item .packQube-wrapper {
    flex-direction: column;
  }
  .tanner_one-item .packQube-wrapper-item .subTitle {
    padding: 10px 0 20px;
  }
}
