/*
swap
.common-home
with
.common-home
 */
body {
    font-family: 'SofiaPro';
}
/*.common-home #content .main-row:first-child .home-top-area {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 10px 1fr 10px 1fr;
    grid-template-columns: 3fr repeat(2, 0.895fr);
    -ms-grid-rows: auto 10px auto 10px auto 10px auto;
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.common-home #content .main-row:first-child .home-top-area > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.common-home #content .main-row:first-child .home-top-area > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.common-home #content .main-row:first-child .home-top-area > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
.common-home #content .main-row:first-child .home-top-area > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.common-home #content .main-row:first-child .home-top-area > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
.common-home #content .main-row:first-child .home-top-area > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}
.common-home #content .main-row:first-child .home-top-area > *:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}
.common-home #content .main-row:first-child .home-top-area > *:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}
.common-home #content .main-row:first-child .home-top-area > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}
.common-home #content .main-row:first-child .home-top-area > *:nth-child(10) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}
.common-home #content .main-row:first-child .home-top-area > *:nth-child(11) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
}
.common-home #content .main-row:first-child .home-top-area > *:nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
}*/
.common-home .block-title {
    margin-top: 34px;
    font-size: 28px;
    font-weight: 500;
    color: #363636;
}
.common-home .products-container .block-title {
    text-align: center;
}
.common-home .info-bit {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
}
.common-home .slider-container {
  -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2;
}
/*.common-home .slider-side-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
}
.common-home .slider-side-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1 / 3 / 2 / 4;
}
.common-home .slider-side-3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 2 / 2 / 3 / 4;
}*/
.common-home .info-icons,
.common-home .policy-block {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 3 / 1 / 4 / 4;
}
.common-home .products-container {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 4 / 1 / 5 / 4;
}
.info-icons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 70px;
    grid-template-rows: 70px;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    margin-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.info-icons > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.info-icons > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.info-icons > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
.info-icons > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}
.info-bit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.info-bit img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
}
.info-bit-text {
    height: 51px;
    margin-top: auto;
    margin-bottom: auto;
    /*padding-left: 20px;*/
}
.info-bit-text label {
    font-size: 16px;
    font-weight: bold;
    color: #2b2d2f;
    margin-bottom: 3px;
}
.info-bit-text p {
    font-size: 14px;
    color: #7b8291;
    font-weight: 300;
}
.common-home .block-title {
    border: none !important;
}
.common-home .block-title .title span {
    font-weight: 500;
    font-size: 28px;
    color: #363636;
}
.brand-logo {
    margin-top: 0;
    border: none;
    padding: 17px 0;
    position: relative;
}
.common-home .main-col .newsletter-block .footer-news {
    display: none;
}
footer .home-news {
    display: none;
}
.common-home .main-col .newsletter-block {
    position: relative;
    padding-top: 88px;
    padding-bottom: 99px;
    margin-top: 0px;
    z-index: 8;
}
.common-home .main-col .newsletter-block::before {
    content: "";
    background-image: url(/image/homepage/subbannernaujas1.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: -800px;
    width: 3000px;
    height: 100%;
    z-index: -2;
}
/*.common-home .main-col .newsletter-block::after {
    content: "";
    background-image: url(/image/homepage/Blossom-White.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    position: absolute;
    top: 0;
    right: calc(((100vw - 1410px) / 2) * -1);
    width: 50%;
    height: 100%;
    z-index: -1;
}*/
@media only screen and (max-width: 1439px) {
    .common-home .main-col .newsletter-block::after {
        right: -15px;
    }
}

.common-home .main-col .home-news-titles {
    width: 50%;
}
.common-home .main-col .home-news-title-dark {
    color: #FFF;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 9px;
}
.common-home .main-col .home-news-title-pink {
    color: #FFF;
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 23px;
}
.common-home .main-col .home-news-subtitle {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 35px;
}
.common-home .main-col .newsletter-block .newsletter-content {
    width: 50%;
}
.common-home .main-col .newsletter-block .newsletter_email {
    font-size: 15px;
    border-radius: 40px;
}
.common-home .main-col .newsletter-block .newsletter-content .content button {
    background-color: #005eb8;
    border-radius: 40px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}
.common-home .main-col .newsletter-block .newsletter-content .content button::before {
    content: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1320px) {
    .info-bit-text label {
        font-size: 14px;
    }
    .info-bit-text p {
        font-size: 13px;
        color: #7b8291;
    }
}

.skin-types {
    position: relative;
    padding-top: 46px;
    padding-bottom: 55px;
    margin-top: 48px;
}
.skin-types::before {
    content: "";
    background-color: #FDF5F6;
    position: absolute;
    top: 0;
    left: -800px;
    width: 3000px;
    height: 100%;
    z-index: -2;
}
.skin-types .skin-title {
     color: #B32A56;
}
.skin-title {
    font-size: 28px;
    font-weight: 500;
    color: #363636;
    text-align: center;
}
.faces {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.faces > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.faces > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.faces > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
.faces > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}
.faces > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
}
.face {
    text-align: center;
    padding-top: 39px;
}
.face-image {
    height: 101px;
    width: 82px;
    margin: auto;
    /*border-radius: 100px;*/
    overflow-x: hidden;
    /*border: 2px solid #fbd7d7;*/
}
.face-image img {
    -o-object-fit: contain;
    object-fit: contain;
}
.face-text {
    font-size: 18px;
    font-weight: 600;
    color: #2b2d2f;
    padding-top: 15px;
}
/*.face:hover .face-image {
    border: 2px solid #B32A56;
}*/
.face:hover .face-text {
    color: #B32A56;
}
iframe#reviews-homepage {
    height: 600px;
    width: 100%;
    border: none;
    overflow: visible;
    background-color: #f1f1f1;
}
.reviews-homepage {
    position: relative;
    padding-top: 39px;
    margin-top: 20px;
    /*margin-bottom: 10px;*/
    padding-bottom: 58px;
}
.reviews-homepage::before {
    content: "";
    background-color: #f1f1f1;
    position: absolute;
    top: -8px;
    left: -800px;
    width: 3000px;
    height: calc(100% + 10px);
    z-index: -2;
}
.home-review {
    width: 100%;
    height: 100%;
}
.home-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
}

