/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18.07.2023, 13:02:58
    Author     : katya lapko
*/

body{
    background: #F6F6F6;
    color: #33384D;
    font-family: K2D;
}

.row{
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
}
a, a:hover {
    color: inherit;
    text-decoration: none;
}
label{
    margin-bottom: 0;
}
.displayNone {
    display: none;
}
input[type=radio], input[type=checkbox] {
    display: none;
}
/*titles*/
.title-play{
    font-size: 31px;
    font-weight: 700;
    line-height: 31px;
}
.red{
    color: #F52E17;
}
.subtitle-play {
    font-size: 25px;
    font-weight: 700;
    line-height: 120%;
    margin: 10px 0;
}
.title-form {
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    display: flex;
    align-items: center;
    padding: 0;
}
.number-ball{
    margin-right: 10px;
}
.title-platnosci{
    font-size: 25px;
    font-weight: 800;
    line-height: 31px;
    margin-bottom: 20px;
}
.small2{
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}
.container-losy .title-form {
    padding-left: 44px;
    margin-top:25px;
}
@media (max-width:991px){
    .title-form{
        padding-left: 15px;
    }
    .container-losy .title-form {
        padding-left: 15px;
    }
}
/*HEADER*/
.main{
    text-transform: uppercase;
    font-weight: 800;
    align-items: flex-end;
    display: flex;
    justify-content: center;
}
.main-title{
    text-align: right;
    font-size: 45px;
    line-height: 35.994px;
    letter-spacing: -0.9px;
    text-transform: uppercase;
}

.kwota{
    line-height: 121px;
    font-size: 149.527px;
}
.main-subtitle{
    text-transform: uppercase;
    font-weight: 800;
    line-height: 110%;
    text-align: center;
    font-size: 32px;
    margin-top: 25px;
    margin-bottom: 315px;
}
.header{
    background: url(/img/zk/BKG.svg) center no-repeat;
    position: relative;
    background-size: cover;
}
.logo-container{
    justify-content: space-between;
    padding: 20px 42px 6px 36px;
}

