/*= ОБЩИЕ СТИЛИ
--------------------------------------------------------*/
body {
	background: #efefef;
	font-family: 'Open Sans', sans-serif;
	color: #777;
}

a {
	color: #f58220;
	font-weight: 400;
}

span {
	font-weight: 300;
	color: #f58220;
}

.mlogin {
	margin: 10px auto 0;
}

.mregister {
	margin: 80px auto 0;
}

.error {
	margin: 40px auto 0;
	border: 1px solid #777;
	padding: 3px;
	color: #fff;
	text-align: center;
	width: 650px;
	background: #f58220;
}

.regtext {
	font-size: 13px;
	margin-top: 26px;
	color: #777;
}

/*= КОНТЕЙНЕРЫ
--------------------------------------------------------*/
.container {
	padding: 25px 16px 25px 10px;
	font-weight: 400;
	overflow: hidden;
	width: 330px;
	height: auto;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.13);
	box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

#alert {
	border: 1px;
	display: block;
	text-align: center;
	padding: 5px;
	background: #88171A;
	color:#FFF;
	margin: auto 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.13);
	box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
#welcome {
	width: 500px;
	padding: 30px;
	background: #fff;
	margin: 160px auto 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.13);
	box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

.container h1 {
	color: #777;
	text-align: center;
	font-weight: 300;
	/*  border: 1px dashed #777; */
	margin-top: 13px;
}

.container label {
	color: #777;
	font-size: 14px;
}

#login {
	width: 320px;
	margin: auto;
	padding-bottom: 15px;
}

.container form .input,.container input[type=text],.container input[type=password],.container input[type=e] {
	background: #fbfbfb;
	font-size: 24px;
	line-height: 1;
	width: 100%;
	padding: 3px;
	margin: 0 6px 5px 0;
	outline: none;
	border: 1px solid #d9d9d9;
}

.container form .input:focus {
	border: 1px solid #f58220;
	-webkit-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
	-moz-box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
	box-shadow: 0 0 3px 0 rgba(245,130,32,0.75);
}

/*= КНОПКИ
--------------------------------------------------------*/	

.button {
	-webkit-appearance: none;
	border: solid 1px #da7c0c;
	background: #88171A;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	-webkit-border-radius:4px;
	moz-border-radius:4px;
	border-radius:4px;
	float: right;
	cursor: pointer;
}

.button2 {
	-webkit-appearance: none;
	border: solid 1px #88171A;
	background: #88171A;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	-webkit-border-radius:4px;
	moz-border-radius:4px;
	border-radius:4px;
	float: center;
	cursor: pointer;
}

.button:hover{
	background: #f47c20;
}

.button2:hover{
	background: rgba(0,0,0,.6);
}


/*= КНОПКИ МАГАЗИНОВ
--------------------------------------------------------*/

.button-store {
	display:inline-block;
	font-family:Roboto,iviextras,Arial,Helvetica,FreeSans,sans-serif;
	border-style:solid;
	white-space:nowrap;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	cursor:pointer;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	background-color:rgba(255,255,255,0);
	background-color:ccc;
	border-color:rgba(255,255,255,.3);
	color:#fff;
	display:-webkit-inline-box;
	display:-webkit-inline-flex;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	min-width:132px;
	height:40px;
	border-radius:4px;
	border-width:2px;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	font-style:normal;
}

.button-store:not(:hover):not(:focus):not(:active) {
	-webkit-transition:color .4s,border-color .4s,background-color .4s;
	-o-transition:color .4s,border-color .4s,background-color .4s;
	transition:color .4s,border-color .4s,background-color .4s
}
.button-store:active,
.button-store:focus,
.button-store:hover {
	-webkit-transition:color .08s,border-color .08s,background-color .08s;
	-o-transition:color .08s,border-color .08s,background-color .08s;
	transition:color .08s,border-color .08s,background-color .08s
}
.button-store.disabled,
.button-store:disabled {
	cursor:default;
	pointer-events:none
}
.button-store:focus,
.button-store:hover {
	background-color:rgba(0,0,0,.6);
	border-color:rgba(255,255,255,.7)
}
.button-store:active {
	background-color:rgba(255,255,255,.08);
	border-color:rgba(255,255,255,.7)
}
.button-store.disabled,
.button-store:disabled {
	opacity:.5
}
.button-store.disabled:active,
.button-store.disabled:focus,
.button-store.disabled:hover,
.button-store:disabled:active,
.button-store:disabled:focus,
.button-store:disabled:hover {
	background-color:rgba(255,255,255,0);
	border-color:rgba(255,255,255,.3)
}
.button-store__logo {
	margin-left:11px;
	margin-right:11px
}
.button-store__app-store,
.button-store__google-play,
.button-store__windows-10 {
	display:inline-block;
	background-size:100%;
	background-position:50% 50%;
	background-repeat:no-repeat
}
.button-store__app-store {
	background-image:url(https://st.tivision.ru/images/_main/button-store/app-store.svg?ver=9d08e389c67d310a58306b4a492f63d3);
	width:69px;
	height:26px
}
.button-store__google-play {
	background-image:url(https://st.tivision.ru/images/_main/button-store/google-play.svg?ver=bfbe90a3695d8d24be02e14a9ae467c3);
	width:79px;
	height:27px
}
.button-store__windows-10 {
	background-image:url(https://st.tivision.ru/images/_main/button-store/windows-10.svg?ver=afbac13d68ef3f3eb9b3540a94ec21d3);
	width:78px;
	height:25px
}
.ivi-icon {
	display:inline-block
}
.ivi-icon_android,
.ivi-icon_android-tv,
.ivi-icon_apple,
.ivi-icon_apple-tv,
.ivi-icon_aura {
	background-image:url(https://st.tivision.ru/images/_main/ivi-icon/apple.svg?ver=5fd42122639c7e2d7c5023362dea5732);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:100% 100%;
	height:1.625em;
	width:1.375em
}
.ivi-icon_google-play,
.ivi-icon_playstation,
.ivi-icon_wd-tv,
.ivi-icon_windows,
.ivi-icon_xbox {
	background-image:url(../images/_main/ivi-icon/wd-tv.svg?ver=dd737444e7d0dbef041a097087559c94);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:100% 100%;
	height:1.625em;
	width:2.8125em
}
.ivi-icon_google-play,
.ivi-icon_playstation,
.ivi-icon_windows,
.ivi-icon_xbox {
	background-image:url(../images/_main/ivi-icon/xbox.svg?ver=76e082dbc1589351ab96a74cf1ad87f5);
	width:1.625em
}
.ivi-icon_windows {
	background-image:url(https://st.tivision.ru/images/_main/ivi-icon/windows.svg?ver=cf7c06d13018a3eda1e4b4260854a65b);
	width:1.5625em
}
.ivi-icon_google-play {
	background-image:url(https://st.tivision.ru/images/_main/ivi-icon/google-play.svg?ver=f1c90868c642644dc8d2107735bb866d);
	width:1.3125em
}

/*= ПОДВАЛ
--------------------------------------------------------*/
footer {
	color: #777;
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
}