.home-review-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 0px 1fr;
    grid-template-columns: 2fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.home-review-content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.home-review-content > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
/*.home-review-section-title {
    float: left;
}*/
.home-review-buttons {
    float: right;
}
.home-review-outer {
    padding-bottom: 73px;
}
.home-review-product-wrap {
    width: 240px;
    margin: auto;
}
.home-review-product-wrap h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 26px;
    margin-top: 34px;
}
.home-review-product {
    margin-bottom: 42px;
}
.home-review-comment {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
}
.home-review-image {
    text-align: center;
}
.home-review-title {
    color: #2b2d2f;
    font-size: 15px;
    font-weight: 400;
}
.home-review-price {
    font-size: 18px;
    color: #005eb8;
    font-weight: 400;
}
.home-review-inner {
    position: relative;
}
.home-review-comment-outer {
    border-right: 1px solid #ebebeb;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}
.home-review-visit {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color: #005eb8;
    border-radius: 20px;
    width: 0;
    height: 0;
    padding: 12px;
}
.home-review-visit::before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    padding: 3px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
    right: 9px;
    pointer-events: none;
}
.hr-rating {
    font-size: 40px;
    color: #363636;
    font-weight: 300;
}
.hr-rating span {
    /*font-weight: 600;*/
}
.hr-name {
    font-size: 18px;
    color: #363636;
    font-weight: 600;
    margin-top: 18px;
}
.hr-comment {
    font-size: 18px;
    color: #363636;
    font-weight: 300;
    margin-top: 18px;
    line-height: 26px;
}
.hr-stars {
    margin-top: 23px;
}
.hr-stars .fa-star {
    color: #cccccc;
    font-size: 25px;
}
.hr-stars .fa-star.active {
    color: #6F3BB7;
}
.home-review-buttons button {
    border: none;
    background-color: transparent;
    height: 0;
    width: 0;
    padding: 17px 12px;
    position: relative;
}
.home-review-buttons button::before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    padding: 4px;
    border-radius: 2px;
    border-bottom: 3px solid #959595;
    border-right: 3px solid #959595;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
}
.home-review-buttons button:hover::before {
    border-bottom: 3px solid #606060;
    border-right: 3px solid #606060;
}
.home-review-buttons button.prev-slide::before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 5px;
    left: 4px;
}
.home-review-buttons button.next-slide::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 5px;
    right: 4px;
}
.hr-special {
    font-size: 15px;
    color: #969696;
    margin-left: 7px;
    position: relative;
}
.hr-special::before {
    content: "";
    position: absolute;
    height: 0;
    width: 100%;
    border-bottom: 1px solid #969696;
    top: 59%;
}

