/*font-family: span, serif;*/

body *{
    font-display: swap;
}
body {  
    font-family: 'Open sans', sans-serif;
    background: #F4EDE5;
    overflow-x: hidden;
    transition: 0.3s padding-top ease-in;
    line-height:1.3;
    scroll-snap-type: y proximity;
    overflow-y: scroll;
    transition:opacity 0.1s linear;
}
i {
    letter-spacing: 0.5px;
}
a{
    color:inherit;
}
a:hover{
    color:inherit;
}
.go2gallery{
    cursor:pointer;
    font-size:16px;
    font-weight:bold;
    margin-top:15px;
}
.distanceBox{
    width:100%;
    margin:20px auto;
    display:block;
    clear:both;
    float:none;
}
.bold{
    font-weight:900;
}
.col-centered{
    float:none !important;
    margin:auto;
}
.no-padding{
    padding: 0;
}
.text-justify{
    text-align:justify;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; 
}
.normalText{
    font-size:19px;
    line-height: 1.4;
}
.centerImg{
    margin:auto;
    display:block;
}
.headerRow{
    background: url(/images/top.jpg);
    background-size:cover;
    background-position:top center;
    height:60vh;
    min-height:550px;
    padding-top:8vh;
    max-height:90vh;
}
.headerRow.headerDzRow{
    min-height: 380px;
    height:50vh;
}
.titleImg{
    margin-top:calc(30vh);
    max-width:1200px;
}
.patternRow {
    background: url(/images/pattern.jpg);
    background-repeat: repeat-x;
    height: 24px;
}

.redRow{
    background:#B60000;
    color:#ffffff;
    padding:5px;
}
.whiteRow{
    background:#ffffff;
    color:#000000;
}
.lastSign{
    font-size:16px;
    padding:5px;
}
.lastSignBold{
    font-weight:bold;
}
.redButton{
    background:#DB500F;
    color:#ffffff;
    cursor:pointer;
    border-radius:0px;
    padding:10px 5px;
    transition: all 0.4s ease-in-out;

}
.redButton:hover, .bottomButton:hover{
    background:#ff6a00;
}
.redButton.redButtonContent{
    margin-top:50px;
}
.redButton.redButtonContent .btnBigText{
    font-size:24px;
    font-weight:bold;
}
.redButton.smButton{
    font-size:21px;
}
.btnBigText{
    font-size:28px;
    font-weight:500;
    text-transform: uppercase;
    line-height: 1.3;

}
.btnSmText{
    font-size:22px;
    font-weight:500;
    line-height: 1.1;
}
.redText{
    color:#B60000;
    font-size: 20px;
}
.borderButton{
    cursor:pointer;
    border:1px solid #BD0008;
    color:#BD0008;
    font-size:36px;
    font-weight:bold;
    transition: all 0.4s ease-in-out
}
.borderButton:hover{
    background:#BD0008;
    color:#ffffff;
}
.greyRow{
    background:#4e4e4e;
}
.stampImg{
    margin-top:20px;
}
.stampImg2{
    margin-top: 95px;
}
.startQuota{
    font-size: 102px;
    line-height: 1px;
    padding: 0px;
    margin-bottom: 55px;
    letter-spacing: -9px;
    margin-top: -10px;
    font-style: italic;
}
.endQuota{
    font-size: 102px;
    line-height: 1px;
    padding: 0px;
    margin-bottom: 55px;
    letter-spacing: -9px;
    margin-top: -25px;
    font-style: italic;
}

