@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/DINPro-Medium.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/DINPro-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/DINPro-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
     font-weight: 500;    
  }

@font-face {
  font-family: 'DINPro';
  src: url('../fonts/DINPro.eot'); /* IE9 Compat Modes */
  src: url('../fonts/DINPro.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/DINPro.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/DINPro.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/DINPro.svg#svgFontName') format('svg'); /* Legacy iOS */
   font-weight: 400;    
}

@font-face {
  font-family: 'DINPro';
  src: url('../fonts/DINPro-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/DINPro-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/DINPro-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/DINPro-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
   font-weight: 700;    
}

body {
    padding: 0;
    margin: 0;
    font-family: 'DINPro';
}

.bagless-rich {
    max-width: 1170px;
    margin: auto;
    background-color: #1E1E1E;
    border-radius: 32px 32px 0px 0px;
}

.bagless-rich p,.bagless-rich h2,.bagless-rich h3,.bagless-rich h4 {
    margin: 0;
    color: #fff;
}

.bagless-rich h1 {
    font-size: 48px;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 16px 0 24px;
}

.bagless-rich h2 {
    font-size: 40px;
    letter-spacing: -0.03em;
    line-height: 1.2em;
    color: #fff;
    text-transform: uppercase;
}

.bagless-container {
    max-width: 790px;
    width: 100%;
    margin: auto;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
}

a, button, input {
    transition: all 0.5s ease;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active

 {
    outline: none;
}


img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

div {
    box-sizing: border-box;
}

.blue-text {
    color: #80A2FF;
}

.no-wrapp {
    white-space: nowrap;
}

.btn {
    border: 2px solid #EB212E;
    border-radius: 5px;
    width: 100%;
    max-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #EB212E;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-align: center;
    padding: 7px 0;
}

/* bagless-banner */

.bagless-banner {
    background: url(../img/banner-bg.png) no-repeat center/cover;
    border-radius: 32px 32px 0px 0px;
}

.banner-wrapper {
    position: relative;
    padding: 56px 0 142px;
}

.banner-wrapper__content {
    max-width: 358px;
}

.banner-wrapper__content h4 {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.banner-wrapper__content p {
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.55);
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: -0.02em;
    color: #fff;
    font-weight: 700;
}

.banner-wrapper__content p span {
    background: linear-gradient(110.61deg, #7280FF 3.58%, #47A7FF 101.95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.55);
}

.banner-wrapper__images {
    position: absolute;
    right: -190px;
    top: 0;
}

/* bagless-advantages */

.bagless-advantages {
    padding: 32px 0 22px;
    background-color: #fff;
}

.bagless-advantages .bagless-container {
    max-width: 871px;
}

.advantages-info {
    display: flex;
    justify-content: space-between;
    max-width: 838px;
    margin: auto;
}

.advantages-info h2 {
    max-width: 335px;
    line-height: 0.5em;
    margin-top: 12px;
    color: #414141;
}

.advantages-info h2 span {
    color: #4480C2;
}

.advantages-info h2 svg {
    transform: translateY(7px);
}

.advantages-info p {
    max-width: 480px;
    color: #414141;
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
}

.advantages-slider {
    margin: 26px auto 24px;
    max-width: 871px;
}

.advantages-slider .swiper-wrapper {
    justify-content: space-between;
}

.advantages-slider .swiper-slide {
    text-align: center;
    width: 100%;
    max-width: 19%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantages-slider .swiper-slide img {
    display: block;
    margin-top: 8px;
}

.advantages-slider .swiper-slide p {
    font-size: 18px;
    line-height: 1.2em;
    text-align: center;
    margin-top: 22px;
    color: #4480C2;
}

.bagless-advantages p.bagless-disclaimer {
    color: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
    font-weight: 500;
}

/* info-slider */

.info-slider .swiper-wrapper {
    flex-direction: column;
}

/* bagless-effect" */

.bagless-effect {
    position: relative;
    padding: 80px 0 72px;
}

.bagless-content {
    max-width: 420px;
    position: relative;
    z-index: 10;
}

.bagless-content p {
    margin: 8px 0;
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: -0.02em;
}

.bagless-effect-shadow {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.bagless-images {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 583px;
}

.bagless-images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* bagless-power */

.bagless-power {
    position: relative;
    padding: 67px 0 59px;
}

.bagless-power .bagless-content {
    margin-left: auto;
    max-width: 390px;
}

.bagless-power-shadow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 2;
}

.bagless-power .bagless-images {
    left: 0;
}

/* bagless-effiwats */

.bagless-effiwats {
    position: relative;
    padding: 44px 0;
}

.effiwats-shadow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.bagless-effiwats .bagless-container {
    max-width: 831px;
}

.bagless-effiwats h2 {
    position: relative;
}

.bagless-rich p.effiwats-text {
    max-width: 790px;
    margin: 16px auto 0;
    font-size: 20px;
    line-height: 1.3em;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    position: relative;
}

.effiwats-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 53px;
}

.effiwats-tabs__nav .swiper-wrapper {
    flex-direction: column;
}

.effiwats-tabs__content {
    max-width: 473px;
}

.effiwats-tabs__nav {
    max-width: 318px;
    width: 100%;
}

.effiwats-tabs__item {
    display: none;
}

.effiwats-tabs__item.active {
    display: block;
}

.effiwats-tabs__tab {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 8px;
}

.effiwats-tabs__tab img {
    display: none;
}

.effiwats-tabs__tab span {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #A2A2A2;
    font-weight: 500;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #A2A2A2;
    margin-right: 10px;
    flex: none;
    width: 24px;
    height: 24px;
}

.effiwats-tabs__tab p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.24em;
    letter-spacing: -0.02em;
    color: #A2A2A2;
}

.effiwats-tabs__tab.active {
    display: flex;
    align-items: center;
}

.effiwats-tabs__tab.active p {
    color: #fff;
}

.effiwats-tabs__tab.active span {
    background-color: #fff;
    color: #000;
}

/* bagless-noise */

.bagless-noise {
    position: relative;
    padding: 38px 0 72px;
}

.bagless-noise h2 {
    text-align: center;
}

.noise-shadow {
    position: absolute;
    bottom: 0;
    right: 0;
}

.bagless-noise .bagless-container {
    max-width: 954px;
    position: relative;
}

.bagless-rich p.noise-text {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    max-width: 510px;
    margin: 46px 0 0 6px;
}

.noise-text img {
    margin-right: 26px;
}

.noise-slider {
    margin-top: -125px;
}

.noise-slider .swiper-wrapper {
    justify-content: space-between;
}

.noise-slider .swiper-slide {
    width: 100%;
    max-width: 139px;
}

.noise-slider .swiper-slide {
    padding: 22px 28px;
    background: linear-gradient(180deg, #FFFFFF 0%, #ECF6FF 100%);
    border-radius: 10px;
    margin-top: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

.noise-slider .swiper-slide p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
    margin-top: 17px;
}

.noise-slider .swiper-slide:nth-child(2) {
    height: 170px;
}

.noise-slider .swiper-slide:nth-child(3) {
    height: 184px;
}

.noise-slider .swiper-slide:nth-child(4) {
    height: 203px;
}

.noise-slider .swiper-slide:nth-child(5) {
    height: 238px;
}

.noise-slider .swiper-slide:nth-child(6) {
    height: 372px;
}

/* .bagless-functions  */

.functions-slider {

}

.functions-slider .swiper-wrapper {
    flex-direction: column;
}

.functions-slider .swiper-slide {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 68px 0 68px;
}

.functions-slider .swiper-slide div {
    max-width: 475px;
    margin-left: 94px;
}

.functions-slider .swiper-slide p {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 24px 0;
}

.functions-slider__images {
    position: absolute;
    right: 0;
    top: 0;
}

.swiper-slide.functions-slider__filter {
    padding: 115px 0 132px;
}

.swiper-slide.functions-slider__filter div {
    margin-left: auto;
    margin-right: 109px;
}

.functions-slider__filter .functions-slider__images {
    left: 0;
    bottom: 0;
    top: auto;
}

/* bagless-comfort */

.bagless-comfort {
    position: relative;
    padding: 63px 0 76px;
    overflow: hidden;
}

.bagless-comfort .bagless-container {
    max-width: 1038px;
    position: relative;
    text-align: center;
}

.comfort-shadow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

.comfort-content__images {
    margin-top: -15px;
    margin-left: 16px;
}

.bagless-rich p.comfort-text {
    text-align: center;
    max-width: 520px;
    margin: 16px auto 35px;
    font-size: 20px;
    line-height: 1.3em;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.comfort-content {
    position: relative;
}

.comfort-slider {
    width: 100%;
    position: absolute;
    top: 1px;
    height: 352px;
}

.comfort-slider .swiper-slide {
    position: absolute;
    width: 100%;
    max-width: 269px;
}

.comfort-slider .swiper-slide:first-child {
    text-align: right;
}

.comfort-slider .swiper-slide:nth-child(2) {
    right: -13px;
    top: 18px;
    text-align: left;
}

.comfort-slider .swiper-slide:nth-child(3) {
    text-align: right;
    top: 192px;
}

.comfort-slider .swiper-slide:nth-child(4) {
    right: -13px;
    top: 192px;
    text-align: left;
}

.comfort-slider .swiper-slide:nth-child(5) {
    max-width: 310px;
    bottom: -5px;
    left: 363px;
    height: auto;
}

.comfort-slider .swiper-slide h3 {
    font-weight: 900;
    font-size: 28px;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.comfort-slider .swiper-slide p {
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 6px 0;
}

.comfort-slider .swiper-slide p.comfort-desclaimer {
    font-size: 13px;
    letter-spacing: -0.01em;
}

/* bagless-accessuary */

.bagless-accessuary {
    position: relative;
    padding: 53px 0 36px;
}

.bagless-accessuary .bagless-container {
    max-width: 1037px;
    position: relative;
}

.accessuary-shadow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.bagless-accessuary h2 {
    text-align: center;
}

.accessuary-slider {
    margin: 30px auto;
    max-width: 909px;
}

.accessuary-slider .swiper-slide {
    text-align: center;
}

.accessuary-slider h4 {
    font-size: 16px;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 10px 0;
}

.accessuary-slider p {
    font-size: 16px;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-button-next, .swiper-button-prev,
.swiper-accessuary-button-next, .swiper-accessuary-button-prev {
    width: 48px;
    height: 48px;
    top: 56%;
    margin-top: calc(0px - (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));
    position: absolute;
}

.swiper-accessuary-button-next {
    left: auto;
    right: 0;
}

/* bagless-video */

.bagless-video {
    padding: 50px 0;
    background-color: #fff;
}

.bagless-video .bagless-container {
    max-width: 1050px;
}

.bagless-video h2 {
    text-align: center;
    color: #414141;
}

.video-slider {
    margin-top: 48px;
}

.video-slider .swiper-wrapper {
    justify-content: center;
}

.video-slider .swiper-slide {
    text-align: center;
    display: block;
    text-decoration: none;
}

.video-slider .swiper-slide div {
    position: relative;
}

.video-slider .swiper-slide div svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.video-slider .swiper-slide p {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #2F2F2F;
    margin: 16px 0;
}

.swiper-scrollbar {
    display: none;
}

.bagless-mob,
.agless-effect-shadow_mob,
.bagless-power-shadow_mob,
.accessuary-shadow_mob,
.comfort-shadow_mob,
.effiwats-shadow_mob,
.noise-shadow_mob {
    display: none;
}