/* FONTS */

@font-face {
    font-family: 'MMC';
    src: url(../fonts/MMC-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'MMC';
    src: url(../fonts/MMC-Bold.otf);
    font-weight: 700;
}

/* DEFAULTS */

:root {
    --var-color-white: #fff;
    --var-color-black: #000;
    --var-color-primary: #ED0000;
}

body {
    background-color: var(--var-color-black);
    font-family: "MMC", "Arial", sans-serif;
    color: var(--var-color-black);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.fp-is-overflow>.fp-overflow {
    scrollbar-width: none;
}

img,
object,
embed {
    max-width: 100%;
}

a:hover,
a:focus,
a:active {
    outline: none !important;
}

strong,
b {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "MMC", "Arial", sans-serif;
    color: var(--var-color-black);
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
}

h1,
.h1 {
    font-size: 44px;
    line-height: 56px;
}

h2,
.h2 {
    font-size: 36px;
    line-height: 44px;
}

h3,
.h3 {
    font-size: 24px;
    line-height: 30px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-size: 20px;
    line-height: 24px;
}

p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    outline: none !important;
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* fullpage core */

header {
    height: 0 !important;
}

.fp-watermark {
    display: none !important;
}

#fp-nav {
    bottom: 30px;
    top: auto;
    transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translate3d(0, 0%, 0);
}

#fp-nav ul li:first-child {
    height: 70px;
    top: -45px;
}

#fp-nav ul li:first-child .fp-sr-only {
    position: relative;
    font-size: 0;
}

#fp-nav ul li:first-child a:not(.active) span:last-child {
    background-color: transparent;
}

#fp-nav ul li:first-child .fp-sr-only::before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 1px;
    height: 25px;
    background: var(--var-color-white);
    font-size: 0;
    top: -22px;
    opacity: 0;
    transition: opacity .3s ease;
}

#fp-nav ul li:first-child .fp-sr-only::after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 1px;
    height: 25px;
    background: var(--var-color-white);
    font-size: 0;
    top: 25px;
    opacity: 0;
    transition: opacity .3s ease;
}

#fp-nav ul li:first-child a:not(.active) .fp-sr-only::before,
#fp-nav ul li:first-child a:not(.active) .fp-sr-only::after {
    opacity: 1;
    height: 8px;
    top: -6px;
}

#fp-nav ul li:first-child a:not(.active) .fp-sr-only::after {
    top: 27px;
}

#fp-nav ul li:first-child a,
#fp-nav ul li:first-child a.active {
    height: 100%;
}

#fp-nav ul li:first-child a:not(.active) {
    padding-bottom: 65px;
    top: 50px;
}

#fp-nav ul li:first-child a.active span,
#fp-nav ul li:first-child:hover a.active span,
.fp-slidesNav ul li:first-child a.active span,
.fp-slidesNav ul li:first-child:hover a.active span,
#fp-nav ul li:first-child:hover a span,
.fp-slidesNav ul li:first-child:hover a span,
#fp-nav ul li:first-child a span,
.fp-slidesNav ul li:first-child a span {
    height: 100%;
    width: 1px;
    border-radius: 0;
    margin: -2px 0 0 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    margin: 1px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: var(--var-color-white);
    height: 5px;
    width: 5px;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    background: var(--var-color-primary);
    height: 5px;
    width: 5px;
    margin: -2px 0 0 -2px;
}

#fp-nav ul li:first-child a span:not(.fp-sr-only)::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -14px;
    transform: translateX(-50%);
    background-image: url(../images/home.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
}

#fp-nav ul li:first-child a.active span:not(.fp-sr-only)::after {
    display: none;
}

/* fullpage core */

.bg-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-black,
.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6 {
    background-color: var(--var-color-black);
    color: var(--var-color-white);
}

.colored,
.bg-black .colored,
.bg-black h1 .colored,
.bg-black h2 .colored,
.bg-black h3 .colored,
.bg-black h4 .colored,
.bg-black h5 .colored,
.bg-black h6 .colored {
    color: var(--var-color-primary);
}

#fullpage .section:not(#main) .arrow-down {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 20px;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: bounceKeyframes;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    margin-top: 20px;
    width: 100%;
}

#fullpage #main .my-container {
    padding-bottom: 20px;
}

#fullpage .arrow-down svg {
    max-width: 22px;
}

#fullpage #main .arrow-down svg {
    max-width: 54px;
}

#fullpage .underline {
    text-decoration: underline;
}

/* before premiere */

#main .bg-section {
    background-color: var(--var-color-black)
}

#main .bg-section[data-section="1"] {
    background-size: 55%;
    background-position: 55% 30%;
}

#main .bg-section:first-of-type {
    position: relative;
}

#main .bg-section:first-of-type::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 20px;
    background: linear-gradient(180deg, rgb(0, 0, 0) 48%, rgb(2, 2, 2) 100%);
    z-index: 99;
}

#main [data-section="1"] img {
    display: block;
    margin: 0 auto;
    padding: 76px 0;
    max-width: 616px;
    width: 100%;
}

#main .video-section {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

#main .video-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.66);
    width: 100%;
    height: 100%;
    /* blur todo */
}

.video-section .video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    cursor: pointer;
    width: 90px;
    height: 90px;
}

.video-section .video-play img {
    width: 100%;
    transition: transform .3s ease;
}

.video-section .video-play img:hover {
    transform: scale(0.96);
}

#main .my-container {
    max-width: 1200px;
    margin: 0 auto;
}

#fullpage #main,
#main .section[data-section="3"] {
    padding: 66px 0 73px;
    background-color: #010101;
}

#main.fp-is-overflow>.fp-overflow {
    overflow-y: hidden !important;
}

#main .section[data-section="3"] h2 {
    color: var(--var-color-primary);
    font-weight: 700;
    font-size: 28px;
    line-height: 33.6px;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 40px;
}

#main .counter {
    display: flex;
    align-items: center;
    justify-content: center;
}

#main .counter-single {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#main .counter-single-inner div {
    text-align: center;
    background-color: var(--var-color-white);
    color: var(--var-color-black);
    margin: 0 21px;
    font-weight: 700;
    font-size: 55px;
    line-height: 66px;
    max-width: 120px;
    min-width: 120px;
    width: 100%;
    padding: 4px 0 5px;
}

#main .counter-single p {
    margin-top: 22px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24.4px;
    line-height: 28.8px;
}

#main .main-content {
    border: 1px solid var(--var-color-white);
    text-align: center;
    margin: 69px 0 0;
    padding: 0 50px 80px;
    position: relative;
}

#fullpage #main h3,
#main .main-content h3 {
    display: inline;
    top: -17px;
    position: relative;
    background: var(--var-color-black);
    padding: 0 12px;
    color: var(--var-color-white);
}

#main .main-content p {
    padding-top: 40px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

#main .arrow-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(+50%);
    background-color: var(--var-color-black);
    padding: 0 24px;
}

#main .arrow-down svg {
    fill: var(--var-color-primary);
}

.video-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-container .arrow-down {
    position: absolute;
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%);
}

.video-container iframe {
    width: 100%;
    height: 100%;
}

@media (max-width:768px) {
    #main .section[data-section="3"] h2 {
        font-size: 22px;
        line-height: 26px;
    }

    #main .my-container {
        padding: 0 15px;
    }

    #main .main-content {
        padding: 0 15px 60px;
        margin-top: 30px;
    }

    #main .counter {
        justify-content: space-between;
    }

    #main .main-content p {
        padding-top: 8px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }

    #main .main-content h3 {
        font-size: 18px;
        line-height: 26px;
    }

    #main .counter-single-inner div {
        line-height: 38px;
        font-size: 21px;
        max-width: 60px;
        min-width: 60px;
        margin: auto;
    }

    #main .counter-single p {
        font-size: 16px;
        line-height: 24px;
    }
}

/* before premiere */

/* landing */

.fp-overflow {
    height: 100%;
}

#fullpage .second-title .arrow-down svg {
    fill: var(--var-color-white);
    max-width: 36px;
}

#fullpage .btn-primary {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--var-color-white);
    background-color: var(--var-color-primary);
    padding: 12px 24px 12px 24px;
    display: inline-block;
    position: relative;
    text-decoration: none !important;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
    -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
}

@media (max-width:768px) {
    #fullpage .btn-primary,
    #fullpage .btn-secondary
    {
        width: calc(100% - 40px);
    }
}

#fullpage .btn-secondary {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 12px 24px 12px 24px;
    color: var(--var-color-white);
    border: 1px solid var(--var-color-white);
    -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
}

#fullpage .btn-primary[disabled] {
    pointer-events: none;
    opacity: 0.6;
}

#fullpage .btn-primary:hover,
#fullpage .btn-primary:focus {
    color: var(--var-color-white);
}

#fullpage .btn-primary.sign-in {
    padding: 4px 75px 7px;
}


#fullpage button[type="submit"] {
    cursor: pointer;
}

#fullpage .btn-primary.btn-return {
    font-size: 18px;
    line-height: 24px;
    padding: 6px 32px 6px 22px;
}

#fullpage .btn-white.btn-return,
.table-footer .btn-white.btn-return {
    font-size: 14px;
    line-height: 24px;
    padding: 9px 32px 9px 22px;
    border: 1px solid var(--var-color-black);
    border-radius: 5px;
    width: 100%;
    max-width: calc(100% - 64px);
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 15px auto 15px;
    font-weight: 700;
    position: relative;
}

#fullpage .btn-white.btn-return::before,
.table-footer .btn-white.btn-return::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 13px;
    background: url('../images/return-top.svg') no-repeat 50% 50%;
    background-size: cover;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
}

#fullpage .btn-primary.btn-return::before {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/return-top-white.svg') no-repeat 50% 50%;
    background-size: cover;
    width: 15px;
    height: 13px;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
}

#fullpage .btn-primary.btn-return.icon-reverse::before {
    transform: translateY(-50%) rotateZ(180deg);
}

#fullpage .btn-white {
    font-weight: 700;
    font-size: 18px;
    line-height: 31.2px;
    color: var(--var-color-black);
    background-color: var(--var-color-white);
    display: inline-block;
    position: relative;
    text-decoration: none !important;
    transition: background .3s ease, color .3s ease;
    -webkit-transition: background .3s ease, color .3s ease;
}

#fullpage .btn-white.btn-arrow {
    padding: 7px 53px 6px 35px;
}

#fullpage .btn-arrow::before {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/navigate-right.svg') no-repeat 50% 50%;
    background-size: cover;
    width: 34px;
    height: 33px;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
}

#fullpage .btn-primary.btn-arrow::before {
    background: url('../images/navigate-right-white.svg') no-repeat 50% 50%;
    background-size: cover;
}

#fullpage .btn-white:hover,
#fullpage .btn-white:focus {
    color: var(--var-color-black);
}

#fullpage .my-container {
    max-width: 1200px;
    margin: 0 auto;
    color: var(--var-color-white);
    height: 100%;
}

#fullpage .main-title {
    width: 100%;
    max-width: 675px;
    position: relative;
    /*margin-top: 4%;*/
    margin-bottom: 3%;
}

@media (max-width: 1024px) {
    .scroll-wrapper {
        overflow: hidden;
    }

    .features-container {
        display: flex;
        overflow-x: scroll;
        white-space: nowrap;
        gap: 20px;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 0;
        justify-content: space-around !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .features-container::-webkit-scrollbar {
        display: none;
    }
}

.features-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 20px;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    justify-content: space-around !important;
}

.feature {
    display: flex;
    align-items: center;
    max-width: 240px;
    white-space: normal;
    line-height: 1.2;
    text-align: center;
    position: relative;
    padding-left: 35px;
    scroll-snap-align: start;
    cursor: pointer;
}

.feature::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/feature_arrow.svg') no-repeat center;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.feature span {
    font-size: 16px;
    font-weight: 500;
    color: var(--var-color-white);
    overflow-wrap: break-word;
    text-align: center;
    display: flex;
    justify-content: center;
}


.section_container_3 {
    margin: 0 auto;
    height: 98vh;
    display: flex;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 48px;
    flex-direction: column;
    padding-bottom: 64px;
}
.new-features-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.new-feature {
    flex-grow: 1;
    margin: 0 20px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: var(--var-color-white);
    overflow-wrap: break-word;
    border-bottom: 2px solid var(--var-color-white);
    transition: all 0.3s ease;
    padding-bottom: 12px;
    padding-right: 12px;
    padding-left: 50px;
}


.new-feature span {
    flex-grow: 1;
}

.new-feature.active {
    color: var(--var-color-primary);
    border-bottom: 2px solid red;
}

.new-feature::before {
    content: '';
    position: absolute;
    left: 0;
    top: 48%;
    transform: translateY(-50%);
    background: url('../images/feature_arrow.svg') no-repeat center;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.new-feature span {
    flex-grow: 1;
    font-size: 16px;
    font-weight: 500;
    color: var(--var-color-white);
    overflow-wrap: break-word;
    text-align: center;
}

.new-feature.active span {
    font-weight: bold;
    color: var(--var-color-primary);
}

.feature-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    margin-top: 20px;
}


.feature-left-content {
    width: 50%;
    align-content: center;
}

.feature-left-content h4 {
    font-size: 24px;
    font-weight: bold;
    color: var(--var-color-white);
    margin-bottom: 10px;
}

.feature-left-content p {
    font-size: 16px;
    color: var(--var-color-white);
    margin-bottom: 20px;
}


.feature-right {
    height: 50vh;
    width: auto;
    position: relative;
}

#feature-section-video {
    width: 45vw;
    height: 50vh;
    object-fit: cover;
    z-index: -1;
}

/*.video-features-overlay {*/
/*    position: absolute;*/
/*    top: 45%;*/
/*    left: 50%;*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    background-image: url('../images/video_button.svg');*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    transform: translate(-50%, -50%);*/
/*    z-index: 10;*/
/*    cursor: pointer;*/
/*    transition: transform 0.3s ease;*/
/*}*/

/*.video-features-overlay:hover {*/
/*    transform: translate(-50%, -50%) scale(1.1);*/
/*}*/

/*BUTTONS*/

.btn-group {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
}

.btn-more {
    margin-top: 28px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--var-color-white);
    background-color: #363636;
    padding: 12px 24px 12px 24px;
    display: inline-block;
    position: relative;
    text-decoration: none !important;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
    -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
}

#fullpage .btn-red {
    font-weight: 700;
    font-size: 18px;
    line-height: 21.6px;
    color: var(--var-color-white);
    background-color: red;
    border: 2px solid red;
    padding: 7px 25px;
    display: inline-block;
    position: relative;
    text-decoration: none !important;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
    -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
}


#fullpage .btn-white {
    font-weight: 400;
    font-size: 18px;
    line-height: 21.6px;
    color: var(--var-color-black);
    background-color: var(--var-color-white);
    padding: 7px 25px;
    display: inline-block;
    position: relative;
    text-decoration: none !important;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
    -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
}


