


#jz-overlay-callback{display:none; width:100%; height:100%; position:fixed; top:0; left:0; z-index:999999999; background:rgba(0,0,0,0.8);}
#jz-popup-callback{max-width:800px; height:415px; position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; padding:25px; z-index:600; background-color: #2EA3F2; z-index: 9999999999 !important;}
#jz-popup-callback h2{font-size:22px;text-align:center;}
#jz-popup-callback div.small-text{font-size:10px; margin-bottom:25px; color:#fff;}
#jz-popup-callback .input-placeholder{text-align:center; margin-bottom:25px;}
#jz-popup-callback .input-placeholder.center{margin-left:10px; margin-right:10px;}
#jz-popup-callback .input-placeholder input{
	border:0; 
	max-width: 100%; 
	display: inline-block;
	border: 1px solid #ccc;
-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px; 
	font-size:20px; 
	text-align:left;
}


#jz-popup-callback .input-placeholder select{ border:0; 
                                    max-width: 100%; 
                                    display: inline-block;
                                    border: 1px solid #ccc;
                                    -webkit-box-sizing: border-box;
                                    -moz-box-sizing: border-box;
                                    box-sizing: border-box;
                                    padding-left: 20px;
                                    padding-right: 20px;
                                    padding-top: 11px;
                                    padding-bottom: 11px; 
                                    font-size:20px; 
                                    text-align:left;}

#jz-popup-callback p.checkbox{font-size:10px; }
#jz-popup-callback p.checkbox input,#jz-popup-callback p.checkbox select{margin-right:5px;}

#jz-popup-callback input[type="checkbox"]{position: relative !important;}

#jz-popup-callback input[type="submit"]{
	border:0; 
	max-width: 100%; 
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size:20px; 
	text-align:center;
    cursor:pointer;
    background-color:#00A34D;
    color: #fff !important;
}

#jz-popup-callback *{margin:0; line-height: 1.2em;}

#jz-popup-callback input[type="text"].err{border:1px solid red !important; transition: all 0.5s ease 0s;}
#jz-popup-callback input[type="checkbox"].err {
	transition: all 0.5s ease 0s;
	box-shadow:0 0 5px #ee3d24;
}
#jz-popup-callback p.err{border:1px solid red !important; transition: all 0.5s ease 0s;}


#jz-popup-callback .callback-grid{display: grid; grid-template-columns:33.3% 33.3% 33.3%;}

/*#jz-popup-callback a.close{display:inline-block; max-width:30px; width:30px; height:30px; background-size:30px;}*/

#jz-popup-callback a.close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 32px;
	height: 32px;
	opacity: 0.7;
}

#jz-popup-callback a.close:hover {
	opacity: 1;
}

#jz-popup-callback a.close:before, #jz-popup-callback a.close:after {
  position: absolute;
  right: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}

#jz-popup-callback a.close:before {
  transform: rotate(45deg);
}

#jz-popup-callback a.close:after {
  transform: rotate(-45deg);
}



#jz-popup-callback #form_step1{display:block;}
#jz-popup-callback #form_step2{display:none;}
#jz-popup-callback #form_step3{display:none; text-align:center; padding-top:52px;}

#jz-popup-callback h2,
#jz-popup-callback h3{color:#fff; margin:0; font-size:20px; margin-bottom:20px;}
#jz-popup-callback h3{margin-top:10px; margin-bottom:5px;}


/*#jz-popup-callback p:first-of-type strong{margin-top:20px;}*/
#jz-popup-callback p{color:#fff; margin:0; font-size:13px; margin-bottom:15px; text-align:justify; padding-right:20px; margin-top:20px;}

#jz-popup-callback ul{list-style:disc; margin:0; padding:0; margin-bottom:20px;}
#jz-popup-callback ul li{margin-left:20px; margin-bottom:10px; color:#fff; font-size:13px; font-weight:300;}



#jz-popup-err2{text-align:center; background:#fff; color:red; margin-bottom:10px;}
#jz-popup-err2 div.error{padding:5px;}

#jz-popup-callback a{color:#fff;}

