/*
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 : 26 sty 2023, 10:28:37
    Author     : katyalapko
*/
body{
    font-family: 'Roboto Condensed';
}

.green-row{
    background: #026EA7;
    padding:30px 0;
    font-weight: 700;
    font-size: 35px;
    line-height: 37px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}

.blik-oneclick-text {
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #6E6E6E;
    display: none;
    white-space: nowrap;
}
input[name=language] {
    display: none;
}

.countrySelector {
    margin-right: 10px;
    text-decoration: underline;
    cursor: pointer;
}
.title{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #026EA7;
    text-align: center;
}
.title-first{
    margin: 20px 0 30px 0;
}
.red{
    color: #B341BA;
}
.big-money{
    font-size: 42px;
    white-space: nowrap;
}
/*timer*/
#timer1 div{
    display: inline-block;
}
#timer1 > div:first-child {
    margin: 0;
}
.left, .right, .right2 {
    background: #026EA7;
    border-radius: 8px;
    color: #FFCC01;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    padding: 5px;
    position: relative;
}

.left::after, .right::after, .right::after {
    content: "";
    background: #026EA7;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
}

.delimiter {
    color: #016EA7;
    font-weight: 900;
    font-size: 22px;
    line-height: 32px;
}
#timer1 div[id^="title-"]{
    display: block;
    margin-left: -7px;
    width: 100%;
    color: #026EA7;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 9px;
    line-height: 18px;
}
.new-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:20px 0 10px 0;
}
#timer1 #title-seconds {
    margin-left: 3px;
}
/*losy*/
.ileBonusow{
    width: 189px;
    height: 174px;
    background: #FFFFFF;
    border: 3px solid #ADAAB2;
    border-radius: 25px;
    font-family: 'Roboto';
    color: #026EA7;
    text-align: center;
    padding: 17px 0;
    margin:0 5px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;

}
.losowania, .losowania-promocja {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Roboto Condensed';
}
@media(max-width: 768px) {
    .losowania, .losowania-promocja {
        line-height: 17px;
    }

}
.losowania span {
    font-size: 22px;
    font-family: 'Roboto';
    font-weight: 800;
}
.losowania span.losy-big{
    font-weight: 900;
    font-size: 32px;
}


.promocja-red {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 17px !important;
    line-height: 10px !important;
    color: #B341BA;
    position: absolute;
    left: 50%;
    top: 20px;
    letter-spacing: 0.2em;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
}
@media(max-width: 768px) {
    .promocja-red {
        top: 12px;
    }

}
.losowania.losy-title{
    margin-bottom: 17px;
}
#b7 .losowania.losy-title,
#b6 .losowania.losy-title{
    margin: 14px 0 5px;
}