#fullpage .btn-transparent {
    font-weight: 700;
    font-size: 18px;
    line-height: 21.6px;
    color: var(--var-color-white);
    background-color: none;
    border: 1px var(--var-color-white) solid;
    padding: 7px 25px;
    display: inline-block;
    position: relative;
    text-decoration: none !important;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
    -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
}


#fullpage .btn-red[disabled] {
    pointer-events: none;
    opacity: 0.6;
}

#fullpage .btn-red:hover,
#fullpage .btn-red:focus {
    color: var(--var-color-white);
}

#fullpage .btn-red.btn-arrow::before {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/arrow-right-white.svg') no-repeat 50% 50%;
    background-size: cover;
    width: 34px;
    height: 33px;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
}

#fullpage .btn-white.btn-arrow::before {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/arrow-right-black.svg') no-repeat 50% 50%;
    background-size: cover;
    width: 34px;
    height: 33px;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
}

#fullpage .btn-transparent.btn-arrow::before {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/arrow-right-white.svg') no-repeat 50% 50%;
    background-size: cover;
    width: 34px;
    height: 33px;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
}


#fullpage .btn-red.btn-arrow,
#fullpage .btn-white.btn-arrow,
#fullpage .btn-transparent.btn-arrow {
    padding: 7px 53px 6px 35px;
    font-weight: 700;
    font-size: 18px;
    line-height: 31.2px;
}

.btn-arrow.btn-arrow-down::before {
    transform: translateY(-50%) rotate(90deg) !important;
}

@media (max-width:768px) {
    .btn-group {
        gap: 1rem;
    }


    #fullpage .btn-red.btn-arrow,
    #fullpage .btn-white.btn-arrow,
    #fullpage .btn-transparent.btn-arrow {
        padding: 2px 38px 2px 15px;
        font-size: 14px;
    }

    #fullpage .btn-red.btn-arrow.btn-mobile,
    #fullpage .btn-white.btn-arrow.btn-mobile,
    #fullpage .btn-transparent.btn-arrow.btn-mobile {
        padding: 2px 38px 2px 15px;
        font-size: 20px;
        width: 100%;
        height: 55px;
    }


    #fullpage .btn-red.btn-arrow::before,
    #fullpage .btn-white.btn-arrow::before,
    #fullpage .btn-transparent.btn-arrow::before {
        width: 26px;
        height: 24px;
    }
}




/*BUTTONS*/

.hidden {
    display: none;
}

.feature-heading {
    margin-bottom: 28px;
    font-weight: 400;
    line-height: 38.4px;
    font-size: 32px;
    color: var(--var-color-white);
}

.feature-title {
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    color: var(--var-color-white);
    text-align: center;
    padding-bottom: 36px;
}

.feature-description {
    color: var(--var-color-white);
    font-weight: 400;
    line-height: 21px;
    font-size: 14px;
    max-width: 468px;
}

@media (max-width: 768px) {

    .section_container {
        max-width: 1200px;
        margin: 0 auto;
        height: 91vh;
        height: 91dvh;
        height: 91svh;
        padding-top: 7vh !important;
        padding-top: 7svh !important;
        padding-top: 7dvh !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 0vh;
        padding-left: 10px;
        padding-right: 10px;
        gap: 30px;
        overflow: hidden;
    }

    .feature-heading {
        margin-bottom: 8px;
    }

    .feature-title {
        padding-bottom: 8px;
    }

    .new-features-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .new-features-container::-webkit-scrollbar {
        display: none;
    }

    .new-feature::before {
        display: none;
    }

    .new-feature {
        padding-right: 0;
        padding-left: 0;
        margin-left: 5px;
        margin-right: 5px;
    }

    .feature-left-content p {
        font-size: 14px;
        margin-bottom: 0;
    }
    .section_container_3 {
        padding-right: 12px;
        padding-left: 12px;
        gap: 6px;
        height: 91vh !important;
        height: 91dvh !important;
        height: 91svh !important;
        padding-top: 3vh !important;
        padding-top: 3svh !important;
        padding-top: 3dvh !important;
        padding-bottom: 0;
    }

    .btn-more {
        display: none;
    }

    .feature-title {
        text-align: center;
        color: var(--var-color-white);
        font-size: 28px;
        line-height: 33.6px;
        font-weight: 700;
        padding-top: 24px;
    }

    .feature-description {
        font-size: 14px;
    }

    .new-features-container {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        min-height: 40px;
        white-space: nowrap;
    }

    .new-feature {
        min-width: 80%;
        flex-shrink: 0;
        margin-right: 16px;
        height: auto;
        text-align: center;
    }

    .feature-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .feature-left-content, .feature-right {
        width: 100%;
    }

    .feature-right {
        height: auto;
        text-align: center;
    }

    #feature-section-video {
        height: 25vh;
        width: 90vw;
        object-fit: cover;
    }

    .previous-photo-feature {
        transform: rotate(180deg);
    }

}

@media (min-width: 1024px) {
    .features-container {
        justify-content: center;
        gap: 30px;
        scroll-padding-left: 0;
    }
}
@media (min-width: 768px) {
    .new-features-container-desktop {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .new-features-container-mobile {
        display: none;
    }

    .new-feature {
        cursor: pointer;
        padding: 10px;
    }

    .new-feature span {
        font-size: 16px;
    }
}

#feature-section-image {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#feature-section-image.active {
    opacity: 1;
}

@media (max-width: 767px) {
    #feature-section-image {
        width: 100%;
        height: auto;
        max-height: 22vh;
        object-fit: cover;
    }
}


@media (min-width: 768px) {
    #feature-section-image {
        width: 100%;
        height: auto;
        max-height: 48vh;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .feature-wrapper {
        height: 50vh;
    }

    .new-features-container-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .new-features-container-desktop {
        display: none;
    }

    .new-feature {
        display: none;
    }

    .new-feature.active {
        display: block;
    }

    .feature-arrow-left,
    .feature-arrow-right {
        display: inline-block;
    }
}

/*WARRANTY SECTION*/

.webp #fullpage .s-warranty {
    background-image: url(../images/warranty_background.jpg);
    background-position: 50% 70%;
}

.no-webp #fullpage .s-warranty {
    background-image: url(../images/webp/warranty_background.webp);
    background-position: 50% 70%;
}

.warranty-container {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 64px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
}

.warranty-buttons {
    order: 3;
    position: relative;
    bottom: auto;
    z-index: 15;
    display: flex;
    gap: 20px;
    align-self: center;
    margin-top: 20px;
    justify-content: center;
}

.warranty-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    text-align: center;
    color: var(--var-color-white);
    margin-bottom: 20px;
}

.warranty-subtitle {
    color: var(--var-color-white);
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 20px;
}

.warranty-description {
    order: 2;
    flex: 1;
    margin-top: 26px;
    color: var(--var-color-white);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    line-height: 27px;
    margin-bottom: 24px;
}

.warranty-photo {
    order: 1;
    width: 100%;
    height: 55vh;
    background-image: url('../images/webp/gallery1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 8px;
    position: relative;
}

.logo-warranty {
    position: absolute;
    right: 36px;
    bottom: 36px;
    width: 196px;
    height: auto;
    z-index: 2;
}


@media (max-width: 768px) {
    .logo-warranty {
        display: none;
    }

    .warranty-buttons {
        order: 3;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        position: relative;
        width: calc(100% - 40px);
        transform: none;
        align-self: center;
        /*margin-bottom: 40px;*/
    }

    .warranty-title {
        font-size: 28px;
        font-weight: 700;
        line-height: 33.6px;
        text-align: center;
        color: var(--var-color-white);
    }

    .warranty-subtitle {
        color: var(--var-color-white);
        font-weight: 500;
        font-size: 22px;
        text-align: center;
        line-height: 26.4px;
    }

    .warranty-description {
        max-height: 170px;
        order: 1;
        flex: 1;
        margin-top: 26px;
        color: var(--var-color-white);
        font-weight: 400;
        font-size: 14px;
        text-align: center;
        line-height: 21px;
    }

    .warranty-photo {
        order: 2;
        width: 100%;
        max-height: 30vh;
        background-image: url('../images/webp/warranty_front_mobile.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 12px;
    }

    .warranty-container {
        padding: 0;
        height: 91vh !important;
        height: 91dvh !important;
        height: 91svh !important;
        padding-top: 7vh !important;
        padding-top: 7svh !important;
        padding-top: 7dvh !important;
        background-position: 50% 70%;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, 0.5);
        background-blend-mode: darken;
    }
}

/*GALLERY SECTION*/

.section {
    position: relative;
}

.section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.bg-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slide{
    font-color: var(--var-color-white);
}

.section-gallery .review_container{
    padding-top: 300px;
}

@media (max-width: 768px) {
    .gallery-wrapper {
        height: 90vh !important;
        height: 90dvh !important;
        height: 90svh !important;
        padding-top: 6vh;
        padding-top: 6svh;
        padding-top: 6dvh;
    }
}

.section-gallery .title{
    margin-left: 140px;
    width: max-content;
    position: absolute;
    padding-top: 40px;
    z-index: 9;

}


.section-gallery .header{
    font-size: 80px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;

}

.section-gallery .subheader{
    font-size: 39px;
    margin-top: 0;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.section-gallery .display-grid{
    display: grid;
    grid-template-columns: 1fr auto 2fr;
}

.section-gallery .centered{
    grid-column: 2;
    display: flex;
    align-items: flex-start;
}



.webp #fullpage .slide-gallery-1 {
    background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.0)),url(../images/webp/gallery1.webp);
    background-position: 60% 70%;
}

.no-webp #fullpage .slide-gallery-1 {
    background-image: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.5)),url(../images/gallery1.jpg);
    background-position: 60% 70%;
}

.webp #fullpage .slide-gallery-2 {
    background-image: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.5)),url(../images/webp/gallery2.webp);
    background-position: 60% 70%;
}

.no-webp #fullpage .slide-gallery-2 {
    background-image: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.5)),url(../images/gallery2.jpg);
    background-position: 60% 70%;
}

.webp #fullpage .slide-gallery-3 {
    background-image: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.5)),url(../images/webp/gallery3.webp);
    background-position: 60% 70%;
}

.no-webp #fullpage .slide-gallery-3 {
    background-image: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.5)),url(../images/gallery3.jpg);
    background-position: 60% 70%;
}

.webp #fullpage .slide-gallery-4 {
    background-image: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.5)),url(../images/webp/gallery4.webp);
    background-position: 60% 70%;
}

.no-webp #fullpage .slide-gallery-4 {
    background-image: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.5)),url(../images/gallery4.jpg);
    background-position: 60% 70%;
}

.webp #fullpage .slide-gallery-5 {
    background-image: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.5)),url(../images/webp/gallery5.webp);
    background-position: 60% 70%;
}

.no-webp #fullpage .slide-gallery-5 {
    background-image: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.5)),url(../images/gallery5.jpg);
    background-position: 60% 70%;
}

.section-gallery .review_container{
    padding-top: 300px;
}

.section-gallery .title{
    margin-left: 140px;
    width: max-content;
    position: absolute;
    padding-top: 40px;
    z-index: 9;

}


.section-gallery .header{
    font-size: 80px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;

}

.section-gallery .subheader{
    font-size: 39px;
    margin-top: 0;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.section-gallery .display-grid{
    display: grid;
    grid-template-columns: 1fr auto 2fr;
}

.section-gallery .centered{
    grid-column: 2;
    display: flex;
    align-items: flex-start;
}




.gallery-title {
    position: absolute;
    top: 10%;
    width: 100%;
    text-align: center;
    z-index: 15;
}

.gallery-title h3 {
    color: white;
    font-size: 48px;
}


.gallery-buttons {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 1;
    gap: 20px;
    bottom: 5%;
    text-align: center;
}

.arrow-left {
    position: absolute;
    left: 1%;
    bottom: 50%;
    width: 150px;
    z-index: 10;
}

.arrow-right {
    position: absolute;
    right: 1%;
    bottom: 50%;
    width: 150px;
    z-index: 10;
}

.arrow-left img, .arrow-right img {
    width: 100%;
    height: auto;
}


.previous-photo {
    transform: rotate(180deg);
}


.mobile-arrow-container {
    display: none;
}

.gallery-buttons a {
    margin-right: 10px;
}

.gallery-buttons a:last-child {
    margin-right: 0;
}


@media (max-width: 768px) {
    .arrow-left, .arrow-right {
        display: none;
    }

    .gallery-buttons a {
        margin-right: 0px;
    }

    .gallery-buttons {
        bottom: 0;
    }

    .dots-container {
        position: absolute;
        bottom: 26%;
        left: 1%;
        z-index: 20;
        display: flex;
        flex-direction: row;
        gap: 10px;
        margin-left: 40px;
    }

    .dot {
        width: 7px;
        height: 7px;
        background-color: white;
        border-radius: 50%;
        display: inline-block;
        cursor: pointer;
    }

    .dot.active {
        background-color: red;
    }

    .mobile-arrow-container {
        display: flex;
        position: absolute;
        bottom: 24%;
        right: 10%;
        gap: 20px;
        z-index: 15;
    }


    @media (max-height:  700px) {
        .mobile-arrow-container {
            bottom: 30%;
        }

        .dots-container {
            bottom: 32%;
        }
    }

    .gallery-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 12px;
        gap: 20px;
        position: absolute;
        bottom: 5%;
        transform: translateX(-50%);
        width: calc(100% - 40px);
    }

    .mobile-arrow {
        width: 50px;
        height: 50px;
        border: 1px solid white;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .mobile-arrow img {
        width: 100%;
        height: auto;
    }

    .mobile-arrow-right {
        transform: rotate(180deg);
    }


    .gallery-buttons {
        justify-content: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 12px;
        gap: 16px;
        position: absolute;
        bottom: 2%;
        transform: translateX(-50%);
        width: calc(100% - 40px);
    }

    .btn-secondary, .btn-primary {
        width: 100%;
        margin: 0;
        text-align: center;
        /*bottom: 8%;*/
    }
}

.section_container_3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*MORE INFO section*/

.section_container_info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 98vh;
}

.info_links_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 21px;
    gap: 95px;
    max-width: 530px;
    margin: 0 auto;
    margin-bottom: 48px;
}


.webp #fullpage .info-img {
    background-image: url(../images/webp/more_info_cropped.webp);
    background-position: 50% 50%;
}

.no-webp #fullpage .info-img {
    background-image: url(../images/more_info_cropped.jpg);
    background-position: 50% 50%;
}

@media (max-width: 768px) {
    .webp #fullpage .info-img {
        background-position: 30% 70%;
    }

    .no-webp #fullpage .info-img {
        background-position: 30% 70%;
    }
}

.btn-info {
    padding: 13px 29px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 19.2px;
    color: white;
    text-decoration: none;
    background-color: var(--var-color-primary);
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    min-width: 240px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 36px;
}

