body {
        font-family: Open Sans;
    font-weight: 400;
    background:#FDFCFB;
    color:black !important;
}

.container-fluid {
    padding-left:0px;
    padding-right:0px;
}

.no-padding {
    padding-left:0px;
    padding-right:0px;
}

p {
    font-size:18px;
    margin-top:20px;
    margin-bottom:20px;
}

.menu {
    list-style-type:none;
    padding:0px;
	margin-top:20px;
}

.menu  li , .fillElement {
    float:left;
    color:#ee6a00;
    padding:10px 20px;
    margin-top:15px;
    font-size:16px;
}

.menu li:hover {
    cursor:pointer;
    text-decoration:underline;
}

.fillElement {
    border-radius:5px;
    background:#ee6a00;
    color:white !important;
}

.big-center-text {
    font-size:60pt;
    color:#ee6a00;
    margin-top:40px;
}

.middle-center-text {
    margin-top:20px;
    color:black;
    font-size:34px;
}

.bg-blue {
    background: url('../img/bluebg.png');
    margin-top:50px;
}

.bg-blue2 {
    background: url('../img/bluebg.png');
    padding-top:20px;
    padding-bottom:20px;
}

.my-section {
    margin-top:70px;
}

.dotted-list {
    padding-left:25px;
    list-style-type:dotted;
    color:#2b2b2b;
    font-size:18px;
}

.dotted-list-small {
    font-size:15px;
    padding-left:20px;
}

.noPacket {
    text-decoration:line-through;
    color:#9F9F9F;
}

.custom-btn-orange {
    color:white;
    text-align:center;
    padding-top:15px;
    padding-bottom:15px;
    background:#ee6a00;
    font-size:18px;
}

.small-btn-orange {
    color:white;
    text-align:center;
    background:#ee6a00;
    font-size:14px;
    padding-top:7px;
    padding-bottom:7px;
    margin-top:10px;
}

.custom-btn-orange:hover , .small-btn-orange:hover{
    background:#e78333;
    cursor:pointer;
}

.btn-empty {
    border:2px solid #ee6a00;
    padding-top:15px;
    padding-bottom:15px;
    color:#ee6a00;
    font-size:18px;
}

.orange-box {
    padding-top:20px;
    padding-bottom:40px;
    background: url('../img/orange.png');
    color:white;
    background-position: center center;
}

.number-list {
    list-style-type:decimal;
    font-size:16px;
}

.dotted-list-white {
    color:white;
    font-size:18px;
}

.product-img {
    margin-left:-25px;
}

.custom-hr {
    margin-top:50px;
    height:2px !important;
    border:1px solid black;
}

.single-price {
    border-radius:5px;
    background:white;
    color:black;
    padding:5px;
    width:98%;
    margin-left:1%;
    margin-right:1%;
}

.line-horizontal {
    width: 70%; 
    height: 10px; 
    border-bottom: 1px solid #000000;
}

.small-text {
    display:block;
    font-size:15px;
}

.pattern {
    background:url('../img/pattern.png');
    padding-top:20px;
    padding-bottom:20px;
}

#blackwrapper {
    position:fixed;
    width:100%;
    height:100vh;
    z-index:10001;
    display:block;
    background: rgba(0, 0, 0, 0.7);
    display:none;
}

.form-modal {
    display:none;
    position:fixed;
    top: calc(50% - 150px);
    left:calc(50% - 150px);
    z-index:10002;
}


#page-content {
    padding-left: 0px;
    padding-right: 0px;
}

.item {
    padding-left: 0px;
    padding-right: 0px;
    height: auto;
    background-color: white;
}

.item .title {
    font-size: 40px;
}

.item .description {
    margin-top: 30px;
}

