/* fonts */

@font-face {
    font-family: 'orlensans-regular';
    src: url('../fonts/orlensans-regular.woff') format('woff');
}

body {
    line-height: 1.1;
    font-family: orlensans-regular;
}
/* headings */

h1 {
    font-family: orlensans-regular;
    font-size: 49px;
}

h2 {
    font-family: orlensans-regular;
    font-size: 48px;
}

h3 {
    font-family: orlensans-regular;
    font-size: 40px;
    line-height: 1;
}

h4 {
    font-family: orlensans-regular;
    font-size: 40px;
    line-height: 1;
}

h5 {
    font-family: orlensans-regular;
    font-size: 35px;
}

h6 {
    font-family: orlensans-regular;
    font-size: 24px;
    text-transform: uppercase;
    color: #1d1d1b;
}

p {
    font-family: orlensans-regular;
    font-size: 14px;
    color: #1d1d1b;
}

.thanks {
    font-family: orlensans-regular;
    font-size: 39px;
    color: #1d1d1b;
    line-height: 4rem;
}

.thank-you {
    padding-top: 50px;
    padding-left: 30px;
}

.error-number {
    font-family: orlensans-regular;
    font-size: 108px;
    color: #1d1d1b;
}

.error-heading {
    font-family: orlensans-regular;
    font-size: 30px;
    color: #1d1d1b;
}

.error-hint {
    margin-top: 20px;
    font-family: orlensans-regular;
    font-size: 14px;
    color: #1d1d1b;
    line-height: 1.5;
    margin-bottom: 30px;
}

.navbar {
    padding: .2rem 1rem;
    z-index: -1;
    max-height: 10px;
}

.bg-primary {
    background-color: #1d1d1b !important;
}

.navbar-orange-stipe {
    min-width: 37.5%;
    background-color: #ef7b0b !important;
    z-index: 1000;
    padding: 0px;
    margin-left: -16px;
    max-height: 10px;
}

.navbar-orange-stipe-errors {
    min-width: 46%;
    background-color: #ef7b0b !important;
    z-index: 1000;
    padding: 0px;
    margin-left: -16px;
    max-height: 10px;
}


.hr-blue {
    border-top: 1px solid rgba(216,30,4);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.btn-lg {
    font-family: orlensans-regular;
    font-size: 18px;
    padding: .34rem 1rem;
    margin-top: 20px;
}

.btn-primary {
    background-color: #d81e04;
    border-color: #d81e04;
}

    .btn-primary:hover {
        background-color: #1d1d1b;
        border-color: #1d1d1b;
    }

    .btn-primary:focus {
        background-color: #1d1d1b;
        border-color: #1d1d1b;
    }

.btn-blue {
    background-color: #1d1d1b;
    border-color: #1d1d1b;
    color: #FFFFFF;
}

    .btn-blue:hover {
        background-color: #ec7601;
        border-color: #ec7601;
    }

label {
    font-family: orlensans-regular;
    font-size: 14px;
    color: #1d1d1b;
}

.small-text {
    font-size: 10px;
    color: #1d1d1b;
    font-family: orlensans-regular;
}

.resp-img {
    width: 99%;
}

.images-left {
    padding-left: 20px;
    padding-top: 30px;
}

.dog-overflow {
    margin-top: -100px;
    width: 100%
}

.dog-overflow-thanks {
    margin-top: 0px;
    width: auto;
    position: absolute;
}

.inputs-1 {
    min-height: 220px;
}

.lead-text {
    padding-top: 50px;
    padding-left: 20px;
}

.forms-line {
    margin-top: 10px;
}

.form-control[readonly] {
    background-color: #f2f2f2 !important;
    color: #1d1d1b !important;
    text-align: center;
    height: 30px;
    border: 0px;
    opacity: 1;
}

.disabled {
    font-size: 10px;
    font-family: orlensans-regular;
    color: #1d1d1b !important;
    padding-top: 7px;
}

input[readonly].dane {
    color: #1d1d1b !important;
    font-family: orlensans-regular;
    font-size: 14px;
    box-shadow: none;
}

form .form-control::-webkit-input-placeholder {
    color: #1d1d1b;
}

form .form-control::-moz-placeholder {
    color: #1d1d1b;
}

form .form-control:-ms-input-placeholder {
    color: #1d1d1b;
}

form .form-control:placeholder {
    color: #1d1d1b;
}

.fa-arrow-right:before {
    margin-left: 20px;
}

.fa-arrow-left:before {
    margin-right: 20px;
}

/*
CHECKBOX
*/

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    margin-right: 5px;
    margin-top: 5px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    display: inline;
}

    /* checkbox aspect */
    [type="checkbox"]:not(:checked):before,
    [type="checkbox"]:checked:before {
        content: '';
        position: absolute;
        left: 0;
        top: -1px;
        width: 1.25em;
        height: 1.25em;
        border: 2px solid #d81e04;
        background: #fff;
        box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
    }
    /* checked mark aspect */
    [type="checkbox"]:not(:checked):after,
    [type="checkbox"]:checked:after {
        content: '\2713\0020';
        position: absolute;
        top: -8px;
        left: 0px;
        font-size: 2em;
        line-height: 0.8;
        color: #1d1d1b;
        transition: all .2s;
        font-weight: bold;
        font-family: orlensans-regular;
    }
    /* checked mark aspect changes */
    [type="checkbox"]:not(:checked):after {
        opacity: 0;
        transform: scale(0);
    }

    [type="checkbox"]:checked:after {
        opacity: 1;
        transform: scale(1);
    }