.btn-arrow-info::after {
    content: '';
    display: inline-block;
    margin-left: 12px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid white;
    width: 0;
    height: 0;
}

.info-description {
    padding-top: 18px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    text-align: center;
    color: white;
    max-width: 625px;
    align-self: center;
}

.h3-section-info{
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 57px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.info_links_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 21px;
    border-bottom: 4px solid #fff;
    gap: 95px;
    max-width: 530px;
    margin: 0 auto;
    /*margin-bottom: 48px;*/
    z-index: 10;
}


@media (max-width: 768px) {
    .h3-section-info {
     font-size: 28px;
     line-height: 33.6px;
    }
    .info-description {
        padding-top: 0;
        font-size: 14px;
        line-height: 16.8px;
        margin-right: 20px;
        margin-left: 20px;
    }

    .btn-info {
        width: calc(100% - 40px);
        font-weight: 500;
        height: 50px;
        margin-bottom: 0;
    }


    .info_links_wrapper {
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 16px;
        gap: 25px;
    }

    .info_links_wrapper a {
        display: inline-block;
        z-index: 10;
        pointer-events: auto;
        touch-action: manipulation;
        position: relative;
        padding: 2px;
    }

    .info_links_wrapper a img {
        max-height: 67px;
    }

    .section_container_info {
        display: flex;
        flex-direction: column;
        justify-content: flex-end !important;
        gap: 10px !important;
        height: 91vh !important;
        height: 91dvh !important;
        height: 91svh !important;
        padding-top: 7vh !important;
        padding-top: 7svh !important;
        padding-top: 7dvh !important;
    }

    .mobile-btn {
        bottom: 2%;
    }
}


/*CONTACT FORM*/

.webp .slide.s-last-form.bg-section {
    background-image: url('../images/webp/form_section_background_desktop.webp');
    background-position: 50% 100%;
}

.no-webp .slide.s-last-form.bg-section {
    background-image: url('../images/form_section_background_desktop.jpg');
    background-position: 50% 100%;
}

#fullpage .btn-form-submit {
    margin-bottom: 45px;
    font-weight: 700;
    font-size: 24px;
    min-width: 214px;
    color: var(--var-color-white);
    background-color: var(--var-color-primary);
    border: 1px solid var(--var-color-primary);
    padding: 12px 24px;
    display: inline-block;
    position: relative;
    text-decoration: none !important;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
    -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
    padding-right: 60px;
}

#fullpage .btn-form-arrow::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/navigate-right.svg') no-repeat center center !important;
    background-size: contain !important;
    width: 24px !important;
    height: 24px !important;
    transition: transform .3s ease !important;
    filter: brightness(0) invert(1) !important;
}

#fullpage .btn-form-arrow:hover::after {
    transform: translateY(-50%) translateX(5px) !important;
}


#fullpage .main-title::before {
    content: '';
    background-color: var(--var-color-white);
    position: absolute;
    right: 10px;
    top: 0;
    width: 41%;
    height: 1px;
    display: block;
}

#fullpage .main-title::after {
    content: '';
    background-color: var(--var-color-white);
    position: absolute;
    right: 10px;
    top: 0;
    width: 1px;
    height: 100%;
    display: block;
}

#fullpage .main-title-bordered {
    position: absolute;
    width: calc(100% - 20px);
    height: 42px;
    left: 10px;
    bottom: 0;
    border: 1px solid var(--var-color-white);
    border-top: 0;
}

#fullpage .main-title h1 {
    /*color: var(--var-color-white);
    font-size: 73px;
    line-height: 87.6x;
    margin-top: -15px;
    margin-left: -33px;
    padding-bottom: 20px;*/
    color: var(--var-color-white);
    font-size: 86px;
    line-height: 87.6x;
    margin-top: -15px;
    padding-bottom: 20px;
    text-align: left;
    padding-top: 15px;
}

#fullpage .main-title h3 {
    color: var(--var-color-white);
    font-weight: 400;
    font-size: 20px;
    line-height: 31.2px;
    letter-spacing: 8px;
    text-align: left;
    position: relative;
    top: -17px;
    left: 9px;
}

#fullpage .main-title a {
    background-color: var(--var-color-white);
    color: var(--var-color-black);
    padding: 7px 24px;
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 700;
    z-index: 9;
    position: relative;
    bottom: -10px;
    display: inline-block;
    text-decoration: none !important;
}

#fullpage .second-title {
    display: flex;
    /*margin-top: auto;*/
}

#fullpage .second-title .underline {
    font-size: 15px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 11px;
    /* margin-bottom: 40px; */
    line-height: 18px;
}

#fullpage .s-content {
    /*display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 95%;*/
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}

#fullpage .s-form_5 .s-content {
    justify-content: flex-start;
}

#fullpage .s-form_5 .s-content>div:last-of-type {
    margin-top: auto;
}

#fullpage .s-form_5 .s-content p {
    margin-bottom: 40px;
}

#fullpage .bg-section.s-dark {
    position: relative;
}

#fullpage .bg-section.s-dark::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
}

#fullpage .s-preform_1 {
    background-position: 50% 50%;
}

#fullpage .s-preform_2 {
    background-position: 50% 50%;
}

#fullpage .s-preform_1 .title,
#fullpage .s-preform_2 .title {
    position: relative;
    top: 22%;
    transform: translatey(-50%);
}

#fullpage .s-preform_1 .title h2,
#fullpage .s-preform_2 .title h2 {
    color: var(--var-color-white);
    font-size: 204px;
    line-height: 192px;
    text-align: center;
}

#fullpage .s-preform_1 .title h3 {
    color: var(--var-color-white);
    font-size: 85px;
    letter-spacing: 4px;
    font-weight: 700;
    line-height: 65px;
    text-align: center;
}

#fullpage .s-preform_1 .title h4{
    color: var(--var-color-white);
    letter-spacing: 27px;
    font-size: 34px;
    font-weight: 400;
    line-height: 46px;
    margin-bottom: 39px;
    margin-left: 25px;
    text-align: center;
}




#fullpage .s-preform_2 .title h2 {
    letter-spacing: 47px;
    font-size: 115px;
    font-weight: 400;
}

#fullpage .s-preform_1 .my-container,
#fullpage .s-preform_2 .my-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    height: auto;
    top: 55%;
}


#fullpage .s-preform_1 .my-container h4,
#fullpage .s-preform_2 .my-container h4 {
    color: var(--var-color-white);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 21px;
}

#fullpage .s-preform_3 .my-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    height: auto;
    top: 50%;
}

#fullpage .s-preform_3 {
    background-position: 50% 50%;
}

#fullpage .s-preform_3 .my-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    height: auto;
    top: 50%;
}

#fullpage .s-preform_3 .my-container,
#fullpage .s-preform_4 .my-container,
#fullpage .s-preform_5 .my-container,
#fullpage .my-container.text-container {
    /*max-width: 40%;*/
}

#fullpage .s-preform_3 .my-container p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 21px;
}

#fullpage .s-preform_4 {
    background-position: 50% 50%;
}

#fullpage .s-preform_4 .my-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    height: auto;
    top: 60%;
}

#fullpage .s-preform_4 .my-container h3 {
    color: var(--var-color-white);
    font-size: 64px;
    font-weight: 700;
    line-height: 65px;
}

#fullpage .s-preform_4 .my-container h4 {
    color: var(--var-color-white);
    letter-spacing: 27px;
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 39px;
    margin-left: 25px;
}

#fullpage .s-preform_4 .my-container p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 21px;
}

#fullpage .s-preform_5 {
    background-position: 50% 50%;
}

#fullpage .s-preform_5 .my-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    height: auto;
    top: 50%;
}

#fullpage .s-preform_5 .my-container h3 {
    color: var(--var-color-white);
    font-size: 64px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 35px;
}

#fullpage .s-preform_5 .my-container h4 {
    color: var(--var-color-white);
    letter-spacing: 27px;
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
    margin-left: 20px;
}

#fullpage .s-preform_5 .my-container h4:last-of-type {
    letter-spacing: 22px;
    margin-bottom: 39px;
}

#fullpage .s-preform_5 .my-container p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    margin-bottom: 21px;
}

#fullpage .negative-ls {
    margin-left: 7px;
}

#fullpage .s-preform_5 .my-container .negative-ls h4 {
    margin-bottom: 0;
    letter-spacing: 28px;
}

#fullpage .s-preform_6 {
    background-position: 50% 100%;
}

#fullpage .s-preform_6 .my-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    height: 100%;
}

#fullpage .s-preform_6 .container-left-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

#fullpage .s-preform_6 .container-right-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}

#fullpage .s-preform_6 .container-left-top h3 {
    color: var(--var-color-white);
    font-size: 44px;
    font-weight: 700;
    line-height: 34.32px;
}

#fullpage .s-preform_6 .container-left-top h4 {
    color: var(--var-color-white);
    font-size: 44px;
    font-weight: 400;
    line-height: 34.32px;
    margin-bottom: 14px;
}

#fullpage .s-preform_6 .container-right-bottom p {
    font-size: 32px;
    font-weight: 400;
    line-height: 35px;
    text-align: right;
    margin-bottom: 19px;
}

/* formularz */

#fullpage .slides-arrow-prev {
    position: absolute;
    left: 39px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
    transition: opacity .3s ease;
    padding: 10px;
}

.fp-viewing-8-7 .slides-arrow-prev,
.fp-viewing-8-6 .slides-arrow-prev,
.fp-viewing-8-4 .slides-arrow-prev,
.fp-viewing-8-0 .slides-arrow-prev,
.fp-viewing-8 .slides-arrow-prev {
    opacity: 0;
    pointer-events: none;
}


#fullpage .s-preform_6 .my-container,
#fullpage .s-form .my-container {
    padding: 12.66524vh 0 18.2467921vh;
}

#fullpage .s-form .my-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#fullpage .s-form .form-heading h3 {
    color: var(--var-color-white);
    font-size: 44px;
    font-weight: 700;
    line-height: 34.32px;
}

#fullpage .s-form .form-heading h4 {
    color: var(--var-color-white);
    font-size: 44px;
    font-weight: 400;
    line-height: 34.32px;
    margin-bottom: 14px;
}

#fullpage .s-form .form-heading {
    margin-bottom: 49px;
}

#fullpage .s-form .form-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#fullpage .s-form .form-footer .footer-inner {
    display: inline-flex;
    align-items: center;
}

#fullpage .s-form .form-footer .footer-inner h6 {
    color: var(--var-color-white);
    margin-right: 13px;
    text-decoration: underline;
}

#fullpage .s-form .s-form_1 .form-footer .footer-inner h6 {
    font-size: 16px;
}

#fullpage .s-form .form-links {
    position: absolute;
    top: 84px;
}

#fullpage .s-form .form-links a,
#fullpage .s-form .form-links p {
    display: block;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 8px;
}

#fullpage .s-form .form-links p a {
    display: inline-block;
}

#fullpage .s-form .form-footer .footer-inner:hover h6 {
    text-decoration: none;
}

#fullpage .s-form .form-footer .footer-inner img {
    max-width: 20px;
}

#fullpage .s-form .form-heading {
    position: relative;
}

#fullpage .s-form .form-heading::before {
    content: attr(data-step);
    position: absolute;
    right: 0;
    top: 0;
    font-size: 40px;
    line-height: 38px;
    font-weight: 400;
}

#fullpage .s-form .form-content h5 {
    color: var(--var-color-white);
    font-size: 22px;
    line-height: 26.4px;
    font-weight: 700;
    margin-bottom: 31px;
}

#fullpage .s-form_1 .form-content ul {
    list-style: none;
    padding-left: 50px;
}

#fullpage .s-form_1 .form-content ul li {
    padding-left: 0;
    position: relative;
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 400;
    margin-bottom: 26px;
}

#fullpage .s-form_1 .form-content ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background-color: var(--var-color-primary);
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}

#fullpage .s-form_1 .form-content ul>ul li::before {
    width: 5px;
}

#fullpage .s-form_1 .form-content ul>ul+li {
    margin-top: 44px;
}

#fullpage .s-form {
    position: relative;
}

#fullpage .s-form::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

#fullpage .form-content-row {
    display: flex;
    flex-wrap: wrap;
}

#fullpage .form-fields-row {
    justify-content: space-between;
}

#fullpage .form-content-inner {
    width: 50%;
}

#fullpage .form-content-inner h5,
#fullpage .form-content-inner h5 a {
    display: flex;
    align-items: center;
}

#fullpage .form-content-inner h5 img {
    max-width: 20px;
    margin-left: 36px;
}

#fullpage .s-form_5 .my-container {
    padding: 12.66524vh 0 8vh;
}

#fullpage .s-form_5 .btn-white {
    margin-top: auto;
}

#fullpage .s-form_5 .s-content {
    height: 100%;
}

#fullpage .s-form_5 .s-content h2 {
    color: var(--var-color-white);
    font-size: 51px;
    line-height: 28px;
    margin-bottom: 40px;
    margin-top: 4%;
}

#fullpage .s-form_5 .s-content p {
    font-size: 21px;
    line-height: 28px;
}

#fullpage .s-form_5 .s-content p>strong {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

/* checkers */
#fullpage .checkers-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#fullpage .s-form_3 .form-content-inner .checkers-row {
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
    max-width: calc(100% - 150px);
}

#fullpage .s-form_2 .checker-field,
#fullpage .s-form_3 .checker-field {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    width: 15.865237%;
    height: 163px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 24px 27px;
    position: relative;
}

#fullpage .field-validator p {
    width: 100%;
    border: 1px solid var(--var-color-white);
    padding: 11px 12px 12px 48px;
    position: relative;
}

#fullpage .field-validator p::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 14px;
    background: url(../images/validate-field.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

#fullpage .s-form_2 .checker-field.disabled,
#fullpage .s-form_3 .checker-field.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}

#fullpage .s-form_2 .checker-field.disabled::before,
#fullpage .s-form_3 .checker-field.disabled::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#fullpage .s-form_3 .checker-field {
    margin: 0 15px 27px;
    width: 13.3399875%;
}


#fullpage .s-form_2 .form-content-inner .checker-field,
#fullpage .s-form_3 .form-content-inner .checker-field {
    margin: 0 15px 27px;
    width: 150px;
    height: 70px;
}

#fullpage .s-form_2 .checker-field label,
#fullpage .s-form_3 .checker-field label {
    font-size: 13px;
    line-height: 15.6px;
    font-weight: 400;
    text-align: center;
    height: 100%;
    width: 100%;
    padding-left: 0;
}

#fullpage .s-form_2 .form-content-inner .checker-field label,
#fullpage .s-form_3 .form-content-inner .checker-field label {
    font-size: 10px;
    line-height: 12px;
}

#fullpage .s-form_2 .checker-field label p,
#fullpage .s-form_3 .checker-field label p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#fullpage .form-content-inner .checker-field label p {
    top: 50%;
}

