/* Mesoetetic Styles */
:root {
    --meso-purple: #802960;
    --ff-text: "Axiforma", sans-serif;
}

.section-machine--mesoestetic {
    position: relative;
}

@media (max-width:768px){
	.section-machine--mesoestetic{
		padding-bottom:150px !important
	}
}

@media (min-width:1500px) {
    .section-machine--mesoestetic {
        min-height: 829px;
    }
}

/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */

.btn--catalogue {
    border-color: var(--meso-purple);
    font-weight: 600;
}

.btn--catalogue:before {
    content: "";
    display: flex;
    width: 28px;
    height: 28px;
    background-image: url("../images/mesoestetic/download.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 10px;
}

@media (min-width: 1300px) {
    .btn--catalogue {
        padding: 9px 64px 9px 55px;
    }

    .btn--catalogue:hover:before {
        background-image: url("../images/mesoestetic/download-white.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}

/* ------------------------------------------------------------ *\
	Slider Navigation
\* ------------------------------------------------------------ */

.results-section .navigation {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

@media (min-width: 1440px) {
    .results-section .navigation {
        margin-bottom: 47px;
    }
}

/* Section adjustments on large screens */
@media (min-width: 1440px) {
    .results-section {
        padding-left: 0;
        padding-right: 0;
        padding-top: 40px;
    }
}

.navigation {
    position: relative;
    height: 77px;
    min-height: 77px;
    width: 77px;
    min-width: 77px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 77px;
    padding: 12px;
}

.navigation lord-icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    min-height: 65px;
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    z-index: 1;
}

.navigation .swiper-button-next,
.navigation .swiper-button-prev {
    cursor: pointer;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    display: block;
    width: 77px;
    height: 38px;
    min-height: 38px;
    margin-top: 0 !important;
    z-index: 2;
}

.navigation .swiper-button-next:after,
.navigation .swiper-button-prev:after {
    display: none !important;
}

/* ------------------------------------------------------------ *\
	Sections Heading
\* ------------------------------------------------------------ */

.heading-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.heading-wrapper-column {
    flex-direction: column;
    align-items: center;
}

.section-heading {
    padding-left: 15px;
    padding-right: 13px;
}

.section-heading .sections__heading {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.section-heading .text-wrapper {
    text-align: center;
}

.section-heading .btn-wrapper {
    margin-top: 32px;
}

.section-heading .btn-wrapper .btn {
    padding: 15px 66px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    border-radius: 38px !important;
}

@media (min-width: 1440px) {
    .section-heading .btn-wrapper {
        margin-top: 48px;
    }

    .section-heading .btn-wrapper .btn {
        padding: 5px 83px !important;
        line-height: 50px !important;
    }
}

@media (min-width: 1024px) {
    .section-heading .shell {
        max-width: 903px;
    }
}


/* ------------------------------------------------------------ *\
	Backgrounds
\* ------------------------------------------------------------ */

.intro__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100% !important;
    z-index: -1;
}

/* Desktop background */
.intro__background-desktop {
    display: none;
}

@media (min-width: 768px) {
    .intro__background-desktop {
        display: flex;
    }
}

/* Mobile background */
.intro__background-mobile {
    display: block;
}

@media (min-width: 768px) {
    .intro__background-mobile {
        display: none;
    }
}

/* ------------------------------------------------------------ *\
	Store Buttons
\* ------------------------------------------------------------ */
.stores {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}

.stores-center {
    justify-content: center;
}

.stores .btn--app-store,
.stores .btn--google-play {
    position: relative;
    font-size: 0;
    text-decoration: none;
    display: inline-flex;
    margin-right: 10px;
	margin-bottom:10px;
}

.stores .btn--app-store:after,
.stores .btn--google-play:after {
    content: "";
    display: block;
    width: 193px;
    height: 56px;

}

.stores .btn--app-store:after {
    background: url(../images/mesoestetic/app_store.svg) no-repeat center/cover;
}

.stores .btn--google-play:after {
    background: url(../images/mesoestetic/google_play.svg) no-repeat center/cover;
}




/* ------------------------------------------------------------ *\
	Video Section
\* ------------------------------------------------------------ */

.section-mesoestetic-video .shell {
    max-width: 1509px !important;
}

.section-mesoestetic-video:after {
    display: none !important;
}

.section-mesoestetic-video .section__head {
    padding-left: 0 !important;
}

.section-mesoestetic-video .richtext>ul:not([class])>li {
    color: var(--meso-purple);
    margin-left: 25px;
}

.section-mesoestetic-video .richtext>ul:not([class])>li:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: var(--meso-purple);
}

.section-mesoestetic-video .btn--catalogue {
    margin-top: 38px
}

.section-mesoestetic-video .video-holder {
    border-radius: 46px;
}

.section-mesoestetic-video .video-holder a {
    background: transparent;
}

.section-mesoestetic-video .video-holder a:after {
    background: url(../images/mesoestetic/play.svg) no-repeat 50% / contain;
}

@media (min-width:1300px) {
    .section-mesoestetic-video {
        padding: 134px 0 !important;
    }


    .section-mesoestetic-video .section__content {
        width: 45%;
        padding-left: 0;
        padding-right: 59px;
    }

    .section-mesoestetic-video .section__image {
        width: 55%;
    }
}

@media (min-width:1600px) {

    .section-mesoestetic-video .shell {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .section-mesoestetic-video .section__content {
        padding-right: 159px;
    }

    .section-mesoestetic-video .section__image {
        padding-right: 0;
    }
}




/* ------------------------------------------------------------ *\
	Results Sections Heading
\* ------------------------------------------------------------ */

.results-section-heading .shell {
    margin-right: 0;
}

.results-section-heading .heading-wrapper {
    justify-content: end;
    align-items: end;
}

.results-section-heading .heading-wrapper * {
    text-align: right;
}

@media (min-width:1500px) {
    .results-section-heading .shell {
        padding-right: 175px
    }
}


/* ------------------------------------------------------------ *\
	Results
\* ------------------------------------------------------------ */

.results-section {
    position: relative;
    padding-top: 47px;
    padding-left: 17px;
    padding-right: 17px;
}

.results-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    border: 10px solid #6a365e;
    pointer-events: none;
    border-left-width: 0;
}

.results-section .swiper-results {
    width: 100%;
}

@media (min-width: 1440px) {
    .results-section {
        padding-top: 87px;
        padding-bottom: 66px;
    }

    .results-section .navigation {
        margin-right: 175px;
    }

    .results-section .swiper-results {
        width: 130%;
        max-width: 2485px;
        margin-left: -420px;
    }
}

.results-section .results__item {
    position: relative;
    border-radius: 27px;
    overflow: hidden;
}

@media (min-width: 1440px) {
    .results-section .results__item {
        width: 589px;
        max-width: 589px;
    }
}

/* Comparison container */
.results-section .results__item-comparison-container {
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    --position: 50%;
}

.results-section .results__item-comparison-container .image-container {
    max-width: 100%;
    height: 485px;
    max-height: 485px;
}

.results-section .results__item-comparison-container .image-container .slider-image {
    width: 100%;
    min-height: 375px;
    max-width: 100%;
    object-fit: cover;
    object-position: -150px center;
}

.results-section .results__item-comparison-container .image-container .slider-image.image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
}

@media (min-width: 768px) {
    .results-section .results__item-comparison-container .image-container .slider-image {
        width: 362px;
        min-height: 355px;
    }
}

@media (min-width: 992px) {
    .results-section .results__item-comparison-container .image-container .slider-image {
        width: 589px;
        object-position: -30px center;
    }
}

@media (min-width: 768px) {
    .results-section .results__item-comparison-container .image-container {
        max-width: 362px;
        height: 445px;
    }
}

@media (min-width: 992px) {
    .results-section .results__item-comparison-container .image-container {
        max-width: 589px;
    }
}

/* Slider elements */
.results-section .results__item-comparison-container .slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 46%;
}

.results-section .results__item-comparison-container .slider:focus-visible~.slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
	height:62px;
}