.no-answer {
    border: 1px solid #ebebeb;
    position: relative;
    border-radius: 5px;
    padding: 40px 20px;
    text-align: center;
}
.no-answer-icon {
    background-image: url(/image/icons/question-cloud_pink.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 80px;
}
.no-answer-title {
    color: #363636;
    font-size: 24px;
    font-weight: 600;
    padding-top: 22px;
}
.no-answer-text {
    font-size: 15px;
    color: #959595;
    padding-top: 21px;
    max-width: 300px;
    margin: auto;
}
.no-answer-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #005eb8;
    height: 50px;
    display: block;
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 11px 28px;
    border-radius: 94px;
    margin-top: 34px;
}
.no-answer-link:hover {
    background-color: #004e9b;
    color: #fff;
    cursor: pointer;
}
.home-faq-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 60px 1fr;
    grid-template-columns: 2fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 60px;
    grid-row-gap: 0px;
    background-color: #fff;
    width: 100%;
    height: 100%;
}
.home-faq-container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.home-faq-container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.question {
    background-color: #f3f3f3;
    margin-bottom: 10px;
    padding: 30px;
    border-radius: 5px;
    position: relative;
}
.question h4 {
    font-size: 20px;
    color: #2b2d2f;
    margin: 0;
}
.question.expanded h4 {
    margin-bottom: 20px;
}
.answer {
    font-size: 15px;
    color: #363636;
    line-height: 22px;
}
.question .answer {
    display: none;
}
.question.expanded .answer {
    display: block;
}
.question.expanded {
    padding-bottom: 20px;
}
.question .question-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 0;
    height: 0;
    padding: 10px;
    color: #0e67bb;
    font-weight: bold;
    font-size: 15px;
    border-radius: 20px;
    border: 2px solid #0e67bb;
}
.question .question-icon::after {
    content: "";
    position: absolute;
    top: 9px;
    right: 5px;
    width: 0;
    height: 0;
    padding: 0 5px;
    border-bottom: 2px solid #0e67bb;
}
.question .question-icon::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 9px;
    width: 0;
    height: 0;
    padding: 5px 0;
    border-right: 2px solid #0e67bb;
}
.question.expanded .question-icon::before {
    content: none;
}
.home-faq {
    margin-bottom: 50px;
    margin-top: 47px;
}
.home-faq .skin-title {
    margin-bottom: 49px;
}
.home-instagram {
    height: calc(100vw / 6);
    width: 100%;
    position: relative;
}
.home-ig-button {
    font-size: 16px;
    color: #252525;
    background: #fff;
    height: 50px;
    display: block;
    margin: auto;
    width: 260px;
    text-align: center;
    padding: 12px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    top: 50%;
    position: relative;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.home-ig-button:hover {
    background: #ebebeb;
    color: #252525;
}
.home-ig-background {
    height: 100%;
    position: absolute;
    width: 100vw;
    margin-left: calc(-1 * ((100vw - 100%) / 2));
}
.ig-img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
.ig-img.ig-6 {
    background-image: url(/image/homepage/bg_Instagram_Desktop.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
}
.common-home footer {
    margin-top: 0;
}
.common-home .plaza-slider {
    height: 100%;
}
.faq-popup-dark {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,0.2);
    z-index: 1000;
}
.faq-popup-contact {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    z-index: 1020;
}
.faq-popup-contact-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 0;
    height: 0;
    padding: 6px;
}
.faq-popup-contact-close:hover {
    cursor: pointer;
}
.faq-popup-contact-close::before {
    content: "";
    position: absolute;
    top: 1px;
    right: -4px;
    height: 0;
    width: 0;
    padding: 4px;
    border-bottom: 2px solid #969696;
    border-left: 2px solid #969696;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.faq-popup-contact-close::after {
    content: "";
    position: absolute;
    top: 1px;
    right: 7px;
    height: 0;
    width: 0;
    padding: 4px;
    border-bottom: 2px solid #969696;
    border-right: 2px solid #969696;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.faq-popup-contact-text {
    color: #363636;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.faq-popup-contact-email {
    font-size: 20px;
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}
.faq-popup-contact-time {
    font-size: 20px;
    display: block;
    padding-top: 10px;
    text-align: center;
    color: #2b2d2f;
}
.common-home .breadcrumbs {
    display: none;
}

