/*grids here*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

li {
    list-style: none
}

*, *:before, *:after {

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

ul, li {
    list-style: none;
}

.autoclear:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    line-height: 0px;
    font-size: 0px;
}

.autoclear {
    display: inline-block;
}

.autoclear {
    display: block;
}

* html .autoclear {
    height: 1%;
}

html, body {
    -webkit-text-size-adjust: none;
    color: #565656;
    width: 100%;
    background: #fff;
    font-size: 12px;
    font-family: arial, tahoma;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

body {
    position: relative;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* .wrap {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    text-align: center;
    padding-top: 50px;
} */

.wrap {
    display: block;
    width: 100%;
    max-width: 800px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* position: absolute; */
    z-index: 100;
    text-align: center;
    padding: 50px;
    top: 0;
    margin: 0 auto;
}

a {
    color: #244f7c;
    text-decoration: underline;
    transition: 0.3s;
}

a:hover {
    color: #0070e5;
}

/* STEPS */
.stephide {
    display: none;
}

/* All Box */
.mainbox {
    /* display: table;
    position: relative;
    width: 100%;
    height: 100%;
    height: 100vh; */
}

.logo {
    max-width: 744px;
    height: auto;
    width: 100%;
}

h1 {

    width: 100%;

    max-width: 700px;

    margin: 0 auto;

    font-size: 30px;

    color: #fff;

    line-height: normal;

    font-weight: 700;

}

h2 {

    width: 100%;

    max-width: 485px;

    margin: 25px auto 50px auto;

    font-size: 15px;

    color: #B1B1B1;

    line-height: normal;

}

.timer {

    width: 100%;

    max-width: 300px;

    color: #fff;

    font-size: 16px;

    line-height: 20px;

    margin: 45px auto 0 auto;

}

.timer span {

    display: block;

    padding-top: 5px;

    font-size: 1.1em;

    font-weight: bold;

}

.testbox {

    width: 100%;

    max-width: 600px;

    position: relative;

    padding: 35px 0;

    margin: 20px auto 50px auto;

    background-color: #fff;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;

}

.testcounter {

    width: 100%;

    background-color: #E8E8E8;

    color: #FF74D8;

    font-size: 15px;

    padding: 7px 12px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 5px;

}

.testcounter.active {
    color: #ffffff;
}

.testcounter:nth-child(2) {
    margin: 0 1px;
}

.active {
    background-color: #FF74D8;
}

.testcounter span {

    font-size: 18px;

}

.textq {

    width: 100%;

    font-size: 40px;

    color: #000000;

    margin: 50px auto;

    padding: 0 25px;

    font-weight: 700;

}

.btn {

    text-decoration: none;

    font-size: 24px;

    color: #ffffff;

    width: 49%;

    height: 60px;

    line-height: 60px;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;

    background: #FF26C2;

    -webkit-box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.25);

    -moz-box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.25);

    box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.25);

    filter: drop-shadow(0px 2px 0px #B02B8B);

    margin: 0 auto;

}

.btn:hover {

    color: #ffffff;
    background: #FF74D8;

}

/* .yes {

    margin-right: 3.5px;

}

.no {

    margin-left: 3.5px;

} */

.reg_restart {

    width: 100%;
    margin: 0 auto;

}

.btn span, .btn img {

    display: inline-block;

    vertical-align: middle;

}

.btn img {

    margin-right: 7px;

}

/* Bg & anim */

/* Register Template */

.item {

    padding-bottom: 15px;

    font-size: 1.1em;

    line-height: 120%;

    color: #1f1f27;

}

.item a, .item a:visited, .item a:active,
.form a, .form a:visited, .form a:active {

    color: #0082c6;

    text-decoration: underline !important;

}

.item a.is-hidden, .item a:visited.is-hidden, .item a:active.is-hidden,
.form a.is-hidden, .form a:visited.is-hidden, .form a:active.is-hidden {

    color: initial;

}

.item a:hover,
.form a:hover {

    text-decoration: none !important;

    color: #eb3384;

}

.item hr,
.form hr {

    height: 0;

    width: 100%;

    display: block;

    border: 0;

    border-bottom: 1px dashed gray;

}