.results-section .results__item-comparison-container .slider-line {
    position: absolute;
    inset: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to right, #333 0, rgba(255, 255, 255, 0.5) 50%);
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
}

.results-section .results__item-comparison-container .slider-button {
    position: absolute;
    background-color: #fff;
    color: black;
    display: flex;
	align-items:center;
	justify-content:center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    width: 62px;
    min-width: 62px;
	height:62px;
    border-radius: 62px;
	opacity:0
}

@media (min-width:768px){
	
	.results-section .results__item-comparison-container .slider-button {
		opacity:1
	}
}

/* Content */
.results-section .results__item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 23px 31px 23px 16px;
    background-color: var(--meso-purple);
    color: white;
}

.results-section .results__item-content * {
    color: white;
    font-size: 18px;
    line-height: 24px;
}

@media (min-width: 1440px) {
    .results-section .results__item-content {
        padding: 23px 79px 23px 80px;
    }
}



/* ------------------------------------------------------------ *\
	Effects Section
\* ------------------------------------------------------------ */
.meso-effects {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative
}

.meso-effects .stores {
    margin-top: 31px;
}

@media (min-width:1400px) {
    .meso-effects {
        padding-top: 150px;
        padding-bottom: 185px;
    }

}


/* ------------------------------------------------------------ *\
	Effects
\* ------------------------------------------------------------ */
.effects__wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 30px;
    padding-top: 50px;
    margin-bottom: 0;
}

