.comp-page {}

.comp-page .birthday_header { background: #fff; margin-top: 50px; }

.comp-page .container.comp-form { max-width: 650px; }

.comp-page .btn.btn-pink {
    background: #f996b6;
    color: #fff;
	border-radius: 2px; 
}
.comp-page .form-field-terms label {
	line-height: 1.3rem;
}
.comp-page .form-field-terms label.large { font-size: 1rem; }
.comp-page .form-field-terms input {
	display: inline-block;
    padding: 0;
    margin: 0;
    width: auto;
    width: 20px;
    vertical-align: bottom;
	margin-right: 5px;
	border: none !important;
	box-shadow: none !important;
	margin-top: -5px;
}
.comp-page .comp-form-fields {
	margin: 0 auto;
}

.comp-page .comp-success {
    text-align: center;
}
.comp-page .comp-success img {
    max-width: 548px;
    margin: 0 auto;
}

.comp-page .comp-order-popup {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.comp-page .comp-order-popup .comp-popup-overlayer {
	position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;

}
.comp-page .comp-order-popup .comp-popup-main {
	position: absolute;
    z-index: 9999;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    flex-direction: column;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
.comp-page .comp-order-popup .comp-popup-form {
	background: none;
    position: absolute;
    max-width: 640px;
    width: 100% !important;
    top: 52%;
}
.comp-page .comp-order-popup .comp-popup-form input { max-width: 200px; width: 50%; font-size: 0.8rem; margin-left: 12%; text-align: center; }
.comp-page .comp-order-popup .comp-popup-form .btn { font-size: 0.8rem; text-transform: none; margin-left: 20%; background: #dc655e; }
.comp-page .comp-order-popup .link_terms { 
	position: absolute;
    bottom: 8%;
    left: 26%;
    cursor: pointer;
    display: block;
    width: 16%;
    height: 5%;
}
.comp-page .comp-order-popup .btn-close { 
	position: absolute;
    background: #dc655e;
    color: #fff;
    top: 4%;
    right: 3%;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
	text-decoration: none;
}
.comp-page .comp-order-popup .comp-popup-form .comp-popup-msg { 
	position: absolute;
    top: -110%;
    left: 11.6%;
    line-height: 1;
    max-width: 55%;
}

.section_download_info p {
	font-size: 1rem;
    letter-spacing: 1px;
}
.section_download_links {
	background: #f5f5f5;
}
.section_download_links .container { max-width: 792px; margin: 0 auto; }
.section_download_links .container a { 
	border: 1px solid #4b4b4b;
	border-radius: 8px;
	width: 100%;
	max-width: 382px;
	letter-spacing: 1px;
}
.section_footer {
	max-width: 365px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}
.section_footer span { color: #50e1d6; font-weight: bold; padding: 0 8px; font-size: 1.5rem; }
.section_footer span:first-child { color: #0ec5dd; padding-left: 0; }
.section_footer span:last-child { color: #575757; padding-right: 0; }

@media screen and (max-width: 400px) {
	.comp-page .comp-order-popup .comp-popup-form .comp-popup-msg { 
		font-size: 0.7rem;
		max-width: 66%;
		top: -100%;
	}
}