.slider-widgets .desc-item, .slider-widgets .heading-text, .slider-widgets .thumb-item, .swiper-pagination, .swiper-zoom-container {
    text-align: center
}

.preloading-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: #fff;
    opacity: 1;
    transition: opacity 1s linear
}

.loaded .preloading-wrapper {
    opacity: 0
}

.loader2 {
    height: 58px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    width: 58px
}

    .loader2 span {
        background: #0BF;
        display: block;
        height: 12px;
        opacity: 0;
        position: absolute;
        width: 12px;
        animation: load 4.6s ease-in-out infinite;
        -o-animation: load 4.6s ease-in-out infinite;
        -ms-animation: load 4.6s ease-in-out infinite;
        -webkit-animation: load 4.6s ease-in-out infinite;
        -moz-animation: load 4.6s ease-in-out infinite
    }

.swiper-slide, .swiper-wrapper {
    height: 100%;
    transition-property: transform
}

.loader2 span.block-1 {
    animation-delay: 1.06s;
    -o-animation-delay: 1.06s;
    -ms-animation-delay: 1.06s;
    -webkit-animation-delay: 1.06s;
    -moz-animation-delay: 1.06s;
    left: 0;
    top: 0
}

.loader2 span.block-2 {
    animation-delay: .97s;
    -o-animation-delay: .97s;
    -ms-animation-delay: .97s;
    -webkit-animation-delay: .97s;
    -moz-animation-delay: .97s;
    left: 16px;
    top: 0
}

.loader2 span.block-3 {
    animation-delay: .87s;
    -o-animation-delay: .87s;
    -ms-animation-delay: .87s;
    -webkit-animation-delay: .87s;
    -moz-animation-delay: .87s;
    left: 31px;
    top: 0
}

.loader2 span.block-4 {
    animation-delay: .78s;
    -o-animation-delay: .78s;
    -ms-animation-delay: .78s;
    -webkit-animation-delay: .78s;
    -moz-animation-delay: .78s;
    left: 47px;
    top: 0
}

.loader2 span.block-5 {
    animation-delay: .69s;
    -o-animation-delay: .69s;
    -ms-animation-delay: .69s;
    -webkit-animation-delay: .69s;
    -moz-animation-delay: .69s;
    left: 0;
    top: 16px
}

.loader2 span.block-6 {
    animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    left: 16px;
    top: 16px
}

.loader2 span.block-7 {
    animation-delay: .51s;
    -o-animation-delay: .51s;
    -ms-animation-delay: .51s;
    -webkit-animation-delay: .51s;
    -moz-animation-delay: .51s;
    left: 31px;
    top: 16px
}

.loader2 span.block-8 {
    animation-delay: .41s;
    -o-animation-delay: .41s;
    -ms-animation-delay: .41s;
    -webkit-animation-delay: .41s;
    -moz-animation-delay: .41s;
    left: 47px;
    top: 16px
}

.loader2 span.block-9 {
    animation-delay: .32s;
    -o-animation-delay: .32s;
    -ms-animation-delay: .32s;
    -webkit-animation-delay: .32s;
    -moz-animation-delay: .32s;
    left: 0;
    top: 31px
}

.loader2 span.block-10 {
    animation-delay: .23s;
    -o-animation-delay: .23s;
    -ms-animation-delay: .23s;
    -webkit-animation-delay: .23s;
    -moz-animation-delay: .23s;
    left: 16px;
    top: 31px
}

.loader2 span.block-11 {
    animation-delay: .14s;
    -o-animation-delay: .14s;
    -ms-animation-delay: .14s;
    -webkit-animation-delay: .14s;
    -moz-animation-delay: .14s;
    left: 31px;
    top: 31px
}

.loader2 span.block-12 {
    animation-delay: 50ms;
    -o-animation-delay: 50ms;
    -ms-animation-delay: 50ms;
    -webkit-animation-delay: 50ms;
    -moz-animation-delay: 50ms;
    left: 47px;
    top: 31px
}

.loader2 span.block-13 {
    animation-delay: -50ms;
    -o-animation-delay: -50ms;
    -ms-animation-delay: -50ms;
    -webkit-animation-delay: -50ms;
    -moz-animation-delay: -50ms;
    left: 0;
    top: 47px
}

.loader2 span.block-14 {
    animation-delay: -.14s;
    -o-animation-delay: -.14s;
    -ms-animation-delay: -.14s;
    -webkit-animation-delay: -.14s;
    -moz-animation-delay: -.14s;
    left: 16px;
    top: 47px
}

.loader2 span.block-15 {
    animation-delay: -.23s;
    -o-animation-delay: -.23s;
    -ms-animation-delay: -.23s;
    -webkit-animation-delay: -.23s;
    -moz-animation-delay: -.23s;
    left: 31px;
    top: 47px
}

.loader2 span.block-16 {
    animation-delay: -.32s;
    -o-animation-delay: -.32s;
    -ms-animation-delay: -.32s;
    -webkit-animation-delay: -.32s;
    -moz-animation-delay: -.32s;
    left: 47px;
    top: 47px
}

@keyframes load {
    0%,15% {
        opacity: 0;
        transform: translateY(-97px)
    }

    30%,70% {
        opacity: 1;
        transform: translateY(0)
    }

    100%,85% {
        opacity: 0;
        transform: translateY(97px)
    }
}

@-o-keyframes load {
    0%,15% {
        opacity: 0;
        -o-transform: translateY(-97px)
    }

    30%,70% {
        opacity: 1;
        -o-transform: translateY(0)
    }

    100%,85% {
        opacity: 0;
        -o-transform: translateY(97px)
    }
}

@-ms-keyframes load {
    0%,15% {
        opacity: 0;
        -ms-transform: translateY(-97px)
    }

    30%,70% {
        opacity: 1;
        -ms-transform: translateY(0)
    }

    100%,85% {
        opacity: 0;
        -ms-transform: translateY(97px)
    }
}