.container-header{
    position: relative;
}
.dots{
    position: absolute;
    right: 16px;
    bottom: 50px;
}
.dots2{
    top:0;
    bottom: auto;
    right: 323px;
}
.He{
    left: 60px;
    bottom: -30px;
    position: absolute;
}
.She{
    position: absolute;
    right: 20px;
    bottom: -153px;
    position: absolute;
    z-index: 3;
}
@media (max-width:1199px){
    .main{
        flex-direction: column;
        align-items: center;
    }
    .main-title {
        text-align: center;
    }
}
@media (max-width:767px){
    .header{
        background: url(/img/zk/BKG2.svg) center no-repeat;
        background-size: cover;
        overflow-x: clip;
    }
    .dots {
        right: 0;
    }
    .dots2 {
        right: 20px;
    }
    .logo{
        max-width: 172px;
    }
    .logo-container {
        padding: 16px 12px 39px;
    }
    .main-title {
        font-size: 42px;
    }
    .kwota {
        line-height: 86px;
        font-size: 103px;
    }
    .main-subtitle {
        font-size: 28px;
        margin-top: 38px;
        margin-bottom: 423px;
    }
    .He {
        left: 50%;
        bottom: -20px;
        right: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width:440px){
    .kwota {
        line-height: 74px;
        font-size: 82px;
    }
    .main-title {
        font-size: 38px;
    }
}

/*nawigacja*/

.navbar {
    position: relative;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 13px;
    font-family: Red Hat Display;
    line-height: 13px;
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: flex-end;
}
.nav-icon {
    background: #306EB6;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-left: 8px;
    position: relative;
}
.nav-icon div {
    background: #FFFFFF;
    width: 13px;
    height: 2px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    transition-duration: 500ms;
    border-radius: 10px;
    position: absolute;
    left: 6px;
}
.nav-icon div:nth-child(1) {
    top: 8px;
}
.nav-icon div:nth-child(2) {
    top: 12px;
}
.nav-icon div:nth-child(3) {
    bottom: 7px;
}
.menu-btn {
    color: #306EB6;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.nav-icon.open div:nth-child(1) {
    transform: rotate(45deg);
    top: 11px;
}
.nav-icon.open div:nth-child(2) {
    opacity: 0;
}
.nav-icon.open div:nth-child(3) {
    transform: rotate(-45deg);
    top: 11px;
}
.nav-item {
    background: #21413F;
    border-radius: 50px;
    padding: 6px 19px;
    margin-bottom: 15px;
    background: #306EB6;
    white-space: nowrap;
    cursor: pointer;
    margin-right: 0;
    z-index: 1;
}
.menu {
    margin-top: 15px;
    position: absolute;
    top: 30px;
}
.nav-item2 {
    color: #306EB6;
    background: transparent;
    border: 1px solid #306EB6;
    border-radius: 50px;
    color: #306EB6;
}
@media (max-width:768px){
    .nav-item {
        padding: 13px 19px;
    }

}
/*losy*/
.play-boxes-4 {
    margin-bottom: 50px;
    display: flex;
    gap:54px;
    align-items: center;
    justify-content: center;
}
.los-box{
    cursor: pointer;
    position: relative;
    text-align: center;
    width: 190px;
    height: 190px;
    color: #306EB6;
    display: flex;
    flex-direction: column;
    padding-top: 35px;
}
.losy:checked ~ .los-box{
    color: #FFF;
}
.los-box::after {
    content: "WYBIERZ";
    border: 1px solid #306EB6;
    border-radius: 12px;
    width: 99px;
    height: 22px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    background: #FFF;
    bottom: 35px;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}
.los-box-2 {
    width: 218px;
    height: 210px;
}
.bg-kafli{
    position: absolute;
    inset: 0;
    fill:#D9D9D9;
    margin: auto;
    z-index: 0;
}
.losy:checked ~ .los-box .bg-kafli{
    fill:#2787FF;
}
.losy:checked ~ .los-box::after{
    content: '';
    width: 61px;
    height: 61px;
    border: none;
    bottom: -15px;
    border-radius: 50%;
    background:url(/img/zk/Vector.svg) center no-repeat, #4AD7D3;
}
.los-prize-number-2{
    z-index: 1;
    position: relative;
    font-size: 60px;
    font-weight: 800;
    line-height: 40px;
}
.los-prize-price{
    z-index: 1;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}
.los-prize-text-2{

    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
}
.losy-row{
    justify-content: center;
}
.hit {
    font-size: 19px;
    line-height: 21px;
    color: #FF002E;
    margin-top: 5px;
    opacity: 1;
    font-weight: 800;
}
.container-losy {
    padding-top: 75px;
    max-width: 720px;
}

@media (max-width:768px){
    .los-box {
        width: 136.19px;
        height: 189.867px;
    }
    .los-box-1{
        right: -30px;
    }
    .los-box-2 {
        width: 162.5px;
        height: 212px;
    }
    .los-box-3{
        width: 153px;
        left: -30px;
        height: 190px;
    }
    .play-boxes-4 {
        gap: 0;
        margin-top: 30px;
    }
    .los-prize-number-2 {
        font-size: 50px;
    }
    .los-prize-price {
        font-size: 13px;
    }
    .los-prize-text-2 {
        font-size: 20px;
        line-height: 23px;
    }
    .losy:checked ~ .los-box::after {
        bottom: 0px;
    }

}
/*form*/
.container-bg {
    background: #EEEEEE;
    border-radius: 16px;
    max-width: 720px;
    position: relative;
    padding: 35px 0;
}
.dots3{
    bottom: auto;
    left: -190px;
    top: 0
}
.dots4{
    right: -225px;
    bottom: 70px;
}
input {
    border: 2px solid #21413F;
    border-radius: 10px;
    width: 299px;
    height: 38px;
    padding-left: 10px;
    color: #1E1E1E;
    font-size: 18px;
}
.phoneAndPrefix {
    position: relative;
}
.tel-prefix {
    position: absolute;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    background: #D9D9D9;
    border-radius: 10px 0px 0px 10px;
    width: 45px;
    height: 34px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
}
.formTel {
    padding-left: 55px;
}
legend {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 4px;
}
.help-block {
    text-align: center;
    font-family: Red Hat Display;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    position: absolute;
    text-transform: lowercase;
    color: #0F0A0A;
    right: 0;
    left: 0;
    margin: auto;
}
.with-errors {
    color: #FF002E;
    display: none;
}
.fieldset-input {
    position: relative;
}
.modal-customize{
    display: none;
}
.valid-fail, .valid-ok {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.error {
    border: 2px solid #F52E17;
}
.consentLabel {
    width: 25px;
    height: 25px;
    border: 2px solid #21413F;
    border-radius: 4px;
    flex-shrink: 0;
    cursor: pointer;
    background: #FFF;
    margin-right: 15px;
}
.consentCheckMark {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}
.consentLabel input:checked ~ .consentCheckMark::before {
    content: url(/img/zk/checkbox.png);
    position: relative;
    top: 2px;
}
.consents-container-box {
    font-size: 14px;
    line-height: 19px;
    color: #6E6E6E;
    margin:35px 0;
}
.box-gray {
    margin-top: 25px;
}
/*platnosci*/
.payment-container {
    margin-top: 35px;
}
.form-group {
    margin: 0 22px;
}
.blik-code {
    width: 162px;
    border-radius: 5px;
    padding-left: 0;
    text-align: center;
}
.blik-legend {
    text-align: center;
    font-family: Red Hat Display;
    font-size: 12px;
    font-weight: 400;
    color: #0F0A0A;
    margin-bottom: 12px;
}
.submitBtn {
    background: #E7E7E7;
    border: 5px solid #FFFFFF;
    box-shadow: -8px 8px 10px rgba(0, 0, 0, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    width: 176px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color:#21413F;
    cursor: pointer;
}
.blik-oneclick-text{
    display:none;
}
.or-payment {
    color:#21413F;
    display: flex;
    align-items: center;
    font-family: 'Prompt';
    font-size: 16px;
    position: relative;
    margin: 0 33px;
}
.or-payment::before {
    content: "";
    height: 80px;
    width: 1px;
    background: #21413F;
    position: absolute;
    top: -7px;
    right: 0;
    left: 0;
    margin: auto;
}
.or-payment::after {
    content: "";
    height: 80px;
    width: 1px;
    background: #21413F;
    position: absolute;
    bottom: -7px;
    right: 0;
    left: 0;
    margin: auto;
}
.remember {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-top: 35px;
}
.reg1 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #6E6E6E;
    text-align: center;

}
.reg1 a {
    color: #33384D;
    text-decoration: underline;
}
.rules {
    border-radius: 12px;
    color: #FFF;
    background: #4493CA;
    padding: 28px 0;
    margin-top: 56px;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    padding-right: 160px;
    margin-bottom: 30px;
    position: relative;
}
.ludekD {
    position: absolute;
    bottom: -29px;
    left: 20px;
}
.rules .row {
    justify-content: flex-end;
}
.bubbles{
    position: absolute;
    right: -50px;
    top: -30px;
}
.modal-customize {
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    width: 90%;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 120%;
    background: rgba(255, 255, 255, 0.7);
}
.popupButton {
    width: 67px;
    height: 34px;
    background: #000000;
    border: 2px solid #FFFFFF;
    border-radius: 9px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    margin-top: 30px;
}
@media (max-width: 991px){
    .rules {
        padding: 28px 10px 268px;
        text-align: center;
        font-size: 19px;
        line-height: 28px;
    }
    .ludekD {
        left: -25px;
    }
    .blik-code, .submitBtn {
        width: 289px;
    }
    .modal-customize {
        max-width: 90%;
        height: 110%;
    }
}
@media (max-width: 768px){
    .form-group {
        margin: 0;
    }
    .email-div {
        margin-bottom: 30px;
    }
    .blik-code, .submitBtn {
        width: 289px;
    }
    .or-payment {
        display: flex;
        justify-content: center;
        margin: 25px 0;
    }
    .or-payment::before {
        top: 11px;
        left: 137px;
        width: 100px;
        height: 1px;
    }
    .or-payment::after {
        width: 100px;
        height: 1px;
        bottom: 12px;
        right: 146px;
    }
    .payment-row{
        flex-direction: column;
    }
}
/*timer*/
.title-losowanie{
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    line-height: 34px;
    text-transform: uppercase;
    margin-top: 66px;
}
#timer {
    white-space: nowrap;
    margin-top: 20px;
}
#timer div {
    display: inline-table;
    position: relative;
}
.left, .right {
    border-radius: 6.182px;
    background: #4493CA;
    font-family: 'Roboto Mono';
    font-weight: 700;
    font-size: 77px;
    line-height: 100%;
    position: relative;
}
.left{
    margin-right: 4px;
}
.left:after, .right:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #4493CA;
    position: absolute;
    inset: 0;
    margin: auto;
}
#timer div[id^="title-"] {
    display: block;
    margin-left: -7px;
    width: 100%;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}
