:root {
    --color-white: #FFF;
    --color-error: #FE2B54;
    --color-success: #00C45F;

    --color-purple: #5A1A67;
    --color-pink: #F60A83;
    --color-dark-blue: #041181;
    --color-yellow: #FC0;
    --color-kwota-glow: rgba(186, 47, 196, 0.75);
}

body {
    font-family: "Saira";
    background: linear-gradient(180deg, #04FAF4 16.2%, var(--color-white) 30.38%), #F1EFEE;
    position: relative;
}

.header {
    overflow-x: clip;
    position: relative;
}

.noncash-prizes_box {
    position: absolute;
    right: -69px;
    bottom: -62px;
    z-index: 1;
}

.noncash-prizes_box::after {
    content: '';
    position: absolute;
    width: 478px;
    height: 478px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #04FAF4 23.76%, rgba(4, 225, 220, 0.00) 100%);
    top: 0;
    left: -55px;
}

.noncash-prizes_title {
    transform: rotate(-7deg);
    color: var(--color-dark-blue);
    text-align: center;
    font-family: "Reenie Beanie";
    font-size: 52.447px;
    font-style: normal;
    font-weight: 500;
    line-height: 49%;
    letter-spacing: -3.671px;
    position: absolute;
    bottom: 80px;
    z-index: 1;
    left: -115px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.noncash-prizes_title svg {
    margin-left: auto;
}

.noncash-prizes_title path {
    fill: #041181;
}

.noncash-prizes_images {
    position: relative;
    width: 262px;
    height: 340px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.noncash-prizes_images img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    max-width: 100%;
    object-fit: contain;
}

.timer-box {
    position: relative;
    width: fit-content;
    border-radius: 24px;
    padding: 11px 30px 32px;
    z-index: 1;
}

.timer-box>div {
    display: flex;
    gap: 19px;
}

.timer-header {
    border-radius: 24px 24px 0 0;
    border: 3px solid #6D1A72;
    background: #951D83;
    box-shadow: 0 -4px 12px 0 rgba(0, 0, 0, 0.65) inset;
    border-bottom: none;
    position: absolute;
    bottom: 0px;
    padding: 12px 48px;
    left: -10px;
}

.timer-title {
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 100%;
    color: var(--color-white);
    text-align: right;
}

.timer,
.timer>div {
    display: flex;
    position: relative;
    text-align: center;
    gap: 2px;
    font-family: Roboto;
    justify-content: center;
}

.left,
.right {
    color: var(--color-white);
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    font-style: normal;
}

.delimiter {
    font-size: 18px;
    font-weight: 900;
    line-height: 32px;
    color: var(--color-white);
    margin-inline: 2px;
}

.timer__label-description {
    position: absolute;
    font-size: 6px;
    font-weight: 600;
    line-height: 6px;
    text-transform: uppercase;
    font-style: normal;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -6px;
    font-family: "Open Sans";
    color: var(--color-white);
}


.header__container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block: 60px 130px;
    max-width: 665px;
}

.header-title {
    color: #6B1A72;
    text-align: center;
    font-size: 51px;
    font-style: italic;
    font-weight: 700;
    line-height: 95%;
    margin-bottom: 5px;
}

.header-main_prize {
    position: relative;
}

.header-main_kwota {
    position: relative;
}

.kwota-img {
    display: block;
    animation: kwota-shadow-swing 2.5s ease-in-out infinite;
}

@keyframes kwota-shadow-swing {

    0%,
    100% {
        filter: drop-shadow(-25.696px 6.424px 12.848px var(--color-kwota-glow));
    }

    50% {
        filter: drop-shadow(25.696px 6.424px 12.848px var(--color-kwota-glow));
    }
}

@keyframes kwota-shadow-swing-m {

    0%,
    100% {
        filter: drop-shadow(-16px 4px 8px var(--color-kwota-glow));
    }

    50% {
        filter: drop-shadow(16px 4px 8px var(--color-kwota-glow));
    }
}

.header-main_zlotych {
    position: absolute;
    color: #BA2FC4;
    font-size: 51px;
    font-style: italic;
    font-weight: 700;
    line-height: 95%;
    right: 39px;
    bottom: -25px;
}

.logo-box {
    position: absolute;
    left: -174px;
    top: 40px;
    z-index: 1;
}

.kokos {
    position: absolute;
    left: -55px;
    top: -15px;
}

.logo {
    position: relative;
    z-index: 1;
}

.header-paski {
    position: absolute;
    top: 0;
    left: -335px;
}

.action-button {
    color: var(--color-white);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 70%;
    padding: 16px 48px;
    border-radius: 48px;
    border: 3px solid var(--color-white);
    background: var(--color-dark-blue);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.75);
    cursor: pointer;
    margin-right: auto;
    margin-left: 90px;
    position: relative;
    z-index: 1;
    margin-top: 25px;
}

