﻿.banner { top: 0 !important;}

*{
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0)!important; /* ОТКЛБЧЕНИЕ ПОДСВЕТКИ ПРИ ТАПЕ В IOS */
}

::-ms-clear{
	display: none;/* Скрываем кнопку "Очистить поле" в IE. */
}
::-ms-reveal{
	display: none;/* Скрываем кнопку "Показать пароль" в IE. */
}
::-webkit-input-placeholder{
	color: hsl(0, 0%, 70%);
}
::-moz-placeholder{
	color: hsl(0, 0%, 70%);
}
:-ms-input-placeholder{
	color: hsl(0, 0%, 70%);
}
::placeholder{
	color: hsl(0, 0%, 70%);
}
:focus::-webkit-input-placeholder{
	color: hsl(0, 0%, 70%);
}
:focus::-moz-placeholder{
	color: hsl(0, 0%, 70%);
}
:focus:-ms-input-placeholder{
	color: hsl(0, 0%, 70%);
}
:focus::placeholder{
	color: hsl(0, 0%, 70%);
}
:focus{
	outline: none;
}

html{
	min-width: 320px;
	overflow-x: hidden!important;
}
body{
	min-height: 100%;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 36px;
}
#logo{
	display: block;
	width: 144px;
	height: 72px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/img/logo120.svg");
	background-size: 140px;
	background-position: center;
	background-repeat: no-repeat;
	color: transparent;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@media(max-width: 640px){
	#logo{
		width: 96px;
		height: 48px;
		background-size: 100px;
	}
}
							/*	.fa-angle-down:before {
									font-family: 'FontAwesome'!important;
								} */
#title{
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	line-height: 32px;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
}
@media(max-width: 640px){
	#title{
		margin-top: 24px;
		line-height: 28px;
		font-size: 24px;
	}
}
#description{
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	line-height: 24px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
@media(max-width: 960px){
	#description{
		line-height: 20px;
		font-size: 14px;
	}
}
#buttons{
	margin-top: 32px;
	text-align: center;
}
#buttons > .button{
	display: inline-block;
	padding-left: 24px;
	padding-right: 24px;
	border: 2px solid hsl(0, 0%, 70%);
	line-height: 44px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: hsl(200, 60%, 50%);
	background-color: white;
	border-radius: 7px;
	cursor: pointer;
	transition-property:
		background-color,
		border-color,
		color;
}
#buttons > .button:not(:first-of-type){
	margin-left: 24px;
}
@media(max-width: 960px){
	#buttons > .button{
		padding-left: 16px;
		padding-right: 16px;
		line-height: 38px;
		border-width: 1px;
		font-size: 14px;
	}
	#buttons > .button:not(:first-of-type){
		margin-left: 16px;
	}
}
#buttons > .button:hover{
	border-color: hsl(200, 60%, 50%);
	background-color: hsl(200, 60%, 50%);
	color: white;
}
#buttons > .button:active{
	border-color: hsl(200, 60%, 50%);
	background-color: hsl(200, 60%, 90%);
	color: hsl(200, 60%, 50%);
}
#login-button{
	position: absolute;
	right: 40px;
	top: 50px;
	padding-left: 32px;
	padding-right: 8px;
	border: 1px dashed hsl(0, 0%, 88%);
	line-height: 32px;
	font-size: 14px;
	text-decoration: none;
	color: hsl(0, 0%, 50%);
	border-radius: 7px;
	background-image: url("/img/uid-logo.svg");
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 8px center;
}
#login-button:hover{
	text-decoration: underline;
}
@media(max-width: 960px){
	#login-button{
		display: table;
		position: static;
		margin-left: auto;
		margin-right: auto;
		margin-top: 16px;
		font-size: 12px;
		letter-spacing: -.4px;
	}
}
#rotator{
	position: relative;
	height: 360px;
	margin-left: -16px;
	margin-right: -16px;
	margin-top: 32px;
	background-image: url("/img/background.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media(max-width: 640px){
	#rotator{
		height: 218px;
	}
}
#main_carousel{
	top: 32px;
	list-style: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width: 640px){
	#main_carousel{
		top: 24px;
	}
}
#main_carousel > .item{
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	display: block;
	border-radius: 7px;
}
#main_carousel > .item > a{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: left 14px;
	background-size: cover;
	background-repeat: no-repeat;
}
#main_carousel > .item > a:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url("/img/posterOverlay.png");
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 30;
}
#rotator > .button{
	position: absolute;
	left: 50%;
	top: 144px;
	width: 24px;
	height: 40px;
	cursor: pointer;
	transition: stroke .2s linear;
	
	fill: none;
	stroke-width: 6;
	stroke: hsl(0, 0%, 96%);
	stroke-linecap: round;
	stroke-linejoin: round;
}
#rotator > #button-left{
	margin-left: -461px;
}
#rotator > #button-right{
	margin-left: 437px;
}
@media(max-width: 640px){
	#rotator > .button{
		top: 166px;
		
		-webkit-transform: scale(.4);
		-ms-transform: scale(.4);
		transform: scale(.4);
	}
	#rotator > #button-left{
		margin-left: -51px;
	}
	#rotator > #button-right{
		margin-left: 27px;
	}
}
#rotator > .button:hover{
	stroke: hsl(0, 0%, 100%);
}
#controls{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
	font-size: 0;
	text-align: center;
	direction: ltr;
}
@media(max-width: 640px){
	#controls{
		display: none;
	}
}
#controls > .item{
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	box-shadow:
		0 0 0 2px hsl(210, 50%, 99%) inset,
		0 0 0 10px hsla(210, 50%, 99%, 0) inset;
	transition: box-shadow .2s linear;
}
#controls > .item:not(:first-child){
	margin-left: 20px;
}
#controls > .item.active{
	box-shadow:
		0 0 0 2px white inset,
		0 0 0 10px #3498db inset;
}
#controls > .item:not(.active):hover{
	box-shadow:
		0 0 0 2px white inset,
		0 0 0 10px hsl(210, 50%, 99%) inset;
	cursor: pointer;
}
#footer{
	position: relative;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