.delimiter {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 34px;
    right: -3px;
    top: -18px;
}
.title-end {
    color: #000;
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    padding: 45px 0;
}
.title-end a{
    color:inherit;
    text-decoration: underline;
}
@media (max-width:768px){
    #timer div[id^="title-"] {
        font-size: 10px;
        line-height: 21px;
    }
    .title-losowanie{
        line-height: 26.269px;
        padding: 0;
        font-size: 26.269px;
    }
    .title-end {
        padding: 50px 0 30px;
    }
    .left, .right {
        font-size: 59px;
        line-height: 100%;
        padding: 3px;
    }
    .delimiter {
        font-size: 26px;
        top: -14px;
    }
}

@media (max-width:440px){
    .left, .right {
        font-size: 45px;
    }
}
/*taby*/
.rules_text{
    color: #3C3C3C;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
#rules{
    max-width: 1150px;
    padding: 0 64px 66px 64px;
}
.tabs-container {
    margin: 50px 0;
    position: relative;
}
@media (max-width:1199px){
    .tabs__button {
        width: calc(100vw/2);
    }
}

@media (min-width: 769px) {
    .modal-dialog {
        max-width: 60vw;
    }
    .tabs-container--scrollable {
        padding-left: 61px;
    }
    .tabs-container--scrollable .tabs__item:last-child .tabs__button {
        padding-right: 75px;
    }
}
.tabs-scroller {
    display: none;
}