#fullpage .s-form_3 .checker-input {
    display: none;
}

#fullpage .s-form_3 .checker-color {
    width: 40px;
    height: 40px;
    display: block;
    border: 3px solid var(--var-color-white);
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    top: -10%;
}

#fullpage .s-form_3 .checker-color_variable {
    width: 22px;
    height: 22px;
    display: block;
    border: 2px solid var(--var-color-white);
    margin-left: 10px;
    margin-right: auto;
    border-radius: 50%;
}

#fullpage .s-form_2 .checker-default,
#fullpage .s-form_3 .checker-default {
    position: relative;
    display: block;
    min-height: 39px;
    font-size: 18px;
    line-height: 28px;
    padding-left: 52px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

#fullpage .s-form_2 .checker-default:before,
#fullpage .s-form_3 .checker-default:before {
    content: '';
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid var(--var-color-white);
    background-color: var(--var-color-white);
    z-index: 1;
}

#fullpage .s-form_2 .checker-default:after,
#fullpage .s-form_3 .checker-default:after {
    content: '';
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: var(--var-color-black);
    background-image: url(../images/checkmark.svg);
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    z-index: 2;
}

#fullpage .form-content-inner .checker-default:before,
#fullpage .form-content-inner .checker-default:after {
    top: 50%;
    left: auto;
    right: 0;
}

#fullpage .form-content-inner .checker-default:after {
    right: 4px;
}

#fullpage .checker-input:checked+.checker-default:after {
    opacity: 1;
}

/* checkers */

#fullpage .s-form_4 .form-content-col ul {
    list-style: none;
    padding-left: 25px;
}

#fullpage .s-form_4 .form-content-col ul li {
    padding-left: 0;
    position: relative;
    font-size: 13px;
    line-height: 15.6px;
    font-weight: 400;
    margin-bottom: 42px;
}

#fullpage .s-form_4 .form-content-col ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background-color: var(--var-color-primary);
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}

#fullpage .s-last-form .form-heading h3,
#fullpage .s-last-form .form-heading h4,
#fullpage .s-last-form .form-content-col h5,
#fullpage .s-last-form .form-content-col h6 {
    color: var(--var-color-white);
}

#fullpage .s-form_4 .form-content-col {
    width: 30%;
}

#fullpage .checker-input {
    display: none;
}

#fullpage .form-content-col .form-field {
    margin-bottom: 18px;
}

#fullpage .s-last-form .checker-default,
#fullpage .s-form_4 .checker-default,
#fullpage .s-form_7 .checker-default {
    position: relative;
    display: block;
    min-height: auto;
    font-size: 18px;
    line-height: 28px;
    padding-top: 2px;
    padding-left: 22px;
    margin-bottom: -7px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}


#fullpage .s-last-form .checker-default:before,
#fullpage .s-form_4 .checker-default:before,
#fullpage .s-form_7 .checker-default:before {
    margin-top: 7px;
    content: '';
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateX(-50%) translateY(-50%);
    width: 14px;
    height: 14px;
    border: 2px solid var(--var-color-white);
    background-color: var(--var-color-white);
    transition: border .2s ease, background .2s ease;
    z-index: 1;
}

#fullpage .s-last-form .checker-default:after,
#fullpage .s-form_4 .checker-default:after,
#fullpage .s-form_7 .checker-default:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateX(-50%) translateY(20%);
    width: 10px;
    height: 10px;
    background-color: var(--var-color-black);
    background-image: url(../images/checkmark.svg);
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    z-index: 2;
}

#fullpage .s-last-form.checker-default,
#fullpage .s-form_4 .checker-default,
#fullpage .s-form_7 .checker-default {
    font-size: 10px;
    line-height: 12px;
}

#fullpage .checker-default p a {
    color: var(--var-color-primary);
}

#fullpage .s-last-form .checker-input:checked+.checker-default:after,
#fullpage .s-form_4 .checker-input:checked+.checker-default:after,
#fullpage .s-form_7 .checker-input:checked+.checker-default:after {
    opacity: 1;
}

#fullpage .s-last-form .form-content-col h6,
#fullpage .s-form_4 .form-content-col h6,
#fullpage .s-form_7 .form-content-col h6 {
    margin-top: 9px;
}

/*#fullpage .s-last-form .form-content-col .form-field+h6,*/
/*#fullpage .s-form_4 .form-content-col .form-field+h6,*/
/*#fullpage .s-form_7 .form-content-col .form-field+h6 {*/
/*    margin-top: 18px;*/
/*}*/

#fullpage .s-last-form .form-content-col p,
#fullpage .s-last-form .form-content-col h6,
#fullpage .s-form_4 .form-content-col p,
#fullpage .s-form_4 .form-content-col h6,
#fullpage .s-form_7 .form-content-col p,
#fullpage .s-form_7 .form-content-col h6 {
    color: var(--var-color-white);
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 10px;
}

#fullpage .s-last-form .consents-header {
    padding-top: 28px; !important;
}

@media (max-width: 768px) {
    #fullpage .s-last-form .consents-header {
        padding-top: 0px; !important;
    }
}


#fullpage .s-last-form .form-fields,
#fullpage .s-form_4 .form-fields,
#fullpage .s-form_7 .form-fields {
    display: flex;
    align-items: center;
}

#fullpage .s-last-form .form-fields .checker-field,
#fullpage .s-form_4 .form-fields .checker-field,
#fullpage .s-form_7 .form-fields .checker-field {
    margin-right: 16px;
}

#fullpage .input-default {
    border: 1px solid var(--var-color-white);
    border-top: 0;
    color: var(--var-color-white);
    font-size: 12px;
    line-height: 16px;
    box-shadow: 0 0 0 0;
    background: transparent;
    outline: 0;
    min-height: 37px;
    width: 100%;
    padding: 0 10px;
    transition: border .2s ease;

}

#fullpage .input-default::placeholder{
    color: #fff;
}

#fullpage input::-webkit-outer-spin-button,
#fullpage input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#fullpage input[type=number] {
    -moz-appearance: textfield;
}

#fullpage .error-field .input-default {
    border-color: var(--var-color-primary);
}

#fullpage .s-last-form .form-content-col .error-field p.input-field-placeholder,
#fullpage .s-form_4 .form-content-col .error-field p.input-field-placeholder,
#fullpage .error-field .input-field-placeholder {
    color: var(--var-color-primary);
}

#fullpage .error-field .input-field::before,
#fullpage .error-field .input-field::after {
    background-color: var(--var-color-primary);
}

#fullpage .s-last-form .error-field .checker-default::before,
#fullpage .s-form_7 .error-field .checker-default::before,
#fullpage .s-form_4 .error-field .checker-default::before {
    background-color: var(--var-color-primary);
    border-color: var(--var-color-primary);
}

#fullpage .error-field .select2-container .select2-selection--single {
    border-color: var(--var-color-primary);
}

#fullpage .error-field .select-field::before,
#fullpage .error-field .select-field::after {
    background-color: var(--var-color-primary);
}

#fullpage .input-field {
    position: relative;
}

#fullpage .input-field::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* width: 27px; */
    height: 1px;
    background: var(--var-color-white);
    transition: background .2s ease;
}

#fullpage .input-field::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 1px;
    background: var(--var-color-white);
    transition: background .2s ease;
}

#fullpage .input-field.input-name::after {
    width: 59%;
}

#fullpage .input-field.input-phone::after {
    width: 56%;
}

#fullpage .input-field.input-mail::after {
    width: 62%;
}

#fullpage .input-field-placeholder {
    position: absolute;
    top: -7px;
    left: 32px;
    transition: border .2s ease;
}

#fullpage .s-form_4 .form-content-col.input-col .form-field:first-of-type {
    padding-top: 12px;
}

#fullpage .s-form_4 .form-return {
    font-size: 12px;
    line-height: 14.4px;
    font-weight: 400;
    text-decoration: underline;
    margin-top: 20px;
}

#fullpage .s-form_4 .form-return img {
    margin-right: 12px;
}

#fullpage .select-default {
    background: transparent;
    color: var(--var-color-white);
    outline: 0;
    width: 100%;
    min-height: 37px;
    transition: background .2s ease;
}

#fullpage .select-field {
    position: relative;
}

#fullpage .select-field::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /* width: 27px; */
    width: 100%;
    height: 1px;
    background: var(--var-color-white);
}

#fullpage .select-field::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 51%;
    height: 1px;
    background: var(--var-color-white);
}

.select2.select2-container {
    display: block;
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--var-color-white);
    background-color: transparent;
    border-radius: 0;
    transition: border .2s ease;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-color: var(--var-color-white);
}

.select2-container .select2-selection--single {
    height: 37px;
    border: 1px solid var(--var-color-white);
    border-top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: "MMC", "Arial", sans-serif;
    font-size: 12px;
    line-height: 13px;
    padding: 11px 10px;
    color: var(--var-color-white);
}

.select2-dropdown {
    border-color: var(--var-color-white);
    border-radius: 0;
}

.select2-results__option {
    font-family: "MMC", "Arial", sans-serif;
    font-size: 12px;
    line-height: 13px;
    padding: 11px 10px;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 230px;
    scrollbar-width: thin;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--var-color-primary);
    color: var(--var-color-white);
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background: var(--var-color-primary);
    color: var(--var-color-white);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 18px;
    width: auto;
    height: auto;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    font-weight: 400;
    border: 0;
    margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: '';
    display: block;
    background-image: url(../images/dropdown.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 12px;
    height: 8px;
}

/* select2 */

#fullpage .s-last .my-container {
    padding: 12.66524vh 0 18.2467921vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: right;
}

#fullpage .s-last .form-heading h3 {
    color: var(--var-color-white);
    font-size: 44px;
    font-weight: 400;
    line-height: 34.32px;
}

#fullpage .s-last .form-heading h4 {
    color: var(--var-color-white);
    font-size: 44px;
    font-weight: 700;
    line-height: 34.32px;
    margin-bottom: 14px;
}

#fullpage .s-last .form-heading {
    margin-bottom: 49px;
}

#fullpage .gallery-section {
    /*margin-left: auto;
    margin-right: 0;*/
    margin: 0 auto;
    /*width: 100%;*/
    max-width: 280px;
    /*max-width: 600px;*/
    position: relative;
}

#fullpage .gallery-thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-bottom: 56.25%;
    position: relative;
}

#fullpage .gallery-lower {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2px;
}

#fullpage .gallery-lower>div {
    width: 14%;
    cursor: pointer;
}

#fullpage .gallery-section .gallery-upper .slick-prev.slick-arrow {
    display: none !important;
}

#fullpage .gallery-section .gallery-upper .slick-next {
    position: absolute;
    right: -51px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    border: 0;
    background: 0;
    background-image: url(../images/next-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 33px;
    cursor: pointer;
}

#fullpage .last-btn {
    margin-top: auto;
    margin-right: auto;
}

#fullpage .fp-arrow {
    display: none;
}

#fullpage .gallery-section .arrow-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -51px;
    cursor: pointer;
    padding: 10px;
}

#fullpage .gallery-section .arrow-next img {
    width: 20px;
    height: 33px;
}

#fullpage .fp-overflow form {
    /*height: 100%;*/
    margin-bottom: 0;
}

#select2-select_01-results>li:first-of-type,
#select2-select_02-results>li:first-of-type,
#select2-select_03-results>li:first-of-type {
    display: none !important;
}

#sticky-logo {
    position: fixed;
    top: 22px;
    right: 22px;
    max-width: 77px;
    width: auto;
    height: auto;
}

/* landing */


@keyframes bounceKeyframes {
    0% {
        transform: scale(1, 1) translateY(0);
    }

    10% {
        transform: scale(1.1, .9) translateY(0);
    }

    30% {
        transform: scale(.9, 1.1) translateY(-20px);
    }

    50% {
        transform: scale(1.05, .95) translateY(0);
    }

    57% {
        transform: scale(1, 1) translateY(-4px);
    }

    84% {
        transform: scale(1, 1) translateY(0);
    }

    100% {
        transform: scale(1, 1) translateY(0);
    }
}

/* modal */
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1A1A24;
    z-index: 10010;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    z-index: 10020;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.modal-dialog {
    position: relative;
    max-width: 342px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.modal-content {
    position: relative;
    background: var(--var-color-white);
    color: var(--var-color-black);
    border-radius: 5px;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    padding: 0;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
    cursor: pointer;
    z-index: 1;
}

.modal-close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.modal-close:before,
.modal-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    border-bottom: 3px solid var(--var-color-black);
    z-index: 1;
}

.modal-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-body {
    max-height: 85vh;
    overflow: auto;
    scrollbar-width: thin;
}

.modal-heading {
    margin-top: -13px;
    margin-bottom: -8px;
}

.modal-table {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px 0px 10px;
}

.modal-table .table-col {
    width: 100%;
}

.table-heading {
    background-color: var(--var-color-black);
    width: fit-content;
    max-width: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0px 56px;
    position: relative;
    margin-bottom: 28px;
    margin-top: 25px;
}

.modal-table .table-col:nth-child(4) .table-heading {
    width: 100%;
}

.table-heading h2 {
    color: var(--var-color-white);
    font-size: 20px;
    line-height: 38px;
}

.table-content {
    padding: 0 20px;
}

.table-content p {
    font-size: 12px;
    line-height: 20px;
}

.table-content p strong {
    text-decoration: underline;
}

.table-content h6 {
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    font-weight: 400;
}

.table-content ul {
    padding-left: 11px;
}

.table-content h6+ul {
    margin-top: 3px;
}

.table-content li {
    font-size: 12px;
    line-height: 20px;
}

.table-footer {
    border-top: 1px solid #818181;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.modal-body .table-afterfooter {
    font-size: 10px;
    line-height: 12px;
    padding: 5px 25px 25px;
    text-align: center;
}

.vid-section {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.vid-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

.vid-section iframe {
    width: 100%;
    height: 100%;
}

/* modal */

#fullpage .second-title .arrow-down,
#fullpage .second-title .small-btn {
    display: none;
}

.webp #fullpage .s-1 {
    background-image: linear-gradient(to top, rgba(0,0,0,.7) 0%, rgba(0,0,0,.4) 33%, rgba(0,0,0,0) 44%), linear-gradient(to bottom, rgba(0,0,0,.6) 0%, rgba(0,0,0,.2) 33%, rgba(0,0,0,0) 44%), url(../images/webp/hero_image_desktop.webp);
    background-position: 50% 70%;
}

.no-webp #fullpage .s-1 {
    background-image: linear-gradient(to top, rgba(0,0,0,.7) 0%, rgba(0,0,0,.4) 33%, rgba(0,0,0,0) 44%), linear-gradient(to bottom, rgba(0,0,0,.6) 0%, rgba(0,0,0,.2) 33%, rgba(0,0,0,0) 44%), url(../images/hero_image_desktop.jpg);
    background-position: 50% 70%;
}