@media(max-width: 640px){
	#footer{
		/*
		padding-top: 32px;
		padding-bottom: 32px;
		*/
	}
}
#footer-links a {
	color: #555;
	font-size: 16px;

}
@media(max-width: 640px){
	#footer-links > a{
		display: table;
	}
	#footer-links > a:not(:first-of-type){
		margin-left: 0!important;
		margin-top: 16px;
	}
}
#footer-links > a:hover{
	box-shadow:
		0 4px hsl(0, 0%, 98%),
		0 6px hsl(200, 60%, 50%);
}
#copyright{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	text-align: center;
	color: hsl(0, 0%, 40%);
}
#lang-switcher{
	position: absolute;
	right: 0;
	top: 40px;
	width: 80px;
	padding-right: 24px;
	line-height: 22px;
	font-size: 16px;
	background-position: right;
	background-repeat: no-repeat;
	color: #555;
	cursor: pointer;
}
@media(max-width: 640px){
	#lang-switcher{
		display: table;
		position: static;
		margin-bottom: 16px;
	}
}
#lang-list{
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: calc(100% - 32px);
	width: 144px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: hsl(200, 60%, 50%);
	border-radius: 7px;
	opacity: 0;
	
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	transition-property:
		-webkit-transform,
		opacity;
	transition-property:
		-ms-transform,
		opacity;
	transition-property:
		transform,
		opacity;
}
#lang-list._activated{
	opacity: 1;
	
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
@media(max-width: 640px){
	#lang-list{
		left: -8px;
		right: auto;
	}
}
#lang-list::before {
	content: "";
	position: absolute;
	right: 8px;
	top: 100%;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background-color: hsl(200, 60%, 50%);
	border-radius: 2px;
	
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media(max-width: 640px){
	#lang-list::before{
		left: 8px;
		right: auto;
	}
}
#lang-list > a{
	display: block;
	position: relative;
	z-index: 1;
	padding-left: 8px;
	padding-right: 44px;
	line-height: 40px;
	font-size: 16px;
	text-decoration: none;
	color: white;
	text-shadow: 0 1px hsla(0, 0%, 0%, 0.4);
	background-color: hsla(0, 0%, 100%, 0);
	background-size: 16px;
	background-position: right 16px center;
	background-repeat: no-repeat;
	cursor: pointer;
	transition-property:
		background-color,
		color;
}
#lang-list > a:hover{
	background-color: hsla(0, 0%, 0%, .4);
}

.hidden{
	display: none;
}
													