@media (max-width: 768px) {
    #rules {
        padding-inline: 0;
        padding-bottom: 30px;
    }
    .tab-panel{
        position: relative;
        background-size: cover;
        margin:auto;
        width: 85vw;
    }

    .tabs-scroller--visible {
        background: #FFF;
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: calc(100% + 10px);
        z-index: 100;
    }
    .tab-panel{
        margin-bottom:128px;
    }
    .tabs {
        /*        background: #E7EFFF;*/
    }

    .js-tabs-item{
        height: 52px;
        width: 100%;
        display: flex;
        align-items: center;
        margin: 5px 0;
        position: relative;
    }
    .tabs .js-tabs-item:first-child{
        margin-top:0;
    }
    .tabs {
        color:#FFFFFF;
    }
}

@media (min-width:1200px){
    .tabs__button {
        width: 529px;
        position: relative;
        z-index: 1;
    }
}


@media (min-width: 769px) {
    .tab-panel{
        padding-bottom:66px;
    }
    .tabs-scroller {
        display: block;
        height: 60px;
        white-space: nowrap;
    }

    .tabs-scroller::-webkit-scrollbar {
        display: none;
    }

}
.tabs {
    list-style: none;
    padding: 0px;
}

.tabs a{
    color: #306EB6;
    font-weight: 700;
    font-size: 22px;
    line-height: 52px;
    width: 562px;
    height: 52px;
    text-align: center;
    border-radius: 12px;
    border: 3px solid #306EB6;
    margin: 0 12.5px;
}

