/*
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 : 24 wrz 2025, 21:20:38
    Author     : piotrek
*/
:root {
    --color-blue: #162C7F;
    --color-blue-dark: #1C3F86;
    --color-yellow: #FFCC00;
    --color-green: #16A34A;
    --color-green-light: #50C606;
    --color-orange: #FF8A00;
    --color-red: #E43326;
    --color-red-light: #FAE4E6;

    --color-orange-badge: var(--color-orange);
    --color-red-badge: var(--color-red);

    --color-gray: #6C6C6C;
    --color-gray-light: #F8F8F8;
    --color-mid-gray: #DEDEDE;
    --color-grayish-blue: #8E9FC3;

    --color-white: #FFFFFF;
    --color-black: #141426;

    --color-primary-blue: var(--color-blue);
    --color-branding-yellow: var(--color-yellow);

    --border-radius-small: 4px;
    --border-radius-big: 8px;
    --border-radius-vbig: 16px;

    --color-box-shadow: #969DB429;

    --color-strikethrough: var(--color-grayish-blue);
}

body {
    background-color: var(--color-white);

    font-family: "Fira Sans";
}

h1 {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;

    color: var(--color-black);
}

h2 {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;

    color: var(--color-gray);
}

h3 {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;

    color: var(--color-black);
}

a.btn,
button {
    text-align: center;

    padding: 10px;
    border-radius: var(--border-radius-big);

    width: 100%;
}
a.btn.btn-blue,
button.btn-blue {
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;

    color: var(--color-white);
    border-color: var(--color-primary-blue);
    background-color: var(--color-primary-blue);
}
button.btn-icon,
button.btn-icon:focus {
    padding: 0;
    outline: 0;
    box-shadow: none;
    width: auto;
    height: auto;
}

