html, body {
    /*margin: 0;   - uncomment this for release*/
}

.main-frame {
    max-width: 900px;
    border: 1px solid rgba(0,0,0,0.16);
    padding: 0px 16px 16px 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main-frame h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: rgba(0,0,0,0.87);
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 617px;
}

.main-frame .intro-text {
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    font-weight: 400;
    color: rgba(0,0,0,0.54);
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width:617px;
    margin-bottom: 14px;
}

.main-frame .registration-form {
    position: relative;
    overflow: hidden;
    max-width: 600px;
    /* max-height: 430px;
    height: 430px; */
    min-height: 430px;
    border: 1px solid rgba(0,0,0,0.16);
    padding: 16px;
    padding-top:32px;
    background-color: rgba(0,0,0,0.04);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
}

#page-2, #page-3, #page-4, #page-5, #page-6 {
  display: none;
}

/*#page-4 {
  display: block;
}*/

#page-1 h2, #page-2 h2, #page-3 h2, #page-4 h2, #page-5 h2  {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: rgba(0,0,0,0.87);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#page-1 p,#page-2 p,#page-3 p,#page-4 p, #page-5 p {
  font-family: 'Roboto', sans-serif;
  font-size:18px;
    color: rgba(0,0,0,0.54);
}

#mail-resend {
  display: none;
}

#mail-wait {
  display: none;
  color: #d50000!important;
}

.not-active-page {
    /*transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;*/
}

.group {
  position: relative;
  margin-bottom: 45px;
}

.plan_type_2, .plan_type_3 {
  display: none;
}

select {
  font-family: 'Roboto', sans-serif;
  font-size:18px;
  color: rgba(0,0,0,0.87);
  padding:10px 10px 10px 5px;
}

.main-frame input[type="text"],
.main-frame input[type="password"],
.main-frame input[type="tel"] {
  font-family: 'Roboto', sans-serif;
  font-size:18px;
  color: rgba(0,0,0,0.87);
  padding:10px 10px 10px 5px;
  display:block;
  width:300px;
  border:none;
  border-bottom:1px solid rgba(0,0,0,0.16);
  background: none;
}

.main-frame input[type="text"]:focus,
.main-frame input[type="password"]:focus,
.main-frame input[type="tel"]:focus {
    outline:none;
}

