/*
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 : 29 sie 2025, 14:50:44
    Author     : katia lapko
*/
:root {
    --shadow-dark-blue:
        0px 36px 36px 0px rgba(4, 17, 129, 0.38),
        0px 15.04px 15.04px 0px rgba(4, 17, 129, 0.27),
        0px 8.041px 8.041px 0px rgba(4, 17, 129, 0.23),
        0px 4.508px 4.508px 0px rgba(4, 17, 129, 0.19),
        0px 2.394px 2.394px 0px rgba(4, 17, 129, 0.15),
        0px 0.996px 0.996px 0px rgba(4, 17, 129, 0.11);
    --shadow-long:
        0px 36px 36px 0px rgba(9, 88, 246, 0.38),
        0px 15.04px 15.04px 0px rgba(9, 88, 246, 0.27),
        0px 8.041px 8.041px 0px rgba(9, 88, 246, 0.23),
        0px 4.508px 4.508px 0px rgba(9, 88, 246, 0.19),
        0px 2.394px 2.394px 0px rgba(9, 88, 246, 0.15),
        0px 0.996px 0.996px 0px rgba(9, 88, 246, 0.11);
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Russo One";
    background: #04E1DC;
    position: relative;
}
.title, .title-play {
    color: #FFF;
    text-align: center;
    font-family: Blinker;
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
    position: relative;
    z-index: 3;
}
.title-play {
    margin-bottom: 16px;
}
/*header*/
.ellipse {
    position: absolute;
    width: 1087px;
    border-radius: 1087px;
    background: linear-gradient(90deg, #BD1A8D 0%, #ED125F 100%);
    filter: blur(125px);
    top: 200px;
    height: 720px;
}
.header {
    overflow-x: clip;
    position:relative;
}
.header-img {
    position: absolute;
    top: -185px;
    left: 50%;
    transform: translateX(-50%);
}
.logo {
    top:32px;
    left: 41px;
    position: absolute;
}
.header__container {
    margin-top: 115px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.header__container > div:last-child {
    align-content: flex-end;
    padding-bottom: 48px;
    position: relative;
    z-index: 1;
    left: 50px;
}
.header__container > div:first-child {
    position: relative;
    left: -50px;
}
.hajs {
    position: absolute;
    top: 0;
    z-index: 1;
}
.header__title {
    color: #041181;
    margin-bottom: 350px;
    font-size: 52px;
    line-height: 90%;
}
.header__title span {
    color: rgba(4, 17, 129, 0.55);
}
.header__subtitle {
    color: #041181;
    font-size: 42px;
    position: relative;
    line-height: 110%;
}
.header__subtitle .kwota::after {
    content: '';
    width: 105%;
    border-radius: 16px;
    background: #FC0;
    height: 58px;
    position: absolute;
    left: -8px;
    bottom: -5px;
    z-index: -1;
}
.header__subtitle .kwota {
    font-size: 56px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    display: inline-block;
}
.header__btn {
    color: #041181;
    font-size: 42px;
    line-height: 95%;
    max-width: fit-content;
    padding: 16px 32px;
/*    cursor: pointer;*/
    border-radius: 16px;
    margin-top: 42px;
    position: relative;
/*    border: 2px solid #FFF;*/
    background: #FC0;
/*    box-shadow: var(--shadow-dark-blue);*/
    margin-bottom: 15px;
    margin-left: 50px;
}
.header__subtitle2 {
    left: 90px;
}
@media (max-width:1199px) {
    .header__container > div:first-child, .header__container > div:last-child {
        left: 0;
    }
}
@media (max-width: 991px) {

    .header__container {
        margin-top: 64px;
    }
    .header__title {
        margin-bottom: 42px;
    }
    .header__container {
        margin-top: 64px;
        flex-direction: column;
        max-width: 100%;
    }
    .header__subtitle2 {
        left: 0;
        text-align: center;
    }
    .header__subtitle1 {
        margin-bottom: 328px;
    }
    .header__container > div:last-child {
        padding-bottom: 15px;
    }
    .header__subtitle .kwota::after {
        left: -8px;
    }
    .ellipse {
        left: 50%;
    }
    .hajs {
        top: 210px;
        max-width: 520px;
    }
    .logo {
        left: auto;
        right: 40px;
    }
    .header-img {
        top: -80px;
    }
}
@media (max-width:575px) {
    .header__subtitle {
        font-size: 33px;
    }
    .header__subtitle .kwota {
        font-size: 44px;
    }
    .header__subtitle .kwota::after {
        height: 46px;
        left: -6px;
        bottom: -1px;
        width: 108%;
    }
    .logo {
        max-width: 90px;
    }
    .hajs {
        top: 195px;
    }
    .header-img {
        left: 53%;
        top: -99px;
    }
}
@media (max-width:458px) {
    .header__subtitle {
        font-size: 27px;
    }
    .header__subtitle .kwota {
        font-size: 32px;
    }
    .header__subtitle .kwota::after {
        height: 41px;
        left: -6px;
        bottom: -5px;
    }
    .hajs {
        top: 178px;
        left: 50%;
        transform: translateX(-50%);
    }
    .header__subtitle1 {
        margin-bottom: 305px;
        line-height: 117%;
    }
}
/*kafli*/
.section-play {
    position: relative;
    overflow-x: clip;
}
.lisc2 {
    position: absolute;
    bottom: 460px;
    left: -240px;
}
.banknot {
    position: absolute;
    right: -295px;
    bottom: -185px;
}
.kafli-slider, .kafli-slider > div {
    gap: 16px;
    display: flex;
}
.kafli-container {
    margin: 34px 0 64px;
    position: relative;
    z-index: 2 !important;
}
.los-container-box {
    z-index: 2;
    width: fit-content !important;
    position: relative;
}
.los-container-box:has(.priceItemChecked) {
    z-index: 1;
}
.los-prize {
    position: relative;
    color: #041181;
    border-radius: 18px;
    border: 2px solid #FFF;
    width: 270px;
    cursor: pointer;
    height: 220px;
    padding: 36px 24px 24px 34px;
}
.bg-container {
    box-shadow: var(--shadow-dark-blue);
    max-width: 960px;
    width: 100%;
    position: relative;
    border-radius: 18px;
    background: #041181;
    padding: 32px 48px 48px;
    margin-inline: 24px;
}
.payment-container {
    display: flex;
    gap: 48px;
    position: relative;
    z-index: 2;
    margin-bottom: 75px;
}
.los-prize::before {
    content: '';
    pointer-events: none;
    position: absolute;
    width: 63px;
    z-index: 2;
    height: 63px;
    background: url(/img/sdw/checkbox2.svg) center no-repeat;
    bottom: 20px;
    right: 20px;
}
.label-losy {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    position: relative;
}
.losy-number {
    font-size: 48px;
    font-weight: 700;
    line-height: 84%;
}
.losy-text {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 80%;
}
.label-icon {
    font-weight: 600;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 145%;
    border-radius: 8px;
    border: 2px solid #041181;
    color: #041181;
    background: #FC0;
    width: fit-content;
    padding: 0 4px;
    margin-bottom: 4px;
}
.label-icon span {
    display: inline-block;
    position: relative;
}
.label-icon span::before {
    content: "";
    height: 1.5px;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: #041181;
    left: 0;
    top: 10px;
    transform: rotate(350deg);
}
.label-price, .losy-change {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 145%;
}
.losy-change {
    margin-top: -22px;
    line-height: 100%;
}
.losy {
    display: none;
}
#b1 {
    background:  #FC0;
}
#b2 {
    color: #FFF;
    background: linear-gradient(95deg, #ED125F 0.28%, #BD1A8D 100%);
}
#b3 {
    background: #94C641;
}
#b5 {
    background: #04E1DC;
}
.los-container-box:has(.priceItemChecked)::after {
    border-radius: 497px;
    width: 429px;
    height: 497px;
    filter: blur(50px);
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.los-container-box:has(#b3.priceItemChecked)::after {
    background: #94C641;
}
.los-container-box:has(#b5.priceItemChecked)::after {
    background: #04E1DC;
}
.los-container-box:has(#b2.priceItemChecked)::after {
    background: #C71882;
}
.los-container-box:has(#b1.priceItemChecked)::after {
    background: #FC0;
}
.priceItemChecked.los-prize::before {
    background: url(/img/sdw/checkbox.svg) center no-repeat;
}
.label-action {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 14px;
    padding: 3px 16px;
    position: absolute;
    font-weight: 800;
    line-height: 145%;
    border-radius: 32px 32px 32px 0px;
    border: 2px solid #FFF;
    background: #F60A83;
    top: -2px;
    left: -1px;
}
#b2 .label-action {
    background:  #041181;
    border-radius: 32px 32px 0px 32px;
    border-left: 2px solid #FFF;
    left: auto;
    right: -1px;
}
.ozdoba-kafel {
    position: absolute;
    mix-blend-mode: overlay;
    top: -23px;
    left: -13px;
}
@media (max-width: 1199px) {
    .kafli-slider, .kafli-slider > div {
        flex-wrap: wrap;
    }
}
@media(max-width: 767px) {
    .los-prize {
        width: 192px;
        height: 222px;
        padding: 62px 16px 24px 16px;
    }
    .label-icon {
        font-size: 13px;
        white-space: nowrap;
    }
    .ozdoba-kafel {
        top: -26px;
        left: -21px;
    }
    .losy-number {
        font-size: 34px;
    }
    .losy-change {
        margin-top: -16px;
    }
    .los-prize::before {
        width: 59px;
        height: 59px;
        right: 16px;
        background-size: cover;
    }
    .label-losy {
        justify-content: flex-start;
    }
    .kafli-slider > div {
        flex-wrap: nowrap;
    }
    .kafli-container {
        height: 460px;
        margin-bottom: 48px;
    }
    .kafli-slider {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media(max-width: 400px) {
 .los-prize {
        width: 168px;
        height: 201px;
        padding: 50px 12px 24px;
    }
    .los-prize::before {
        right: 8px;
    }
    .losy-number {
        font-size: 30px;
    }
    .losy-text {
        font-size: 18px;
    }
    .losy-change {
        font-size: 14px;
        margin-top: -15px;
        margin-bottom: 2px;
    }
    .ozdoba-kafel {
        top: -23px;
        left: -20px;
        max-width: 220px;
    }
    .kafli-container {
        height: 420px;
    }
}
/*płatności*/
.dane, .payments {
    flex: 1;
}
.blue-lisc {
    position: absolute;
    bottom: 125px;
    left: -175px;
}
.payment-content {
    border-radius: 0px 0px 16px 16px;
    background: #36419A;
    padding: 16px 24px 32px;
}
legend {
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 5px;
    font-family: "Open Sans";
}
.help-block {
    font-family: "Open Sans";
    margin-bottom: 5px;
    color: #FFF;
    font-size: 13px;
    line-height: 145%;
}
.forminput {
    width: 100%;
    height: 58px;
    padding: 13px 16px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    font-family: "Open Sans";
    border-radius: 7px;
    border: 2px solid #FFF;
    background: #FFF;
}
.forminput::placeholder {
    color: #9C9C9C;
    font-family: "Open Sans";
    font-size:  16px;
    font-weight: 700;
    line-height: 100%;
}
.forminput.error {
    color: #FE2B54;
    border: 2px solid #FE2B54;
}
.forminput.success {
    border:  2px solid #00C45F;
}
.payment-regulamin {
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-family: "Open Sans";
    line-height: 145%;
    margin-top: 14px;
}
.payment-tabs {
    display: flex;
    gap: 8px;
}
.payment-tab {
    border-radius: 8px 8px 0px 0px;
    padding: 10px;
    background: #1B278C;
    flex: 1;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.payment-tab.active {
    background: #36419A;
    border-radius: 16px 16px 0px 0px;
}
.blik-code {
    margin-bottom: 36px;
    letter-spacing: 25px;
    padding-left: calc((100% - 184px) / 2);
    font-weight: 700;
}
.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;
}
.blik-placeholder > div {
    width: 26px;
    height: 32px;
    border-bottom: 3px solid #A8A8A8;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #000;
}
.blikAndPlaceholder {
    position: relative;
}
.modal-customize {
    position: absolute;
    display: none;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 135%;
    font-family: "Open Sans";
    padding: 24px;
    width: 100%;
    bottom: 0;
    height: 253px;
    border-radius: 16px;
    border: 3px solid #FFF;
    background: rgba(27, 39, 140, 0.75);
    backdrop-filter: blur(12px);
    letter-spacing: -0.32px;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
}
.popupButton {
    margin-top: 32px;
    padding: 24px 32px;
    cursor: pointer;
    border-radius: 48px;
    border: 2px solid #FFF;
    background: #E4017F;
    box-shadow: var(--shadow-long);
    font-family: "Russo One";
    font-size: 22px;
    font-weight: 700;
    line-height: 70%;
}
fieldset, .form-group {
    width: 100%;
}
.fieldset-input {
    position: relative;
}
.dane .flex-wrap {
    gap: 14px;
}
.checkValid {
    position: absolute;
    right: 15px;
    top: 40px;
}
.displayNone {
    display: none;
}
.payment-button {
    padding: 24px 32px;
    width: 100%;
    border-radius: 48px;
    border: 2px solid #FFF;
    cursor: pointer;
    color: #FFF;
    background: #E4017F;
    box-shadow: var(--shadow-long);
    text-align: center;
    font-family: Blinker;
    font-size: 22px;
    font-weight: 700;
    line-height: 70%;
}
.p24-button {
    margin-top: 16px;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.timer-box {
    color: #FFF;
    position:relative;
    z-index: 10;
    margin-bottom:32px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.timer-title {
    text-align: right;
    font-size: 42px;
    font-weight: 700;
    line-height: 95%;
}
.timer {
    display: flex;
    gap: 13px;
}
.timer > div {
    font-family: "Roboto Mono";
    font-size: 56.544px;
    font-weight: 700;
    width: 79px;
    height: 74.5px;
    line-height: 120%;
    letter-spacing: -2.827px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.timer > div::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    box-shadow: 0.942px 0.942px 2.827px 0px rgba(0, 0, 0, 0.35), -2.827px -4.712px 7.539px 0px rgba(0, 0, 0, 0.15), 2.827px 4.712px 7.539px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    background: url(/img/sdw/timer-bg.png) center no-repeat;
    height: 74.5px;
    border-radius: 7px;
}
.left, .right {
    position: relative;
}
.timer__label-description {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
    position: absolute;
    text-transform: uppercase;
    margin-top: 4px;
    letter-spacing: 0;
    bottom: -20px;
}
.remember {
    color: #041181;
    text-align: center;
    font-size: 24px;
    margin: 64px auto 32px;
    line-height: 120%;
}
.container-info {
    font-family: "Open Sans";
    text-align: center;
    font-size: 16px;
    margin-bottom: 96px;
    font-weight: 600;
    line-height: 145%;
    position: relative;
    z-index: 1;
}
@media (max-width:991px) {
    .timer-box {
        gap: 8px;
        flex-direction: column;
        align-items: center;
        margin-bottom: 43px;
    }
    .timer-title {
        text-align: center;
    }
    .payment-container {
        flex-direction: column;
    }
    .bg-container {
        margin-inline: 15px;
    }
}
@media (max-width:575px) {
    .timer-title {
        font-size: 32px;
    }
    .payment-container {
        gap: 40px;
        margin-bottom: 24px;
    }
    .remember {
        margin: 48px auto 24px;
    }
    .container-info {
        margin-bottom: 48px;
    }
    .bg-container {
        padding: 32px 24px 48px;
    }
}

@media (max-width:413px) {
    .timer > div {
        font-size: 45.5px;
        width: 73px;
        height: 65.5px;
        line-height: 63.5px;
    }
    .timer > div::before {
        height: 65.5px;
    }
    .timer-title {
        font-size: 30px;
    }
    .payment-button {
        font-size: 20px;
    }
    #email.forminput {
        font-size: 14px;
    }
}
/*jak to działa*/
.section-rules, .rules-contents {
    position: relative;
    overflow-x: clip;
}
.lisc {
    position: absolute;
    left: -820px;
    bottom: -190px;
    right: 0;
    margin: auto;
}
.content-title {
    color: #041181;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 70px;
    line-height: 95%;
    position: relative;
}
.rules_step {
    text-align: center;
    position: relative;
    border-radius: 24px;
    color: #041181;
    width: 220px;
    padding: 48px 16px 24px;
    border: 3px solid #041181;
    background: rgba(255, 255, 255, 0.80);
    height: 224px;
}
.rules_number {
    position: absolute;
    width: 69px;
    height: 69px;
    color: #FFF;
    text-align: center;
    text-shadow: 1.79px 1.79px 0 #04E1DC;
    font-size: 52px;
    line-height: 69px;
    border-radius: 50%;
    background: #041181;
    left: 0;
    right: 0;
    margin: auto;
    top: -34.5px;
}
.content-text {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
}
.rules_title {
    font-size:  24px;
    line-height: 120%;
}
.rules_text {
    font-family: "Open Sans";
    font-size:  16px;
    font-weight: 600;
    line-height: 145%;
}
.section-rules_bg {
    background: rgba(255, 255, 255, 0.30);
    padding-block: 64px;
}
.rules-div {
    margin-bottom: 64px;
}
.rules-div, .content {
    width: 100%;
}
.info-contents {
    width: fit-content;
    margin-inline: auto;
}
.faq-box {
    padding-block: 14px;
    width: 960px;
    border-block: 2px solid #041181;
    margin-inline: auto;
    max-width: 100%;
}
.faq-title {
    position: relative;
    cursor: pointer;
    color: #041181;
    font-family: Blinker;
    font-size: 24px;
    display: flex;
    transform: rotate(0deg);
    transition: transform 1s ease;
    justify-content: space-between;
    font-weight: 700;
    line-height: 120%;
    align-items: center;
}
.faq-title::after {
    content: '';
    background: url(/img/sdw/Vector.svg) center no-repeat;
    width: 16px;
    height: 10px;
}
.faq-title.active::after {
    transform: rotate(180deg);
}
.faq-content {
    font-family: "Open Sans";
    margin-top: 35px;
    padding: 0;
    display: none;
}
.faq-content ol {
    color: #041181;
    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: #041181;
    padding: 24px;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
}
.faq-content details div {
    margin-bottom: 32px;
}
.faq-content summary::after {
    content: '+';
    color: #FFF;
    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: #041181;
}
.blue_lisc2 {
    position: absolute;
    right: -90px;
    bottom: 92px;
}
@media (max-width: 1199px) {
    .content-text {
        flex-direction: column;
        gap: 62px;
    }
}
@media (max-width: 575px) {
    .rules_step {
        width: calc(100% - 48px);
        height: 150px;
        margin-inline: 24px;
    }
    .info-contents {
        width: 100%;
    }
    .content-title {
        font-size: 32px;
    }
    .section-rules_bg {
        padding-block: 48px;
    }
    .lisc {
        left: -90px;
        bottom: -15px;
        right: auto;
        transform: rotate(87deg);
        max-width: 324px;
    }
}
@media (max-width: 400px) {
    .rules_step {
        width: calc(100% - 30px);
        height: 160px;
        margin-inline: 15px;
    }
    .info-contents {
        padding-inline: 0;
    }
}
@media (min-width: 769px) {
    .modal-dialog {
        max-width: 80vw;
    }
}
.modal-dialog {
    font-family: "Open Sans";
}
/*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: #FFF;
    padding: 64px 48px 48px;
    border-radius: 18px;
    background: #041181;
    box-shadow: var(--shadow-dark-blue);
    width: calc(100% - 48px);
    right: 0;
    left: 0;
    margin: auto;
    margin-bottom: 100px;
    top: 218px;
}
.custom-modal-btn_close {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
}
.custom-modal-title {
    margin-bottom: 32px;
    font-size: 42px;
    line-height: 95%;
}
.custom-modal-chance {
    font-size: 20px;
    line-height: 80%;
    width: 270px;
    margin: 0 auto 64px;
    height: 145px;
    border-radius: 18px;
    background: #FC0;
    color: #041181;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.custom-modal-btn {
    color: #041181;
    position: relative;
    border-radius: 48px;
    font-size: 28px;
    line-height: 79px;
    margin-inline: auto;
    width: fit-content;
    border: 1px solid #FFF;
    background: #04E1DC;
    margin-bottom: 64px;
    cursor: pointer;
    padding: 0 24px;
    height: 78px;
    white-space: nowrap;
}
.custom-modal-btn span {
    position: relative;
    z-index: 2;
}
.custom-modal-btn::after {
    content: "";
    position: absolute;
    width: 321px;
    height: 126px;
    background: url(/img/sdw/bonus_btn.png) center no-repeat;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.custom-modal-text {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 110%;
}
#gratSzanseCount {
    font-size: 48px;
    line-height: 90%;
}
#gratSzanseOdmiana {
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .custom-modal-btn {
        margin-bottom: 48px;
    }
    .custom-modal-title {
        font-size: 32px;
        margin-bottom: 24px;
    }
    .custom-modal-chance {
        margin: 0 auto 48px;
    }
    .custom-modal-container {
        padding: 64px 24px;
        top: 72px;
    }
}
@media (max-width: 440px) {
    .custom-modal-title {
        font-size: 28px;
        margin-bottom: 24px;
    }
}
@media (max-width: 390px) {
    .custom-modal-container {
        padding: 64px 8px;
    }
}
.plywak {
    position: fixed;
    left: 0;
    z-index: 100;
    top: 50vh;
    color: #041181;
    text-align: right;
    font-size: 32px;
    padding: 16px 32px;
    line-height: 95%;
    border-radius: 0 16px 16px 0;
    border: 2px solid #FFF;
    border-left: 0;
    background: #FC0;
    box-shadow: var(--shadow-dark-blue);
}