
.b24-form-style-classic{
  box-shadow: 25px 25px 50px 0px #777777;
}

.lightbox {
  /** Hide the lightbox */
  display: none;

  /** Apply basic lightbox styling */
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color:#333333;
  }

  body .lightbox{
    background-color: rgba(0, 0, 0, 0.8);
  }


  


.lightbox .box {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width:500px;
  margin: 0% auto;

  }

  .lightbox .title {
      margin:0;
      padding:0 0 10px 0px;
      border-bottom:1px #ccc solid;
      font-size:22px;
      }

  .lightbox .content {
      display:block;
      padding:10px 0 0 0px;
      font-size:18px;
      line-height:22px;
      }

  .lightbox .close {
      float:right;
      display:block;
      text-decoration:none;
      font-size:16px;
      color:#fff;
      background: rgb(0 141 132);
      opacity: 1.0;
      position: relative;
      padding: 2.5% 3% 3% 3%;
      z-index:99;
      border-radius: 50%;
      margin:2%;
      border:0px;
      }


      .lightbox .close:hover  {
      background-color: rgb(0 141 132);
      text-decoration: underline;
    }

      .b24-form-btn-block .b24-form-btn{
        background: rgb(0 141 132);
      }

      .b24-form-wrapper.b24-form-border-bottom{
      border-bottom: 5px solid rgb(0 141 132) !important;
      color: rgb(0 141 132) !important;
    }


    .b24-form-control-product-info{
      display: none !important;
    }



    .b24-form-basket, {
      border-color: rgb(0 141 132) !important ;
    }

    .b24-form-control-product-quantity-add, .b24-form-control-product-quantity-remove{
      border-color: rgb(0 141 132) !important ;
    }

    .b24-form-control:hover, .b24-form-control:active, .b24-form-control:focus{
      border-color: rgb(0 141 132) !important ;
    }

    .b24-form-basket{
      border-color: rgb(0 141 132) !important;
    }
    
    
    .b24-form-btn-block button:hover {
      background-color: rgb(0 141 132);
      text-decoration: underline;
    }
  
    .b24-form-btn.b24-form-btn-white{
        color:#000 !important;
        background-color: rgb(197, 197, 197) !important;
    }
      .close{
        color:#000;
      }

      .b24-window-close{
        float:right;
        display:block;
        text-decoration:none;
        font-size:16px;
        color:#fff;
        background: rgb(0 141 132) !important;
        opacity: 1.0;
        position: relative;
        padding: 2.5% 3% 3% 3%;
        z-index:99;
        border-radius: 50%;
        margin:2%;
        border:0px;
      }

.lightbox .open {
  /** Show lightbox when mouse leaves the browser window */
  display: block;
  outline: none;
}


.b24-form-control-list-selector-item-price-current, .b24-form-control-product-info, .b24-form-control-product-quantity-add, .b24-form-control-product-icon, .b24-form-control-product-quantity, .b24-form-control-product-quantity-add, .b24-form-basket-pay, .b24-form-basket{
  display: none !important;
}