.losCena{
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    bottom: 37px;
    left:50%;
    transform: translateX(-50%);
    text-transform: none;
}
.circle{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
   width: 54px;
height: 54px;
    bottom: -28px;
    background: #FFFFFF;
    border-radius: 50px;
    border: 3px solid #ADAAB2;
    z-index: 2;
}
@media(max-width: 768px) {
    .circle {
  left: 100.8%;
  bottom: 50%;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
}
    .losowania.losy-title {
        margin-bottom: 6px;
    }
}
.ileBonusow::after{
content: "";
position: absolute;
width: 38px;
height: 38px;
border-radius: 50%;
left: 50%;
transform: translateX(-50%);
bottom: -19px;
background: #FFFFFF;
z-index: 2;
}
.ileLosowChecked{
    background: linear-gradient(222.88deg, #FFD949 13.14%, #FEB714 77.68%);
    color: #4C5DBE;
    border: 5px solid #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
.ileLosowChecked .circle{
    background: #FEB714;
}
@media(max-width: 768px) {
    .ileLosowChecked .circle{
        background: #FFD949;
    }
}
.ileLosowChecked::after{
    background:#4C5DBE;
}
.ileBonusow::before{
content: url(/img/sngp/notcheck-los2.svg);
position: absolute;
left: 65px;
bottom: -26px;
z-index: 3;
}
.ileBonusow.ileLosowChecked::before{
 content: url(/img/sngp/check-los2.svg);
position: absolute;
left: 65px;
bottom: -32px;
z-index: 3;
}

.border-customize{
    margin: 52px 14px 0 14px;
    height: 3px;
    background:#026EA7;
    position: relative;
}

.nowosc {
    position: absolute;
    top: -12px;
    left: 41px;
    width: 118px;
    height: 26px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 23px;
    color: #016EA7;
    background: #133C8B;
    border-radius: 25px;
    animation: nowosc-change 1.5s infinite;
}

@keyframes nowosc-change {
    0% {
        color: #016EA7;
        text-shadow: 0px 0px 0px #133C8B;
        border: 2px solid #133C8B;
    }
    40% {
        color: #FFCC01;
        text-shadow: 0px 0px 4px #FFCC01;
        border: 2px solid #FFCC01;
    }
    60% {
        color: #FFCC01;
        text-shadow: 0px 0px 4px #FFCC01;
        border: 2px solid #FFCC01;
    }
    100% {
        color: #016EA7;
        text-shadow: 0px 0px 0px #133C8B;
        border: 2px solid #133C8B;
    }
}
/*niespodzianka*/
#animation {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width:100%;
    overflow: hidden;
border-radius: 25px;
}
.kwiat-desktop{
    width:100%;
}
.prezent4 {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.prezent4-animation {
    transform: rotate(-4.66deg);
    animation: shake 0.8s infinite;
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }
      33.3% {
        transform: rotate(9.32deg);
    }
    66.6% {
        transform: rotate(-9.32deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.ileLosowChecked#b6{
    background: #FFFFFF;
}

/*form*/
.title-second{
    margin:30px 0;
}
input{
    background: #FFFFFF;
    border: 2px solid #026EA7;
    border-radius: 12px;
    height: 48px;
    width: 300px;
    padding-left: 10px;
}

.formInputLabel{
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 18px;
    color: #026EA7;
    margin-bottom: 5px;
}
.inputfield {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

input::placeholder{
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 48px;
    color: #A8A8A8;
    font-style: italic !important;

}
/*zgody*/
input[type=checkbox]{
    display: none;
}
.control_indicator{
    background: #FFFFFF;
    border: 2px solid #026EA7;
    border-radius: 2px;
    width: 25px;
    height: 25px;
    position: relative;
    margin-right: 10px;
    flex-shrink: 0;
}

.control input:checked ~ .control_indicator::after{
    content: url(/img/sngp/check-consent4.svg);
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
}
.zgoda-tekst{
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 20px;
    color: #026EA7;
}
.span-link{
    text-decoration: underline;
    cursor: pointer;
}
.control-row{
    padding-top: 20px;
}

/*płatności*/
#blikcode{
    width:156px;
    margin-top:5px;
    padding-left: 0;
    text-align: center;
    font-size: 20px;
}
#blikcode::placeholder{
    text-align: center;
    font-family: 'Roboto Mono';
    font-weight: 500;
}
.blik-legend{
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
    color: #016EA7;
    text-align: center;
}
.submitBtn{
    background: linear-gradient(224.59deg, #FFDA4B 2.34%, #FEB510 95.98%);
    box-shadow: -3px 3px 4px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    width: 166px;
    height: 83px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    color: #4A4A4A;
    padding:8px 0 13px 0;
    cursor: pointer;
}
.form-group-blik {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.form-group-przelewy {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.or-payment {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 19px;
    color: #27348B;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.or-payment::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 10px;
    height: 70px;
    width: 1px;
    background: #27348B;
}
.or-payment::after {
    content: "";
    position: absolute;
    top:0;
    right: 10px;
    height: 70px;
    width: 1px;
    background: #27348B;
}
.blikButton{
    margin-top:8px;
}
/*#payForm{
    margin-bottom: 49px;
}*/
.fieldset-input{
    position:relative;
}
.footer2{
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #026EA7;
    margin:49px 0;
}
.section-remember{
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #026EA7;
    margin-bottom: 59px;
    text-transform: none;
}
.small2{
    font-size: 17px;
}
.error, .errorshadow {
    border: 2px solid red;
}
.errortext{
    color:red;
}
.success{
    border: 2px solid #27AE60;
}
.with-errors{
    text-align: center;
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
    color: #EB5757;
    display: none;
    padding-top: 6px;
}
.valid-ok, .valid-fail {
    position: absolute;
    top: 36px;
    right: -9px;

}
.blik-code-form .valid-ok,
.blik-code-form .valid-fail {
    top: 18px;
}
.displayNone{
    display: none;
}

/*popups*/
.modal-body {
    color: #4E4E4E;
    text-transform: none;
    text-align: justify;
    font-family: 'Roboto';
}

.btnBg {
    background: #FFD100;
    cursor: pointer;
}
.popupButton{
    width: 64px;
    height: 34px;

    background:#202F7B;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    font-family: 'Roboto';
    width: 64px;
    height: 34px;
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:18px;
}

.modal-customize{
    background: rgba(1, 110, 167, 0.17);
    border-radius: 5px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #202F7B;
    padding:20px 0;
    width:100%;
    margin-top:40px;
    display: none;
    position: relative;
}

.modal-customize {
    padding-bottom: 20px;
}
.popupButton {
    left: 0;
    right: 0;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    bottom: 0;
    margin-top: 10px;
    transform: translateY(0);
    position: relative;
    top: 0;
}
.modal-header{
    align-items: center;
    border-bottom: 3px solid #183691;
    padding:16px 0;
    margin:0 61px;
}
.modal-title{

    color: #183691;
    font-weight: 700;
    font-size: 37px;
    line-height: 52px;
    text-transform: uppercase;
}
.close,
.close:hover{
    color: #183691;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    opacity: 1;
}
.close:focus{
    outline: none;
}
/*thx page*/

.btn-thx{
    color: #026EA7;
    padding: 25px 48px 25px 40px;
    background: #FFCC01;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
}
.btn-thx:hover{
    text-decoration: none;
    color: inherit;
}
.konto{
    position: relative;
}
.konto img{

    bottom: -20px;
    left:0;
    right: 0;
    margin: auto;
    position: absolute;
    min-width: 241px;
}
@media (max-width:768px){
.prezent4 {
  top: 20px;
}
    #blikcode{
        width: 166px;
    }
    .or-payment::after {
        top: 10px;
        right: -107px;
        height: 1px;
        width: 100px;
    }
    .or-payment::before {
        bottom: 8px;
        right: 31px;
        height: 1px;
        width: 100px;
    }
    .or-payment{
        margin: 8px 0 24px 0;
    }
}
@media (max-width:768px){
    .modal-header {
        margin: 0 15px;
        flex-direction: column-reverse;
    }
    .modal-body {
        text-align: left;
    }
    .green-row{
        font-size: 31px;
        line-height: 31px;
    }
    .big-money{
        font-size: 33px;
    }
    .new-timer {
        flex-direction: column;
        margin: 20px 0 14px 0;
    }
    #timer1{
        margin-top:5px;
    }
    /*losy*/
    .row-los{
        flex-direction: column;
        align-items: center;
    }
    .ileBonusow {
        width: 260px;
        height: 109px;
        margin: 9px 0;
        padding:0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .ileBonusow#b6{
        justify-content: flex-start;
    }
 #b6 .losowania.losy-title {
  margin: 25px 0 5px;
}
    #b5 {
        height: 129px;
    }
    #b6{
        height: 145px;
    }
    .ileBonusow:after{
        left: auto;
bottom: 50%;
top: 50%;
transform: translateY(-50%) translateX(-50%);
right: -40px;
    }
    .ileLosowChecked::before {
        left: 213px;
        bottom: 23px;
        transform: translateY(-50%) translateX(-50%);
    }
    .ileLosowChecked{
        background: linear-gradient(310.93deg, #FFD949 53.24%, #FEB714 91.68%);
    }

    .losCena{
        position: relative;
        bottom:-5px;
        left: 0;
        transform: translateX(0);
        text-transform: none;
    }
    .border-customize {
        margin: 62px 0 0 0;
        padding: 0;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .margin-top-santa {
        margin-top: 102px;
    }
    input {
        width: 276px;
    }
    .nowosc {
        left: 60px;
    }

    .footer2 {
        margin: 36px 0;
    }
    .section-remember{
        padding: 0 15px;
    }
    .title-first {
        margin: 20px 0 ;
    }
    /*popupy*/
    .modal-customize{
        height: 190px;
        padding: 20px 15px ;
    }
    .modalGratulationPrzelewPopup,
    .modalBlikEmptyCodeErrorPopup,
    .modalFormValueErrorPopup,
    .modalRulesErrorPopup{
        height:150px;
    }
}


/*questionnaire*/

.displayNone{
    display: none;
}
.container-ankieta{
    padding: 40px 0;
}
.header img{
    width: 100vw;
}

.gray-bg {
    background-color: #E8E8E8;
}

/*TITLES*/
.title-container {
    height: 175px;
}
.title-absolute{
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #026EA7;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto;
    top: 35px;
    text-align: center;
}
.title-absolute span {
    font-size: 24px;
    line-height: 30px;
}
.title-absolute img{
    margin-top: 15px;
}

/*questions*/
.questionItem2{
    max-width: 561px;
}

.container-background {
    background: #E8E8E8;
    padding-bottom: 50px;
    border-radius: 6px;
}

@media (max-width:768px){
    padding-bottom: 30px;
}

.container-noborder:not(:first-child),
.container-noborder:not(:last-child){
    border-radius: 0;
}
.container-noborder:first-child{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.container-noborder:last-child{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.container-padding:first-child {
    padding-top: 30px;
}
.questionTitle{
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #026EA7;
    text-align: center;
    margin-bottom: 10px;
}
.questionTitle1431, .questionTitle1432, .questionTitle1434, .questionTitle1435, .questionTitle1361 {
    font-weight: 700;
    font-size: 24px;
}
.questionChoice{
    width: 34px;
    height: 34px;
    background: #FFCC01;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    position: relative;
    margin:0 20px;
    flex-shrink: 0;
    background-position: center;
    cursor: pointer;
}
.questionLabelClick {
    cursor: pointer;
}
.Choice1{
    background-image: url(/img/sngp/mordy/notcheck-1.svg);
}
.Choice2{
    background-image: url(/img/sngp/mordy/notcheck-2.svg);
}
.Choice3{
    background-image: url(/img/sngp/mordy/notcheck-3.svg);
}
.Choice4{
    background-image: url(/img/sngp/mordy/notcheck-4.svg);
}
.Choice5{
    background-image: url(/img/sngp/mordy/notcheck-5.svg);
}
.questionChoice::after {
    content: "";
    width: 18px;
    height: 4px;
    border-radius: 4px;
    background: #FFFFFF;
    position: absolute;
    right: -31px;
    top: 50%;
}
.questionChoice::after {
    content: "";
    width: 18px;
    height: 4px;
    border-radius: 4px;
    background: #FFFFFF;
}
.red-ball:checked + .questionChoice{
    background: #FECD08;
    border: 2px solid #FFF;
    width: 38px;
    height: 38px;
}
.red-ball:checked + .questionChoice:after{
    background-color: #DBDBDB;
}
.red-ball:checked + .Choice1{
    background-image: url(/img/sngp/mordy/check-1.svg);
    background-position: center center;
}
.red-ball:checked + .Choice2{
    background-image: url(/img/sngp/mordy/check-2.svg);
    background-position: center center;
}
.red-ball:checked + .Choice3{
    background-image: url(/img/sngp/mordy/check-3.svg);
    background-position: center center;
}
.red-ball:checked + .Choice4{
    background-image: url(/img/sngp/mordy/check-4.svg);
    background-position: center center;
}
.red-ball:checked + .Choice5{
    background-image: url(/img/sngp/mordy/check-5.svg);
    background-position: center center;
}
.questionAnswerItemChoice:last-child .questionChoice::after {
    display: none;
}
.questionAnswerItemNotSelected .questionChoice{
    background: #DBDBDB;
    border:none;
}
.questionAnswerItemNotSelected .questionChoice:after{
    background: #DBDBDB;
}
.questionAnswerItemNotSelected .Choice1{
    background-image: url(/img/sngp/mordy/notcheck-1.svg);
}
.questionAnswerItemNotSelected .Choice2{
    background-image: url(/img/sngp/mordy/notcheck-2.svg);
}
.questionAnswerItemNotSelected .Choice3{
    background-image: url(/img/sngp/mordy/notcheck-3.svg);
}
.questionAnswerItemNotSelected .Choice4{
    background-image: url(/img/sngp/mordy/notcheck-4.svg);
}
.questionAnswerItemNotSelected .Choice5{
    background-image: url(/img/sngp/mordy/notcheck-5.svg);
}
.questionItem2 {
    margin: 16px 0;
    align-items: center;
}
.questionChoice_second::after {
    content: "";
    width: 16px;
    height: 16px;
    background: #26358C;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    left: 7px;
    top: 7px;
    position: absolute;
    display: none;
}
.questionAnswerItemNotSelected .questionChoice_second{
    background: #FFCC01;
    border: 2px solid #FFFFFF;
}
.blue-ball:checked ~ .questionChoice_second::after {
    display: block;
}
.questionText{
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: #026EA7;
}
textarea{
    border: 1px solid #020A2F;
    border-radius: 6px;
    width: 561px;
    height: 85px;
}
.questionTitleBold {
    margin:30px 0 35px 0;
}
.container-payments{
    padding-top:46px;
}

fieldset legend {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    color: #303E4B;
}

/*zgoda*/

.zgoda-label{
    background: #FFCC01;
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    width: 24px;
    height: 24px;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.15);
    position: relative;
    flex-shrink: 0;
    margin:0 27px 0 0;
}
input[type="checkbox"]:checked ~ .zgoda-label::before {
    content: "";
    background: #26358C;
    height: 9px;
    width: 3px;
    transform: skew(38deg, 0);
    display: block;
    right: 12px;
    position: absolute;
    top: 8px;
}
input[type="checkbox"]:checked ~ .zgoda-label::after {
    content: "";
    background: #4A4A4A;
    height: 14px;
    width: 3px;
    transform: skew(332deg, 0);
    display: block;
    position: absolute;
    left: 12px;
    top: 3px;
}
input[type=checkbox],
input[type=radio]{
    display: none;
}
.zgoda-text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #29398B;
}
.zgoda{
    display:flex;
    align-items: center;
    margin-bottom: 37px;
    margin-top:15px;
}

/*popups*/

.modal-content {
    max-width: 550px;
}

.close-error-popup{
    font-size: 25px;
    cursor: pointer;
}

.close-button {
    background: #FFCC01;
    border-radius: 15px;
    width:125px;
    height: 38px;
    text-align: center;
    font-weight: 700;
    font-size: 21px;
    line-height: 38px;
    text-shadow: 0px 0px 22px rgba(22, 33, 86, 0.5);
    color: #026EA7;
    cursor: pointer;
}
@media (min-width:1024px){
    .modal-body {
        padding: 50px 30px;
    }
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 90vw;
    }
}

@media (min-width:440px){
    .mobile{
        display: none;
    }
}

@media (max-width:991px){
    #separatephone{
        margin-right: 0;
    }
    .zgoda{
        margin-top: 48px;
    }

}
@media (max-width:768px){

    /*    .title-container {
            height: 215px;
        }*/
    .title-absolute{
        font-size: 24px;
        line-height: 24px;
    }
    .title-absolute span {
        font-size: 19px;
        line-height: 25px;
    }
    input{
        width: 265px;
    }
    .questionChoice::after {
        right: -37px;
    }
    .questionChoice::after {
        width: 25px;
    }
    .questionChoice {
        margin: 0 21px;
    }
    .zgoda-text{
        line-height: 18px;
    }
    .ileBonusow::before {
       left: auto;
transform: translateY(-50%) translateX(-50%);
top: 42%;
bottom: 50%;
width: 65px;
display: block;
height: 72px;
right: -71px;
    }


    .ileBonusow.ileLosowChecked::before {
        left: auto;
bottom: 50%;
right: -78px;
top: 56%;
    }


}