.group label {
  font-family: 'Roboto', sans-serif;
  color: rgba(0,0,0,0.54);
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

.group-dropdown {
  margin-bottom: 35px;
}

.group-dropdown input {
  border-bottom: 0px;
}

input[type="text"]:focus ~ label,
input[type="text"]:valid ~ label,
input[type="tel"]:focus ~ label,
input[type="tel"]:valid ~ label,
input[type="password"]:focus ~ label,
input[type="password"]:valid ~ label {
  top:-20px;
  font-size:14px;
  color:#5264AE;
}

.group-dropdown {
	margin-top: 40px;
}

.group-dropdown label{
  top: -30px;
  font-size:14px;
  color:#5264AE;
}

.group-dropdown .error-input{
	clear: left;
}

.sel_membership{
	width: 313px;	
	float: left;
}

.bar {
  position:relative;
  display:block;
  width:300px;
}

.bar:before, .bar:after {
  content:'';
  height:2px;
  width:0;
  bottom:1px;
  position:absolute;
  background:#5264AE;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

.bar:before {
  left:50%;
}

.bar:after {
  right:50%;
}

input[type="text"]:focus ~ .bar:before,
input[type="text"]:focus ~ .bar:after,
input[type="password"]:focus ~ .bar:before,
input[type="password"]:focus ~ .bar:after,
input[type="tel"]:focus ~ .bar:before,
input[type="tel"]:focus ~ .bar:after {
  width:50%;
}

.highlight {
  position:absolute;
  height:60%;
  width:100px;
  top:25%;
  left:0;
  pointer-events:none;
  opacity:0.5;
}

input[type="text"]:focus ~ .highlight,
input[type="password"]:focus ~ .highlight,
input[type="tel"]:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}

.error-input {
    float:left;
    color: #d50000;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-weight:normal;
    padding-left: 5px;
    padding-top: 2px;
}



.group-checkbox {
    position:relative;
    margin-bottom:45px;
    padding-top: 16px;
}

.group-checkbox label {
  font-family: 'Roboto', sans-serif;
  color: rgba(0,0,0,0.54);
  font-size:18px;
  font-weight:normal;
  /* pointer-events:none; */
  /* padding-left:5px; */
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;  
  left: auto;
  top: auto;
  pointer-events: auto;
}

/* .checkbox {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  width: 1rem;
  height: 1rem;
  margin-right: .75rem;
}
.checkbox:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(0,0,0,0.16);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 50%;
  border-top-style: none;
  border-right-style: none;
  border-color: #5264AE;
} */

.group-button {
    /* width: 617px; */
    max-width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}
.checkbox{
	cursor: pointer;
 	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	position: absolute;
	left: 0px;
	top: 16px;
	z-index: 0;
	opacity: 0;		  
}
.checkbox + label{
	position: relative;
	padding-left: 30px;
	margin-left: 5px;
}
.checkbox + label span {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	width: 20px;
  	height: 20px;
  	border: 2px solid rgba(0,0,0,0.16);
	-webkit-transition: all 0.3s ease-in-out;	
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.checkbox:checked + label span {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 10px;
	border-top-style: none;
	border-right-style: none;
	border-color: #5264AE;
}
.button-raised {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    text-decoration:none;
    color:#fff;
    padding: 0px 16px 0 16px;
    margin: 6px 0px 6px 0px;
    height: 36px;
    min-width: 150px;
    border-radius: 2px;
    border: none;
    outline: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.button-raised:active {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    transition-delay: 0s;
}

.button-raised:hover {
    opacity: 0.8;
}

#prev-step {
    background-color: #fafafa;
    color: rgba(0,0,0,0.54);
    font-weight: bold;
    margin-right: 8px;
}

#next-step {
    background-color: #2196f3;
}

.button-disabled {
    color: rgba(0,0,0,0.32)!important;
    box-shadow: none;
}

.button-disabled:active {
    box-shadow: none;
}

.button-disabled:hover {
    opacity: 1;
}







/*checkbox*/

.radio {
  display: inline-block;
  padding-right: 20px;
  font-size: 18px;
  line-height: 49px;
  cursor: pointer;
}
.radio:hover .inner {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: .5;
}
.radio input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio input:checked + .outer {
  border: 3px solid #f08b3b;
}
.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #e67012;
}
.radio .outer {
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin: 10px 9px 10px 10px;
  border: 3px solid #0c70b4;
  border-radius: 50%;
  background-color: #fff;
}
.radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 16px;
  width: 16px;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #f08b3b;
  opacity: 0;
}

/*end of checkbox*/

/*spinner*/

/* Animation keyframes - you need to add prefixes */
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}

.loading {
display: none;
position: absolute;
top: 50%;
left: 50%;
width: 28px;
height: 28px;
margin: -14px 0 0 -14px;
}

.loading .spinner {
position: absolute;
left: 1px;
top: 1px;
width: 26px;
height: 26px;
-webkit-animation: spin 0.9s infinite linear;
-moz-animation: spin 0.9s infinite linear;
-o-animation: spin 0.9s infinite linear;
animation: spin 0.9s infinite linear;
}

.loading .mask {
width: 12px;
height: 12px;
overflow: hidden;
}

.loading .maskedCircle {
width: 20px;
height: 20px;
border-radius: 12px;
border: 3px solid #666;
}





/*end of spinner*/

.hidden{
	display: none;
}
.hidden_imp{
	display: none !important;
}
.hidden-submit {
    border: 0 none;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.sel_membership{
	
}
/**/
.form_butt_option{
	background-color: #2196f3;
	display: inline-block;
	line-height: 36px;
}
.group-button-option{
	text-align: center;
}
.margin_top{
	margin-top: 35px;
}
.agree_terms{
	font-family: 'Roboto', sans-serif;
  	color: rgba(0,0,0,0.54);
  	font-size:18px;
  	font-weight:bold;
  	text-decoration: underline;  
}
.m_extra_info{
	margin-top: 10px;
	font-style: italic;
	font-size: 15px;
}
.m_order_info{
	font-size: 18px;
}