.title-head {
    color: #162C7F;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}
.title-second {
    margin: 5px 0 0;
}
.title-first {
    color: #5C26EE;
    margin-top: 20px;
    text-transform: none;
}
.title-third {
    color: #FFF;
    text-align: center;
    font-family: Saira;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 105%;
    border-radius: 16px;
    background: linear-gradient(90deg, #00FF90 0%, #6908FC 100%);
    padding: 8px 16px;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 20px;
}
#timer1, #timer1 > div, .new-timer {
    display: flex;
    justify-content: center;
}
.left, .right {
    text-align: center;
}
.delimiter {
    margin-inline: 4px;
}
/*kafli*/
.kafli-row {
    gap: 24px 10px;
    min-height: 160px;
    display: flex;
    margin-top: 25px;
    position: relative;
    justify-content: center;
    top: 31px;
    margin-inline: 0;
}
.kafli-slider > div {
    align-items: center;
}
@media (max-width: 575px) {
    .kafli-width {
        width: 50%;
    }
    .kafel-mobile-w-100 {
        width: 100%;
    }
}
.kafli-row .slick-slide {
    margin-inline: 6.5px;
}
.losowania-title {
    font-size: 13px;
    font-weight: 900;
    font-family: Roboto;
    text-transform: uppercase;
    margin: auto;
    line-height: 110%;
    position: absolute;
    text-align: center;
    display: inline-block;
    max-width: max-content;
    white-space: nowrap;
    border-radius: 5px 5px 0 0;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 6px;
    min-width: 150px;
}
.kafel.subscription .losowania-title {
    top: 11px;
}

.priceItem {
    position: relative;
    width: 222px;
    /*    padding: 16px;*/
    cursor: pointer;
    color: #162C7F;
    height: 167px;
}
.kafel.subscription label .priceItem {
    color: #FFF;
}
.losowania-liczba {
    font-size: 24px;
    font-weight: 900;
    line-height: 65%;
}
.losowania-liczba span {
    font-size: 28px;
    line-height: normal;
}
.losowania-title2 {
    font-weight: 800;
    margin-bottom: 4px;
    font-size: 21px;
    line-height: 25px;
}
.los-btn {
    width: 108%;
    height: 48px;
    background-color: #162C7F;
    color: #FFF;
    border-radius: 8px;
    font-weight: 800;
    font-size: 17px;
    line-height: 48px;
    text-align: center;
    margin-top: 28px;
    margin-left: -4%;
}
.losowania {
    font-family: Roboto;
    position: relative;
    padding-top: 50px;
    text-align: center;
    height: 100%;
}
.radio_timer {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    margin-top: -39px;
    border-radius: 4px;
    background: #FFF;
    width: fit-content;
    padding: 2px 4px;
    left: 0;
    top: 4px;
    position: absolute;
    right: 0;
    margin: auto;
}
.priceItem:has(input:checked) .radio_timer {
    margin-top: 0;
}
.losCena {
    font-size: 13px;
    font-weight: 400;
    right: 12px;
    bottom: 8.5px;
    line-height: 100%;
    position: absolute;
}
.dcb-comment {
    color: #141426;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-block: 13px;
}

.kafel.subscription label::after {
    position: absolute;
    color: #FFF;
    background: #0F6FDD;
    content: "PAKIET PREMIUM";
    white-space: nowrap;

    font-family: Roboto;
    font-size: 13px;
    font-weight: 900;
    line-height: 100%;
    text-align: center;

    border-radius: 5px 5px 0 0;
    width: 150px;
    top: -25px;
    left: 0;
    right: 0;
    padding: 6px 24px;
    margin: auto;
}
.kafel.subscription label:has(input:checked)::before {
    border-color: #FFF;
}

.kafel.subscription label::before {
    width: 100%;
    height: 100%;
    border: 7px solid rgba(15, 111, 221, 0.20);
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}
.kafel.dark-yellow label .losowania-title,
.kafel.shiny-green label .losowania-title,
.kafel.medium-yellow label .losowania-title,
.kafel.medium-orchid label .losowania-title,
.kafel.dark-blue label .losowania-title {
    position: absolute;
    z-index: 2;
    background: #B14AD4;
    color: #FFF;
}
.kafel.medium-orchid label .losowania-title {
    background: #B14AD4;
    color: #FFF;
}
.kafel.dark-blue label .losowania-title {
    background: #4B5FD8
}
.kafel.medium-yellow label .losowania-title, .kafel.dark-yellow label .losowania-title {
    text-transform: uppercase;
    background: #FC0;
    color: #FFF;
}
.kafel.shiny-green label .losowania-title {
    background: #52C443;
    color: #FFF;
}
.kafel.baby-blue label .losowania-title {
    background: #4FAEF5;
    color: #FFF;
}
/*formularz*/
#formStart {
    box-shadow: 0px 0px 32px 32px rgba(0, 0, 0, 0.05);
    max-width: 1072px;
    padding-inline: 0;
    border-width: 10px;
    background: #F5F5F5;
    border-style: solid;
    border-image: linear-gradient(to bottom, #FC0 0%, #DBEAFA 100%) 1;
    position: relative;
}
.payment_type-subscription #formStart {
    border-image: linear-gradient(to bottom, #0F6FDD 0%, #DBEAFA 100%) 1;
    background: #F5F5F5;
}
.product-css-baby-blue #formStart {
    border-image: linear-gradient(to bottom, #4FAEF5 0%, #DBEAFA 100%) 1;
}
.product-css-dark-yellow #formStart {
    border-image: linear-gradient(to bottom, #FC0 0%, #DBEAFA 100%) 1;
}
.product-css-medium-orchid #formStart {
    border-image: linear-gradient(to bottom, #B14AD4 0%, #DBEAFA 100%) 1;
}
.product-css-shiny-green #formStart {
    border-image: linear-gradient(to bottom, #52C443 0%, #DBEAFA 100%) 1;
}
.product-css-light-cyan #formStart {
    border-image: linear-gradient(to bottom, #63DCE2 0%, #DBEAFA 100%) 1;
}
.product-css-dark-gold #formStart {
    border-image: linear-gradient(237deg, #73480F -0.28%, #FFC675 12.19%, #DC9632 26.32%, #AD7322 47.11%, #F4B75F 60.83%, #A86914 71.63%, #512F03 86.18%) 1;
}
.modal-customize {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    min-height: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(7.05px);
    border-radius: 8px;
    z-index: 11;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #162C7F;
    max-height: 400px;
}
.gratulationPopup_sub {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 25px;
    text-align: center;
}
.gratulationPopup_txt {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 70px;
}
.popupImg {
    margin-bottom: 24px;
}
.modalBlikRecurringErrorPopup .modal-text {
    padding-top: 24px;
}
.thx-dane {
    margin: 24px auto;
    padding: 16px;
    background: #F9F9FA;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    font-size: 15px;
    line-height: 18px;
}
.thx-dane .ellipse {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: #FFCC00;
}
.thx-dane > div {
    display: flex;
    gap: 16px;
}
.popupButton {
    width: calc(100% - 32px);
    position: absolute;
    background: #162C7F;
    border-radius: 8px;
    z-index: 1;
    cursor: pointer;
    font-weight: 800;
    font-size: 17px;
    bottom: 24px;
    line-height: 48px;
    text-align: center;
    color: #FFF;
    height: 48px;
    margin-inline: 16px;
}
.payment-section {
    margin: 16px auto 0;
}
@media (max-width: 991px) {
    .payment-section {
        max-width: 600px;
    }
    .radio_timer {
        top: auto;
        bottom: -14px;
    }
}
.payment_box {
    display: flex;
    gap: 24px;
    justify-content: center;
}
.title {
    color: #162C7F;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-block: 20px;
    text-align: center;
}
.title#payForm {
    color:  #141426;
    font-size: 18px;
}
.payment-container {
    position: relative;
}
.forminput {
    height: 48px;
    border: 2px solid #162C7F;
    border-radius: 8px;
    padding-left: 16px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #162C7F;
}
.forminput::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #162C7F;
}
.span-link {
    cursor: pointer;
    text-decoration: underline;
}
.showValid {
    position: absolute;
    right: 10px;
    top: 12px;
}
.payment-titles {
    display: flex;
    color: #141426;
    text-align: center;
    font-size: 12px;
    width: 100%;
    max-width: 480px;
    font-weight: 500;
    line-height: normal;
}
.payment-titles > div {
    flex: 1;
}
#payments {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.payment-options {
    display: flex;
    width: 100%;
    padding: 2px;
    gap: 8px;
    height: 44px;
    background: #EDEDED;
    border-radius: 16px;
    margin-bottom: 15px;
    max-width: 480px;
    margin-inline: auto;
}
.payment-options > div {
    flex: 1;
}
#payment_option2 .payment-options > div {
    width: 100%;
}
.payment-label {
    cursor: pointer;
    margin-bottom: 0;
    display: flex;
    border-radius: 16px;
    border: 1px solid #FFF;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.payment-options input[type="radio"] {
    display: none;
}