.lisci {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -430px;
}

.section-play-leaf {
    position: absolute;
    right: 0;
    top: 430px;
    transform-origin: center center;
    transform: translateX(83%) rotate(62deg);
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 3;
    max-width: 187px;
}

.section-play-leaf.is-animated {
    transform: translateX(40%) rotate(0deg);
}

.lisci-left {
    position: absolute;
    left: 0;
}

.lisci-right {
    position: absolute;
    right: 0;
    top: 250px;
}

.bg-container {
    max-width: 960px;
    width: 100%;
    position: relative;
    border-radius: 18px;
    background: linear-gradient(178deg, #C70C81 32.26%, #7E2584 98.28%);
    padding: 32px 16px;
    margin-inline: 24px;
    z-index: 2;
}

.title,
.title-play {
    color: var(--color-white);
    text-align: center;
    font-size: 26px;
    font-style: italic;
    font-weight: 700;
    line-height: 110%;
}


.kafli-container {
    margin-bottom: 32px;
}


.los-container {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.section-play {
    overflow-x: clip;
    position: relative;
}

.los-prize {
    position: relative;
    color: var(--color-dark-blue);
    text-align: center;
    border-radius: 12px;
    border: 2px solid #7C1F82;
    width: 173px;
    cursor: pointer;
    height: 150px;
    box-shadow: -16px -16px 16px 0 rgba(0, 0, 0, 0.35) inset, 16px 16px 16px 0 rgba(255, 255, 255, 0.60) inset;
    background: #FFCC01;
}

#b44.los-prize {
    color: #5D5D5D;
    overflow: hidden;
}

.los-prize:not(.priceItemChecked):hover {
    border: 2px solid #FFF;
}

#b1.los-prize {
    background: #EBEBEB;
}

#b3 {
    background-color: #AFE556;

}

#b3::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(/img/kdp/b3_bg.png);
    mix-blend-mode: multiply;
    opacity: 0.3;
    left: 0;
    filter: grayscale(100%);
    background-size: cover;
}

#b3.priceItemChecked::before {
    display: none;
}

#b4 {
    background: url(/img/kdp/sdw1.3/Paski.png) center no-repeat, #04E1DC;
}

#b44 {
    background: url(/img/kdp/sdw1.3/Paski.png) center no-repeat, #999;
    border-radius: 12px;
    border: 2px solid #6C6C6C;
    box-shadow: 16px 16px 16px 0 rgba(0, 0, 0, 0.35) inset, -16px -16px 16px 0 rgba(255, 255, 255, 0.60) inset;
}

#b4.priceItemChecked {
    background: url(/img/kdp/sdw1.3/Paski2.png) center no-repeat, var(--color-pink);
}

#b4 .losy-text {
    margin-top: -7px;
}

#b5 {
    background: url(/img/kdp/sdw1.3/Paski4.svg) center no-repeat, linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(297deg, #FCFCFC -0.62%, #FCF6B7 16.65%, #FCF28B 28.52%, #FCF17B 35%, #F3E571 40.39%, #BD9C34 72.77%, #9B6E0E 95.44%, #8F5D00 107.32%);
    border: 2px solid #7E5D17;
}

.losy5-crown {
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
    z-index: 2;
}

.losy5-wstega {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    bottom: 29px;
}

.label-losy-5_bonus .losy5-wstega {
    bottom: 21px;
}

.losy5-bottom {
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    z-index: 1;
}

.losy5-poswiat {
    display: none;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    z-index: 1;
}

.losy5-poswiat2 {
    display: none;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    z-index: 1;
}

.losy5-stars1 {
    display: none;
    left: 42%;
    position: absolute;
    bottom: -18px;
    transform: translateX(-50%);
    z-index: 2;
}

.losy5-stars2 {
    display: none;
    left: 44%;
    position: absolute;
    top: -32px;
    transform: translateX(-50%);
    z-index: 2;
}

#b5:not(.priceItemChecked):hover .losy5-stars {
    display: block;
}

#b5.priceItemChecked .losy5-poswiat {
    display: block;
}

#b5:not(.priceItemChecked):hover .losy5-poswiat2 {
    display: block;
}

