/*
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 : 5 lut 2026, 13:45:39
    Author     : katia lapko
*/

body {
    font-family: Oswald;
}
.bodybg {
    background: url(/img/eoz5/bg.png) center 55% no-repeat, #2DBBE3;
    overflow-x: clip;
    position: relative;
    padding-bottom: 64px;
}
.ship, .form-title-main {
    z-index: 2;
    position: relative;
}
.ellipse {
    position: absolute;
    top: -5%;
    transform: translateX(-50%);
    left: 50%;
    max-width: 2090px;
    z-index: 1;
}
.form-title-main  {
    margin-block: 50px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.main-title {
    color: #FFF;
    text-align: center;
    position: relative;
    font-size: 39px;
    font-weight: 700;
    margin-block: 41px;
    line-height: 120%;
    text-transform: uppercase;
    z-index: 1;
    width: 100%;
    max-width: 930px;
    margin-inline: auto;
}
.main-title span {
    position: relative;
    z-index: 1;
}
.title_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bg-container {
    border-radius: 24px;
    margin-bottom: 24px;
    margin-inline: auto;
    width: 100%;
    border: 4px solid #C2C2C2;
    max-width: 930px;
    padding: 16px 24px;
    background: #FFF;
    box-shadow: 0 30px 15.6px -14px rgba(40, 117, 139, 0.40);
    position: relative;
    z-index: 1;
}
.form-title {
    color: #202F7B;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    margin-block: 10px 20px;
}
.orange-ball {
    border-radius: 50%;
    height: 52px;
    width: 52px;
    margin-right: 24px;
    flex-shrink: 0;
    line-height: 52px;
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    background: #F47920;
}
.los {
    display: none;
}
.kafli_bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.priceItem {
    width: 195px;
    height: 250px;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    color: #202F7B;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 0;
}
.los:checked + .los-prize {
    color: #FFF;
}
.los-prize > div {
    position: relative;
    z-index: 1;
}
.los:checked + .los-prize::after {
    content: '';
    width: 135px;
    height: 191px;
    left: 32px;
    top: 31px;
    position: absolute;
    border-radius: 48px;
    border: 6px solid #F5791F;
    background: #202F7B;
}
.label-losy {
    font-size: 48px;
    line-height: 100%;
}
.label-losy-name {
    font-size: 36px;
    line-height: 122%;
}
.label-losy-price {
    line-height: 100%;
    font-size: 21.5px;
}
.label-losy-price span {
    font-size: 14px;
}
.los-box-4 .label-losy-name {
    font-size: 28px;
    line-height: 50%;
}
.los-box-4::before {
    content: "";
    position: absolute;
    height: 39px;
    width: 133px;
    background: url(/img/eoz5/Numer.svg) center no-repeat;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    top: -12px;
}
.los-box-4 .label-losy-name span {
    font-size: 18px;
    line-height: 100%;
    display: block;
}
.inputs-row {
    gap: 15px;
    flex-wrap: nowrap;
    width: 100%;
}
legend {
    color: #202F7B;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
}
.phone {
    position: relative;
}
.tel {
    width: 45px;
    height: 44px;
    position: absolute;
    color: #5F5F5F;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    border-radius: 8px 0 0 8px;
    background: #D9D9D9;
    line-height: 45px;
    top: 2px;
    left: 2px;
}

.forminput {
    font-size: 18px;
    padding-left: 10px;
    color: #1E1E1E;
    border-radius: 10px;
    border: 2px solid #CACACA;
    height: 48px;
    width: 100%;
    background: #FFF;
    max-width: 433px;
}
.forminput::placeholder {
    color: #656565;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: italic;
    line-height: normal;
}
#separatephone {
    padding-left: 55px;
}
.help-block {
    color: #202F7B;
    text-align: center;
    font-size: 14px;
    line-height: normal;
}
.fieldset-input, .form-group {
    width: 100%;
    margin-bottom: 0;
}
.with-errors {
    color: #D13239;
    display: none;
}
.los-container, .los-container > div {
    display: flex;
    gap: 25px;
    justify-content: center;
}
.payment-wrapper, .payment-option {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.payment_method {
    display: none;
}
.pay-label {
    border-radius: 8px;
    border: 2px solid #E7E7E7;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 560px;
    margin-bottom: 16px;
    margin-inline: auto;
    padding: 20px 24px 20px 16px;
}
.payment_method:checked + .pay-label {
    border: 2px solid #202F7B;
}
.pay-label_header {
    display: flex;
    justify-content: space-between;
}
.pay-label_header > div:first-child {
    display: flex;
}
.pay-label_radio {
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 10px;
    border: 2px solid #202F7B;
    border-radius: 50%;
}
.payment_method:checked + .pay-label .pay-label_radio::after {
    content: '';
    background: #202F7B;
    inset: 0;
    margin: auto;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
}
.pay-label_title {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.blik-block {
    margin-top: 17.5px;
}
.blik-block legend {
    font-size: 17px;
    line-height: 15px;
}
#blikcode {
    color: #202F7B;
    font-family: "Roboto Mono";
    max-width: 520px;
    text-align: center;
}
#blikcode::placeholder {
    color: #A8A8A8;
    text-align: center;
    font-family: "Roboto Mono";
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
#blik-help {
    color: #202F7B;
    text-align: center;
    font-size: 14px;
    line-height: normal;
}
.submitBtn {
    color: #FFF;
    text-align: center;
    font-family: "Saira Semi Condensed";
    font-size: 24px;
    border-radius: 28.5px;
    border: 4px solid #202F7B;
    height: 50px;
    max-width: 560px;
    padding: 16px 0;
    width: 100%;
    background: #FA6B27;
    font-weight: 700;
    line-height: 12px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-top: 8px;
    align-items: center;
    gap: 10px;
}
.blik-oneclick-text {
    display: none;
}
.remember {
    color: #202F7B;
    text-align: center;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-block: 50px 34px;
}
.red {
    color: #F47920;
}
.rules-container {
    color: #202F7B;
    text-align: center;
    font-size: 16px;
    line-height: normal;
    margin-top: 34px;
}
.zgody-container {
    color: #202F7B;
    font-size: 16px;
    line-height: 25px;
    max-width: 960px;
}
.checkbox {
    appearance: none;
    margin-right: 24px;
    width: 16px;
    border: 2px solid #000;
    border-radius: 4px;
    height: 16px;
    flex-shrink: 0;
    background: #FFF;
}
.checkbox:checked {
    background: url(/img/epa6/checkbox2.svg) center no-repeat, #FFF;
}
#consent_all {
    margin-right: 15px;
    width: 25px;
    height: 25px;
}
#consent_all:checked {
    background: url(/img/epa6/checkbox.svg) center no-repeat, #FFF;
}
#consent_all_label {
    font-weight: 600;
}
.show-consent {
    color: #FA6B27;
    cursor: pointer;
}
.zgody-container > .col-12 {
    margin-bottom: 15px;
}
.links {
    cursor: pointer;
    text-decoration: underline;
}
@media (min-width: 992px) {
    .label {
        transform: rotate(10.713deg);
        position: absolute;
        bottom: -100px;
        right: -13px;
    }
    .show-consent {
        display: none;
    }
}
@media (min-width: 769px) {
    .modal-dialog {
        max-width: 80vw;
    }
}
@media (max-width: 991px) {
    .form-title-main {
        flex-direction: column;
        margin-block: 24px 0;
        gap: 0;
    }
    .label {
        max-width: 250px;
    }
    .eska {
        max-width: 234px;
        margin-bottom: 14px;
    }
    .napis {
        max-width: 306px;
    }
    .ship {
        max-width: 350px;
        margin-inline: auto;
        top: -10px;
    }
    .main-title {
        font-size: 18px;
        margin-block: 10px 24px;
        max-width: 333px;
        line-height: 120%;
    }
    .title_bg {
        max-width: 400px;
    }
    .ellipse {
        top: 0;
        max-width: 1399px;
    }
    .kafli_bg {
        max-width: 147px;
    }
    .priceItem {
        padding-top: 40px;
        width: 147px;
        height: 189px;
    }
    .label-losy {
        font-size: 38px;
        line-height: 100%;
    }
    .label-losy-name {
        font-size: 27px;
        line-height: 122%;
    }
    .label-losy-price {
        line-height: 100%;
        font-size: 16px;
    }
    .label-losy-price span {
        font-size: 11px;
    }
    .los:checked + .los-prize::after {
        width: 102px;
        height: 144px;
        left: 22px;
        top: 22px;
        border-radius: 35px;
    }
    .los-box-4 .label-losy-name {
        font-size: 21px;
        line-height: 47%;
    }
    .los-box-4 .label-losy-name span {
        font-size: 13px;
        line-height: 113%;
    }
    .los-box-4::before {
        height: 30px;
        width: 104px;
        background-size: cover;
    }
    .los-container, .los-container > div {
        gap: 17px;
    }
    .los-container {
        flex-direction: column;
    }
    .inputs-row {
        flex-direction: column;
    }
    .forminput {
        max-width: 100%;
    }
    .bodybg {
        background-image: url(/img/eoz5/bg.svg);
        background-position-y: 0%;
        background-position-x: left;
    }
    .zgody-container, .rules-container {
        background: #2DBBE3;
    }
    .bg-container {
        max-width: calc(100% - 30px);
    }
    .mobile_hidden {
        display: none;
    }
    .consents-container-box > div {
        flex-direction: column;
        align-items: flex-start !important;
    }
}
@media (max-width: 393px) {
    .main-title {
        font-size: 18px;
    }
    .title_bg {
        max-width: 340px;
    }
    .bg-container {
        padding: 16px;
    }
}
/*gratulacje*/
.label_red {
    position: absolute;
    transform: rotate(10.713deg);
    right: -800px;
    bottom: -50px;
    left: 0;
    margin: auto;
}
.ship_grat {
    position: absolute;
    top: 500px;
    left: 455px;
    transform: translateX(-100%);
}
.thx-container {
    overflow: clip;
    padding-bottom: 64px;
    position: relative;
}
.section-gratulation-title {
    margin-block: 50px 37px;
    position: relative;
    z-index: 1;
}
.section-gratulation-title svg, .section-gratulation-subtitle svg {
    overflow: visible;
    height: 70px;
}
.orange-line {
    font-size: 68px;
    stroke-width: 14px;
    fill: #F47920;
}
.section-gratulation-title text, .section-gratulation-subtitle text {
    font-weight: 600;
    text-anchor: middle;
    dominant-baseline: text-before-edge;
    text-transform: uppercase;
}
.text-stroke-only {
    fill: none;
    stroke: #fff;
}
.section-gratulation-subtitle {
    color: #202F7B;
    z-index: 2;
    text-align: center;
    position: relative;
    font-size: 48px;
    font-weight: 600;
    line-height: 61px;
    text-transform: uppercase;
    margin-bottom: 64px;
}
.section-gratulation-subtitle span {
    display: flex;
    align-items: center;
    gap: 13px;
}
.section-gratulation-subtitle svg {
    height: 50px;
    width: 224px !important;
}
.orange-line2 {
    fill: #F5791F;
    font-size: 48px;
    stroke-width: 12px;
}
.section-gratulation-data {
    border-radius: 24px;
    width: 635px;
    height: 160px;
    padding: 10px;
    max-width: 100%;
    margin-inline: auto;
    border: 4px solid #C2C2C2;
    background: #FFF;
    color: #202F7B;
    font-size: 24px;
    line-height: 28px;
    box-shadow: 0 30px 15.6px -14px rgba(0, 0, 0, 0.25);
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-gratulation-subtitle2 {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    margin-block: 64px 16px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}
.btn-play-gratulation {
    width: 349px;
    color: #FFF;
    text-align: center;
    font-family: "Saira Semi Condensed";
    font-size: 24px;
    height: 50px;
    border-radius: 28.5px;
    border: 3px solid #FFF;
    background: #FA6B27;
    cursor: pointer;
    font-weight: 700;
    line-height: 50px;
}
.btn-play-gratulation a {
    color: inherit;
}
#gratulation {
    background: #2DBBE3;
}
.waves {
    position: absolute;
    right: 0;
    top: 195px;
}
.waves2 {
    position: absolute;
    left: 0;
    top: 395px;
}
.thx-container .ellipse {
    top: -1%;
}
@media (max-width: 1300px) {
    .ship_grat {
        left: 275px;
    }
}
@media (max-width: 991px) {
    .ship_grat {
        position: relative;
        top: 0;
        left: 0;
        transform: translateX(0);
        max-width: calc(100% - 32px);
    }
    .section-gratulation-title .orange-line {
        font-size: 58px;
        stroke-width: 14px;
    }
    .section-gratulation-title {
        margin-block: 29px 12px;
    }
    .section-gratulation-subtitle {
        font-size: 32px;
        margin-bottom: 48px;
        line-height: 37px;
    }
    .thx-container {
        padding-bottom: 48px;
    }
    .btn-play-gratulation {
        width: calc(100% - 32px);
        margin-bottom: 16px;
    }
    .section-gratulation-subtitle span {
        gap: 8px;
        flex-direction: column;
    }
    .orange-line2 {
        font-size: 40px;
        stroke-width: 8px;
    }
    .section-gratulation-data {
        height: fit-content;
        width: calc(100% - 32px);
        margin-inline: 16px;
        padding: 18px 24px;
    }
    .thx-container .ellipse {
        max-width: 1625px;
        top: 0;
    }
    .section-gratulation-subtitle2 {
        font-size: 22px;
        margin-block: 48px 16px;
    }
}
.displayNone {
    display: none;
}
.valid-ok, .valid-fail {
    position: absolute;
}
.error {
    color: #D13239;
}
.forminput.error, .checkbox + .consentLabel.error {
    border-color: #D13239;
}
/*popupy*/