/* Here using -webkit, we make angle 
of 45 degree of falling star */
.sky {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }
    
  /* Here we are making roundabout balls  */

  @media (max-width: 1200px) {
        .star {
        visibility: hidden !important;
        animation: none !important;
     }
  }


  .star {
    position: absolute;
    left: 70%;
    top: 70%;
    height: 2px;
    border-radius: 885px;
    background: linear-gradient(-90deg, 
      #eef0f5, rgba(0, 0, 255, 0));
    
    -webkit-filter: drop-shadow(0 0 6px #eef1f8);
    filter: drop-shadow(0 0 6px #d7dff0);
    -webkit-animation: tail 3000ms ease-in-out infinite,
      shooting 3000ms ease-in-out infinite;
    animation: tail 3000ms ease-in-out infinite,
      shooting 3000ms ease-in-out infinite;
  }
    
  /* Here we add before and after effect to star */
  .star::before,
  .star::after {
    content: "";
    position: absolute;
    top: calc(80% - 1px);
    right: 0;
    height: 2px;
    background: linear-gradient(
      -90deg,
      rgba(0, 0, 255, 0),
      #eaeef8,
      rgba(0, 0, 255, 0)
    );
    -webkit-transform: translateX(50%) rotateZ(45deg);
    transform: translateX(50%) rotateZ(45deg);
    border-radius: 100%;
    -webkit-animation: shining 3000ms ease-in-out infinite;
    animation: shining 3000ms ease-in-out infinite;
  }
  .star::after {
    -webkit-transform: translateX(50%) rotateZ(-45deg);
    transform: translateX(50%) rotateZ(-45deg);
  }
    
  /* Here we are adding location of each 
     nth-child, animations, delays, and 
     before and after effects to each 
     and every balls(stars) */
  .star:nth-child(1) {
    top: calc(50% - -119px);
    left: calc(50% - 43px);
    -webkit-animation-delay: 4000ms;
    animation-delay: 4000ms;
  }
  .star:nth-child(1)::before,
  .star:nth-child(1)::after {
    -webkit-animation-delay: 4000ms;
    animation-delay: 4000ms;
  }
  .star:nth-child(2) {
    top: calc(50% - -43px);
    left: calc(50% - 37px);
    -webkit-animation-delay: 5000ms;
    animation-delay: 5000ms;
  }
  .star:nth-child(2)::before,
  .star:nth-child(2)::after {
    -webkit-animation-delay: 5000ms;
    animation-delay: 5000ms;
  }
  .star:nth-child(3) {
    top: calc(50% - -40px);
    left: calc(50% - 222px);
    -webkit-animation-delay: 7000ms;
    animation-delay: 7000ms;
  }
  .star:nth-child(3)::before,
  .star:nth-child(3)::after {
    -webkit-animation-delay: 7000ms;
    animation-delay: 7000ms;
  }
  .star:nth-child(4) {
    top: calc(50% - -29px);
    left: calc(50% - 113px);
    -webkit-animation-delay: 7000ms;
    animation-delay: 7000ms;
  }
  .star:nth-child(4)::before,
  .star:nth-child(4)::after {
    -webkit-animation-delay: 7000ms;
    animation-delay: 7000ms;
  }
  .star:nth-child(5) {
    top: calc(50% - 146px);
    left: calc(50% - 112px);
    -webkit-animation-delay: 3000ms;
    animation-delay: 3000ms;
  }
  .star:nth-child(5)::before,
  .star:nth-child(5)::after {
    -webkit-animation-delay: 3000ms;
    animation-delay: 3000ms;
  }
  .star:nth-child(6) {
    top: calc(50% - -108px);
    left: calc(50% - 160px);
    -webkit-animation-delay: 3000ms;
    animation-delay: 3000ms;
  }
  .star:nth-child(6)::before,
  .star:nth-child(6)::after {
    -webkit-animation-delay: 3000ms;
    animation-delay: 3000ms;
  }
  .star:nth-child(7) {
    top: calc(50% - 52px);
    left: calc(50% - 72px);
    -webkit-animation-delay: 7000ms;
    animation-delay: 7000ms;
  }
  .star:nth-child(7)::before,
  .star:nth-child(7)::after {
    -webkit-animation-delay: 7000ms;
    animation-delay: 7000ms;
  }
    
  /* This code will help to generate 
  effect in tail of star */
  @keyframes tail {
    0% {
      width: 0;
    }
    30% {
      width: 100px;
    }
    100% {
      width: 0;
    }
  }
    
  /* This code will generate shining 
  effect in head of star */
  @keyframes shining {
    0% {
      width: 0;
    }
    50% {
      width: 30px;
    }
    100% {
      width: 0;
    }
  }
    
  /* Here we are adding webkit-animation 
  to head of star for shining */
  @-webkit-keyframes shining {
    0% {
      width: 0;
    }
    50% {
      width: 30px;
    }
    100% {
      width: 0;
    }
  }
    
  /* Here we are adding webkit-animation 
  to tail of star */
  @-webkit-keyframes tail {
    0% {
      width: 0;
    }
    30% {
      width: 100px;
    }
    100% {
      width: 0;
    }
  }
    
  /* Here we are adding webkit-animation 
  for shooting effect */
  @-webkit-keyframes shooting {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(270px);
      transform: translateX(270px);
    }
  }
    
  /* Here we make shooting effect */
  @keyframes shooting {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(270px);
      transform: translateX(270px);
    }
  }




/******************************************************************************************************************************/
.mobile-logo{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin:auto;
    width:180px;
}

    /* Form */
    .b24-form{
        min-height: 400px;
        height: 200px;
        max-height: 300px;
    }
    .b24-form-wrapper.b24-form-shadow{
    box-shadow:8px 8px 24px 0px rgb(66 68 90) !important;
    }

    .b24-form-control-alert-message:after{
        left:8px !important;
    }

    /* Body  */
    .b24-form-btn-block .b24-form-btn{
      color:#fff!important; 
    }
    
.b24-form-btn b24-form-btn-white b24-form-btn-border{
  color: #000 !important;
}

.b24-form #b24-4836039124021527331479190493291, .b24-form #b24-4836039124021527331479190493291.b24-form-dark{
  color: rgb(0 141 132);
}

    .b24-form *{
        color:#000;
        font-weight: 600 !important;
        border-radius: 20px !important;
    }
    span:hover{
        color:red !important;
        text-decoration: underline; 
    }

    /* Title */
    .b24-form-header-title{
        font-weight: 700 !important;
        padding: 20px;
        color: rgb(0 141 132) !important;
        border-bottom: 5px solid rgb(0 141 132) !important;
    }

    .b24-window-popup-wrapper{
        padding: 10px;
        max-height: 850px;
    }

   
    
 

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}