#input_clear {
	position: absolute;
	display: block;
	z-index: 250;
	width: 38px;
	height: 38px;
	right: 0;
	text-align: center;;
}
#input_clear:hover { cursor: pointer; }
#input_clear:before {
	display: block;
	font-family: 'FontAwesome';
	content: '\f00d ';
	font-size: 16px;
	width: 100%;
	height: 100%;
	line-height: 38px;
	color: hsl(0, 0%, 72%);
}

#sign_up-uid-prefix{
	flex-shrink: 0;
	float: left;/* IE9 */
	line-height: 38px;
	font-size: 14px;
	font-weight: bold;
	font-family: "PT Sans", sans-serif;
}
#sign_up-uid{
	flex-grow: 1;
	height: 38px;
	border: none;
	font-size: 14px;
	font-family: "PT Sans", sans-serif;
}

@media(max-width: 640px){
	#sign_up-uid-prefix{
		left: 50px;
	}
}

@media(max-width: 640px){
	#sign_up-uid{
		left: 30px;
	}
	#sign_up-uid + .error_message{
		left: 38px !important;
		top: 369px !important;
	}
}

[data-soc]::before{
	content: "";
	position: absolute;
	left: 0!important;
	color: #ffffff;
	font-size: 22px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
}
[data-soc="google"]::before {
	line-height: 48px;
}
[data-soc]::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: inherit;
	background-color: hsla(0, 0%, 100%, .1);
	transition: background-color .2s linear;
}
[data-soc]:hover::after{
	background-color: hsla(0, 0%, 100%, 0);
}
#social > a > b{
	display: inline;
	color: inherit;
}
[data-soc="facebook"]{
background-color: hsl(221, 44%, 41%);
}
[data-soc="facebook"]::before{
	font-family: 'FontAwesome';
	content: "\f230";
}
[data-soc="twitter"]{
background-color: hsl(200, 85%, 52%);
}
[data-soc="twitter"]::before{
	font-family: 'FontAwesome';
	content: "\f099";
}
[data-soc="vkontakte"]{
background-color: hsl(210, 32%, 46%);
}
[data-soc="vkontakte"]::before{
	font-family: 'FontAwesome';
	content: "\f189";
}
[data-soc="google"]{
background-color: hsl(7, 64%, 52%);
}
[data-soc="google"]::before{
	font-family: 'FontAwesome';
	content: "\f0d5";
}
[data-soc="mailru"]{
background-color: hsl(214, 51%, 49%);
}
[data-soc="mailru"]::before{
	font-family: 'FontAwesome';
	content: "\f1fa";
}
[data-soc="instagram"]{
background-color: hsl(202, 70%, 46%);
}
[data-soc="instagram"]::before{
	font-family: 'FontAwesome';
	content: "\f16d";
}
[data-soc="yandex"]{
background-color: hsl(356, 85%, 57%);
}
[data-soc="yandex"]::before{
	font-family: 'myfont';
	content: "\e602";
}
[data-soc="odnoklassniki"]{
background-color: hsl(23, 100%, 59%);
}
[data-soc="odnoklassniki"]::before{
	font-family: 'myfont';
	content: "\e601";
}
[data-soc="linkedin"]{
background-color: hsl(201, 100%, 35%);
}
[data-soc="linkedin"]::before{
	font-family: 'FontAwesome';
	content: "\f0e1";
}
[data-soc="youtube"]{
background-color: hsl(0, 0%, 21%);
}
[data-soc="youtube"]::before{
	font-family: 'FontAwesome';
	content: "\f167";
}
[data-soc="lastfm"]{
background-color: hsl(3, 99%, 41%);
}
[data-soc="lastfm"]::before{
	font-family: 'FontAwesome';
	content: "\f202";
}
[data-soc="tumblr"]{
background-color: hsl(215, 22%, 34%);
}
[data-soc="tumblr"]::before{
	font-family: 'FontAwesome';
	content: "\f173";
}
/*
.error_message{
	position: absolute;
	z-index: 1;
	margin-top: 2px;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 36px;
	font-size: 14px;
	white-space: nowrap;
	background-color: hsl(4, 85%, 67%);
	color: white;
	border-radius: 2px;
	pointer-events: none;
}
@media(max-width: 640px){
	.error_message{
		margin: 0 !important;
		padding: 0;
		line-height: 16px;
		font-size: 10px;
		color: hsl(4, 85%, 67%);
		background-color: hsla(0, 0%, 0%, 0);
	}
}
.error_message:first-letter{
	text-transform: uppercase;
}
	.error_message::before{
		content: "";
		position: absolute;
		top: 11px;
		width: 14px;
		height: 14px;
		background-color: inherit;
		border-radius: 2px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	@media(max-width: 640px){
		.error_message::before{
			content: none;
		}
	}
	.error_message.left::before{
		right: -6px;
	}
	.error_message.right::before{
		left: -6px;
	}
.error_message.left{
	margin-right: 9px;
}
.error_message.right{
	margin-left: 9px;
}
.error_message:empty{
	display: none;
}
*/
.info_message {
	padding-left: 12px;
	padding-right: 12px;
	line-height: 36px;
	font-size: 14px;
	white-space: nowrap;
	background-color: blue;
	color: white;
	border-radius: 2px;
}

