*{
	margin:0;
	padding: 0;
}
::placeholder{
	font-family:'Montserrat', sans-serif;
	font-size: 20px;
	text-transform: none;
	user-select: none;
}
input::-webkit-input-placeholder{
	font-family:'Montserrat', sans-serif;
	font-size: 20px;
	text-transform: none;
	user-select: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
::-ms-input-placeholder{
	font-family:'Montserrat', sans-serif;
	font-size: 20px;
	text-transform: none;
	user-select: none;
}
::-moz-placeholder {
	opacity: 1;
	font-family:'Montserrat', sans-serif;
	font-size: 20px;
	text-transform: none;
	user-select: none;
}
.error{
	font-family:'Montserrat', sans-serif;
	font-size: 13px;
}
.pink_container{
	width: 100vw;
	background-color: #33bbff!important;
	height: 552px;
	position: absolute;
	top:calc((100vh - 552px) / 2)
}
.text{
	width: 470px;
	/*position: absolute;
	top: 338px;*/
	color: white;
	text-align: justify;
	font-family: 'Montserrat', sans-serif;
	font-size: 12.5px;
	user-select: none;
	margin-top: 15%;
	z-index: 50;
}
.z{
}
.y{
}
.yyy{
	margin-left:24px;
}
.natalia{
	right: 0px;
	position: absolute;
	top: 152px;
	bottom: 0px;
	user-select: none;
	pointer-events: none;
}
@media only screen and (max-width: 799px){
	.natalia{
		width: 220px;
		height: auto;
	}
}
.que_mark{
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius:50%;
	position: absolute;
	left: 480px;
	top: 142px;
	text-align: center;
	line-height: 27px;
	font-family:'Montserrat', sans-serif;
	color: rgb(117, 117, 117);
	user-select: none;
	z-index: 200;
	line-height: 40px;
}
select {
	color: rgb(117, 117, 117);
	font-family:'Montserrat', sans-serif;
	font-size: 20px;
}
.description{
	position: absolute;
	width: 507px;
	top:0;
	background-color: #fff;
	left:-480px;
	display: none;
	border-radius: 13px;
	padding: 10px;
	z-index: 400;

}
.description ul{
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	z-index: 400;
}
.description ul li{
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 17px;
	z-index: 400;
}
.que_mark:hover > div{
	display: block;
	z-index: 400;
}
#formularz{
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	width: fit-content;
	/*top: calc((100% - 205px) / 2);*/
	top:65px;
	transform: translateY(- ((100% - 205px) / 2));
}
input{
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
	border:none;
	width: calc(422px / 3);
    padding-top: calc(25px / 2);
    padding-bottom: calc(25px / 2);
}
.abc{
	display: flex;
	margin-top: 20px;
}
#wiek{
	margin-left: 24px;
}
option{
	font-size: 20px;
	user-select: none;
}
.aktywnsc{
	width: 100%;
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
	border:none;
	height: 40px;
	margin-top: 38px;
}
.oblicz{
	/*background-color: #0F0;*/
	background:url(oblicz.png) no-repeat ;
	background-position: center;
	background-color: #000;
	color:#fff;
	left:50%;
	transform: translateX(-50%);
	position: absolute;
	margin-top: 22px;
	transition: background-color 0.5s;
	font-family:'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 16px;
	height: 40px;
}
.oblicz:hover{
}
.cel{
	width: 100%;
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
	border:none;
    /*padding-top: calc(23px / 2);
    padding-bottom: calc(23px / 2);
	*/
	height: 40px;
	margin-top:29px;
}
#wzrost{
	margin-left: 24px
}


.yuyu{
	display: flex;
}

input[type="radio"]{
		width: 223px;
		border: 0;
		-webkit-appearance: none;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		border-radius: 20px;
}

/*input[type="radio"]:after:first-child {
	content: "";
	position: absolute;
	top:0;
	right: 0;
	width: 100%;
	height: 100%;
}
input[type="radio"]:after:last-child {
 
}
input[type=radio]:checked:first-child {
  background-color:#F0F;
}
*/

input[type=radio]:checked {
  background-color:#000;
}