.icheckbox_square-blue, .iradio_square-blue{
    border: 2px solid #e94c45;
}

.btn-default{
    height: 52px !important;
    border: 3px solid #e94c45 !important;
    background-color: white !important;
}

.btn-default:focus{
    height: 52px !important;
    border: 3px solid #e94c45 !important;
    background-color: white !important;
}


.btn-default:hover{
    height: 52px !important;
    border: 3px solid #e94c45 !important;
    background-color: white !important;
}



.btn-group.open .dropdown-toggle{
    -webkit-box-shadow:none;
    box-shadow: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover{
    background-color: #e94c45;
}

.iradio_square-#e94c45{
    margin-bottom:10px !important;
}

.oferta:focus{
    background-color: #e94c45 !important;
    border: 3px solid #e94c45 !important;
    color:white;
}

.oferta:active{
    background-color: #e94c45 !important;
    border: 3px solid #e94c45 !important;
    color:white;
}




.oferta{
    background-color: white;
    border: 3px solid #e94c45;
    color:black;
    font-size: 16px;
    padding:20px;
    margin:5px;
    float: left;
    width: 30%;
}



.alert-success {
    color: #fff;
    background-color: #125d91;
    border-color: #125d91;
}

a{
    color:#e94c45;
}

a:focus, a:hover {
    color: #e94c45;
    text-decoration: underline;
}

.form-control:focus {
border: 3px solid #e94c45;
}

.icheckbox_square-#e94c45, .iradio_square-#e94c45{
border-color: #e94c45;
*background-color: white;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #e94c45;
}

.help-block{
    color:red !important;
    font-size:12px;
}

.has-error .form-control {
    border-color: #e94c45;
}

.has-error .form-control:focus{
    border-color: #e94c45;
}

.has-success .form-control-feedback {
    color: #e94c45;
}