/* .webp #fullpage .s-2{
    background-image: url(../images/webp/after_s-2.webp);
}
.no-webp #fullpage .s-2 {
    background-image: url(../images/after_s-2.jpg);
} */
.webp #fullpage .s-preform_1 {
    background-image: url(../images/ds_mod/webp/section-2.webp);
}

.no-webp #fullpage .s-preform_1 {
    background-image: url(../images/ds_mod//section-2.jpg);
}

.webp #fullpage .s-preform_2 {
    background-image: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.0)),url(../images/ds_mod/webp/section-3.webp);
    background-position: 50% 30%;
}

.no-webp #fullpage .s-preform_2 {
    background-image: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.0)),url(../images/ds_mod/section-3.jpg);
    background-position: 50% 30%;
}

.webp #fullpage .s-preform_3 {
    background-image: url(../images/ds_mod/webp/section-5.webp);
}

.no-webp #fullpage .s-preform_3 {
    background-image: url(../images/ds_mod/section-5.webp.jpg);
}

.webp #fullpage .s-preform_4 {
    background-image: url(../images/webp/mitsubishi_asx_2023_wnetrze_srodek.webp);
}

.no-webp #fullpage .s-preform_4 {
    background-image: url(../images/mitsubishi_asx_2023_wnetrze_srodek.jpg);
}

.webp #fullpage .s-preform_5 {
    background-image: url(../images/ds_mod/webp/section-6.webp);
}

.no-webp #fullpage .s-preform_5 {
    background-image: url(../images/ds_mod/section-6.jpg);
}


.webp #fullpage .s-preform_6 {
    background-image: url(../images/webp/after_s-35.webp);
}

.no-webp #fullpage .s-preform_6 {
    background-image: url(../images/after_s-35.jpg);
}

.webp #fullpage .s-form_5 {
    background-image: url(../images/webp/thank_you_page.webp);
    background-position: 50% 60%;
    background-size: auto;
}

.no-webp #fullpage .s-form_5 {
    background-image: url(../images/thank_you_page.jpg);
    background-position: 50% 60%;
    background-size: auto;
}

/* webp */

.webp .section.s-form {
    background-image: url('../images/webp/mitsubishi_asx_2023_widok_z_boku.webp');
    background-size: cover;
}

.no-webp .section.s-form {
    background-image: url('../images/mitsubishi_asx_2023_widok_z_boku.jpg');
    background-size: cover;
}

.webp .section.s-last.bg-section {
    background-image: url('../images/webp/mitsubishi_asx_2023_przod_bialy.webp')
}

.no-webp .section.s-last.bg-section {
    background-image: url('../images/mitsubishi_asx_2023_przod_bialy.jpg');
}


#fullpage #main {
    height: 450px !important;
    min-height: 450px !important;
}


.s-2 {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* WIP - video */

.video_container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.video_container .btn-group {
    position: absolute;
    bottom: calc(8% + env(safe-area-inset-bottom));
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.video_container .btn-secondary,
.video_container .btn-primary {
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .video_container .btn-group {
        width: calc(100% - 40px);
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .btn-group {
        flex-direction: row;
    }
}

#fullpage .tooltip {
    background-color: var(--var-color-white);
    color: var(--var-color-black);
    position: absolute;
    top: -10% !important;
    right: 0% !important;
    transform: translateX(-100%) translateY(-100%) !important;
    width: auto;
    max-width: 184px;
    padding: 9px 32px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    border-radius: 5px;
}

#fullpage .tooltip::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 16px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/info.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

#fullpage .video-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 75%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 9;
}

#fullpage .s-last-form .my-container {
    padding: 8vh 0 11vh;
    max-width: 60vw;
    margin-right: 4.63541666%;
}

#contactFormLast {
    background-color: rgba(0, 0, 0, 0.85);
    position: relative;
    backdrop-filter: blur(15px);
    padding: 40px 40px 0;
    margin-left: 4.63541666%;
}

#fullpage .s-last-form .form-footer {
    display: flex;
    margin-top: auto;
    justify-content: flex-start;
}

#fullpage .s-last-form .form-footer-last {
    display: flex;
    margin-top: auto;
    justify-content: flex-end;
    margin-bottom: -22px;
}

.text-uppercase {
    text-transform: uppercase;
}

#fullpage .s-last-form .form-heading {
    text-align: center;
    margin-bottom: 25px;
}

#fullpage .s-last-form .form-heading h3 {
    font-size: 26px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 2px;
}

#fullpage .s-last-form .form-heading h4 {
    font-size: 22px;
    line-height: 38px;
    font-weight: 400;
}

#fullpage .contact-form-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#fullpage .contact-form-inner .form-content-col.input-col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#fullpage .contact-form-inner .form-content-col .col-6 {
    width: 45.78651685%;
}

#fullpage .s-last-form .form-content-col h5 {
    font-size: 18px;
    line-height: 21.6px;
    margin-bottom: 9px;
}

#fullpage .s-last-form .form-footer-inner h6 {
    margin-bottom: 12px;
}

#fullpage .s-last-form .form-content-col .form-field {
    margin-bottom: 29px;
}

#fullpage .s-last-form .form-content-col p {
    margin-bottom: 18px;
    margin-top: 14px;
}

@media (max-width:768px) {
    #fullpage .s-last-form .form-content-col p {
        margin-top: 0;
    }

}

#fullpage .s-last-form .form-fields .checker-field {
    margin-right: 46px;
}

#fullpage .s-last-form .form-content-col p.input-field-placeholder {
    font-size: 12px;
}

#fullpage .s-last-form .select-field::after {
    width: 37%;
    width: 100%;
}

#fullpage .s-last-form .input-field.input-phone::after {
    /* width: 44%; */
    width: 100%;
}

#fullpage .s-last-form .input-field.input-name::after {
    /* width: 46%; */
    width: 100%;
}

#fullpage .s-last-form .input-field.input-mail::after {
    /* width: 51%; */
    width: 100%;
}

/* media queries */

@media (min-width:1501px) {

    #fullpage .s-form .form-links a,
    #fullpage .s-form .form-links p {
        font-size: 12px;
        line-height: 14px;
    }

    .modal-body .table-afterfooter {
        font-size: 12px;
        line-height: 14px;
    }

    #fullpage .tooltip {
        font-size: 12px;
        line-height: 14px;
    }

    #fullpage .s-form_4 .form-content-col h6 {
        font-size: 12px;
        line-height: 14px;
    }

    #fullpage .s-form_4 .form-content-col ul li {
        font-size: 15px;
        line-height: 18px;
    }

    #fullpage .s-form_4 .form-content-col p {
        font-size: 12px;
        line-height: 14px;
    }

    #fullpage .select-field::after {
        width: 43%;
    }

    #fullpage .input-field.input-name::after {
        width: 53%;
    }

    #fullpage .input-field.input-phone::after {
        width: 50%;
    }

    #fullpage .input-field.input-mail::after {
        width: 56%;
    }

    #fullpage .s-form_3 .checker-color_variable {
        transform: translateY(-50%);
    }

    #fullpage .s-form_2 .checker-field label p {
        font-size: 16px;
        line-height: 21.6px;
        top: 45%;
    }

    #fullpage .s-form_3 .checker-field label p {
        font-size: 16px;
        line-height: 21.6px;
    }

    #fullpage .s-form_2 .form-content-inner .checker-field,
    #fullpage .s-form_3 .form-content-inner .checker-field {
        width: 180px;
        height: 80px;
    }

    #fullpage .s-form_3 .form-content-inner .checker-field label {
        font-size: 14px;
        line-height: 18px;
    }

    #fullpage .s-form_3 .checker-color {
        top: -20%;
    }

    #fullpage .s-form_2 .checker-default::before,
    #fullpage .s-form_2 .checker-default::after {
        top: 80%;
    }

    #fullpage .s-last-form .form-content-col h6,
    #fullpage .s-last-form .form-content-col p {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width:1500px) {

    #fullpage .s-preform_3 .my-container {
        top: 55%;
    }

    #fullpage .s-preform_5 .my-container {
        top: 55%;
    }

    #fullpage .s-preform_1 .my-container,
    #fullpage .s-preform_2 .my-container {
        top: 45%;
    }

    #fullpage .s-preform_4 .my-container {
        top: 55%;
    }

    #fullpage #main {
        height: 500px !important;
        min-height: 500px !important;
    }
}

@media (max-width:1366px) {
    #fullpage .s-form_3 .form-content-inner .checkers-row {
        max-width: 100%;
    }

    #fullpage .s-last .my-container,
    #fullpage .s-preform_6 .my-container,
    #fullpage .my-container {
        max-width: 970px;
    }

    #fullpage .s-last .my-container,
    #fullpage .s-preform_6 .my-container,
    #fullpage .s-form .my-container {
        padding: 6vh 0 8vh;
    }

    #fullpage .s-last .my-container{
        padding: 11vh 0 8vh;
    }

    #fullpage .s-preform_6 .my-container {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    #fullpage .s-preform_1 .title h2 {
        font-size: 160px;
        line-height: 172px;
    }

    #fullpage .s-preform_2 .title h2 {
        font-size: 70px;
        line-height: 172px;
        letter-spacing: 30px;
    }

    #fullpage .s-preform_3 .my-container {
        top: 48%;
    }

    #fullpage .s-preform_4 .my-container h3 {
        font-size: 48px;
        line-height: 56px;
    }

    #fullpage .s-preform_4 .my-container h4 {
        font-size: 28px;
        line-height: 34px;

    }

    #fullpage .s-form .form-content h5 {
        margin-bottom: 20px;
    }

    #fullpage .s-form_1 .form-content ul li {
        margin-bottom: 16px;
    }

    #fullpage .my-container {
        height: 90%;
    }

    #fullpage .gallery-section {
        /*margin-right: 60px;
        margin-bottom: 30px;*/
    }

    #fullpage .video-section::before {
        height: 60%;
    }
}

@media (max-width:1200px) {
    #fullpage .last-btn,
    #fullpage .s-last .form-heading {
        margin-right: 60px;
        margin-left: 60px;
    }

    #fullpage .s-preform_1 .my-container h4,
    #fullpage .s-preform_2 .my-container h4 {
        font-size: 16px;
        line-height: 22px;
    }

    #fullpage .s-last .form-heading h4,
    #fullpage .s-last .form-heading h3,
    #fullpage .s-preform_6 .container-left-top h4,
    #fullpage .s-preform_6 .container-left-top h3,
    #fullpage .s-form .form-heading h3,
    #fullpage .s-form .form-heading h4 {
        font-size: 28px;
        margin-bottom: 0;
        line-height: 36px;
    }

    #fullpage .s-preform_6 .container-right-bottom p {
        font-size: 26px;
        line-height: 30px;
    }

    #fullpage .s-form_1 .form-content ul li {
        font-size: 16px;
        line-height: 18px;
    }

    #fullpage .s-form_1 .form-content ul>ul+li {
        margin-top: 24px;
    }

    #fullpage .s-form .form-heading::before {
        right: 72px;
    }

    #fullpage .slides-arrow-prev {
        left: 15px;
    }

    #sticky-logo {
        top: 20px;
        right: 20px;
        max-width: 64px;
    }

    #fullpage .s-preform_4 .my-container {
        top: 43%;
    }

    #fullpage .s-preform_1 .my-container,
    #fullpage .s-preform_2 .my-container {
        top: 45%;
    }

    #fullpage .s-preform_6 .my-container {
        padding-right: 30px;
        padding-left: 30px;
    }

    #fullpage .s-preform_5 .my-container {
        top: 43%;
    }

    /*.s-2 .video-container>div {*/
    /*    padding-top: 56.25%;*/
    /*}*/

    #fullpage .video-section::before {
        height: 50%;
    }
}

@media (max-width:991px) {
    #fullpage .video-section::before {
        display: none;
    }

    #fullpage .s-preform_6 .my-container {
        padding-right: 0;
        padding-left: 0;
    }

    #fullpage .form-field.field-validator {
        margin-top: 30px;
    }

    #fullpage .s-form .vid-section {
        display: none;
    }

    #fullpage .s-preform_3 .my-container,
    #fullpage .s-preform_4 .my-container,
    #fullpage .s-preform_5 .my-container,
    #fullpage .my-container.text-container {
        max-width: inherit;
    }

    #fullpage .s-last .my-container,
    #fullpage .s-preform_6 .my-container,
    #fullpage .s-form .my-container,
    #fullpage .my-container {
        max-width: 100%;
        padding-left: 60px;
        padding-right: 60px;
        margin-top: 0;
    }

    #fullpage .s-preform_1 .title h2 {
        font-size: 120px;
        line-height: 136px;
    }

    #fullpage .s-preform_1 {
        background-position: 50% 50%;
    }

    #fullpage .s-preform_2 {
        background-position: 80% 50%;
    }

    #fullpage .last-btn,
    #fullpage .s-last .form-heading {
        margin-right: auto;
        margin-left: auto;
    }

    #fullpage .gallery-section {
        margin-right: auto;
    }

    #fullpage .gallery-section .arrow-next {
        display: none;
    }

    #fullpage .last-btn {
        margin-top: auto;
        margin-left: auto;
    }

    #fullpage .s-last .form-heading {
        margin-bottom: 29px;
    }

    #fullpage .s-last-form .form-heading {
        margin-bottom: 12px;
        margin-top: 15px;
    }

    .video-container>div {
        top: 50%;
        transform: translateY(-50%);
    }

    #fullpage .main-title {
        margin-top: 7%;
    }

    #fullpage .my-container {
        margin-top: 7%;
    }

    #fullpage .s-preform_4 .my-container h3 {
        font-size: 44px;
    }

    #fullpage .s-preform_4 .my-container h4 {
        font-size: 24px;
        letter-spacing: 15px;
    }

    #fullpage .s-form_2 .checker-field label p,
    #fullpage .s-form_3 .checker-field label p {
        top: 25%;
    }

    #fullpage .s-form_2 .checker-field,
    #fullpage .s-form_3 .checker-field {
        width: 25%;
    }

    #fullpage #main {
        height: 550px !important;
        min-height: 550px !important;
    }

    #fullpage .section:not(#main) .arrow-down {
        margin-bottom: 0;
    }
}

@media (max-width:868px) {
    /* #fullpage .s-last-form .select-field::after {
        width: 28%;
    }
    #fullpage .s-last-form .input-field.input-name::after {
        width: 40%;
    }
    #fullpage .s-last-form .input-field.input-phone::after {
        width: 37%;
    }
    #fullpage .s-last-form .input-field.input-mail::after {
        width: 45%;
    } */
}

/*@media (min-width:769px) {*/
/*    #fullpage .hide-desktop {*/
/*        display: none !important;*/
/*    }*/

/*    #fullpage .gallery-video {*/
/*        display: none;*/
/*    }*/
/*}*/