#b5::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
    width: 42px;
    height: 23px;
    background: #A4A15E;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#b5:hover::after {
    background: linear-gradient(180deg, #FFF 16.46%, #A4A15E 60.6%);
}

#b5.priceItemChecked::after {
    background: #FB8FC1;
}

#b5.priceItemChecked .losy5-wstega {
    display: none;
}

@media (max-width: 575px) {
    .losy5-wstega {
        width: 110%;
        top: 7px;
        height: 113px !important;
    }

    .label-losy-5_bonus .losy5-wstega {
        top: 23px;
    }
}

.los-prize.priceItemChecked {
    background-color: var(--color-pink) !important;
    color: var(--color-white) !important;
    border: none;
    box-shadow: 16px 16px 16px 0 rgba(0, 0, 0, 0.35) inset, -8px -8px 16px 0 rgba(255, 255, 255, 0.60) inset;
}

#b5.priceItemChecked {
    background: url(/img/kdp/sdw1.3/Paski.svg) center / cover no-repeat, var(--color-pink) !important;
    border: none;
}

.los-container-box {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.20);
    border-radius: 12px;
}

.los-container-box:hover {
    box-shadow: 0 0 28px 0 #FFF;
}

.los-container-box:has(.priceItemChecked) {
    box-shadow: -2px -2px 4px 0 rgba(0, 0, 0, 0.35), 2px 2px 4px 0 rgba(255, 255, 255, 0.60), 2px 2px 4px 0 rgba(0, 0, 0, 0.20);
}

.losy {
    display: none;
}

.label-losy {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.label-icon {
    font-family: "Open Sans";
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 8px;
    background: #fff;
    color: #e4017f;
    font-size: 10px;
    line-height: 1.45;
    width: fit-content;
    white-space: nowrap;
    margin: -6px auto 0;
    position: relative;
    z-index: 3;
}

.label-icon span {
    position: relative;
    white-space: nowrap;
}

.label-icon span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    right: -2px;
    height: 1.5px;
    background: #e4017f;
    transform: translateY(-50%) rotate(-19deg);
}

.priceItemChecked .label-icon {
    color: var(--color-dark-blue);
}

.priceItemChecked .label-icon span::after {
    background: var(--color-dark-blue);
}

.losy-number {
    font-style: italic;
    font-size: 28px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.84px;
    position: relative;
}

.losy-desc {
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: 800;
    line-height: 90%;
    text-transform: uppercase;
}

.losy-number span {
    font-size: 14px;
}

.losy-text {
    text-transform: uppercase;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 90%;
    position: relative;
}

.label-action {
    color: var(--color-white);
    font-size: 13px;
    padding: 4px 8px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 80%;
    border-radius: 12px;
    border: 2px solid var(--color-white);
    background: var(--color-dark-blue);
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

.label-action2 {
    background: #FFCC01;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.65);

    /*    display: flex;*/
    width: 130%;
    transform: rotate(-25deg);
    padding: 6px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;

    color: #030000;
    text-align: center;
    font-family: "Open Sans Condensed";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 13px */
    text-transform: uppercase;
    position: absolute;
    z-index: 100;
    top: 65px;
    overflow: hidden;
    left: -31px;
}

@media (max-width: 575px) {
    .label-action2 {
        font-size: 11px;
        left: -25px;
    }
}

.los-box-44 {
    position: relative;
}

.los-box-44 .label-action {
    border-radius: 12px;
    border: 2px solid #6C6C6C;
    background: #5D5D5D;
    z-index: 10;
}

.label-price {
    font-size: 13px;
    font-weight: 600;
    margin-top: 12px;
    line-height: 100%;
    font-family: "Open Sans";
    text-transform: uppercase;
}

.losy-name {
    position: relative;
    z-index: 0;
    font-family: 'Kalnia', serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 12px;
    text-align: center;
    color: var(--color-dark-blue);
}

#b44 .losy-name {
    color: #5D5D5D;
}

.losy-name::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    color: #fff;
    -webkit-text-stroke: 6px #fff;
    opacity: 0.6;
    filter: drop-shadow(0 0 1.5px #fff) drop-shadow(0 0 1.5px #fff) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.55));
}

.priceItemChecked .losy-name {
    color: var(--color-white) !important;
}

.priceItemChecked .losy-name::before {
    display: none;
}

#b2 .losy-name {
    color: #BF2FC9;
}

#b3 .losy-name {
    color: #6C9A19;
}

#b4 .losy-name {
    color: var(--color-pink);
}