.effects__item {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 392px;
}

.effects__item-percent {
    font-size: 55px;
    font-weight: 600;
    color: #69355D;
    margin-right: 11px;
    margin-bottom: 0 !important;
}

.effects__item-content--period {
    margin-bottom: 3px !important;
    font-size: 16px;
    font-weight: 300;
    color: black;
    display: flex;
    align-items: center;
}

.effects__item-content--period:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../images/mesoestetic/timer.svg");
    background-position: center;
    background-size: contain;
    margin-right: 2px;
}

.effects__item-content--text {
    text-transform: uppercase;
    color: black;
    font-size: 16px;
    font-weight: 600;
}

@media(min-width:1400px) {
    .effects__wrapper {
        gap: 82px;
        padding-top: 101px;
    }

    .effects__item-percent {
        font-size: 85px;
    }
}



/* ------------------------------------------------------------ *\
	Actions Section
\* ------------------------------------------------------------ */
.actions__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 14px;
    list-style: none;
    padding-top: 50px;
}

.actions__item {
    position: relative;
    border-radius: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    max-width: 424px;
}

.actions__item .actions__item-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.actions__item .actions__item-content {
    padding: 169px 52px 56px 52px;
    background-color: rgba(0, 0, 0, .25);
    height: 100%;
}

.actions__item .actions__item-iconwrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 157px;
    height: 157px;
    border: 1px solid white;
    border-radius: 157px;
    margin-left: auto;
    margin-right: auto;
}

.actions__item .actions__item-iconwrapper:after,
.actions__item .actions__item-iconwrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 157px;
}

.actions__item .actions__item-iconwrapper:after {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.actions__item .actions__item-iconwrapper:before {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    top: -6px;
    left: -6px;
    border: 1px solid white;
}

.actions__item .actions__item-content--heading {
    color: white;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    padding-top: 58px;
    text-align: center;
    font-family: var(--ff-text);
    min-height: 118px;
    display: block;
}

.actions__item .actions__item-content--text {
    color: white;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
}

@media (min-width:1400px) {
    .actions__wrapper {
        padding-top: 73px;
    }
}


/* ------------------------------------------------------------ *\
	Steps Section
\* ------------------------------------------------------------ */
.meso-steps {
    position: relative;
    padding-top: 75px;
    padding-bottom: 54px;
}

.meso-steps:after,
.cta__meso:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: calc(100% - 10px);
    width: 50%;
    border: 10px solid #6a365e;
    pointer-events: none;
    border-left-width: 0;
    right: auto;
    left: 0;
    border-right-width: 0;
    border-left-width: 10px;
}

.meso-steps .heading-wrapper {
    max-width: 512px;
    align-items: start;
    padding-bottom: 30px;
}

.meso-steps .sections__heading,
.meso-steps .text-wrapper {
    text-align: start;
}

.steps__item {
    display: flex;
    align-items: center;
}

.steps__item .steps__item-count {
    font-size: 100px;
    line-height: 217px;
    font-family: var(--ff-text);
    color: #69355D;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 2px;
}

.steps__item-content-icon {
    width: 51px;
    height: 51px;
    object-fit: contain;
}

.steps__item-content-text {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: black;
    line-height: 25px;
}

@media (min-width:1020px) {
    .meso-steps .steps-section-heading .shell {
        max-width: 1509px;
    }
}