@media (max-width:768px) {

    .gallery-lower .gallery-video .gallery-thumb::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 40px;
        height: 40px;
        background-image: url(../images/play-circle.svg);
        background-size: cover;
        background-position: center;
    }

    #fullpage .gallery-lower>div {
        width: 100%;
    }

    #fullpage #main {
        height: 500px !important;
        min-height: 500px !important;
    }

    .strong-mobile {
        font-weight: 700;
    }

    #fullpage .hide-mobile {
        display: none !important;
    }

    #fullpage .btn-arrow::before {
        width: 23px;
        height: 27px;
    }

    #sticky-logo {
        top: 19px;
        right: 19px;
        max-width: 47px;
    }

    #fp-nav.fp-right {
        right: 10px;
    }

    #fp-nav {
        bottom: 25px;
    }

    .webp #fullpage .s-1,
    .webp #fullpage .s-2 {
        background-image: linear-gradient(to top, rgba(0,0,0,.7) 0%, rgba(0,0,0,.1) 33%, rgba(0,0,0,0) 33%), linear-gradient(to bottom, rgba(0,0,0,.6) 0%, rgba(0,0,0,.2) 33%, rgba(0,0,0,0) 44%), url(../images/webp/hero_image_mobile.webp);
        background-position: 50% 50%;
    }

    .no-webp #fullpage .s-1,
    .no-webp #fullpage .s-2 {
        background-image: linear-gradient(to top, rgba(0,0,0,.7) 0%, rgba(0,0,0,.1) 33%, rgba(0,0,0,0) 33%), linear-gradient(to bottom, rgba(0,0,0,.6) 0%, rgba(0,0,0,.2) 33%, rgba(0,0,0,0) 44%), url(../images/hero_image_mobile.jpg);
        background-position: 50% 50%;
    }


    .webp #fullpage .s-preform_1 {
        background-image: url(../images/ds_mod/webp/section-2-mobile.webp);
        background-position: 50% 50%;
    }

    .no-webp #fullpage .s-preform_1 {
        background-image: url(../images/ds_mod/section-2-mobile.jpg);
        background-position: 50% 50%;
    }

    .webp #fullpage .s-preform_2 {
        background-image: url(../images/ds_mod/webp/section-3-mobile.webp);
        background-position: 50% 70%;
    }

    .no-webp #fullpage .s-preform_2 {
        background-image: url(../images/ds_mod/section-3-mobile.jpg);
    }

    .webp #fullpage .s-preform_3 {
        background-image: url(../images/ds_mod/webp/section-5-mobile.webp);
        background-position: 50% 70%;
    }

    .no-webp #fullpage .s-preform_3 {
        background-image: url(../images/ds_mod/section-5-mobile.jpg);
        background-position: 50% 70%;
    }


    #fullpage .s-preform_4 {
        background-position: 80% 100%;
    }

    .webp #fullpage .s-preform_5 {
        background-image: url(../images/ds_mod/webp/section-6-mobile.webp);
        background-position: 50% 50%;
        background-size: auto;
        background-size: cover;
    }

    .no-webp #fullpage .s-preform_5 {
        background-image: url(../images/ds_mod/section-6-mobile.jpg);
        background-position: 50% 50%;
        background-size: auto;
        background-size: cover;
    }

    .webp #fullpage .s-preform_6 {
        background-image: url(../images/webp/after_s-35_mobile.webp);
        background-size: cover;
        background-position: 50% 30%;
    }

    .webp #fullpage .s-form_5 {
        background-image: url(../images/webp/mitsubishi_asx_2023_bialy_przod_grill_mobile.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

    .no-webp #fullpage .slide.s-last-form.bg-section {
        background-image: url(../images/form_section_background_mobile.jpg);
        background-position: 50% 30%;
        background-size: cover;
    }

    .webp #fullpage .slide.s-last-form.bg-section {
        background-image: url(../images/webp/form_section_background_mobile.webp);
        background-position: 50% 30%;
        background-size: cover;
    }

    .webp .section.s-last.bg-section {
        background-image: url(../images/webp/mitsubishi_asx_2023_przod_bialy_mobile.webp)
    }

    .no-webp .section.s-last.bg-section {
        background-image: url(../images/mitsubishi_asx_2023_przod_bialy_mobile.jpg);
    }

    #fullpage .main-title h1 {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 0;
        margin-left: -27px;
        text-align: left;
        padding-left: 31px;
    }

    #fullpage .main-title h3 {
        font-size: 19px;
        line-height: 22.8px;
    }

    #fullpage .main-title a {
        font-size: 12px;
        line-height: 14.4px;
        padding: 7px 4px;
        bottom: -13px;
    }

    #fullpage .second-title .small-btn {
        display: inline-block;
        font-size: 15px;
        line-height: 18px;
        font-weight: 400;
        text-decoration: underline;
        margin-top: 15px;
    }

    #fullpage .second-title .arrow-down {
        display: inline-block;
    }

    #fullpage .main-title-bordered {
        height: 23px;
    }

    #fullpage .s-last .my-container,
    #fullpage .s-preform_6 .my-container,
    #fullpage .s-form .my-container,
    #fullpage .my-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    #fullpage .main-title::before {
        width: 25%;
    }

    #fullpage .main-title+.arrow-down {
        display: none;
    }

    #fullpage .second-title {
        margin-bottom: 6%;
    }

    #fullpage .s-content {
        height: 100%;
    }


    #fullpage .main-title h3 {
        left: 6px;
    }

    #fullpage .s-preform_1 .title h2 {
        font-size: 110px;
        line-height: 113px;
    }

    #fullpage .s-preform_2 .title h2 {
        font-size: 55px;
        line-height: 113px;
        letter-spacing: 10px;
    }

    #fullpage .s-preform_1 .my-container h4,
    #fullpage .s-preform_2 .my-container h4 {
        /*font-size: 12px;
        line-height: 14.4px;
        background: rgba(0, 0, 0, 0.4);
        padding: 10px 5px;*/
        font-size: 12px;
        line-height: 20px;
        /* background: rgba(0, 0, 0, 0.4); */
        padding: 10px 5px;
        /*width: 95%;*/

    }


    #fullpage .s-preform_1 .my-container,
    #fullpage .s-preform_2 .my-container {
        /*top: 47%;*/
        top:27%;
    }

    #fullpage .s-preform_3 .my-container p {
        /*margin-top: 25px;
        font-size: 12px;
        line-height: 14.4px;
        background: rgba(0, 0, 0, 0.4);
        padding: 10px 5px;
        margin-bottom: 20px;*/
        font-size: 12px;
        line-height: 20px;
        /* background: rgba(0, 0, 0, 0.4); */
        padding: 10px 5px;

    }

    #fullpage .gallery-section {
        /*margin-right: -28px;
        margin-left: -28px;
        width: calc(100% + 56px);
        display: contents;*/
        /*margin-right: -28px; */
        /* margin-left: -28px; */
        width: calc(100% - 40px);
        display: contents;
    }

    #fullpage .s-last .form-heading h3,
    #fullpage .s-last .form-heading h4 {
        text-align: center;
    }

    #fullpage .s-preform_4 .my-container p {
        font-size: 12px;
        line-height: 20px;
        /*background: rgba(0, 0, 0, 0.4);*/
        padding: 10px 5px;
    }

    #fullpage .s-preform_4 .my-container h3 {
        font-size: 38px;
    }

    #fullpage .s-preform_4 .my-container h4 {
        font-size: 22px;
        letter-spacing: 10px;
    }

    #fullpage .s-preform_5 .my-container h3 {
        font-size: 58px;
        margin-bottom: 20px;
    }

    #fullpage .s-preform_5 .my-container h4 {
        font-size: 22px;
        line-height: 30px;
    }

    #fullpage .s-preform_5 .my-container .negative-ls h4 {
        letter-spacing: 15px;
    }

    #fullpage .s-preform_5 .my-container p {
        /*font-size: 12px;
        line-height: 14.4px;
        background: rgba(0, 0, 0, 0.4);
        padding: 10px 5px;;*/
        font-size: 12px;
        line-height: 20px;
        /* background: rgba(0, 0, 0, 0.4); */
        padding: 10px 5px;
    }

    #fullpage .s-preform_5 .my-container h4:last-of-type {
        letter-spacing: 11px;
    }

    #fullpage .s-preform_6 .my-container {
        padding-top: 89px;
        padding-bottom: 14px;
        margin-top: 0;
    }

    #fullpage .s-preform_6 .container-left-top h4,
    #fullpage .s-preform_6 .container-left-top h3 {
        width: 100%;
        text-align: center;
    }

    #fullpage .s-preform_6 .my-container {
        justify-content: flex-start;
    }

    #fullpage .s-preform_6 .container-right-bottom {
        align-items: center;
        height: 100%;
        padding-top: 20px;
        margin-bottom: 70px;
    }

    #fullpage .s-preform_6 .container-right-bottom .btn-white.btn-arrow {
        margin-top: auto;
    }

    #fullpage .s-preform_6 .container-right-bottom p {
        text-align: center;
        font-size: 19px;
        line-height: 20px;
    }

    #fullpage .s-preform_6 .container-left-top h4 {
        font-size: 26px;
    }

    #fullpage .s-form .form-heading {
        text-align: center;
        margin-bottom: 24px;
    }

    #fullpage .s-form .form-content h5 {
        font-size: 16px;
        line-height: 19.2px;
        text-align: center;
    }

    #fullpage .s-form_1 .form-content ul {
        padding-left: 25px;
    }

    #fullpage .s-form_1 .form-content ul ul {
        padding-left: 46px;
    }

    #fullpage .s-form_1 .form-content ul li {
        font-size: 15px;
        line-height: 18px;
    }

    #fullpage .s-form .form-footer {
        flex-wrap: wrap;
    }

    #fullpage .s-form .slide.s-form_3 .form-footer {
        margin-top: 20px;
    }

    #fullpage .s-form .s-form_1 .form-links {
        position: relative;
        top: -50px;
        order: 1;
        width: 100%;
    }

    #fullpage .s-form .s-form_1 .footer-data {
        order: 2;
    }

    #fullpage .s-form .s-form_1 .anim-btn,
    #fullpage .s-form .s-form_1 .btn-primary.btn-arrow {
        order: 3;
    }

    #fullpage .s-form .s-form_1 .footer-inner img {
        display: none;
    }

    #fullpage .s-form .form-links p,
    #fullpage .s-form .form-links a,
    #fullpage .s-form .form-links p a {
        font-size: 8px;
        line-height: 9.6px;
    }

    #fullpage .s-form .slide:not(.s-form_1) .form-footer .anim-btn {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #fullpage .s-form .s-form_1 .form-footer .footer-inner h6,
    #fullpage .s-form .form-footer .footer-inner h6 {
        font-size: 10px;
        line-height: 12px;
    }

    #fullpage .s-form .form-footer .footer-inner img {
        max-width: 16px;
    }

    #fullpage .s-form .form-heading::before {
        display: none;
    }

    #fullpage .s-form_2 .checkers-row {
        flex-direction: column;
    }

    #fullpage .s-form_2 .checker-field,
    #fullpage .s-form_3 .checker-field {
        width: 150px;
        height: 100px;
    }

    #fullpage .s-form_2 .checker-field label,
    #fullpage .s-form_3 .checker-field label {
        font-size: 11px;
        line-height: 13.2px;
    }

    #fullpage .s-form .form-content h5 {
        position: relative;
    }

    #fullpage .s-form .form-content h5::before {
        content: attr(data-step);
        position: absolute;
        left: 0;
        top: 0;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }

    #fullpage .s-form .slide:not(.s-form_1) .footer-data {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }

    .h3-section-7 h3{
        text-shadow: 0px 0px 2px #000;
    }

    .fp-overflow .h3-section-7{
        padding-top: 50px;
    }

    .s-preform_7 .icon-logo{
        display: none;
    }

    .s-preform_7 .fp-overflow .section_container_relative {
        justify-content: space-between;
    }

    .fp-overflow .section_container_relative .s-preform_7-icon-link{
        margin-top: auto;
    }

    #fullpage .s-form .form-footer .form-return {
        font-size: 12px;
        line-height: 14.4px;
        font-weight: 700;
        text-decoration: underline;
        margin-top: 0;
    }

    #fullpage .s-form .form-footer .form-return:hover {
        text-decoration: none;
    }

    #fullpage .s-form .form-footer .form-return img {
        margin-right: 4px;
    }

    #fullpage .slides-arrow-prev {
        display: none;
    }

    #fullpage .s-form .my-container {
        padding-top: 9vh;
    }

    #fullpage .s-form .form-footer .footer-inner h6 {
        margin-right: 6px;
    }

    .checkers-row {
        justify-content: space-between;
    }

    #fullpage .s-form_3 .checker-field {
        margin: 0 0px 15px;
    }

    #fullpage .s-form_3 .checker-color {
        width: 20px;
        height: 20px;
        border-width: 2px;
        top: -20%;
    }

    #fullpage .s-form_3 .checker-default::before,
    #fullpage .s-form_3 .checker-default::after {
        top: 82%;
    }

    #fullpage .s-form_3 .form-content.form-content-row .checker-default::before,
    #fullpage .s-form_3 .form-content.form-content-row .checker-default::after {
        top: 50%;
    }

    #fullpage .s-form_3 .checker-field label p {
        top: 50%;
    }

    #fullpage .form-content-inner {
        width: 100%;
        margin-bottom: 12px;
    }

    #fullpage .form-content-inner:last-of-type {
        margin-bottom: 0;
    }

    #fullpage .s-form_3 .form-content-inner .checker-field {
        margin: 0 0 11px;
        width: 150px;
        height: 50px;
    }

    #fullpage .s-form_3 .form-content-inner .checkers-row {
        justify-content: space-between;
        margin-left: 0;
        margin-right: 0;
    }

    #fullpage .s-form_3 .checker-color_variable {
        position: relative;
        transform: translateY(-50%);
    }

    #fullpage .s-form .form-content h5 {
        display: flex;
        justify-content: center;
        margin-bottom: 16px;
    }

    #fullpage .form-content-inner h5 img {
        margin-left: 10px;
    }

    #fullpage .form-content .formListOuter {
        display: flex;
    }

    #fullpage .form-content .formListOuter ul {
        margin-left: auto;
        margin-right: auto;
    }

    #fullpage .s-form_1 .form-content .formListOuter ul li {
        margin-bottom: 38px;
        font-size: 13px;
        line-height: 15.6px;
    }

    #fullpage .s-form_5 .s-content p>strong {
        font-size: 22px;
        letter-spacing: 1px;
        display: block;
    }

    #fullpage .s-form_5 .s-content p {
        font-size: 14px;
        line-height: 22px;
    }

    #fullpage .s-form_5 .s-content h2 {
        font-size: 36px;
        margin-top: 10%;
    }

    #fullpage .s-form_5 .my-container {
        padding-bottom: 3vh;
    }

    #fullpage .s-form_7 .form-footer {
        justify-content: center;
    }

    #fullpage .form-content-col h5 {
        font-size: 21px;
        line-height: 38px;
        letter-spacing: 3px;
        color: var(--var-color-white);
        margin-bottom: 15px;
    }

    #fullpage .tooltip {
        max-width: 240px;
        transform: translateX(0%) translateY(-100%) !important;
    }

    #fullpage .s-last-form .form-footer-last {
        justify-content: center;
    }

    #fullpage .s-last-form .form-footer {
        flex-wrap: wrap;
    }

    #contactFormLast {
        padding: 14px 14px 0;
        margin-left: 0%;
        background-color: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(5px);
    }

    #fullpage .s-last-form .my-container {
        padding: 4% 0 30px;
        max-width: 100%;
        margin-right: 0;
    }

    #fullpage .s-last-form .form-heading h3,
    #fullpage .s-last-form .form-heading h4 {
        font-size: 15px;
        line-height: 20px;
    }

    #fullpage .contact-form-inner .form-content-col.input-col {
        flex-wrap: wrap;
    }

    #fullpage .contact-form-inner .form-content-col .col-6 {
        width: 100%;
    }

    #fullpage .s-last-form .form-content-col .form-field {
        margin-bottom: 18px;
    }

    #fullpage .second-title.btn-group .btn-white.btn-arrow {
        font-size: 12px;
        padding-left: 13px;
    }

    /* linie w formularzu */
    /* #fullpage .s-last-form .select-field::after {
        width: 66%;
    }
    #fullpage .s-last-form .input-field.input-name::after {
        width: 72%;
    }
    #fullpage .s-last-form .input-field.input-phone::after {
        width: 70%;
    }
    #fullpage .s-last-form .input-field.input-mail::after {
        width: 74%;
    } */

}