#reg-window .info_message{
	position: absolute;					
	z-index: 1;
	margin-top: 2px;
}

.info_message a{
	color: white;
}
/*
.error_message::before{
	content: "";
	position: absolute;
	top: 11px;
	width: 14px;
	height: 14px;
	background-color: inherit;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
*/
.info_message.left::before{
	right: -6px;
}
.info_message.right::before{
	left: -6px;
}
.info_message.left{
	margin-right: 9px;
}
.info_message.right{
	margin-left: 9px;
}
.info_message:empty{
	display: none;
}

/*------------------------------------------------------------------------------------------------
---------------------------------------- ОКНО РЕГИСТРАЦИИ ----------------------------------------
------------------------------------------------------------------------------------------------*/
#rwOverlay {
	position: absolute;
	display: none;
	background-color: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
#rwWrapper {
	position: absolute;
	z-index: 30;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	background-color: #fff;
//	overflow-y: auto;
	overflow-x: hidden; 
}
@media (min-width: 641px) {
	#rwWrapper {
		width: auto;
		height: 100%;
		max-width: 700px;
		right: 0;
		margin: 0 auto;
	}
	#rwWrapper::-webkit-scrollbar {
		width: 5px;
	}
	#rwWrapper::-webkit-scrollbar-track {
		background-color: #fff;
	}
	#rwWrapper::-webkit-scrollbar-thumb {
		background-color: #c0c0c0;
		border-radius: 2px;
	}
}
#rwClose {
	position: absolute;
	background: url('../img/special-close.svg') center center no-repeat;
	background-size: 20px;
	background-position: center;
	width: 20px;
	height: 20px;
	top: 55px;
	right: 97px;
	display: block;
	opacity: .7;
	padding: 10px;
	z-index: 32;
}
#rwClose:hover {
	cursor: pointer;
}
#rwHeader {
	position: relative;
	display: block;
	width: 84%;
	max-width: 500px;
	height: 20px;
	margin: 55px auto 20px;
	line-height: 20px;
	font-size: 20px;
	font-weight: normal;
	color: #2B2E33;;
}
#rwEmail {
	-webkit-appearance: none;
}
.rwLabel {
	position: relative;
	display: block;
	width: 84%;
	max-width: 500px;
	height: 20px;
	margin: 0 auto 8px;
}
.rwInput {
	position: relative;
	display: block;
	width: 84%;
	max-width: 500px;
	height: 42px;
	line-height: 42px;
	border: 1px solid hsl(0, 0%, 72%);
	border-radius: 7px;
	margin: 0 auto 16px;
	padding-left: 15px;
	z-index: 32;
}
.rwInput:focus {
	border-color: #3498DB;
}
#rwGenders {
	position: relative;
	display: block;
	width: 84%;
	height: 40px;
	max-width: 500px;
	margin: 0 auto 16px;
	z-index: 32;
}
#rwGenders:hover {
	cursor: pointer;
}
#rwGendersBack {
	position: absolute;
	width: 100%;
	height: 38px;
	font-size: 17px;
}
#rwGendersBack .rwGendersLeft { opacity: 1;}
#rwGendersBack .rwGendersRight { opacity: .5;}
.rwGendersLeft {
	position: absolute;
	width: 40%;
	height: 38px;
	line-height: 34px;
	text-align: center;
	left: 10%;
}
.rwGendersRight {
	position: absolute;
	width: 40%;
	height: 38px;
	line-height: 34px;
	text-align: center;
	right: 10%;
}
#rwGendersFront {
	transition: clip .2s linear;
	clip: rect(0, 130px, 40px, 0);
}
	#rwGendersFront > div {
		color: white;
	}
