/* region start variables */
:root {
    --height-header: 57px;
}

@media screen and (max-width: 375px) {
    :root {
        --height-header: 93px
    }
}

/* region end variables */

/* region start FiboSearch */
html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
    max-width: 32px;
}
.dgwt-wcas-search-icon {
    width: 32px;
}

@media screen and (max-width: 1024px) {
    html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
        max-width: 23px;
    }
    .dgwt-wcas-search-icon {
        width: 23px;
    }
}
/* region end FiboSearch */

/* region start first-slider */

.camelia-first__title {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 56px !important;
}

.camelia-first__swiper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 8px);
    height: calc(100vh - var(--height-header));
}

.camelia-first__bg--reset {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.camelia-first__swiper-slide {
    width: 100%;
}

.camelia-first__swiper-slide--square {
    width: calc(100% / 2 - 8px);
}

.camelia-first__wrapper {
    pointer-events: none;
    justify-content: end;
    height: calc(100vh - var(--height-header));
}

.camelia-first__nav {
    pointer-events: auto;
}

.camelia-first__swiper-prev,
.camelia-first__swiper-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(var(--swiper-navigation-size) / 44 * 100);
    height: 100%;
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: opacity 0.3s ease;
}

.camelia-first__swiper-prev svg,
.camelia-first__swiper-next svg {
    stroke: #FFFFFF;
}

.camelia-first__swiper-next.swiper-button-disabled {
    opacity: 0;
}


.camelia-first__swiper-next {
    right: 0;
    left: auto;
    justify-content: end;
    padding-right: 24px;
}

.camelia-first__swiper-prev {
    left: 0;
    right: auto;
    justify-content: start;
    padding-left: 24px;
}

.camelia-set__step--cursor-pointer::after {
    content: '';
    position: absolute;
    right: 10%;
    top: 35%;
    width: 18px;
    height: 20px;
    background-image: url("../img/camelia/pointer-cursor.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.3s ease;
}

.camelia-set__steps:hover .camelia-set__step--cursor-pointer::after {
    opacity: 0;
}

/* endregion end first-slider */

/* region start camelia-about */

.camelia-about__wrapper-img {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.camelia-about__main-img {
    position: static;
    width: 100%;
    max-width: none;
    left: auto;
    transform: none;
}

.camelia-about__wrapper-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 64px;
    background: linear-gradient(180deg, rgba(237, 233, 241, 0) 0%, #FFFFFF 76.22%);
}

.camelia-about__nozzles {
    position: relative;
    z-index: 2;
}

.camelia-about__nozzle-data {
    max-width: 36.5em;
}

/* region end camelia-about */


/* region start camelia-shiny */

.camelia-shiny__item-head {
    max-width: 52.7em;
}

.camelia-shiny__swiper {
    overflow: visible;
}

.camelia-slider__swiper-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
}

.camelia-slider__swiper-btn svg {
    width: 24px;
    height: 24px;
    stroke: #1A1B1C;
    transition: all 0.3s ease;
}

.camelia-slider__swiper-btn:hover {
    background-color: #C3B8E5;
}

.camelia-slider__swiper-btn:hover svg {
    stroke: #FFFFFF;
}

.camelia-slider__swiper {
    height: auto;
}

/* region end camelia-shiny */

/* region start camelia-modes */

.camelia-modes__dryer-bg_img.visible {
    animation: breathingCycle 10s infinite;
}

/* region end camelia-modes */


/* region start camelia-video */

.camelia-video-block {
    display: flex;
    align-items: center;
    width: 100vw;
    max-width: 100vw;
    height: 68em;
    margin: 0 auto;
    border-radius: 0;
    overflow: hidden;
}

.camelia-video-block__container {
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto;
    border-radius: 2.4em;
    overflow: hidden;
    transition: all 0.5s ease;
}

.camelia-video-block__play-button svg {
    width: 17.5em;
    height: 17.5em;
}

.border-reset {
    border-radius: 0;
}

/* region end camelia-video */


/* region start camelia-price */

.camelia-price__wrapper {
    display: flex;
    flex-direction: column;
}

.camelia-price__btns {
    position: relative;
    display: -ms-grid;
    display: grid;
    align-self: start;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2em;
    margin-top: auto;
    margin-bottom: 3.2em;
    z-index: 1;
}

.camelia-price__btn--lilac {
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 4.2em;
    width: 100%;
    margin-top: 0;
    padding: 1em 2.4em;
    border-radius: 1em;
    background: #A092EC;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.camelia-price__btn--lilac span {
    font-family: var(--font-family-new);
    font-weight: 500;
    font-size: 1.6em;
    line-height: 100%;
    color: var(--white);
}

.camelia-price__btns .tooltip {
    position: relative;
}

.camelia-price__btns .tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    padding: .5rem;
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 100%;
    font-size: 12px;
}