/* checkbox */
.newsletter-content {
    position: relative;
}
footer .newsletter-content label {
    padding-top: 3px;
}
.newsletter-content label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    margin-top: 8px;
}
.newsletter-content input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 23px;
    width: 25px;
    top: -2px;
    left: 17px;
    z-index: 2;
}
.newsletter-content .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.newsletter-content input[type="checkbox"]:checked ~ .checkmark {
    background-color: #363636;
    border: none;
}
.newsletter-content .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.newsletter-content input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
}
.newsletter-content .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* end checkbox */
.slider-content .content .slide-readmore a {
    display: none;
}
.common-home .blog-module .swiper-wrapper {
    /*display: -ms-grid !important;*/
    /*display: grid !important;*/
    /*-ms-grid-columns: 1fr 30px 1fr 30px 1fr !important;*/
    /*grid-template-columns: 1fr 1fr 1fr !important;*/
    /*grid-gap: 30px !important;*/
}
.common-home .blog-module .swiper-wrapper > .post-content {
    /*width: 100% !important;*/
}
.common-home .blog-module .post-item .post-image {
    width: 100% !important;
    display: block;
    z-index: 1;
    position: relative;
}
.common-home .blog-module .post-item .post-image img {
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #ebebeb;
    margin-bottom: 11px;
    width: 100%;
    display: block;
}
.common-home #header {
    margin-bottom: 20px !important;
}
.common-home .blog-module .post-cation {
    padding: 0;
    overflow: visible;
}
.common-home .blog-module .post-cation .post-date-author {
    margin-bottom: 8px;
}
.common-home .blog-module .post-cation .post-intro,
.common-home .blog-module .post-cation .post-author {
    display: none;
}
.common-home .blog-module .post-cation .post-date {
    display: block;
    color: #959595;
    font-size: 14px;
    position: relative;
}
.common-home .blog-module .post-name a {
    color: #363636;
    font-size: 22px;
    display: block !important;
    overflow: visible !important;
    font-weight: 500 !important;
    text-transform: none !important;
}
.common-home .blog-module .post-item .post-cation .btn-more {
    margin-top: 20px;
}
.common-home .blog-module .btn-more a {
    color: #005eb8;
    font-size: 16px;
    border: none;
    position: relative;
}
.common-home .blog-module .btn-more a::after {
    content: "";
    position: absolute;
    top: 8px;
    right: -14px;
    height: 0;
    width: 0;
    padding: 4px;
    border-bottom: 1px solid #005eb8;
    border-right: 1px solid #005eb8;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.common-home .blog-module .block-title {
    margin-top: 46px;
    margin-bottom: 35px;
    text-align: center;
}
.home-blog-more {
    text-align: center;
    margin-top: 30px;
}
.home-blog-more a {
    height: 50px;
    border: 2px solid #005eb8;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #005eb8;
    font-size: 16px;
    text-transform: uppercase;
    margin: auto;
    font-weight: 500;
    padding: 9px 46px 9px 33px;
    border-radius: 100px;
    position: relative;
}
.home-blog-more a::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 30px;
    height: 0;
    width: 0;
    padding: 4px;
    border-bottom: 1px solid #005eb8;
    border-right: 1px solid #005eb8;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.common-home .blog-module {
    padding-bottom: 60px;
}
.home-seo-text {
    position: relative;
    margin-bottom: 40px;
}
#home-seo-text {
    height: 195px;
    overflow: hidden;
    position: relative;
    line-height: 22px;
}
.home-seo-text h1 {
    font-size: 28px;
    color: #363636;
    font-weight: 500;
    margin-top: 44px;
    margin-bottom: 28px;
    text-align: center!important;
}
.home-seo-text p {
    color: #363636;
    font-size: 14px;
}
.brand-logo {
    background:#FDF5F6 ;
}
.brand-logo .swiper-viewport {
    background:#FDF5F6 ;
}
.brand-logo::after {
    content: "";
    background:#FDF5F6 ;
    position: absolute;
    top: 0;
    left: -800px;
    width: 3000px;
    height: 100%;
    z-index: -2;
}
.brand-logo::before {
    content: "";
    padding-left: 5000px;
    padding-right: 5000px;
    border-bottom: 1px solid #ebebeb;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 0;
    left: -3000px;
    pointer-events: none;
}
#home-seo-text::after {
    content: "";
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.home-seo-text.expanded #home-seo-text {
    height: auto;
}
.home-seo-text.expanded #home-seo-text::after {
    content: none;
}
.home-seo-button {
    height: 50px;
    border: 2px solid #005eb8;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #005eb8;
    font-size: 16px;
    text-transform: uppercase;
    margin: auto;
    font-weight: 500;
    padding: 9px 46px 9px 33px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}