.payment-radio:checked ~ .payment-label {
    background: #FFF;
    border: 1px solid #D5D5D5;
    border-radius: 16px;
}
#payment_option2 .payment-radio:checked ~ .payment-label {
    height: auto;
    width: 100%;
    border: 1px solid #D5D5D5;
    padding: 9px 20px;
}
#payment_option2 .payment-options {
    height: fit-content;
    background: transparent;
}
.regulamin-text {
    font-size: 11px;
    margin-top: 12px;
    line-height: 14px;
    text-align: center;
    margin-bottom: 14px;
}
.control-checkbox input {
    appearance: none;
    background: #FFF;
    cursor: pointer;
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid #A9A9A9;
    border-radius: 4px;
    margin-right: 8px;
}
.control-checkbox input:checked {
    background: #162C7F;
    border: 1px solid #162C7F;
}
.control-checkbox input:checked::before {
    content: '';
    height: 10.5px;
    width: 14px;
    position: absolute;
    background: url(/img/sl2/check_consent.svg) center no-repeat;
    inset: 0;
    margin: auto;
}
.control-checkbox {
    margin-bottom: 0;
}
.control_small.control-checkbox input {
    width: 16px;
    height: 16px;
    margin-right: 16px;
}
.zgoda-tekst {
    font-size: 12px;
    line-height: 13px;
}
.zgoda_red {
    color: #E43326;
}
.zgoda-tekst_btn {
    color: #1C3F86;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
}
.zgoda-tekst_hidden {
    display: none;
    margin-top:4px;
}
.zgoda-tekst_hidden.active {
    display: inline;
}
.summary-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
#blik-section, #blik-section_mob {
    margin-bottom: 16px;
    /*    display: none;*/
}
#blik:checked ~ #blik-section {
    display: block;
}
#blik_mob:checked ~ #blik-section_mob {
    display: block;
}
.submit-button {
    font-weight: 800;
    font-size: 17px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    width: 100%;
    height: 48px;
    background: #162C7F;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-block: 16px;
    max-width: 576px;
}
.consent-container {
    margin-bottom: 8px;
}
.gratulation .consent-container {
    margin-bottom: 8px;
}
#mobileFormModal .modal-header {
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    justify-content: center;
    padding: 0;
}
#mobileFormModal .modal-header span.big {
    font-size: 32px;
    display: block;
    margin-block: 8px;
    line-height: 29px;
}
#mobileFormModal .modal-body {
    padding: 0;
}
#mobileFormModal .close-error-popup {
    position: absolute;
    right: 8px;
    top: 8px;
}
#modal-content_form {
    padding: 24px 8px 8px;
    border-radius: 8px;
}