#b5 .losy-name {
    color: #870000;
}

#b5 .losy-text,
#b5 .losy-number,
#b5 .label-price {
    color: #870000;
}

#b5.priceItemChecked .losy-text,
#b5.priceItemChecked .losy-number,
#b5.priceItemChecked .label-price {
    color: var(--color-white);
}

.losy-change {
    margin-top: 0;
    font-weight: 700;
}

.modal-customize {
    position: absolute;
    display: none;
    color: var(--color-white);
    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 var(--color-white);
    background: rgba(4, 250, 244, 0.75);
    backdrop-filter: blur(16px);
    letter-spacing: -0.32px;
    z-index: 10;
}

.popupButton {
    margin-top: 32px;
    padding: 24px 32px;
    cursor: pointer;
    border-radius: 48px;
    border: 2px solid var(--color-white);
    background: linear-gradient(163deg, var(--color-pink) 46.61%, #A01983 88.35%);
    font-family: Blinker;
    font-size: 22px;
    font-weight: 700;
    line-height: 70%;
    color: var(--color-white);
}

.remember {
    color: var(--color-purple);
    text-align: center;
    font-size: 26px;
    margin: 24px auto;
    line-height: 120%;
    font-style: italic;
    font-weight: 800;
}

.payment-container {
    display: flex;
    gap: 32px;
    position: relative;
    margin-bottom: 42px;
    margin-inline: 48px;
    justify-content: center;
}

.payment-widget {
    position: relative;
}

.title-play {
    margin-bottom: 16px;
}

.payments .title-play {
    margin-bottom: 24px;
}

.dane,
.payments {
    flex: 1;
    margin: 0;
}

.dane .flex-wrap {
    gap: 14px;
}

legend {
    color: var(--color-white);
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 5px;
    font-family: "Open Sans";
}

.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 var(--color-white);
    background: var(--color-white);
}

.forminput::placeholder {
    color: #9C9C9C;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
}

.forminput.error {
    color: var(--color-error);
    border-color: var(--color-error);
}

.forminput.error::placeholder {
    color: var(--color-error);
}

.forminput.success {
    border-color: var(--color-success);
}

.checkValid {
    position: absolute;
    right: 15px;
    top: 40px;
}

.displayNone {
    display: none;
}

.fieldset-input {
    position: relative;
}

.help-block {
    margin-bottom: 5px;
    color: var(--color-white);
    font-size: 12px;
    line-height: 145%;
    font-family: "Open Sans";
}

.with-errors {
    display: none;
}

fieldset,
.form-group {
    width: 100%;
}

.payment-regulamin {
    color: var(--color-white);
    text-align: center;
    font-size: 13px;
    line-height: 145%;
    font-family: "Open Sans";
}