@-webkit-keyframes load {
    0%,15% {
        opacity: 0;
        -webkit-transform: translateY(-97px)
    }

    30%,70% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    100%,85% {
        opacity: 0;
        -webkit-transform: translateY(97px)
    }
}

@-moz-keyframes load {
    0%,15% {
        opacity: 0;
        -moz-transform: translateY(-97px)
    }

    30%,70% {
        opacity: 1;
        -moz-transform: translateY(0)
    }

    100%,85% {
        opacity: 0;
        -moz-transform: translateY(97px)
    }
}

body.comment-hidden .comments .w_inner, body.timer-hidden #timeCount {
    display: none
}

body.comment-hidden .comments.banner .w_inner {
    opacity: 0;
    display: block
}

@media (max-width:767px) {
    body.comment-hidden .comments.banner .w_inner {
        display: none
    }

    body.comment-hidden .comments.banner .w_outer {
        padding: 0;
        padding-bottom: 100% !important;
        background-size: cover;
        background-position: 0 0
    }
}

:root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    position: relative
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-container-3d {
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev'
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next'
    }

    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color: #ffffff
    }

    .swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
        --swiper-navigation-color: #000000
    }

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-scrollbar-cursor-drag, .swiper-slide-zoomed {
    cursor: move
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform,.2s top
        }

