* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; font-size: 100%; font: inherit; vertical-align: baseline } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } body { line-height: 1 } ol, ul { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } table { border-collapse: collapse; border-spacing: 0 }

html { height: 100%; min-height: 100%; }
body { min-height: 100%; }

body, select, input, textarea, button {
	font: 400 14px/1.5 "Google Sans",roboto,"Noto Sans Myanmar UI",arial,sans-serif;
	color: #353535;
	outline: none;
}
	a { 
		outline: none;
		color: #0b57d0;
		text-decoration: none;
	}
	a:hover { text-decoration: underline; }

	a img { border: 0 none; }
	a > img { vertical-align: bottom; }

/* Заголовки H1-6 */
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
	margin: 0 0 1em 0;
	line-height: normal;
	text-rendering: optimizeLegibility;
}
h1, .h1 { font-size: 30px; }
h2, .h2 { font-size: 24px; }
h3, .h3 { font-size: 20px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 16px; }

.addcomment h3 { margin: .3em 0 .6em 0; }

.dlevideoplayer ul[data-theme] {
	display: none;
}

.strike { text-decoration: line-through; }
.nobr { white-space: nowrap; }
.hide { display: none; }
.title_hide { left: -9999px; position: absolute; top: -9999px; overflow: hidden; width: 0; height: 0; }
.uline { text-decoration: underline; }
.strike { text-decoration: line-through; }
.justify { text-align: justify; }
.center { text-align: center; }
.left { float: left; }
.right { float: right; }
	fieldset { border: 1px solid rgba(0,0,0,0.1); padding: 20px; margin-bottom: 25px; }
	fieldset legend { font-weight: bold; }

.grey { color: #919191; }
.grey a { color: inherit; }
.grey a:hover { color: #353535; }
.blue { color: #3394e6; }
.orange { color: #e85319; }

ul { padding-left: 40px; list-style: disc outside; margin-top: 1em; margin-bottom: 1em;}
ol { padding-left: 40px; list-style: decimal outside; margin-top: 1em; margin-bottom: 1em;}

	strong, b { font-weight: bold }
	em, cite, i { font-style: italic }
	caption { text-align: left }
	th, td { vertical-align: middle }
	small, .small { font-size: .9em; }
	hr { height: 0; border: 0; border-top: 2px solid #eeeeef; -moz-box-sizing: content-box; box-sizing: content-box; margin: 20px 0; }


::placeholder,
label.formRow .placeholder {
	color: #95989a;
}
label.formRow {
    position: relative;
    display: block;
    width: 100%;
}
label.formRow .placeholder {
    position: absolute;
    top: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    padding: 2px 6px;
    border-radius: 10px;
    left: 8px;
    display: block;
    white-space: nowrap;
    transition: all, .2s;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.formRow.active .placeholder {
	top: 0;
	background-color: #fff;
	color: #1a73e8;
	letter-spacing: .8px;
	font-size: 11px;
	line-height: 14px;
}

#overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 50%);
    z-index: 10000;
}


/* --- Layout --- */
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    min-height: 100%;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow-y: auto;
}
.page {
    flex-grow: 1;
}

.btn {
    display: inline-block;
    height: 40px;
    line-height: 20px;
    padding: 10px 20px;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #0202ff;
    color: #fff;
    cursor: pointer;
}
.btn:hover {
    text-decoration: none;
	background: #0000bb;
}

#home {
    padding: 20px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}


#login {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f4f9;
}
#login > .wrp {
    width: 100%;
    max-width: 1040px;
    margin: 50px 200px;
    margin-right: 200px;
}
#login > .wrp > .in {
    position: relative;
    background: #fff;
    padding: 36px;
    border-radius: 28px;
}
#login > .wrp > .in > .loader-line {
	display: none;
    position: absolute;
    top: 0;
    left: 36px;
    width: calc(100% - 72px);
    height: 4px;
    overflow: hidden;
    background-color: #ddd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#login > .wrp > .in > .loader-line.active {
	display: block;
}
#login > .wrp > .in > .loader-line:before {
	content: "";
	position: absolute;
	left: -50%;
	height: 4px;
	width: 40%;
	background-color: #0b57d0;
	-webkit-animation: lineAnim 1s linear infinite;
	-moz-animation: lineAnim 1s linear infinite;
	animation: lineAnim 1s linear infinite;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