@media (max-width:640px) {
    #fullpage .main-title {
        margin-top: 70px;
    }

    #fullpage .gallery-section {
        display: block;
    }

    #fullpage .my-container {
        margin-top: 4%;
    }

    #fullpage .s-last-form .my-container {
        margin-top: 0;
        padding: 0;
        height: 100%;
    }

    #fullpage .s-last-form .form-footer-last {
        margin-top: 25px;
    }

    #contactFormLast {
        padding: 26px 14px 14px;
    }

    #fullpage .s-form .my-container {
        height: 97%;
        margin-top: 0;
    }

    #fullpage .gallery-lower .gallery-video .gallery-thumb::before {
        width: 26px;
        height: 26px;
    }

    /* Linie formularza */
    /* #fullpage .s-last-form .select-field::after {
        width: 57%;
    }
    #fullpage .s-last-form .input-field.input-name::after {
        width: 65%;
    }
    #fullpage .s-last-form .input-field.input-phone::after {
        width: 63%;
    }
    #fullpage .s-last-form .input-field.input-mail::after {
        width: 67%;
    } */

}

@media (max-width:552px) {
    #fullpage .main-title::before {
        width: 31%;
    }
    /* Linie formularza */
    /* #fullpage .s-last-form .select-field::after {
        width: 53%;
    }
    #fullpage .s-last-form .input-field.input-name::after {
        width: 61%;
    }
    #fullpage .s-last-form .input-field.input-phone::after {
        width: 59%;
    }
    #fullpage .s-last-form .input-field.input-mail::after {
        width: 64%;
    } */
}

@media (max-width:479px) {
    #fullpage .main-title::before {
        width: 15%;
    }

    .gallery-lower .gallery-video .gallery-thumb::before {
        width: 16px;
        height: 16px;
    }

    #fullpage .s-form .my-container {
        padding-top: 14vh;
    }

    #fullpage .checkers-row {
        justify-content: space-between;
    }

    #fullpage .s-preform_3 .my-container {
        top: 60%;
    }

    #fullpage .s-preform_3 .my-container img {
        position: absolute;
        top: -200%;
        transform: translateY(-100%);
    }
    /* Linie formularza */
    /* #fullpage .s-last-form .select-field::after {
        width: 39%;
    }
    #fullpage .s-last-form .input-field.input-name::after {
        width: 49%;
    }
    #fullpage .s-last-form .input-field.input-phone::after {
        width: 46%;
    }
    #fullpage .s-last-form .input-field.input-mail::after {
        width: 53%;
    } */
}

@media (max-width:414px) {
    #fullpage .input-field.input-name::after {
        width: 52%;
    }

    #fullpage .select-field::after {
        width: 43%;
    }

    #fullpage .input-field.input-phone::after {
        width: 49%;
    }

    #fullpage .input-field.input-mail::after {
        width: 56%;
    }

    #fullpage .s-form .my-container {
        padding-top: 9vh;
    }
}

@media (max-width:370px) {
    #fullpage .main-title::before {
        /* display: none; */
        width: 10%;
    }

    #fullpage .main-title h1 {
        font-size: 34px;
        line-height: 40px;
    }

    #fullpage .main-title a {
        font-size: 10px;
        line-height: 12px;
    }

    #fullpage .main-title h3 {
        font-size: 15px;
        line-height: 18px;
        top: -10px;
    }

    #fullpage .s-preform_4 .my-container h3 {
        font-size: 34px;
        line-height: 42px;
    }

    #fullpage .s-preform_4 .my-container h4 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 4px;
    }

    #fullpage .s-form_3 .form-content-inner .checker-field {
        width: 130px;
    }

    #fullpage .input-field.input-mail::after {
        width: 47%;
    }

    #fullpage .input-field.input-name::after {
        width: 44%;
    }

    #fullpage .input-field.input-phone::after {
        width: 40%;
    }

    #fullpage .s-form_3 .checker-field {
        width: 125px;
    }

    /* #fullpage .s-last-form .select-field::after {
        width: 30%;
    }

    #fullpage .s-last-form .input-field.input-phone::after {
        width: 41%;
    }

    #fullpage .s-last-form .input-field.input-name::after {
        width: 38%;
    }

    #fullpage .s-last-form .input-field.input-mail::after {
        width: 46%;
    } */
}

/* video */

.video-default {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    z-index: 1;
}

.video-default>.video-thumbnail,
.video-default>.video-frame,
.video-default iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.video-default>.video-thumbnail {
    background-color: #fff;
    background-size: cover;
    background-position: center;
    z-index: 2;
}

.video-default .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    font-size: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    opacity: 0;
    padding: 0;
    -webkit-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    pointer-events: none;
    cursor: pointer;
    z-index: 1;
}

.video-default .video-button:before,
.video-default .video-button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.video-default .video-button:before {
    background-image: url(../images/play-circle.svg);
}

.video-default.is-init .video-button {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
}

.video-default.is-init .video-button:hover:before {
    opacity: 0.7;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}

.video-default.is-init .video-button:hover:after {
    opacity: 1;
}

.video-default>.video-frame {
    z-index: 1;
}

#fullpage .animation {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    transform: translateY(100%);
}

#fullpage .animation.init {
    opacity: 1;
    transform: translateY(0);
    animation: fade-in .3s forwards;
    -webkit-animation: fade-in .3s forwards;
}

#fullpage .animation.init {
    opacity: 1;
    transform: translateY(0);
    animation: fade-in .3s forwards;
    -webkit-animation: fade-in .3s forwards;
}


#fullpage .s-preform_1 .title.animation.init,
#fullpage .s-preform_2 .title.animation.init {
    animation: fade-in-cars .3s forwards;
    -webkit-animation: fade-in-cars .3s forwards;
}

.section {
    position: relative;
}

.section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.section.init::before {
    opacity: 0;
}

@keyframes fade-in {
    0% {
        transform: translateY(100%) !important
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes fade-in {
    0% {
        -webkit-transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

@keyframes fade-in-cars {
    0% {
        transform: translateY(100%) !important
    }

    100% {
        transform: translateY(-50%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes fade-in-cars {
    0% {
        -webkit-transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(-50%);
    }
}

body.select-disabled .select2-container {
    pointer-events: none;
}

body.select-disabled .select2-selection__arrow {
    display: none;
}

body.select-multiple #select2-select_01-results>li:first-of-type,
body.select-multiple #select2-select_02-results>li:first-of-type,
body.select-multiple #select2-select_03-results>li:first-of-type {
    display: block !important;
}

/* media min-device-pixel-ratio 1.25 */
@media (-webkit-min-device-pixel-ratio: 1.25) and (min-width:1100px) {
    #fullpage .s-preform_3 .my-container {
        top: 45%;
    }

    #fullpage .s-preform_4 .my-container {
        top: 45%;
    }

    #fullpage .s-preform_5 .my-container {
        top: 45%;
    }

    #fullpage .s-form .my-container {
        padding: 2vh 0 7vh;
    }

    #fullpage .s-form .form-heading {
        margin-bottom: 20px;
    }

    #fullpage .s-form .form-links {
        position: absolute;
        top: 65px;
    }

    #fullpage .gallery-section {
        /*max-width: 480px;*/
    }

    #fullpage .my-container {
        /*height: 95%;*/
        height: 100%;
    }

    #fullpage .s-form .form-footer {
        margin-top: 40px;
    }

    #fullpage .s-form .slide.s-form_3 .form-footer {
        margin-top: auto;
    }

    #fullpage .s-form .slide.s-form_3 .my-container,
    #fullpage .s-form .slide.s-form_4 .my-container {
        padding: 2vh 0 0vh;
    }

    #fullpage .select-field::after {
        width: 39%;
    }

    #fullpage .input-field.input-name::after {
        width: 49%;
    }

    #fullpage .input-field.input-phone::after {
        width: 46%;
    }

    #fullpage .input-field.input-mail::after {
        width: 52%;
    }

    #fullpage .s-preform_6 {
        background-position: 50% 50%;
    }
}

.btn-arrow.btn-arrow-down::before {
    transform: translateY(-50%) rotate(90deg) !important;
}

.mt-5 {
    margin-top: 30px;
}

.btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

@media (max-width:480px) {
    .btn-group {
        gap: 1rem;
        margin-top: 12px;
    }
}

#fullpage .btn-white.btn-bordered {
    background-color: transparent;
    color: var(--var-color-white);
    border: 1px solid var(--var-color-white);
    padding: 12px 24px 12px 24px;
}

.uppercase{
    text-transform: uppercase !important;
}





.h3-section-2{
    color: var(--var-color-white) !important;
    font-size: 58px !important;
    letter-spacing: 4px !important;
    font-weight: 700 !important;
    line-height: 57px !important;
    text-align: center !important;
    /*margin-bottom: 22px !important;*/
}

.h4-section-2{
    color: var(--var-color-white) !important;
    letter-spacing: 9px !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    line-height: 36px !important;
    text-align: center !important;
}

.h3-section-3{
    color: #fff;
    font-size: 48px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    line-height: 57px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    margin-bottom: 22px !important;
}

.h3-section-5{
    color: var(--var-color-white) !important;
    font-size: 100px !important;
    letter-spacing: 4px !important;
    font-weight: 700 !important;
    line-height: 100px !important;
    text-align: center !important;
    /*margin-bottom: 22px !important;*/
}

.h3-section-7{
    color: var(--var-color-white) !important;
    font-size: 80px !important;
    letter-spacing: 4px !important;
    font-weight: 700 !important;
    line-height: 100px !important;
    text-align: center !important;
    /*margin-bottom: 22px !important;*/
}

.gallery_text{

}

@media (max-width:768px) {

    .h3-section-2{
        font-size: 13vw !important;
        line-height: 13vw !important;
    }

    .h4-section-2{
        font-size: 4vw !important;
        line-height: 6vw !important;
    }

    .h3-section-5{
        font-size: 10vw !important;
        line-height: 10vw !important;
    }

    .h3-section-7{
        font-size: 11vw !important;
        line-height: 11vw !important;
    }

    .gallery_text{
        font-size: 12px;
        line-height: 20px;
        /* background: rgba(0, 0, 0, 0.4); */
        padding: 10px 5px;
        text-align: center;
    }
}


.h3-section-1{
    /* color: var(--var-color-black) !important; */
    color: #fff;
    font-size: 48px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    line-height: 57px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    /*margin-bottom: 22px !important;*/
}

.h4-section-1{
    /* color: var(--var-color-black) !important; */
    color: #fff;
    letter-spacing: 2px !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 36px !important;
    text-align: center !important;
    margin-top: 24px !important;
}

@media (max-width:768px) {

    .h3-section-1{
        font-size: 10vw !important;
        line-height: 13vw !important;
    }

    .h4-section-1{
        font-size: 4vw !important;
        line-height: 6vw !important;
    }
}


.section_container {
    max-width: 1200px;
    margin: 0 auto;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 64px;
}

.section_container_1 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.hero_container {
    margin: 0 auto;
    height: 98vh;
    display: flex;
    flex-direction: column;
    padding-top: 64px;
    padding-bottom: 64px;
}

.hero_container_1 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

@media (max-width:768px) {
    .hero_container {
        padding-right: 18px;
        padding-left: 18px;
        height: 91vh !important;
        height: 91dvh !important;
        height: 91svh !important;
        padding-top: 7vh !important;
        padding-top: 7svh !important;
        padding-top: 7dvh !important;
        padding-bottom: 0;
    }

    .feature {
        display: none;
    }

    .feature.active {
        display: block;
    }

    .scroll-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .custom-arrow-left,
    .custom-arrow-right {
        cursor: pointer;
        padding: 10px;
    }

    .custom-arrow-left img {
        transform: rotate(180deg);
    }

    .custom-arrow-left img,
    .custom-arrow-right img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .features-container {
        flex-grow: 1;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .feature {
        display: none;
    }

    .feature.active {
        display: block;
    }
    .feature::before {
        display: none;
    }

    .feature {
        padding: 0 12px 0 12px;
    }

    .custom-arrow-left,
    .custom-arrow-right {
        display: inline-block;
    }

    /*.btn-group {*/
    /*    margin-bottom: 40px;*/
    /*}*/
}

@media (min-width: 768px) {
    .custom-arrow-left,
    .custom-arrow-right {
        display: none;
    }
}

.title {
    flex-grow: 1;
}

.height-reset {
    margin-top: auto;
}

.position-reset{
    height: unset !important;
    top: unset !important;
    /*width: 80% !important;*/
}

.max-width-reset{
    max-width: unset !important;
}



@media (max-width:768px) {

    .section_container{
        padding-top: 15vh;
        height: 90vh;
    }

}






.gallery_container{
    /*background-color: aqua;*/
    /*height: 40vh;*/
    height: 100%;
    margin-top:20px;
    overflow: hidden;
    text-align: center;
    z-index: 9999;
}

.disclaimer{
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: justify;
}





.hide{
    display: none !important;
}








/* SECTION BENEFITS */

#benefits .section_container {
    max-width: 1200px;
    margin: 0 auto;
    height: 96vh;
    height: 96dvh;
    height: 96svh;
    display: flex;
    flex-direction: column;
    padding: 64px;
    justify-content: space-between;
}