.formRow{
    background:#A07B69; 
    background-image: url('/images/kaplica.jpg');
    background-repeat: no-repeat;
    /*    background-size: 50%;*/
    background-position: right center;
}
.formRow.formRowSummary {
    background: #E4D7C7;
    background-image: url(/images/kaplica3.jpg);
    background-repeat: no-repeat;
    /* background-size: 50%; */
    background-position: right center;
    padding: 32px;
}
.formRowSummary .normalFormText {
    font-size: 26px;
    color: #000000;
    padding: 30px;
}
.formRowSummary .normalFormText h1 {
    font-size: 52px;
    font-weight: 900;
    text-transform: uppercase;
    color: #B60000;
    margin: 0;
    margin-bottom:15px;
    line-height: 1.3;
}
.formHeader{
    color:#ffffff;
    font-weight: bold;
    font-size:52px;
}
.formSubheader{
    color:#ffffff;
    font-size:20px;
}
.yellowCount, .yellowSmCount{
    color:#FFDC44
}
.yellowCount{
    font-size:32px;
    font-weight: bold;
}
.normalFormText{
    font-size:19px;
    color:#000000;
}
.topButtonBox {
    padding: 0 40px;
}
.topButton{
    background: #B60000;
    color: #ffffff;
    cursor: pointer;
    border-radius: 8px;
    padding: 10px 5px;
    transition: all 0.4s ease-in-out;
    text-align:center;
    font-size:25px;
}
.topButton:hover{
    color:#ffffff;
    text-decoration:none;
}
#formularz input, #formularz select{
    border-radius:0;
}
.check_Box{
    color:#ffffff;
    z-index:99;
    font-weight: normal;
}
#otherPrice{
    display:none;
}
#otherPriceInput{
    color:#ffffff;
    border:none;
    background:none;
    outline:none;
    width:100%;
    cursor:pointer;
}
div#cpBox {
    margin-bottom: 15px;
}
#cpBox .btn {
    border-radius: 0;
    background: #aa6054;
    font-weight: bold;
    border: 1px solid #b49689;
    font-size: 26px;
    transition: all 0.15s ease-in;
    outline: none;
    color: #dec6c3;
}
#cpBox .btn.active {
    box-shadow: 0px 0px 2px #ffffff;
    background: #CD0005;
    color: #ffffff;
    outline: none;
    border:1px solid #ffffff;
}

.OPpriceInputContainer input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
    text-align:center
}
.OPpriceInputContainer input::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
    text-align:center
}
.OPpriceInputContainer input:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
    text-align:center
}
.OPpriceInputContainer input:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
    text-align:center
}
.defaultPriceBox{
    font-size:20px;
    text-align:center
}
.priceInputContainer {
    padding-right: 15px;
    font-size:20px;
    color:#ffffff;
    text-align: center;
    transition: all 0.3s ease-in
}
.priceInputContainer input[name="customPrice"][type="radio"]{
    display:none;
}
.otherPriceLabel.active input{
    border: 1px solid #ffffff;
    background: transparent;
    color:#ffffff;
    text-align:center;
}
span.currency {
    float: left;
    display: block;
    position: absolute;
    right: 30%;
    top: 7px;
}
.sbmtPayBtn, .sbmtBtn{
    width:100%;
    margin-top:15px;
    background:#CD0005;
    border: 1px solid #CD0005;
    outline:none;
    box-shadow: 1px 1px 3px #CD0005;   
    font-size:20px;
    transition: all 0.2s ease-in-out
}
.sbmtPayBtn:hover, .sbmtPayBtn:focus, .sbmtPayBtn:active, .sbmtPayBtn:active:hover{
    width:100%;
    margin-top:15px;
    background:#CD0005;
    border: 1px solid #CD0005;
    outline:none;
    box-shadow: 1px 1px 10px #CD0005;
}
.sbmtBtn:hover, .sbmtBtn:focus, .sbmtBtn:active {
    color: #fff;
    background-color: #e50408;
    border-color: #e50408;
}

label.approveLabel {
    font-weight: 100;
    font-size: 16px;
    line-height: 1;
}
input.regular-checkbox{
    margin: 2px 6px 0 0;
}
.regular-checkbox {
    position: relative;
    cursor: pointer;
}
.regular-checkbox:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 2px solid #ffffff;
    border-radius: 3px;
    background-color: #A07B69;
}
.regular-checkbox:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}
.go2rodo{
    cursor:pointer;
    font-size:14px;
    text-decoration: underline;
}
.validError {
    background: #ff0000;
    color: #ffffff !important;
    font-size: 14px;
}
.redHeader{
    font-weight: regular;
    font-size:45px;
    color: #9F2719;
    font-family: span, serif;
    margin-top: 0;
}
.redText{
    font-size:24px;
    font-weight: regular;
    color: #9F2719;
    font-family: span, serif;
}
.bottomButton {
    cursor:pointer;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    border-radius: 0;
    background: #BD0008;
    color: #ffffff;
    padding: 15px 5px;
    transition:all 0.4s ease-in
}

.symbolsText{
    font-size:12px;
}
.symbolRow {
    margin-bottom: 10px;
}