.has-success .form-control {
    border-color: #e94c45;
}



.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline labe
{
    color:#000;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #000;
}

.has-success .form-control-feedback{
	top:45% !important;
}

.has-error .form-control-feedback{
	top:35% !important;
}

.has-error .form-control{
    background: #ffd8d7;
}

.has-success .form-control{
    background: #fff;
}

.has-success .form-control:focus {
    border-color: #e94c45;
}

.btn{
    *margin-top:15px;
}

label{
    font-size: 14px !important;
}

.form-control{
height: 52px !important;
border: 3px solid #e94c45;
box-shadow:none !important;
transition:none !important;
border-radius:0px;
}

.form-control:hover{
border: 4px solid #e94c45;
}


.btn{
    padding: 10px 15px;
    font-size: 16px;
    
}

#informacje-formularz {
    font-size: 1.6em;
}

#form-container .select2-container--default .select2-selection--single {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    *box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 3px 12px;
    *transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#form-container .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

#form-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}

#form-container label.normal {
    font-weight: normal;
}

#form-container select {
    width: 100%;
}

#form-container .form-control {
    width: 100%;
}

#form-container .radio label {
    vertical-align: middle;
    padding-left: 0;
}

#form-container .checkbox label div {
    margin-right: 5px;
}

#form-container .multiselect-container.dropdown-menu li label .icheck-item {
    display: none;
}

#form-container .has-success .multiselect-container.dropdown-menu li .radio {
    color: #333;
}

#form-container .has-success .multiselect-container.dropdown-menu li.active .radio {
    color: #fff;
}

#form-container .multiselect-container.dropdown-menu li label {
    padding: 3px 20px;
}

#form-container .multiselect-container {
    width: 100%;
}

#form-container .multiselect-container.dropdown-menu .disabled {
    display: none;
}

#form-container .btn {
    text-align: left;
}


.rabat2{
  width: 30%;
  height: 30%;
  position: absolute;
  left: 0% !important;
  top: 0% !important;
  background-image: url(../images/rabat2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}




@media screen and (max-width: 1199px) {
  .body2{
    background-image: none !important;
  }
}


  .body2{
    width: 41%;
    height: 69%;
    position: absolute;
    right: 2%;
    top: 25%;
    background-image: url("../images/body2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
  }



body {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
font-family: 'lato', sans-serif;
color: #000;
background: url("../images/tlo.png") #fff;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
overflow:auto;
background-position: left;
z-index:1;
}

.main-form {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
	background: white;
	padding:35px;
    border: solid 3px #e94c45;
    box-shadow: 2px 5px 50px 0.7px black;
}

.main-form {}

.main-btn,
.info {
    margin-top: 20px;
}

input[type=text],
input[type=email],
select {
    width: 100% !important;
}

input[type=submit] {}

.main-label {
    text-align: justify;
    font-weight: normal;
    border: solid;
    border-color:#f2f2f2;
    border-width: 2px;
    padding: 5px;
}

.info {
    font-size: 10px;
    text-align: justify;
}

.form-group {
    padding: 0px 10px;
}


.main-form .promo{
    position: absolute; 
    top:0px;
}
.promo {
    left: 0px;
    width: 100%;
    background-color: #e94c45;
}

.main-head-info {
    margin: 0px !important;
    font-weight: bold;
}
@media (max-width: 600px) {
    button[type=submit] {
        width: 100% !important;
    }


@media (max-width: 600px) {
    input[type=submit] {
        width: 100% !important;
    }





@media (min-width: 601px) {
    button[type=submit] {
        width: 50% !important;
    }


@media (min-width: 601px) {
    input[type=submit] {
        width: 50% !important;
    }

    .row {
        padding: 0px 5px;
    }

    @media screen and (max-width:1280px) {
        .not-mobile {
        display: none;
    }
    }

    .main-form {
           margin-top: 10px;
    margin-bottom: 10px;
}
  