.home-seo-button::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 30px;
    height: 0;
    width: 0;
    padding: 4px;
    border-bottom: 1px solid #005eb8;
    border-right: 1px solid #005eb8;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.home-seo-text.expanded .home-seo-button::after {
    transform: rotate(-135deg);
}
.home-seo-text.expanded .home-seo-button {
    position: relative;
}
.home-seo-button:hover {
    background-color: transparent;
    color: #005eb8;
}
.plaza-blog-post .post-description img {
    max-height: 350px;
    display: block;
    margin: 0;
    margin-right: 30px;
    margin-bottom: 20px;
    float: left;
    height: auto;
    width: auto;
}
.home-review-image img {
    object-fit: contain;
}

/*
ONLY DESKTOP
 */

@media only screen and (min-width: 1200px) {
    .info-icons::before {
        content: "";
        padding-left: 5000px;
        padding-right: 5000px;
        border-bottom: 1px solid #ebebeb;
        height: 0;
        width: 0;
        position: absolute;
        bottom: 0;
        left: -3000px;
    }
}

/*
TABLET
 */

@media only screen and (max-width: 1199px) {
   /* .common-home #content .main-row:first-child .home-top-area {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto;
        grid-template-rows: repeat(5, auto);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .common-home #content .main-row:first-child .home-top-area > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .common-home #content .main-row:first-child .home-top-area > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .common-home #content .main-row:first-child .home-top-area > *:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .common-home #content .main-row:first-child .home-top-area > *:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
    .common-home #content .main-row:first-child .home-top-area > *:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }
    .common-home #content .main-row:first-child .home-top-area > *:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }
    .common-home #content .main-row:first-child .home-top-area > *:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }
    .common-home #content .main-row:first-child .home-top-area > *:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }
    .common-home #content .main-row:first-child .home-top-area > *:nth-child(9) {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
    }
    .common-home #content .main-row:first-child .home-top-area > *:nth-child(10) {
        -ms-grid-row: 9;
        -ms-grid-column: 3;
    }*/

    .common-home .slider-container {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 1 / 1 / 2 / 3;
    }
    .common-home .slider-side-1 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 2 / 1 / 3 / 2;
    }
    .common-home .slider-side-2 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 2 / 2 / 3 / 3;
    }
    .common-home .slider-side-3 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 3 / 1 / 4 / 3;
    }
    .common-home .info-icons,
    .common-home .policy-block {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 4 / 1 / 5 / 3;
    }
    .common-home .products-container {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 5 / 1 / 6 / 3;
    }
    .info-icons {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: 70px 30px 70px;
        grid-template-rows: repeat(2, auto);
        grid-column-gap: 20px;
        grid-row-gap: 30px;
    }
    .info-icons > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .info-icons > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .info-icons > *:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .info-icons > *:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
    .common-home .main-col .newsletter-block::after {
        width: 100%;
    }
    .common-home .main-col .home-news-titles {
        width: 100%;
    }
    .common-home .main-col .newsletter-block .newsletter-content {
        width: 100%;
    }
    .common-home .main-col .newsletter-block {
        padding-top: 57px;
        padding-bottom: 174px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .common-home .main-col .home-news-subtitle {
        line-height: 22px;
    }
    .faces {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: (auto)[2];
        grid-template-rows: repeat(2, auto);
    }
    .faces > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .faces > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .faces > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .faces > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .faces > *:nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    .faces > *:nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }
    .home-review-content {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
    }
    .home-review-content > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .home-review-content > *:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .home-review-comment-outer {
        border-right: none;
        border-bottom: 1px solid #ebebeb;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 30px;
        margin-right: 30px;
        width: auto;
    }
    .reviews-homepage {
        padding-top: 29px;
    }
    .home-review-outer {
        padding-bottom: 63px;
    }
    .home-review-comment {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-top: 39px;
        padding-bottom: 35px;
        min-height: 290px;
    }
    .home-review-product {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: 88px 10px 152px;
        grid-template-rows: 88px 152px;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .home-review-product > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .home-review-product > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .home-review-product > *:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .home-review-product > *:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
    .home-review-product h2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 1 / 2 / 2 / 3;
        text-align: left;
        margin-bottom: 0;
        margin-top: 50px;
    }
    .home-review-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1 / 1 / 3 / 2;
    }
    .home-review-caption {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 2 / 2 / 3 / 3;
    }
    .home-review-product-wrap {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .home-faq-container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
    .no-answer {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
        padding: 22px 20px;
    }
    .no-answer-block-1 {
        padding-top: 8px;
    }
    .no-answer-block-2 {
        padding-bottom: 15px;
    }
    .home-faq {
        margin-top: 39px;
    }
    .home-instagram {
        height: calc(100vw / 3);
        width: 100%;
        position: relative;
    }
    .ig-img {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
    }
    .ig-img.ig-6 {
        background-image: url(/image/homepage/bg_Instagram_Tablet.jpg);
    }
    .common-home .blog-module .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-gap: 20px !important;
    }
    .common-home .blog-module .swiper-wrapper > div:nth-child(3) {
        display: none;
    }
    .dropdown-menu.pull-right::before {
        content: "+";
        display: block;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 29px;
        font-weight: normal;
        color: #0f0f0f;
        padding: 0;
        text-align: center;
        transform: rotate(45deg);
    }
}