.item button {

    color: #ffffff;

    font-size: 1em;

    padding: 1em 2em;

    cursor: pointer;

    border: 0;

    text-decoration: none;

    background: rgb(25, 163, 255); /* Old browsers */

    background: -moz-linear-gradient(top, rgba(25, 163, 255, 1) 0%, rgba(38, 143, 218, 1) 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(25, 163, 255, 1) 0%, rgba(38, 143, 218, 1) 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, rgba(25, 163, 255, 1) 0%, rgba(38, 143, 218, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19a3ff', endColorstr='#268fda', GradientType=0); /* IE6-9 */

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    border-radius: 3px;

    -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.14);

    -moz-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.14);

    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.14);

}

.item button:hover {


    background: rgb(246, 114, 173); /* Old browsers */

    background: -moz-linear-gradient(top, rgba(246, 114, 173, 1) 0%, rgba(218, 75, 139, 1) 100%); /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(246, 114, 173, 1) 0%, rgba(218, 75, 139, 1) 100%); /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, rgba(246, 114, 173, 1) 0%, rgba(218, 75, 139, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f672ad', endColorstr='#da4b8b', GradientType=0); /* IE6-9 */

}

.item button span, .item button svg,
.form button span, .form button svg
 {

    display: inline-block;

    vertical-align: middle;

}

.item button svg {

    width: 1.5em;

    height: auto;

}
/*
.item input[type="text"], .item select,
.form input[type="text"], .form select {

    border-radius: 3px;

    display: inline-block;

    width: 100%;

    background: #fff;

    box-sizing: border-box;

    height: 2.5em;

    height: 2.5em;

    max-width: 400px;

    margin-bottom: 0.7em;

    font-size: 1em;

    padding: 0.5em;

    transition: 0.3s;

    border: 1px #bcbcbc solid;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    border-radius: 3px;

}

.item input[type="text"]:hover, .item select:hover,
.form input[type="text"]:hover, .form select:hover {

    border: 1px #41ace6 solid;

}

.item input[type="text"]:last-child, .item select:last-child,
.form input[type="text"]:last-child, .form select:last-child {

    margin-bottom: 0;

}
*/

.item select,
.form select {

    -moz-appearance: none;

    -webkit-appearance: none;

    appearance: none;

    background: #fff url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;

}

.item p {

    font-size: 0.9em;

    margin-bottom: 0.7em;
    color: #fff;
}

.mainbox {
    min-height: 860px;
}

@media screen and (max-width: 1250px) {
.mainbox {
    min-height: 600px;
}
}

.item p:last-child {

    margin-bottom: 0;

}

.decor_h1 {

    font-size: 2em;

    color: #1d89d4;

    padding-bottom: 10px;

}

.decor_h1 span {

    color: #ea8f11;

}

.decor_h2 {

    font-size: 1.5em;

    color: #fff;

    margin: 30px auto 5px auto;

}

.item small {

    font-size: 11px;

    opacity: 0.6;

    display: block;

}

.item small.notice {

    display: inline-block;

    padding: 0.5em 0.8em;

    border: 1px dotted gray;

    border-radius: 2px;

}

label {

    display: block;

    padding-bottom: 0.2em;

}

.alert-text {

    padding: 0.7em;

    font-size: 0.9em;

    display: inline-block;

    background-color: #ffcfe3;

    color: #c11f68;

}

.alert-text.success {

    background-color: #bfe4bd;

    color: #33742f;

}

/* Loader */

.loaderbox {

    background: #302F2F;

    margin: 15px 0;

    border: 1px #302F2F solid;

    width: 100%;

    max-width: 500px;

    display: inline-block;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;

}

.loaderbox span {

    display: block;

    width: 50%;

    height: 20px;

    color: #ffffff;

    line-height: 20px;

    text-align: center;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;

    background: linear-gradient(90deg, #FF26C2 -3.05%, #FFBAEC 100%), #FF26C2;

    -webkit-animation-duration: 5s;

    animation-duration: 5s;

    -webkit-animation-name: seec;

    animation-name: seec;

    -webkit-animation-fill-mode: forwards;

    animation-fill-mode: forwards;

}

@-webkit-keyframes seec {

    0% {
        width: 1%;
    }

    100% {
        width: 100%;
    }

}

@keyframes seec {

    0% {
        width: 1%;
    }

    100% {
        width: 100%;
    }

}

.spinner {

    margin: 0px auto;

    width: 50px;

    height: 40px;

    text-align: center;

    font-size: 10px;

}

.spinner > div {

    background-color: #da4185;

    height: 100%;

    width: 6px;

    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;

    animation: sk-stretchdelay 1.2s infinite ease-in-out;

}

.spinner .rect2 {

    -webkit-animation-delay: -1.1s;

    animation-delay: -1.1s;

}

.spinner .rect3 {

    -webkit-animation-delay: -1.0s;

    animation-delay: -1.0s;

}

.spinner .rect4 {

    -webkit-animation-delay: -0.9s;

    animation-delay: -0.9s;

}

.spinner .rect5 {

    -webkit-animation-delay: -0.8s;

    animation-delay: -0.8s;

}

@-webkit-keyframes sk-stretchdelay {

    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }

}

