@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700&subset=cyrillic,greek');
html {
	height: 100%
}

body {
	color: #000;
	font-family: Calibri, Myriad Pro, Helvetica, sans-serif;
	font-size: 14pt;
	min-height: 100%;
	letter-spacing: normal;
	margin: 0 auto;
	background: #FFF;
	text-align: center;
	line-height: normal
}

.header_logo {
	background-color: #4d1b76;
}
.logo {
	padding: 20px 0 0
}

.container {
	max-width: 520px;
	width: 100%;
	padding: 0
}

body[data-test="a"] #telSubmit {
	background-color: black
}

body[data-test="b"] #telSubmit {
	background-color: red
}

#telInput {
	font-size: 20px;
	height: 50px;
	width: 100%;
	margin-left: 5px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 5px
}

#telSubmit,
.btn {
	background: #885ca8;
	border: 0;
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	max-width: 520px;
	padding: 12px 0;
	color: #fff;
	border-radius: 4px;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.39);
	cursor: pointer;
	border-bottom: 4px solid rgba(0, 0, 0, 0.3);
	/* box-shadow: 0 6px 0 #922539, inset 0 0 0 rgba(0, 0, 0, 0.3);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-appearance: none;
	-webkit-transition: .5s all;
	transition: .5s all */
}

.btn:hover {
	background: #8b40ff;
	color: #fff;
}

.sms-btn {
	margin-left: auto;
	margin-right: auto;
	height: auto !important;
	margin-top: 4pt;
	padding: 4pt
}

header {
	text-align: center
}

.keyword,
.shortcode {
	font-size: 20px;
	font-weight: bold;
	color: #f5395c;
	line-height: 1
}

form {
	margin-bottom: 0
}

.wrapper {
	/*height:90vh;*/
	background-repeat: no-repeat;
	background-position: center top
}

img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto
}

a {
	color: #000
}

a:hover {
	color: #000
}

.error {
	font-size: 13px
}

.button-block {
	width: 100%;
	display: block
}

footer .container {
	max-width: 1200px
}

.text-center {
	margin: .4em auto;
	line-height: 1em;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	/* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9) */
}

.center-column {
	float: none;
	margin: 0 auto !important
}

.hide {
	display: none;
	visibility: hidden
}

.disclaimer {
	text-align: center;
	font-size: .60em;
	margin-top: 20px;
	color: #000
}

.footer-links {
	font-size: 13px;
	list-style: none;
	text-align: center;
	display: block
}

.footer-links li {
	color: #000;
	display: inline-block
}

#footer {
	width: 90%;
	margin: auto
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	opacity: 1;
	z-index: 1
}

.popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 50%;
	position: relative;
	-webkit-transition: all 5s ease-in-out;
	transition: all 5s ease-in-out
}

.popup .content {
	color: #313739
}

.cssload-loader {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	margin: 3em;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	background: #f5395c
}

.cssload-loader,
.cssload-loader:before,
.cssload-loader:after {
	animation: .9s infinite ease-in-out;
	-o-animation: .9s infinite ease-in-out;
	-ms-animation: .9s infinite ease-in-out;
	-webkit-animation: .9s infinite ease-in-out;
	-moz-animation: .9s infinite ease-in-out
}

.cssload-loader:before,
.cssload-loader:after {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0
}

.cssload-loader {
	animation-name: cssload-loader;
	-o-animation-name: cssload-loader;
	-ms-animation-name: cssload-loader;
	-webkit-animation-name: cssload-loader;
	-moz-animation-name: cssload-loader
}

@keyframes cssload-loader {
	from {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-webkit-keyframes cssload-loader {
	from {
		-webkit-transform: scale(0);
		opacity: 1
	}
	to {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

@media screen and (max-width:600px) {
	#telInput,
	#telSubmit,
	.btn {
		width: 90%;
		float: none;
		margin: auto
	}
	#telInput {
		margin-bottom: 5px
	}
	.popup {
		width: 74%
	}
}

a.terms_link {
	color: #000;
	font-size: 14px;
	padding-bottom: 20px;
}

.terms>a {
	color: #000;
	font-size: .60em;
}