.btn-absolute {
    width: 90%;
    position: absolute;
    bottom: 2vh;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 1;
}

.webp #fullpage .section-benefits {
    background-image: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url(../images/ds_mod/webp/section-6.webp);
    background-position: 50% 50%;

}

.no-webp #fullpage .section-benefits {
    background-image: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url(../images/ds_mod/section-6.jpg);
    background-position: 50% 50%;
}



.section-benefits p{
    color: var(--var-color-white);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}


.section-benefits .link_more{
    color: var(--var-color-white);
}


.section-benefits .slide-content-position{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.section-benefits .text{
    margin-top:20px;
    text-align: left;
}

.section-benefits .usp-container{
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.section-benefits .slide-main-text{
    left: 40%;
    position: relative;
    z-index: 1;
    /*left: 5%;*/
    top: 25px;
    max-width: 40%;
}

.section-benefits .slide-subheader{
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}

.section-benefits .slide-header{
    font-size: 72px;
    text-transform: uppercase;
    /*font-size: 48px;*/
    line-height: 1;
    font-weight: 700;
    margin: 0;
    color: #ffffff;

}

.section-benefits .slide-description{
    position: absolute;
    left: 10%;
    max-width: 450px;
}

.section-benefits .slide-video-wrapper-outer{
    left: -20%;
    width: 30%;
    align-self: center;
    /*width: 80%;*/
    position: relative;
    top: -20%;
}

.section-benefits .slide-video-wrapper{
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    padding-bottom: 80%;
}

.section-benefits .show-info{
    position: absolute;
    right: 1%;
    bottom: 50%;
    width: 110px;
    z-index: 10;}

.section-benefits .show-info-left{
    position: absolute;
    left: 1%;
    bottom: 50%;
    width: 110px;
    z-index: 10;
    transform: rotate(180deg);
}





.section-benefits #benefit_img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-height: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.section-benefits .d-none{
    display:none;
}

.fp-is-overflow>.fp-overflow {
    overflow-y: auto;
}

.fp-section,
.fp-overflow {
    max-height: 100vh !important;
    max-height: 100dvh !important;
    max-height: 100svh !important;
}


@media (max-width:768px) {
    .slide-content-position{
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }

    .section-benefits p{
        color: var(--var-color-white);
        font-size: 14px;
        line-height: 26px;
        font-weight: 400;
    }

    .section-benefits .text{
        margin-top:20px;
        margin-bottom: 20px;
        text-align: left;
    }

    .section-benefits .usp-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 10px;
        padding-right: 10px;
        height: 95%;
    }

    .section-benefits .slide-main-text{
        left: auto;
        position: static;
        z-index: 1;
        /*left: 5%;*/
        top: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: unset;
        max-width: none;
    }

    .section-benefits .slide-subheader{
        text-transform: uppercase;
        font-size: 16px;
        line-height: 1;
        font-weight: 700;
        margin: 0;
    }

    .section-benefits .slide-header{
        font-size: 30px;
        text-transform: uppercase;
        /*font-size: 48px;*/
        line-height: 1;
        font-weight: 700;
        margin: 0;
    }

    .section-benefits .slide-description{
        position: static;
        left: auto;
        max-width: 450px;
    }

    .section-benefits .slide-video-wrapper-outer{
        left: auto;
        width: auto;
        align-self: unset;
        /*width: 80%;*/
        position: relative;    }

    .section-benefits .slide-video-wrapper{
        overflow: hidden;
        position: relative;
        height: 100%;
        width: 100%;
        padding-bottom: 80%;
    }

    .section-benefits .show-info{
        display: block !important;
        position: absolute;
        right: 0;
        top: 55%;
        width: 76px;
        height: 76px;
        z-index: 1;
    }


    .section-benefits .show-info-left{
        display: block !important;
        position: absolute;
        left: 0;
        top: 55%;
        width: 76px;
        height: 76px;
        z-index: 1;
        transform: rotate(180deg);
    }

    .section-benefits #myVideo{
        position: absolute;
        top: auto;
        left: auto;
        width: auto;
        max-height: 90%;
        transform : none;
    }

    .section-benefits .d-none{
        display:none;
    }

    .btn-absolute {
        width: 90%;
        position: absolute;
        bottom: 10vh;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        z-index: 1;
    }
}




/* SECTION BENEFITS */








/* MODAL */

#modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    background: #ffffff;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0s 0.2s ease;
}

#modal.active {
    opacity: 1;
    visibility: visible;
}

#modal .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 10000;
}
#modal .disclaimer{
    color: #000000;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 20px;
    text-align: justify;
}


.close-button {
    max-width: 100%;
    position: absolute;
    top: 10px;
    right: 40px;
    width: 40px;
    height: 40px;
}


/* HERO MODAL */



#hero_modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    background: #ffffff;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0s 0.2s ease;
}

#hero_modal.active {
    opacity: 1;
    visibility: visible;
}

#hero_modal .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 10000;
}
#hero_modal .disclaimer{
    color: #000000;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 20px;
    text-align: justify;
}


.close-button {
    max-width: 100%;
    position: absolute;
    top: 10px;
    right: 40px;
    width: 40px;
    height: 40px;
}

@media (max-width:768px) {
    #hero_modal.active {
        width: 95%;
    }
}



/*HERO MODAL*/


/* SECTION FINANCE */

.section-finance ul{
    line-height: 40px;
}

.section-finance .content {
    justify-content: space-between;
    /*pointer-events: none;*/
}


.section-finance .bg_benefit_1{
    position: absolute;
    width: 55%;
    height: 90%;
    background-image: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.7)),url(../images/benefits_2.jpg);
    background-position: 50% 70%;
    background-size: cover;
    left: 0px;
    top: 0px;
    /*transition: transform 0.3s;  Dodaj przejście, aby efekt był płynny */
}

.section-finance .bg_benefit_1:hover {
    /*transform: scale(1.1);  Skaluj tło po najechaniu myszką */
}



.section-finance .bg_benefit_2{
    position: absolute;
    width: 50%;
    height: 90%;
    background-image: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.9)),url(../images/benefits_1.jpg);
    background-position: 50% 70%;
    background-size: cover;
    right: 0px;
    bottom: 0px;
    /*transition: transform 0.3s;  Dodaj przejście, aby efekt był płynny */
}

.section-finance .bg_benefit_2:hover {
    /*transform: scale(1.1);  Skaluj tło po najechaniu myszką */
}


.section-finance .centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-finance .title {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 56px;
    color: var(--var-color-white);
    margin-bottom: 12px;
}

.section-finance .subtitle {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    color: var(--var-color-white);
}

.section-finance .benefits {
    padding-top: 50px;
    display: flex;
    width: 90%;
    flex-direction: row;
    justify-content: center;
    color: var(--var-color-white);

}

.section-finance .benefit {
    width: 60%;
}

.section-finance .benefit_2 {

}

.section-finance .benefit_2 {
    /*float: right;*/
}



.section-finance .value {
    font-size: 7vmin;
    font-weight: 700;
}






@media (max-width:768px) {

    /* SECTION FINANCE */
    #benefits .section_container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .section-finance .content {
        justify-content: space-between;
        /*pointer-events: none;*/
    }


    .section-finance .bg_benefit_1{
        position: absolute;
        width: 0;
        height: 0;
        background-image: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.7)),url(../images/benefits_2.jpg);
        background-position: 50% 70%;
        background-size: cover;
        left: 0px;
        top: 0px;
        transition: transform 0.3s; /* Dodaj przejście, aby efekt był płynny */
    }





    .section-finance .bg_benefit_2{
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(rgba(0,0,0,.0),rgba(0,0,0,.7)),url(../images/benefits_1.jpg);
        background-position: 75% 50%;
        background-size: cover;
        right: 0px;
        bottom: 0px;
        transition: transform 0.3s; /* Dodaj przejście, aby efekt był płynny */
    }




    .section-finance .centered {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-finance .title {
        text-transform: uppercase;
        font-size: 8vmin;
    }

    .section-finance .subtitle {
        text-align: center;
        text-transform: uppercase;
        font-size: 4vmin;
    }

    .section-finance .benefits {
        padding-top: 25px;
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: center;
    }

    .section-finance .benefit {
        width: 100%;
    }

    .section-finance ul{
        font-size: 4vmin;
    }

    .section-finance .benefit_2 {

    }

    .section-finance .benefit_2 {
        /* float: right;*/
    }



    .section-finance .value {
        font-size: 7vmin;
        font-weight: 700;
    }

    /* SECTION BENEFITS */

    #fullpage .s-last-form .contact-form-inner .form-footer-last.animation.init{
        text-align: center;
        width: 100%;
        display: block;
        margin-bottom: 0px;
        /*margin-top: 28px;*/
    }

    #fullpage .s-last-form .contact-form-inner .form-footer-last.animation.init .btn-primary.btn-arrow{
        width: 100%;
    }

    #modal.active {
        height: 60%;
        width: 95%;
        opacity: 0.98;
        transition: opacity 0.5s;
        overflow: scroll;
    }

    #hero_modal.active {
        height: 60%;
        width: 95%;
        opacity: 0.98;
        transition: opacity 0.5s;
        overflow: scroll;
    }

    .section_container {
        max-width: 1200px;
        margin: 0 auto;
        height: 91vh;
        height: 91dvh;
        height: 91svh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 10vh;
        padding-bottom: 0vh;
        padding-left: 10px;
        padding-right: 10px;
        gap: 30px;
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .section_container {
        max-width: 1200px;
        margin: 0 auto;
        height: 91vh;
        height: 91dvh;
        height: 91svh;
        padding-top: 7vh !important;
        padding-top: 7svh !important;
        padding-top: 7dvh !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
        gap: 30px;
        overflow: hidden;
    }
}


@media (max-width:600px) {
    .form-heading{
        text-align: left;
        width: 80%;
    }
}

@media (max-width:500px) {
    #contactFormLast {
        padding: 14px 14px 14px;
    }

    #fullpage .s-last-form .form-heading{
        text-align: left;
    }

    #fullpage .s-last-form .form-content-col .form-field{
        margin-bottom: 20px;
    }

    #fullpage .s-last-form .form-footer-inner h6,
    #fullpage .s-last-form .form-content-col .form-field + h6{
        margin-top: 9px;
        margin-bottom: 9px;
    }

    #fullpage .s-last-form .form-heading {
        margin-bottom: 16px;
        margin-top: 0px;
    }

    #fullpage .input-field-placeholder {
        top: -17px;
        left: 0;
    }

    #fullpage .s-last-form .form-content-col p{
        margin-bottom: 8px;
    }

    /* #fullpage .s-last-form .input-field.input-name::after {
        width: 100%;
    }

    #fullpage .s-last-form .select-field::after {
        width: 100%;
    }

    #fullpage .s-last-form .input-field.input-phone::after {
        width: 100%;
    } */

    /* #fullpage .s-last-form .input-field.input-mail::after {
        width: 100%;
    } */

    .gallery_container {
        margin-top: 0px;
    }

    .section_container {
        padding-top: 7vh;
        padding-top: 7svh;
        padding-top: 7dvh;
        gap: 14px;
    }
    #fullpage .my-container {
        margin-top: 0%;
    }
    #fullpage .s-preform_1 .title h4{
        margin-bottom: 0;
    }
}

@media (max-width:400px) {
    #fullpage .fp-overflow form {
        height: auto;
    }
}

@media (max-width:1200px) {
    #modal.active{
        width: 95%;
    }
}

/*HIDE TITLE ON SMALL SCREENS*/

@media (max-height: 850px) {
    .hide-on-small-height {
        display: none;
    }
}
/*HIDE TITLE ON SMALL SCREENS*/

.webp #fullpage .s-preform_7 {
    background-image: url(../images/ds_mod/webp/AERO_0189-1.webp);
}

.no-webp #fullpage .s-preform_7  {
    background-image: url(../images/ds_mod/AERO_0189-1.jpg);
}


/* .webp #fullpage .s-preform_7 {
    background-image: url(../images/ds_mod/webp/section-6-mobile.webp);
    background-position: 50% 50%;
    background-size: auto;
    background-size: cover;
}

.no-webp #fullpage .s-preform_7 {
    background-image: url(../images/ds_mod/section-6-mobile.jpg);
    background-position: 50% 50%;
    background-size: auto;
    background-size: cover;
} */

#fullpage .s-preform_7 {
    background-position: 50% 50%;
}

.section_container_relative{
    position: relative;
    justify-content: end;
    height: 100vh;
}

.icon-logo{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) !important;
}

.h3-section-7{
    text-align: center;
    padding-bottom: 48px;
    gap: 0;
}

.h3-section-7 h3{
    font-size: 56px !important;
    font-weight: 500 !important;
    line-height: 67px !important;
    text-align: center;
    color: #fff;
}

.s-preform_7-icon-link{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 21px;
    border-bottom: 4px solid #fff;
    gap: 95px;
    max-width: 530px;
    margin: 0 auto;
    margin-bottom: 48px;
    z-index: 10;
}

.s-preform_7-icon-text{
    text-align: center;
    max-width: 625px;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    margin: 0 auto;
}

.s-preform_7-icon-text p{
    padding-bottom: 48px;
}

.s-preform_7-icon-text .btn-group{
    padding-bottom: 48px;
}

@media (max-width:1200px) {
    .s-preform_7-icon-text p,
    .s-preform_7-icon-text .btn-group,
    .h3-section-7{
        padding-bottom: 40px;
    }

    .s-preform_7-icon-link{
        margin-bottom: 40px;
    }

    .h3-section-7 h3{
        font-size: 48px !important;
        line-height: 57px !important;
    }

    .s-preform_7-icon-text{
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width:768px) {
    .s-preform_7-icon-link {
        border-bottom: 3px solid #fff;
        gap: 79px;
        max-width: 435px;
    }

    .s-preform_7-icon-link a img{
        max-height: 67px;
    }

    .webp #fullpage .s-preform_7 {
        background-image: url(../images/ds_mod/webp/AERO_0189_mobile.webp);
        background-position: 50% 50%;
        background-size: auto;
        background-size: cover;
    }

    .no-webp #fullpage .s-preform_7 {
        background-image: url(../images/ds_mod/AERO_0189_mobile.jpg);
        background-position: 50% 50%;
        background-size: auto;
        background-size: cover;
    }
    .section_container_relative{
        gap: 0;
    }

    .s-preform_7-icon-text .btn-group{
        padding-bottom: 68px;
    }

    .s-preform_7-icon-text{
        max-width: 580px;
    }

    .h3-section-7 h3{
        padding: 0 63px;
    }
}

@media (max-width:500px) {
    .h3-section-7 h3 {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .h3-section-7 h3 {
        padding: 0 0px;
    }
}

.hidden-section {
    display: none;
}