.x{
	display: flex;
}
/*.z:after{
	content: "Woman";
	position: absolute;
	top:20px;
	left:25%;
	transform: translateX(-50%);
	font-size: 20px;
	color:rgb(117,117,117);
	pointer-events:none;
}
.y:after{
	content: "Man";
	position: absolute;
	top:20px;
	left:75%;
	transform: translateX(-50%);
	font-size: 20px;
	color:rgb(117,117,117);
	pointer-events:none;
}
*/
label{
  font-size: 20px;
  color: rgb(117, 117, 117);
  width: max-content;
  position: absolute;
  pointer-events: none;
  text-align: center;
  line-height: 25px;
  font-family:'Montserrat', sans-serif;
  user-select: none;
}
.x input[type="radio"]:checked + label {
  color: white;
}


.wynik{
	background-color: white;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	width: 400px;
	transform: translateX(-50%) ;
	padding: 20px 20px 20px 20px;
	bottom:50%;
	font-family:'Montserrat', sans-serif;

}
.powrot{
	background-color: white;
	width: max-content;
	position: absolute;
	bottom: 20px;
	left:20px;
	padding:10px;
	border-radius: 10px;
	color:black;
	font-family:'Montserrat', sans-serif;
}
.image_container{
	display: flex;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.produkt{
	background-color: white;
	position: absolute;
	width: 150px;
	height: 150px;
	left:0px;
	padding: 20px;
	bottom:-210px;
	border-radius: 10px;
}
.pojedyczny{
	left:125px;
}
.podwojny_pierwszy{
	left:15px;
}
.podwojny_drugi{
	left:235px;
}
.yy{
	left:304.5px;top:7px
}
.xx{
	left:73px; top:7px
}
.cursor{
	cursor: pointer;
}

@media (max-width: 768px){
	.pink_container{
		height: 100vh;
		width: 100%;
		top:0;

	}
	.natalia{
		top:500px;
		position: absolute;
		left:0;
		overflow-x: hidden;
		display: none;

	}
	#formularz{
		top:15%;
	}
	.x{
		flex-direction: column;
	}
	.yy{
		left: 50%;
		top: 70px;
		transform: translateX(-50%);
	}
	.xx{
		position: absolute;
    	left: 50%;
    	transform: translateX(-50%);
	}
	.z{
		margin-right: auto;
		margin-left: auto;
	}
	.y{
		margin-right: auto;
		margin-left: auto;
		margin-top:20px;
	}
	input[type="radio"]{
		width: 248px;
	}
	.yyy{
		margin-left:0;
	}
	.abc{
		flex-direction: column;
	}
	#waga{
		
	}
	#wiek{
		margin-top:24px;
		margin-left: 0;
	}
	#wzrost{
		margin-top:24px;
		margin-left: 0;
	}
	.que_mark{
		top:337px;
		left:calc(50% + 134px);
	}
	.description{
		width: 228px;
		top: -260px;
		left: -258px;
	}
	.wynik{
		bottom: 70%;
		width: 80vw;
	}
	.pojedyczny{
		left: 50%;
    	transform: translateX(-50%);
	}
	.powrot{

	}
	.podwojny_pierwszy{
		left: 50%;
		transform: translateX(-50%);
	}
	.podwojny_drugi{
		bottom: -424px;
    	left: 50%;
   		transform: translateX(-50%);
	}
	input{
		width: 248px;
	}
	select{
		font-size: unset;
		user-select: none;
	}
	.aktywnsc{
		width: 248px;
		user-select: none;
		left: 50%;
  		transform: translateX(-50%);
   		position: relative;
	}
	.oblicz{
		background:url(oblicz.png) no-repeat ;
		background-position: center;
		background-color: #000;
	}
	.text{
		display: none;
	}
	.cel{
	width:248px;
	}
}
.inneDiety{
	text-align: center;
	color: #000;
	background-color: #fff;
	padding: 10px;
	position: absolute;
	left: 50%;
  transform: translateX(-50%);
  text-decoration: none!important;
  top: 140%;
  border-radius: 10px;
}
/*Sława Ukrajini!/*