
.container {
  display: block;
  position: relative;
  padding-left: 65px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float:left;
  margin-right:0px;
  padding-top:10px;
  width:100px;
  margin-top:10px;
}

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

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

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

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

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

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

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


.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;  
  background: #d3d3d3;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 45px;
  height: 45px;
  border-radius: 50%; 
  background:  #ca0705;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background:  #ca0705;
  cursor: pointer;
}

.formularz .row {
float:left;
width:100%;
padding:50px;
background-color:#F4F5FB;
margin-top:20px;
margin-bottom:20px;
}	

.glowna8nadrzedna .middle {
background-color:white !important;	
}	

.formularz .row .naglowek{
float:left;
width:100%;
margin-top:20px;
margin-bottom:20px;
font-size:25px;
line-height:30px;
font-weight:bold;
color: #ca0705;
}	


.formularz .row .naglowek small {
color:#85A2D7;
font-size:17px;
line-height:25px;
}	

.formularz .pole.pole50 {
width:48%;
position:relative;
margin-right:1%;
margin-left:1%;
}	

.formularz .pole2{
width:98%;
margin-right:1%;
margin-left:1%;
}	

.formularz .pole.pole50 img{
position:absolute;
right:10px;
bottom:25px;
}	

.formularz .pole2 textarea {
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}	

.formularz .row .naglowek span {
float:left;
width:50px;
height:50px;
display:inline-block;
background-color:#D3D7E6;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
margin-right:20px;
margin-top:-10px;
color:white;
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:8px 0px;
  font-size:25px;
  text-align:center;
}	

.formularz .pole.center {
text-align:center;	
color: #ca0705;
font-weight:bold;
position:relative;
padding-bottom:25px;
}	

.formularz .pole.center .small1 {
position:absolute;
left:0px;
bottom:0px;
display:inline-block;
}	

.formularz .pole.center .small2 {
position:absolute;
right:0px;
bottom:0px;
display:inline-block;
}	


.formularz .pole.center  #slider_value {
font-size:25px;
font-weight:bold;
margin-bottom:30px;
color: #ca0705;
display:inline-block;
}	

@media screen and (min-width:0px) and (max-width:600px)  


{

.formularz .row {
padding:30px;	
}	

.formularz .pole.pole50 {
width:100%;
margin-left:0px;
margin-right:0px;
}	

.formularz .pole2{
width:100%;
margin-right:0%;
margin-left:0%;
}	

}