[type="checkbox"]:disabled:not(:checked):before,
[type="checkbox"]:disabled:checked:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

span.label-small {
    font-size: 12px !important;
    font-family: orlensans-regular;
}

.form-check-inline {
    margin-top: 10px;
    margin-bottom: 10px;
}

.agree {
 
}

.agree-all {
    padding-top: 30px;
}

.alert-primary {
    background-color: #F2F2F2;
    color: #1d1d1b;
    font-family: orlensans-regular;
    font-size: 14px;
    border-color: #FFFFFF;
    border-radius: 0px !important;
    padding: 5px;
}

.alert-danger {
    background-color: #ff0000;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    font-family: orlensans-regular;
}

.invalid-feedback {
    text-align: right;
    color: #ff0000;
    text-transform: uppercase;
    font-size: 11px;
    font-family: orlensans-regular;
}

.was-validated .form-control:invalid {
    border-color: #ff0000;
}

.fa-question {
    color: #ef7b0b;
    margin-left: 7px;
}

.stanzgod {
    margin-top: 20px;
}

span.zgody {
    font-size: 12px;
    color: #1d1d1b;
    font-family: orlensans-regular;
    line-height: 1 !important;
}

small {
    font-size: 12px;
    color: #1d1d1b;
    font-family: orlensans-regular;
    line-height: 1 !important;
}

.logo-error {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.error-text {
    margin-top: 5%;
    background-image: url(../assets/chmury2.jpg);
    background-repeat: no-repeat;
    background-position: center right;
}

.error-img-big {
    max-width: 500px;
}


.popover {
    color: #1d1d1b !important;
    font-size: 11px;
    max-width: 40%;
    transform: translateZ(1px);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09);
}

.popover-body {
    color: #1d1d1b !important;
}

a.zgoda-popover {
    color: #1d1d1b !important;
}

    a.zgoda-popover:hover {
        text-decoration: none;
    }

.popover.bs-tether-element-attached-top::before {
    left: 65%;
}

@media (max-width: 575.98px) {
    .navbar-orange-stipe {
        min-width: 15%;
    }
    .navbar-orange-stipe-errors {
        min-width: 15%;
    }

    .hidden-xs {
        display: none !important;
    }

    h4 {
        font-size: 23px;
        margin-top: 15px;
    }

    h3 {
        font-size: 23px;
    }

    h6 {
        font-size: 14px;
    }

    .dog-overflow {
        margin-top: 45px;
        width: 60%;
        margin-bottom: 20px;
    }

    .mobile-logo {
        margin-top: 15px;
    }

    .py-5 {
        padding-top: 0.5rem !important;
    }

    label .disabled {
        font-size: 10px !important;
        padding-top: 10px;
    }

    .dog-overflow-thanks {
        width: 99%;
        position: relative;
        margin-top: 40px;
    }

    .lead-text {
        padding-left: 0px;
    }

    .form-check-inline {
        display: grid !Important;
    }

    .images-left {
        padding-left: 0px;
    }

    .thanks {
        font-size: 20px;
    }

    .thank-you {
        padding-top: 20px;
    }
}