@keyframes sk-stretchdelay {

    0%, 40%, 100% {

        transform: scaleY(0.4);

        -webkit-transform: scaleY(0.4);

    }
    20% {

        transform: scaleY(1.0);

        -webkit-transform: scaleY(1.0);

    }

}

/* Footer */

.footerbox {

    color: #a9a9a9;

    font-size: 12px;

    padding: 25px 0;

}

/* Media height */

@media screen and (max-height: 600px) {

    h1 {
        /*font-size: 25px;*/
    }

    h2 {
        margin: 15px 0 20px 0;
    }

    .testbox {
        padding: 20px 0;
        margin-top: 10px;
    }

    .testcounter span {

        font-size: 15px;

    }

}

@media screen and (max-height: 500px) {

    .logo {
        max-width: 300px;
    }

    h1 {
        /*font-size: 25px;*/
    }

}

@media screen and (max-height: 430px) {

    h1 {
        /*font-size: 20px;*/
        margin-top: -10px;
    }

    .wrap {

        background: -moz-linear-gradient(left, rgba(236, 236, 236, 0) 0%, rgba(236, 236, 236, 0.8) 10%, rgba(236, 236, 236, 0.8) 50%, rgba(236, 236, 236, 0.8) 90%, rgba(236, 236, 236, 0) 100%); /* FF3.6-15 */

        background: -webkit-linear-gradient(left, rgba(236, 236, 236, 0) 0%, rgba(236, 236, 236, 0.8) 10%, rgba(236, 236, 236, 0.8) 50%, rgba(236, 236, 236, 0.8) 90%, rgba(236, 236, 236, 0) 100%); /* Chrome10-25,Safari5.1-6 */

        background: linear-gradient(to right, rgba(236, 236, 236, 0) 0%, rgba(236, 236, 236, 0.8) 10%, rgba(236, 236, 236, 0.8) 50%, rgba(236, 236, 236, 0.8) 90%, rgba(236, 236, 236, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ececec', endColorstr='#00ececec', GradientType=1); /* IE6-9 */

    }

}

/* Media width */

@media screen and (max-width: 1250px) {

    .bg01, .bg02, .bg03 {
        background-size: 100% auto;
        background-position: 0 100%;
    }

}

@media screen and (max-width: 600px) {

    h1 {
        /*font-size: 25px;*/
    }

    h2 {
        margin: 10px 0;
    }

}

@media screen and (max-width: 500px) {

    h2 span {
        display: none;
    }

    h2:first-letter {
        text-transform: uppercase;
    }

}

.billinginfo_strong, .billinginfo_strong *, .billinginfo_strong A, .billinginfo_strong * A {
    color: #333;
    font-size: 12px;
    line-height: 100%;
}

.billinginfo_strong .billinginfo_water {
    display: none;
}

.billinginfo_light, .billinginfo_light *, .billinginfo_light A, .billinginfo_light * A {
    color: #333;
    font-size: 11px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
    -moz-opacity: 0.99;
    -khtml-opacity: 0.99;
    opacity: 0.99;;
    line-height: 100%;
}

.billinginfo_gray, .billinginfo_gray *, .billinginfo_gray A, .billinginfo_gray * A {
    color: #aaa;
    font-size: 11px;
    line-height: 100%;
}

.billinginfo_light {
    text-align: justify;
    position: relative;
    overflow: hidden;
}

.billinginfo_light > .inner_footer {
    overflow-y: scroll;
    height: 100%;
    position: relative;
    width: 100%;
    padding-right: 40px;
    box-sizing: content-box;

}

#footer {
    line-height: 100%;
}

#footer a, #footer a:hover {
    text-decoration: underline;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (   min--moz-device-pixel-ratio: 2), only screen and (     -o-min-device-pixel-ratio: 2/1), only screen and (        min-device-pixel-ratio: 2), only screen and (                min-resolution: 192dpi), only screen and (                min-resolution: 2dppx), screen and (max-width: 1000px) {

    .billinginfo_light, .billinginfo_light *, .billinginfo_light A, .billinginfo_light * A {
        font-size: 12px;
    }

}

.billinginfo_light {
    margin-top: auto;
}

.billinginfo_strong {
    margin-top: auto;
}

.billinginfo_light, .billinginfo_light *, .billinginfo_light A, .billinginfo_light * A {
    font-size: 12px;
}

.age_attention{
	display: inline-block;
	float:left;
	line-height: 16px;
	text-align:center;
	font-size: 12px;
	color: #fff;
	background: #ee6769;
	padding: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 10px;
}

.error{
	color:#F00;
	font-size:1.4em;
}
.black{
}

.black .inner_footer, .black .inner_footer a{
	color:#dddddd;
}

.entry-button, .entry-button > div, .entry-button a {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}

.entry-button {
	z-index: 1000;
	position: fixed;
	left: 0;
	top: 100px;
	padding:0 0 0 5px !important;
	background: #efefef;
	border-style: solid !important;
	border-width: 1px 1px 1px 0 !important;
	border-color: #a0a0a0 !important;
	box-shadow: 1px 2px 4px #c6c6c6;
}

.entry-button > div {
	background: url(../images/entry_button_0.png) left top repeat-x;
	border-left: solid 1px #c5c5c5 !important;
}

.entry-button > div:hover {
	background: none;
}


.entry-button a {
	display: block;
	padding: 37px 7px 6px !important;
	background: url(../images/entry_button_1.png) center 11px no-repeat;
	line-height: 16px;
	text-decoration: none;
	font: 9.75pt Arial, Helvetica, Verdana sans-serif;
	color: #2d2d2d;
	text-shadow: 1px 1px 1px #fff;
}


.entry-buttonw, .entry-buttonw > div, .entry-buttonw a {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}

.entry-buttonw {
	z-index: 1000;
	position: fixed;
	left: 0;
	top: 160px;
	padding:0 !important;
	background: #efefef;
	border-style: solid !important;
	border-width: 1px 1px 1px 0 !important;
	border-color: #a0a0a0 !important;
	box-shadow: 1px 2px 4px #c6c6c6;
}

.entry-buttonw > div {
	background: url(../images/entry_button_0w.png) left top repeat-x;
	border-left: solid 1px #c5c5c5 !important;
}
.entry-buttonw > div:hover {
	background: none;
}
.entry-buttonw a {
	display: block;
	padding: 59px 7px 6px !important;
	background: url(../images/entry_button_1w.png) center 11px no-repeat;
	line-height: 10px;
	text-decoration: none;
	font: 9.75pt Arial, Helvetica, Verdana sans-serif;
	color: #2d2d2d;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
}

/*
.form {
    -moz-box-align: start;
    -moz-box-pack: start;
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
	text-align:left;
    margin-top: 15px;
    padding: 20px;
}
@media screen and (max-width: 440px) {
.form {
    flex-wrap: wrap;
}
}
*/
.form__left {
    font-size: 18px;
    line-height: 1;
    padding-top: 5px;
    text-transform: uppercase;
    width: 120px;
}
@media screen and (max-width: 460px) {
.form__left {
    margin-bottom: 20px;
    width: 100%;
}
}
.form__right {
    width: 340px;
}
@media screen and (max-width: 460px) {
.form__right {
    width: 100%;
}
}
@media screen and (max-width: 400px) {
.form__left {
    display: none;
}
}


@media screen and (max-width: 650px) {
	.error{
		font-size:0.8em;
	}
	.entry-button {
		top: 0;
	}
	.entry-buttonw {
		display:none;
	}
	h1 {
		font-size: 2.0em;
		}
	.decor_h1 {
	    font-size: 1.5em;
		}
	.decor_h2 {
	    font-size: 1.2em;
		}
	.decor_h3 {
		font-size: 1.0em;
		}
}

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

.mainbox {
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
  background-image: linear-gradient(rgba(16,11,0,.9), rgba(16,11,0,.9)), url('../images/seamless-pattern-with-date-march-8_89224-23.jpg');
  background-size: 10%;
}

.mainwrap {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.step1a, .step1b, .step1c, .step1d, .step2, .reg_box {
  margin-top: 45px;
}

.step2 {
   margin-bottom: 30%;
}
.block-join {
   margin-bottom: 7%;
}
@media only screen and (max-width: 900px) {
	.step2 {
	   margin-bottom: 0%;
	}
	.block-join {
	   margin-bottom: 0%;
	}	
}
.pink {
  color: #FF26C2;
}

.testnumber {
  width: 100%;
  padding: 0 29px;
}

.buttons {
  padding: 0 29px;
}

.footer {
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 120px;
}

.text_i {
  width: 100%;
  height: 60px;
  font-size: 20px;
  line-height: 20px;
  padding: 0 20px 0 20px;
  border: 1px solid #B1B1B1;
}

.text_i::placeholder {
  color: #000;
  font-weight: 500;
}

.testbox h2 {
  margin: 25px auto 25px auto;
}

.right_box {
  position: absolute;
  right: 0;
}

.left_box {
  position: absolute;
  left: 0;
}

.right_box img {
  width: 600px;
}

.left_box img {
  width: 600px;
}

.footer img {
  width: 100%;
  max-width: 280px;
}

.l_girl_with, .r_girl_with, .l_girl_without, .r_girl_without {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

._display {
  display: block;
}

._hidden {
  display: none;
}

.lds-ellipsis {
  display: block;
  position: relative;
  width: 80px;
  height: 40px;
  margin: 0 auto;
}

.lds-ellipsis div {
  position: absolute;
  top: 15px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
  background: #FF26C2;
  opacity: .25;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
  background: #FF26C2;
  opacity: .5;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
  background: #FF26C2;
  opacity: .75;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
  background: #FF26C2;
  opacity: 1;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

@media only screen and (max-width: 1300px) {
  .right_box {
    right: -150px;
  }

  .left_box {
    left: -150px;
  }
}

@media only screen and (max-width: 900px) {
  .mainbox {
    flex-wrap: wrap;
  }

  .mainwrap {
    width: 100%;
    order: 0;
    margin-bottom: -150px;
  }

  .wrap {
    padding-bottom: 0;
  }

  .left_box {
    position: relative;
    width: 50%;
    order: 1;
    left: 0;
  }

  .right_box {
    position: relative;
    width: 50%;
    order: 2;
    right: 150px;
  }
}

@media only screen and (max-width: 800px) {
  .right_box {
    right: 100px;
  }
  .right_box img, .left_box img {
    width: 450px;
  }
}

@media only screen and (max-width: 600px) {
  .wrap {
    padding: 25px 15px 0 15px;
  }

  .right_box img, .left_box img {
    width: 350px;
  }

  .step1a, .step1b, .step1c, .step1d, .step2, .reg_box {
      margin-top: 15px;
  }

  .testbox {
    padding: 15px 0;
    width: 90%;
    margin: 0 auto 25px auto;
  }

  .testbox h2 {
    font-size: 12px;
    padding: 0 25px;
  }

  .buttons {
    padding: 0 15px;
  }

  .textq {
    margin: 35px auto;
  }

  .btn {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .timer {
    margin-top: 25px;
    margin-bottom: 45px;
  }

  .mainwrap {
    margin-bottom: -100px;
  }

  .testnumber {
    padding: 0 15px;
  }

  .testcounter {
    font-size: 13px;
    padding: 7px;
  }

  .textq {
    font-size: 25px;
  }
}

@media only screen and (max-width: 400px) {
  .left_box {
    left: -50px;
  }

  .right_box {
    right: 75px;
  }

  .right_box img, .left_box img {
    width: 300px;
  }

  .textq {
    font-size: 23px;
  }

  .testbox h2 {
    font-size: 10px;
    padding: 0 5px;
    margin: 15px auto;
  }

  h2 {
    font-size: 12px;
  }
}

.form {
	padding: 0 29px;
}

.form-phone .form-title,
.form-phone .form-text {
	display: none;
	
}

.form-input-text {
  width: 100%;
  height: 60px;
  font-size: 20px;
  line-height: 20px;
  padding: 0 20px 0 20px;
  border: 1px solid #B1B1B1;
}

.form-input-text::placeholder {
  color: #000;
  font-weight: 500;
}

.phone-example {
    margin: 25px auto 25px auto;
    width: 100%;
    max-width: 485px;
    font-size: 15px;
    color: #B1B1B1;
    line-height: normal;
}

.form-loader {
	display: none;
}

.form-submit {
    text-decoration: none;
    font-size: 24px;
    color: #ffffff;
    width: 49%;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #FF26C2;
    -webkit-box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0px 2px 0px rgba(255, 255, 255, 0.25);
    filter: drop-shadow(0px 2px 0px #B02B8B);
    margin: 0 auto 15px;
    cursor: pointer;
    border: 0;
    width: 100%;
}

.form-submit:hover {
    color: #ffffff;
    background: #FF74D8;
}

.form-errors {
	color: #F00;
    font-size: 1.4em;
}

a.btn {
    cursor: pointer;
}