@media(min-width:1400px) {
    .meso-steps {
        padding-top: 145px;
        padding-bottom: 94px;
    }

    .meso-steps .heading-wrapper {
        padding-bottom: 62px;
    }

    .steps__item .steps__item-count {
        font-size: 200px;
        line-height: 317px;
    }
}

/* ------------------------------------------------------------ *\
	Related Products Section
\* ------------------------------------------------------------ */
.related-section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.related-section .btn--catalogue {
    margin: 32px auto 63px auto !important;
    display: flex;
    width: fit-content;
}

.category__focus-mobile--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
}

@media (min-width:1400px) {
    .related-section {
        padding-top: 164px;
        padding-bottom: 195px;
    }
}


/* ------------------------------------------------------------ *\
	Product Item
\* ------------------------------------------------------------ */
.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 157px;
    position: relative;
}

.product.swiper-slide {
    height: auto !important;
}

.product__thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(217, 217, 217, 0.25) !important;
    border-radius: 12px;
    width: 157px !important;
    height: 159px !important;
}

.product__thumb .thumb {
    width: 157px;
    max-width: 100%;
    height: 159px;
    object-fit: contain !important;
}

.product__thumb .product-category {
    position: absolute;
    top: 7px;
    left: 5px;
    border-radius: 27px;
    padding:3px 10px;
}

.product__body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9;
    flex: 1;
}

.product__body .product-title {
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 14px;
}

.product__body .details__list,
.product__body .product-price,
.product__body .btn-wrapper {
    display: none !important;
}

.product__body .product-short-description {
    margin-top: 32px;
    text-align: center;
}

.product__body .product-category,
.product__body .product-short-description {
    display: none;
}

.product__body .product-category {
    margin-top: 11px;
}

.product__body-hover .product-title,
.product__body .product-title {
    color: black;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
}

.product__body-hover {
    position: absolute;
    top: 0;
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.product__footer .product-price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    color: rgba(0, 0, 0, 0.35);
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    padding-top: 8px;
    padding-bottom: 17px;
}

.product__footer .product-price del {
    width: 100%;
    text-align: center;
}

.product__footer .btn {
    padding: 12px 46px 12px 47px !important;
}

.details__list {
    width: 100%;
}

.details__list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}

.details__list .detail_label {
    font-size: 16px;
    font-weight: 600;
    color: black;
}

.details__list .detail_value {
    font-size: 16px;
    font-weight: 400;
}

/* -------- TABLET BREAKPOINT -------- */
@media (min-width: 768px) {
    .product {
        max-width: 274px;
    }

    .product__thumb {
        width: 274px !important;
        height: 240px !important;
    }

    .product__thumb .thumb {
        width: 274px;
        height: 240px !important;
    }

    .product__body .product-title {
        padding-top: 25px;
    }

    .product__body-hover .product-title,
    .product__body .product-title {
        font-size: 18px;
        line-height: 21px;
    }

    .product__footer .product-price {
        font-size: 16px;
        line-height: 18px;
    }
}