@keyframes lineAnim {
	0% {
		left: -40%;
	}
	50% {
		left: 20%;
		width: 80%;
	}
	100% {
		left: 100%;
		width: 100%;
	}
}
#login > .wrp > .in > .items {
    display: flex;
    justify-content: space-between;
}
#login > .wrp > .in > .items > .item {
    flex-basis: 50%;
    width: 50%;
}
#login > .wrp > .in > .items > .item.left {
	padding-right: 24px;
}
#login > .wrp > .in > .items > .item.left > .welcome_form {
    margin-top: 18px;
}
#login > .wrp > .in > .items > .item.left > .welcome_form > .item {
    display: none;
}
#login > .wrp > .in > .items > .item.left > .welcome_form > .item.active {
    display: block;
}
#login > .wrp > .in > .items > .item.left > .welcome_form .ttl {
    font-size: 2.75rem;
    line-height: 1.1818181818;
}
#login > .wrp > .in > .items > .item.left > .welcome_form .p {
    font-size: 1rem;
    line-height: 1.5;
    color: #1f1f1f;
    margin-top: 16px;
}
#login > .wrp > .in > .items > .item.left > .welcome_form .email_p {
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 0 14px 0 3px;
    border: 1px solid #000;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #1f1f1f;
    margin-top: 16px;
}
#login > .wrp > .in > .items > .item.left > .welcome_form .email_p:hover {
	text-decoration: none;
	background-color: #e8e8e8;
}
#login > .wrp > .in > .items > .item.left > .welcome_form .email_p > span {
    margin: 0 10px;
}
#login > .wrp > .in > .items > .item.left > .welcome_form .email_p > svg {
    color: #444746;
}
#login > .wrp > .in > .items > .item.right {
	padding-left: 24px;
}
#login > .wrp > .in > .items > .item.right > .login_form {
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: .2s;
    width: 100%;
    min-height: 180px;
    padding: 24px 2px 0;
}
#login > .wrp > .in > .items > .item.right > .login_form > .item {
    flex-basis: 100%;
    min-width: 100%;
    position: relative;
    transition: .3s;
}
#login > .wrp > .in > .items > .item.right > .login_form > .item.enter_email {
    left: -100%;
    opacity: 0;
    visibility: hidden;
	height: 0;
}
#login > .wrp > .in > .items > .item.right > .login_form > .item.enter_email.active {
    left: 0px;
    opacity: 1;
    visibility: visible;
	height: auto;
}
#login > .wrp > .in > .items > .item.right > .login_form > .item.enter_password {
    left: 0px;
    opacity: 0;
    visibility: hidden;
	height: 0;
}
#login > .wrp > .in > .items > .item.right > .login_form > .item.enter_password.active {
    left: -100%;
    opacity: 1;
    visibility: visible;
	height: auto;
}
#login > .wrp > .in > .items > .item.right > .login_form > .item.enter_password > .show_password {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
#login > .wrp > .in > .items > .item.right > .login_form > .item.enter_password > .show_password > input {
    margin: 0 20px 0 0;
    padding: 0;
	transform: scale(1.3);
}
#login > .wrp > .in > .items > .item.right > .login_form > .item.enter_number  {
    left: 0px;
    opacity: 0;
    visibility: hidden;
	height: 0;
}
#login > .wrp > .in > .items > .item.right > .login_form > .item.enter_number.active {
    left: -200%;
    opacity: 1;
    visibility: visible;
	height: auto;
}
#login > .wrp > .in > .items > .item.right > .login_form > .item.enter_sms  {
    left: 0px;
    opacity: 0;
    visibility: hidden;
	height: 0;
}
#login > .wrp > .in > .items > .item.right > .login_form > .item.enter_sms.active {
    left: -300%;
    opacity: 1;
    visibility: visible;
	height: auto;
}
#login > .wrp > .in > .items > .item.right > .login_form > .item.enter_sms > .ttl {
    margin-bottom: 16px;
}
#login > .wrp > .in > .items > .item.right > .login_form > .item.enter_sms > .formRow.sms > input {
    padding-left: 54px;
}
#login > .wrp > .in > .items > .item.right > .login_form > .item.enter_sms > .formRow.sms > .placeholder {
    left: 54px;
}
#login > .wrp > .in > .items > .item.right > .login_form > .item.enter_sms > .formRow.sms > #sms_letter {
    position: absolute;
    height: 56px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#login > .wrp > .in > .items > .item.right > .login_form > .item.enter_number > .num {
    margin: 16px 0;
    font-size: 44px;
    line-height: 1.18181;
    text-align: center;
}
#login > .wrp > .in > .items > .item.right > .login_form > .item.enter_number > .ttl  {
	font-size: 1.25rem;
    line-height: 1.2;
}
#login > .wrp > .in > .items > .item.right > .login_form > .item.enter_number > .info  {
	font-size: 0.875rem;
    line-height: 1.4285714286;
	margin-bottom: 16px;
    margin-top: 10px;
}