@media (min-width: 576px) and (max-width: 990.98px) {
    .images-left {
        padding-left: 0px;
    }

    .navbar-orange-stipe {
        min-width: 11%;
    }

    .navbar-orange-stipe-errors {
        min-width:11%;
    }

    .mobile-logo {
        margin-top: 20px;
        margin-left: 8px;
    }

    h4 {
        font-size: 28px;
        margin-top: 15px;
    }

    h3 {
        font-size: 28px;
    }

    h6 {
        font-size: 19px;
    }

    .hidden-sm {
        display: none !important;
    }

    .dog-overflow {
        margin-top: 0px;
        width: 60%;
        margin-bottom: 20px;
    }

    .dog-overflow-thanks {
        width: 98%;
        margin-top: 20px;
    }

    .lead-text {
        padding-left: 0px;
        padding-top: 100px;
    }

    .inputs-1 {
        min-height: 100px;
    }

    .py-5 {
        padding-top: 0.5rem !important;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {

    .images-left {
        padding-left: 0px;
    }

    .navbar-orange-stipe {
        min-width: 11%;
    }

    .navbar-orange-stipe-errors {
        min-width: 52%;
    }

    .mobile-logo {
        margin-top: 20px;
        margin-left: 8px;
    }

    h4 {
        font-size: 25px;
        margin-top: 15px;
    }

    h3 {
        font-size: 25px;
    }

    h6 {
        font-size: 17px;
    }

    .inputs-1 {
        min-height: 170px;
    }

    .dog-overflow {
        margin-top: 30px;
        margin-bottom: 20px;
        width: 60%;
    }

    .dog-overflow-thanks {
        margin-top: 0px;
    }

    .btn-lg {
        font-size: 15px;
    }

    .hidden-md {
        display: none !important;
    }

    .py-5 {
        padding-top: 0.5rem !important;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {

    .navbar-orange-stipe {
        min-width: 40%;
    }

    .navbar-orange-stipe-errors {
        min-width: 49%;
    }

    h4 {
        font-size: 30px;
    }

    h3 {
        font-size: 30px;
    }

    h6 {
        font-size: 14px;
    }

    .inputs-1 {
        min-height: 170px;
    }

    .dog-overflow {
        margin-top: -45px;
    }

    .hidden-lg {
        display: none !important;
    }
}


@media (min-width: 1200px) {


    h4 {
        font-size: 33px;
    }

    h3 {
        font-size: 33px;
    }

    h6 {
        font-size: 17px;
    }

    .hidden-lg {
        display: none !important;
    }
}


.alert-primary {
    background-color: #F2F2F2;
    color: #1d1d1b;
    font-family: orlensans-regular;
    font-size: 14px;
    border-color: #FFFFFF;
    border-radius: 0px !important;
    padding: 5px;
}

.alert-danger {
    background-color: #ff0000;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    
    padding: .75rem 1.25rem;
    line-height: 1rem;
}


.fa-question {
    color: #ef7b0b;
    margin-left: 7px;
}


.invalid-feedback {
    text-align: right;
    color: #ff0000;
    text-transform: uppercase;
    font-size: 11px;
    font-family: orlensans-regular;
    font-weight: 900;
}

.invalid-feedback {
 
}
.field-validation-error {
    color: #ff0000;
    text-transform: uppercase;
    font-size: 11px;
    font-family: orlensans-regular;
    font-weight: 900;
}

.reCepatchaTelefon {
    line-height: 1.5 !important;
}
.myModalNiePrawidloweDane {
   padding: 25px 0px 0px 0px;
}

.selectRodzajDokumentu {
    background-color: #f2f2f2 !important;
    color: #1d1d1b !important;
    text-align: center;
    border: 1px solid transparent;
    opacity: 1;
}
    .selectRodzajDokumentu:focus {
        outline: none !important;
        border-color: #d81e04 !important;
        box-shadow: none !important; /* usuwa bootstrapowy niebieski focus */
        caret-color: #d81e04;
    }

select.form-control {
    background-color: #f2f2f2;
    color: #1d1d1b;
    border: 1px solid transparent; /* zapobiega "skakaniu" */
}

    /* FOCUS */
    select.form-control:focus {
        outline: none !important;
        border-color: #d81e04 !important;
        box-shadow: 0 0 0 0.2rem rgba(216, 30, 4, 0.25) !important;
        caret-color: #d81e04;
    }

.mb-4, .my-4{
    margin: 0px;
}
.pb-5, .py-5 {
    padding-bottom: 2rem !important;
}

.title {
    font-size: 40px;
}

input.form-control:focus {
    outline: none !important;
    border-color: #d81e04 !important;
    box-shadow: 0 0 0 0.2rem rgba(216, 30, 4, 0.25) !important;
    caret-color: #d81e04;
}

.select.form-control:hover {
    background-color: #d81e04 !important;
}




button:active {
    background-color: #d81e04 !important;
    border-color: #d81e04 !important;
    box-shadow: 0 0 0 0.2rem rgba(216, 30, 4, 0.25) !important;
}