#rwGenders.second > #rwGendersFront {
	clip: rect(0, 258px, 40px, 129px);
}
#rwGendersSlider {
	position: absolute;
	left: 15%;
	bottom: 0;
	width: 30%;
	height: 4px;
	background-color: #8ac4ea;
	border-radius: 10px;
}

#rwGendersFront {
	border: 1px solid transparent;
}
#rwGendersFront > div { display: none;}
#rwBirthday {
	position: relative;
	display: block;
	width: 84%;
	max-width: 500px;
	height: 42px;
	margin: 0 auto 16px;
	border: 1px solid hsl(0, 0%, 72%);
	border-radius: 2px;
	z-index: 32;
}
#rwGendersMale {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 38px;
	opacity: 0;
	cursor: pointer;
}
#rwGendersFemale {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 38px;
	opacity: 0;
	cursor: pointer;
}
#rwBirthday select {
	position: relative;
	display: block;
	float: left;
	height: 42px;
	width: 33.3%;
	padding-left: 5px;
	border: none;
	text-align: center;
	color: #6a6a6a!important;
}
#rwUidArea {
	position: relative;
	display: block;
	width: 84%;
	max-width: 500px;
	height: 42px;
	margin: 0 auto 16px;
	border: 1px solid hsl(0, 0%, 72%);
	border-radius: 7px;
	z-index: 32;
}
#rwUidArea #sign_up-uid-prefix {
	padding-left: 15px;
	  direction: ltr;
}
#rwLocation {
	position: relative;
	display: block;
	width: 84%;
	max-width: 500px;
	height: 156px;
	margin: 0 auto 16px;
	z-index: 33;
}
#rwLocation .rwLabel {
	width: 100%;
}
#rwCountryList {
	position: relative;
	display: block;
	width: 100%;
	height: 42px;
	border: 1px solid hsl(0, 0%, 72%);
	border-radius: 7px;
	margin-bottom: 16px;
	padding-left: 10px;
}
#rwCitySelect {
	width: 100%;
}
#input_clear {
	right: 0;
	top: 115px;
}
#city-select-list {
	position: absolute;
	z-index: 200!important;
	overflow-y: auto;
	width: 100%;
	height: auto;
	max-height: 160px;
	left: 0;
	top: 156px;
	border-radius: 2px;
	background-color: #ffffff;
	border: 1px solid hsl(0, 0%, 72%);
}
.city-select-list-Item {
	width: 100%;
	z-index: 200!important;
	height: auto;
	padding-left: 24px;
	line-height: 40px;
	border-bottom: 1px solid hsl(0, 0%, 94%);
}
.city-select-list-Item:hover { cursor: pointer; }
#rwCaptcha {
	position: relative;
	display: block;
	width: 84%;
	max-width: 500px;
	height: 75px;
	margin: 0 auto 16px;
	direction: ltr!important;
}
#rwCaptcha .rwLabel {
	width: auto;
	margin: 0 0 8px;
	left: 51%;
}
#rwCaptchaImage {
	position: relative;
	display: inline-block;
	width: 49%;
	height: 42px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 2%;
	direction: ltr!important;
}
#rwCaptchaInput {
	width: 49%;
	margin: 0;
	direction: ltr!important;
}
#rwSubmit {
	position: relative;
	display: block;
	width: 84%;
	max-width: 500px;
	height: 44px;
	margin: 0 auto 40px;
	color: white;
	background-color: #69c891;
	border-radius: 7px;
	text-align: center;
	line-height: 44px;
	z-index: 32;
}
#rwSubmit:hover {
	cursor: pointer;
	background-color: #50bf7f;
}
.rwSocHeader {
	position: relative;
	display: block;
	width: 84%;
	max-width: 500px;
	height: auto;
	margin: 0 auto 16px;
}
#rwSocial {
	position: relative;
	display: block;
	width: 84%;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 24px;
	z-index: 32;
}
.rwLoginBut {
	position: relative;
	display: inline-block;
	font-size: 0px;
	width: 44px;
	height: 44px;
	margin-bottom: 8px;
	border-radius: 7px;
	line-height: 45px;
}
.rwLoginBut { margin-right: 2px; }
.rwLoginBut:last-child { margin-right: 0; }
#rwWrapper, #ewContainer, body {
	-webkit-overflow-scrolling: touch;
}
@media (max-width: 750px) {
	#rwHeader {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#rwClose {
		top: 14px;
		right: 8%;
		width: 15px;
		height: 15px;
		padding: 8%;
		background-position-x: right;
	}
	#rwCaptcha {
		height: 80px;
	}
	#rwCaptchaImage {
		border: none;
	}
}
.rwCenter {
	text-align: center;
}
#rwBirthday {
	border: none;
}
#rwBirthday select {
	border: 1px solid hsl(0, 0%, 72%);
	border-radius: 7px;
}
select#rwBirthdayDay {
	width: 15%;
	margin-right: 5%;
}
select#rwBirthdayMonth {
	width: 45%;
	margin-right: 5%;
}
select#rwBirthdayYear {
	width: 30%;
}