.modal-customize .modal-content {
    border-radius: 10px;
    border: 2px solid #F5791F;
    background: url(/img/eoz5/waves_popups.svg) left 50px no-repeat, #2DBBE3;
    backdrop-filter: blur(2px);
    color: #233544;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    height: 470px;
    line-height: 120%;
}
.popupButton {
    width: 400px;
    height: 50px;
    border-radius: 28.5px;
    border: 4px solid #202F7B;
    background: #FA6B27;
    color: #FFF;
    text-align: center;
    font-family: "Saira Semi Condensed";
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    line-height: 45px;
    margin-inline: auto;
    margin-top: 67px;
    max-width: 100%;
}
.modal-customize .modal-body {
    padding: 24px;
}
.modal-customize img {
    margin-inline: auto;
    margin-bottom: 24px;
}
.kolo {
    width: 160px;
}
.popup-blik {
    width: 100px;
}
.modal-customize .modal-body > .d-flex {
    justify-content: flex-end;
}
@media (min-width: 769px) {
    .modal-customize .modal-dialog {
        max-width: 720px;
    }
}
/*bonus*/
.old-losy {
    font-size: 24px;
    position: relative;
    line-height: 100%;
    width: fit-content;
    margin-inline: auto;
}
.los-container_bonus {
    position: relative;
}
.old-losy::after {
    content: '';
    position: absolute;
    background: #F33E2E;
    height: 3px;
    width: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.los-container_bonus .priceItem {
    padding-top: 45px;
}
.los-container_bonus .los-box-4::before {
    display: none;
}
.los-prize > .bonus_diff {
    position: absolute;
    height: 39px;
    width: 133px;
    background: url(/img/eoz5/Numer2.svg) center no-repeat;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    top: -12px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 39px;
    text-transform: uppercase;
}
.bonus_label {
    position: absolute;
    height: 57px;
    width: 227px;
    background: url(/img/eoz5/Numer3.svg) center no-repeat;
    z-index: 2;
    right: 13px;
    top: -75px;
}
@media (max-width: 991px) {
    .old-losy {
        font-size: 18px;
    }
    .los-container_bonus .priceItem {
        padding-top: 33px;
    }
    .los-prize > .bonus_diff {
        font-size: 25px;
        background: url(/img/eoz5/Numer4.svg) center no-repeat;
    }
    .bonus_label {
        right: 0;
        top: -140px;
        left: 0;
        margin: auto;
    }
}