.flex-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.error {
	color: red;
	font-size: 12px;
}

/* MODAL ---------------------------------------------------------------------------------------- */
.modal .modal-dialog { width:600px; max-width:600px; }
.modal .close { position:absolute; top:15px; right:15px; }
.modal .modal-title {
	margin:10px 0 20px 0;
	font-family:'Muller', sans-serif;
	font-size:26px;
	line-height:32px;
	font-weight:500;
	color:#000;
	text-align:center;
}
.modal .modal-body { padding:40px; font-size:16px; line-height:22px; }
.modal ul li, .modal ol li { padding-bottom:12px; }
.modal .rek { margin-left:23px; }

/* MODAL ---------------------------------------------------------------------------------------- */

.thanks-page .container{
	height: 100%;
}

.thanks-page .content{
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    height: 100%;
}

.thanks-page .wrap {
	height: 100%;
	position: relative
}

.thanks-page .wrap .content {
	text-align: center;
	font-size: 24px;
  z-index: 300;
    position: relative;
}

.thanks-page .wrap .content {
	text-align: center;
	font-size: 24px;
}

.thanks-page .wrap .content .thanks-title span {
	font-size: 48px;
}

@media(max-width: 480px){
  .thanks-title span {
    font-size: 40px;
  }

  .thanks-title {
    font-size: 18px;
  }
}

.facts2-wrap img {
  height: 100%;
}