#jz-popup-callback .btn-1c::after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 4px;
}
#jz-popup-callback .btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#jz-popup-callback .button::after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#jz-popup-callback .button.red {
    background: #cf1d21;
    color: #fff;
}
#jz-popup-callback .btn {
    z-index: 1;
    display: inline-block;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#jz-popup-callback .button {
    border-radius: 4px;
    padding: 10px 25px;
    display: inline-block;
    line-height: 1.5em;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s;
    position: relative;
}

#jz-popup-callback .btn-1c:hover,
#jz-popup-callback .btn-1c:active {
	color: #CF1D21;
}

#jz-popup-callback .btn-1c:hover:after,
#jz-popup-callback .btn-1c:active:after {
	width: 100%;
}





.scolling-content{overflow:auto;  width:100%; height:240px; margin-bottom:20px !important;}
.scolling-content img.jackvision_rodo_loader{width:100px; height:100px; margin: auto !important; }



/* The container-checkbox */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #dd1d21;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



#form_step2{text-align:center;}

#form_step2 img{text-align:center; display:inline-block;}

#jz-callback-icon.show_callback_icon{bottom:25px; opacity:1; transition: all 0.5s ease 0s;}
#jz-callback-icon{position:fixed; right:100px; bottom:-50px;  opacity:0; transition: all 0.5s ease 0s;}

.pulse {
    margin: auto;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #00A34D;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(45, 214, 13, 0.48);
    animation: pulse 1s infinite;
    z-index: 9999999;

}

.callback-buttons{margin:auto !important; display: grid; grid-gap: 30px; grid-template-columns: 1fr; max-width: 400px; padding-top: 16%;}

.callback-buttons a{text-align:center; width:100%; display: inline-block; font-weight: bold; line-height:72px !important;}
.callback-buttons a.zadzwon{background:url(../images/call.svg) no-repeat left 10px top 7px #00A34D; background-size:auto 80%; color:#fff; }
.callback-buttons a.oddzwonimy{background:url(../images/call2.svg) no-repeat left 10px top 7px #fff; background-size:auto 80%; color:#3C528B !important;}

.pulse:hover {
  animation: none;
}

.pulse img{margin-top: -3px;}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(45, 214, 13, 0.48);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(45, 214, 13, 0.48);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(45, 214, 13, 0.48);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(45, 214, 13, 0.4);
    box-shadow: 0 0 0 0 rgba(45, 214, 13, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(45, 214, 13, 0);
      box-shadow: 0 0 0 20px rgba(45, 214, 13, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(45, 214, 13, 0);
      box-shadow: 0 0 0 0 rgba(45, 214, 13, 0);
  }
}

@media only screen and (min-width:1681px){


}

@media only screen and (min-width:1441px) and (max-width: 1680px){


}


@media only screen and (min-width:1281px) and (max-width: 1440px){

}



@media only screen and (min-width:1025px) and (max-width: 1280px){




}

@media only screen and (max-width:1024px){
	/*#jz-overlay{background:blue;}*/




}




@media only screen and (max-width:800px){
	/*#jz-overlay{background:green;}*/
	.scolling-content{height:30vw;}


	
}


@media only screen and (max-width:640px){
	/*#jz-overlay{background:red;}*/
	#jz-popup-callback{height:auto;}
	.button{font-size:13px;}
	.scolling-content{height:38vw;}
	#rodo_accept{margin-bottom: 10px; padding:13px 22px;}
	#rodo_policy{margin-bottom: 10px; padding:13px 22px;}
    #jz-popup-callback .callback-grid{display: block;}
    #jz-popup-callback .input-placeholder{margin-bottom:5px;}
    #jz-popup-callback .input-placeholder input, #jz-popup-callback .input-placeholder select{font-size:12px;}
    #jz-popup-callback .input-placeholder.center{margin-left:0; margin-right:0;}
    select, input[type="text"], input[type="submit"]{-webkit-appearance:none; background:#fff; width:100%;}
	

}




@media only screen and (max-width: 479px) {
	/*#jz-overlay{background:orange;}*/
	.scolling-content{height:34vw;}
    #jz-popup-callback input[type="submit"]{font-size:16px;}


	

}

@media only screen and (max-width: 320px) {
	/*#jz-overlay{background:black;}*/
	.scolling-content{height:32vw;}
	

}

	

/*POPUP RODO*/