/*
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 : 27 sty 2026, 10:19:56
    Author     : katia lapko
*/

body {
    font-family: Saira;
    background: url(/img/rmsp/bg.svg) center top no-repeat;
    position: relative;
    background-size: contain;
}
/*header*/
.logo {
    position: relative;
    z-index: 2;
    margin-top: 39px;
    margin-left: 75px;
    margin-bottom: 90px;
}
.title-header {
    color: #000A3B;
    text-align: center;
    font-size: 32px;
    font-style: italic;
    font-weight: 900;
    line-height: 95%;
    margin-bottom: 20px;
}
.box-header {
    border-radius: 24px;
    text-align: center;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 20px;
    padding: 19px 50px;
    font-style: italic;
    font-weight: 700;
    background: #000A3B;
}
.box-header_txt {
    color: #FFF;
    font-size: 32px;
    line-height: 95%;
}
.box-header_prize {
    color: #FC0;
    font-size: 90px;
    line-height: 61%;
    margin-top: 15px;
}
.box-header_prize span {
    font-size: 43px;
}
.header1 {
    position: absolute;
    top: 0;
    right: -445px;
    left: 0;
    margin: auto;
}
.pig {
    position: absolute;
    top: 0;
    left: -860px;
    margin: auto;
    right: 0;
    z-index: 1;
}
.header {
    overflow-x: clip;
}
.header2 {
    position: absolute;
    top: -35px;
    left: 51%;
    transform: translateX(-50%);
    z-index: 1;
}
@media (max-width: 991px) {
    .header__container {
        max-width: 100%;
    }
    body {
        background-size: auto;
    }
}
@media (max-width: 575px) {
    .header__container {
        padding-inline: 8px;
    }
    .box-header_prize {
        font-size: 82px;
        white-space: nowrap;
    }
    .box-header {
        padding: 19px 30px;
    }
    .box-header_txt {
        font-size: 29px;
    }
    .header2 {
        left: 55%;
    }
}
@media (max-width: 390px) {
    .logo {
        margin-left: 19px;
        max-width: 80px;
        top: -23px;
    }
}
@media (max-width: 767px) {
    .logo {
        position: absolute;
        z-index: 2;
        margin-top: 23px;
        margin-left: 28px;
        margin-bottom: 0;
        max-width: 90px;
        top: -63px;
        left: 0;
    }
}
/*timer*/
.timer-title {
    color: #1F1F1F;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 135%;
    text-transform: uppercase;
}
.delimiter {
    color: #1F1F1F;
    font-size: 24px;
    font-weight: 900;
    line-height: 41.306px;
}
.timer-box {
    position: relative;
    width: fit-content;
    border-radius: 24px;
    padding: 11px 30px 32px;
    z-index: 1;
}
.timer-header {
    transform: rotate(5deg);
    margin-left: auto;
    background: url(/img/rmsp/bg-timer.svg) center no-repeat;
    margin-right: 235px;
    top: 10px;
}
.timer, .timer > div {
    display: flex;
    position: relative;
    text-align: center;
    gap: 2px;
    font-family: Roboto;
}
.timer__label-description {
    position: absolute;
    color: #1F1F1F;
    font-size: 9.93px;
    font-weight: 700;
    line-height: 19.86px;
    text-transform: uppercase;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -21px;
}
.left, .right {
    border-radius: 9px;
    position: relative;
    background: #1F1F1F;
    width: 31px;
    height: 47px;
    color: #FFF;
    font-size: 35px;
    font-weight: 700;
    line-height: 47px;
}
@media (max-width: 1199px) {
    .timer-header {
        margin-right: 135px;
    }
}
@media (max-width: 767px) {
    .timer-header {
        margin-right: 0;
        margin-top: 49px;
        margin-bottom: 200px;
    }
}
/*lp*/
.bg-container {
    max-width: 960px;
    width: 100%;
    position: relative;
    border-radius: 18px;
    background: #000A3B;
    padding: 32px 48px 48px;
    margin-inline: 24px;
}
.title, .title-play {
    color: #FFF;
    font-size:  32px;
    font-style: italic;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    margin-bottom: 10px;
}
.kafli-container {
    margin: 34px 0 40px;
    position: relative;
    z-index: 2 !important;
}
.kafli-slider, .kafli-slider > div {
    gap: 16px;
    display: flex;
}
.los-container-box {
    z-index: 2;
    width: fit-content !important;
    position: relative;
}
.los-prize {
    position: relative;
    color: #041181;
    border-radius: 18px;
    border: 2px solid #FFF;
    width: 270px;
    cursor: pointer;
    height: 170px;
    padding: 64px 24px 24px 34px;
    overflow: hidden;
}
.label-losy {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    position: relative;
}
.losy {
    display: none;
}
.losy-number {
    font-size: 48px;
    font-style: italic;
    font-weight: 800;
    line-height: 84%;
}
.losy-text {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 80%;
    font-style: italic;
}
.label-price {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 145%;
}
#b1 {
    background: #FC0;
}
#b2 {
    color: #FFF;
    background: linear-gradient(95deg, #ED125F 0.28%, #BD1A8D 100%);
}
#b5 {
    color: #FFF;
    background: linear-gradient(180deg, #5A35FD 0%, #9747FF 100%);
}
#b3 {
    background: linear-gradient(127deg, #04E0DC 21.28%, #6A55D6 95.4%);
}
.label-action {
    position: absolute;
    border-radius: 32px 0 0 32px;
    border:  2px solid  #FFF;
    padding: 3px 16px;
    border-right: none;
    background: #041181;
    top: -2px;
    right: -1px;
    color:  #FFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 800;
    line-height: 145%;
    text-transform: uppercase;
}
#b3 .label-action {
    color: #041181;
    background:  #FC0;
}
#b5 .label-action {
    color: #FFF;
    border-right: 2px solid #FFF;
    border-left: none;
    border-radius: 17px 32px 32px 0;
    background: #F60A81;
    right: auto;
    left: -1px;
}
.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: 15px;
    right: 17px;
}
.priceItemChecked.los-prize::before {
    background: url(/img/sdw/checkbox.svg) center no-repeat;
}
.payment-container {
    display: flex;
    gap: 48px;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}