@media (max-width: 440px){
    .desktop{
        display:none;
    }
    .questionChoice::after {
        display: none;
    }
    .questionChoice {
        margin: 0 10px;
    }
    .zgoda-label {
        margin: 0 20px 0 10px;
    }
    .zgoda-text{
        font-weight: 600;
        line-height: 18px;
    }
    .questionText{
        font-size: 20px;
        line-height: 22px;
    }
    .title-absolute{
        font-size: 18px;
        line-height: 22px;
    }
    .questionTitle{
        font-size: 20px;
        line-height: 24px;
    }
    .questionTitleBold{
        margin-top:30px;
    }
}

.white-frame {
    background: #FFFFFF;
    border: 5px solid #D8D8D8;
    border-radius: 24px;
}
.question-container {
    max-width: 930px;
}
.q-title-bg {
    background-color: #026EA7;
    color: #FFFFFF;
}
.q-title-1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 52.53px;
    line-height: 92%;
}
@media (max-width:768px){
    .q-title-1 {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 900;
        font-size: 26.3088px;
        line-height: 92%;
    }
}
.q-title-2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-size: 97.5257px;
    line-height: 92%;
}
@media (max-width:768px){
    .q-title-2 {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 900;
        font-size: 48.8443px;
        line-height: 92%;
    }
}
.q-title-3 {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    align-items: center;
    text-align: center;
    color: #026EA7;
    max-width: 900px;
}
@media (max-width:768px){
    .q-title-3 {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 120%;
    }
}
.questionTextareaTitleBold {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 78px;
    align-items: center;
    text-align: center;
    color: #026EA7;
}
@media (max-width:768px){
    .questionTextareaTitleBold {
        line-height: 28px;
    }
}
.modal-content {
    margin: auto;
    background: #F9F9F9;
    border: 6px solid #FFFFFF;
    border-radius: 25px;
    opacity: 0.9;
}
.modal-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    color: #026EA7;
}

