.fixed-dialog{
  position: fixed;
}

.tituloPopup, .subTituloPopup{
	display: block;
	font-family: 'Ubuntu';
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
}

.tituloPopup {
	margin-top:72.3px;
	font-size: 42px;
	line-height: 1.14;
	color: #571792;
}

.subTituloPopup {
	margin-top:49px;
	font-size: 32px;
	line-height: 1.16;
	color: #571792;
}

.infoPopup {
	display:block;
	font-size: 21px;
	line-height: 1.19;
	text-align: center;
	color: #616161;
}

.mainImgPopup{
	width:210px;
	height:210px; 
	margin-left:auto; 
	margin-right:auto; 
	display:block; 
	margin-top:42.7px
}

input[class~="buttonPopup"] {
	margin-bottom:73px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	max-width: 263px;
	height: 50px;
	border-radius: 10px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #08c184;
	border: none;
	font-family: Ubuntu;
	font-size: 25px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.16;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	outline :0px;
}