.payment-tab {
    border-radius: 16px 16px 0px 0px;
    padding: 10px;
    background: rgba(0, 10, 59, 0.25);
    flex: 1;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.payment-tab.active {
    background: var(--color-pink);
}

.payment-tabs {
    display: flex;
    gap: 8px;
}

.payment-content {
    border-radius: 0px 0px 16px 16px;
    background: var(--color-pink);
    padding: 16px 24px 32px;
}

.payment-button {
    padding: 24px 32px;
    width: 100%;
    border-radius: 48px;
    border: 3px solid var(--color-white);
    cursor: pointer;
    color: var(--color-white);
    background: var(--color-dark-blue);
    text-align: center;
    font-family: "Russo One";
    font-size: 22px;
    line-height: 70%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.p24-button {
    margin-top: 16px;
}

.container-info {
    text-align: center;
    font-size: 16px;
    margin-block: 48px;
    font-weight: 600;
    line-height: 145%;
    max-width: 866px;
    position: relative;
    font-family: "Open Sans";
}

.left,
.right {
    position: relative;
}

.content-title {
    color: var(--color-purple);
    text-align: center;
    font-size: 42px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 66px;
    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: var(--color-error);
}

.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: 12px;
    letter-spacing: 25px;
    padding-left: calc((100% - 184px) / 2);
    font-weight: 700;
}

.blik-code.full {
    caret-color: transparent;
}

.rules_step {
    text-align: center;
    position: relative;
    border-radius: 24px;
    color: var(--color-purple);
    width: 228.5px;
    padding: 40px 16px 24px;
    background: url(/img/kdp/text-bg.svg) center no-repeat;
    height: 192px;
    background-size: contain;
}

.rules_number {
    position: absolute;
    width: 73px;
    height: 73px;
    color: var(--color-purple);
    text-align: center;
    font-size: 52px;
    line-height: 73px;
    border-radius: 50%;
    background: url(/img/kdp/sdw1.3/Numerek.svg) center no-repeat;
    left: 0;
    right: 0;
    font-weight: 900;
    margin: auto;
    top: -39.5px;
}

.content-text {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    margin-bottom: 64px;
}

.rules_title {
    margin-bottom: 8px;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    line-height: 120%;
}

.rules_text {
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    font-family: "Open Sans";
}

.rays {
    position: absolute;
    left: -27px;
}

.section-rules_bg {
    padding-block: 64px 18px;
    background: rgba(255, 255, 255, 0.30);
}


.faq-box {
    padding-block: 14px;
    max-width: 960px;
    margin-inline: auto;
}

.faq-content {
    margin-top: 0;
    padding: 0;
    font-family: "Open Sans";
}

.info-contents,
.rules-div,
.content {
    width: 100%;
}

.faq-content ol {
    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: var(--color-purple);
    padding: 24px;
    color: var(--color-white);
    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;
    color: var(--color-purple);
}

.faq-content li:last-child details div {
    margin-top: 32px;
}

summary::-webkit-details-marker {
    display: none;
}

.faq-content summary::after {
    content: '+';
    color: var(--color-white);
    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: #E4017F;
}

@media (max-width: 1199px) {
    .kafli-container {
        height: auto;
    }

    .kafli-swiper {
        position: relative;
    }

    .content-text {
        flex-direction: column;
        gap: 62px;
    }

    .rules_step {
        width: calc(100% - 48px);
        height: 150px;
        margin-inline: 24px;
        background: url(/img/kdp/text-bg_m.svg) center no-repeat;
        background-size: 100% auto;
        max-width: 382px;
        padding-top: 40px;
    }
}

@media (max-width: 991px) {
    .kokos {
        left: -20px;
        top: 22px;
        max-width: 96px;
    }

    .logo {
        max-width: 182px;
    }

    .logo-box {
        left: -15px;
    }

    .los-container {
        display: grid;
        grid-template-columns: repeat(2, max-content);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .los-box-5 {
        order: 1;
        grid-column: 1 / -1;
        width: 100%;
    }

    #b5 {
        width: 100%;
        background-size: cover;
    }

    .label-losy-5_bonus .losy5-wstega {
        bottom: 26px;
    }

    body {
        background-size: auto;
    }

    .payment-container {
        flex-direction: column;
        gap: 40px;
        margin-inline: 0;
    }

    .header__container {
        align-items: center;
    }

}

@media (max-width: 767px) {

    .logo-box {
        left: 50%;
        transform: translateX(-50%);
        top: 10px;
    }

    .header__container {
        padding-block: 136px 254.5px;
    }

    .timer-header {
        left: 50%;
        transform: translateX(-50%);
    }

    .noncash-prizes_box {
        right: 40%;
        bottom: 15px;
        transform: translateX(50%);
    }

    .lisci {
        top: -381px;
    }

    .noncash-prizes_images {
        width: 220px;
    }

    .noncash-prizes_box::after {
        top: 98px;
        left: 21%;
        transform: translateX(-50%);
        height: 313px;
        border-radius: 640px;
        background: radial-gradient(50% 50% at 50% 50%, #3E5F09 23.76%, rgba(62, 95, 9, 0.00) 100%);
    }

    .noncash-prizes_title path {
        fill: #fff;
    }

    .noncash-prizes_title {
        color: #FFF;
        font-size: 41px;
        line-height: 67%;
        letter-spacing: -2.858px;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        left: -60px;
        bottom: 52px;
    }

    .header-title {
        font-size: 32px;
        position: relative;
    }

    .kwota-img {
        animation: kwota-shadow-swing-m 2.5s ease-in-out infinite;
        max-width: 310px;
    }

    .header-main_zlotych {
        font-size: 32px;
        right: 28px;
        bottom: -16px;
    }

    .action-button {
        margin-left: auto;
        margin-top: 32px;
        z-index: 3;
    }

    .header-paski {
        max-width: 582px;
        left: 50%;
        transform: translateX(-50%);
        top: -42px;
    }

    .lisci-right,
    .lisci-left {
        top: 0;
        z-index: 1;
    }

    .payment-container {
        align-items: center;
    }

    .dane,
    .payments {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .kafli-container {
        margin-bottom: 24px;
    }

    .los-prize {
        width: 100%;
    }

    .losy-number {
        font-size: 28px;
    }

    .label-action {
        font-size: 11px;
    }

    .label-icon {
        margin-top: 0;
        margin-bottom: 7px;
    }

    .los-prize::before {
        width: 59px;
        height: 59px;
        right: 16px;
        background-size: cover;
    }

    .los-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .logo {
        left: 20px;
    }

    .bg-container {
        padding: 16px;
        padding-bottom: 0;
        margin-inline: 8px;
    }

    .payment-container {
        margin-bottom: 0;
    }

    .container-info {
        margin-bottom: 96px;
    }

    .content-title {
        font-size: 32px;
        margin-bottom: 62px;
    }

    .rules_step {
        width: calc(100% - 16px);
        height: auto;
        min-height: 155px;
    }

    .rules_number {
        width: 69px;
        height: 69px;
        top: -28.5px;
        line-height: 69px;
        background-size: cover;
    }

    .content-text {
        padding: 0;
        gap: 25px;
        margin-bottom: 28px;
    }

    .content-text.faq-content {
        padding: 0;
    }

    .section-rules_bg {
        padding-block: 48px;
        padding-inline: 0;
    }

    .info-contents {
        padding-inline: 9px;
    }

    .faq-box {
        padding-top: 4px;
    }

    .faq-content ol summary {
        margin-bottom: 24px;
    }

    .payment-widget {
        width: calc(100% + 32px) !important;
        right: 16px;
    }

    .payment-content {
        padding: 8px 16px 16px;
    }
}

@media (max-width: 413px) {
    .payment-button {
        font-size: 20px;
    }

    .timer-header {
        padding: 12px 16px;
    }

    .bg-container {
        margin-inline: auto;
    }

    .los-container {
        grid-column-gap: 8px;
    }

    .los-prize {
        min-width: 148px;
    }

    .los-prize::before {
        width: 54px;
        height: 54px;
        right: 5px;
        background-size: cover !important;
    }

    .custom-modal-container {
        padding: 64px 16px;
    }

    .custom-modal-btn {
        padding: 24px 22px;
    }
}

/*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;
    text-align: center;
    color: var(--color-white);
    padding: 64px 48px 48px;
    border-radius: 18px;
    background: linear-gradient(163deg, #F60A83 46.61%, #A01983 88.35%);
    width: calc(100% - 48px);
    right: 0;
    left: 0;
    margin: auto;
    margin-bottom: 100px;
    font-style: italic;
    top: 218px;
}

.custom-modal-title {
    margin-bottom: 32px;
    font-size: 42px;
    font-weight: 700;
    line-height: 95%;
}

.custom-modal-text {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 110%;
}

.custom-modal-chance {
    font-size: 20px;
    font-weight: 700;
    line-height: 80%;
    width: 270px;
    margin: 0 auto 64px;
    height: 145px;
    border-radius: 18px;
    background: #04E1DC;
    color: #041181;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.custom-modal-chance span:not(#gratSzanseOdmiana) {
    font-size: 48px;
    line-height: 90%;
    font-weight: 800;
}

.custom-modal-btn {
    border-radius: 48px;
    font-size: 28px;
    line-height: 25px;
    margin-inline: auto;
    width: fit-content;
    border: 2px solid var(--color-white);
    background: #041181;
    margin-bottom: 64px;
    cursor: pointer;
    padding: 24px 32px;
    font-style: normal;
    font-weight: 700;
}

.custom-modal-btn_close {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
}

.custom-modal-container .timer-box {
    margin-inline: auto;
    color: var(--color-yellow);
}

.custom-modal-container .timer-title {
    font-size: 21px;
    color: var(--color-yellow);
    margin-bottom: 10px;
}

.custom-modal-countdown .left,
.custom-modal-countdown .right {
    color: var(--color-yellow);
    font-size: 37.5px;
}

.custom-modal-container .delimiter {
    transform: rotate(351deg);
    font-size: 21px;
    color: var(--color-yellow);
}

.custom-modal-container .timer__label-description {
    font-size: 7px;
    color: var(--color-yellow);
}

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;
    }
}

.lucky-numbers-row,
.lucky-numbers-row-top {
    width: 100%;
    text-align: center;
    height: 50px;
}

.lucky-numbers {
    background: url(/img/kdp/szn_bg.png);
    background-size: 100% 100%;
    max-width: 340px;
    text-align: center;
    padding: 10px 20px;
    margin: auto;
    color: #000A3B;
    font-family: Saira;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    line-height: 100%;
}

.lucky-numbers span {
    color: #E4017F;
}