.cew---swiper-container {
    overflow: hidden;
    margin-top: 80px;
}

/* Slider top */
.cew---custom-slider__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Title with line*/
.cew---top__left {
    display: flex;
    align-items: center;
}
.cew__custom-slider__line {
    position: relative;
    padding-top: 18px;
    height: 100%;
    width: calc(calc(300 * 100%)/ 1320);
    margin-right: 40px;
}

.cew__custom-slider__line:before {
    content: '';
    position: absolute;
    height: 0;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .8;
    border-top: 2px solid #2B2727;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
}

/* Navigation buttons */
.cew---top__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cew---custom-slider__btn {
    padding: 15px 18px;
    background-color: unset !important;
    color: #2B2727;
    border-radius: 20px;
    border: 1px solid #2B2727;
    transition: all .2s ease-out;
    min-height: 56px;
    min-width: 56px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.cew---custom-slider__btn:hover {
    border-color: orange;
    background-color: unset;
    color: black;
}

.cew---custom-slider__pagination {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 0;
}


.cew---swiper-slide {
    display: flex;
    height: 100%;
}

.cew---swiper-slide__points-list {
    width: 30%;
    margin-right: 20px;
}

.cew---swiper-slide__points-list {
    width: calc(calc(300 * 100%)/ 1320);
    margin-right: 40px;
}

.cew---swiper-slide__points-list li {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 20px;
    color: #2B2727;
    display: flex;
}

.cew---swiper-slide__points-list li::before {
    content: '•';
    margin-right: 5px;
    display: block;
}

/**
blue mobile navigation
 */

@media (max-width: 768px) {
    .elementor-hidden-desktop.elementor-section-full_width.header .elementor-col-33:nth-child(2){
        z-index: 1;
    }
    .elementor-hidden-desktop.elementor-section-full_width.header .elementor-menu-toggle.elementor-active {
        z-index: 1;
    }

    .elementor-nav-menu__align-left.elementor-nav-menu--dropdown-none {
        position: absolute;
        top: 12px;
    }
    .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        overflow: hidden;
        position: absolute;
        height: 100vh;
        width: 110vw;
        top: -27px;
        left: -245%;
        background-color: #2B2727!important;
        padding-left: 42%;
    }
    .elementor-nav-menu--dropdown.elementor-nav-menu__container ul{
        top: 150px;
    }
    .elementor-nav-menu--dropdown.elementor-nav-menu__container ul a{
        font-weight: bold!important;
        font-size: 28px!important;
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .elementor-hidden-desktop.elementor-section-full_width.header .elementor-col-33:nth-child(2){
        z-index: 1;
    }
    .elementor-hidden-desktop.elementor-section-full_width.header .elementor-menu-toggle.elementor-active {
        z-index: 1;
    }

    .elementor-nav-menu__align-left.elementor-nav-menu--dropdown-none {
        position: absolute;
        top: 12px;
    }
    .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        overflow: hidden;
        position: absolute;
        height: 100vh;
        width: 105vw;
        top: -34px;
        left: -428%;
        background-color: #2B2727!important;
        padding-left: 10%;
    }
    .elementor-nav-menu--dropdown.elementor-nav-menu__container ul{
        top: 150px;
    }
    .elementor-nav-menu--dropdown.elementor-nav-menu__container ul a{
        font-weight: bold!important;
        font-size: 28px!important;
        line-height: 24px;
    }
}

.elementor-menu-toggle {
    font-size: 30px;
}

.elementor-menu-toggle.elementor-active i:before {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='27' height='5' viewBox='0 0 27 5' fill='none'%3e%3crect width='27' height='5' rx='1' fill='%23F0E7DF'/%3e%3c/svg%3e");
}

.elementor-menu-toggle i:before {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='27' height='23' viewBox='0 0 27 23' fill='none'%3e%3crect width='27' height='5' rx='1' fill='%23F0E7DF'/%3e%3crect y='9' width='27' height='5' rx='1' fill='%23F0E7DF'/%3e%3crect y='18' width='27' height='5' rx='1' fill='%23F0E7DF'/%3e%3c/svg%3e");
}

/**
mobile menu
 */

@media (max-width: 1024px) {
    .header {
        display: flex;
        justify-content: center;
    }


    .right-menu-mobile .elementor-element-populated .elementor-widget-nav-menu .elementor-widget-container {
        padding: 0;
    }
    .right-menu-mobile .elementor-element-populated {
        display: flex;
        justify-content: flex-end;
    }
    .right-menu-mobile .elementor-element-populated .elementor-widget-nav-menu {
        max-width: none;
        width: 100%;
    }

    .elementor-menu-toggle {
        display: flex;
        padding-left: 0;
        padding-right: 0;
        margin: 0!important;
        justify-content: flex-end;
    }
}

.dropdown-mobile .elementor-widget-container .elementor-nav-menu {
    height: 100%;
}
.dropdown-mobile .elementor-widget-container .elementor-nav-menu__container .elementor-nav-menu>li:last-child {
    position: absolute;
    bottom: 40%;
}

.dropdown-mobile .elementor-widget-container .elementor-nav-menu__container .elementor-nav-menu>li>a {
    color: white;
    font-family: NimbusSanExt-Reg!important;
    text-transform: uppercase!important;
}

.elementor-widget-image .elementor-image>a img[src$=".svg"], .elementor-widget-image .elementor-image figure>a img[src$=".svg"] {
    width: 99px;
}