.modal-customize-new {
    position: absolute;
    width: 657px;
    height: 223px;
    left: 20%;
    top: -250px;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(24, 54, 145, 0.25);
    backdrop-filter: blur(4px);
    border-radius: 5px;
    padding-top: 70px;
}

@media (max-width:991px){
    .modal-customize-new {
        left: 4%;
    }
}

@media (max-width:768px){
    .modal-customize-new {
        width: 90%;
        height: 353px;
        left: 5%;
        top: -390px;
        padding-top: 110px;
    }
}

.question-popup {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(232, 232, 232, 0.55);
    backdrop-filter: blur(4px);
    z-index: 10;
}
.question-popup-title {
    background: #E8E8E8;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    line-height: 37px;
    text-align: center;
    color: #026EA7;
}
.question-popup-yes {
    width: 195px;
    height: 69px;
    background: #026EA7;
    border-radius: 15px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    line-height: 69px;
    text-align: center;
    color: #FFCC01;
    cursor: pointer;
}
.question-popup-no {
    width: 195px;
    height: 69px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 37px;
    line-height: 69px;
    text-align: center;
    text-decoration-line: underline;
    color: #026EA7;
    margin-left: 10px;
    cursor: pointer;
    background: #E8E8E8;
}
.questionTitle1529 {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #026EA7;
}
.questionAnswerItem10566, .questionAnswerItem10567, .questionAnswerItem10568, .questionAnswerItem10569, .questionAnswerItem10570, .questionAnswerItem10571 {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 12px 0;
    margin: 8px 0;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #183691;
}
.control_indicator-1529 {
    margin-left: 15px;
    margin-top: 8px;
}
.questionChoice_1529:after {
    content: url(/img/sngp/check-consent3.svg);
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.blue-ball:checked ~ .questionChoice_1529:after {
    display: block;
}
.answer-desc {
    display: none;
    padding: 15px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #026EA7;
}
.blue-ball:checked ~ .answer-desc {
    display: block;
}
.questionItem1529 {
    max-width: 730px;
    align-items: center;
}
.container-background_1529{
    background: #E8E8E8;
    padding-bottom: 50px;
    border-radius: 6px;
    max-width: 600px;
    padding-left: 40px;
    padding-right: 40px;
}
@media (max-width:768px){
    .container-background_1529{
        padding-left: 0;
        padding-right: 0;
    }
}
.question-popup-submit {
    width: 391px;
    height: 69px;
    background: radial-gradient(50% 50% at 50% 50%, #EBB33C 0%, #F7D051 100%);
    border-radius: 15px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    color: #026EA7;
    text-align: center;
    align-items: center;
    display: grid;
    cursor: pointer;
}
@media (max-width:768px){
    .question-popup-submit {
        width: 260px;
        height: 88px;
    }
}