/*------------------------------------------------------------------------------------------------
---------------------------------------- ОКНО ВХОДА ----------------------------------------------
------------------------------------------------------------------------------------------------*/
#ewOverlay {
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background-color: rgba(0,0,0,.7);
}
#ewContainer {
	position: absolute;
	display: block;
	width: 100%;
	max-width: 500px;
	height: auto;
	max-height: 740px;
	background-color: #FFF;
	left: 0px;
	right: 0px;
	margin: auto;
	top: 0px;
	bottom: 0px;
	overflow-y: auto;
	overflow-x: hidden;
}
#ewClose {
	position: absolute;
	background: url('../img/special-close.svg') center center no-repeat;
	background-size: 20px;
	background-position: center;
	width: 20px;
	height: 20px;
	top: 55px;
	right: 75px;
	display: block;
	opacity: .7;
	padding: 10px;
	z-index: 32;
}
#ewClose:hover {
	cursor: pointer;
	opacity: 1;
}
#ewHeader {
	position: relative;
	display: block;
	width: 84%;
	max-width: 350px;
	height: 20px;
	margin: 55px auto 20px;
	line-height: 20px;
	font-size: 20px;
	font-weight: normal;
	color: #2B2E33;
}
#ewLogin {
	-webkit-appearance: none;
}
.ewLabel {
	position: relative;
	display: block;
	width: 84%;
	max-width: 350px;
	height: 20px;
	margin: 0 auto 16px;
}
.ewInput {
	position: relative;
	display: block;
	padding-left: 15px;
	width: 84%;
	max-width: 350px;
	height: 42px;
	border: 1px solid hsl(0, 0%, 72%);
	border-radius: 7px;
	margin: 0 auto 16px;
}
.ewInput:hover {
	border-color: hsl(204, 70%, 73%);
}
.ewInput:focus {
	border-color: hsl(204, 70%, 53%);
}

#fwCaptcha {
	position: relative;
	display: block;
	width: 84%;
	max-width: 350px;
	height: 75px;
	margin: 0 auto 16px;
	direction: ltr!important;
}
#fwCaptcha .captLabel {
	width: auto;
	margin: 0 0 8px;
	left: 51%;
}
#fwCaptcha #captcha {
	position: relative;
	display: inline-block;
	width: 49%;
	height: 42px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 2%;
	direction: ltr!important;
}
#ewContainer #fwCaptcha .loginErrorMsg {
	margin: 10px auto 0!important;
	width: 100%;
}
#sign_in-captcha {
	width: 49%;
	margin: 0;
	direction: ltr!important;
}

