:root {
    --main-color: #1e90ff;
}
a {
    color: var(--main-color);
}
.jumbo {
    margin-bottom: 0 !important;
}
.form-required {
    /*color: #FF9100 !important;*/
}


.cursor-hand {
    cursor: pointer;
}
figure.gp {
    text-align: right;
}
figure.gp figcaption {
    color: white;
    font-size: 0.8rem;
    text-shadow: 1px 1px black;
    margin-top: 10px;
    background-color: rgba(30,144,255, 50%);
    padding: 10px;
    border-radius: 4px;
    width: 85%;
    text-align: right;
    float: right;
}
table {
    border-collapse: collapse;
    border: 1px solid black;
    width: auto;
}
table td, table th {
    padding: 0.5rem 1rem;
    border: 1px solid black;
}

fieldset.inverted {
    width: 100%;
}

.jumbo p {
    font-size: 0.9rem;
}
.jumbo p.jumbo-bigger {
    font-size: 1.1rem;
}
.jumbo h2 {
    font-size: 1.3rem;
    color: #1fb0e6;
    font-weight: bold;
}
.fp-small {
    margin-top: 8px;
    font-size: 0.7rem;
}
.fp-bold {
    font-weight: bold;
    font-size: 1.0rem;
}
.btn-back {
    background-color: #11447c;
}
.btn-back:hover {
    background-color: #0A96B3;
    color: white;
}
.btn-rounded {
    border-radius: 30px;
}
.jumbo > .container-md {
    background-image: url('/img/bgtest.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: cover;
}
.jumbo-sm,
.jumbo {
    background-color: #131b32 !important;
    background-image: url('/img/bgfull.png');
    background-repeat: repeat-x;
    background-position-x: 200px;
    background-position-y: center;
}
.jumbo h1 {
    font-size: 2.3rem;
}
.jumbo-image {
    top: -30px;
    position: absolute;
    display: none;
}
.jumbo-gp {
    position: absolute;
    bottom: 30px;
    right: 20px;
}
.three-phones {
    text-align: center;
}
.three-phones p {
    font-size: 1rem;
}
.three-phones h3 {
    font-weight: bold;
}
.three-phones h4 {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #1fb0e6;
    font-size: 3rem;
    font-weight: 800;
}
.app-phone {
    max-height: 58vh;
    max-width: 25vw;
}
@media (max-width: 992px) {
    .app-phone {
        max-width: 70vw;
    }
}

.three-phones h4.one {
    background-image: url('/img/dots1.png');
    background-repeat: no-repeat;
    background-position: right center;
}
.three-phones h4.two {
    background-image: url('/img/dots1.png'), url('/img/dots2.png');
    background-repeat: no-repeat, no-repeat;
    background-position: right center, left center;
}
.three-phones h4.three {
    background-image: url('/img/dots2.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.three-phones h5 {
    text-align: center;
    font-size: 0.9rem;
}
.warunki-new-row {
    margin-left: -2rem;
    margin-right: -2rem;
}
.warunki-new {
    color: white;
}
.warunki-new .warunki-new-koszty {
    font-size: 0.8rem;
    line-height: 1.1rem;
    margin-top: 0.5rem;
}
.warunki-new .free-big .free-big-text {
    font-size: 1.5rem;
}
.warunki-new .free-big {
    color: #1fb0e6;
    font-size: 2rem;
    line-height: 1.8rem;
    font-weight: bold;
}
.warunki-small {
    margin-top: 0.5rem;
    font-size: 0.8rem;
    line-height: 1rem;
    color: #5c84c1;
}
.pwob-desc {
    color: #1fb0e6;
    font-size: 0.75rem;
    line-height: 0.7rem;
}

.jumbo-sm {
    font-weight: bold;
    padding-top: 2rem;
    /*padding-left: 1rem;*/
    /*padding-right: 1rem;*/
    /*padding-bottom: 4rem;*/
    font-size: 1.9rem;
    margin-bottom: 2rem !important;
}
.jumbo-sm h3 {
    color: white;
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-weight: bold;
    padding-left: 1rem;
    background-image: url("/img/app_pt3.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-origin: content-box;
    background-size: contain;
    min-height: 300px;
    padding-top: 1rem;
}
.sm-fill-form {
    color: white;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    padding: 0 2rem;
}
.lightpos-color {
    color: #1fb0e6;
}
.sm-fill {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.2rem;
}
.sm-p-1 {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1rem !important;
    text-align: center;
}
.sm-p-2 {
    font-size: 0.9rem !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1rem;
    padding-top: 1.5rem;
    text-align: center;
}
.clearfix::after {
     display: block;
     clear: both;
     content: "";
}
.pt2-sm {
    height: 50vw;
    position: absolute;
    top: 40px;
    right: 20px;
}
.short-desc-star {
    font-size: 0.65rem;
}
.short-desc-star-b {
    font-size: 1rem;
}

@media (max-width: 992px) {
    .warunki-new-row {
        margin-left: 0;
        margin-right: 0;
    }

    .btn.cta {
        border-color: #ff9100 !important;
        background-color: #FF9100 !important;
    }
    .btn.cta:hover {
        border-color: transparent !important;
    }

    .three-phones h4 {
        background-image: none !important;
    }
    .jumbo-image {
        display: none !important;
    }

    #thank-you {
        font-size: 1rem;
    }
    #thank-you > div.row.p-5 {
        padding: 1rem !important;
    }
    .jumbo {
        margin-top: 0 !important;
        background-image: none !important;
    }
    .jumbo h1 {
        font-size: 2rem !important;
        margin-top: 1.5rem;
    }
    .jumbo-gp {
        text-align: center;
        position: static;
    }
    .jumbo > .container-md {
        background-image: none !important;
        /*background-position-x: 77%;*/
    }
    .jumbo .btn-start-jumbo {
        margin-bottom: 1rem !important;
    }
    figure.gp {
        text-align: center;
    }
    figure.gp figcaption {
        text-align: left;
        color: white;
        font-size: 0.8rem;
        text-shadow: none;
        margin-top: 10px;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
    }
    .btn-sm-fill {
        width: 100%;
        margin-bottom: 5px;
    }

}
@media (min-width: 576px) {
    .jumbo {
        background-position-x: 0;
    }
    .jumbo-image {
        display: none;
    }
}
@media (min-width: 768px) {
    .jumbo-image {
        display: block;
        left: -40px;
    }
}
@media (min-width: 992px) {
    .jumbo-image {
        left: 50px;
    }
}

.form-check:has(.error) {
    border: 1px solid #ff0000 !important;
}
input[type="text"].error {
    border: 3px solid #ff0000 !important;
}