/* -------- MAC BREAKPOINT -------- */
@media (min-width: 1440px) {
    .product {
        min-height: 458px;
        transition: all 0.5s;
    }

    .product * {
        transition: all 0.5s;
    }

    .product__thumb {
        border: 0px solid transparent !important;
    }

    .product__thumb .product-category {
        display: none;
    }

    .product__body .product-category,
    .product__body .product-short-description {
        display: block;
    }

    .product__body .product-category {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product__body-hover .product-title,
    .product__body .product-title {
        font-size: 20px;
        line-height: 22px;
        font-weight: 600;
    }

    .product__footer {
        display: none;
    }

    .product .product-short-description {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-category {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 31px;
        border-radius: 27px;
        padding: 3px 10px;

    }

    .product-category .icon {
        width: 26px;
        height: 26px;
        object-fit: contain;
    }

    .product-category .title {
        display: none;
        margin-left: 11px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
    }

    @media (min-width:768px) {
        .product-category {
            width: 59px;
        }
    }


    .product .product__category-wrapper {
        height: 45px;
        display: flex;
        justify-content: center;
    }

    .product .product-category .title {
        width: 0%;
        transition: all 0.5s;
    }

    .product__body-hover {
        opacity: 0;
    }

    .product__body-hover .product-title {
        padding-top: 49px;
    }

    .product__body-hover .product-category {
        margin: 228px auto -228px;
        padding: 0 24px 0 19px;
    }

    .product__body-hover .product-price {
        display: flex;
        flex-direction: column;
        align-items: end;
        margin-top: 13px;
        margin-bottom: 20px;
    }

    .product__body-hover .product-price * {
        color: black;
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
    }

    .product__body-hover .btn-wrapper .btn {
        background-color: black !important;
        color: white !important;
        padding: 12px 50px !important;
    }

    .product__body-hover .btn-wrapper .btn:hover {
        background-color: white !important;
        color: black !important;
    }

    .product:hover .product__body .product-category {
        animation: category-animation 0.3s ease-in forwards;
        width: fit-content;
        margin-bottom: 218px;
        margin-top: -218px;
    }

    .product:hover .product__body .product-category .title {
        width: 100%;
        display: flex;
    }

    .product:hover .product__body-hover {
        background: rgba(255, 255, 255, 0.35);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        opacity: 1;
        pointer-events: all;
        transition: all 0.5s;
    }

    .product:hover .product__body-hover .product-category {
        margin-top: 10px;
        margin-bottom: 0px;
        width: fit-content;
    }

    .product:hover .product__body-hover .product-category .title {
        display: flex;
        justify-content: center;
        width: 100%;
        text-transform: uppercase;
        letter-spacing: -2%;
        transition: all 0.3s;
    }
}

/* -------- Animation -------- */
@keyframes category-animation {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* ------------------------------------------------------------ *\
	Product Popup
\* ------------------------------------------------------------ */
.app_machine-template-machine-mesoestetic .mfp-product .mfp-content {
    max-width: 1266px !important;
}

.app_machine-template-machine-mesoestetic .popup__title {
    text-align: left;
    color: black;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
}

.app_machine-template-machine-mesoestetic .product-short-description {
    text-align: left;
}

.app_machine-template-machine-mesoestetic .product__category-wrapper {
    margin-top: 29px;
}

.app_machine-template-machine-mesoestetic .product__category-wrapper .title {
    display: flex;
}

.app_machine-template-machine-mesoestetic .product__category-wrapper .product-category {
    width: fit-content;
    padding: 0 24px 0 19px;
    text-transform: uppercase;
}

.app_machine-template-machine-mesoestetic .popup__content-heading{
    font-size:22px;
    text-transform: uppercase;
    font-weight: 100;
    color:black;
    line-height: 24px;
    margin-top:51px
}

.app_machine-template-machine-mesoestetic .product__usage{
    margin-bottom:0;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.app_machine-template-machine-mesoestetic .product__usage:before{
    content:"";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url("../images/mesoestetic/clock.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 17px;
}

@media (min-width:1400px) {

    .app_machine-template-machine-mesoestetic .popup-product .popup__image {
        width: 49%;
        border-right: 1px solid rgba(0, 0, 0, .1);
    }

    .app_machine-template-machine-mesoestetic .popup-product .popup__content {
        width: 51%;
        padding-left: 35px;
        padding-top: 32px;
        padding-bottom: 39px
    }

    .app_machine-template-machine-mesoestetic .popup-product {
        padding: 145px 53px 55px 66px;
    }

    .app_machine-template-machine-mesoestetic .mfp-close {
        top: 100px;
        right: 0;
        text-align: right;
        justify-content: end;
        padding-right: 59px;
        color: black;
        font-size: 0;
    }

    .app_machine-template-machine-mesoestetic .mfp-close i {
        display: none;
    }

    .app_machine-template-machine-mesoestetic .mfp-close:after {
        content: "";
        display: block;
        width: 53px;
        height: 53px;
        background-image: url("../images/mesoestetic/close.svg");
        background-position: center;
        background-repeat: no-repeat;
    }

    .app_machine-template-machine-mesoestetic .thumb {
        width: 510px;
        height: 510px;
        object-fit: contain;
    }

    .app_machine-template-machine-mesoestetic .popup__title {
        font-size: 45px;
    }

}


/* ------------------------------------------------------------ *\
	CTA
\* ------------------------------------------------------------ */

.cta__meso{
    position:relative;
    padding-top:140px;
    padding-bottom: 142px;
}

.cta__meso h2,
.cta__meso .cta__meso-text{
    max-width: 483px;
}


.cta__meso h2{
    text-transform: uppercase;
    margin-bottom:0;
}

.cta__meso:after{
    height: 100%;
}