#ewTemporalSession {
	position: relative;
	display: block;
	width: 84%;
	max-width: 350px;
	height: 42px;
	margin: 0 auto 16px;
	line-height: 25px;
	padding: 8.5px 0;
}
#ewTemporalSession input {
	float: left;
	width: 25px;
	height: 25px;
	background-color: transparent;
	-webkit-appearance: none;
	border: 1px solid hsl(0, 0%, 72%);
	border-radius: 2px;
	margin-right: 15px;
}
#ewTemporalSession input:hover {
	border-color: hsl(204, 70%, 73%);
	cursor: pointer; 
}
#ewTemporalSession input:checked {
	border-color: #fff;
	border-width: 4px;
	background-color: hsl(204, 70%, 53%);
	-webkit-box-shadow: 0 0 0 1px hsl(204, 70%, 53%);
}
#ewTemporalSession input:disabled {
	background-color: #fff;
}
#ewSubmit {
	position: relative;
	display: block;
	width: 84%;
	max-width: 350px;
	height: 44px;
	margin: 0 auto 16px;
	background-color: #69c891;
	color: white;
	border: none;
	border-radius: 7px;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
}
#ewSubmit:hover {
	cursor: pointer;
	background-color: #50bf7f;
}
#ewRemindPassword {
	text-align: center;
	margin: 0 auto 30px;
}
#ewContainer > .rwSocHeader,
#ewContainer > #rwSocial { max-width: 350px; }
#ewContainer > #rwSocial {
	padding-bottom: 24px;
}
@media (max-width: 750px) {
	#ewContainer {
		position: fixed;
		max-height: none;
		max-width: none;
		margin: 0;
		overflow-y: scroll;
	}
	#ewHeader {
	  margin-top: 30px;
	  margin-bottom: 30px;
	}
	#ewClose {
		top: 14px;
		right: 8%;
		width: 15px;
		height: 15px;
		padding: 8%;
		background-position-x: right;
	}
	.ewLabel {
		position: relative;
		display: block;
		width: 84%;
		max-width: 350px;
		height: 20px;
		margin: 0 auto 16px;
	}
}

#footer-links > #feedback-trigger-desktop{ display:none }
#footer-links > #feedback-trigger-mobile{ display:inline-block }
}
#footer-links > a{
	display: inline-block;
	height: 16px;
	font-size: 16px;
	color: hsl(0, 0%, 40%);
	text-decoration: none;
	box-shadow:
		0 2px hsl(0, 0%, 98%),
		0 4px hsla(200, 60%, 50%, 0);
	transition-property: box-shadow;
}
#footer-links > a:not(:first-of-type){
	margin-left: 32px;
}


/*error*/
.loginErrorMsg {
  position: relative;
  white-space: nowrap;
  background-color: transparent;
  color: hsl(4, 85%, 67%);
  pointer-events: none;
  left: 0!important;
  right: 0!important;
  width: 84%;
  max-width: 500px;
  height: 0;
  margin: -5px auto 5px!important;
  text-align: right;
  font-size: 11px;
  line-height: 0;
  top: auto!important;
}
.errorElement {
	border-color:hsl(4, 85%, 67%)!important;
//	margin-bottom: 22px!important;
}
#rwBirthday  .loginErrorMsg,
#rwCaptcha .loginErrorMsg { 
	width: 100%;
	line-height: 0;
	margin: 10px auto!important;
}
@media (max-width: 750px) {
	#rwWrapper, #ewContainer, body {
		-webkit-overflow-scrolling: touch;
	}
}
.authErrorMsg {
	font-size: 12px;
	width: 84%;
	max-width: 350px;
	margin: -15px auto 30px;
	text-align: right;
	color: hsl(4, 85%, 67%);
}
.authErrorElement {
	border-color:hsl(4, 85%, 67%)!important;
}
#ewContainer > .loginErrorMsg {
	top: 0!important;
	position: relative;
	max-width: 350px;
}

#rwDatepicker + .loginErrorMsg {
	position: relative;
	line-height: 0;
	margin: -10px auto 22px!important;
}

.rtl {
	direction: rtl!important;
	unicode-bidi: embed;
}
.textRight { text-align: right!important; }
.dib{ display: inline-block; }
@media (max-width: 640px) {
	.tMobRight {text-align: right; }
	.llRtl { left: auto!important; }
	.llRtl:before { left: auto!important; right: 8px!important; }
}
@media (max-width: 960px) {
	.mar10 {
		margin: 10px auto!important;
	}
}
.captLabelRtl { left: 0!important; }
.flR {
	float:right!important;
	margin-left: 15px;
	margin-right: 0;
}
#rwClose.closeRtl { left:97px; }
.closeRtl { 
	left: 75px;
	right: auto!important;
	background-position-x: left!important;
}
@media (max-width: 750px) {
	.closeRtl, #rwClose.closeRtl {
		right: auto!important;
		left: 8%;
		background-position-x: left!important;
	}
}

.dfrGendersBack {
	font-size: 14px!important;
}
.dfrGendersBack .rwGendersLeft {
	width: 50%;
	left: 0;
}
.dfrGendersBack .rwGendersRight {
	width: 50%;
	right: 0;
}
#rwGendersSlider.dfrSldr {
	left:0;
	width:50%;
}