.item .price {
    list-style: none;
    padding-left: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.item .price li label {
    line-height: 30px;
}

.item .price li label h4 {
    font-size: 17px;
}

.item .price li label span {
    font-size: 10px;
}

.item .price li label s {
    color:#E64A19;
    text-decoration:line-through;
    position: relative; 
    font-size: 17px;   
}

.item .price li label s::after {
    border-bottom: 3px solid #E64A19;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.item .price li label s span {
    color:#777777;
    font-size: 17px;
}

.item .price li.vip label s {
    color:#FABD02;
}

.item .price li.vip label s::after {
    border-bottom: 3px solid #FABD02;
}

.item .price li.vip label s span {
    color:black;
}



.item .price li p {
    padding-left: 40px;
}

.radio input[type="radio"]:checked + label::after {
    background-color: #73AB28;
    transform: scale(1) !important;
    width: 14px;
    height: 14px;
    top: 4px;
    left: 4px;
}

.vip input[type="radio"]:checked + label::after {
    background-color: #FABD02;
}

.radio label {
    margin-right:20px;
    padding-left: 40px;
}

.radio label::after {
   margin-top: 8px; 
   border: 0;
}

.radio label::before {
    content: "";
    display: inline-block;
    margin-right: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 2.5px;
    background-color: #FFFFFF;
    border-radius: 99px;
    width: 22px;
    height: 22px;
    margin-top: 8px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    background-color: #73AB28;
    width: 12px;
    height: 12px;
    left: 5px;
    top: 4px;
    content: "";
}

.vip input[type="checkbox"]:checked + label::after {
    background-color: #FABD02;    
}

.checkbox label {
    margin-right:20px;
    margin-bottom: 0;
    padding-left: 40px;    
    transition: none;
}

.checkbox label::after {
   margin-top: 8px; 
}

.checkbox label::before {
    content: "";
    display: inline-block;
    margin-right: 20px;
    position: absolute;
    left: 1px;
    top: 0px;
    bottom: 2.5px;
    background-color: #FFFFFF;
    width: 20px;
    height: 20px;
    margin-top: 8px;
}


.item .btn {
    padding: 15px 30px;
    border-radius: 5px;
    //margin-bottom: 60px;
    background: none repeat scroll 0px 0px #e64a19;
    border: none;
}

.btn-danger:hover {
    color: #fff;
    transition: all 0.7s ease 0s;
    background: none repeat scroll 0px 0px #000;
    box-shadow: 0px 100px 0px 0px #000 inset;
}

.item.vip .btn-danger:hover {
    color: #533558;
    transition: all 0.7s ease 0s;
    background: none repeat scroll 0px 0px #fff;
    box-shadow: 0px 100px 0px 0px #fff inset;
}

.item.vip .btn {
    background: none repeat scroll 0px 0px #fabd02;
}

.item .right-column,
.item .left-column {
    margin-top: 8%;
}

.item .left-column {
    height: 225px;
    border-right: 3px solid #ededed;
    margin-top: 15.5%;
    margin-left: 10%;
    width: 35%;
}

.item.vip .left-column {
    border-right: 3px solid #fabd02;
}

.item .right-column {
    width: 45%;
}

.item .left-column img {
    height: 90%;
    float: right;
    margin-top: -13%;
    min-height: 315px;
    min-width: 414px;
}

.grey {
    background-color: #f7f7f7;
}

.vip {
    background: url('../../img/purple-bg.png');
    background-repeat: repeat;
}

#footer {
    padding: 20px 0;
    background: none repeat scroll 0% 0% #282C35;
}

.logo-footer {
    height: 45px;
}

#footer p {
    margin-top: 10px;
}

#rules-bar {
	background:yellow;
	width:300px;
	height:250px;
	position:fixed;
	right:-250px;
	top: 35%;
	border-radius:10px 0px 0px 10px;
	border:2px solid #ED5121;
}


.packet-modal-1, .packet-modal-2, .packet-modal-3, .packet-modal-4, .packet-modal-5 {
    position:absolute;
    top:calc(50% - 465px);
    left: calc(50% - 260px);
    z-index:10002;
    display:none;
}

#mozliwosci {
    display:none;
}

@media(max-width: 991px) {
    .item {
        width: 100%;
    }
    .item .left-column {
        margin-left: auto;
        width: auto;
    }
  
    .item .right-column {
        width: auto;
        margin-top: auto;
    }
    
    .item .left-column img {
        height: auto;
        margin-top: auto;
        min-height: auto;
        min-width: auto;
        margin-bottom: 50px;
    }
    
    #header h2 {
        font-size: 20px;
        line-height: 40px;
    }  
    
    #header .col-md-8  {
        height: 40px;
    }      
}


@media (max-width: 600px) {
    .big-center-text {
        font-size:20px;
    }
    
    .middle-center-text {
        font-size:19px;
    }
}