/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 18 cze 2025, 14:43:06
    Author     : katia lapko
*/
:root {
    --shadow-dark-blue:
        0px 36px 36px 0px rgba(4, 17, 129, 0.38),
        0px 15.04px 15.04px 0px rgba(4, 17, 129, 0.27),
        0px 8.041px 8.041px 0px rgba(4, 17, 129, 0.23),
        0px 4.508px 4.508px 0px rgba(4, 17, 129, 0.19),
        0px 2.394px 2.394px 0px rgba(4, 17, 129, 0.15),
        0px 0.996px 0.996px 0px rgba(4, 17, 129, 0.11);
    --shadow-long:
        0px 36px 36px 0px rgba(9, 88, 246, 0.38),
        0px 15.04px 15.04px 0px rgba(9, 88, 246, 0.27),
        0px 8.041px 8.041px 0px rgba(9, 88, 246, 0.23),
        0px 4.508px 4.508px 0px rgba(9, 88, 246, 0.19),
        0px 2.394px 2.394px 0px rgba(9, 88, 246, 0.15),
        0px 0.996px 0.996px 0px rgba(9, 88, 246, 0.11);
}
body {
    font-family: "Open Sans";
    background: url(/img/sdw/tlo_desktop.jpg) center top no-repeat, #04E1DC;
    position: relative;
}
.header {
    overflow-x: clip;
    position: relative;
}
.header-arrow {
    position: absolute;
    top: 140px;
    left: 52%;
}
.header-img {
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    top: -165px;
}
.header__title {
    transform: rotate(-9.144deg);
    color: #FFF;
    text-align: center;
    text-shadow: 3px 3px 0px #041181;
    font-size: 67px;
    line-height: 100%;
    margin-bottom: 35px;
    margin-top: 78px;
    margin-left: 220px;
}
.header__title span {
    color: #04E1DC;
}
.header__content {
    font-family: Slackey;
}
.header__subtitle {
    position: relative;
    transform: rotate(-9.933deg);
    color: #041181;
    text-align: center;
    text-shadow: 2.29px 2.29px 0px #04E1DC;
    font-size: 55px;
    line-height: 100%;
    margin-bottom: 120px;
}
.header__subtitle span.big {
    font-size: 96px;
    line-height: 100%;
}
.header__subtitle span.white {
    text-shadow: 2.29px 2.29px 0px #041181;
    color: #FFF;
}
.line {
    position: absolute;
    bottom: -60px;
    right: 0;
    transform: rotate(10deg);
}
.header__container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    left: -110px;
}
.logo {
    position: absolute;
    top: 82px;
    left: 85px;
}
.bg-container {
    box-shadow: var(--shadow-dark-blue);
    max-width: 960px;
    width: 100%;
    position: relative;
    border-radius: 18px;
    background: #041181;
    padding: 64px 48px 48px;
    margin-inline: 24px;
}
.szyfr {
    position: absolute;
    top: -100px;
    left: 155px;
    max-width: 236px;
}
.arrow {
    position: absolute;
    top: -80px;
    left: 80px;
}
.title, .title-play {
    color: #FFF;
    text-align: center;
    font-family: Blinker;
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
    position: relative;
    z-index: 3;
}
.main-title {
    margin-bottom: 32px;
    color: #FFF;
    position: relative;
    z-index: 2;
    text-align: center;
    font-family: Blinker;
    font-size: 42px;
    font-weight: 700;
    line-height: 95%;
    z-index: 3;
}
.kafli-container {
    height: 220px;
    margin: 34px 0 64px;
    position: relative;
    z-index: 2 !important;
}