#mobileLimitUsedPopup .modal-body_header {
    color: var(--Dark-blue, #1C3F86);
    text-align: center;
    font-family: "Fira Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}
#mobileLimitUsedPopup .modal-body_txt {
    color: var(--Black, #141426);
    text-align: center;
    font-family: "Fira Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#mobileLimitUsedPopup .modal-body_btn {
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Fira Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
    border-radius: 8px;
    background: var(--Primary-Blue, #162C7F);
    width: 311px;
    height: 56px;
    cursor: pointer;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.section-kafli {
    margin-top: 22px;
    position: relative;
}
@media (max-width: 991px) {
    .section-kafli {
        max-width: 600px;
        margin-inline: auto;
    }
}
#formBonusTitle{
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    display: block;
    text-transform: uppercase;
}

#formBonusText {
    color: #FFF;
    width: 100%;
    display: block;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    line-height: normal;
}
.b1-bg #formBonusTitle, .b1-bg #formBonusText,
.b0-bg #formBonusTitle, .b0-bg #formBonusText{
    color:  #162C7F;
}
@media (max-width: 991px) {
    .user_info_container  .title {
        margin-top: 5px;
    }
    .payment_box {
        flex-direction: column;
        align-items: center;
    }
    .kafli-row {
        margin-bottom: 16px;
        gap: 0;
        top: 0;
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(2, 176px);
        grid-template-rows: auto;
        margin-bottom: 10px;
    }
    .kafel.subscription label .losowania {
        padding-top: 37px;
    }
    .title-head {
        font-size: 21px;
        font-style: normal;
        line-height: 100%;
        margin-top: 8px;
    }
    .title-third {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .title-second {
        margin-top: 10px;
    }
    .new-timer {
        flex-direction: column;
    }
}
@media (max-width: 575px) {
    .form-group {
        width: 100%;
        max-width: unset;
    }
    .forminput {
        max-width: unset;
    }
    .payment-section {
        margin: 0;
    }
    .payment-container {
        padding: 16px 8px;
        width: 100%;
        box-shadow: none;
    }
    .priceItem.ileLosowChecked {
        border: 6px solid  #162C7F;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
    }
    .gratulationPopup_sub {
        margin-bottom: 16px;
    }
    .thx-dane {
        margin: 16px auto;
    }
    #formStart {
        max-width: calc(100% - 16px);
        margin-inline: 8px;
    }
    .kafli-row {
        margin-bottom: 16px;
    }
}
.blik-oneclick-text {
    display: none;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.blik-cylk-form {
    position: relative;
}
.info-box {
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    padding: 16px;
    width: 100%;
    margin-block: 12px;
    background: #FFF;
    max-width: 714px;
    margin-inline: auto;
}
.consents {
    width: 100%;
    max-width: 714px;
}
.info-box > div:first-child {
    margin-bottom: 4px;
}
.payment-info {
    display: flex;
    justify-content: space-between;
}
.payment-info_desc {
    color:  #1C3F86;
    font-size: 13px;
    line-height: 100%;
}
.payment-info_date, .payment-info_price  {
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
}
.payment-info_price {
    font-size: 20px;
}
.info-box_desc {
    margin-top:4px;
    font-size: 13px;
    text-align: right;
    line-height: 100%;
}
.blik-cylk_info {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}
.dodatkowe-info {
    position:relative;
    border-radius: 8px;
    background: rgba(17, 115, 220, 0.15);
    padding: 8px;
    align-items: center;
    display: flex;
    margin-top: 8px;
    width: 100%;
    gap: 45px;
    justify-content: space-between;
}
.subcription-tooltip, .blik-tooltip {
    color: #141426;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #A9A9A9;
    width: 100%;
    background: #FFF;
    position: absolute;
    right: 0;
    bottom: -12px;
    transform: translateY(-100%);
    z-index: 20;
}
.subcription-tooltip > div, .blik-tooltip > div {
    display: flex;
    flex-direction: row-reverse;
}
.subcription-tooltip_title, .blik-tooltip_title {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: normal;
}
.subcription-tooltip_desc, .blik-tooltip_desc {
    font-size: 11px;
    line-height: normal;
}
.dodatkowe-info_btn {
    cursor: pointer;
    position:relative;
}
.subcription-tooltip .arrow, .blik-tooltip .arrow {
    position: absolute;
    bottom: -9px;
    right: -6px;
    transform: rotate(180deg);
}
.subcription-tooltip-close, .blik-tooltip-close {
    cursor: pointer;
}
.subcription-tooltip_content, .blik-tooltip_content {
    padding: 8px 8px 0;
}
.blik-tooltip {
    max-width: fit-content;
}
.blik-tooltip_desc {
    margin-block: 10px 7px;
    font-size: 12px;
    text-align: center;
}
/*gratulacje*/
.section-logo {
    padding-block: 5px;
    background: #ffcc00;
}
.section-logo img {
    height: 30px;
}
.gratulation {
    background: url(/img/sl2/Vector2.svg) center 50px / contain no-repeat, linear-gradient(180deg, #399CFF 0%, #FFF 42.68%);
    overflow-x: clip;
}
#modalHeaderTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
    text-align: center;
    color: #162C7F;
    border: none;
    justify-content: center;
    padding: 0;
    padding-bottom: 12px;
}
.gratulation #modalHeaderTitle {
    border-radius: 8px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.70);
    font-weight: 700;
    padding: 24px 8px;
    backdrop-filter: blur(4.5px);
    max-width: 576px;
    margin-inline: auto;
    position: relative;
    margin-bottom: 24px;
}
#modalHeaderTitle span.big {
    font-size: 48px;
    display: block;
    margin-block: 8px;
    line-height: 39px;
    font-weight: 800;
}
.gratulation .gratulationPopup_txt {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
    max-width: 576px;
    margin-inline: auto;
}
.thx-dane {
    margin: 16px auto 24px;
    padding: 16px;
    background: #FFF;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    color: #162C7F;
    font-size: 15px;
    max-width: 576px;
    width: 100%;
    line-height: 18px;
}
.thx-dane > div {
    display: flex;
    gap: 16px;
    align-items: center;
}
.powodzenia_thx {
    color: #1C3F86;
    margin-bottom: 8px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}