/*
MOBILE
 */

@media only screen and (max-width: 767px) {
    .info-bit img {
    max-height: 50px;
}
    .info-icons {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 50px 20px 50px 20px 50px 20px 50px;
        grid-template-rows: repeat(4, auto);
        grid-column-gap: 10px;
        grid-row-gap: 20px;
    }
    .info-icons > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .info-icons > *:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .info-icons > *:nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }
    .info-icons > *:nth-child(4) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }
    .info-bit-text {
        height: 46px;
    }
    .info-bit-text label {
        font-size: 15px;
    }
    .info-bit-text p {
        margin-top: -6px;
    }
    .common-home .main-col .newsletter-block {
        padding-top: 36px;
        padding-bottom: 129px;
        padding-left: 0;
        padding-right: 0;
    }
    .common-home .main-col .newsletter-block .newsletter-content .content button {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
    .common-home .main-col .home-news-title-dark {
        font-size: 24px;
        line-height: 29px;
        padding-bottom: 0;
    }
    .common-home .main-col .home-news-title-pink {
        font-size: 24px;
        line-height: 29px;
        padding-bottom: 19px;
    }
    .common-home .main-col .home-news-subtitle {
        font-size: 16px;
        padding-bottom: 25px;
    }
    .faces {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: (1fr)[3];
        grid-template-rows: repeat(3, 1fr);
    }
    .faces > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .faces > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .faces > *:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .faces > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    .faces > *:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .faces > *:nth-child(6) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
    .faces > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1 / 1 / 2 / 2;
    }
    .faces > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 1 / 2 / 2 / 3;
    }
    .faces > *:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 2 / 1 / 3 / 2;
    }
    .faces > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 2 / 2 / 3 / 3;
    }
    .faces > *:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 3 / 1 / 4 / 3;
    }
    .face-text {
        font-size: 16px;
        padding-top: 3px;
    }
    .face-image {
        height: 120px;
        width: 120px;
    }
    .face {
        padding-top: 3px;
    }
    .skin-types {
        padding-top: 25px;
        padding-bottom: 24px;
    }
    .skin-title {
        font-size: 24px;
        padding-bottom: 25px;
    }
    .home-review-product {
        display: block;
        margin-top: 16px;
        margin-bottom: 21px;
    }
    .home-review-comment {
        padding-top: 29px;
        padding-bottom: 25px;
    }
    .hr-stars {
        margin-top: 14px;
    }
    .hr-name {
        margin-top: 7px;
    }
    .home-review-product-wrap h2 {
        font-size: 20px;
        text-align: center;
        margin-top: 26px;
        margin-bottom: 16px;
    }
    .home-review-title {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .home-faq-container {
        display: block;
    }
    .question.expanded h4 {
        padding-right: 34px;
    }
    .no-answer {
        display: block;
        margin-top: 20px;
    }
    .no-answer-text {
        padding-top: 11px;
        line-height: 22px;
    }
    .no-answer-link {
        margin-top: 24px;
    }
    .question h4 {
        font-size: 18px;
        line-height: 22px;
        padding-right: 25px;
    }
    .question {
        padding: 10px 15px;
    }
    .question.expanded {
        padding-bottom: 5px;
    }
    .question.expanded .question h4 {
        margin-bottom: 9px;
    }
    .question .question-icon {
        top: 10px;
        right: 11px;
    }
    .home-faq .skin-title {
        line-height: 28px;
        margin-bottom: 1px;
    }
    .home-faq {
        margin-top: 25px;
    }
    .info-icons {
        margin-top: 20px;
        padding-bottom: 0;
    }
    .common-home .block-title .title span {
        font-size: 24px;
    }
    .common-home .products-container .block-title {
        margin-top: 12px;
    }
    .home-instagram {
        height: 100vw;
        width: 100%;
        position: relative;
    }
    .ig-img {
        height: 100vw;
        width: 100%;
        position: absolute;
        top: 0;
    }
    .ig-img.ig-6 {
        background-image: url(/image/homepage/bg_Instagram_Mobile.jpg);
    }
    .common-home .blog-module .swiper-wrapper {
        grid-template-columns: 1fr !important;
        grid-gap: 24px !important;
    }
    .common-home .blog-module .post-name a {
        font-size: 18px;
    }
    .common-home .blog-module .post-cation .post-date-author {
        margin-bottom: 10px;
    }
    .common-home .blog-module .post-item .post-cation .btn-more {
        margin-top: 9px;
    }
    .plaza-blog-post .post-description img {
        max-height: 350px;
        margin: auto;
        float: unset;
    }
}
#back-top {
    z-index: 18;
}

.recently-viewed-block {
    margin-bottom: 40px;
}


img.banner_desktop{
    margin-top: 40px;
}
img.banner_tablet{
    display: none;
    margin-top: 30px;
}
img.banner_mobile{
    display: none;
    margin-top: 20px;
}

@media (max-width: 765px) {
    img.banner_tablet{
        display: block;
    }
    img.banner_desktop{
        display: none;
    }
}

@media (max-width: 500px) {
    img.banner_tablet{
        display: none;
    }
    img.banner_mobile{
        display: block;
    }
}

.leave_review_text{
    color: white;
    background: rgb(255, 127, 152);
    margin: 0;
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
}
@media (max-width: 768px)
{
    .leave_review_text{
        margin-bottom: 8px;
        margin-top: 0;
    }
}

.lightbox-container{
    z-index: 100000;
}