
.pop-up-dowloader__CTA{
	display:flex;
  margin-top:38px;
}
{# MODAL #}

#modal_container{
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  overflow:hidden;
  transition:overflow .5s ease-in-out;
  z-index: 1000;
}
#modal_container .pop-up-dowloader__form{
  width: 36.2%;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 1.5em;
  text-align: center;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 19px 30px 29px 30px;
}
#modal_container.pop-up-dowloader__modal--open{
  height: 100vh;
  width: 100vw;
  overflow:visible;
}
.pop-up-dowloader__btn-close{
	position: absolute;
  font-family: cursive;
  right: 50px;
	color: #FF5C35;
	cursor:pointer;
  margin-top: 10px;
}
.pop-up-dowloader__form input[type=submit] {
  background: linear-gradient(90deg, #F62D71 0%, #D44325 100%);
  border-radius: 100px;
  border: 2px solid transparent;
  transition: none;
  font-family: 'LexendDeca-Medium';
  font-weight: 500;
  line-height: 16px;
  padding: 1em 7.6em;
  letter-spacing: 1px;
}
.pop-up-dowloader__form input[type=submit]:hover {
  background: linear-gradient(90deg, #F62D71 0%, #D44325 100%);
  border: none;
  transform: scale(1);
  box-shadow: none;
  transition: none;
  top: -1px;
  color: #f6f9fc;
  border: 2px solid #99AFC4;
}


@media(max-width:992px){
	#modal_container .pop-up-dowloader__form{
		width: 80%;
		padding: 20px 20px 40px;
	}
}

.pop-up-dowloader__form form {
  margin-top: 50px;
}
.pop-up-dowloader__form form.hs-form label {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 2px;
}
.pop-up-dowloader__form .hs-input {
  border: 1px solid #516F90;
  border-radius: 100px;
  background: #192733;
  font-weight: 300;
  font-size: 14px;
  line-height: 150% !important;
  padding: 10px 20px;
}
.pop-up-dowloader__form .actions {
  margin-top: 26px;
}
.pop-up-dowloader__form .hs-form-required {
  margin-left: 4px;
}
.pop-up-dowloader__form .submitted-message{
  margin-right: 2em;
  margin-bottom: 7px;
}