.symbolRow img {
    height: 50px;
}
.rodo{
    font-size:11px;
}
#showLongRodo{
    font-weight:bold;
    cursor:pointer;
}
.giftList{
    margin-top: 18%;
    font-size:16px;
}
.giftListUl{
    margin-top: 8px;
    margin-bottom:8px;
}
.paymentsInfo{
    font-size:16px;
}
.safeInfo {
    position: absolute;
    right: 0;
}
.safeInfoXs {
    clear: both;
    float: none;
    width: 185px;
    margin: auto;
}
.safeInfoBottom {
    float: right;
    margin-right: 78px;
    margin-top: -40px;
}
.dzBox p {
    text-indent: 40px;
}

.sl-overlay {
    background: #ddd;
}
.sl-wrapper .sl-navigation button.sl-prev {
    font-size: 9rem;
    height: 76px;
    background: rgba(120,120, 120, 0.4);
    padding-bottom: 15px;

}
.sl-wrapper .sl-navigation button.sl-next {
    font-size: 9rem;
    height: 76px;
    background: rgba(120,120, 120, 0.4);
    padding-bottom: 15px;
}
.showList{
    cursor:pointer;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.42857143;
    color: #333;
    font-size:16px;
    font-weight:bold;
}
#listModal .listModalContent {
    color: #000000;
}
#listModal .listModalContent p {
    text-indent: 50px;
    margin: 32px auto;
}
.modal-backdrop {
    background: rgba(180, 180, 180, 0.8);
}
.importantInfo{
    padding-top:100%
}
#ozebikVideo{

}
.endingPrice img{
    float:right;
}
@keyframes fade-in-up {
    0% { opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

.video {
    max-width: 100%;
    max-height: 100%;
    z-index:999;
    outline:none;
}

.stuck {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 20vw;
    animation: fade-in-up .25s ease-in-out;
    z-index:999;
    outline:none;
}
.headerTitleText{
    font-size:50px;
    color:#FBF5EC;
    line-height: 0.5;
    font-weight:bold;
}
.unMute {
    position: absolute;
    /*background: rgba(255, 0, 0, 0.4);*/
    z-index:1001;
    cursor:pointer;
}
.unMute img {
    max-width: 90px;
    background: rgba(0,0,0, 0.7);
}
.bodyMask{
    background:rgba(0,0,0,0.5);
    position:fixed;
    width:100%;
    height:100%;
    z-index:9999;
    top:0;
    left:0
}
.actionEnd h1{
    font-weight:bold;
}
.actionEndText {
    border-image: url(/images/pattern.jpg) 30 round;

    overflow-y:scroll;
    padding: 30px;
    float: none;
    background: #CD0005;
    color: #ffffff;
    max-width: 90%;
    width: 600px;
    margin: calc(15vh) auto;
    max-height:90vh;
    overflow-style: none;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}
.actionEndText a{
    font-weight: bold;
    text-decoration: underline;
}
.actionEndText::-webkit-scrollbar {
    display: none;
}
.actionEndText::-webkit-scrollbar {
    display: none;
}
.actionEndText::-webkit-scrollbar {
    display: block;
}
hr {
    border-color: #B60000;
    border-width: 3px;
}
.footer{
    border-top:5px solid #ffffff;
    background:#1d1d20;
    color:#ffffff;
    padding:15px 5px;
}
ul li{
    margin-bottom:5px;
}
.normalText i{
    font-weight:100;
}
.ebookType{
    margin-bottom:15px;
}
.ebookType .ebookTypeText{
    padding-top:6px;
    font-weight:bold;
    font-size:14px;
    text-align:center;
    margin-bottom:10px; 
}
.ebookType label.btn {
    background: rgba(220,220,220, 0.4);
    font-weight: bold;
    transition: 0.2s all ease;
    border: none;
    border-radius:0;
}
.ebookTypeBox {
    padding-right: 0;
}
.ebookType label.btn:focus, .ebookType label.btn:active{
    background: rgba(220,220,220, 0.7);
}
.ebookType label.btn.active{
    background: #CD0005;
    font-weight: bold;
}
.ebookType input[type="radio"]{
    display:none;
}
i.checkList{
    font-size:30px;
    color:#FFCA8C;
    font-weight:lighter;
}
.checkBox {
    margin-bottom: 20px;
    display: flex;
    height: max-content;
    cursor:pointer;
}
.blackRow{
    background:#2b2b2b;
    color:#ffffff;
}
.blackRow h1 {
    color: #FFCA8C;
    font-family: span;
    font-size: 55px;
    max-width: calc(100% - 200px);
    margin: auto;
}
.blackRow .normalText{
    color:#FFFFFF;
}
.selectBox{
    padding-right:0;
}
.row.formIndicator .container .formBox{
    background: #2b2b2b;
    padding: 30px;
    color: #fff;
}
.orderCountBar{
    color:#FFCA8C;
    font-family: Open sans;
    font-size:20px; 
    padding-top:10px;
    padding-bottom: 10px;
    font-weight: 100;
}
.formHeaderText{
    margin-top: 5px;
    margin-bottom: 30px;
    padding: 0 15px;
    line-height:1.3 
}
.paySumBox {
    border: 2px #9F2719 solid;
    padding: 15px 5px;
    font-size: 24px;
}
.paySumBoxStick {
    border: 2px #9F2719 solid;
    padding: 15px 5px;
    font-size: 24px;
    background:#ffffff;
    position:fixed;
    top:40vh;
    transition: left 0.3s ease-in;
    width:300px;
    z-index:999;
}
.paySumBoxStick.isvisible{
    left:0px;
}
.paySumBoxStick.notvisible{
    left:-298px;
}
.paySumAmount{
    color:green
}
.showStick {
    background: #9F2719;
    color: #ffffff;
    transform: rotate(270deg);
    position: absolute;
    right: -107px;
    top: 73px;
    padding: 0 46px;
    cursor: pointer;
}
.textPaymentsInfo{
    font-size:12px;
}
.wespUnderHead{
    font-size:28px;
}
.wespUnderText{
    font-size:17px;
}
/*========== 
Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .safeInfoBottom {
        margin: auto;
        width: 95px;
        float: right;
        clear: both;
        margin-right: calc((50vw + -95px) );
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .blackRow h1 {
        max-width: 100%;
        margin: auto;
    }
    .redHeader {
        font-size: 36px;
    }
    .ebookType label.btn {
        padding:10px 5px;
    }
    .ebookType .ebookTypeText{
        font-size:20px;
        text-align:center;
        margin-bottom:30px; 
    }
    .ebookTypeBox.etPDF{
        padding-left:0;
    }
    .ebookTypeBox.etMOBI{
        padding-right:0;
    }
    .ebookTypeBox {
        padding-right: 5px;
    }
    .no-padding-sm{
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .selectBox {
        padding-right: 15px;
        margin-bottom: 15px;
    }
    .headerRow{
        min-height:490px;
    }
    .headerRow.headerDzRow{
        height: 25vh;
        min-height:380px;
    }
    .headerRow.headerDzRow{
        min-height:350px;
    }
    .borderButton{
        font-size:30px;
    }
    .redButton .btnBigText{
        font-size:28px;
    }
    .redButton .btnSmText{
        font-size:24px;
    }
    .formRow{
        background-image:none;
    }
    .giftList{
        margin:20px auto;
    }
    .videoContainer{
        padding:0;
    }
    .headerTitleText{
        font-size:42px;
    }

    .titleImg{
        max-width:100%;
    }
    .contentImg{
        margin-top:30px;
        margin-bottom:30px;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .blackRow h1 {
        font-size: 35px;
    }
    .redHeader {
        font-size: 28px;
    }
    .headerRow{
        min-height:400px;
    }
    .headerRow.headerDzRow{
        min-height:260px;

    }
    .borderButton{
        font-size:27px;
    }
    .redButton .btnBigText{
        font-size:28px;
    }
    .redButton .btnSmText{
        font-size:20px;
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        font-size: 6rem;

    }
    .sl-wrapper .sl-navigation button.sl-next {
        font-size: 6rem;
    }
    .headerTitleText{
        font-size:36px;
    }
    .formHeaderText{
        font-size:21px;
    }
}
@media only screen and (max-width : 600px) {
    .topBtn{
        margin-top:50px;
    }
    .headerRow.headerDzRow {
        min-height: 170px;
    }
    label.approveLabel{
        font-size:14px;
        display:block;
    }
    .regular-checkbox{
        display:block;
        float:left;
    }
    input.regular-checkbox {
        display: block;
        float: left;
        margin-right: 15px;
    }
       .formHeaderText{
        font-size:19px;
    }
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .redButton .btnBigText{
        font-size:26px;
    }
    .borderButton{
        font-size:22px;
    }
    .redButton .btnSmText{
        font-size:19px;
    }
    .lastSign{
        font-size:13px;
    }

}

@media only screen and (min-width: 768px) {
    .modal-dialog {
        width: 80vw;
        max-width:900px
    }
    .modal-content{
        padding:30px;
    }

}