.swiper-pagination-lock, .swiper-scrollbar-lock {
    display: none
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform,.2s left
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid;
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

    .swiper-container-cube .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.section-1 .block_sleep_top .w_desc a.btn-order:hover, .section-3 > .container .block_sleep .w_desc a.btn-order:hover {
    opacity: .8
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

    .swiper-container-flip .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slider-widgets [role=button] {
    font-size: 30px;
    font-weight: 400;
    padding: 0
}

.slider-widgets .swiper-button-prev::after {
    font-family: icomoon;
    content: "\e90c"
}

.slider-widgets .swiper-button-next::after {
    font-family: icomoon;
    content: "\e90d"
}

.slider-widgets .thumb-item {
    margin-bottom: 10px
}

.slider-widgets .desc-item p {
    margin-bottom: 10px
}

    .slider-widgets .desc-item p:last-of-type {
        margin-bottom: 0
    }

.slider-widgets .wrap-slider {
    position: relative
}

.slider-widgets.order-list-layout .thumb-slider {
    margin: 0 -9px
}

    .slider-widgets.order-list-layout .thumb-slider .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: inherit
    }

        .slider-widgets.order-list-layout .thumb-slider .swiper-wrapper .swiper-slide {
            width: calc(20% - 18px) !important;
            height: 75px;
            overflow: hidden;
            margin: 8px;
            border: 1px solid #DDD
        }

            .slider-widgets.order-list-layout .thumb-slider .swiper-wrapper .swiper-slide .thumb-item {
                display: flex;
                justify-content: center
            }

                .slider-widgets.order-list-layout .thumb-slider .swiper-wrapper .swiper-slide .thumb-item img {
                    max-width: none;
                    height: 75px;
                    cursor: pointer
                }

@media (max-width:992px) {
    .slider-widgets.order-list-layout .thumb-slider {
        margin: 0 -6px
    }

        .slider-widgets.order-list-layout .thumb-slider .swiper-wrapper .swiper-slide {
            width: calc(20% - 12px) !important;
            height: 60px;
            margin: 5px
        }

            .slider-widgets.order-list-layout .thumb-slider .swiper-wrapper .swiper-slide .thumb-item img {
                height: 60px
            }
}

.slider-widgets .single-grid .swiper-pagination, .slider-widgets .swiper-pagination {
    margin-top: 20px;
    position: relative;
    bottom: 0;
    top: 0
}

.slider-widgets .single-grid .wrap-item {
    border: 1px solid #ccc;
    padding: 25px;
    text-align: center
}

.slider-widgets .single-grid .wrap-content .thumb-item {
    max-width: 90px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

.slider-widgets .single-grid .wrap-content .desc-item p {
    margin-bottom: 15px
}

    .slider-widgets .single-grid .wrap-content .desc-item p img {
        max-width: 105px
    }

    .slider-widgets .single-grid .wrap-content .desc-item p:last-of-type {
        margin-bottom: 0
    }

.slider-widgets .single-grid .swiper-pagination [role=button] {
    width: 15px;
    height: 15px
}

@media (min-width:768px) {
    .slider-widgets .single-grid .wrap-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex
    }

        .slider-widgets .single-grid .wrap-content .thumb-item {
            margin-bottom: 0
        }

        .slider-widgets .single-grid .wrap-content .desc-item {
            text-align: left;
            width: calc(100% - 90px);
            padding-left: 40px
        }

    .slider-widgets .single-grid.ziczax .swiper-slide:nth-of-type(even) .thumb-item {
        order: 2
    }

    .slider-widgets .single-grid.ziczax .swiper-slide:nth-of-type(even) .desc-item {
        text-align: right;
        padding-left: 0;
        padding-right: 40px
    }
}

.slider-widgets .heading-text {
    margin-bottom: 15px
}

.slider-widgets .swiper-button-next, .slider-widgets .swiper-button-prev {
    background-color: transparent
}

.slider-widgets .swiper-pagination [role=button] {
    width: 10px;
    height: 10px
}

.slider-widgets .swiper-pagination span {
    margin-right: 10px
}

    .slider-widgets .swiper-pagination span:last-of-type {
        margin-right: 0
    }

.slider-widgets .sl_video {
    position: relative
}

    .slider-widgets .sl_video img {
        display: block;
        width: 100%;
        position: relative;
        z-index: 0
    }

    .slider-widgets .sl_video .wistia_embed {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        width: 100% !important;
        height: 100% !important
    }

        .slider-widgets .sl_video .wistia_embed > div, .slider-widgets .sl_video .wistia_embed > div > div, .slider-widgets .sl_video .wistia_embed > div > div > div:nth-of-type(2) {
            height: 100% !important
        }

.floating-bar {
    background-color: rgba(0,0,0,.8);
    padding: 8px 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: transform 150ms ease;
    -moz-transition: transform 150ms ease;
    -ms-transition: transform 150ms ease;
    -o-transition: transform 150ms ease;
    transition: transform 150ms ease
}

.editMode .floating-bar, .edit_mode .floating-bar {
    position: static;
    display: block !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.floating-bar.floating-bottom {
    bottom: 0;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%)
}

    .floating-bar.floating-bottom.floating-visible {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

.floating-bar.floating-top {
    top: 0;
    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    -o-transform: translateY(-110%);
    transform: translateY(-110%)
}

    .floating-bar.floating-force-show, .floating-bar.floating-top.floating-visible {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

.floating-bar .floating-desc {
    color: #fff;
    margin-bottom: 5px
}

.floating-bar .btn-floating-bar {
    display: block;
    text-decoration: none !important;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

    .floating-bar .btn-floating-bar:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    .floating-bar .btn-floating-bar p:first-child {
        padding: 10px 15px;
        color: #fff
    }

@media (min-width:768px) {
    .floating-bar .inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between
    }

        .floating-bar .inner:after, .floating-bar .inner:before {
            content: none
        }

    .floating-bar.justify-center .inner {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

    .floating-bar .floating-desc {
        margin-bottom: 0;
        padding-right: 20px
    }
}

body {
    background-color: #fff;
    font-family: "Open Sans";
    color: #000;
    font-size: 15px;
    line-height: 20px;
}

    body #container_ {
        max-width: 1440px;
        margin: 0 auto;
    }

header .promo p, header .right-header a, header .right-header p {
    font-family: "Open Sans";
    font-size: 17px;
    line-height: 27px;
    text-align: center
}

header {
    padding: 0;
    box-shadow: none;
    border: none
}

@media (min-width:992px) {
    header header {
        padding: 0
    }
}

header .promo {
    background-color: #2D0735
}

    header .promo p {
        color: #FFF;
        font-weight: 700;
        letter-spacing: .19px;
        padding: 1.5px 0
    }

        header .promo p span {
            color: #4DD673
        }

header .header-inner {
    padding: 14px 0
}

@media (max-width:991px) {
    header .header-inner {
        justify-content: space-between
    }
}

header .right-header {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 422px
}

    header .right-header.index-promo {
        max-width: 520px
    }

    header .right-header p {
        color: #000;
        letter-spacing: .19px;
        font-weight: 500;
        margin-right: 20px
    }

    header .right-header a {
        border-radius: 31px;
        background: linear-gradient(180deg,#26E576 0,#25CE6C 100%);
        color: #FFF;
        font-weight: 900;
        letter-spacing: .22px;
        padding: 8px 15px;
        width: 100%;
        max-width: 125px
    }

@media (max-width:767px) {
    header .right-header {
        display: none
    }

    header .header-inner {
        justify-content: center
    }

    header .promo p {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .14px;
        line-height: 16px;
        text-align: center;
        padding: 7px 15px
    }
}

main {
    padding: 0
}

.section-1 {
    background-image: url(../img/bg_top_dt.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

    .section-1 .block_sleep_top {
        padding: 90px 0 0
    }

        .section-1 .block_sleep_top .w_desc h1 {
            color: #FFF;
            font-size: 38px;
            font-weight: 700;
            line-height: 45px
        }

        .section-1 .block_sleep_top .w_desc h3 {
            color: #FFF;
            font-size: 28px;
            font-weight: 300;
            line-height: 40px
        }

        .section-1 .block_sleep_top .w_desc ul {
            list-style-type: none;
            padding: 0;
            margin: 30px 0
        }

            .section-1 .block_sleep_top .w_desc ul li {
                margin-bottom: 13px;
                position: relative;
                padding-left: 40px
            }

                .section-1 .block_sleep_top .w_desc ul li::before {
                    content: "";
                    background-image: url(../img/check_white.png);
                    width: 25px;
                    height: 25px;
                    position: absolute;
                    left: 0;
                    top: 3px;
                    background-size: 100%
                }

                .section-1 .block_sleep_top .w_desc ul li span {
                    color: #FFF;
                    font-size: 18px;
                    font-weight: 600;
                    line-height: 31px
                }

        .section-1 .block_sleep_top .w_desc a.btn-order {
            border-radius: 37.2px;
            background: linear-gradient(180deg,#26E576 0,#25CE6C 100%);
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
            color: #FFF;
            font-size: 24px;
            font-weight: 900;
            letter-spacing: .31px;
            line-height: 26px;
            padding: 24px 20px;
            display: block;
            width: 100%;
            max-width: 100%;
            text-align: center;
            text-decoration: none
        }

        .section-1 .block_sleep_top .w_desc > div {
            display: flex;
            justify-content: space-between
        }

            .section-1 .block_sleep_top .w_desc > div:first-child {
                display: block;
                justify-content: normal
            }

                .section-1 .block_sleep_top .w_desc > div:first-child img {
                    display: none
                }

            .section-1 .block_sleep_top .w_desc > div > div:last-child img {
                max-width: 410px
            }

@media (max-width:991px) {
    .section-1 {
        background-image: url(../img/bg_top_tab.jpg)
    }

        .section-1 .block_sleep_top {
            padding: 50px 0 0
        }

            .section-1 .block_sleep_top .w_desc h1 {
                font-size: 32px;
                font-weight: 700;
                line-height: 45px
            }

            .section-1 .block_sleep_top .w_desc > div:first-child > div:last-child {
                display: block;
                padding-bottom: 0
            }

            .section-1 .block_sleep_top .w_desc > div > div:first-child {
                padding-bottom: 60px
            }

            .section-1 .block_sleep_top .w_desc > div > div:last-child {
                display: flex;
                align-items: flex-end
            }

                .section-1 .block_sleep_top .w_desc > div > div:last-child img {
                    max-width: 280px
                }
}

@media (max-width:767px) {
    .section-1 {
        background-image: none;
        background-color: #F4F4F4
    }

        .section-1 > .container {
            padding: 0
        }

        .section-1 .block_sleep_top {
            padding-top: 0
        }

            .section-1 .block_sleep_top .w_desc h1 {
                font-size: 23px;
                font-weight: 700;
                line-height: 35px;
                margin-bottom: 15px
            }

            .section-1 .block_sleep_top .w_desc h3 {
                font-size: 22px;
                font-weight: 300;
                line-height: 32px
            }

            .section-1 .block_sleep_top .w_desc ul li::before {
                background-image: url(../img/check_black.png)
            }

            .section-1 .block_sleep_top .w_desc ul li span {
                font-size: 17px;
                font-weight: 700;
                letter-spacing: .19px;
                line-height: 27px;
                color: #000
            }

            .section-1 .block_sleep_top .w_desc a.btn-order {
                font-size: 18px;
                font-weight: 900;
                letter-spacing: .23px;
                line-height: 20px;
                padding: 22px 15px
            }

            .section-1 .block_sleep_top .w_desc > div:first-child {
                position: relative
            }

                .section-1 .block_sleep_top .w_desc > div:first-child > div:last-child {
                    background-repeat: no-repeat;
                    background-image: url(../img/bg_top_tab.jpg);
                    background-position: right;
                    padding: 35px 15px 0
                }

                    .section-1 .block_sleep_top .w_desc > div:first-child > div:last-child img {
                        display: block;
                        margin: 35px auto 0
                    }

            .section-1 .block_sleep_top .w_desc > div:last-child {
                display: block;
                padding: 0 15px
            }

                .section-1 .block_sleep_top .w_desc > div:last-child img {
                    display: none
                }
}

@media (max-width:420px) {
    .section-1 .block_sleep_top .w_desc h1 {
        max-width: 295px
    }
}

.section-2 {
    background: linear-gradient(180deg,#F4F4F4 0,#D6EDF7 53.76%,#C3E9F9 59.71%,#98DFFD 71.32%,#CFECF8 83.16%,#F4F4F4 100%);
    padding: 90px 0
}

    .section-2 .block_image_text {
        margin-bottom: 100px
    }

        .section-2 .block_image_text h3 {
            color: #000;
            font-size: 40px;
            font-weight: 700;
            line-height: 48px;
            text-align: center;
            text-transform: uppercase;
            margin-bottom: 45px
        }

        .section-2 .block_image_text .w_desc {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 0 -25px
        }

            .section-2 .block_image_text .w_desc > div, .section-2 .block_image_text .w_desc > p {
                width: 50%;
                padding: 0 25px
            }

                .section-2 .block_image_text .w_desc > div > p, .section-2 .block_image_text .w_desc > p > p {
                    color: #000;
                    font-size: 19px;
                    font-weight: 400;
                    line-height: 32px;
                    margin-bottom: 30px
                }

                .section-2 .block_image_text .w_desc > div:last-child, .section-2 .block_image_text .w_desc > p:last-child {
                    display: none
                }

        .section-2 .block_image_text.nth_2 .w_desc > div {
            order: 1
        }

        .section-2 .block_image_text.nth_2 .w_desc > p, .section-3 .block_quote .block_partners ul li:nth-child(odd) > img {
            order: 2
        }

@media (max-width:991px) {
    .section-2 .block_image_text {
        max-width: 630px;
        margin: 0 auto
    }

        .section-2 .block_image_text h3 {
            font-size: 30px;
            font-weight: 700;
            line-height: 40px;
            margin-bottom: 30px
        }

        .section-2 .block_image_text .w_desc {
            flex-wrap: wrap
        }

            .section-2 .block_image_text .w_desc > div, .section-2 .block_image_text .w_desc > p {
                width: 50%;
                padding: 0 25px;
                margin-bottom: 0
            }

                .section-2 .block_image_text .w_desc > div > p, .section-2 .block_image_text .w_desc > p > p {
                    color: #000;
                    font-size: 19px;
                    font-weight: 400;
                    line-height: 32px;
                    margin-bottom: 0
                }

                    .section-2 .block_image_text .w_desc > div > p:last-child, .section-2 .block_image_text .w_desc > p > p:last-child {
                        display: none
                    }

                .section-2 .block_image_text .w_desc > div:last-child, .section-2 .block_image_text .w_desc > p:last-child {
                    display: block;
                    width: 100%;
                    color: #000;
                    font-size: 19px;
                    font-weight: 400;
                    line-height: 32px;
                    margin: 30px 0 60px
                }
}

@media (max-width:767px) {
    .section-2 .block_image_text .w_desc {
        margin: 0
    }

        .section-2 .block_image_text .w_desc > div, .section-2 .block_image_text .w_desc > p {
            padding: 0;
            width: 100%
        }
}

.section-2 .block_anti_snore h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    max-width: 695px;
    margin: 0 auto 45px
}

.section-2 .block_anti_snore .w_desc ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin: 0 -10px 80px
}

    .section-2 .block_anti_snore .w_desc ul li {
        width: 25%;
        padding: 0 10px;
        text-align: center
    }

        .section-2 .block_anti_snore .w_desc ul li img {
            width: 105px;
            margin: 0 auto
        }

        .section-2 .block_anti_snore .w_desc ul li p {
            color: #000;
            font-size: 17px;
            line-height: 27px;
            text-align: center;
            width: 100%;
            max-width: 195px;
            font-weight: 600;
            margin: 30px auto 0
        }

.section-2 .block_anti_snore .w_desc > div {
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .section-2 .block_anti_snore .w_desc > div > p {
        width: 50%
    }

        .section-2 .block_anti_snore .w_desc > div > p:first-child {
            text-align: center
        }

        .section-2 .block_anti_snore .w_desc > div > p:last-child {
            color: #000;
            font-size: 17px;
            font-weight: 400;
            line-height: 27px;
            max-width: 383px
        }

        .section-2 .block_anti_snore .w_desc > div > p img {
            width: 100%;
            max-width: 257px;
            margin: 0 auto
        }

@media (max-width:991px) {
    .section-2 .block_anti_snore h3 {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
        max-width: 540px
    }

    .section-2 .block_anti_snore .w_desc > div > p:last-child {
        font-size: 19px;
        font-weight: 500;
        line-height: 32px
    }
}

@media (max-width:767px) {
    .section-2 .block_anti_snore .w_desc ul, .section-2 .block_image_text .w_desc {
        display: block
    }

        .section-2 .block_anti_snore .w_desc > div p, .section-2 .block_image_text .w_desc > div, .section-2 .block_image_text .w_desc > p {
            width: 100%
        }

    .section-2 {
        padding-top: 0
    }

        .section-2 .block_image_text .w_desc p:first-child {
            margin-top: 30px
        }

        .section-2 .block_anti_snore .w_desc ul li {
            width: 100%;
            max-width: 200px;
            margin: 0 auto 20px;
            padding: 0
        }

            .section-2 .block_anti_snore .w_desc ul li p {
                margin-top: 17px
            }

        .section-2 .block_anti_snore .w_desc > div {
            flex-wrap: wrap-reverse
        }

            .section-2 .block_anti_snore .w_desc > div p:last-child {
                margin-bottom: 50px
            }
}

.section-3 > .container {
    width: 100%;
    max-width: 100%;
    padding: 0
}

    .section-3 > .container .block_sleep {
        background-image: url(../img/bg_break_dt.jpg);
        padding: 75px 15px;
        background-repeat: no-repeat;
        background-size: cover
    }

        .section-3 > .container .block_sleep .w_desc {
            width: 100%;
            max-width: 840px;
            margin: 0 auto
        }

            .section-3 > .container .block_sleep .w_desc h2 {
                color: #FFF;
                font-size: 35px;
                font-weight: 900;
                letter-spacing: 2.1px;
                line-height: 49px;
                text-align: center;
                margin-bottom: 20px;
                text-transform: uppercase
            }

            .section-3 > .container .block_sleep .w_desc a.btn-order {
                border-radius: 37.2px;
                background: linear-gradient(180deg,#26E576 0,#25CE6C 100%);
                box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
                color: #FFF;
                font-size: 24px;
                font-weight: 900;
                letter-spacing: .31px;
                line-height: 26px;
                padding: 24px 20px;
                display: block;
                width: 100%;
                max-width: 385px;
                text-align: center;
                text-decoration: none;
                margin: 0 auto
            }

@media (max-width:991px) {
    .section-3 > .container .block_sleep {
        background-image: url(../img/bg_break_tab.jpg);
        padding: 50px 15px
    }

        .section-3 > .container .block_sleep .w_desc {
            width: 100%;
            max-width: 820px;
            margin: 0 auto
        }

            .section-3 > .container .block_sleep .w_desc h2 {
                font-size: 28px;
                font-weight: 900;
                line-height: 38px;
                text-align: center
            }

            .section-3 > .container .block_sleep .w_desc a.btn-order {
                font-size: 20px;
                font-weight: 900;
                letter-spacing: .26px;
                line-height: 28px;
                padding: 17px 15px;
                max-width: 320px
            }
}

@media (max-width:767px) {
    .section-3 > .container .block_sleep {
        background-image: url(../img/bg_break_mb.jpg);
        padding: 35px 15px
    }

        .section-3 > .container .block_sleep .w_desc h2 {
            font-size: 19px;
            font-weight: 900;
            line-height: 29px;
            text-align: center
        }

        .section-3 > .container .block_sleep .w_desc a.btn-order {
            font-size: 18px;
            font-weight: 900;
            letter-spacing: .23px;
            line-height: 20px
        }
}

.section-3 > .container .block_connection {
    background: linear-gradient(180deg,#F4F4F4 0,#CBEBF8 100%)
}

    .section-3 > .container .block_connection .w_content_wrap {
        width: 100%;
        max-width: 940px;
        margin: 0 auto
    }

        .section-3 > .container .block_connection .w_content_wrap .w_desc {
            display: flex;
            justify-content: space-between;
            margin: 0 -15px;
            padding-top: 80px
        }

            .section-3 > .container .block_connection .w_content_wrap .w_desc > div {
                padding: 0 15px
            }

                .section-3 > .container .block_connection .w_content_wrap .w_desc > div:first-child {
                    width: calc(100% - 340px)
                }

                .section-3 > .container .block_connection .w_content_wrap .w_desc > div:last-child {
                    width: 340px;
                    display: flex;
                    align-items: flex-end;
                    height: auto;
                }

                .section-3 > .container .block_connection .w_content_wrap .w_desc > div h2 {
                    font-size: 32px;
                    font-weight: 700;
                    line-height: 45px;
                    margin-top: 20px;
                    margin-bottom: 50px;
                    text-transform: uppercase
                }

                .section-3 > .container .block_connection .w_content_wrap .w_desc > div p {
                    font-size: 18px;
                    font-weight: 400;
                    line-height: 32px;
                    margin-bottom: 30px
                }

                    .section-3 > .container .block_connection .w_content_wrap .w_desc > div p:last-child {
                        margin-bottom: 100px
                    }

@media (max-width:991px) {
    .section-3 > .container .block_connection .w_content_wrap .w_desc {
        background-image: url(../img/arm_tab.png);
        background-repeat: no-repeat;
        background-position: right -85px bottom -50px;
        max-width: 100%;
        margin: 0
    }

        .section-3 > .container .block_connection .w_content_wrap .w_desc > div:first-child {
            width: 100%;
            max-width: 660px;
            padding: 0 30px
        }

        .section-3 > .container .block_connection .w_content_wrap .w_desc > div:last-child {
            display: none
        }

        .section-3 > .container .block_connection .w_content_wrap .w_desc > div > p {
            max-width: 475px;
            font-size: 18px;
            line-height: 32px
        }

            .section-3 > .container .block_connection .w_content_wrap .w_desc > div > p:last-child {
                margin-bottom: 60px
            }
}

@media (max-width:767px) {
    .section-3 > .container .block_connection .w_content_wrap .w_desc {
        background-image: none;
        display: block;
        padding: 50px 15px 0
    }

        .section-3 > .container .block_connection .w_content_wrap .w_desc > div h2 {
            font-size: 28px;
            font-weight: 700;
            line-height: 38px;
            text-align: center
        }

        .section-3 > .container .block_connection .w_content_wrap .w_desc > div:first-child {
            padding: 0
        }

        .section-3 > .container .block_connection .w_content_wrap .w_desc > div:last-child {
            display: block;
            text-align: center;
            padding: 0;
            margin: 0 auto -4px;
            width: 100%
        }

            .section-3 > .container .block_connection .w_content_wrap .w_desc > div:last-child img {
                padding: 0;
                max-width: 222px;
                margin: 4px auto;
            }
}

.section-3 .block_quote {
    background: linear-gradient(180deg,#F4F4F4 0,#CBEBF8 100%);
    padding-bottom: 80px
}

    .section-3 .block_quote .block_deprivation {
        width: 100%;
        max-width: 1180px;
        margin: 0 auto;
        padding-top: 100px
    }

        .section-3 .block_quote .block_deprivation .w_toptext {
            position: relative;
            width: 100%;
            color: #000;
            font-size: 40px;
            font-weight: 700;
            line-height: 48px;
            text-align: center;
            text-transform: uppercase;
            max-width: 840px;
            margin: 0 auto;
            padding: 0 65px
        }

            .section-3 .block_quote .block_deprivation .w_toptext::after, .section-3 .block_quote .block_deprivation .w_toptext::before {
                content: "";
                /*background-image: url(../img/exclamation_tab.png);*/
                width: 60px;
                height: 60px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%)
            }

            .section-3 .block_quote .block_deprivation .w_toptext::before {
                left: 0
            }

            .section-3 .block_quote .block_deprivation .w_toptext::after {
                right: 0
            }

        .section-3 .block_quote .block_deprivation .w_content_wrap {
            position: relative;
            margin: 60px 0;
            border: 6px double transparent;
            border-radius: 20px;
            background-image: linear-gradient(#ECF2F4,#E5F0F5),linear-gradient(180deg,#8F40C9,#4D39C4);
            background-origin: border-box;
            background-clip: content-box,border-box
        }

            .section-3 .block_quote .block_deprivation .w_content_wrap::before {
                content: "";
                background-image: url(../img/quote_open_mb.png);
                width: 91px;
                height: 59px;
                position: absolute;
                background-size: 100%;
                background-repeat: no-repeat;
                top: -27px;
                left: 20px
            }

            .section-3 .block_quote .block_deprivation .w_content_wrap::after {
                content: "";
                background-image: url(../img/quote_close_mb.png);
                width: 91px;
                height: 59px;
                position: absolute;
                background-size: 100%;
                background-repeat: no-repeat;
                bottom: -27px;
                right: 20px
            }

            .section-3 .block_quote .block_deprivation .w_content_wrap .w_desc {
                padding: 40px;
                max-width: 940px;
                margin: 0 auto
            }

                .section-3 .block_quote .block_deprivation .w_content_wrap .w_desc p {
                    color: #535353;
                    font-size: 19px;
                    font-weight: 300;
                    line-height: 32px;
                    text-align: center
                }

                    .section-3 .block_quote .block_deprivation .w_content_wrap .w_desc p:first-child {
                        color: #000;
                        font-size: 21px;
                        line-height: 32px;
                        text-align: center;
                        font-weight: 700;
                        font-style: italic;
                        margin-bottom: 25px
                    }

                    .section-3 .block_quote .block_deprivation .w_content_wrap .w_desc p:last-child {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        max-width: 180px;
                        position: absolute;
                        left: 50%;
                        transform: translateX(-50%)
                    }

                        .section-3 .block_quote .block_deprivation .w_content_wrap .w_desc p:last-child img {
                            width: 100%;
                            max-width: 90px;
                            margin: 0 10px
                        }

@media (max-width:991px) {
    .section-3 .block_quote .block_deprivation {
        padding: 60px 15px 0
    }

        .section-3 .block_quote .block_deprivation .w_toptext {
            font-size: 30px;
            font-weight: 700;
            line-height: 40px;
            text-align: center;
            max-width: 680px
        }

        .section-3 .block_quote .block_deprivation .w_content_wrap .w_desc {
            padding: 60px 25px
        }

            .section-3 .block_quote .block_deprivation .w_content_wrap .w_desc p:first-child {
                font-weight: 700
            }
}

@media (max-width:767px) {
    .section-3 .block_quote .block_deprivation .w_toptext {
        width: 100%;
        padding: 0
    }

        .section-3 .block_quote .block_deprivation .w_toptext::after, .section-3 .block_quote .block_deprivation .w_toptext::before {
            display: none
        }

    .section-3 .block_quote .block_deprivation .w_content_wrap .w_desc {
        padding: 60px 10px
    }

        .section-3 .block_quote .block_deprivation .w_content_wrap .w_desc p:last-child {
            left: 31%;
            bottom: -35px
        }

            .section-3 .block_quote .block_deprivation .w_content_wrap .w_desc p:last-child img {
                max-width: 74px;
                margin: 0 2px
            }
}

.section-3 .block_quote .block_partners {
    max-width: 940px;
    margin: 0 auto;
    padding-top: 40px
}

    .section-3 .block_quote .block_partners ul {
        padding: 0;
        list-style-type: none
    }

        .section-3 .block_quote .block_partners ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 0 -15px 80px
        }

            .section-3 .block_quote .block_partners ul li div, .section-3 .block_quote .block_partners ul li > img {
                width: 50%;
                max-width: 430px
            }

            .section-3 .block_quote .block_partners ul li p {
                color: #000;
                font-size: 19px;
                font-weight: 400;
                line-height: 32px
            }

            .section-3 .block_quote .block_partners ul li:nth-child(even) > img, .section-3 .block_quote .block_partners ul li:nth-child(odd) > div {
                order: 1
            }

            .section-3 .block_quote .block_partners ul li:nth-child(even) > div {
                order: 2
            }

            .section-3 .block_quote .block_partners ul li:last-child {
                margin-bottom: 0
            }

                .section-3 .block_quote .block_partners ul li:last-child > p:last-child {
                    display: none
                }

@media (max-width:991px) {
    .section-3 .block_quote .block_partners {
        max-width: 700px;
        margin: 0 auto
    }

        .section-3 .block_quote .block_partners ul li {
            margin: 0 -15px 50px
        }

            .section-3 .block_quote .block_partners ul li div, .section-3 .block_quote .block_partners ul li > img {
                padding: 0 15px
            }

            .section-3 .block_quote .block_partners ul li:last-child {
                flex-wrap: wrap
            }

                .section-3 .block_quote .block_partners ul li:last-child > div > p:last-child {
                    display: none
                }

                .section-3 .block_quote .block_partners ul li:last-child > p:last-child {
                    display: block;
                    width: 100%;
                    order: 3;
                    font-size: 19px;
                    font-weight: 700;
                    line-height: 32px;
                    margin-top: 50px
                }
}

@media (max-width:767px) {
    .section-3 .block_quote .block_partners {
        padding: 0 15px
    }

        .section-3 .block_quote .block_partners ul li {
            flex-wrap: wrap;
            margin-bottom: 0
        }

            .section-3 .block_quote .block_partners ul li div, .section-3 .block_quote .block_partners ul li > img {
                width: 100%;
                margin-bottom: 30px
            }

            .section-3 .block_quote .block_partners ul li:last-child {
                flex-wrap: wrap-reverse
            }

                .section-3 .block_quote .block_partners ul li:last-child > div > p:last-child {
                    display: block
                }

                .section-3 .block_quote .block_partners ul li:last-child > p:last-child {
                    display: none
                }
}

@media (max-width:991px) {
    .section-3 .block_quote {
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    .section-3 .block_quote {
        padding-bottom: 30px
    }
}

.section-3 .feedback-block {
    background: linear-gradient(180deg,#98DFFD 0,#CBEBF8 20.89%,#F4F4F4 100%)
}

    .section-3 .feedback-block .heading-text {
        color: #000;
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        max-width: 630px;
        margin: 0 auto 50px
    }

    .section-3 .feedback-block .wrap-slider {
        width: 100%;
        max-width: 780px;
        margin: 0 auto
    }

    .section-3 .feedback-block .swiper-wrapper {
        height: 340px !important
    }

    .section-3 .feedback-block .main-slider {
        background-color: rgba(255,255,255,.5);
        border: 1px solid #9B9B9B;
        border-radius: 15px
    }

    .section-3 .feedback-block .wrap-content {
        padding: 30px
    }

    .section-3 .feedback-block .wrap-item {
        display: flex;
        align-items: center;
        height: 100%
    }

    .section-3 .feedback-block .thumb-item {
        margin-bottom: 30px
    }

        .section-3 .feedback-block .thumb-item img {
            max-width: 100px
        }

    .section-3 .feedback-block .desc-item {
        text-align: left
    }

        .section-3 .feedback-block .desc-item h4 {
            margin-bottom: 5px;
            font-size: 17px
        }

        .section-3 .feedback-block .desc-item img {
            max-width: 110px
        }

        .section-3 .feedback-block .desc-item p {
            color: #000;
            font-size: 17px;
            font-weight: 400;
            line-height: 27px
        }

    .section-3 .feedback-block .swiper-pagination {
        margin-top: 30px
    }

        .section-3 .feedback-block .swiper-pagination .swiper-pagination-bullet {
            width: 18px;
            height: 18px;
            background-color: #4E39C4;
            border: 1px solid #4E39C4;
            opacity: 1
        }

        .section-3 .feedback-block .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #8F40C9
        }

@media (min-width:768px) {
    .section-3 .feedback-block .heading-text {
        font-size: 30px
    }

    .section-3 .feedback-block .wrap-content {
        padding: 40px 60px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        width: 100%
    }

    .section-3 .feedback-block .thumb-item {
        width: 100px;
        margin-bottom: 0
    }

    .section-3 .feedback-block .desc-item {
        -webkit-flex: 1 0;
        -ms-flex: 1 0;
        flex: 1 0;
        padding-left: 30px;
        text-align: left
    }
}

@media (min-width:992px) {
    .section-3 .feedback-block {
        padding: 100px 0
    }

        .section-3 .feedback-block .heading-text {
            margin-bottom: 50px;
            font-size: 40px
        }
}

@media (max-width:991px) {
    .section-3 .feedback-block {
        padding: 60px 15px
    }

        .section-3 .feedback-block .heading-text {
            max-width: 510px;
            margin: 0 auto;
            padding: 0 15px 30px
        }
}

@media (max-width:767px) {
    .section-3 .feedback-block .heading-text {
        font-size: 28px;
        font-weight: 700;
        line-height: 38px;
        text-align: center;
        padding: 0 0 30px
    }

    .section-3 .feedback-block .swiper-wrapper {
        height: 745px !important
    }
}

.section-3 .feedback-block.feedback-block-de .swiper-wrapper {
    height: initial !important
}

.section-3 .block_main_sleep {
    background-image: url(../img/bg_bottom_dt.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

    .section-3 .block_main_sleep .w_content_wrap {
        padding: 90px 0 0;
        width: 100%;
        max-width: 940px;
        margin: 0 auto
    }

        .section-3 .block_main_sleep .w_content_wrap .w_desc h1 {
            color: #FFF;
            font-size: 38px;
            font-weight: 700;
            line-height: 45px;
            text-transform: uppercase
        }

        .section-3 .block_main_sleep .w_content_wrap .w_desc h3 {
            color: #FFF;
            font-size: 28px;
            font-weight: 300;
            line-height: 40px
        }

        .section-3 .block_main_sleep .w_content_wrap .w_desc ul {
            list-style-type: none;
            padding: 0;
            margin: 30px 0
        }

            .section-3 .block_main_sleep .w_content_wrap .w_desc ul li {
                width: 100%;
                display: flex;
                align-items: flex-start;
                margin-bottom: 10px
            }

                .section-3 .block_main_sleep .w_content_wrap .w_desc ul li img {
                    width: 100%;
                    max-width: 25px;
                    margin-top: 5px
                }

                .section-3 .block_main_sleep .w_content_wrap .w_desc ul li span {
                    color: #FFF;
                    font-size: 18px;
                    font-weight: 500;
                    line-height: 31px;
                    margin-left: 20px
                }

        .section-3 .block_main_sleep .w_content_wrap .w_desc a.btn-order {
            border-radius: 37.2px;
            background: linear-gradient(180deg,#26E576 0,#25CE6C 100%);
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
            color: #FFF;
            font-size: 24px;
            font-weight: 900;
            letter-spacing: .31px;
            line-height: 26px;
            padding: 24px 20px;
            display: block;
            width: 100%;
            max-width: 385px;
            text-align: center;
            text-decoration: none
        }

            .section-3 .block_main_sleep .w_content_wrap .w_desc a.btn-order:hover {
                opacity: .8
            }

        .section-3 .block_main_sleep .w_content_wrap .w_desc > div {
            display: flex;
            justify-content: space-between;
            padding-bottom: 60px
        }

            .section-3 .block_main_sleep .w_content_wrap .w_desc > div > div:last-child img {
                max-width: 410px
            }

@media (max-width:991px) {
    .section-3 .block_main_sleep {
        background-image: url(../img/bg_bottom_tab.jpg)
    }

        .section-3 .block_main_sleep .w_content_wrap .w_desc {
            max-width: 732px;
            margin: 0 auto
        }

            .section-3 .block_main_sleep .w_content_wrap .w_desc > div > div:first-child {
                padding-right: 30px
            }

            .section-3 .block_main_sleep .w_content_wrap .w_desc > div > div:last-child {
                display: flex;
                align-items: flex-end
            }

                .section-3 .block_main_sleep .w_content_wrap .w_desc > div > div:last-child img {
                    max-width: 250px !important
                }
}

@media (max-width:767px) {
    .section-3 .block_main_sleep {
        background-image: url(../img/bg_bottom_mb.jpg)
    }

        .section-3 .block_main_sleep .w_content_wrap .w_desc {
            position: relative;
            padding: 240px 15px 0;
            text-align: center
        }

            .section-3 .block_main_sleep .w_content_wrap .w_desc h1 {
                font-size: 30px;
                font-weight: 700;
                line-height: 35px;
                text-align: center
            }

            .section-3 .block_main_sleep .w_content_wrap .w_desc h3 {
                font-size: 20px;
                font-weight: 300;
                line-height: 30px;
                text-align: center
            }

            .section-3 .block_main_sleep .w_content_wrap .w_desc ul li span {
                font-size: 17px;
                font-weight: 500;
                line-height: 27px
            }

            .section-3 .block_main_sleep .w_content_wrap .w_desc a.btn-order {
                font-size: 18px;
                font-weight: 900;
                letter-spacing: .23px;
                line-height: 20px
            }

            .section-3 .block_main_sleep .w_content_wrap .w_desc > div {
                flex-wrap: wrap-reverse
            }

                .section-3 .block_main_sleep .w_content_wrap .w_desc > div > div:first-child {
                    text-align: left;
                    padding-right: 0
                }

                .section-3 .block_main_sleep .w_content_wrap .w_desc > div > div:last-child {
                    position: absolute;
                    top: 0;
                    text-align: center;
                    left: 50%;
                    transform: translateX(-50%)
                }

                    .section-3 .block_main_sleep .w_content_wrap .w_desc > div > div:last-child img {
                        max-width: 250px !important
                    }
}

.section-4 .floating-bar {
    padding: 12px 15px;
    background-color: #2D0735;
    opacity: 1
}

    .section-4 .floating-bar .inner {
        width: 100%;
        max-width: 580px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .section-4 .floating-bar .inner .btn-floating-bar {
            border-radius: 37.2px;
            background: linear-gradient(180deg,#26E576 0,#25CE6C 100%);
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
            color: #FFF;
            font-size: 24px;
            font-weight: 900;
            letter-spacing: .31px;
            padding: 4px 10px;
            display: block;
            width: 100%;
            max-width: 225px;
            text-align: center;
            text-decoration: none;
            margin: 0 auto
        }

            .section-4 .floating-bar .inner .btn-floating-bar p {
                padding: 0
            }

        .section-4 .floating-bar .inner .float-desc p {
            color: #FFF;
            font-size: 16px;
            font-weight: 500;
            line-height: 20px;
            text-align: center
        }

    .section-4 .floating-bar.index-promo .inner {
        max-width: 780px
    }

    .section-4 .floating-bar.index-promo .btn-floating-bar {
        max-width: 650px
    }

@media (max-width:767px) {
    .section-4 .floating-bar {
        padding: 12px 0
    }

        .section-4 .floating-bar > .container {
            padding: 0 13px
        }

        .section-4 .floating-bar .inner {
            display: block
        }

            .section-4 .floating-bar .inner .btn-floating-bar {
                max-width: 100%;
                font-size: 22px
            }

            .section-4 .floating-bar .inner .floating-desc p {
                font-size: 14px;
                font-weight: 500;
                line-height: 17px;
                text-align: center;
                padding-bottom: 10px
            }
}