.bonusButton {
    width: 100%;
    background: #162C7F;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 800;
    font-size: 17px;
    line-height: 56px;
    text-align: center;
    color: #FFF;
    height: 56px;
    margin: 24px auto;
}
.gratulation #formStart {
    border: none;
    background: transparent;
    box-shadow: none;
}
.bonus-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 100%;
}
.star1 {
    position: absolute;
    bottom: -17px;
    right: -41px;
}
.star2 {
    position: absolute;
    left: -31px;
}
@media (max-width: 767px) {
    #modalHeaderTitle span.big {
        font-size: 32px;
        line-height: 27px;
        margin-top: 0;
    }
    .gratulation #modalHeaderTitle {
        margin-top: 16px;
    }
    .star2 {
        left: -35px;
        max-width: 80px;
    }
    .star1 {
        right: -33px;
        max-width: 97px;
    }
}
.thx-dane_subscription > div {
    flex-direction: column;
    align-items: normal;
}
.thx-dane_subscription .payment-info {
    gap: 24px;
}
.gratulation .payment-section {
    margin: 0;
}
#gratulationPhone {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}
.payment-info_status {
    padding: 3px 6px;
    border-radius: 19px;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    background: #16A34A;
}
.payment-info_subtitle {
    color:  #141426;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
@media (min-width: 768px) {
    .bonusButton {
        max-width: 576px;
    }
    .gratulation {
        background: url(/img/sl2/Vector.svg) center 50px no-repeat, linear-gradient(180deg, #399CFF 0%, #FFF 42.68%);
    }
    .gratulation #modalHeaderTitle {
        margin-top: 32px;
    }
}
@media (max-width: 767px) {
    .section-logo {
        padding-block: 12px;
    }
}
@media (max-width: 575px) {
    .section-logo img {
        height: 22px;
    }
}
/* step dcbin*/
.operator-widget {
    border-radius: 8px;
    max-width: 576px;
    padding: 16px;
    border: 1px solid #DFDFDF;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(4.5px);
    margin-bottom: 32px;
}
.operator-widget_desc {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}
.operator-widget_header {
    color:  #141426;
}
.operator-widget_logo {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}
.operator-widget_text {
    margin-block: 16px;
    text-align: center;
    font-family: Roboto;
    font-size: 17px;
    line-height: 140%;
}
.code-number_input {
    margin-bottom: 3px;
    height: 48px;
    color: #162C7F;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    border-radius: 8px;
    border: 2px solid #162C7F;
    background: #FFF;
}
.code-number_input::placeholder {
    color: #162C7F;
}
.help-block {
    color: #141426;
    font-size: 12px;
    padding-left: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 3px;
}
.with-errors {
    display: none;
    color: #E43326;
}
.gratulation .zgoda-tekst {
    color: #141426;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
.gratulation .control_small + .zgoda-tekst {
    font-size: 12px;
}
.operator-button {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-weight: 800;
    display: flex;
    height: 48px;
    width: 100%;
    margin-block: 16px;
    gap: 10px;
    margin-bottom: 16px;
    border-radius: 8px;
    max-width: 576px;
    cursor: pointer;
    background: #162C7F;
    line-height: normal;
    justify-content: center;
    align-items: center;
}
.zgoda-tekst.text-center {
    margin-bottom: 40px;
    margin-inline: auto;
    max-width: 400px;
}
@media (max-width: 575px) {
    .operator-widget {
        margin-bottom: 16px;
    }
    .regulamin-text {
        margin-bottom: 0;
    }
}
.sub-active_box {
    border-radius: 8px;
    padding: 8px;
    display: none;
    width: 100%;
    background: rgba(17, 115, 220, 0.15);
}
.sub-active_title {
    color: #141426;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.sub-active_btn {
    width: 100%;
    border-radius: 8px;
    border: 2px solid #162C7F;
    color: #162C7F;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    font-weight: 800;
    line-height: 32px;
    margin-top: 8px;
    background: #FFF;
    height: 48px;
    padding: 8px;
}
.sub-active_box > div:first-child {
    display: flex;
    gap: 16px;
    align-items: center;
}
@media (min-width: 576px) {
    .regulaminModal  .modal-dialog {
        max-width: 80%;
    }
}
.control-checkbox input.consent-error {
    border: 2px solid red;
}
.footer2 {
    color: #162C7F;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 125%;
}
.footer2_sub {
    display: none;
}
.payment_type-subscription .footer2 .footer2_sub {
    display: inline-block;
}
.payment_type-subscription .footer2 .footer2_basic {
    display: none;
}
.footer2-logos {
    display: flex;
    justify-content: center;
    gap: 28px;
    align-items: center;
    margin-bottom: 7px;
}
.footer2 a {
    color: #1C3F86;
    text-decoration: underline;
}
.powodzenia {
    color: #1C3F86;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 15px;
}
.modalBlikRecurringErrorPopup .blik_cykl-img {
    margin-block: 24px 43px;
}
.modalBlikRecurringErrorPopup {
    color:  #162C7F;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 140%;
}
.modalBlikRecurringErrorPopup .close {
    opacity: 1;
}
.modalBlikRecurringErrorPopup  .modal-content {
    border: none;
    border-radius: 8px;
}

.BlikRecurringErrorPopup_title {
    margin-bottom: 8px;
    font-size: 22px;
}
.BlikRecurringErrorPopup_desc {
    color: #141426;
    font-size: 14px;
    margin-block: 24px;
    font-weight: 400;
}
.modalBlikRecurringErrorPopup .popupButton {
    position: relative;
    bottom: 0;
    margin-bottom: 24px;
    margin-inline: 24px;
    width: calc(100% - 48px);
}
.BlikRecurringErrorPopup_info {
    display: flex;
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 32px;
    color: #1C3F86;
    font-size: 12px;
    line-height: 100%;
    background: rgba(17, 115, 220, 0.15);
    gap: 8px;
    text-align: left;
    font-weight: 400;
    align-items: center;
}
@media (max-width: 767px) {
    .BlikRecurringErrorPopup_desc {
        text-align: left;
    }
}
/*loader*/
.loader-wrapper {
    position: relative;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(from 90deg, rgba(255, 255, 255, 0) 0deg, #ffcc00 360deg);
    mask: radial-gradient(farthest-side, transparent 60%, black 61%);
    -webkit-mask: radial-gradient(farthest-side, transparent 78%, black 22%);
    animation: spin 1.2s linear infinite;
}
.loader-icon {
    position: relative;
    z-index: 1;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
/*toasty*/
.toast {
    border-radius: 8px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid var(--Green-validation, #94C641);
    background: linear-gradient(0deg, rgba(148, 198, 65, 0.15) 0%, rgba(148, 198, 65, 0.15) 100%), #FFF;
    display: none;
    opacity: 1;
    width: 100%;
    margin-inline: auto;
    left: 50%;
    max-width: 360px;
    transform: translateX(-50%);
    top: 15px;
    z-index: 20;
    opacity: 1;
    position: fixed;
}
.error_toast {
    border: 1px solid  #FC0;
    background: linear-gradient(0deg, rgba(255, 204, 0, 0.15) 0%, rgba(255, 204, 0, 0.15) 100%), #FFF;
}
.toast .close {
    opacity: 1;
    right: 5px;
    top: 5px;
}
.toast-body {
    display: flex;
    color: #162C7F;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    justify-content: space-between;
}
.toast-content {
    display: flex;
    align-items: center;
    gap: 16px
}
@media (max-width: 375px) {
    .toast {
        max-width: calc(100% - 30px);
    }
    .toast-content {
        gap: 9px;
    }
}
.regulaminModal .modal-dialog {
    max-width: 80%;
}
/*szczesliwe cyfry*/
.lucky-numbers-announcement-container {
    padding: 9px 8px;
    width: calc(100% - 20px);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #B14AD4;
    background: rgba(177, 74, 212, 0.15);
    margin-bottom: 26px;
    line-height: 100%;
    margin-inline: 10px;
}
.lucky-number {
    font-weight: 900;
}
.doubled-chances {
    padding: 8px 24px;
    border-radius: 4px;
    width: 100%;
    font-family: Roboto;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
}
@media (min-width: 576px ){
    .lucky-numbers-announcement-container {
        max-width: 412px;
        margin-inline: auto;
        font-size: 24px;
    }
    .doubled-chances {
        max-width: 714px;
        margin-inline: auto;
        margin-top: 16px;
        font-size: 16px;
    }
}
