@font-face {
    font-family: "Voyage";
    src: url("/wp-content/themes/kb_webstudio_theme/assets/css/Voyage-Bold.otf") format("opentype");
    font-weight: 600;
}

#ptiszuapp * {
	overflow-y: hidden;
}
	
.sekcja1 .crousel .cell.is-expanded .content {
	overflow: initial !important;
}

.sekcja7 {
	overflow: hidden;
}

*::-webkit-scrollbar {
  display: none;
	-ms-overflow-style: none;
  	scrollbar-width: none;
}

.screen-reader-text {
  display: none !important;
}

html,
body {
    font-family: "Poppins", sans-serif !important;
    box-sizing: border-box;
    overflow-x: hidden !important;
    background: rgba(255, 255, 255, 1);
    color: #000;
    z-index: 1;
	-ms-overflow-style: none;
  	scrollbar-width: none;
    min-height: inherit !important;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    outline: none;
    color: #000;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

* {
    font-family: "Poppins", sans-serif !important;
}

body {
    position: relative;
    background: #F3EEE7;
    color: #000;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    z-index:  1;
}

a {
    text-decoration: none !important;
}

strong,
b {
    font-weight: 500;
}

.btn {
    border-radius: 3000px;
    background: #E54F4D;
    box-shadow: 0px 6px 14px -6px rgba(66, 21, 20, 0.10), 0px 10px 32px -4px rgba(66, 22, 22, 0.10);
    display: flex;
    padding: 10px 55px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--beowy, #F3EEE7) !important;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 300ms;
}

.btn:hover {
    color: #E54F4D !important;
    background: #F3EEE7;
}

.container {
    position: relative;
    padding:  0 40px;
    width:  100%;
    max-width:  100%;
    margin:  0 auto;
}

.flex-container {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-container.align-center {
    -ms-flex-align: center;
    align-items: center;
}

.flex-container.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-container.no-center {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

[data-fancybox] {
    cursor: pointer;
}

.header .container {
	position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding-top: 60px;
}

.header .container .loader {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    transition: 1500ms;
    -webkit-transform:  translate(-50%, -70vh) rotate(0deg);
    transform: translate(-50%, -70vh) rotate(0deg);
}

.header.run-animation .container .loader {
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    transition: 1500ms;
    -webkit-transform:  translate(-50%, -50%) rotate(360deg);
    transform:  translate(-50%, -50%) rotate(360deg);
}

.header.run-animation.after-animation .container .loader {
    width: 600px;
    height: 600px;
    top: 50%;
    left: 50%;
    transition: 1500ms;
    -webkit-transform:  translate(-50%, -50%) rotate(0deg);
    transform:  translate(-50%, -50%) rotate(0deg);
}

.header.run-animation.after-animation.end-animation .container .loader {
    width: 600px;
    height: 600px;
    top: 50%;
    left: 50%;
    transition: 1500ms;
    -webkit-transform:  translate(-50%, -50%) rotate(0deg);
    transform:  translate(-50%, -50%) rotate(0deg);
    opacity: 0;
}

.header .container>svg {
    width: calc(100% - 80px);
    height: auto;
    position: absolute;
    left: 40px;
    bottom: 0;
    z-index: 0;
    transition: 1500ms;
    -webkit-transform:  translateY(100%);
    transform:  translateY(100%);
}

.header .container>svg.mobile {
    display: none;
}

.header.run-animation.after-animation.end-animation.show_bg .container>svg {
    -webkit-transform:  translateY(0%);
    transform:  translateY(0%);
}

.header .container p {
    position: absolute;
    font-family: "Voyage" !important;
    font-weight: 600;
    text-align: center;
    width: 860px;
    color: #E54F4D;
    font-size: 90px;
    opacity: 0;
    top: 55%;
    left: 50%;
    margin: 0 auto;
    -webkit-transform:  translate(-50%, -50%);
    transform:  translate(-50%, -50%);
    transition: 1500ms;
}

.header .container p img {
    display: inline-block;
    height: 90px;
    width: auto;
    margin: 0 20px;
    vertical-align: middle;
}

.header .container p img.mobile {
    display: none;
}

.header.run-animation.after-animation.end-animation.show_bg.show_p .container p {
    opacity: 1;
}

.header .container a.arrow {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50%;
    bottom: 60px;
    -webkit-transform:  translateX(-50%);
    transform:  translateX(-50%);
    transition: 1500ms;
    opacity: 0;
}

.header .container a.arrow svg,
.header .container a.arrow svg * {
    transition: 500ms;
}

.header .container a.arrow:hover svg rect {
    fill: #fff;
}

.header.run-animation.after-animation.end-animation.show_bg.show_p .container a.arrow {
    opacity: 1;
}

.header .container a.arrow img {
    width: 100%;
    height: 100%;
}

.footer .container {
    overflow: hidden;
    padding-top: 60px;
}

.footer .container>svg {
    width: 100%;
    height: auto;
    z-index: 0;
    transition: 1500ms;
}

.footer .container>svg.mobile {
    display: none;
}

.footer .container p {
    position: absolute;
    font-family: "Voyage" !important;
    font-weight: 600;
    text-align: center;
    width: 840px;
    color: #E54F4D;
    font-size: 90px;
    top: 60%;
    left: 50%;
    margin: 0 auto;
    -webkit-transform:  translate(-50%, -50%);
    transform:  translate(-50%, -50%);
    transition: 1500ms;
}

.footer .container p img {
    display: inline-block;
    height: 90px;
    width: auto;
    margin: 0 20px;
    vertical-align: middle;
}

.footer .container p img.mobile {
    display: none;
}

.footer .container a.btn {
    margin: 80px auto 0 auto;
    max-width: 260px;
}

.faq {
    padding: 30px 0;
}

.faq .question {
    padding: 20px 20px 20px 60px;
    border-radius: 50px;
    border: 2px solid #E74F4D;
    position: relative;
}

.faq .question + .question {
    margin-top: 20px;
}

.faq .question a {
    position: relative;
    display: block;
    color: var(--czerwony, #E54F4D);
    leading-trim: both;
    text-edge: cap;
    font-family: Voyage !important;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    padding-right: 60px;
    z-index: 9999999;
}

.faq .question a svg {
    width: 57px;
    height: 57px;
    position: absolute;
    top: 0;
    right: 0;
    transition: 500ms;
}

.faq .question.open a svg,
.faq .question.open a svg * {
    transition: 500ms;
}

.faq .question.open a svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq .question.open a svg rect {
    fill: #E54F4D;
}

.faq .question.open a svg path {
    fill: #ffffff;
}

.faq .question .content {
    opacity: 0;
    max-height: 0;
    transition: 750ms;
    overflow: hidden;
}

.faq .question.open .content {
    max-height: 1000vh;
    opacity: 1;
}

.faq .question .content p:first-of-type {
    margin-top: 40px;
}

.faq .question .content p {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 146%; 
}

.faq .question .content ul {
    list-style: none;
    padding: 40px 0 0 0;
    margin: 0 0 40px 0;
    gap: 20px;
}

.faq .question .content ul li {
    width: calc(33.3% - 10px);
    padding: 26px 45px 20px 44px;
    border-radius: 50px;
    border: 2px solid var(--czerwony, #E54F4D);

    color: #000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px; /* 125% */
    text-transform: uppercase;
}

.faq .question .content ul li span {
    display: block;
    border-radius: 5000px;
    background: #FBB5D4;
    padding: 21px 10px;
    color: var(--czerwony, #E54F4D);

    text-align: center;
    leading-trim: both;

    text-edge: cap;
    /* Medium_Header_Voyage */
    font-family: Voyage !important;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
    text-transform: none;
}

.faq .question .content ul li i {
    display: block;
    margin-top: 50px;
    overflow: hidden;
    color: var(--czerwony, #E54F4D);

    text-align: center;
    text-overflow: ellipsis;
    /* Body_txt */
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; 
}

.faq .question .content p svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.faq .question .content img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    transition: 500ms;
    z-index: 998;
}

.faq .question.open .content img {
    opacity: 1;
}

.sekcja5 {
    overflow: hidden;
}

.sekcja5 .container {
    overflow: hidden;
}

.sekcja5 svg {
    margin-bottom: -7px;
    width: 100%;
    height: auto;
}

.sekcja5 .mobile {
    display: none;
}

.sekcja5 img {
    width: 100%;
    margin-top: -0.5px
}

.sekcja3 .container {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 160px 40px 60px 40px;
}

.sekcja3 svg.bg {
    width: 100%;
    height: auto;
    z-index: 0;
    transition: 1500ms;
}

.sekcja3 svg.bttm {
    margin-top: -50px;
    width: 100%;
    height: auto;
    z-index: 0;
    background: none;
    transition: 1500ms;
}

.sekcja3 .bgmobile {
    display: none;
}

.sekcja3 .in {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sekcja3 h2 {
    position: relative;
    color: var(--czerwony, #E54F4D);
    margin: 50px auto 95px auto;
    text-align: center;
    leading-trim: both;

    text-edge: cap;
    /* Medium_Header_Voyage */
    font-family: Voyage !important;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 700px;
    z-index: 10;
}

.sekcja3 div.video {
    position: relative;
    width: 900px;
    height: 440px;
    display: block;
    margin: 50px auto;
    border-radius: 50px;
    border: 2px solid var(--czerwony, #E54F4D);
    background: #FFF;
    z-index: 10;
}

@media only screen and (max-height: 1050px) {
    .header .container p {
        top: 55%;
    }
}

@media only screen and (max-height: 1000px) {
    .sekcja3 div.video {
        width: 800px;
        height: 340px;
    }   

    .header .container p {
        top: 60%;
    }
}

@media only screen and (max-height: 850px) {
    .header .container p {
        top: 50%;
    }
}

.sekcja3 .btn {
    position: relative;
    margin: 0 auto;
    max-width: 210px;
    z-index: 10;
}

.sekcja4 {
margin-bottom: -4px;
position:relative;
z-index:999;
}

.sekcja4 h2 {
    color: var(--czerwony, #E54F4D);
    margin: 0 auto 95px auto;
    text-align: center;
    leading-trim: both;

    text-edge: cap;
    /* Medium_Header_Voyage */
    font-family: Voyage !important;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sekcja4 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 100px;
}

.sekcja4 ul li {
    position: relative;
    width: calc(20% - 50px);
}

.sekcja4 ul li div {
    transition: 300ms;
}

.sekcja4 ul li div:first-of-type {
    cursor: pointer;
}

.sekcja4 ul li div:first-of-type img {
    display: block;
    width: 115px;
    margin: 0 auto 12px auto;
}

.sekcja4 ul li div:first-of-type p {
    color: #000;
    width: 147px;
    margin: 0 auto;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 21px */
    text-transform: uppercase;
}

.sekcja4 ul li div:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    margin: 0 auto 12px auto;
}

.sekcja4 ul li div:last-child img {
    display: block;
    width: 52px;
    margin: 0 auto 12px auto;
}

.sekcja4 ul li div:last-child p {
    color: #000;
    margin: 0 auto;
    width: 165px;
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 138%; 
}

.sekcja4 ul li:hover div:first-of-type {
    opacity: 0;
}

.sekcja4 ul li:hover div:last-of-type {
    opacity: 1;
}

.sekcja7 h2 {
    color: var(--czerwony, #E54F4D);
    margin: 30px auto 70px auto;
    text-align: center;
    leading-trim: both;

    text-edge: cap;
    /* Medium_Header_Voyage */
    font-family: Voyage !important;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sekcja7>svg {
    width: 100%;
    height: auto;
}

.sekcja7>svg:first-of-type {
    position: relative;
    bottom: -60px;
}

.sekcja7>svg:last-of-type {
    position: relative;
    top: 0;
}

.sekcja7 .in {
    background: #B6D5E9;
}

.sekcja7 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 17px;
}

.sekcja7 ul li {
    position: relative;
    width: calc(33.3% - 10px);
    border-radius: 50px;
    padding: 35px 50px;
    border: 2px solid var(--czerwony, #E54F4D);
}

.sekcja7 ul li p {
    margin: 0;
    color: #000;

    text-align: center;
    /* Body_txt */
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    max-width: 340px;
}


.sekcja7 ul li .imgbg {
    opacity: 0;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 48px;
    background: rgba(0, 0, 0, 0.4);
    transition: 500ms;
    z-index: 9998;
}

.sekcja7 ul li svg {
    position: absolute;
    bottom: 25px;
    right: 25px;
    cursor: pointer;
    z-index: 99999;
}

.sekcja7 ul li svg:hover + .imgbg {
    opacity: 1;
}

.sekcja7 ul li .imgbg img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200px;
    height: auto;
}

.ruchomy_pasek.pasek-container {
    padding: 10px 0;
}

.ruchomy_pasek.pasek-container .marquee__inner div {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 12px;
    margin-right: 12px;
}

.ruchomy_pasek.pasek-container .marquee__inner div>span:first-of-type {
    padding: 0 32px 0 32px;
    border-radius: 2000px;
    border: 2px solid var(--czerwony, #E54F4D);
    background: #F3EEE8;

    display: flex;
    align-items: center;
    text-align: center;

    white-space: nowrap;

    color: var(--czerwony, #E54F4D);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 50px;
    text-transform: uppercase;
}

.ruchomy_pasek.pasek-container .marquee__inner div span span {
    color: var(--czerwony, #E54F4D);
    text-align: center;
    font-family: Voyage !important;
    font-size: 35px;
    line-height: 40px;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.ruchomy_pasek.pasek-container .marquee__inner div span + span {
    display: block;
    border-radius: 2000px;
    background: #B6D5E9;
    height: 100%;
    width: 117px;
}

.ruchomy_pasek.pasek-container .marquee__inner div svg + span {
    display: block;
    border-radius: 2000px;
    background: #FFE699;
    height: 100%;
    width: 117px;
}

.ruchomy_pasek.pasek-container .marquee__inner div span + span + span {
    display: block;
    border-radius: 2000px;
    background: #FFE699;
    height: 54px;
    width: 54px;
}

.ruchomy_pasek.marquee {
    position: relative;
    overflow: hidden;
    --offset: 100vw; /* Adjusted value to ensure visibility */
    --move-initial: calc(-100% + var(--offset));
    --move-final: calc(0% + var(--offset));
}

.ruchomy_pasek.marquee .marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee2 660s linear infinite;
    animation-play-state: running;
}

@keyframes marquee2 {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }
    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}

/* Dodaj nowe definicje CSS dla drugiego paska */
.ruchomy_pasek.marquee.two {
    --move-initial: calc(0% - var(--offset));
    --move-final: calc(-100% - var(--offset));
}

.ruchomy_pasek.marquee.two .marquee__inner {
    animation: marquee2-reverse 520s linear infinite;
}

@keyframes marquee2-reverse {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }
    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}

.video_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.75);
}

.video_bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90vw;
    max-height: 90vh;
    width: 980px;
}

.video_bg .close {
    position: absolute;
    top: 5%;
    right: 5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FAB5D4;
    font-size: 32px;
    font-weight: bold;
    z-index: 9999999;
}

.sekcja1 {
    padding: 60px 0 30px 0;
}

.sekcja1 .column {
    width:  550px;
}

.sekcja1 .column + .column {
    width: calc(100% - 550px);
}

.sekcja1 h2 {
    color: var(--czerwony, #E54F4D);
    width: 345px;
    leading-trim: both;
    margin: 0;
    text-edge: cap;
    /* Medium_Header_Voyage */
    font-family: Voyage !important;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sekcja1 .crousel {
    margin-top: 25px;
    overflow-y: hidden !important;
}

.sekcja1 .crousel * {
    transition: 300ms;
}

.sekcja1 .crousel .cell {
    position: relative;
    border-radius: 4000px;
    background: #F3EEE7;
    width: 102px;
    border: 2px solid #E54F4D;
    padding: 20px;
    margin-right: 20px;
    display: flex;
    transition: width 300ms;
    overflow: hidden;
}

.sekcja1 .crousel .cell.is-expanded {
    border-radius: 40px;
    width: 545px;
    z-index: 9999;
}

.sekcja1 .crousel .cell .content {
    opacity: 0;
    width: 0;
    position: relative;
    padding-right: 0;
    height: 450px;
}

.sekcja1 .crousel .cell.is-expanded .content {
    width: auto;
    transition: width 500ms;
    opacity: 1;
}

.sekcja1 .crousel .cell .content .in {
    height: calc(100% - 30px);
}

.sekcja1 .crousel .cell .content p.title {
    color: #000;
    width: 420px;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px; /* 125% */
    text-transform: uppercase;
    margin: 30px auto 0 auto;
}

.sekcja1 .crousel .cell .content p.title.mobile {
    display: none;
}

.sekcja1 .crousel .cell .content p.desc {
    color: #000;
    width: 250px;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 138%; 
    margin: 15px 0 50px 0;
}

 .highlight {
    display: inline-block;
    position: relative;
}

 .highlight:after {
    position: absolute;
    content:  " ";
    width: 110%;
    left: -6px;
    bottom: 4px;
    height: 11px;
    background: #FBB5D4;
    display: block;
    z-index: 998;
 }

 .highlight span {
    position: relative;
    z-index: 9999;
 }

.sekcja1 .arrows {
    justify-content: end;
    margin: 25px auto 0 auto;
}

.sekcja1 .arrows span {
    color: var(--czerwony, #E54F4D);
    margin: 0 15px;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 126%; /* 18.9px */
    letter-spacing: -0.33px;
}

.sekcja1 .arrows a svg {
    width: 21px;
    height: 18px;
}

.sekcja1 .crousel .cell .content a {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 210px;
    font-size: 18px;
}

.sekcja1 .crousel .cell .content img.mobile {
    display: none;
}

.sekcja1 .crousel .cell .content img {
    position: absolute;
    max-width: 335px;
    max-height: 380px;
    right: -101px;
    bottom: -23px;
}

.sekcja1 .crousel .cell .head {
    display: block;
    cursor: pointer;
    z-index: 999999999;
    position: relative;
}

.sekcja1 .crousel .cell .head svg {
    display: block;
    width: 57px;
    height: 57px;
    transition: 500ms;
}

.sekcja1 .crousel .cell .head svg * {
    transition: 500ms;
}

.sekcja1 .crousel .cell.is-expanded .head svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sekcja1 .crousel .cell.is-expanded  .head svg rect {
    fill: #E64F4D;
}

.sekcja1 .crousel .cell.is-expanded  .head svg path {
    fill: #FFFFFF;
}

.sekcja1 .crousel .cell .head>span {
    position: relative;
    display: block;
    width: 57px;
    margin-top: 40px;
    height: 355px;
    transition: 500ms;
}

.sekcja1 .crousel .cell .head span span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 355px;
    color: #000;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px; /* 126.667% */
    text-transform: uppercase;
}

.sekcja1 .crousel .cell.is-expanded .head>span {
    opacity: 0;
}

.sekcja6 {
    margin-top: 50px;
    padding: 0 0 30px 0;
}

.sekcja6 .column {
    width:  550px;
}

.sekcja6 .column + .column {
    width: calc(100% - 550px);
}

.sekcja6 h2 {
    color: var(--czerwony, #E54F4D);
    width: 345px;
    leading-trim: both;
    margin: 0;
    text-edge: cap;
    /* Medium_Header_Voyage */
    font-family: Voyage !important;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sekcja6 .crousel_six {
    margin-top: 25px;
    overflow-y: hidden !important;
}

.sekcja6 .crousel_six * {
    transition: 300ms;
}

.sekcja6 .crousel_six .cell {
    overflow: hidden;
    white-space: normal;
}

.sekcja6 .arrows {
    justify-content: end;
    margin: 25px auto 0 auto;
}

.sekcja6 .arrows span {
    color: var(--czerwony, #E54F4D);
    margin: 0 15px;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 126%; /* 18.9px */
    letter-spacing: -0.33px;
}

.sekcja6 .arrows a svg {
    width: 21px;
    height: 18px;
}

.sekcja6 .crousel_six {
	overflow-x: auto;
    width: 100%;
	white-space: nowrap;
}

.sekcja6 .crousel_six .content {
	display: inline-block;
    white-space: nowrap;
}

.sekcja1 .crousel {
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
}

.sekcja1 .crousel .content {
    display: inline-block;
    white-space: nowrap;
}

.sekcja1 .crousel .content .cell,
.sekcja1 .crousel .cell .content {
    white-space: normal;
}

.sekcja1 .crousel .content .outer-cell {
    display: inline-block;
}

.sekcja6 .crousel_six .cell {
	position:relative;
    display: inline-block;
    padding: 30px 45px;
    border-radius: 50px 5000px 5000px 50px;
    border: 2px solid var(--czerwony, #E54F4D);
}

.sekcja6 .crousel_six .cell p.title {
    color: #000;
    /* Medium_Header_Poppins */
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px; /* 133.333% */
    text-transform: uppercase;
    margin: 0 auto;
}

.sekcja6 .crousel_six .cell p.title.mobile {
    display: none;
}

.sekcja6 .crousel_six .cell p.desc {
    color: #000;
    margin: 30px auto 25px auto;
    leading-trim: both;

    text-edge: cap;
    /* Small_Header_Poppins */
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px; /* 125% */
    text-transform: uppercase;
}

.sekcja6 .crousel_six .cell a span {
    color: #000;
    display: block;
    leading-trim: both;

    text-edge: cap;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 170% */
    text-transform: uppercase;
    transition: 300ms;
}

.sekcja6 .crousel_six .cell a + a {
    margin-top: 5px;
}

.sekcja6 .crousel_six .cell a {
    display: inline-block;
    position: relative;
}

.sekcja6 .crousel_six .cell a:hover span,
.sekcja6 .crousel_six .cell a.active span {
    color: #E54F4D;
}

.sekcja6 .crousel_six .cell a:before {
    position: absolute;
    content:  " ";
    width: 0;
    left: -6px;
    bottom: 4px;
    height: 11px;
    background: #FBB5D4;
    display: block;
    z-index: 998;
    transition: 300ms;
}

.sekcja6 .crousel_six .cell a.active:before {
    width: 110%;
}

.sekcja6 .crousel_six .cell a span {
    position: relative;
    z-index: 9999;
}

.sekcja6 .crousel_six .flex-container {
    gap: 25px;
}

.sekcja6 .crousel_six .cell {
    margin-right: 20px;
}

.sekcja6 .crousel_six .cell .flex-container {
    min-height: 400px;
}

.sekcja6 .crousel_six .column {
    width: 300px;
}

.sekcja6 .crousel_six .column + .column {
    width: 345px;
}

.sekcja6 .crousel_six .column .opcje {
    position: relative;
    width: 345px;
    height: 100%;
}

.sekcja6 .crousel_six .column .opcje img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sekcja6 .crousel_six .column p.point {
    color: #000;

    leading-trim: both;

    text-edge: cap;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 150% */
    text-transform: uppercase;
	margin: 10px 0;
}

.sekcja6 .crousel_six .column p.point svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.sekcja6 .crousel_six .cell:nth-child(even) {
    display: inline-block;
    padding: 30px;
    border-radius: 5000px 50px 50px 5000px;
    border: 2px solid var(--czerwony, #E54F4D);
}

.sekcja6 .crousel_six .cell:nth-child(even) .column:first-child {
    order: 2;
    text-align: right;
} 

.sekcja6 .crousel_six .cell:nth-child(even) .column:last-child {
    order: 1;
} 

.sekcja6 .crousel_six .column .dots {
    position: absolute;
    bottom: 65px;
    right: 50%;
    gap: 10px;
    min-height: auto;
}

.sekcja6 .crousel_six .column .dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 4000px;
    background: var(--czerwony, #E54F4D);
    transition: 500ms;
    cursor: pointer;
}

.sekcja6 .crousel_six .column .dots .dot.active {
    width: 20px;
    height: 10px;
}

.sekcja6 .crousel_six .cell:nth-child(even) .dots {
    left: 55%;
    right: auto;
}

@media only screen and (max-width: 996px) {
    .ruchomy_pasek.pasek-container {
        padding:  8px 0;
    }

    .ruchomy_pasek.pasek-container .marquee__inner span {
        font-weight: 700;
        font-size: 9.75px;
        line-height: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 0.02em;
    }

    .ruchomy_pasek.pasek-container .marquee__inner span img { 
        width:  10px;
        height:  10px;
        margin:  0 45px;
        top:  0;
    }
}

@media only screen and (max-width: 1350px) {
    .sekcja3 div.video {
        width: 700px;
        height: 340px;
    }

    .sekcja3 h2 {
        margin-bottom: 50px;
        max-width: 550px;
        font-size: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .header .container p { 
        font-size: 60px;
    }

    .sekcja3 div.video {
        width: 500px;
        height: 290px;
    }
}

@media only screen and (max-width: 1100px) {
    .container {
        padding: 0 20px;
    }

    .footer .container {
        height: 60vh;
        margin-bottom: -20px;
    }

    .header .container p img {
        display: none;
    }

    .header .container p img.mobile {
        display: inline-block;
    }

    .header.run-animation.after-animation .container .loader,
    .header.run-animation.after-animation.end-animation .container .loader { 
        width: 85vw;
        height: 85vw;
    }

    .footer .container>svg.pc,
    .header .container>svg.pc {
        display: none;
    }

    .footer .container>svg.mobile,
    .header .container>svg.mobile {
        display: block;
    }

    .footer .container>svg {
        position: absolute;
        width: calc(100% + 40px) !important;
    }

    .header.run-animation.after-animation.end-animation.show_bg .container>svg.mobile {
        display: block;
        width: 100%;
        height: auto;
        -webkit-transform: translate(-40px, 120px) !important;
        transform: translate(-40px, 120px) !important;
    }

    .footer .container>svg.mobile {
        display: block;
        width: 100%;
        height: auto;
        -webkit-transform: translate(-40px, 30px) !important;
        transform: translate(-40px, 30px) !important;
    }

    .footer .container p,
    .header .container p { 
        font-size: 37px;
        width: calc(100% - 40px);
    }

    .footer .container p {
        top: 65%;
    }

    .header .container p img {
        max-height: 50px;
        margin: 0 10px;
    }

    .footer .container a.btn {
        margin: 60px auto 0 auto;
    }

    .faq .question {
        padding: 20px 20px;
        border-radius: 40px;
    }

    .faq .question a {
        color: var(--czerwony, #E54F4D);
        leading-trim: both;
        text-edge: cap;
        /* Small_Header_Voyage */
        font-family: Voyage;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }

    .faq .question .content p {
        position: relative;
        color: #000;
        font-family: Poppins;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: 138%; 
        padding-left: 35px;
    }

    .faq .question .content p svg {
        position: absolute;
        width: 25px;
        height: 25px;
        top: -6px;
        left: 0;
    }

    .faq .question a svg {
        width: 45px;
        height: 45px;
        right: 0px;
    }
	
	.sekcja1 .crousel .cell.is-expanded .content {
		overflow: initial !important;
	}

    .faq .question.open a svg {
        width: 45px;
        height: 45px;
        right: 0px;
    }

    .faq .question a {
        padding-right: 70px;
    }

    .faq .question .content ul {
        flex-wrap: wrap;
    }

    .faq .question .content ul li {
        color: #000;
        width: 100%;
        text-align: center;
        leading-trim: both;

        text-edge: cap;
        /* Mobil_Small_Header_Poppins */
        font-family: Poppins;
        font-size: 15px;
        padding: 25px;
        font-style: normal;
        font-weight: 300;
        line-height: 19px; /* 126.667% */
        text-transform: uppercase;
        min-height: 220px;
    }

    .faq .question .content ul li span {
        display: block;
        color: var(--czerwony, #E54F4D);
        text-align: center;
        leading-trim: both;

        text-edge: cap;
        /* Mobil_Medium_Voyage */
        font-family: Voyage;
        font-size: 34px;
        padding: 10px 10px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: none;
    }

    .faq .question .content ul li i {
        overflow: hidden;
        color: var(--czerwony, #E54F4D);

        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: Poppins;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%;
    }

    .faq .question .content img {
        position: relative;
        margin-bottom: -25px;
        right: -80px;
        width: 100%;
    }

    .footer .container {
        padding-top: 0;
    }

    .footer .container p {
        top:  55%;
    }

    .sekcja5 .container {
        padding: 0;
    }

    .sekcja5 svg {
        width: auto;
    }

    .sekcja5 .mobile {
        display: block;
    }

    .sekcja5 .pc {
        display: none;
    }

    .sekcja4 h2 {
        color: var(--czerwony, #E54F4D);
        margin-bottom: 50px;
        text-align: center;
        leading-trim: both;

        text-edge: cap;
        /* Mobil_Medium_Voyage */
        font-family: Voyage;
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .sekcja4 ul {
        gap: 30px;
        flex-wrap: wrap;
    }

    .sekcja4 ul li {
        position: relative;
        width: calc(50% - 15px);
        margin-bottom: 15px;
    }

    .sekcja7 h2 {
        color: var(--czerwony, #E54F4D);
        margin-bottom: 40px;
        text-align: center;
        leading-trim: both;

        text-edge: cap;
        font-family: Voyage;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .sekcja7>svg {
        width: auto;
    }

    .sekcja7 ul {
        flex-wrap: wrap;
    }

    .sekcja7 ul li {
        width: 100%;
        padding: 20px;
        min-height: 240px;
    }

    .sekcja7 ul li p {
        font-size: 13px;
    }

    .sekcja3 h2 {
        margin-bottom: 40px;
        font-size: 32px;
    }

    .sekcja3 .container {
        padding-bottom: 0;
        padding-top: 0;
    }

    .sekcja3 div.video {
        width: 90%;
        border-radius: 40px;
        height: 192px;
    }

    .sekcja3 .in {
        top: 45%;
    }

    .sekcja3 .bg {
        display: none;
    }

    .sekcja3 .bgmobile {
        display: block;
        width: calc(100% + 80px);
        margin-left: -40px;
    }

    .sekcja3 svg.bttm {
        width: auto;
        margin-left: -40px;
    }

    .sekcja1 {
        padding: 30px 0;
    }

    .sekcja1 h2 {
        color: var(--czerwony, #E54F4D);
        margin-top: 0;
        margin-bottom: 0;
        leading-trim: both;

        text-edge: cap;
        /* Mobil_Medium_Voyage */
        font-family: Voyage;
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .sekcja1 .flex-container {
        flex-wrap: wrap;
    }

    .sekcja1 .column {
        width: 100% !important;
    }

    .sekcja1 .crousel {
        margin-top: 40px;       
    }

    .sekcja1 .crousel .cell {
        width: 90px;
    }

    .sekcja1 .crousel .cell .head svg { 
        width: 47px;
        height: 47px;
    }

    .sekcja1 .crousel .cell .head>span {
        height: 311px;
        margin-top: 37px;
        width: 47px;
    }

    .sekcja1 .crousel .cell .head>span span {
        font-size: 15px;
        width: 311px;
    }

    .sekcja1 .crousel .cell .content {
        height: 400px;
    }

    .sekcja1 .crousel .cell .content p.title.pc {
        display: none;
    }

    .sekcja1 .crousel .cell .content p.title.mobile {
        display: block;
    }

    .sekcja1 .crousel .cell .content img.pc {
        display: none;
    }

    .sekcja1 .crousel .cell .content img.mobile {
        display: block;
        max-width: 250px;
        max-height: 250px;
        right: -75px;
        bottom: 60px;
    }

    .sekcja1 .crousel .cell.is-expanded {
        width: 320px;
    }

    .sekcja1 .crousel .cell .content p.title {
        line-height: 25px;
        font-size: 19px;
        width: 230px;
    }

    .sekcja1 .crousel .cell .content p.desc {
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: 138%;
        width: 200px;
    }

    .sekcja1 .crousel .cell .content a {
        font-size: 15px;
        width: 134px;
    }

    .sekcja6 {
        padding: 30px 0;
    }

    .sekcja6 h2 {
        color: var(--czerwony, #E54F4D);
        margin-top: 0;
        margin-bottom: 0;
        leading-trim: both;

        text-edge: cap;
        /* Mobil_Medium_Voyage */
        font-family: Voyage;
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .sekcja6 .flex-container {
        flex-wrap: wrap;
    }

    .sekcja6 .column {
        width: 100% !important;
    }

    .sekcja6 .crousel {
        margin-top: 40px;       
    }

   .sekcja6 .crousel_six .cell {
        border-radius: 500px 500px 10px 10px !important;
        border: 2px solid #E54F4D;
        width: 285px;
        padding: 28px;
        min-height: 550px;
    }

    .sekcja6 .crousel_six .cell .column:first-child {
        order: 2;
        text-align: right;
    } 

    .sekcja6 .crousel_six .cell .column:last-child {
        order: 1;
    } 

    .sekcja6 .crousel_six .column .opcje img {
        max-width: 215px;
        max-height: 215px;
    }

    .sekcja6 .crousel_six .column + .column {
        position: relative;
        width: 215px;
        height: 215px;
    }

    .sekcja6 .crousel_six .cell p.title.pc {
        display: none;
    }

    .sekcja6 .crousel_six .cell p.title.mobile {
        display: block;
        color: #000;

        text-align: center;
        /* Mobil_Medium_header_Poppins */
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 25px; /* 125% */
        text-transform: uppercase;
        text-align: center;
    }

    .sekcja6 .crousel_six .cell p.desc {
        color: #000;
        margin: 20px auto 20px auto;
        color: #000;

        text-align: center;
        leading-trim: both;

        text-edge: cap;
        /* Mobil_Small_Header_Poppins */
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 19px; /* 126.667% */
        text-transform: uppercase;
        text-align: center;
    }

    .sekcja6 .crousel_six .column p.point {
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 19px; /* 126.667% */
        text-transform: uppercase;
    }

    .sekcja6 .crousel_six .column p:empty {
        display: none;
    }

    .sekcja6 .crousel_six .cell .column:first-child {
        text-align: center;
    }

    .sekcja6 .crousel_six .column p.point svg {
        width: 15px;
        height: 15px;
    }

    .sekcja6 .crousel_six .links {
        text-align: center;
    }

    .sekcja6 .highlight:after {
        bottom: 0;
    }

    .sekcja6 .crousel_six .cell a span {
        text-align: center;
        height: 17px;
        color: #000;

        text-align: center;
        leading-trim: both;

        text-edge: cap;
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px; /* 126.667% */
        text-transform: uppercase;
    }

    .sekcja6 .crousel_six .cell a:before {
        bottom: -3px;
    }

    .sekcja6 .crousel_six .column .opcje {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
    }

    .sekcja6 .crousel_six .column .dots {
        position: absolute;
        bottom: -20px;
        left: 50%;
        right: auto;
        gap: 10px;
        min-height: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .sekcja6 .crousel_six .column .dots .dot {
        width: 8px;
        height: 8px;
    }

    .sekcja6 .crousel_six .column .dots .dot.active {
        height: 8px;
    }

    .sekcja6 .crousel_six .column:first-child {
        margin-top: 20px;
    }
    
    .header .container a.arrow {
    	bottom:120px;
    }
}