.camelia-price__btns .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


/* region end camelia-price */


@media screen and (min-width: 1441px) and (max-width: 1920px) {
    /* region start camelia-about */
    .camelia-about__wrapper-img::after {
        padding-top: 84px;
    }

    /* region end camelia-about */
}

@media screen and (max-width: 1440px) {
    /* region start 1440 first-slider */
    .camelia-first__title {
        font-size: 3em;
    }

    /* region end 1440 first-slider */


    /* region start 1440 camelia-video */
    .camelia-video-block {
        height: 49.7em;
    }
    /* region end 1440 camelia-video */
}

@media screen and (max-width: 1024px) {
    /* region start 1024 camelia-modes */
    .camelia-modes__dryer-pointer {
        display: block !important;
        left: 41.9vw;
        bottom: 3.5vw;
    }
    /* region end 1024 camelia-modes */

    /* region start 1024 camelia-about */

    .camelia-about__nozzle-data {
        max-width: 27.3em;
    }

    /* region end 1024 camelia-about */
}

@media screen and (max-width: 650px) {
    /* region start 650 first-slider */
    .camelia-first__swiper {
        height: 41.4em;
        width: calc(100vw - 8px);
    }

    .camelia-first__wrapper {
        height: 41.4em;
    }

    .camelia-first__title {
        margin-top: 32px !important;
        font-size: 2.2em;
    }

    /* region end 650 first-slider */

    /* region start 650 camelia-about */

    .camelia-about__nozzle-data {
        max-width: 24em;
    }

    /* region end 650 camelia-about */

    /* region start 650 camelia-shiny */
    .camelia-shiny__swiper-wrapper {
        flex-wrap: wrap;
        gap: 12px;
    }

    .camelia-slider__slide.camelia-shiny__item:nth-child(3) img:nth-child(2) {
        display: block;
    }

    /* region end 650 camelia-shiny */


    /* region start 650 camelia-price */

    .camelia-price__btns {
        margin-bottom: 0;
    }

    .camelia-price__btn--lilac {
        height: 2.2em;
        padding: 0.5em 1.2em;
        border-radius: 0.4em;
    }

    .camelia-price__btn--lilac span {
        font-size: 12px;
        font-weight: 400;
    }

    /* region end 650 camelia-price */

    /* region start 650 camelia-modes */
    .camelia-modes__dryer-pointer {
        left: 34.5vw;
        bottom: 2.8vw;
    }
    /* region end 650 camelia-modes */

    .camelia-buy {
        background-color: white;
    }
}

@media screen and (max-width: 560px) {
    /* region start 560 first-slider */
    .camelia-first__swiper-next {
        padding-right: 8px;
    }

    .camelia-first__swiper-prev {
        padding-left: 8px;
    }

    .camelia-first__swiper-prev, .camelia-first__swiper-next {
        width: calc(var(--swiper-navigation-size) / 44 * 40);
    }

    .camelia-first__swiper-next svg,
    .camelia-first__swiper-prev svg {
        width: 24px;
        height: 24px;
    }

    .camelia-first__swiper-slide--square {
        width: 100%;
    }

    /* region end 560 first-slider */
    /* region start 560 camelia-about */
    .camelia-about__wrapper-img::after {
        padding-top: 2%;
    }

    /* region end 560 camelia-about */

    /* region start 560 camelia-video */
    .camelia-video-block {
        height: 35.2em;
    }

    .camelia-video-block__play-button svg {
        width: 14.6em;
        height: 14.6em;
    }
    /* region end 560 camelia-video */
}

@media screen and (max-width: 480px) {
    /* region start 480 camelia-price */
    .camelia-price__btns .tooltip:first-child .tooltiptext {
        width: calc(100vw - 60px);
    }
    .camelia-price__btns .tooltip:last-child .tooltiptext {
        width: calc(100vw - 200px);
    }
    /* region end 480 camelia-price */
}

/* region start animations */

@keyframes breathingCycle {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* region end animations */

.camelia-zoom-on-scroll {
    transition: transform 1s ease-out;
    transform-origin: center center;
    display: block;
    margin: 0 auto;
}