.tabs a:hover{
    text-decoration: none;
}
@media (max-width:1200px){
    .tabs a{
        width: calc(90vw/2);
    }
}
@media (min-width: 769px) {
    .tabs {
        display: flex;
        height: 60px;
        padding: 0;
    }
    .tabs__button,
    .tabs__item {
        height: 100%;
    }
}
.js-tabs-item{
    display: flex;
    align-items: center;
}
.tabs__item--active .tabs__button {
    color: #FFFFFF;
}
@media (min-width: 769px) {
    .tabs__item--active,
    .tabs__item--active + .tabs__item {
        border-left: 0;
    }
    .tabs__item--active .tabs__button {
        background: #F6AA17;
        border:none;
        color: #33384D;
    }
}
.tabs__button {
    display: block;
    padding: 12px 0;
}
@media (min-width: 769px) {
    .tabs__button {
        align-items: center;
        display: flex;
        justify-content: center;
    }
}
.tabs-scroll-btn {
    background-color: #f7f7f7;
    display: none;
    height: calc(100% - 4px);
    position: absolute;
    top: 0;
    z-index: 1;
}
.tabs-scroll-btn--left {
    border-right: 3px dotted #b3b3b3;
    left: 4px;
    padding: 13px 20px 13px 17px;
}
.tabs-scroll-btn--right {
    border-top-right-radius: 30px;
    padding: 13px 17px;
    right: 0;
}
.tabs-scroll-btn--right:before {
    background-image: linear-gradient(90deg, hsla(0, 0%, 97%, 0), #f7f7f7);
    content: "";
    height: 100%;
    left: -35px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 35px;
}
@media (min-width: 769px) {
    .tabs-scroll-btn--visible {
        display: block;
    }
}
.tabs-scroll-btn--disabled:before {
    content: none;
}
@media (max-width: 768px) {
    .tabs a {
        width: 95vw;
        line-height: 26px;
        margin: 0;
    }
    .tabs-scroll-btn {
        display: none;
    }
    .tabs__button {
        width: 100%;
        text-align: center;
    }
    .tabs-container {
        margin: 30px 0;
        display: flex;
        justify-content: center;
    }
    .tabs__item--active{
        display:none;
    }
}
.tabs-toggler {
    font-weight: 800;
    font-size: 22px;
    line-height: 54px;
    border-radius: 12px;
    background: linear-gradient(0deg, #F6AA17 0%, #F6AA17 100%), #33384D;
    border: none;
    color: #33384D;
    width: 95vw;
    height: 54px;
    text-align: center;
}
@media (min-width: 769px) {
    .tabs-toggler {
        display: none;
    }
}
.tabs-toggler__icon {
    fill: #38385c;
    position: absolute;
    right: 17px;
    top: 20px;
}
.tabs-toggler--active .tabs-toggler__icon {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.tab-panel {
    display: none;
    margin:auto;
}
.tab-panel--active {
    display: block;
}
/*koło*/
.wheel-container{
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    width:570px;
    height: 570px;
    bottom: -285px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wheel{
    position: absolute;
    width:100%;
    top:0;
    left:0;
    height: 100%;
    overflow: hidden;
    border: 13px solid #FFF;
    background: #FFF;
    border-radius: 50%;
}
.wheel:before{
    content:'';
    background: #FFF;
    z-index: 1;
    width: 169px;
    height: 169px;
    border-radius: 50%;
    position: absolute;
    inset:0;
    margin:auto;
}
.wheel-container:after{
    content: "";
    position: absolute;
    background: #2787FF;
    left: 0;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    width: 48px;
    height: 42px;
    right: 0;
    margin: auto;
    z-index: 1;
    top: -15px;
}
.number{
    position: absolute;
    width: 50%;
    background: var(--clr);
    transform-origin: bottom right;
    height: 50%;
    transform: rotate(calc(36deg * var(--i)));
    clip-path: polygon(0 0,47% 0, 100% 100%, 0 47%);
    display: grid;
    justify-content: center;
    align-content: center;
    font-size: 22.56px;
    font-weight: 800;
    line-height: 22.56px;
    text-transform: uppercase;
}
.number div{
    transform: rotate(42deg);
    margin-left: 40px;
    margin-top: 25px;
}
.big-number{
    font-size: 45px;
    line-height: 45px;
}
.spinBtn{
    position: absolute;
    z-index: 3;
    margin: auto;
    border: 5.688px dashed #33384D;
    background: #F6AA17;
    border-radius: 50%;
    text-transform: uppercase;
    font-size: 25.39px;
    width: 143px;
    height: 143px;
    cursor: pointer;
    font-weight: 800;
    line-height: 103%;
    display: flex;
    justify-content: center;
    align-items: center;
    top:-70px;
    right: 0;
    left: 0;
}
@media (max-width:767px){
    .wheel:before {
        width: 145px;
        height: 145px;
    }
    .spinBtn {
        width: 129px;
        height: 129px;
        top: -60px;
    }
    .wheel-container {
        width: 488px;
        bottom: -246px;
        height: 488px;
    }
}
/*harmonogram*/
.col-losowanie{
    gap:13px;
}

.harm-hours, .harm-mins div{
    border-radius: 12px;
    background: #E5E5E5;
    font-size: 16px;
    font-weight: 800;
    padding: 19px 21px;
    width: 276px;
    height: 52px;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    line-height: 100%;
    margin-bottom: 8px;
}
.harm-mins div{
    font-weight: 300;
    padding: 12px 21px 12px 0;
    width: 260px;
    height: 38px;
}
.harm-mins div b{
    font-weight: 800;
}
@media (max-width:991px){
    .col-losowanie{
        flex-direction: column;
        gap:0;
    }
}
/*winners*/
.modal-winners, .modal-regulamin {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    box-shadow: -15px 0px 49px rgba(0, 0, 0, 0.25);
    z-index: 4;
    padding: 0 42px 0 65px;
    max-height: 100vh;
    overflow-y: scroll;
}
.winners-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 30px;
}
.winners-title span {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}
.winners-label {
    background: #21413F;
    border-radius: 12px;
    padding: 6px 19px;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    cursor: pointer;
    color: #FFFFFF;
    margin-bottom: 0;
}
.winners-input:checked ~ .winners-label {
    background: #FFFFFF;
    border: 2px solid #21413F;
    color: #21413F;
    padding: 4px 19px;
}
.winners-list {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.winners-list div {
    margin: 0 13px;
    white-space: nowrap;
}
.winners-inputs {
    margin-bottom: 36px;
}
.close-winners {
    cursor: pointer;
    margin: 42px 0 47px 0;
}
.winners-inputs div {
    margin: 0 10px;
}
@media (max-width: 768px){
    .winners-label {
        white-space: nowrap;
        padding: 13px 19px;
        border-radius: 50px;
        font-size: 11px;
        line-height: 11px;
    }
    .modal-regulamin, .modal-winners {
        padding: 0 24px;
    }
    .winners-inputs div {
        margin: 0 5px;
        margin-left: 5px;
    }
    .winners-inputs div:first-child {
        margin-left: 0;
    }
    .close-winners {
        margin: 24px 0;
    }
    .winners-input:checked ~ .winners-label {
        padding: 11px 19px;
    }
}

@media (max-width: 440px){
    .winners-list {
        margin-left: 0;
        font-size: 12px;
    }
}
/*thx page*/
.thx-subtitle{
    margin-bottom: 90px;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
}
.thx-title3{
    margin-top:55px;
    text-align: center;
    font-size: 31px;
    line-height: normal;
    font-weight: 400;
}
.thx_guzik{
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    margin: 50px 0  30px;

}
.playButton{
    border-radius: 12px;
    border: 3px solid #F52E17;
    width: 260px;
    height: 52px;
    line-height: 46px;
    color: #F52E17;
    margin: auto;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    cursor:pointer;
}
@media (max-width:767px){
    .thx-subtitle {
        margin-bottom: 348px;
        font-size: 20px;
    }
}
@media (max-width: 440px){
    .thx-subtitle {
        margin-bottom: 300px;
    }
    .thx-title3 {
        font-size: 28px;
    }
    .thx_guzik {
        margin: 30px 0 20px;
    }
    .thx-title3 {
        margin-top: 40px;
    }
}
