#free-learning-step-3{
    width: 100%;
    position: relative;
}
#free-learning-step-3 .free-learning-section-content-warp{
  width: 100%;
  max-width: 570px;
  margin:0 auto;
}
#free-learning-step-3 .free-learning-section-content-warp p{
    color: #eff1fe;
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    margin: 0 0 50px 0;
    font-family: 'BarlowCondensed';
}

#free-learning-step-3 .free-learning-section-content-warp p._mess{
	color: red;
	display: none;
	margin-bottom: 30px;
}

#free-learning-step-3 .free-learning-section-content-warp p.__sucess{
	font-weight: 700;
  margin: 30px 0 -20px 0;
  text-transform: uppercase;
	display: none;
}

#free-learning-step-3 .free-learning-section-content-warp p._mess.show{
	display: inline-block;
}

#free-learning-step-3 .free-learning-section-content-warp form .form-group{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#free-learning-step-3 .free-learning-section-content-warp form .form-group-item{
  width: 100%;
  height: auto;
  max-width: 80px;
  margin: 0 10px;
  margin-bottom: 40px;
}

#free-learning-step-3 .free-learning-section-content-warp form .error input{
  border-color: #ff9300;
}

#free-learning-step-3 .free-learning-section-content-warp form input{
  width: 100%;
  height: 140px;
  color: #002a41;
  padding: 0 10px;
  box-sizing: border-box;
  border: 2px solid #002a41;
  background-color: #fff;
  border-radius: 20px;
  font-size: 50px;
  text-align: center;
  font-family: 'BarlowCondensed';
  font-weight: 600;
}

#free-learning-step-3 .free-learning-section-content-warp form input:focus-visible {
  outline: none;
}

#free-learning-step-3 .free-learning-section-content-warp .__notification{
  font-size: 25px;
  line-height: 100%;
  color: #eff1fe;
  font-family: 'BarlowCondensed';
  text-align: center;
  display: inline-block;
  margin-top: 70px;
}

#free-learning-step-3 .free-learning-section-content-warp form .form-submit{
    width: 100%;
    height: auto;
}

#free-learning-step-3 .free-learning-section-content-warp form input[type="submit"]{
    color: #eff1fe;
    background-color: #0a021b;
    max-width: 245px;
    height: 66px;
    margin-right: auto;
    margin-left: auto;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 30px;
    border-radius: 30px;
    border-color: #eff1fe;
    border-width: 1px;
    -webkit-appearance: none;
    transition: all .3s;
}

#free-learning-step-3 .free-learning-section-content-warp form input[type="submit"]:hover{
  background-color: #000;
  border-color: #000;
}

/* Chrome, Safari, Edge, Opera */
#free-learning-step-3 .free-learning-section-content-warp form input::-webkit-outer-spin-button,
#free-learning-step-3 .free-learning-section-content-warp form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#free-learning-step-3 .free-learning-section-content-warp form input[type=number] {
  -moz-appearance: textfield;
}


@media only screen and (max-width: 1080px) {
  #free-learning-step-3 .free-learning-section-content-warp{
    max-width: 705px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 640px) {
	#free-learning-step-3 .free-learning-section-content-warp form input{
		height: 90px;
		font-size: 40px;
	}
  #free-learning-step-3 .free-learning-section-content-warp p{
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 32px 0;
  }
  #free-learning-step-3 .free-learning-section-content-warp .__notification{
    font-size: 22px;
    margin-top: 40px;
  }
}