.textfield {
    line-height: 28px;
    padding: 13px 15px;
    width: 100%;
    outline: none;
    border: 1px solid #747775;
    border-radius: 4px;
}

#login > .wrp > .in > .items > .item.right > .login_form .formRow > input {
    line-height: 28px;
    padding: 13px 15px;
    width: 100%;
    outline: none;
    border: 1px solid #747775;
    border-radius: 4px;
}
#login > .wrp > .in > .items > .item.right > .login_form .formRow > input:focus {
    border: 1px solid #0b57d0;
	outline: 1px solid #0b57d0;
}

#login > .wrp > .in > .items > .item.right > .login_form .formRow.error > input {
    border-color: #b3261e;
	outline-color: #b3261e;
}

#login > .wrp > .in > .items > .item.right > .login_form .formRow > .placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #979797;
}
#login > .wrp > .in > .items > .item.right > .login_form .formRow.active > .placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #0b57d0;
}
#login > .wrp > .in > .items > .item.right > .login_form .formRow.active.error > .placeholder {
    color: #b3261e;
}

#login > .wrp > .in > .items > .item.right > .login_form .error_msg {
    display: flex;
    align-items: center;
    padding-top: 6px;
    font-size: 0.75rem;
    color: #b3261e;
}
#login > .wrp > .in > .items > .item.right > .login_form .error_msg > svg {
    margin-right: 8px;
}

#login > .wrp > .in > .items > .item.right > .login_form > .enter_email > .forgot {
    padding: 9px 0 3px 0;
}
#login > .wrp > .in > .items > .item.right a.hvr {
    position: relative;
    display: inline-block;
}
#login > .wrp > .in > .items > .item.right a.hvr:hover {
    text-decoration: none;
}
#login > .wrp > .in > .items > .item.right a.hvr:before {
    content: '';
    display: block;
    position: absolute;
    background-color: transparent;
    border-radius: 12px;
    left: -6px;
    top: -1px;
    right: -6px;
    bottom: -1px;
}
#login > .wrp > .in > .items > .item.right a.hvr:hover:before {
    background-color: #ecf2fc;
}
#login > .wrp > .in > .items > .item.right a.hvr > span {
    position: relative;
    z-index: 4;
}

#login > .wrp > .in > .items > .item.right > .login_form > .enter_email > .not_cmpt {
    margin: 32px 0 0 0;
	padding: 9px 0 3px 0;
}

#login > .wrp > .in > .items > .item.right > .btns {
    margin-top: 32px;
    padding-top: 6px;
}
#login > .wrp > .in > .items > .item.right > .btns > .item {
    display: none;
    justify-content: flex-end;
    align-items: center;
}
#login > .wrp > .in > .items > .item.right > .btns > .item.active {
    display: flex;
}
#login > .wrp > .in > .items > .item.right > .btns > .item > .btni {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    border-radius: 50px;
    cursor: pointer;
}
#login > .wrp > .in > .items > .item.right > .btns > .item > .btni.create_acc {
}
#login > .wrp > .in > .items > .item.right > .btns > .item > .btni.create_acc:hover {
    background-color: #f5f8fd;
	text-decoration: none;
}
#login > .wrp > .in > .items > .item.right > .btns > .item > .btni.next {
    margin-left: 20px;
	background: #0b57d0;
	color: #fff;
}
#login > .wrp > .in > .items > .item.right > .btns > .item > .btni.next:hover {
    background: #0e4eb5;
    text-decoration: none;
    box-shadow: 1px 1px 4px #0e4eb56e;
}