legend {
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 5px;
    font-family: "Open Sans";
}
.help-block {
    font-family: "Open Sans";
    margin-bottom: 5px;
    color: #FFF;
    font-size: 13px;
    line-height: 145%;
}
.forminput {
    width: 100%;
    height: 58px;
    padding: 13px 16px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    font-family: "Open Sans";
    border-radius: 7px;
    border: 2px solid #FFF;
    background: #FFF;
}
.forminput.error {
    color: #FE2B54;
    border-color: #FE2B54;
}
.forminput.success {
    border-color: #00C45F;
}
.forminput.error::placeholder {
    color: #FE2B54;
}
.dane .flex-wrap {
    gap: 14px;
}
.dane, .payments {
    flex: 1;
}
fieldset, .form-group {
    width: 100%;
}
.fieldset-input {
    position: relative;
}
.modal-customize {
    position: absolute;
    display: none;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 135%;
    font-family: "Open Sans";
    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;
    left: 0;
    right: 0;
    margin: auto;
}
.popupButton {
    margin-top: 32px;
    padding: 24px 32px;
    cursor: pointer;
    border-radius: 48px;
    border: 2px solid #FFF;
    background: #E4017F;
    font-family: "Russo One";
    font-size: 22px;
    font-weight: 700;
    line-height: 70%;
}
.payment-tabs {
    display: flex;
    gap: 8px;
}
.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-content {
    border-radius: 0px 0px 16px 16px;
    background: #36419A;
    padding: 16px 24px 32px;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.payment-button {
    padding: 24px 32px;
    width: 100%;
    border-radius: 48px;
    border: 2px solid #FFF;
    cursor: pointer;
    color: #FFF;
    background: #E4017F;
    text-align: center;
    font-family: "Russo One";
    font-size: 22px;
    font-weight: 400;
    line-height: 70%;
}
.blik-code {
    margin-bottom: 36px;
    letter-spacing: 25px;
    padding-left: calc((100% - 184px) / 2);
    font-weight: 700;
}
.blikAndPlaceholder :has(.blik-code.error) .blik-placeholder > div {
    border-color: #FE2B54;
}
.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;
}
.blik-placeholder > div {
    width: 26px;
    height: 32px;
    border-bottom: 3px solid #A8A8A8;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #000;
}
.p24-button {
    margin-top: 16px;
}
.checkValid {
    position: absolute;
    right: 15px;
    top: 40px;
}
.displayNone {
    display: none;
}
.payment-regulamin {
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-family: "Open Sans";
    line-height: 145%;
    margin-top: 14px;
}
.remember {
    color: #041181;
    text-align: center;
    font-style: italic;
    font-weight: 800;
    font-size: 24px;
    margin: 74px auto 32px;
    line-height: 120%;
}
.container-info {
    font-family: "Open Sans";
    text-align: center;
    font-size: 16px;
    margin-bottom: 56px;
    font-weight: 600;
    line-height: 145%;
    position: relative;
    z-index: 1;
}
.content-title {
    color: #041181;
    text-align: center;
    font-size: 42px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 70px;
    line-height: 95%;
}
.content-text {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
}
.rules-div .content-text {
    flex-wrap: wrap;
}
.rules_step {
    text-align: center;
    position: relative;
    border-radius: 24px;
    color: #041181;
    width: 282px;
    padding: 48px 16px 24px;
    background: url(/img/rmsp/text-bg.svg) center no-repeat;
    height: 174px;
    background-size: cover;
}
.rules_number {
    position: absolute;
    width: 73px;
    height: 73px;
    color: #FFF;
    text-align: center;
    font-size: 52px;
    line-height: 73px;
    border-radius: 50%;
    background: url(/img/rmsp/step.svg) center no-repeat;
    left: 0;
    right: 0;
    font-weight: 900;
    margin: auto;
    top: -39.5px;
}
.rules_title {
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 120%;
}
.rules_text {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 145%;
}
.section-rules_bg {
    padding-block: 64px;
}
.rules-div {
    margin-bottom: 64px;
}
.faq-box {
    padding-block: 14px;
    width: 960px;
    border-block: 2px solid #041181;
    margin-inline: auto;
    max-width: 100%;
}
.faq-title {
    position: relative;
    cursor: pointer;
    font-weight: 800;
    color: #041181;
    font-style: italic;
    font-size: 24px;
    display: flex;
    transform: rotate(0deg);
    transition: transform 1s ease;
    justify-content: space-between;
    font-weight: 800;
    line-height: 120%;
    align-items: center;
}
.faq-title::after {
    content: '';
    background: url(/img/sdw/Vector.svg) center no-repeat;
    width: 16px;
    height: 10px;
}
.rules-div, .content {
    width: 100%;
}
.info-contents {
    width: fit-content;
    margin-inline: auto;
}
.content-text {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
}
.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 {
    font-family: "Open Sans";
    margin-top: 35px;
    padding: 0;
    display: none;
}
.faq-content details div {
    margin-bottom: 32px;
}
.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: "–";
}
.faq-content ol li:last-child  summary{
    margin-bottom: 0;
}
.blue {
    height: 128px;
    width: 100%;
    background: #041181;
}
@media (min-width: 769px) {
    .modal-dialog {
        max-width: 80vw;
    }
}
@media (max-width: 1199px) {
    .content-text {
        flex-direction: column;
        gap: 62px;
    }
    .kafli-slider, .kafli-slider > div {
        flex-wrap: wrap;
    }
}
@media (max-width: 991px) {
    .bg-container {
        margin-inline: 15px;
    }
    .payment-container {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .los-prize {
        width: 190px;
        height: 170px;
        padding:  24px 16px 8px;
    }
    .kafli-slider > div {
        flex-wrap: nowrap;
    }
    .losy-number {
        font-size: 34px;
    }
    .label-action {
        font-size: 11px;
    }
    .los-prize::before {
        width: 59px;
        height: 59px;
        right: 16px;
        background-size: cover;
    }
    .priceItemChecked.los-prize::before {
        background-size: cover;
    }
    .kafli-slider, .kafli-slider > div {
        gap: 8px;
    }
    .kafli-container {
        margin-bottom: 32px;
    }
    .payment-container {
        gap: 40px;
        margin-bottom: 24px;
    }
    .bg-container {
        padding: 32px 16px 48px;
        max-width: calc(100% - 16px);
    }
    .container-info {
        padding: 0;
    }
    .section-rules_bg {
        padding-block: 48px;
    }
    .info-contents {
        width: 100%;
    }
    .content-title {
        font-size: 32px;
    }
    .dane, .payments {
        margin: 0;
    }
    .remember {
        margin: 48px auto 24px;
    }
}
@media (max-width: 575px) {
    .rules_step {
        width: calc(100% - 48px);
        height: 150px;
        margin-inline: 24px;
        background: url(/img/rmsp/text-bg_m.svg) center no-repeat;
        background-size: 100% auto;
    }
    .content-text {
        gap: 49px;
    }
    .rules-div {
        margin-bottom: 48px;
    }
}
@media (max-width: 413px) {
    .payment-button {
        font-size: 20px;
        padding: 24px 12px;
    }
}
@media (max-width: 390px) {
    .rules_step {
        width: calc(100% - 30px);
        margin-inline: 15px;
        padding: 36px 10px 17px;
    }
}
@media (max-width: 380px) {
    .los-prize {
        width: 160px;
    }
    .los-prize::before {
        width: 47px;
        height: 47px;
        right: 8px;
        bottom: 7px;
    }
    .label-action {
        font-size: 10px;
        padding: 3px 10px;
    }
}
/*gratulacje*/
.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 250, 244, 0.75);
    backdrop-filter: blur(16px);
    z-index: 1050;
    transition: all 0.3s ease;
    overflow-y: auto;
    padding-inline: 24px;
}
.custom-modal-container {
    position: absolute;
    max-width: 801px;
    text-align: center;
    color: #FFF;
    padding: 64px 48px 48px;
    border-radius: 18px;
    background: #000A3B;
    width: calc(100% - 48px);
    right: 0;
    left: 0;
    margin: auto;
    margin-bottom: 100px;
    top: 218px;
}
.custom-modal-btn_close {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
}
.custom-modal-title {
    margin-bottom: 32px;
    font-size: 42px;
    line-height: 95%;
    font-weight: 700;
    font-style: italic;
}
.custom-modal-text {
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 110%;
}
.custom-modal-chance {
    font-size: 20px;
    line-height: 80%;
    width: 270px;
    font-style: italic;
    font-weight: 700;
    margin: 0 auto 64px;
    height: 145px;
    border-radius: 18px;
    background: #04E1DC;
    color: #041181;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#gratSzanseOdmiana {
    text-transform: uppercase;
}
#gratSzanseCount {
    font-size: 48px;
    font-weight: 800;
    line-height: 90%;
}
.custom-modal-btn {
    color: #FFF;
    position: relative;
    border-radius: 48px;
    font-size: 28px;
    font-family: "Russo One";
    line-height: 79px;
    margin-inline: auto;
    width: fit-content;
    border: 3px solid #FFF;
    background: linear-gradient(90deg, #E4017F 0%, #BD1A8D 100%);
    background-size: cover;
    margin-bottom: 64px;
    cursor: pointer;
    padding: 0 24px;
    height: 78px;
    white-space: nowrap;
}
.timer-thx {
    background: url(/img/rmsp/bg-timer2.svg) center no-repeat;
    margin-inline: auto;
}
@media (max-width: 575px) {
    .custom-modal-container {
        padding: 64px 24px;
        top: 72px;
    }
    .custom-modal-title {
        font-size: 32px;
        margin-bottom: 24px;
    }
    .custom-modal-chance {
        margin: 0 auto 48px;
    }
    .custom-modal-btn {
        margin-bottom: 48px;
    }
}
@media (max-width: 440px) {
    .custom-modal-title {
        font-size: 28px;
        margin-bottom: 24px;
    }
}
@media (max-width: 390px) {
    .custom-modal-container {
        padding: 64px 8px;
    }
}