.reging img {
	border-style: none;
}
.reging a {
	color: #004dda;
	outline: none;
	text-decoration: underline;
}
.reging a:hover {
	text-decoration: none;
}
.reging *, .reging ::after,.reging  ::before {
	outline: none;
	box-sizing: border-box;
}
.reging p {
	margin: 0 0 15px;
}
.reging input, .reging textarea, .reging select {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	vertical-align: middle;
	-webkit-appearance: none;
}
.reging form, .reging fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
.reging textarea:focus::-webkit-input-placeholder,
.reging input:focus::-webkit-input-placeholder {
	color: transparent !important;
}
.reging textarea:focus:-moz-placeholder,
.reging input:focus:-moz-placeholder {
	color: transparent !important;
}
.reging textarea:focus:-ms-input-placeholder,
.reging input:focus:-ms-input-placeholder {
	color: transparent !important;
}
.reging textarea:focus::-moz-placeholder,
.reging input:focus::-moz-placeholder {
	color: transparent !important;
}
.reging ::-webkit-input-placeholder {
	color: #6e6e6e;
}
.reging :-moz-placeholder {
	color: #6e6e6e;
}
.reging ::-moz-placeholder {
	color: #6e6e6e;
}
.reging :-ms-input-placeholder {
	color: #6e6e6e;
}
.reging input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.reging {
	padding: 0;
	color: #4b4b4b;
	font: 300 16px/19px 'museo', Arial, Helvetica, sans-serif;
	letter-spacing: -0.025em;
	margin: 0 0 36px;
	position: relative;
}
.reging h2 {
	display: none;
	margin: 0 0 23px;
	position: relative;
	text-align: center;
	font: 100 36px/39px 'museo', Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-transform: none;
	color: #2e2e2f;
}
.reging h2:before {
	content: '';
	position: absolute;
	top: 17%;
	bottom: 17%;
	left: 0;
	right: 0;
	z-index: 5;
	background-color: #72c333;
}
.reging h2 span {
	display: block;
	position: relative;
	z-index: 10;
	margin: 0 65px;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
	padding: 26px 10px;
	background-color: #fff;
	border: 2px solid #959595;
	border-radius: 7px;
}
.reging > h2 b {
	font-weight: 300;
}
.reging .cols {
	position: relative;
	padding: 0 20px 0 65px;
}
.reging .col {
	float: left;
	position: relative;
	width: 50%;
	padding: 1px 29px 0 0;
	min-height: 244px;
}
.reging .col:last-of-type {
	padding: 0 0 64px 22px;
}
.reging .button {
	display: block;
	width: 100%;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #ffc600;
	border-radius: 7px;
	text-align: center;
	font-size: 23px;
	line-height: 50px;
	font-weight: 500;
	letter-spacing: -0.025em;
	color: #2e2e2f !important;
	height: auto;
}
.reging .button:hover {
	background-color: #72c333;
	color: #fff;
}
.reging .form-group {
	position: relative;
	margin: 0 0 30px;
}
.reging input {
	display: block;
	width: 100%;
	font: 300 15px/18px 'museo', Arial, Helvetica, sans-serif;
	color: #2e2e2f;
	border: 2px solid #a9a9a9;
	border-radius: 5px;
	padding: 5px 14px;
}
.reging input:focus {
	-webkit-box-shadow: inset 0 0 4px rgba(96, 160, 239, 0.64), 0 0 4px rgba(96, 160, 239, 0.64);
	box-shadow: inset 0 0 4px rgba(96, 160, 239, 0.64), 0 0 4px rgba(96, 160, 239, 0.64);
}
.reging ::-webkit-input-placeholder {
	color: #6e6e6e;
	font: 300 15px/18px 'museo', Arial, Helvetica, sans-serif;
}
.reging :-moz-placeholder {
	color: #6e6e6e;
	font: 300 15px/18px 'museo', Arial, Helvetica, sans-serif;
}
.reging ::-moz-placeholder {
	color: #6e6e6e;
	font: 300 15px/18px 'museo', Arial, Helvetica, sans-serif;
}
.reging :-ms-input-placeholder {
	color: #6e6e6e;
	font: 300 15px/18px 'museo', Arial, Helvetica, sans-serif;
}
.reging .info {
	margin: 0 0 20px;
	position: relative;
	text-align: center;
	color: #2e2e2f;
	font-size: 25px;
	line-height: 41px;
	letter-spacing: -0.025em;
	font-weight: 500;
}
.reging .info span {
	position: relative;
	padding-left: 27px;
}
.reging .info span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/arrow-green.png) no-repeat;
	width: 20px;
	height: 35px;
	-webkit-background-size: contain;
	background-size: contain;
}
.reging .help-block {
	display: none;
	position: absolute;
	bottom: -17px;
	left: 0;
	font-weight: 300;
	font-size: 11px;
	line-height: 11px;
	color: #f00;
}
.reging .has-error .help-block {
	display: block;
}
.reging .has-error input {
	-webkit-box-shadow: inset 0 0 4px rgba(215, 57, 46, 0.64), 0 0 4px rgba(215, 57, 46, 0.64);
	box-shadow: inset 0 0 4px rgba(215, 57, 46, 0.64), 0 0 4px rgba(215, 57, 46, 0.64);
}
.reging .data {
	margin: 0 0 23px;
	overflow: hidden;
}
.reging .data img {
	float: left;
	margin: 0 10px 0 0;
	max-width: 37px;
	height: auto;
}
.reging .data .frame {
	overflow: hidden;
	font-weight: 300;
	font-size: 15px;
	line-height: 15px;
	color: #2e2e2f;
	padding: 3px 0 0;
}
.reging .data .frame span {
	display: block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	letter-spacing: normal;
}
.reging .secret {
	position: absolute;
	bottom: 0;
	left: 22px;
	padding: 0 0 0 29px;
	margin: -6px 0 0;
	font: 300 14px/17px 'museo', sans-serif;
}
.reging .secret:before {
	content: '*';
	position: absolute;
	top: -11px;
	left: 7px;
	font: 60px/60px 'Arial', sans-serif;
	color: #2e2e2f;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
}
.reging .secret a {
	font-size: 13px;
	letter-spacing: normal;
}
.reging .req {
	display: none;
}
.reging .thanks {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding: 12px 44px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	line-height: 305px;
	display: none;
}
.reging .thanks .logo {
	display: none;
	float: none;
	background: url(../images/logo.png) no-repeat;
	width: 163px;
	height: 63px;
	text-indent: -9999px;
	margin: 0 0 35px;
}
.reging .thanks .item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.reging .thanks .item:last-of-type {
	display: none;
}
.reging .thanks img {
	float: left;
	margin: 0 30px 0 0;
}
.reging .thanks .frame {
	overflow: hidden;
}
.reging .thanks h2 {
	font-size: 27px;
	line-height: 30px;
	letter-spacing: 0.01em;
	font-weight: 700;
	color: #010101;
	margin: 0 0 6px;
	text-transform: none;
	text-align: left;
}
.reging .thanks h2 span {
	display: inline-block;
	vertical-align: top;
}
.reging .thanks p {
	margin: 0 0 13px;
	color: #000;
	font-size: 23px;
	line-height: 26px;
	letter-spacing: normal;
	font-weight: 100;
}
.reging .thanks b {
	font-weight: 500;
}
.reging .thanks i {
	font-style: normal;
}
.reging .thanks i:last-of-type {
	display: none;
}
.reging .thanks p strong {
	font-weight: 700;
}
.reging .subscribe {
	display: block;
	background: url(../images/button.png) no-repeat;
	width: 195px;
	height: 41px;
	text-indent: -9999px;
}
.reging .subscribe:hover {
	opacity: 0.9;
}
@media screen and (max-width: 976px) {
	.reging .secret span,
	.reging .secret br {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.reging fieldset > h2 {
		font-size: 26px;
		line-height: 31px;
		font-weight: 500;
		margin: 0 0 31px;
	}
	.reging fieldset > h2 span {
		margin: 0 35px;
		padding: 17px 10px 13px;
	}
	.reging fieldset > h2 b {
		font-weight: 500;
	}
	.reging .cols {
		padding-left: 40px;
	}
	.reging .col:last-of-type {
		padding-left: 0;
	}
	.reging .secret {
		left: 0;
	}
}
@media screen and (max-width: 568px) {
	.reging .thanks img {
		max-width: 70px;
		height: auto;
		padding-top: 20px;
	}
}
@media screen and (max-width: 568px) and (orientation: landscape) {
	.reging .info {
		font-size: 22px;
		line-height: 25px;
	}
}
@media screen and (max-width: 440px) {
	.reging {
		padding: 0 20px;
	}
	.reging .info {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 16px;
		text-align: left;
	}
	.reging .info span {
		display: block;
	}
	.reging .info span:before {
		top: 9px;
		left: 0;
	}
	.reging .cols {
		padding: 0;
	}
	.reging .col {
		padding-right: 0;
	}
	.reging .col:last-of-type {
		padding-left: 20px;
	}
	.secret {
		left: 22px;
		padding-left: 25px;
	}
	.reging .data {
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 415px) {
	.reging .col,
	.reging .col:first-of-type {
		float: none;
		width: 100%;
	}
	.reging .data {
		padding-left: 0;
	}
	.reging .form-group {
		margin-bottom: 19px;
	}
	.reging input {
		padding: 5px 11px;
	}
	.reging .has-error .help-block {
		display: none;
	}
	.reging .button {
		font-size: 22px;
		line-height: 40px;
	}
	.reging .col,
	.reging .col:last-of-type {
		padding: 0 0 20px;
		min-height: auto;
	}
	.reging .secret {
		position: relative;
		bottom: auto;
		left: auto;
		margin-top: 0;
	}
	.reging .thanks .item {
		padding-left: 0;
	}
	.reging .thanks img {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	.reging .thanks h2 {
		font-size: 24px;
		line-height: 27px;
		font-weight: 500;
		margin-bottom: 17px;
	}
	.reging .thanks h2 span {
		display: inline;
	}
	.reging .thanks b {
		display: block;
	}
	.reging .thanks p {
		font-size: 18px;
		line-height: 21px;
	}
	.reging .thanks b {
		font-weight: 300;
	}
	.reging .thanks .item:last-of-type p {
		font-size: 19px;
		line-height: 22px;
		padding-top: 14px;
	}
	.reging .thanks p strong {
		font-weight: 500;
	}
	.reging .thanks .item:last-child:before {
		top: -6px;
		right: -229px;
		bottom: -85px;
		-webkit-background-size: cover;
		background-size: cover;
	}
}

.fancy-reg {
	display: none;
	position: relative;
	color: #4b4b4b;
	font: 300 16px/19px 'museo', Arial, Helvetica, sans-serif;
	letter-spacing: -0.025em;
	border: 2px solid #959595;
	border-radius: 10px;
	max-width: 848px;
	width: 848px;
	margin: 0 auto;
	background-color: #fff;
}
.fancy-reg .reging {
	padding-top: 50px;
	padding-bottom: 28px;	
	margin: 0;
}
.fancy-reg .cols {
	padding-left: 70px;
}
.fancy-reg .col {
	min-height: 269px;
}
.fancy-reg .req {
	display: block;
	margin: 0 0 13px;
}
.fancy-reg .reging h2 {
	display: block;
	white-space: normal;
}
.fancy-reg p.info {
	font-size: 27px;
	line-height: 41px;
	font-weight: 300;
}
.fancy-reg .col:first-of-type {
	max-width: 330px;
}
.fancy-reg .reging .frame {
	font-weight: 300;
	font-size: 24px;
	line-height: 27px;
	padding: 5px 0 0;
}
/* .fancy-reg .reging .frame span { */
.fancy-reg .reging .data span {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
}
.fancy-reg .data img {
	max-width: 100%;
}
.fancy-reg .data:first-of-type {
	margin-bottom: 48px;
}
.fancy-reg .secret {
	padding: 32px 0 0 21px;
	font-size: 16px;
	line-height: 19px;
}
.fancy-reg .secret:before {
	top: -1px;
	left: 10px;
	font: 72px/72px 'Arial', sans-serif;
}
.fancy-reg .thanks {
	padding-top: 40px;
	padding-right: 30px;
}
.fancy-reg .thanks .logo {
	display: block;
}
.fancy-reg .thanks .item {
	position: relative;
	display: block;
	padding: 0 0 0 50px;
	margin: 0 0 35px;
}
.fancy-reg .reging .thanks .item:last-of-type {
	display: block;
}
.fancy-reg .thanks .item:last-child:before {
	content: '';
	position: absolute;
	top: -26px;
	right: -30px;
	left: -30px;
	bottom: -150px;
	z-index: -1;
	background: url(../images/bg.jpg) no-repeat 100% 100%;
	-webkit-background-size: cover;
	background-size: cover;
}
.fancy-reg .thanks .item:first-child {
	display: block;
}
.fancy-reg .thanks h2 {
	font-size: 36px;
	line-height: 39px;
	letter-spacing: -0.025em;
	white-space: normal;
}
.fancy-reg .thanks .frame h2:before {
	display: none;
}
.fancy-reg .thanks .frame h2 span {
	display: inline-block;
	vertical-align: top;
	border: solid #72c333;
	border-width: 0 0 3px;
	padding: 0 0 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	white-space: normal;
	border-radius: 0;
}
.fancy-reg .thanks p {
	font-size: 26px;
	line-height: 29px;
	letter-spacing: -0.025em;
}
.fancy-reg .thanks .item img {
	float: left;
	padding-top: 0;
	max-width: 100%;
}
.reging .lastname-input{
	display: none;
}
@media screen and (max-width: 900px) {
	.fancy-reg {
		width: 640px;
	}
	.fancy-reg .reging {
		padding-top: 20px;
		padding-bottom: 25px;
		margin: 0;
	}
	.fancy-reg .cols {
		padding-left: 40px;
	}
	.fancy-reg .col:first-of-type {
		max-width: 300px;
	}
	.fancy-reg .reging .frame {
		font-size: 18px;
		line-height: 21px;
	}
	.fancy-reg .data img {
		width: 46px;
	}
	/* .fancy-reg .reging .frame span { */
	.fancy-reg .reging .data span {
		font-size: 20px;
		line-height: 20px;
	}
	.fancy-reg .req {
		font-size: 12px;
	}
	.fancy-reg .data:first-of-type {
		margin-bottom: 45px;
	}
	.fancy-reg .secret {
		font-size: 14px;
		line-height: 17px;
	}
	.fancy-reg p.info {
		font-size: 24px;
	}
	.fancy-reg .secret span {
		display: inline;
	}
	.fancy-reg .thanks {
		padding: 25px 30px;
	}
	.fancy-reg .thanks .logo {
		width: 140px;
		height: 55px;
		-webkit-background-size: contain;
		background-size: contain;
		margin-bottom: 25px;
	}
	.fancy-reg .thanks h2 {
		font-size: 28px;
		line-height: 31px;
	}
	.fancy-reg .thanks .item {
		padding-left: 25px;
	}
	.fancy-reg .reging .thanks img {
		max-width: 65px;
		height: auto;
		margin-right: 15px;
		margin-bottom: 5px;
	}
	.fancy-reg .thanks p {
		font-size: 20px;
		line-height: 23px;
	}
	.fancy-reg .thanks .frame h2 span {
		border-bottom-width: 0;
		display: inline;
	}
}
@media screen and (max-width: 768px) {
	.fancy-reg .reging fieldset > h2 {
		font-size: 26px;
		line-height: 31px;
		font-weight: 500;
		letter-spacing: -0.025em;
		margin: 0 0 31px;
	}
	.fancy-reg .reging fieldset > h2 span {
		margin: 0 35px;
		padding: 17px 10px 13px;
	}
	.fancy-reg .reging fieldset > h2 b {
		font-weight: 500;
	}
}
@media screen and (max-width: 740px) and (orientation: landscape) {
	.fancy-reg .reging {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.fancy-reg .reging h2 {
		font-size: 24px;
		line-height: 27px;
		margin-bottom: 12px;
	}
	.fancy-reg p.info {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.fancy-reg .cols {
		position: relative;
		overflow: hidden;
	}
	.fancy-reg .reging .col,
	.fancy-reg .reging .col:first-of-type {
		min-height: 172px;
		position: static;
		padding-bottom: 0;
	}
	.fancy-reg .reging .form-group {
		margin-bottom: 25px;
	}
	.fancy-reg .data:first-of-type {
		margin-bottom: 10px;
	}
	.fancy-reg .data img {
		width: 40px;
	}
	.fancy-reg .reging .frame {
		font-size: 16px;
		line-height: 19px;
	}
	/* .fancy-reg .reging .frame span { */
	.fancy-reg .reging .data span {
		font-size: 18px;
		line-height: 18px;
	}
	.fancy-reg .req {
		display: block;
		margin: -10px 0 0;
	}
	.fancy-reg .secret,
	.fancy-reg .has-error .help-block {
		display: none;
	}
	.fancy-reg .reging .button {
		font-size: 20px;
		line-height: 36px;
		position: absolute;
		bottom: 31px;
		left: 50%;
		max-width: calc(50% - 20px);
	}
	.fancy-reg .thanks {
		padding: 20px;
	}
	.fancy-reg .thanks img {
		width: 47px;
		height: auto;
		margin-right: 19px;
	}
	.fancy-reg .thanks .logo {
		width: 106px;
		height: 41px;
		margin-bottom: 20px;
	}
	.fancy-reg .thanks .item {
		padding-left: 15px;
		margin-bottom: 20px;
	}
	.fancy-reg .thanks .frame h2 {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 13px;
	}
	.fancy-reg .thanks .frame {
		padding-top: 0;
	}
	.fancy-reg .thanks p {
		font-size: 18px;
		line-height: 21px;
	}
	.fancy-reg .thanks .item:nth-of-type(2) img,
	.fancy-reg .thanks i:first-of-type {
		display: none;
	}
	.fancy-reg .thanks p strong {
		font-weight: 500;
	}
	.fancy-reg .subscribe {
		width: 132px;
		height: 28px;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.fancy-reg .thanks i:last-of-type {
		display: inline;
	}
	.fancy-reg .thanks .item:last-child p {
		padding-right: 140px;
	}
	.fancy-reg .thanks .item:last-child:before {
		bottom: -90px;
	}
}
@media screen and (max-width: 700px) {
	.fancy-reg {
		width: 480px;
	}
	.fancy-reg .reging h2 {
		font-size: 21px;
		line-height: 24px;
		margin-bottom: 17px;
	}
	.fancy-reg .reging .info {
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 12px;
		text-align: left;
		padding-left: 20px;
		padding-right: 10px;
	}
	.fancy-reg .reging .info span {
		display: block;
	}
	.fancy-reg .reging .info span:before {
		top: 9px;
		left: 0;
	}
	.fancy-reg .cols {
		padding-left: 20px;
	}
	.fancy-reg .reging .col,
	.fancy-reg .col:first-of-type {
		padding-right: 15px;
		max-width: 100%;
		min-height: 237px;
	}
	.fancy-reg .data img {
		width: 36px;
	}
	.fancy-reg .reging .frame {
		font-size: 16px;
		line-height: 19px;
	}
	/* .fancy-reg .reging .frame span { */
	.fancy-reg .reging .data span {
		font-size: 18px;
		line-height: 18px;
	}
	.fancy-reg .data:first-of-type {
		margin-bottom: 23px;
	}
	.fancy-reg .req {
		display: none;
	}
	.fancy-reg .thanks {
		padding: 20px;
	}
	.fancy-reg .thanks .logo {
		width: 125px;
		height: 50px;
		margin-bottom: 13px;
	}
	.fancy-reg .thanks .item {
		padding-left: 0;
		margin-bottom: 10px;
	}
	.fancy-reg .thanks .item:last-child:before {
		top: -6px;
		right: -229px;
		bottom: -85px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.fancy-reg .reging .thanks img {
		width: 47px;
	}
	.fancy-reg .reging .frame {
		overflow: visible;
		padding-top: 0;
	}
	.fancy-reg .thanks h2 {
		margin-left: 0;
		margin-right: 0;
		font-size: 24px;
		line-height: 27px;
		margin-bottom: 17px;
		font-weight: 500;
		white-space: normal;
	}
	.fancy-reg .thanks h2 span {
		display: inline;
		padding-bottom: 0;
		border-bottom: none;
	}
	.fancy-reg .thanks p {
		font-size: 18px;
		line-height: 21px;
	}
	.fancy-reg .thanks .item:nth-of-type(2) img,
	.fancy-reg .thanks i:first-of-type {
		display: none;
	}
	.fancy-reg .thanks p strong {
		font-weight: 500;
	}
	.fancy-reg .subscribe {
		width: 132px;
		height: 28px;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.fancy-reg .thanks i:last-of-type {
		display: inline;
	}
}
@media screen and (max-width: 700px) and (orientation: landscape) {
	.fancy-reg .data:first-of-type {
		margin-bottom: 10px;
	}
	.fancy-reg .reging .button {
		font-size: 20px;
		line-height: 36px;
		position: absolute;
		bottom: 22px;
		left: 50%;
		max-width: calc(50% - 20px);
	}
	.fancy-reg .reging .thanks h2 {
		margin-bottom: 4px;
	}
	.fancy-reg .thanks .frame {
		overflow: hidden;
	}
	.fancy-reg .thanks p {
		font-size: 16px;
		line-height: 19px;
	}
	.fancy-reg .thanks .item:last-child p {
		padding-right: 100px;
	}
	.fancy-reg .thanks .item:last-child:before {
		right: -30px;
	}
	.fancy-reg .reging fieldset > h2 {
		margin-bottom: 10px;
	}
	.fancy-reg .reging .col, .fancy-reg .col:first-of-type {
		min-height: 172px;
	}
	.fancy-reg .col:last-of-type {
		padding-right: 0;
	}
	.fancy-reg .req {
		display: block;
		margin-top: -21px;
	}
}
@media screen and (max-width: 568px) and (orientation: landscape) {
	.fancy-reg .reging {
		min-width: 430px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.fancy-reg .reging .info {
		font-size: 18px;
	}
	.fancy-reg .reging .info span:before {
		top: -7px;
	}
	.fancy-reg .reging .form-group {
		margin-bottom: 26px;
	}
	.fancy-reg .has-error .help-block {
		display: none;
	}
	.fancy-reg .reging .button {
		line-height: 40px;
		font-size: 20px;
	}
	.fancy-reg .reging .col {
		min-height: 175px;
	}
	.fancy-reg .reging .data,
	.fancy-reg .reging .data:first-of-type {
		margin-bottom: 10px;
	}
	.fancy-reg .secret {
		padding: 0 0 0 25px;
	}
	.fancy-reg .secret:before {
		font-size: 60px;
		line-height: 60px;
		top: -11px;
		left: 7px;
	}
	.fancy-reg .thanks .logo {
		width: 110px;
		height: 45px;
	}
	.fancy-reg .thanks {
		padding: 15px;
	}
	.fancy-reg .thanks .item {
		margin-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 500px) {
	.fancy-reg {
		width: auto;
	}
}
@media screen and (max-width: 440px) {
	.fancy-reg .reging fieldset > h2 {
		margin-left: -20px;
		margin-right: -20px;
	}
	.fancy-reg .reging .info {
		padding-left: 0;
		padding-right: 0;
	}
	.fancy-reg .cols {
		padding-left: 0;
		position: static;
		overflow: hidden;
	}
	.fancy-reg .reging .col:first-of-type {
		padding-right: 0;
	}
	.fancy-reg .secret {
		display: none;
	}
	.fancy-reg .secret:before {
		font-size: 60px;
		line-height: 60px;
		top: -11px;
		left: 7px;
	}
	.fancy-reg .reging .col,
	.fancy-reg .col:first-of-type,
	.fancy-reg .col:last-of-type {
		min-height: auto;
		position: static;
		padding-bottom: 0;
	}
	.fancy-reg .reging .cols {
		position: relative;
		padding-bottom: 40px;
	}
	.fancy-reg .reging .button {
		position: absolute;
		bottom: 0;
		left: 0;
		max-width: calc(100% - 10px);
	}
	.fancy-reg .thanks .item:last-child:before {
		bottom: -154px;
	}
	.fancy-reg .thanks .logo {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 320px) {
	.fancy-reg .reging {
		padding: 12px 10px;
	}
	.fancy-reg .reging fieldset > h2 {
		margin-left: -10px;
		margin-right: -10px;
	}
}