#login > .wrp > .footer {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
}
#login > .wrp > .footer {
    display: flex;
    justify-content: space-between;
    padding: 16px 4px;
}
#login > .wrp > .footer > .item {
    display: flex;
}
#login > .wrp > .footer > .item > a {
    display: flex;
    align-items: center;
    color: #1f1f1f;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.00625rem;
    line-height: 1.3333333333;
    padding: 8px 12px;
    border-radius: 4px;
    margin-left: 8px;
}
#login > .wrp > .footer > .item > a:first-child {
	margin-left: 0;
}
#login > .wrp > .footer > .item > a:hover {
	text-decoration: none;
	background-color: #dfe2e7;
}
#login > .wrp > .footer > .item > a > svg {
    margin-left: 32px;
}


#check_email {
    max-width: 1200px;
    padding: 0 200px;
    margin: 50px auto;
}
#check_email > h1 {
    text-align: center;
}
#check_email > .check_email_form {
    max-width: 400px;
    margin: 0 auto;
}
#check_email > .check_email_form > label {
	margin-bottom: 20px;
}
#check_email > .check_email_form > label > input {
    line-height: 28px;
    padding: 13px 15px;
    width: 100%;
    outline: none;
    border: 1px solid #747775;
    border-radius: 4px;
}
#check_email > .check_email_form > .submit {
    text-align: right;
}
#check_email > .check_email_form > .submit > input:hover {
    cursor: pointer;
}

#check_email > .select_number {
    display: flex;
    align-items: center;
    margin: 40px 0;
}
#check_email > .select_number > .item {
    width: 45%;
    flex-basis: 45%;
}
#check_email > .select_number > .app_number {
    display: flex;
}
#check_email > .select_number > .app_number > label > input {
    line-height: 28px;
    padding: 13px 15px;
    width: 100%;
    outline: none;
    border: 1px solid #747775;
    border-radius: 4px;
}
#check_email > .select_number > .app_number > .submit > span {
    display: block;
    height: 56px;
    line-height: 56px;
    margin-left: 10px;
    padding: 0 20px;
    border: none;
    border-radius: 4px;
    background: #0202ff;
    color: #fff;
    cursor: pointer;
}
#check_email > .select_number > .or {
    text-align: center;
    font-size: 30px;
    width: 20%;
    flex-basis: 10%;
}

#check_email > .select_number > .text_message {
    display: flex;
}
#check_email > .select_number > .text_message > label > input {
    line-height: 28px;
    padding: 13px 15px;
    width: 100%;
    outline: none;
    border: 1px solid #747775;
    border-radius: 4px;
}
#check_email > .select_number > .text_message > .submit > span {
    display: block;
    height: 56px;
    line-height: 56px;
    margin-left: 10px;
    padding: 0 20px;
    border: none;
    border-radius: 4px;
    background: #0202ff;
    color: #fff;
    cursor: pointer;
}

#check_email > #all_dates {
}
#check_email > #all_dates > .item {
    display: flex;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}
#check_email > #all_dates > .item > .name {
    width: 120px;
}
#check_email > #all_dates > .item > .info {
    font-weight: bold;
}
#check_email > #all_dates > .item > .wrong_pass {
    display: inline-block;
    background: #d70101;
    color: #fff;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 4px;
    margin-left: 20px;
    cursor: pointer;
}

#check_email > .done {
    margin-top: 30px;
	text-align: right;
}

#done {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#done > div {
    color: green;
    font-size: 40px;
    line-height: 40px;
}

.mt-2\.5 {
    margin-top: 0.625rem;
}