.kafli-swiper {
    overflow: visible !important;
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%) !important;
    z-index: 1;
}
.section-play {
    overflow-x: clip;
}
.los-prize {
    position: relative;
    color: #041181;
    border-radius:  18px;
    border:  2px solid #FFF;
    width:  270px;
    cursor: pointer;
    height: 220px;
    padding:  24px  24px  24px 34px;
}
.los-container-box {
    z-index: 2;
    width: fit-content !important;
}
.los-container-box:has(.priceItemChecked) {
    z-index: 1;
}
.los-container-box:has(.priceItemChecked)::after {
    border-radius: 497px;
    width: 429px;
    height: 497px;
    filter: blur(50px);
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.los-container-box:has(#b3.priceItemChecked)::after {
    background:  #94C641;
}
.los-container-box:has(#b1.priceItemChecked)::after  {
    background: #FC0;
}
.los-container-box:has(#b2.priceItemChecked)::after  {
    background: #C71882;
}
.los-container-box:has(#b4.priceItemChecked)::after  {
    background: #04E1DC;
}
.los-prize::before {
    content: '';
    pointer-events: none;
    position: absolute;
    width: 63px;
    z-index: 2;
    height: 63px;
    background: url(/img/sdw/checkbox2.svg) center no-repeat;
    bottom: 20px;
    right: 20px;
}
.priceItemChecked.los-prize::before {
    background: url(/img/sdw/checkbox.svg) center no-repeat;
}
#b1 {
    background: #FC0;
}
#b2 {
    color: #FFF;
    background: linear-gradient(95deg, #ED125F 0.28%, #BD1A8D 100%);
}
#b3 {
    background:  #94C641;
}
#b4 {
    background: url(/img/sdw/clouds.png) center left no-repeat, #04E1DC;
}
.losy {
    display: none;
}
.label-losy {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    position: relative;
}
.label-icon {
    font-weight: 600;
    font-size: 16px;
    line-height: 115%;
    width: fit-content;
    position: relative;
}
.label-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    transform: rotate(352deg);
    top: 8px;
    left: 0px;
    z-index: 2;
    background: #041181;
}
#b2 .label-icon::after {
    background: #FFF;
}
.losy-number {
    font-family: Blinker;
    font-size: 48px;
    font-weight: 700;
    line-height: 84%
        ;
}
.losy-text {
    text-transform: uppercase;
    font-family: Blinker;
    font-size:  24px;
    font-weight: 700;
    line-height: 80%;
}
.label-action {
    color: #FFF;
    font-size: 14px;
    padding: 3px 16px;
    position: absolute;
    font-weight: 800;
    line-height: 145%;
    border-radius: 32px 32px 32px 0px;
    border: 2px solid #FFF;
    border-left: none;
    background: #041181;
    top: -2px;
    left: 0;
}
#b2 .label-action {
    border-radius: 32px 32px 0px 32px;
    border-left: 2px solid #FFF;
    left: auto;
    border-right: 0;
    right: 0;
}
.label-price, .losy-change {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 145%;
}
.losy-change {
    line-height: 115%;
}
.losy-change {
    margin-top: 0;
    font-weight: 700;
}
.flamingo {
    position: absolute;
    bottom: 0;
    right: 0;
}
.modal-customize {
    position: absolute;
    display: none;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 135%;
    padding: 24px;
    width: 100%;
    bottom: 0;
    height: 253px;
    border-radius: 16px;
    border: 3px solid #FFF;
    background: rgba(27, 39, 140, 0.75);
    backdrop-filter: blur(12px);
    letter-spacing: -0.32px;
    z-index: 10;
}
.popupButton {
    margin-top: 32px;
    padding: 24px 32px;
    cursor: pointer;
    border-radius:48px;
    border:  2px solid #FFF;
    background: #E4017F;
    box-shadow:var(--shadow-long);
    font-family: Blinker;
    font-size: 22px;
    font-weight: 700;
    line-height: 70%;
}
.remember {
    color: var(--Color-7, #041181);
    text-align: center;
    font-family: Blinker;
    font-size:  24px;
    margin: 74px auto 32px;
    font-weight: 700;
    line-height: 120%;
}
.payment-container {
    display: flex;
    gap: 48px;
    position: relative;
    z-index: 2;
    margin-bottom: 75px;
}
.payment-widget {
    position: relative;
}
.title-play {
    margin-bottom: 16px;
}
.dane, .payments {
    flex: 1;
}
.dane .flex-wrap {
    gap: 14px;
}
legend {
    color:  #FFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 5px;
}
.forminput {
    width: 100%;
    height: 58px;
    padding: 13px 16px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    border-radius:  7px;
    border: 2px solid #FFF;
    background:#FFF;
}
.forminput::placeholder {
    color:  #9C9C9C;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
}
.forminput.error {
    color: #FE2B54;
    border-color: #FE2B54;
}
.forminput.error::placeholder {
    color: #FE2B54;
}
.forminput.success {
    border-color: #00C45F;
}
.checkValid {
    position: absolute;
    right: 15px;
    top: 40px;
}
.displayNone {
    display: none;
}
.fieldset-input {
    position: relative;
}
.help-block {
    margin-bottom: 5px;
    color: #FFF;
    font-size: 13px;
    line-height: 145%;
}
.with-errors {
    display: none;
}
fieldset, .form-group {
    width: 100%;
}
.payment-regulamin {
    color: #FFF;
    text-align: center;
    font-size: 13px;
    line-height: 145%;
    margin-top: 14px;
}
.payment-tab {
    border-radius: 8px 8px 0px 0px;
    padding: 10px;
    background: #1B278C;
    flex: 1;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.payment-tab.active {
    background:  #36419A;
    border-radius: 16px 16px 0px 0px;
}
.payment-tabs {
    display: flex;
    gap: 8px;
}
.payment-content {
    border-radius: 0px 0px 16px 16px;
    background: #36419A;
    padding: 16px 24px 32px;
}
.payment-button {
    padding: 24px 32px;
    width:100%;
    border-radius:48px;
    border:  2px solid #FFF;
    /*    background:  #04E1DC;*/
    cursor: pointer;
    color: #FFF;
    background: #E4017F;
    box-shadow: var(--shadow-long);
    /*    color: #041181;*/
    text-align: center;
    font-family: Blinker;
    font-size: 22px;
    font-weight: 700;
    line-height: 70%;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.p24-button {
    margin-top: 16px;
}
.timer-box {
    color: #FFF;
    text-align: center;
    display: flex;
    justify-content: center;
    gap:30px;
}
.timer > div {
    font-family: "Roboto Mono";
    font-size: 56.544px;
    font-weight: 700;
    width: 79px;
    height: 74.5px;
    line-height: 120%;
    letter-spacing: -2.827px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.timer > div::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    box-shadow: 0.942px 0.942px 2.827px 0px rgba(0, 0, 0, 0.35), -2.827px -4.712px 7.539px 0px rgba(0, 0, 0, 0.15), 2.827px 4.712px 7.539px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    background: url(/img/sdw/timer-bg.png) center no-repeat;
    height: 74.5px;
    border-radius: 7px;
}
.timer-title {
    text-align: right;
    font-family: Blinker;
    font-size:  42px;
    font-weight: 700;
    line-height: 95%;
}
.timer {
    display: flex;
    gap: 13px;
}
.timer__label-description {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
    position: absolute;
    text-transform: uppercase;
    margin-top: 4px;
    letter-spacing: 0;
    bottom: -20px;
}
.container-info {
    text-align: center;
    font-size: 16px;
    margin-bottom: 96px;
    font-weight: 600;
    line-height: 145%;
}
.rules-contents {
    background: url(/img/sdw/clouds-bg.png) center top no-repeat;
}
.left, .right {
    position: relative;
}
.content-title {
    color:#041181;
    text-align: center;
    font-family: Blinker;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 32px;
    line-height: 95%;
}
.blikAndPlaceholder {
    position: relative;
}
.blik-placeholder {
    position: absolute;
    user-select: none;
    display: flex;
    pointer-events: none;
    gap: 8px;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    z-index: 1;
    top: 13px;
}
.blikAndPlaceholder:has(.blik-code.error) .blik-placeholder > div {
    border-color: #FE2B54;
}
.blik-placeholder > div {
    width: 26px;
    height: 32px;
    border-bottom: 3px solid #A8A8A8;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #000;
}
.blik-code {
    margin-bottom: 36px;
    letter-spacing: 25px;
    padding-left: calc((100% - 184px) / 2);
    font-weight: 700;
}
.blik-code.full {
    caret-color: transparent;
}
.rules_step:nth-child(odd) .rules_number {
    transform: rotate(-9.012deg);
}
.rules_step {
    color:  #041181;
    position: relative;
    gap: 34px;
    display: flex;
    justify-content: flex-end;
}
.rules_step:nth-child(even) {
    text-align: right;
}
.rules_number {
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    position: relative;
    transform: rotate(8.988deg);
    text-shadow: 1.79px 1.79px 0px #04E1DC;
    font-family: Slackey;
    font-size: 75px;
    background: url(/img/sdw/Ellipse.svg) center no-repeat;
    line-height: 100%;
    width: 81px;
    height: 81px;
}
.rules_step:nth-child(odd) {
    justify-content: flex-start;
}
.content-text {
    padding: 0px 48px 64px;
    max-width: 962px;
    margin-inline: auto;
}
.rules_title {
    font-family: Blinker;
    margin-bottom: 8px;
    font-size:  24px;
    font-weight: 700;
    line-height: 120%;
}
.rules_text {
    font-size:16px;
    font-weight: 600;
    line-height: 145%;
}
.rules_step:not(:last-child) {
    margin-bottom: 32px;
}
.rules_arrow {
    position: absolute;
    top: 45px;
}
.rules_step:nth-child(odd) .rules_arrow {
    left: 75px;
}
.rules_step:nth-child(even) .rules_arrow {
    right: 75px;
}
.rays {
    position: absolute;
    left: -27px;
}
.section-rules_bg {
    padding-block: 64px;
    background: rgba(255, 255, 255, 0.30);
}
.faq-box {
    padding-block: 14px;
    max-width: 960px;
    border-block: 2px solid #041181;
    margin-inline: auto;
}
.faq-title {
    position: relative;
    cursor: pointer;
    color: #041181;
    font-family: Blinker;
    font-size: 24px;
    display: flex;
    transform: rotate(0deg);
    transition: transform 1s ease;
    justify-content: space-between;
    font-weight: 700;
    line-height: 120%;
    align-items: center;
}
.faq-title::after {
    content: '';
    background: url(/img/sdw/Vector.svg) center no-repeat;
    width: 16px;
    height: 10px;
}
.faq-content {
    margin-top: 35px;
    padding: 0;
    display: none;
}
.info-contents, .rules-div, .content {
    width: 100%;
}
.faq-title.active::after {
    transform: rotate(180deg);
}
.faq-content ol {
    color:#041181;
    font-size:  16px;
    font-weight: 600;
    line-height: 145%;
    padding: 0;
    list-style: none;
}
.faq-content ol summary {
    list-style: none;
    border-radius: 18px;
    margin-bottom: 32px;
    background: #041181;
    padding: 24px;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
}
.faq-content li:last-child summary {
    margin-bottom: 0;
}
.faq-content details div {
    margin-bottom: 32px;
}
.faq-content li:last-child details div {
    margin-top: 32px;
}
summary::-webkit-details-marker {
    display: none;
}
.faq-content summary::after {
    content: '+';
    color: #FFF;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 700;
    line-height: 65%;
}
.faq-content details[open] > summary::after {
    content: '–';
}
.blue {
    height: 128px;
    width: 100%;
    background:  #041181;
}
@media (max-width: 1300px) {
    .header__container {
        left: 0;
        max-width: 100%;
    }
    .header-img {
        left: 62%;
    }
}
@media (max-width: 1199px) {
    .header-img {
        left: 70%;
    }
    .header-arrow {
        left: 590px;
    }
}
@media (max-width: 1130px) {
    .kafli-slider {
        width: fit-content !important;
    }
    .kafli-swiper {
        position:relative !important;
        left: 0;
        transform: translateX(0) !important;
    }
    .kafli-swiper .swiper-pagination {
        bottom: -60px !important;
        max-width: fit-content;
        right: 0;
        margin: auto;
    }
    .kafli-swiper  .swiper-pagination-bullet {
        opacity: 1;
        width: 16px;
        height: 16px;
        background: #000A3B;
    }
    .kafli-swiper .swiper-pagination-bullet-active {
        background: #FFF;
        width: 32px;
        border-radius: 40px;
    }
    .kafli-container {
        margin: 34px 0 116px;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        display: none;
    }
    .swiper-button-prev, .swiper-button-next {
        bottom: -65px !important;
        top: auto !important;
    }
}
@media (max-width: 991px) {
    .rules_step {
        flex-direction: column;
        margin-inline: auto;
        text-align: center;
        align-items: center;
        max-width: 450px;
    }
    .rules_step:nth-child(even) {
        text-align: center;
        flex-direction: column-reverse;
    }
    .rules_arrow {
        top: auto;
        bottom: -70px;
    }
    .rules_step:nth-child(odd) .rules_arrow {
        left: -20px;
    }
    .rules_step:nth-child(even) .rules_arrow {
        right: -20px;
    }
    .rules-contents {
        background: url(/img/sdw/clouds-bg_mob.png) center 77px no-repeat;
    }
}
@media (max-width: 767px) {
    .szyfr {
        top: auto;
        left: -80px;
        max-width: 203px;
        z-index: 1;
        bottom: -427px;
    }
    .header-img {
        left: 50%;
        z-index: 1;
        top: 0;
    }
    .header__title {
        font-size: 43px;
        margin-bottom: 20px;
        margin-top: 25px;
        margin-left: 32px;
    }
    .header__subtitle {
        font-size: 31px;
        margin-bottom: 365px;
    }
    .header__subtitle span.big {
        font-size: 54px;
        line-height: 100%;
    }
    .line {
        bottom: -30px;
        right: 10px;
        max-width: 240px;
    }
    .logo {
        top: 25px;
        left: 30px;
        max-width: 90px;
    }
    .header-arrow {
        left: 515px;
        max-width: 49px;
        top: 80px;
    }
    .header__subtitle span.white, .header__subtitle .white span.big  {
        font-size: 44px;
        line-height: 100%;
    }
    .header__container {
        align-items: center;
        position: relative;
        z-index: 1;
    }
    .payment-container, .timer-box {
        flex-direction: column;
        align-items: center;
    }
    .dane, .payments {
        width: 100%;
    }
    .timer-title {
        text-align: center;
    }
}
@media (max-width: 575px) {
    .header-img {
        top: 20px;
    }
    .logo {
        left: 10px;
    }
    .header__subtitle {
        margin-bottom: 410px;
    }
    .main-title {
        margin-bottom: 30px;
        font-size: 32px;
    }
    .bg-container {
        padding: 40px 24px 48px;
    }
    .payment-container {
        margin-bottom: 48px;
    }
    .timer-title {
        font-size: 32px;
    }
    .timer-box {
        gap: 15px;
    }
    .remember {
        margin: 48px auto 24px;
    }
    .container-info {
        margin-bottom: 48px;
    }
    .content-title {
        font-size: 32px;
        margin-bottom: 24px;
    }
    .rules_step {
        gap: 24px;
        max-width: 90%;
    }
    .content-text {
        padding: 0 0 48px;
    }
    .content-text.faq-content {
        padding: 0;
    }
    .section-rules_bg {
        padding-block: 48px;
    }
    .info-contents {
        padding-inline: 9px;
    }
    .faq-content ol summary {
        margin-bottom: 24px;
    }
}
@media (max-width: 413px) {
    .header__title {
        font-size: 38px;
        margin-left: 75px;
    }
    .header__subtitle {
        font-size: 25px;
        margin-bottom: 405px;
    }
    .szyfr {
        left: -110px;
        bottom: -457px;
    }
    .header__subtitle span.big {
        font-size: 49px;
        line-height: 100%;
    }
    .header__subtitle span.white, .header__subtitle .white span.big {
        font-size: 39px;
        line-height: 100%;
    }
    .line {
        max-width: 200px;
    }
    .timer > div::before {
        height: 69.5px;
    }
    .timer  > div {
        font-size: 51.544px;
        width: 74px;
        height: 69.5px;
    }
    .payment-button {
        font-size: 20px;
    }
}
/*gratulacje*/
.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 225, 220, 0.75);
    z-index: 1050;
    transition: all 0.3s ease;
    overflow-y: auto;
    padding-inline: 24px;
}

.custom-modal-container {
    position: absolute;
    max-width: 801px;
    font-family: Blinker;
    text-align: center;
    color: #FFF;
    padding: 64px 48px 48px;
    border-radius: 18px;
    background: #041181;
    box-shadow: var(--shadow-dark-blue);
    width: calc(100% - 48px);
    right: 0;
    left: 0;
    margin: auto;
    margin-bottom: 100px;
    top: 218px;
}
.custom-modal-title {
    margin-bottom: 32px;
    font-size:  42px;
    font-weight: 700;
    line-height: 95%;
}
.custom-modal-text {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 110%
}
.custom-modal-chance {
    font-size: 24px;
    font-weight: 700;
    line-height: 80%;
    width: 270px;
    margin: 0 auto 64px;
    height: 145px;
    border-radius: 18px;
    background: #FC0;
    color: #041181;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.custom-modal-chance span{
    font-size:48px;
    line-height: 90%;
}
.custom-modal-btn {
    border-radius: 48px;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    margin-inline: auto;
    width: fit-content;
    border:  2px solid #FFF;
    background: #D90F81;
    margin-bottom: 64px;
    cursor: pointer;
    padding: 24px 32px;
}
/*#customModal {
    display: none;
}*/
.custom-modal-btn_close {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
}
body.custom_modal-open {
    overflow: hidden;
}
@media (max-width: 575px) {
    .custom-modal-title {
        font-size: 32px;
        margin-bottom: 24px;
    }
    .custom-modal-chance {
        margin: 0 auto 48px;
    }
    .custom-modal-btn {
        margin-bottom: 48px;
    }
    .custom-modal-container {
        padding: 64px 24px;
        top: 72px;
    }
}
@media (min-width: 769px) {
    .modal-dialog {
        max-width: 80vw;
    }
}
.plywak {
    position: fixed;
    right: 0;
    z-index: 10;
    bottom: 20px;
    color:  #041181;
    text-align: right;
    font-family: Blinker;
    font-size: 32px;
    font-weight: 700;
    padding: 16px 32px 16px 16px;
    line-height: 95%;
    border-radius: 16px 0px 0px 16px;
    border: 2px solid #FFF;
    border-right: 0;
    background:  #FC0;
    box-shadow: var(--shadow-dark-blue);
}