body {
	background: #fff;
	overflow-y: hidden;
}
.container {
	text-align: center;
	background-color:#040404;
    width: 100%;
}

.header p {
	/* color: #fafafa; */
}

strong {
    font-weight: bold;
	color: #fafafa;
}

.bg {
    position: relative;
    background-image: url(../img/bg.jpeg);
    background-size: auto;
    background-position: 50%;
    text-align: center;
    width: 100vw;
    height: 100vh;
    background-repeat: repeat;
    border-top: 1px solid #635959;
}
.subs_button {
	width: 100%;
	position: absolute;
	margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.submit {
	padding: 20px 40px;
    margin: 35px 0px;
    background: #ed1624e3;
    color: #fff;
    font-size: 20px;
    /* box-shadow: 0 1px 11px #777; */
    border-radius: 20px;
    /* background-color: #c62d1f; */
    /* border: 1px solid #d02718; */
    /* text-shadow: 1px 1px 4px rgb(0 0 0 / 35%); */
    /* animation: pulse 2s infinite; */
    width: 85%;
    font-size: 30px;
    max-width: 500px;
}
.cancel {
	margin: 10px;
	background: #828282ad;
    color: #a5a5a5;
}
.footer {
	width: 100%;
	height: 40px;
	margin: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #777;
    position: absolute;
    bottom: 60px;
}
.footer a {
	color: inherit;
	text-decoration: underline;
}

#send_code_form,
#resend_code_form {
	display: none;
}

.error_phone {
	border: 2px solid #f00;
	color: #f00;
	transition: 0.5s;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    padding: 7px;
	border-radius: 14px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    width: 85%;
}

input, button, select, textarea {
	font-family: inherit;
    font-size: 24px;
    font-weight: 700;
    line-height: inherit;
    padding: 10px;
    border-radius: 15px;
    border: 0;
    /* background-color: #fafafad1; */
    text-align: center;
    color: #767E88;
    outline: none;
    
}

img {
    vertical-align: middle;
    padding: 30px;
}

@-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
  }
  .lds-ring {
    top: 30%;
    display: none;
    position: relative;
    width: 120px;
    height: 120px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.popup-checkbox, .popup {
    display: none;
}

.popup {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.popup:before {
    display: block;
    content: ' ';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: .5;
}

.popup-content {
    width: 90%;
    height: 400px;
    position: absolute;
    z-index: 2;
    top: 18%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #707070;
}

.popup-shower {
    color: #00f;
    cursor: pointer;
    text-decoration: underline;
}

.popup-shower:hover {
    color: #00a;
    text-decoration: underline;
}

.popup-closer {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #999;
    font-size: 20px;
    border: 1px solid #999;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.popup-closer:hover {
    background-color: #eee;
}

.text_trial {
    background: #767E88;
    color: #fff;
    border-radius: 6px;
    width: 76%;
    text-align: center;
    padding: 5px 40px;
    margin: 26px auto;
    display: block;
    max-width: 300px;
    font-size: 24px;
    border-radius: 20px;
}

.cancel_button {
    color: #858585;
}

h2, .h2 {
    font-size: 30px;
    color: #fafafa;
}

.offer_link {
    text-decoration: underline;
    color: #707070;
}

.hint {
    color: #fff;
    font-size: 22px;
    display: none;
}