* {
	border: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}
body {
	font-family: 'Open Sans', 'Roboto', Tahoma, Arial, sans-serif;
	background: #FFE27F url('bg-default.png?1') repeat 50% 50%;
	cursor: default;
}
body.start-page {
	margin-right: 300px;
	overflow-y: auto;
}

::-moz-selection {
	color: #FFF;
	background: #DA645A;
}
::selection {
	color: #FFF;
	background: #DA645A;
}

h1, #title {
	font-family: Tahoma, 'Open Sans', Arial, sans-serif;
}
#page {
	padding: 0;
	width: 836px;
	margin: 0px auto;
	background: #D4493E; /*#d03b1a*/
	position: relative;
	z-index: 2;
}
#wrapper {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	position: relative;
}
.chatContent {
	display: table-cell;
	width: auto;
	height: auto;
	margin: 0 auto;
	min-height: 0;
	padding: 0;
	vertical-align: middle;
}
#chatPage #header {
	height: 100px;
	overflow: hidden;
	background: transparent;
	padding: 15px 20px;
	color: #333;
	background: transparent;
}
#header {
	padding: 20px;
}
#main {
	background: #F5F5F5;
	margin: 0 20px;
    border-radius: 15px;
}
#wideContainer {
	float: none;
	margin: 0;
}
#wideContainer #content {
	margin: 0;
}
#container {
	width: 100%;
	float: left;
	margin-right: -200px;
}
#content {
	margin-right: 200px;
	padding: 30px 20px 20px;
}
#sidebar {
	width: 180px;
	float: right;
	padding: 20px 20px 20px 0;
}
#footer {
	clear: both;
	padding: 20px;
}
#header {
	font-size: 1.2em;
	color: #fff;
}
#header a {
	color: #fff;
}
#header h1 {
	float: left;
	font-size: 45px;
	height: 70px;
	margin: 0;
	padding: 0;
	line-height: 70px;
}
#header h1 a {
	text-decoration: none;
}
#header h2 {
	float: left;
	color: #facd64;
	font-size: 16px;
	font-weight: normal;
	height: 70px;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 76px;
}
#header p {
	float: right;
	font-size: 16px;
	height: 70px;
	margin: 0;
	padding: 0;
	line-height: 76px;
}
#header p strong {
	margin-left: 5px;
	color: #d03b1a;
	background: #fff;
	padding: 0 5px;
	font-size: 20px;
	vertical-align: -2px;
    border-radius: 3px;
}
#chatPage #header h1 {
	color: #ca3b1b;
}
#chatPage #header h1 a {
	color: #ca3b1b;
}
#chatPage #header h2 {
	color: #666;
}
#footer {
	font-size: 14px;
	color: #eee3ad;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#footer ul li {
	display: inline;
	margin: 0 10px 0 0;
}
#footer a {
	color: #eee3ad;
}
#footer address {
	float: right;
	font-style: normal;
}
#page,
div.promo h1,
.noJs {
    border-radius: 15px;
}
.br0 {
    border-radius: 0;
}
.brtlr15,
#header,
#sysChat .inside {
    border-radius: 10px 10px 0 0;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
#address {
	background: transparent;
	font-style: normal;
}
#content {
	font-size: 1.2em;
}
.promo {
	padding: 0 20px 10px 20px;
}
.promo h1 {
	font-family: 'Open Sans', 'Roboto', Tahoma, Arial, sans-serif;
	background: #56A2CE;
	color: #fff;
	text-align: center;
	font-size: 32px;
	padding: 11px;
}
.promo p {
	padding: 10px 0 10px 0;
	margin: 0;
	font-size: 18px;
}
.promo h2 {
	text-align: center;
}
.startChat {
	text-align: center;
	margin-top: 32px;
	margin-bottom: 0;
}
.startChat a {
	display: inline-block;
	padding: 10px 30px;
	font-size: 26px;
	color: #FFF;
	font-weight: bold;
    border-radius: 15px;
	background: rgba(212, 73, 62, 0.9);
	text-decoration: none;
}

input[type="text"]::-webkit-input-placeholder {
  color: #CCC !important;
}
input[type="text"]::-moz-placeholder {
  color: #CCC !important;
}
input[type="text"]:-ms-input-placeholder {
  color: #CCC !important;
}
input[type="text"]:-moz-placeholder {
  color: #CCC !important;
}
input[type="text"]::placeholder {
  color: #CCC !important;
}
input[type="text"]:disabled {
	border: none;
	background: #FFF;
	color: #AFAFAF;
	color: rgba(0, 0, 0, 0.3164);
}
input[type="text"]:disabled::-webkit-input-placeholder {
  color: #FFF !important;
}
input[type="text"]:disabled::-moz-placeholder {
  color: #FFF !important;
}
input[type="text"]:disabled:-ms-input-placeholder {
  color: #FFF !important;
}
input[type="text"]:disabled:-moz-placeholder {
  color: #FFF !important;
}
input[type="text"]:disabled::placeholder {
  color: #FFF !important;
}

.hidden {
	display: none;
}
.button-flat {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 18px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
    border-radius: 9px;
	cursor: pointer;
	-webkit-transition: background 0.225s;
	-o-transition: background 0.225s;
	-moz-transition: background 0.225s;
	transition: background 0.225s;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.button-flat:hover {
	background: rgba(0, 0, 0, 0.05);
}
.button-flat:active {
	background: rgba(0, 0, 0, 0.09);
	-webkit-transition: background 0s;
	-o-transition: background 0s;
	-moz-transition: background 0s;
	transition: background 0s;
}

#side {
	position: absolute;
	top: 0; right: 0; bottom: 0;
	z-index: 12;
	width: 300px;
	background: #D4493E;
}
#current-user {
	position: absolute;
	top: 0; right: 0; left: 0;
	height: 86px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #D4493E;
	z-index: 2;
}
#avatar-wrap {
	position: absolute;
	top: 0; bottom: 0; left: 0;
	margin: 15px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
#avatar {
	position: relative;
	width: 50px;
	height: 50px;
	border: 2px solid #F0F0F0;
    border-radius: 100%;
	overflow: hidden;
	background: #FFF;
}
#avatar img {
	display: block;
	width: 100%;
	height: 100%;
    border-radius: 100%;
}
.no-avatar {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
	border-radius: 100%;
	color: #DDD;
	overflow: hidden;
	-webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC');
}
.no-avatar i {
	display: block;
	white-space: nowrap;
	position: absolute;
}
#avatar .no-avatar i {
	width: 70px;
	height: 70px;
	top: 3px;
	left: -10px;
	font-size: 55px;
	text-align: center;
}
#avatar-loading {
	display: none;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
}
#avatar-wrap.loading #avatar-loading {
	display: block;
}
#avatar-loading .preloader-wrapper {
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	width: 32px;
	height: 32px;
	margin: auto;
}
#avatar-loading .circle-clipper .circle {
	border-width: 2px;
}
#add-avatar {
	position: absolute;
	right: 0; bottom: 0;
	width: 25px;
	height: 25px;
	color: #737373;
	color: rgba(0, 0, 0, 0.55);
	background: #F9F9F9;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 100%;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.135s;
	transition: -webkit-transform 0.135s;
	-o-transition: -o-transform 0.135s;
	-moz-transition: transform 0.135s, -moz-transform 0.135s;
	transition: transform 0.135s;
	transition: transform 0.135s, -webkit-transform 0.135s, -moz-transform 0.135s, -o-transform 0.135s;
}
#add-avatar:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
#add-avatar i {
	display: block;
	white-space: nowrap;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
}
#avatar-wrap.loading #add-avatar {
	display: none;
}
#nickname {
	position: absolute;
	top: 0;
	left: 71px;
	right: 40px;
	margin: 15px 0 0 15px;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	color: rgba(255, 255, 255, 0.9);
	white-space: nowrap;
	overflow: hidden;
	cursor: text;
}
#nickname::after {
	content: "";
	position: absolute;
	top: 0; right: -1px; bottom: 0;
	width: 25px;
	background: -webkit-linear-gradient(left, rgba(212, 73, 62, 0) 0%, rgba(212, 73, 62, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(212, 73, 62, 0)), to(rgba(212, 73, 62, 1)));
	background: -moz-linear-gradient(left, rgba(212, 73, 62, 0) 0%, rgba(212, 73, 62, 1) 100%);
	background: linear-gradient(to right, rgba(212, 73, 62, 0) 0%, rgba(212, 73, 62, 1) 100%);
}
#nickname-editable {
	display: none;
	position: absolute;
	top: 0;
	left: 71px;
	right: 40px;
	margin: 15px 0 0 15px;
	background: inherit;
}
#side.logged-in #nickname-editable, #side.logged-in #nickname {
	margin-left: 33px;
}
#side.logged-in.user-vip #nickname-editable, #side.logged-in.user-vip #nickname {
	margin-left: 60px;
}
#nickname-text {
	display: block;
	width: 100%;
	padding: 0;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.75);
	background: none;
	font-family: inherit;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	color: rgba(255, 255, 255, 0.9);
}
#nickname-text:invalid {
	background: rgba(255, 255, 255, 0.12);
}
#nickname-edit {
	position: absolute;
	top: 0; right: 0;
	margin: 6px 0;
	width: 40px;
	height: 40px;
    border-radius: 100%;
	color: #FFF;
	color: rgba(255, 255, 255, 0.95);
	cursor: pointer;
	-webkit-transition: background 0.135s;
	-o-transition: background 0.135s;
	-moz-transition: background 0.135s;
	transition: background 0.135s;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
#nickname-edit i {
	display: block;
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	text-align: center;
}
#nickname-edit:hover {
	background: rgba(0, 0, 0, 0.05);
}
#nickname-edit:active {
	background: rgba(0, 0, 0, 0.09);
	-webkit-transition: background 0s;
	-o-transition: background 0s;
	-moz-transition: background 0s;
	transition: background 0s;
}
#server-status {
	position: absolute;
	top: 0;
	left: 71px;
	margin: 20px 15px;
	width: 12px;
    height: 12px;
	background: #EEB834;
    border-radius: 100%;
}
#server-status.online {
	background: #8AC176;
}
#current-user .vip-badge {
    position: absolute;
    top: 0;
    left: 71px;
    right: 40px;
    margin: 19px 0 0 33px;
    height: 14px;
    line-height: 14px;
}
#side.user-vip #current-user .vip-badge {
	display: block;
}
#balance-container {
	display: none;
	position: absolute;
    top: 32px;
    left: 71px;
    margin: 14px 15px;
    font-size: 14px;
    line-height: 22px;
    color: #FFF;
    color: rgba(255, 255, 255, 0.9);
}
#balance-container > img {
	width: 15px;
    height: 15px;
    vertical-align: -2px;
    margin-right: 7px;
}
#balance-topup-button {
	position: absolute;
    top: 32px;
    right: 0;
    margin: 14px;
    padding: 0 8px 0 7px;
    font-size: 13px;
    text-transform: uppercase;
    background: #FFF;
    font-weight: 400;
    color: #D4493E;
    line-height: 22px;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer;
}
#balance-topup-button:hover {
	text-shadow: 0 0 0 #D4493E;
}
#balance-topup-button > i {
	font-size: 15px;
    vertical-align: -3px;
    margin-right: 2px;
}
#side.logged-in #balance-container, #side.logged-in #balance-topup-button {
	display: block;
}
.menu-header {
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 15px 0;
	padding: 0 15px;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #D4493E;
	text-align: left;
}
#side-content {
	position: absolute;
	top: 86px; right: 0; bottom: 0; left: 0;
	margin: 0 6px 6px 6px;
	background: #FFF;
    border-radius: 10px;
	overflow: hidden;
	-webkit-transition: bottom 0.135s;
	-o-transition: bottom 0.135s;
	-moz-transition: bottom 0.135s;
	transition: bottom 0.135s;
	z-index: 1;
}
#side.logged-in #side-content {
	bottom: 40px;
}
#side.logged-in.push-available #side-content {
	bottom: 80px;
}
#side-actions {
	position: absolute;
	right: 0; bottom: 0; left: 0;
	overflow-y: hidden;
	z-index: 0;
	-webkit-transition: height 0.135s;
	-o-transition: height 0.135s;
	-moz-transition: height 0.135s;
	transition: height 0.135s;
}
#side-actions ul,
ul.menu {
	list-style: none;
	margin: 0;
    padding: 0;
}
#side-actions ul.menu li {
	display: block;
	position: relative;
	list-style-type: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 11px 15px 11px 54px;
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	color: rgba(255, 255, 255, 0.9);
	text-align: left;
	cursor: pointer;
	-webkit-transition: background 0.135s;
	-o-transition: background 0.135s;
	-moz-transition: background 0.135s;
	transition: background 0.135s;
}
ul.menu li i {
	display: block;
	position: absolute;
	top: 0; bottom: 0; left: 20px;
	width: 22px;
	height: 22px;
	margin: auto 0;
	line-height: 22px;
	font-size: 20px;
	text-align: center;
	white-space: nowrap;
}
#side-actions ul.menu li i {
	color: #FFF;
	color: rgba(255, 255, 255, 0.75);
}
#side-actions ul.switches li {
	position: relative;
	list-style-type: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 10px 58px 10px 20px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
	-webkit-transition: background 0.135s;
	-o-transition: background 0.135s;
	-moz-transition: background 0.135s;
	transition: background 0.135s;
}
#side-actions ul.switches li.disabled {
	opacity: 0.66;
	cursor: default;
}
#side-actions ul.switches .switch {
	position: absolute;
	top: 0; right: 20px; bottom: 0;
	height: 13.125px;
	margin: auto 0;
}
#side-actions ul li:not(.disabled):hover {
	background: rgba(255, 255, 255, 0.05);
}
#side-actions ul li:not(.disabled):active {
	background: rgba(255, 255, 255, 0.09);
	-webkit-transition: background 0s;
	-o-transition: background 0s;
	-moz-transition: background 0s;
	transition: background 0s;
}
#side-content ul.menu {
	margin: 20px 0;
}
#contacts-empty.hide + ul.menu {
	margin: -4px 0;
}
#side-content ul.menu li {
	display: block;
	position: relative;
	list-style-type: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 11px 15px 11px 54px;
	font-size: 13px;
	font-weight: 400;
	color: #444;
	text-align: left;
	cursor: pointer;
	-webkit-transition: background 0.135s;
	-o-transition: background 0.135s;
	-moz-transition: background 0.135s;
	transition: background 0.135s;
}
#side-content ul.menu li:hover {
	background: rgba(0, 0, 0, 0.05);
}
#side-content ul.menu li:active {
	-webkit-transition: background 0s;
	-o-transition: background 0s;
	-moz-transition: background 0s;
	transition: background 0s;
	background: rgba(0, 0, 0, 0.09);
}
#side-content ul.menu li i {
	color: #777;
}
#contacts-available, #contacts-unavailable {
	height: 100%;
	overflow-y: auto;
    overflow-x: hidden;
}
#contacts-not-registered,
#contacts-empty,
#contacts-phone-info {
	padding: 15px 20px;
	font-size: 13px;
	font-weight: 400;
	color: #999;
	text-align: center;
}
#sms-hint {
	display: none;
	padding: 5px 0 8px 0;
    font-size: 11px;
    font-weight: 400;
    color: #999;
    text-align: left;
}
#contacts-empty {
	padding: 12px 30px;
	color: #BBB;
}
#contacts-empty.hide {
	display: none;
}
#contacts-loading {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: #FFF;
	border-radius: 10px;
	text-align: center;
	z-index: 5;
}
#contacts-loading::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
#contacts-loading.preloader-wrapper {
	display: inline-block;
	width: 42px;
	height: 42px;
}
.contacts-list {
	list-style: none;
	margin: 20px 0;
    padding: 0;
}
.contacts-list li {
	position: relative;
	min-height: 36px;
	list-style-type: none;
	margin: 10px 4px 10px 14px;
	padding: 0 40px 0 47px;
}
.contact-item:not(.not-accepted) {
	cursor: pointer;
	-webkit-transition: background 0.135s;
	-o-transition: background 0.135s;
	-moz-transition: background 0.135s;
	transition: background 0.135s;
}
.contact-item:not(.not-accepted)::active {
	-webkit-transition: background 0s;
	-o-transition: background 0s;
	-moz-transition: background 0s;
	transition: background 0s;
	background: rgba(0, 0, 0, 0.08);
}
#contacts-invite-list li {
	overflow: hidden;
}
.avatar-wrapper {
	position: relative;
	overflow: hidden;
}
.avatar-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
    border-radius: 100%;
}
.default-avatar {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	            border-radius: 100%;
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	color: #FFF;
	cursor: default;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.contacts-list .avatar-wrapper {
	position: absolute;
	top: 0; bottom: 0; left: 0;
	margin: auto 0;
	width: 36px;
	height: 36px;
}
.contacts-list .default-avatar {
	line-height: 36px;
}
.contacts-but {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	padding: 5.5px;
    border-radius: 100%;
	font-size: 21px;
	text-align: center;
	color: rgba(0, 0, 0, 0.55);
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-transition: background 0.225s;
	-o-transition: background 0.225s;
	-moz-transition: background 0.225s;
	transition: background 0.225s;
}
.contacts-but:hover {
	background: rgba(0, 0, 0, 0.05);
}
.contacts-but:active {
	-webkit-transition: background 0s;
	-o-transition: background 0s;
	-moz-transition: background 0s;
	transition: background 0s;
	background: rgba(0, 0, 0, 0.09);
}
.contact-name {
	margin: 1px 0;
	font-size: 13px;
	font-weight: 600;
	color: #383838;
	white-space: nowrap;
	overflow: hidden;
}
.contact-last-message,
.contact-request-sent,
.search-online-time {
	position: relative;
	margin: 1px 0;
	font-size: 12px;
	font-weight: 400;
	color: #505050;
	white-space: nowrap;
	overflow: hidden;
}
.contact-item.typing .contact-last-message {
	display: none;
}
.contact-last-message.to::before {
	content: "\0412\044b: ";
	color: #AAA;
}
.contact-last-message img.emoji {
	width: 15px;
    height: 15px;
    margin: 0 1.5px;
    vertical-align: bottom;
}
.contact-item.not-accepted .contact-last-message::before {
	content: "\0417\0430\044f\0432\043a\0430\00a0\043e\0442\043f\0440\0430\0432\043b\0435\043d\0430";
	color: #AAA;
}
.contact-last-message::after,
.search-online-time::after {
	content: "";
	position: absolute;
	top: 0; right: 0; bottom: 0;
	width: 25px;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.contact-invite-button-wrap {
	float: left;
    height: auto;
	width: 50%;
}
.contact-invite-button-accept-wrap {
	text-align: left;
}
.contact-invite-button-decline-wrap {
	text-align: right;
}
.contact-invite-button {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #D4493E;
	white-space: nowrap;
    border-radius: 6px;
	cursor: pointer;
	-webkit-transition: background 0.135s;
	-o-transition: background 0.135s;
	-moz-transition: background 0.135s;
	transition: background 0.135s;
}
.contact-invite-button:hover {
	text-shadow: 0 0 0 #D4493E;
}
.contact-invite-button:active {
	background: rgba(0, 0, 0, 0.09);
	-webkit-transition: background 0s;
	-o-transition: background 0s;
	-moz-transition: background 0s;
	transition: background 0s;
}
ul.more {
	display: none;
	position: absolute;
	top: 0; right: 0;
	z-index: 1;
	list-style: none;
	min-width: 100px;
    padding: 0;
	background: #FFF;
	border: 1px solid #DDD;
            border-radius: 7px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
	overflow: hidden;
	height: 0;
	opacity: 0;
	font-family: 'Open Sans', 'Roboto', Arial, sans-serif;
}
ul.more li {
	display: block;
	list-style-type: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 11px 14px;
	font-size: 13px;
	font-weight: 400;
	color: #1E1E1E;
	text-align: left;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: background 0.135s;
	-o-transition: background 0.135s;
	-moz-transition: background 0.135s;
	transition: background 0.135s;
}
ul.more li:hover {
	background: rgba(0, 0, 0, 0.05);
}
ul.more li:active {
	-webkit-transition: background 0s;
	-o-transition: background 0s;
	-moz-transition: background 0s;
	transition: background 0s;
	background: rgba(0, 0, 0, 0.09);
}
.contact-item .contact-unblock {
	display: none;
}
.contact-item.blocked .contact-block {
	display: none;
}
.contact-item.blocked .contact-unblock {
	display: block;
}
.contact-item.blocked > *:not(.contacts-but):not(.unread-badge):not(.online-indicator),
.contact-item.not-accepted > *:not(.contacts-but):not(.unread-badge):not(.online-indicator) {
	opacity: 0.6;
}
.contact-item.not-accepted .contact-clear,
.contact-item.not-accepted .contact-delete-images,
.contact-item.not-accepted .contact-block,
.contact-item.not-accepted .contact-unblock {
	display: none !important;
}
.contact-item.blocked .online-indicator,
.contact-item.not-accepted .online-indicator {
	background: #B4D6A7/*#E5928B*/;
}
.contact-item.no-message:not(.typing):not(.not-accepted) .contact-name {
	line-height: 32px;
}
.vip-badge {
	display: none;
    width: 22px;
    height: 13px;
    line-height: 13px;
    margin: 2px 0;
    background: #FCC62D;
    border-radius: 4px;
    text-align: center;
    font-size: 9px;
    font-weight: 600;
    color: #FFF;
}
.contact-item .vip-badge,
.contact-invite-item .vip-badge,
.search-item .vip-badge {
	position: absolute;
    top: 1px;
    left: 47px;
}
.contact-item.no-message:not(.typing):not(.not-accepted) .vip-badge {
	top: 8px;
}
.contact-item.contact-vip .vip-badge,
.contact-invite-item.contact-vip .vip-badge,
.search-item.contact-vip .vip-badge {
	display: block;
}
.contact-item.contact-vip .contact-name,
.contact-invite-item.contact-vip .contact-name,
.search-item.contact-vip .contact-name {
	margin-left: 26px;
}
#search-view {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: #FFF;
	border-radius: 10px;
	text-align: center;
	z-index: 4;
}
#search-header {
	position: absolute;
	top: 0; right: 0; left: 0;
	background: #FFF;
    border-radius: 10px 10px 0 0;
	z-index: 1;
	height: 50px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.light-but {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 45px;
	color: #737373;
	color: rgba(0, 0, 0, 0.55);
	cursor: pointer;
	-webkit-transition: background 0.135s;
	-o-transition: background 0.135s;
	-moz-transition: background 0.135s;
	transition: background 0.135s;
}
.light-but i {
	display: block;
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	height: 50px;
	line-height: 50px;
	font-size: 23px;
	text-align: center;
	white-space: nowrap;
}
.light-but.disabled {
	color: #AFAFAF;
	color: rgba(0, 0, 0, 0.3164);
	cursor: default;
}
.light-but:not(.disabled):hover {
	background: rgba(0, 0, 0, 0.05);
}
.light-but:not(.disabled):active {
	background: rgba(0, 0, 0, 0.09);
	-webkit-transition: background 0s;
	-o-transition: background 0s;
	-moz-transition: background 0s;
	transition: background 0s;
}
#search-title {
	position: absolute;
	top: 0; right: 45px; left: 45px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	font-size: 18px;
	font-weight: 400;
	color: #555;
	text-align: left;
}
#search-text {
	vertical-align: 2px;
}
#search-content {
	position: absolute;
	top: 50px; bottom: 0; left: 0;
	width: 100%;
	background: #FFF;
	border-radius: 0px 0px 10px 10px;
	z-index: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#search-close {
	-webkit-border-bottom-right-radius: 6px;
	        border-bottom-right-radius: 6px;
}
#but-search {
	right: 0;
	-webkit-border-bottom-left-radius: 6px;
	        border-bottom-left-radius: 6px;
}
#search-no-results {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 400;
	color: #BBB;
	text-align: center;
}
#search-no-results::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
#search-results {
	list-style: none;
	margin: 20px 0;
    padding: 0;
	text-align: left;
}
#search-results li {
	position: relative;
	min-height: 36px;
	list-style-type: none;
	margin: 10px 15px;
	padding: 0 40px 0 47px;
	cursor: pointer;
	-webkit-transition: background 0.135s;
	-o-transition: background 0.135s;
	-moz-transition: background 0.135s;
	transition: background 0.135s;
}
#search-results li.added {
	cursor: default;
}
#search-results li:not(.added):active {
	-webkit-transition: background 0s;
	-o-transition: background 0s;
	-moz-transition: background 0s;
	transition: background 0s;
	background: rgba(0, 0, 0, 0.04);
}
#search-results .avatar-wrapper {
	position: absolute;
	top: 0; bottom: 0; left: 0;
	margin: auto 0;
	width: 36px;
	height: 36px;
}
#search-results .default-avatar {
	line-height: 36px;
}
.search-added {
	opacity: 0;
	-webkit-transition: opacity 0.135s;
	-o-transition: opacity 0.135s;
	-moz-transition: opacity 0.135s;
	transition: opacity 0.135s;
	cursor: default;
}
.search-added:active {
	background: initial;
}
#search-results li.added > * {
	opacity: 0.6;
}
#search-results li.added .search-added {
	opacity: 1;
}
#search-results li.added .online-indicator {
	background: #B4D6A7;
	opacity: 1;
}
.search-name {
	line-height: 36px;
	font-size: 13px;
	font-weight: 600;
	color: #383838;
	white-space: nowrap;
	overflow: hidden;
}
.was-online .search-name {
	line-height: normal;
}
.search-online-time {
	display: none;
	font-size: 11px;
	color: #999;
}
.search-online-time i {
	font-style: normal;
	color: #BDBDBD;
}
.was-online .search-online-time {
	display: block;
}
#search-loading {
	position: absolute;
	top: 50px; right: 0; left: 0;
	width: 40px;
	height: 40px;
	margin: 8px auto;
	background: #FFF;
	border: 1px solid #DDD;
    border-radius: 100%;
	z-index: 2;
}
#friend-messages-loading .preloader-wrapper,
#search-loading .preloader-wrapper {
	display: block;
	width: 26px;
	height: 26px;
	margin: 7px;
    border-radius: 100%;
}
#friend-messages-loading .circle-clipper .circle,
#search-loading .circle-clipper .circle {
	border-width: 2px;
}
#push-offer {
	display: none;
	position: absolute;
	right: 300px; bottom: 0;
	width: 250px;
	margin: 15px;
	padding: 12px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #BBB;
    border-radius: 9px;
	background: #FFF;
	text-align: right;
	z-index: 13;
	-webkit-transition: right 0.18s;
	-o-transition: right 0.18s;
	-moz-transition: right 0.18s;
	transition: right 0.18s;
}
#push-offer::before {
	content: "";
	position: absolute;
	bottom: 28px;
	right: -30px;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-left-color: #BBB;
}
#push-offer::after {
	content: "";
	position: absolute;
	bottom: 29px;
	right: -28px;
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-left-color: #FDFDFD;
}
#push-offer-content {
	font-size: 13px;
	margin: 0;
	margin-bottom: 10px;
	text-align: left;
	color: #1F1F1F;
}
#push-offer-dismiss {
	height: 30px;
    line-height: 30px;
    color: #D4493E;
    font-size: 13px;
}
#push-offer-enable {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
    border-radius: 9px;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	background: rgba(212, 73, 62, 0.9);
	cursor: pointer;
	-webkit-transition: background 0.135s;
	-o-transition: background 0.135s;
	-moz-transition: background 0.135s;
	transition: background 0.135s;
}
#push-offer-enable:hover {
	background: rgba(212, 73, 62, 0.85);
}

#log ol .invite,
#log ol .new-messages-below,
#log ol .block-info,
#log ol .date-header,
#log ol .timer-info {
	margin: 15px 0;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	text-align: center;
}
#log ol .invite .button-flat {
	margin-top: 6px;
	color: #D4493E;
}
#log ol .new-messages-below {
	margin: 20px 0 15px 0;
	text-transform: uppercase;
}
#log ol .block-info, #log ol .timer-info {
	margin: 20px 0 10px 0;
	font-size: 13px;
    color: #888;
	text-transform: uppercase;
}
#log ol .date-header {
	margin: 20px 0 11px 0;
	font-size: 12px;
	color: #888;
	text-transform: uppercase;
}
#log ol .date-header.first, #log ol .date-header:first-child,
#log ol .timer-info.first, #log ol .timer-info:first-child {
	margin-top: 1px;
}
.contact-item.has-unread {
	padding-right: 72px;
}
.contact-item .unread-badge {
	opacity: 0;
	position: absolute;
	top: 0; right: 41px; bottom: 0;
	width: 20px;
	height: 20px;
	margin: auto 0;
	background: #D4493E;
    border-radius: 100%;
	line-height: 20px;
	text-align: center;
	font-size: 10px;
	font-weight: 400;
	color: #FFF;
	-webkit-transition: opacity 0.12s;
	-o-transition: opacity 0.12s;
	-moz-transition: opacity 0.12s;
	transition: opacity 0.12s;
}
.contact-item.has-unread .unread-badge {
	opacity: 1;
}
.contact-item .online-indicator,
.search-item .online-indicator,
.vip .online-indicator {
	display: none;
	position: absolute;
	top: 26px;
	left: 26px;
	width: 12px;
	height: 12px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #8AC176;
    border-radius: 100%;
	border: 2px solid #FFF;
}
.contact-item.online .online-indicator,
.search-item.online .online-indicator,
.vip.online .online-indicator {
	display: block;
}
.contact-item .typing-indicator {
	display: none;
	margin-top: 1px;
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	font-weight: 400;
	color: #757575;
	white-space: nowrap;
	overflow: hidden;
}
.contact-item .typing-indicator svg {
	height: 11px;
	max-width: 26px;
	margin-right: 6px;
	vertical-align: -1px;
}
.contact-item.typing .typing-indicator {
	display: block;
}
.signin-content {
	width: 100%;
	position: absolute;
	top: 0; bottom: 0; left: 0;
	width: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #FFF;
	border-radius: 10px;
	text-align: center;
}
.signin-block {
	display: inline-block;
	width: 230px;
	text-align: center;
}
.field-wrap {
	position: relative;
	height: 60px;
	margin-bottom: 10px;
	text-align: left;
}
.field-hint {
    display: block;
    padding: 5px 0 8px 0;
    font-size: 11px;
    font-weight: 400;
    color: #999;
    text-align: left;
    height: auto;
}
.field-label {
	position: absolute;
	top: 30px; right: 0; left: 0;
	z-index: 0;
	height: 24px;
	line-height: 24px;
	padding: 0 2px;
	font-size: 13px;
	font-weight: 400;
	color: #777;
	-webkit-transition: color 0.135s, -webkit-transform 0.135s;
	transition: color 0.135s, -webkit-transform 0.135s;
	-o-transition: color 0.135s, -o-transform 0.135s;
	-moz-transition: color 0.135s, transform 0.135s, -moz-transform 0.135s;
	transition: color 0.135s, transform 0.135s;
	transition: color 0.135s, transform 0.135s, -webkit-transform 0.135s, -moz-transform 0.135s, -o-transform 0.135s;
	transition: color 0.135s, transform 0.135s, -webkit-transform 0.135s;
	will-change: transform;
}
.field-wrap input {
	display: block;
	position: absolute;
	top: 24px; left: 0;
	z-index: 1;
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-bottom: 1px solid #BFBFBF;
	background: none;
    border-radius: 0;
	font-family: inherit;
	font-size: 13px;
	color: #222;
	-webkit-transition: border-bottom-color 0.135s, background 0.135s;
	-o-transition: border-bottom-color 0.135s, background 0.135s;
	-moz-transition: border-bottom-color 0.135s, background 0.135s;
	transition: border-bottom-color 0.135s, background 0.135s;
}
.field-bar {
	position: absolute;
	right: 0; bottom: 0; left: 0;
	z-index: 2;
	height: 2px;
	background: #D4493E;
	-webkit-transform: scale(0, 1);
	    -ms-transform: scale(0, 1);
	        -moz-transform: scale(0, 1);
	          -o-transform: scale(0, 1);
	     transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.135s;
	transition: -webkit-transform 0.135s;
	-o-transition: -o-transform 0.135s;
	-moz-transition: transform 0.135s, -moz-transform 0.135s;
	transition: transform 0.135s;
	transition: transform 0.135s, -webkit-transform 0.135s, -moz-transform 0.135s, -o-transform 0.135s;
	transition: transform 0.135s, -webkit-transform 0.135s;
	will-change: transform;
}
.field-wrap.focused .field-label,
.field-wrap input[type="tel"]:valid ~ .field-label,
.field-wrap input[type="text"]:valid ~ .field-label,
.field-wrap input[type="password"]:valid ~ .field-label {
	-webkit-transform: translate(0, -24px);
	    -ms-transform: translate(0, -24px);
	        -moz-transform: translate(0, -24px);
	          -o-transform: translate(0, -24px);
	     transform: translate(0, -24px);
}
.field-wrap input:focus {
	border-bottom-color: transparent;
}
.field-wrap input:focus ~ .field-label {
	color: #D4493E;
}
.field-wrap input:focus ~ .field-bar {
	-webkit-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	        -moz-transform: scale(1, 1);
	          -o-transform: scale(1, 1);
	     transform: scale(1, 1);
}
.field-wrap input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 999px white inset;
            box-shadow: 0 0 0px 999px white inset;
}
.field-wrap input:invalid {
	box-shadow: none;
}

.phone-wrap .country-wrap {
	display: block;
	position: absolute;
	top: 24px; left: 0;
	width: 50px;
	height: 36px;
}
.phone-wrap .country-wrap select {
	-webkit-appearance: none;
	position: relative;
	z-index: 1;
	width: 100%;
	height: inherit;
	line-height: 36px;
	padding: 0 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid;
	border-color: #FFF #FFF #BFBFBF #FFF; /* Fix for Android browser */
	background: none;
    border-radius: 0;
	font-family: inherit;
	font-size: 13px;
	color: rgba(0, 0, 0, 0);
	cursor: pointer;
}
.phone-wrap .country-wrap select > option {
	color: #444;
}
.phone-wrap .country-wrap .flag {
	position: absolute;
	top: 0; right: 22px; bottom: 0; left: 0;
	z-index: 0;
	width: 0;
	height: 0;
	margin: auto;
	background: url("/new/assets/flags.png");
	border-radius: 2px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 1px inset;
}
.phone-wrap .country-wrap::after {
	content: "";
	position: absolute;
	top: 16px;
	right: 7px;
	border-width: 6px 4px 0 4px;
	border-style: solid;
	border-color: #999 #FFF #FFF #FFF;
	pointer-events: none;
	z-index: 2;
}
.phone-wrap .country-wrap::before {
	content: "";
	position: absolute;
	top: 0; right: 0;
	width: 22px;
	height: 35px;
	background: #FFF;
	pointer-events: none;
	z-index: 2;
}
.phone-wrap input {
	left: initial;
	right: 0;
	width: 155px;
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: calc(100% - 60px);
	margin-left: 60px;
	font-family: Tahoma, sans-serif;
}
.phone-wrap .field-label, .phone-wrap .field-bar {
	left: 60px;
}
.signin-button {
	display: inline-block;
	min-width: 90px;
	height: 36px;
	line-height: 36px;
	margin: 24px 0 15px 0;
	padding: 0 15px;
    border-radius: 9px;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	background: rgba(212, 73, 62, 0.9);
	cursor: pointer;
	-webkit-transition: background 0.135s;
	-o-transition: background 0.135s;
	-moz-transition: background 0.135s;
	transition: background 0.135s;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.signin-button:hover {
	background: rgba(212, 73, 62, 0.85);
}
.signin-switch {
	color: #666;
}
.validate .field-wrap input:invalid {
	background: rgba(212, 73, 62, 0.1);
	border-top: 4px solid #FFF;
}
#signin-content {
	left: 100%;
}
.signin-action {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	color: #666;
	text-transform: uppercase;
	text-align: right;
	cursor: pointer;
}
.signin-action, .signin-action:visited {
	color: #666;
	text-decoration: none;
}
.signin-action span {
	-webkit-transition: background 0.135s;
	-o-transition: background 0.135s;
	-moz-transition: background 0.135s;
	transition: background 0.135s;
}
.signin-action:active span {
	-webkit-transition: background 0s;
	-o-transition: background 0s;
	-moz-transition: background 0s;
	transition: background 0s;
	background: rgba(0, 0, 0, 0.08);
}
#signup-captcha, #restore-captcha {
	margin-top: 24px;
    overflow: hidden;
    max-height: 76px;
    border-right: 1px solid #D5D5D5;
    border-radius: 3px;
}

#chat {
	position: absolute;
	top: 0; left: 0; right: 300px; bottom: 0;
	margin: 15px 20px;
	-webkit-transition: right 0.135s;
	-o-transition: right 0.135s;
	-moz-transition: right 0.135s;
	transition: right 0.135s;
}
#chat.contacts-hidden {
	right: 0;
}
#chat-header {
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 70px;
	overflow: hidden;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
#title {
	height: 70px;
	float: left;
	font-size: 45px;
	line-height: 70px;
	font-weight: 700;
	color: #D4493E;
}
#title a, #title a:visited, #title a:hover, #title a:active {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
#desc {
	float: left;
	height: 70px;
	line-height: 63px;
	margin: 7px 0 0 15px;
	font-weight: 400;
	font-size: 16px;
	color: #555;
	color: rgba(0, 0, 0, 0.685);
}
#online {
	float: right;
	height: 70px;
	line-height: 63px;
	margin: 7px 0 0 15px;
	font-weight: 400;
	font-size: 16px;
	color: #555;
	color: rgba(0, 0, 0, 0.685);
}
#online-count {
	display: inline;
	margin-left: 10px;
	background: #FFF;
	padding: 1px 6px;
	font-size: 20px;
	color: #D4493E;
	font-weight: 700;
	vertical-align: baseline;
    border-radius: 4px;
}
#actions {
	position: absolute;
	top: 85px; right: 0; left: 0;
	height: 50px;
	background: #FFF;
    border-radius: 12px 12px 0 0;
	text-align: right;
	white-space: nowrap;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
#actions::after {
	content: "";
	display: inline-block;
	width: 0; height: 100%;
	vertical-align: middle;
}
#searching {
	position: absolute;
	top: 0; left: 0;
	padding: 0 20px;
	background: inherit;
	-webkit-border-top-left-radius: 12px;
	        border-top-left-radius: 12px;
	line-height: 50px;
	white-space: nowrap;
	z-index: 1;
}
#searching > span {
	font-size: 14px;
	font-weight: 400;
	color: #757575;
	text-transform: uppercase;
}
#searching svg {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: -4px;
	margin-right: 12px;
}
#typing, #status-chat-started {
	position: absolute;
	top: 0; left: 0;
	padding: 0 20px;
	background: inherit;
	-webkit-border-top-left-radius: 12px;
	        border-top-left-radius: 12px;
	line-height: 50px;
	color: #888;
	font-size: 13.5px;
	font-weight: 400;
	white-space: nowrap;
	z-index: 1;
}
#typing svg {
	max-width: 26px;
	height: 12px;
	display: inline-block;
	vertical-align: -1px;
	margin-right: 12px;
}
.action {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
}
#add-to-contacts, #settings, #friend-actions {
    border-radius: 6px;
	padding: 5px 8px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color: #333;
	cursor: pointer;
	-webkit-transition: background 0.135s;
	-o-transition: background 0.135s;
	-moz-transition: background 0.135s;
	transition: background 0.135s;
}
#add-to-contacts i, #settings i, #friend-actions i {
	font-size: 20px;
	color: #777;
	margin-right: 9px;
	vertical-align: -5px;
}
#add-to-contacts.disabled {
	color: #BBB;
	cursor: default;
}
#add-to-contacts.disabled i {
	color: #CCC;
}
#add-to-contacts i::before {
	content: "\e7fe";
}
#add-to-contacts.disabled i::before {
	content: "\e876";
}
#add-to-contacts:not(.disabled):hover, #settings:hover, #friend-actions:hover {
	background: rgba(0, 0, 0, 0.04);
}
#add-to-contacts:not(.disabled):active, #settings:active, #friend-actions:active {
	-webkit-transition: background 0s;
	-o-transition: background 0s;
	-moz-transition: background 0s;
	transition: background 0s;
	background: rgba(0, 0, 0, 0.09);
}
#settings-wrap, #friend-actions-wrap {
	position: relative;
    height: 30px;
    padding: 10px 0;
    margin-right: 10px;
}
#settings, #friend-actions {
	position: relative;
	z-index: 4;
}
#settings {
	z-index: 5;
}
#friend-actions-wrap.hidden {
	display: none;
}
#settings-content, #friend-actions-content {
	position:  absolute;
    z-index: 3;
    top: 0;
    right: -10px;
    background: #FFF;
    border-radius: 12px;
    padding-top: 50px;
    padding-bottom: 6px;
    width: 330px;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #DDD;
    text-align: left;
}
#settings-content {
	z-index: 4;
}
.settings-row {
	position: relative;
    padding: 0 20px;
}
.settings-row.border {
	border-bottom: 1px solid #EEE;
}
.settings-row.clickable {
	cursor: pointer;
	transition: background 0.135s;
}
.settings-row.clickable:hover {
	background: rgba(0, 0, 0, 0.05);
}
.settings-row.clickable:active {
	background: rgba(0, 0, 0, 0.09);
	transition: background 0s;
}
.settings-row > .label {
	padding: 16px 45px 16px 0;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	white-space: normal;
}
.settings-row > .label b {
	font-weight: 600;
}
.settings-row > .switch {
	position: absolute;
    top: 0; right: 20px; bottom: 0;
    height: 13.125px;
    margin: auto 0;
}
.settings-row.disabled {
	opacity: 0.6;
}
.settings-title {
	border-radius: 6px;
	padding: 18px 20px 10px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color: #333;
	text-align: right;
}
.settings-row.with-icon {
	padding-left: 60px;
}
.settings-row.with-icon > i, .settings-row.with-icon > svg {
	position: absolute;
	left: 20px;
    top: 0;
    top: -1px;
    bottom: 0;
    margin: auto;
	color: #AAA;
}
.settings-row.with-icon > i {
    font-size: 21px;
	width: 24px;
    height: 24px;
	line-height: 24px;
}
.settings-row.with-icon > svg {
	height: 22px;
}
#region-row > .label {
	float: left;
	padding-right: 0;
    margin-right: 20px;
    margin-top: -12px;
}
#region-row > .button-label {
	padding-top: 12px;
    padding-bottom: 12px;
}
#region {
	display: block;
	overflow: hidden;
	margin: 12px 0;
}
#region img {
	height: 16px;
	vertical-align: -3px;
	margin-left: -3px;
	margin-right: 6px;
}
#region-list {
	margin-top: 32px;
    right: -1px;
}
#region-list > li {
	padding: 4px 14px;
}
#region-list img {
	margin-left: 0;
	margin-right: 8px;
}
#themes {
	list-style: none;
	position: absolute;
	top: 0; right: 7px; bottom: 0;
	margin: auto 0;
	padding: 0;
	height: 20px;
}
#themes li {
	display: inline-block;
	list-style-type: none;
	width: 20px;
	height: 20px;
	margin-right: 13px;
    border-radius: 10px;
	cursor: pointer;
	-webkit-transition: -webkit-box-shadow 0.135s;
	transition: -webkit-box-shadow 0.135s;
	-o-transition: box-shadow 0.135s;
	-moz-transition: box-shadow 0.135s;
	transition: box-shadow 0.135s;
	transition: box-shadow 0.135s, -webkit-box-shadow 0.135s;
}
#themes li[data-theme="default"] {
	background: #FFE487;
}
#themes li[data-theme="default"]:hover {
	-webkit-box-shadow: 0 0 0 7.5px rgba(255, 228, 135, 0.35);
	        box-shadow: 0 0 0 7.5px rgba(255, 228, 135, 0.35);
}
#themes li[data-theme="grey"] {
	background: #D3D3D3;
}
#themes li[data-theme="grey"]:hover {
	-webkit-box-shadow: 0 0 0 7.5px rgba(211, 211, 211, 0.3);
	        box-shadow: 0 0 0 7.5px rgba(211, 211, 211, 0.3);
}
#themes li[data-theme="blue"] {
	background: #348ABC;
}
#themes li[data-theme="blue"]:hover {
	-webkit-box-shadow: 0 0 0 7.5px rgba(52, 138, 188, 0.15);
	        box-shadow: 0 0 0 7.5px rgba(52, 138, 188, 0.15);
}
#themes li[data-theme="green"] {
	background: #1E8C90;
}
#themes li[data-theme="green"]:hover {
	-webkit-box-shadow: 0 0 0 7.5px rgba(30, 140, 144, 0.15);
	        box-shadow: 0 0 0 7.5px rgba(30, 140, 144, 0.15);
}
#themes li[data-theme="red"] {
	background: #D4493E;
}
#themes li[data-theme="red"]:hover {
	-webkit-box-shadow: 0 0 0 7.5px rgba(212, 73, 62, 0.15);
	        box-shadow: 0 0 0 7.5px rgba(212, 73, 62, 0.15);
}
#friend-panel {
	display: none;
	position: absolute;
	top: 0; left: 0;
	height: 50px;
	margin: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: inherit;
}
#friend-avatar {
	float: left;
    margin: 9px 13px 9px 5px;
	width: 32px;
	height: 32px;
            border-radius: 100%;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.135s;
	transition: -webkit-transform 0.135s;
	-o-transition: -o-transform 0.135s;
	-moz-transition: transform 0.135s, -moz-transform 0.135s;
	transition: transform 0.135s;
	transition: transform 0.135s, -webkit-transform 0.135s, -moz-transform 0.135s, -o-transform 0.135s;
}
#friend-avatar .default-avatar {
	line-height: 32px;
	font-size: 17px;
}
#friend-avatar.default {
	cursor: default;
}
#friend-avatar:not(.default):hover {
	-webkit-transform: scale(1.08);
	   -moz-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	     -o-transform: scale(1.08);
	        transform: scale(1.08);
}
#friend-name {
	display: inline-block;
    vertical-align: middle;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-weight: 400;
	font-size: 15px;
	color: #444;
	white-space: nowrap;
	min-width: 37px;
    text-align: left;
	-webkit-user-select: text;
	   -moz-user-select: text;
	    -ms-user-select: text;
	        user-select: text;
}
#friend-name svg {
	max-width: 26px;
	height: 12px;
	display: inline-block;
	vertical-align: -1px;
	margin-left: 12px;
}
#friend-name .vip-badge {
	vertical-align: 2px;
    margin-right: 5px;
    font-size: 10px;
}
#friend-online-time {
	margin-left: 10px;
    font-style: normal;
	font-size: 13px;
    color: #AAA;
}
#friend-online-time i {
	font-style: normal;
    color: #CECECE;
}
#friend-online-indicator {
	display: none;
	position: absolute;
	top: 32px;
	left: 29px;
	width: 11px;
	height: 11px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #8AC176;
    border-radius: 5.5px;
	border: 2px solid #FFF;
}
#friend-actions-wrap {
	margin-left: 17px;
}
#friend-actions {
	padding-left: 4px;
}
#friend-actions i {
	margin-right: 5px;
}
#friend-actions-content {
	width: 370px;
	left: -10px;
	right: auto;
}

#log-wrap {
	position: absolute;
	top: 135px; right: 0; left: 0; bottom: 64px;
	background: #FFF;
}
#log-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	right: 17px;
	left: 17px;
	height: 10px;
	background: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, #FFF 0%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(top, #FFF 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, #FFF 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 2;
	pointer-events: none;
}
#log {
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	padding: 15px 17px 0 17px;
	background: inherit;
	word-wrap: break-word;
	z-index: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.ios-fix #log {
	overflow-y: scroll;
}
#log ol {
	list-style: none;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	line-height: 16px;
}
#log ol > li {
	position: relative;
	list-style-type: none;
	margin: 0;
	white-space: nowrap;
	min-height: 26px;
	padding: 0 50px 0 83px;
	border-bottom: 1px dotted #DEDEDE;
	font-size: 13px;
	color: #141414;
}
#log.friend-chat ol li {
	padding-left: 91px;
}
#log ol > li.from {
	background: #FFF;
}
#log ol > li.to {
	background: #FFFFE6;
}
#log ol > li .name {
	float: left;
	margin: 4px 0 4px -83px;
	width: 71px;
	height: 18px;
    border-radius: 8px;
	line-height: 18px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.9);
}
#log.friend-chat ol li .name {
	margin-left: -91px;
	width: 79px;
}
#log ol > li.from .name {
	background: #56a2ce;
}
#log ol > li.to .name {
	background: #D4493E;
}
#log ol > li .message {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 4px 0;
	line-height: 18px;
	white-space: normal;
	word-wrap: break-word;
}
#log ol > li .time {
	display: block;
	float: right;
	margin-right: -50px;
	padding-right: 4px;
	line-height: 26px;
	font-size: 10px;
	color: #9B9B9B;
}
#log ol > li.sticker img {
	max-width: 100%;
	max-height: 128px;
	margin: 4px 0;
}
#log ol > li .message > a {
	color: #348ABC;
	text-decoration: underline;
	cursor: pointer;
}
#log ol > li .message > a:visited {
	color: #348ABC;
}
#log ol > li .message > a:hover {
	color: #348ABC;
	text-decoration: none;
}
#log ol > li img.emoji {
	width: 18px;
	height: 18px;
	margin: 0 2px;
	vertical-align: bottom;
}
.ended {
	width: 100%;
	line-height: 19px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 10px;
	padding: 0 6px;
	position: relative;
	font-size: 14px;
	color: #737373;
	text-transform: uppercase;
	cursor: default;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.ended-message {
	margin: 20px 0;
	font-size: 15px;
	text-transform: none;
	text-align: left;
}
.ended-but, .light-button {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 5px 5px 0 0;
	padding: 0 10px;
	border: 1px solid #DDD;
    border-radius: 8px;
	font-size: 12px;
	color: #555;
	text-decoration: none;
	background: #FFF;
	cursor: pointer;
	-webkit-transition: background 0.135s;
	-o-transition: background 0.135s;
	-moz-transition: background 0.135s;
	transition: background 0.135s;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ended-but i, .light-button i {
	vertical-align: -4px;
	margin-left: -3px;
	margin-right: 5px;
	font-size: 18px;
	color: #777;
}
.ended-but:not(.loading):not(.done):hover, .light-button:hover {
	background: rgba(0, 0, 0, 0.04);
}
.ended-but:not(.loading):not(.done):active, .light-button:active {
	background: rgba(0, 0, 0, 0.09);
}
.but-chat-start, .dark-button {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin-bottom: 5px;
	margin-right: 10px;
	vertical-align: middle;
	padding: 0 15px;
    border-radius: 9px;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	background: rgba(212, 73, 62, 0.85);
	cursor: pointer;
	-webkit-transition: background 0.135s;
	-o-transition: background 0.135s;
	-moz-transition: background 0.135s;
	transition: background 0.135s;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.but-chat-start:hover, .dark-button:hover {
	background: rgba(212, 73, 62, 0.75);
}
.but-chat-start i {
	vertical-align: -5px;
	margin-left: -3px;
	margin-right: 5px;
	font-size: 20px;
}
.ended-but.with-arrow {
	position: relative;
	padding-right: 26px;
	z-index: 2;
}
.ended-but.with-arrow::after {
	content: "";
	position: absolute;
	top: 0;
	right: 9px;
	bottom: 0;
	height: 0;
	margin: auto 0;
	border-width: 6px 4px 0 4px;
	border-style: solid;
	border-color: #999 transparent transparent transparent;
	pointer-events: none;
	z-index: 0;
}
.save-image-more {
	margin: 30px 0;
	line-height: normal;
	text-transform: none;
}
ul.more.save-image-more li {
	position: relative;
	padding: 12px 14px 12px 44px;
}
.save-image-more li i {
	display: block;
	position: absolute;
	top: 0; bottom: 0; left: 12px;
	width: 20px;
	height: 20px;
	margin: auto 0;
	line-height: 20px;
	font-size: 19px;
	text-align: center;
	white-space: nowrap;
	color: #808080;
}
.claim svg, .save-image-but svg {
	display: inline;
	width: 18px;
	height: 18px;
}
.claim svg path, .save-image-but svg path {
	fill: #888;
}
.claim.loading, .save-image-but.loading {
	color: #888;
	cursor: default;
}
.claim.done {
	cursor: default;
}
#reconnecting-wrap > div {
	width: 400px;
    padding: 19px 24px;
    text-align: right;
}
#reconnecting-wrap .dialog-header {
	margin-left: 0;
}
#reconnecting-wrap .preloader-wrapper {
	display: block;
    margin: 32px auto;
}
#reconnecting-wrap p {
    margin: 24px 0;
	font-size: 14px;
    color: #424242;
    text-align: left;
}
#reconnecting-wrap .dark-button {
	margin-right: 0;
    text-transform: uppercase;
}
#log ol > li.unread .time::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	background: rgba(212, 73, 62, 0.75);
    border-radius: 3.5px;
	margin-right: 4px;
}
#log ol > li.unread.just-sent .time::before {
	margin-left: -7px;
	-webkit-transform: scale(0);
			-moz-transform: scale(0);
			 -ms-transform: scale(0);
			  -o-transform: scale(0);
	     transform: scale(0);
	-webkit-animation-name: unread-just-sent;
			-moz-animation-name: unread-just-sent;
	     animation-name: unread-just-sent;
	-webkit-animation-duration: 0.135s;
			-moz-animation-duration: 0.135s;
	     animation-duration: 0.135s;
	-webkit-animation-delay: 1s;
			-moz-animation-delay: 1s;
	     animation-delay: 1s;
	-webkit-animation-fill-mode: forwards;
			-moz-animation-fill-mode: forwards;
	     animation-fill-mode: forwards;
}
@-webkit-keyframes unread-just-sent {
	0% {
		margin-left: -8px;
		-webkit-transform: scale(0);
				transform: scale(0);
	}
	100% {
		margin-left: 7px;
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}
@-moz-keyframes unread-just-sent {
	0% {
		margin-left: -8px;
		-webkit-transform: scale(0);
				-moz-transform: scale(0);
		     transform: scale(0);
	}
	100% {
		margin-left: 7px;
		-webkit-transform: scale(1);
				-moz-transform: scale(1);
		     transform: scale(1);
	}
}
@keyframes unread-just-sent {
	0% {
		margin-left: -8px;
		-webkit-transform: scale(0);
				-moz-transform: scale(0);
				  -o-transform: scale(0);
		     transform: scale(0);
	}
	100% {
		margin-left: 7px;
		-webkit-transform: scale(1);
				-moz-transform: scale(1);
				  -o-transform: scale(1);
		     transform: scale(1);
	}
}
.img-container {
	display: inline-block;
	position: relative;
	max-width: 100%;
	min-height: 20px;
	background: rgba(0, 0, 0, 0.09);
    border-radius: 8px;
	vertical-align: top;
	z-index: 2;
}
.img-container.not-loaded {
	-webkit-animation: pulse 1.25s linear infinite;
	-moz-animation: pulse 1.25s linear infinite;
    animation: pulse 1.25s linear infinite;
}
.img-container .image-timer {
	position: absolute;
	top: 0; right: 0;
	z-index: 0;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.45);
    border-radius: 8px;
	text-align: center;
	white-space: nowrap;
	-webkit-transition: opacity 0.135s;
	-o-transition: opacity 0.135s;
	-moz-transition: opacity 0.135s;
	transition: opacity 0.135s;
}
.img-container .image-timer.hide {
	opacity: 0;
}
.img-container .image-shield {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 1;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.img-container img {
	display: block;
	max-width: 100%;
	max-height: 300px;
    border-radius: 8px;
}
.img-removed, .img-error, .message-sticker-error {
	display: inline;
	text-transform: uppercase;
	color: #AAA;
	color: rgba(0, 0, 0, 0.4);
}
.message-sticker-error {
	display: inline-block;
	margin: 4px 0;
}
.img-removed i, .img-error i, .message-sticker-error i {
	vertical-align: -4px;
	margin-right: 5px;
	font-size: 18px;
	line-height: 18px;
	color: #C5C5C5;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}
.img-loading {
	width: 100%;
	margin: 15px 0;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color: #D4493E;
}
.img-loading .preloader-wrapper {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-bottom: 10px;
}
.img-loading .circle-clipper .circle {
	border-width: 2px;
}
#auto-scroll {
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 10px;
	-webkit-transform: translate(-50%, 0);
	   -moz-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	     -o-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	height: 31px;
	line-height: 25px;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 3px 13px;
	font-size: 13.5px;
	text-transform: uppercase;
	font-weight: normal;
	color: #757575;
	background: #FFF;
	border: 1px solid #BBB;
    border-radius: 16px;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	z-index: 1;
	-webkit-transition: background 0.135s, -webkit-transform 0.18s;
	transition: background 0.135s, -webkit-transform 0.18s;
	-o-transition: background 0.135s, -o-transform 0.18s;
	-moz-transition: transform 0.18s, background 0.135s, -moz-transform 0.18s;
	transition: transform 0.18s, background 0.135s;
	transition: transform 0.18s, background 0.135s, -webkit-transform 0.18s, -moz-transform 0.18s, -o-transform 0.18s;
}
#auto-scroll.hide {
	-webkit-transform: translate(-50%, 41px);
	   -moz-transform: translate(-50%, 41px);
	    -ms-transform: translate(-50%, 41px);
	     -o-transform: translate(-50%, 41px);
	        transform: translate(-50%, 41px);
}
#auto-scroll:hover {
	background: #F2F2F2;
}
#auto-scroll:active {
	-webkit-transition: background 0s, -webkit-transform 0.18s;
	transition: background 0s, -webkit-transform 0.18s;
	-o-transition: background 0s, -o-transform 0.18s;
	-moz-transition: transform 0.18s, background 0s, -moz-transform 0.18s;
	transition: transform 0.18s, background 0s;
	transition: transform 0.18s, background 0s, -webkit-transform 0.18s, -moz-transform 0.18s, -o-transform 0.18s;
	background: #E8E8E8;
}
#friend-messages-loading {
	position: absolute;
	top: 0; right: 0; left: 0;
	width: 50px;
	height: 50px;
	margin: 12px auto;
	background: #FFF;
	border: 1px solid #DDD;
    border-radius: 100%;
	z-index: 3;
}
#friend-messages-loading .preloader-wrapper {
	display: block;
	width: 32px;
	height: 32px;
	margin: 9px;
    border-radius: 100%;
}
#social {
	clear: left;
	font-size: 13px;
	padding: 0 6px;
	margin-top: 35px;
}
#social a {
	display: inline-block;
    vertical-align: top;
	margin: 0px 10px 25px 0;
	padding: 1px 0;
}
#social a > img {
	width: 40px;
	height: 40px;
	vertical-align: top;
    border-radius: 100%;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.135s;
	transition: -webkit-transform 0.135s;
	-o-transition: -o-transform 0.135s;
	-moz-transition: transform 0.135s, -moz-transform 0.135s;
	transition: transform 0.135s;
	transition: transform 0.135s, -webkit-transform 0.135s, -moz-transform 0.135s, -o-transform 0.135s;
}
#social a > img:hover {
	-webkit-transform: scale(1.15);
	   -moz-transform: scale(1.15);
	    -ms-transform: scale(1.15);
	     -o-transform: scale(1.15);
	        transform: scale(1.15);
}
#social a#prb {
	display: block;
	margin: 24px 0;
	padding: 0;
}
#prb {
	position: relative;
	width: 100%;
	max-width: 1300px;
	height: 500px;
}
#prb::after {
	content: "";
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}
#prb > iframe {
	width: 100%;
	height: inherit;
	border-radius: 12px;
}
#soc-container {
	margin-top: 50px;
}
#vk-like, #chat #vk_like {
	display: inline-block;
	position: relative;
	width: 300px;
	height: 42px;
	margin-left: 15px;
}
#vk-subscribe {
	width: 480px;
	max-width: 100%;
	margin: 15px 0;
}
#vk_like {
	float: left;
	height: 22px;
	width: 300px;
	background: none repeat scroll 0% 0% transparent;
	position: relative;
	clear: both;
}
#vk_subscribe_group {
	height: 22px;
	width: 100%;
	background: none repeat scroll 0% 0% transparent;
}

#vk_like, #vk_groups, .vk_subscribe_wrap {
	display: block;
	margin: 0 auto;
}
.vk_subscribe_wrap {
	float: right;
	width: 372px;
}
#chatvdvoem-video, #adv_kod_frame {
	margin: -8px 0 15px -8px;
}
#controls {
	position: absolute;
	right: 0; left: 0; bottom: 0;
	height: 64px;
	background: #D4493E;
    border-radius: 0 0 12px 12px;
	z-index: 2;
}
#chat-page-video {
	position: absolute;
    top: 100%;
    left: 0;
    margin-top: 20px;
}
.but {
	position: absolute;
	top: 0;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-transition: background 0.135s, color 0.135s;
	-o-transition: background 0.135s, color 0.135s;
	-moz-transition: background 0.135s, color 0.135s;
	transition: background 0.135s, color 0.135s;
}
.but i {
	font-size: 32px;
	line-height: inherit;
	vertical-align: -9px;
}
.but.disabled, .but.loading {
	color: #F9BD5A;
	color: rgba(255, 255, 255, 0.55);
	cursor: default;
}
.but:not(.disabled):not(.loading):hover {
	color: #FFF;
}
.but:not(.disabled):not(.loading):active {
	background: rgba(255, 255, 255, 0.1);
	-webkit-transition: background 0s, color 0.135s;
	-o-transition: background 0s, color 0.135s;
	-moz-transition: background 0s, color 0.135s;
	transition: background 0s, color 0.135s;
}
#but-start, #but-close {
	left: 0;
	width: 220px;
}
#but-start i, #but-close i {
	margin-right: 10px;
	margin-left: -5px;
	vertical-align: -9px;
}
#but-send, #but-photo {
	width: 60px;
}
#but-send {
	right: 0;
}
#but-send i {
	font-size: 28px;
}
#but-photo {
	right: 64px;
}
#but-photo i svg {
	width: 25px;
	height: 25px;
	vertical-align: 3px;
}
#but-photo i svg path {
	fill: rgba(255, 255, 255, 0.55);
}
#text-wrap {
	position: absolute;
	top: 0; right: 128px; bottom: 0; left: 220px;
	height: 60px;
	margin: auto 0;
	padding: 4px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #FFF;
	overflow: hidden;
    border-radius: 6px;
}
#text {
	position: absolute;
	top: 0; right: 65px; bottom: 0; left: 0;
	margin: 3px 5px;
	font-size: 15px;
	color: #2D2D2D;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-x: hidden;
	overflow-y: auto;
	cursor: text;
}
#controls.with-friend-messages-lifetime #text {
	right: 115px;
}
#text img.emoji {
	width: 18px;
	height: 18px;
	margin: 0 1.5px;
	vertical-align: bottom;
}
#text-wrap.disabled {
	background: #FFFFCC;
	background: rgba(255, 255, 255, 0.94);
}
#text-wrap.disabled #text {
	color: #555;
	cursor: default;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
#friend-messages-lifetime-indicator {
	display: none;
	position: absolute;
	top: 0; right: 65px;
	width: 50px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 13px;
	color: #888;
}
#controls.with-friend-messages-lifetime #friend-messages-lifetime-indicator {
	display: block;
}
#but-sticker {
	position: absolute;
	top: 0; right: 0;
	width: 65px;
	height: 60px;
	line-height: 60px;
	text-align: center;
    border-radius: 6px;
	color: #888;
	color: rgba(0, 0, 0, 0.47);
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-transition: background 0.135s, color 0.135s;
	-o-transition: background 0.135s, color 0.135s;
	-moz-transition: background 0.135s, color 0.135s;
	transition: background 0.135s, color 0.135s;
}
#but-sticker i {
	font-size: 28px;
	line-height: inherit;
}
#but-sticker:hover {
	color: #555;
}
#but-sticker:active, #but-sticker.fixed {
	background: rgba(0, 0, 0, 0.08);
	-webkit-transition: background 0s, color 0.135s;
	-o-transition: background 0s, color 0.135s;
	-moz-transition: background 0s, color 0.135s;
	transition: background 0s, color 0.135s;
}
#but-sticker .new-indicator {
	position: absolute;
	top: 17px;
	right: 17px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #D65248;
}

.switch i {
	display: block;
	position: relative;
	width: 25px;
	height: 13.125px;
    border-radius: 6.5625px;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}
.switch.switch-dark i {
	background: #BBB;
}
.switch.switch-dark.on i {
	background: rgba(212, 71, 61, 0.325);
}
.switch.switch-light i {
	background: #FFF;
	background: rgba(255, 255, 255, 0.35);
}
.switch.switch-light.on i {
	background: #FFF;
	background: rgba(255, 255, 255, 0.325);
}
.switch i::after {
	content: "";
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 18.375px;
	height: 18.375px;
    border-radius: 9.1875px;
	left: -4.375px;
	top: -2.625px;
	-webkit-transition: left 0.18s,
				background 0.18s,
				-webkit-box-shadow 0.1s;
	transition: left 0.18s,
				background 0.18s,
				-webkit-box-shadow 0.1s;
	-o-transition: left 0.18s,
				background 0.18s,
				box-shadow 0.1s;
	-moz-transition: left 0.18s,
				background 0.18s,
				box-shadow 0.1s;
	transition: left 0.18s,
				background 0.18s,
				box-shadow 0.1s;
	transition: left 0.18s,
				background 0.18s,
				box-shadow 0.1s,
				-webkit-box-shadow 0.1s;
}
.switch.switch-dark i::after {
	background: #FFF;
	border: 1px solid #BBB;
}
.switch.switch-light i::after {
	background: #D65248;
	border: 1px solid #FFF;
	border: 1px solid rgba(255, 255, 255, 0.45);
}
.switch.on i::after {
	left: 11px;
}
.switch.switch-dark.on i::after {
	border: none;
	background: #DD6C64;
}
.switch.switch-light.on i::after {
	border: none;
	background: #F6D8D6;
}
.switch-label:not(.disabled) .switch.switch-dark i:active::after {
	-webkit-box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.08);
}
.switch-label:not(.disabled) .switch.switch-dark.on i:active::after {
	-webkit-box-shadow: 0 0 0 12px rgba(212, 71, 61, 0.1);
	        box-shadow: 0 0 0 12px rgba(212, 71, 61, 0.1);
}
.switch-label:not(.disabled) .switch.switch-light i:active::after,
.switch-label:not(.disabled) .switch.switch-light.on i:active::after {
	-webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.08);
	        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.08);
}

#fullscreen {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 40px 110px;
	text-align: center;
	overflow-y: auto;
	background: rgba(0, 0, 0, 0.825);
	z-index: 13;
}
#fullscreen::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
#fullscreen::after {
	content: "";
	position: absolute;
	top: 0; right: 0; left: 0; bottom: 0;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
}
#fullscreen img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
    border-radius: 6px;
}
#fullscreen-close {
	display: none;
	position: absolute;
	top: 0; right: 0;
	width: 90px;
	height: 90px;
	line-height: 90px;
    border-radius: 100%;
	text-align: center;
	white-space: nowrap;
	font-size: 32px;
	color: #FFF;
	color: rgba(255, 255, 255, 0.75);
	cursor: pointer;
	-webkit-transition: background 0.135s;
	-o-transition: background 0.135s;
	-moz-transition: background 0.135s;
	transition: background 0.135s;
	z-index: 14;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
#fullscreen-close:hover {
	background: rgba(255, 255, 255, 0.05);
}
#fullscreen-close:active {
	-webkit-transition: background 0s;
	-o-transition: background 0s;
	-moz-transition: background 0s;
	transition: background 0s;
	background: rgba(255, 255, 255, 0.09);
}
#fullscreen-timer {
	display: none;
	position: absolute;
	top: 0; left: 0;
	margin: 20px;
	width: 60px;
	height: 60px;
	line-height: 60px;
    border-radius: 6px;
	font-weight: 300;
	font-size: 26px;
	color: #FFF;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	z-index: 14;
	pointer-events: none;
}

#webcam-wrap {
	background: rgba(0, 0, 0, 0.75);
}
#webcam-element {
	background: #555;
}
#webcam-flash {
	display: block;
	width: 640px;
	height: 480px;
	margin: 0 auto;
	background: #000;
}
#webcam-flash, #webcam-flash > * {
    border-radius: 12px 12px 0 0;
}
#webcam-capture {
	width: 60px;
	height: 60px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 15px auto;
	width: 56px;
	height: 56px;
	background: #FFF;
	border: 5px solid #CCC;
    border-radius: 100%;
	background: #FFF;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.135s;
	transition: -webkit-transform 0.135s;
	-o-transition: -o-transform 0.135s;
	-moz-transition: transform 0.135s, -moz-transform 0.135s;
	transition: transform 0.135s;
	transition: transform 0.135s, -webkit-transform 0.135s, -moz-transform 0.135s, -o-transform 0.135s;
}
#webcam-capture:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
#webcam-close {
	display: block;
	position: absolute;
	bottom: 0; left: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 12px;
    border-radius: 100%;
	text-align: center;
	white-space: nowrap;
	font-size: 28px;
	color: #FFF;
	color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
	-webkit-transition: background 0.135s;
	-o-transition: background 0.135s;
	-moz-transition: background 0.135s;
	transition: background 0.135s;
}
#webcam-close:hover {
	background: rgba(255, 255, 255, 0.05);
}
#webcam-close:active {
	-webkit-transition: background 0s;
	-o-transition: background 0s;
	-moz-transition: background 0s;
	transition: background 0s;
	background: rgba(255, 255, 255, 0.09);
}

.dialog {
	display: none;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 14;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
    padding: 16px 0;
    text-align: center;
	white-space: nowrap;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.dialog::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.dialog > div {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: #FFF;
    border-radius: 12px;
	white-space: normal;
}
.dialog-header {
	margin: 0 24px 24px 3px;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 24px;
	color: #666;
	text-align: left;
}
.dialog-close {
	display: block;
	position: absolute;
	top: 0; right: 0;
	width: 48px;
	height: 48px;
	line-height: 48px !important;
	margin: 7px;
    border-radius: 100%;
	text-align: center;
	white-space: nowrap;
	font-size: 24px !important;
	color: #ABABAB;
	cursor: pointer;
	-webkit-transition: background 0.135s;
	-o-transition: background 0.135s;
	-moz-transition: background 0.135s;
	transition: background 0.135s;
}
.dialog-close:hover {
	background: rgba(0, 0, 0, 0.05);
}
.dialog-close:active {
	-webkit-transition: background 0s;
	-o-transition: background 0s;
	-moz-transition: background 0s;
	transition: background 0s;
	background: rgba(0, 0, 0, 0.09);
}
.loading-overlay {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 2;
	background: #FFF;
    border-radius: 12px;
}
.loading-overlay > div {
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
}
#topup-options-wrap > div {
	width: 780px;
	min-height: 96px;
	padding: 24px;
}
.topup-option {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 12px;
	border: 10px solid transparent;
	border-radius: 22px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: box-shadow 0.135s;
	transition: box-shadow 0.135s;
}
.topup-option:hover {
	-webkit-box-shadow: 0 0 0 1px #E0E0E0;
	   -moz-box-shadow: 0 0 0 1px #E0E0E0;
	        box-shadow: 0 0 0 1px #E0E0E0;
}
.topup-option > .amount-credits-container {
	margin-bottom: 12px;
	padding: 12px 0;
    background: #FCEAB1;
	border-radius: 22px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.75);
}
.topup-option .credits-icon {
	width: 20px;
    height: 20px;
    vertical-align: -3px;
    margin-right: 12px;
}
.topup-option > img {
	display: block;
	width: 144px;
	height: 144px;
	margin: 36px auto 16px;
}
.topup-option > .amount-currency-container {
	display: inline-block;
    position: relative;
    font-size: 17px;
    color: #424242;
}
.topup-option .currency {
	font-family: Roboto, sans-serif;
}
.topup-option .discount {
	position: absolute;
    top: -12px;
    right: -40px;
    border-radius: 99px;
    background: rgba(212, 73, 62, 0.85);
    padding: 2px 6px;
    font-weight: 600;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
}
#purchase-topic-design > div,
#purchase-topic-to-top-wrap > div,
#vip-bid-wrap > div,
#paid-sticker-group-wrap > div {
	width: 500px;
	padding: 24px;
	text-align: center;
}
#purchase-topic-design .dark-button,
#purchase-topic-to-top-wrap .dark-button,
#become-vip-wrap .light-button,
#vip-bid-wrap .light-button,
#become-vip-wrap .dark-button,
#vip-bid-wrap .dark-button,
#paid-sticker-group-info .dark-button {
	margin: 0 8px 6px;
    text-transform: uppercase;
}
#purchase-topic-design .dark-button img,
#purchase-topic-to-top-wrap .dark-button img,
#become-vip-wrap .light-button img,
#vip-bid-wrap .light-button img,
#become-vip-wrap .dark-button img,
#vip-bid-wrap .dark-button img,
#paid-sticker-group-info .dark-button img {
	width: 15px;
    height: 15px;
    vertical-align: -2px;
	margin-left: 6px;
}
#purchase-topic-design .dark-button .amount-credits,
#purchase-topic-to-top-wrap .dark-button .amount-credits,
#become-vip-wrap .light-button .amount-credits,
#vip-bid-wrap .light-button .amount-credits,
#become-vip-wrap .dark-button .amount-credits,
#vip-bid-wrap .dark-button .amount-credits,
#paid-sticker-group-info .dark-button .amount-credits {
	margin-left: 6px;
    font-weight: 600;
}
#purchase-topic-design-preview, #purchase-topic-color-preview {
	display: inline-block;
    position: relative;
	margin: 12px 0 40px;
	cursor: default;
}
#purchase-topic-design-preview:hover {
	opacity: 1;
}
#purchase-topic-design-preview .topic-button-with-design-inner {
	font-size: 13px;
}
#purchase-topic-to-top-description, #vip-bid-description {
	padding: 0 3px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #424242;
    text-align: left;
}
#become-vip-wrap > div {
	width: 500px;
	padding: 24px 27px;
	font-size: 14px;
    color: #424242;
	text-align: center;
}
#become-vip-wrap.edit > div {
	text-align: right;
}
#become-vip-wrap > div > * {
	text-align: left;
}
#become-vip-wrap > div > .dialog-close {
	text-align: center;
}
#become-vip-wrap .dialog-header {
	margin-left: 0;
}
#vip-tagline-wrap {
	width: 360px;
    margin: 20px auto;
}
#vip-tagline-description {
	margin-top: -2px;
    text-align: right;
    font-size: 11px;
    color: #888;
}
.vip-rules-header {
	font-weight: 600;
    font-size: 13px;
}
.vip-rules {
	font-size: 12px;
    color: #666;
}
#vip-adult {
	position: relative;
	width: 384px;
    margin: 20px auto;
    font-size: 13px;
    padding-right: 43px;
    padding-left: 0;
    padding: 12px 55px 12px 12px;
    box-sizing: border-box;
    border-radius: 9px;
	color: #383838;
	cursor: pointer;
	transition: background 0.135s;
}
#vip-adult:hover {
	background: rgba(0, 0, 0, 0.05);
}
#vip-adult:active {
	background: rgba(0, 0, 0, 0.09);
	transition: background 0s;
}
#vip-adult .switch {
	position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    height: 13.125px;
    margin: auto 0;
}
.vip-purchase-button {
	position: relative;
	margin-top: 20px !important;
	height: auto !important;
	width: 110px;
	line-height: normal !important;
	padding: 15px !important;
	vertical-align: top;
	box-sizing: content-box;
	border-radius: 12px;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center !important;
}
.vip-purchase-button.light-button {
	padding: 14px !important;
}
.vip-purchase-button > span:first-child {
	display: block;
	margin-bottom: 2px;
}
.vip-purchase-button b {
	font-weight: 600;
}
.vip-purchase-button .vip-purchase-details {
	text-transform: none;
	margin-bottom: 9px;
}
.vip-purchase-button img {
	margin-left: 0 !important;
}
.vip-purchase-discount {
	position: absolute;
	top: -8px;
	right: -10px;
	background: #FFE487;
	padding: 4px 8px;
	border-radius: 99px;
	font-weight: 600;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.6);
	-webkit-transform: rotateZ(-7deg);
	-ms-transform: rotateZ(-7deg);
	transform: rotateZ(-7deg);
}
#become-vip-wrap #save-vip {
	margin-top: 20px;
}
#vips {
	position: relative;
	width: 640px;
	margin: 0 auto;
}
#vips .section-header {
	overflow: hidden;
	line-height: 28px;
	margin-bottom: 20px;
}
#become-vip-open, #vip-bid-open {
	float: right;
	margin: 0 0 0 12px;
	text-transform: uppercase;
}
#become-vip-open.hidden, #vip-bid-open.hidden {
	display: none;
}
#become-vip-open {
	margin-top: -2px;
	margin-bottom: -2px;
}
#no-vips > div {
	padding: 12px 0;
    text-align: center;
    font-size: 15px;
    color: #999;
}
#vips > ul {
	margin: 0 -14px;
    padding: 0;
	height: 0;
	overflow: hidden;
}
.vip {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	position: relative;
	min-height: 36px;
	list-style-type: none;
	padding: 10px 14px 10px 59px;
	box-sizing: border-box;
	border-radius: 9px;
	cursor: pointer;
	transition: background 0.135s;
}
.vip.request-sent {
	cursor: default;
}
.vip:not(.request-sent):hover {
	background: rgba(0, 0, 0, 0.05);
}
.vip:not(.request-sent):active {
	background: rgba(0, 0, 0, 0.09);
	transition: background 0s;
}
.vip.adult {
	display: none;
}
#vips.show-adult .vip.adult {
	display: inline-block;
}
#vip-total-adult {
	margin-left: 16px;
    text-transform: none;
    font-size: 13px;
    line-height: 1;
    color: #777;
}
#vip-total-adult b {
	font-weight: 600;
}
.vip .avatar-wrapper {
	position: absolute;
	top: 0; left: 0;
	margin: 11px 12px;
	width: 36px;
	height: 36px;
}
.vip .default-avatar {
	line-height: 36px;
}
.vip-name {
	margin: 1px 0;
	font-size: 13px;
	font-weight: 600;
	color: #383838;
	white-space: nowrap;
	overflow: hidden;
}
.vip-tagline {
	position: relative;
	margin: 2px 0;
	min-height: 15px;
	max-height: 30px;
	overflow: hidden;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	color: #505050;
	overflow: hidden;
	transition: opacity 0.135s;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.vip-tagline img.emoji {
	width: 15px;
    height: 15px;
    margin: 0 1.5px;
    vertical-align: bottom;
}
.vip:hover .vip-tagline {
	opacity: 0;
}
.vip-bids {
	float: right;
	font-size: 13px;
    font-weight: 600;
	margin-left: 6px;
	margin-top: 1px;
}
.vip-bids > i {
	margin-right: 1px;
    font-size: 15px;
    color: #888;
	vertical-align: -3px;
	-webkit-transform: rotateZ(135deg);
     -moz-transform: rotateZ(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotateZ(135deg);
          transform: rotateZ(135deg);
}
.vip .online-indicator {
    top: 36px;
    left: 36px;
}
.vip-status {
	position: absolute;
	top: 29px;
	right: 10px;
	left: 59px;
	margin: 2px 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
	text-transform: uppercase;
    color: #999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.135s;
}
.vip-status > i {
	vertical-align: -2px;
    margin-right: 4px;
	font-size: 15px;
	line-height: 15px;
}
.vip:not(.request-sent):not(.added):not(.current-user):hover .vip-add {
	opacity: 1;
}
.vip.request-sent:hover .vip-request-sent,
.vip.added:hover .vip-added,
.vip.current-user:hover .vip-edit {
	opacity: 1;
}
#vip-bids-spinner-container {
	margin: 24px 0;
}
#vip-bids-spinner-container > * {
	display: inline-block;
	vertical-align: top;
}
.vip-bids-spinner-button {
	font-size: 20px !important;
}
#vip-bids {
	margin: 0 12px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
    color: #313131;
}

.topic-design-hearts {
	background: #FFD1D9 !important;
	color: #813C46 !important;
}
.topic-design-balloons {
	background: #C2EEFF !important;
	color: #507381 !important;
}
.topic-design-party {
	background: #FEF0A5 !important;
	color: #857A43 !important;
}
.topic-design-rainbow {
	background: #E4E8F4 !important;
	color: #67696e !important;
}
.topic-design-stars {
	background: #FFF3B3 !important;
	color: #857A43 !important;
}
.topic-design-flowers {
	background: #BAF4B3 !important;
	color: #42683E !important;
}
.topic-design-eggplant {
	background: #FCD8F7 !important;
	color: #743E93 !important;
}
.topic-design-laughing,
.topic-design-thinking,
.topic-design-heart-eyes,
.topic-design-kiss {
	background: #FFECAA !important;
	color: #846838 !important;
}
.topic-design-poop {
	background: #FCDBBE !important;
	color: #83653C !important;
}

#emoji {
	display: none;
	position: absolute;
	width: 349px;
	height: 292px;
	margin-bottom: 12px;
	border: 1px solid #CCC;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #FDFDFD;
    border-radius: 5px;
	z-index: 10;
	-webkit-user-select: none;
	-moz-user-select: none;
}
#emoji::before {
	content: "";
	position: absolute;
	bottom: -20px;
	right: 73.5px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #BBB;
}
#emoji::after {
	content: "";
	position: absolute;
	bottom: -18px;
	right: 74.5px;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-top-color: #FDFDFD;
}
#emoji #emoji-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    border-radius: inherit;
	overflow: hidden;
}
#emoji .emoji-content {
	position: absolute;
	top: 44px;
	left: 0;
	right: 0;
	bottom: 2px;
	padding: 0 12px 0 10px;
	text-align: center;
	overflow-y: auto;
	z-index: 0;
	will-change: scroll-position;
}
#emoji #emoji-loading-overlay {
	top: 44px;
	border-radius: 0;
}
#emoji #emoji-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 42px;
	background: #EFEFEF;
	white-space: nowrap;
	overflow: hidden;
}
#emoji #emoji-glow-top, #emoji #emoji-glow-bottom {
	position: absolute;
	left: 0;
	right: 0;
	height: 6px;
	pointer-events: none;
	z-index: 1;
}
#emoji #emoji-glow-top {
	top: 44px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(rgba(252, 252, 252, 0)));
	background: -webkit-linear-gradient(top, #FDFDFD 0%, rgba(252, 252, 252, 0) 100%);
	background: -moz-linear-gradient(top, #FDFDFD 0%, rgba(252, 252, 252, 0) 100%);
	background: linear-gradient(to bottom, #FDFDFD 0%, rgba(252, 252, 252, 0) 100%);
}
#emoji #emoji-glow-bottom {
	bottom: 2px;
	background: -webkit-gradient(linear, left bottom, left top, from(#FDFDFD), to(rgba(252, 252, 252, 0)));
	background: -webkit-linear-gradient(bottom, #FDFDFD 0%, rgba(252, 252, 252, 0) 100%);
	background: -moz-linear-gradient(bottom, #FDFDFD 0%, rgba(252, 252, 252, 0) 100%);
	background: linear-gradient(to top, #FDFDFD 0%, rgba(252, 252, 252, 0) 100%);
}
#emoji .emoji-group {
	margin: 5px 0 11px 0;
	text-align: left;
}
#emoji img.emoji {
	width: 21px;
	height: 21px;
	border: 3.5px solid transparent;
    border-radius: 2px;
	cursor: pointer;
}
#emoji .emoji:hover {
	background: #E9E9E9;
	border-color: #E9E9E9;
}
#emoji .emoji-delimiter {
	width: 100%;
	height: 1px;
	border: none;
	background: #DFDFDF;
}
#emoji .sticker-group {
	margin: 7px 0 15px 0;
	text-align: left;
	-webkit-transition: opacity 0.225s;
	-o-transition: opacity 0.225s;
	-moz-transition: opacity 0.225s;
	transition: opacity 0.225s;
}
#emoji.stickers-disabled .sticker-group {
	opacity: 0.6;
}
#emoji .sticker {
	display: inline-block;
	vertical-align: top;
	width: 25%;
    border-radius: 2px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90% auto;
	padding-top: 25%;
	cursor: pointer;
	-webkit-transition: background-color 0.135s;
	-o-transition: background-color 0.135s;
	-moz-transition: background-color 0.135s;
	transition: background-color 0.135s;
}
#emoji.stickers-disabled .sticker {
	cursor: default;
}
#emoji:not(.stickers-disabled) .sticker:hover {
	background-color: #F3F3F3;
}
#emoji .emoji-nav-tab {
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 24px;
	color: rgba(0, 0, 0, 0.4);
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: background-color 0.135s;
	-o-transition: background-color 0.135s;
	-moz-transition: background-color 0.135s;
	transition: background-color 0.135s;
}
#emoji .emoji-nav-tab.current {
	background-color: #FDFDFD;
}
#emoji .emoji-nav-tab:not(.disabled):not(.current):hover {
	background-color: #E2E2E2;
}
#emoji .emoji-nav-tab.disabled {
	color: rgba(0, 0, 0, 0.225);
	cursor: default;
}
#emoji .emoji-nav-tab-sticker {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 66% auto;
}
#emoji .emoji-nav-tab-sticker > .new-badge {
	display: none;
	position: absolute;
    top: 2px;
    right: 2px;
    background: #D4493E;
    border-radius: 4px;
    padding: 0 3px;
    line-height: 13px;
    font-size: 8px;
    color: #FFF;
}
#emoji .emoji-nav-tab-sticker.new > .new-badge {
	display: block;
}
#emoji-paid-sticker-popup {
	position: absolute;
	z-index: 11;
	top: 0;
	right: 100%;
	width: 192px;
    margin-right: 12px;
	padding: 12px;
	border: 1px solid #CCC;
	background: #FFF;
    border-radius: 8px;
	text-align: center;
}
#emoji-paid-sticker-popup.hidden {
	opacity: 0;
	-webkit-transform: translateX(-20px);
     -moz-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
       -o-transform: translateX(-20px);
          transform: translateX(-20px);
}
#emoji-paid-sticker-popup::before, #emoji-paid-sticker-popup::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
	width: 0;
	height: 0;
}
#emoji-paid-sticker-popup::before {
	right: -20px;
	border: 10px solid transparent;
	border-left-color: #BBB;
}
#emoji-paid-sticker-popup::after {
	right: -18px;
	border: 9px solid transparent;
	border-left-color: #FFF;
}
#emoji-paid-sticker-popup-sticker {
	width: 100%;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin-bottom: 22px;
}
#emoji-paid-sticker-popup-price {
	font-size: 14px;
    font-weight: 600;
	color: #424242;
	margin-bottom: 6px;
}
#emoji-paid-sticker-popup-price > img {
	width: 15px;
    height: 15px;
    vertical-align: -2px;
	margin-right: 6px;
}
#emoji-paid-sticker-popup-price-label {
	font-size: 12px;
	color: #777;
	text-transform: uppercase;
	margin-bottom: 4px;
}
#paid-stickers-offer {
	display: none;
	opacity: 0;
	position: absolute;
	width: 250px;
	margin-bottom: 12px;
	border: 1px solid #CCC;
	background: #FFF;
	border-radius: 12px;
    padding: 16px 34px 16px 20px;
    font-size: 14px;
    color: #424242;
	z-index: 10;
}
#paid-stickers-offer::before, #paid-stickers-offer::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
}	
#paid-stickers-offer::before {
	bottom: -20px;
	right: 73.5px;
	border: 10px solid transparent;
	border-top-color: #BBB;
}
#paid-stickers-offer::after {
	bottom: -18px;
	right: 74.5px;
	border: 9px solid transparent;
	border-top-color: #FDFDFD;
}
#paid-stickers-offer-close {
	position: absolute;
	top: 0; right: 0;
	width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 100%;
	margin: 3px;
	text-align: center;
	white-space: nowrap;
	font-size: 18px;
	color: #ABABAB;
	cursor: pointer;
	transition: background 0.135s;
}
#paid-stickers-offer-close:hover {
	background: rgba(0, 0, 0, 0.05);
}
#paid-stickers-offer-close:active {
	transition: background 0s;
	background: rgba(0, 0, 0, 0.09);
}

#announcements-section-container {
	position: relative;
	width: 736px;
    margin: auto;
}
#announcements-section {
	margin: 0 auto 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	overflow: hidden;
}
.announcement {
	margin-left: 26px;
    background: #FFF;
    border-radius: 15px;
	-webkit-box-flex: 1;
	    -webkit-flex: 1;
	   -moz-box-flex: 1;
		    -ms-flex: 1;
			    flex: 1;
    min-width: 315px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.announcement:first-of-type {
	margin-left: 0;
}
.announcement-header {
    background-size: cover;
    background-position: center;
    min-height: 100px;
    padding: 18px 30px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.announcement-header h2 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #FFF;
    background: rgba(0, 0, 0, 0.3);
    padding: 3px 8px;
    border-radius: 6px;
}
.announcement-header h2:empty {
	display: none;
}
.announcement-content {
	-webkit-box-flex: 1;
	    -webkit-flex: 1;
	   -moz-box-flex: 1;
		    -ms-flex: 1;
			    flex: 1;
    padding: 20px 30px 26px;
    font-size: 14px;
    color: #424242;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.announcement-content p {
    margin: 0;
}
.announcement-content a {
	padding-top: 14px;
    margin-top: auto;
    color: #348ABC;
    text-decoration: none;
}
.announcement-content a:visited {
    color: #348ABC;
}
.announcement-content a > span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 13px;
    line-height: 18px;
    text-decoration: underline;
}
.announcement-content a:hover span {
    text-decoration: none;
}
.announcement-content a > i {
    float: right;
    font-size: 14px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin: 1px 0 -1px 4px;
}
.announcement.no-image .announcement-header {
	min-height: 0;
    padding-top: 26px;
    padding-bottom: 0;
}
.announcement.no-image .announcement-header h2 {
	background: none;
    padding: 0;
    color: #424242;
}
.announcement.no-image .announcement-content {
	padding-top: 1em;
}
.announcement:first-of-type:last-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
}
.announcement:first-of-type:last-of-type .announcement-header {
    width: 300px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.announcement.no-image:first-of-type:last-of-type .announcement-header {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.announcement.no-image:first-of-type:last-of-type .announcement-content {
	padding-top: 26px;
}
#announcements-toggle {
	position: relative;
	top: -3px;
	width: 736px;
    margin: auto;
    text-align: right;
	font-size: 11px;
    line-height: 16px;
    margin-top: -16px;
}
#announcements-toggle > a {
    color: #AAA;
    cursor: pointer;
	-webkit-text-decoration-line: underline;
	   -moz-text-decoration-line: underline;
	        text-decoration-line: underline;
    -webkit-text-decoration-color: #C2C2C2;
       -moz-text-decoration-color: #C2C2C2;
            text-decoration-color: #C2C2C2;
}
#announcements-toggle > a:hover {
	-webkit-text-decoration-line: none;
	   -moz-text-decoration-line: none;
	        text-decoration-line: none;
}
#announcements-scroll-left, #announcements-scroll-right {
	position: absolute;
	top: 0;
    bottom: 0;
    margin: auto;
	transition: opacity 0.135s, visibility 0.135s, background 0.135s;
	-webkit-transition: opacity 0.135s, visibility 0.135s, background 0.135s;
}
#announcements-scroll-left {
	left: -16px;
}
#announcements-scroll-right {
	right: -16px;
}
#announcements-scroll-left.hidden, #announcements-scroll-right.hidden {
	opacity: 0;
	visibility: hidden;
}

#room-header {
	margin: 0;
    overflow: hidden;
    line-height: 44px;
}
#room-options {
	float: right;
    border: 1px solid #DDD;
    border-radius: 12px;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.room-option {
    position: relative;
    display: inline-block;
    vertical-align: top;
	min-width: 156px;
	box-sizing: border-box;
	text-align: center;
    padding: 0 22px;
    line-height: 42px;
    font-size: 14px;
    color: #424242;
	cursor: pointer;
	transition: background 0.09s, color 0.09s;
	-webkit-transition: background 0.09s, color 0.09s;
}
.room-option:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.room-option:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.room-option > svg {
    width: 16px;
    height: 16px;
    margin-right: 7px;
    vertical-align: -2px;
	transition: color 0.09s;
	-webkit-transition: color 0.09s;
}
.room-option > .check-container {
	display: inline-block;
	vertical-align: -4px;
	line-height: normal;
	opacity: 0;
	width: 0;
	overflow: hidden;
	transition: opacity 0.09s, width 0.09s;
	-webkit-transition: opacity 0.09s, width 0.09s;
}
.room-option > .check-container > i {
	vertical-align: top;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.9);
	margin-left: 8px;
}
.room-option:not(:first-child) {
    border-left: 1px solid #DDD;
}
.room-option.selected {
    z-index: 1;
    background: #D85A50;
    line-height: 44px;
    padding: 0 24px;
    margin: -1px;
    color: #FFF;
}
.room-option.selected > svg {
	color: #FFF !important;
}
.room-option.selected > .check-container {
	opacity: 1;
	width: 28px;
}
#topic-main-container {
	margin-bottom: 30px;
}
#topic-field-container {
	float: left;
    width: 244px;
}
#topic-form .field-wrap {
	margin-bottom: 7px;
}
#topics-adult {
	float: right;
    position: relative;
    margin-top: 24px;
    padding: 0 12px;
    border: 1px solid #DDD;
    border-radius: 12px;
    cursor: pointer;
    -webkit-transition: background-color 0.135s;
	-o-transition: background-color 0.135s;
	-moz-transition: background-color 0.135s;
	transition: background-color 0.135s;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#topics-adult:hover {
	background: rgba(0, 0, 0, 0.05);
}
#topics-adult:active {
	background: rgba(0, 0, 0, 0.09);
	transition: background 0s;
}
#topics-adult > .label {
	padding: 2px 38px 2px 0;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
#topics-adult > .label > b {
	font-weight: 600;
}
#topics-adult > .switch {
	position: absolute;
	top: 0;
    right: 12px;
    bottom: 0;
    height: 13.125px;
    margin: auto 0;
}
.topic-options-button {
	float: right;
    margin: 32px 0 0 16px;
    text-transform: uppercase;
	border: none;
    background: #FFF0C1;
    color: #574F35;
    line-height: 30px;
    padding: 0 11px;
}
.topic-options-button > img {
	height: 16px;
    vertical-align: -3px;
    margin-right: 7px;
}
.topic-options-button:hover, .topic-options-button:active {
	background: #FFF4D2;
}
#show-topic-design-options {
	margin-right: 0;
}
#topic-to-top > .switch:not(.on) i {
	background: #CCC09A;
}
#topic-to-top > .switch:not(.on) i::after {
	border-color: #CCC09A;
}
#topic-to-top {
	position: relative;
	padding-right: 44px;
}
#topic-to-top > .switch {
	position: absolute;
	top: 0;
    right: 6px;
    bottom: 0;
    height: 12px;
    margin: auto 0;
}
#topic-to-top > .switch i {
	width: 22px;
	height: 12px;
}
#topic-to-top > .switch i::after {
    top: -2px;
	width: 16px;
	height: 16px;
}
#topic-design-options {
	display: none;
	position: relative;
	overflow: hidden;
	padding: 0 48px;
}
.scroll-button {
	width: 32px;
	height: 32px;
	border: 1px solid #DDD;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 100%;
	background: #FFF;
	font-size: 24px !important;
	line-height: 30px !important;
	text-align: center;
	color: #737373;
	cursor: pointer;
	-webkit-transition: background 0.135s;
	-o-transition: background 0.135s;
	-moz-transition: background 0.135s;
	transition: background 0.135s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#topic-design-options-scroll-left, #topic-design-options-scroll-right {
	position: absolute;
	top: 0; bottom: 0;
	margin: auto 16px;
}
.scroll-button:not(.disabled):hover {
	background: #F5F5F5;
}
.scroll-button:not(.disabled):active {
	background: #E8E8E8;
}
#topic-design-options-scroll-left {
	left: 0;
	margin-left: 0;
}
#topic-design-options-scroll-right {
	right: 0;
	margin-right: 0;
}
.scroll-button.disabled {
	border-color: #EBEBEB;
	color: #ABABAB;
	cursor: default;
}
#topic-design-options-loading-overlay {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: #FFF;
}
#topic-design-options-loading-overlay > div {
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
}
#topic-design-options-inner {
	width: 100%;
	overflow-x: scroll;
    white-space: nowrap;
}
.topic-design-option {
	display: inline-block;
    vertical-align: middle;
    margin: 6px 8px 6px 0;
	padding: 8px 10px;
	border: 1px solid transparent;
    border-radius: 8px;
	cursor: pointer;
	-webkit-transition: border-color 0.135s;
	-o-transition: border-color 0.135s;
	-moz-transition: border-color 0.135s;
	transition: border 0.135s;
}
.topic-design-option:hover {
	border-color: #DDD;
}
.topic-design-option.selected {
	border-color: #D4493E;
}
.topic-design-default {
	width: 75px;
    height: 16px;
    margin: 9px 0;
    background: #EDEDED;
    border-radius: 4px;
}
.topic-design-preview {
	position: relative;
	padding: 6px;
}
.topic-design-preview-overlay {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-size: 51px 33.6px !important;
}
.topic-design-preview-inner {
	width: 70px;
	height: 22px;
	background: #EDEDED;
	border-radius: 8px;
}
#topics, #topics-top {
	position: relative;
	width: 640px;
	margin: 0 auto;
}
#topics > ul, #topics-top > ul {
	position: relative;
	margin: 0 -7px;
    padding: 0;
	list-style: none;
	height: 56px;
	min-height: 56px;
	overflow: hidden;
}
#topics-top {
	border-bottom: 1px solid #DDD;
	padding-bottom: 13px;
	margin-bottom: 27px;
}
.section {
	width: 640px;
    margin: 0 auto 26px;
    background: #FFF;
    padding: 30px 48px;
    border-radius: 15px;
}
.section-header {
	margin: 0 0 20px;
	font-size: 15px;
    line-height: 18px;
    color: #999;
	text-transform: uppercase;
}
.section-header > img {
	height: 13px;
	margin-right: 10px;
}
#all-topics-container {
	padding-bottom: 18px;
	position: relative;
}
#all-topics-container .section-header {
	margin-bottom: 13px;
}
#topics-loading {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 18px;
	left: 0;
	height: 56px;
	background: #FFF;
}
#topics-loading-spinner {
	text-align: center;
}
#topics-loading-spinner > .preloader-wrapper {
	vertical-align: top;
	margin: 10px 0;
	width: 36px;
    height: 36px;
}
#topics-empty {
	padding-top: 20px;
    text-align: center;
    font-size: 15px;
    color: #999;
}
.topic-button {
	position: absolute;
	list-style: none;
    height: 28px;
    line-height: 28px;
    margin: 0 7px 14px;
    padding: 0 10px;
    background: #EDEDED;
    border-radius: 8px;
    font-size: 14px;
	color: #424242;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: background-color 0.135s;
	-o-transition: background-color 0.135s;
	-moz-transition: background-color 0.135s;
	transition: background 0.135s;
}
.topic-button:hover {
	background: #DFDFDF;
}
.topic-button:active {
	transition: background 0s;
	background: #CECECE;
}
.topic-button.colored {
	color: rgba(0, 0, 0, 0.75);
}
.topic-button-with-design {
	position: absolute;
	list-style: none;
    height: 36px;
    margin: -10px -2px 0;
    padding: 10px;
	background: none;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: opacity 0.135s;
	-o-transition: opacity 0.135s;
	-moz-transition: opacity 0.135s;
	transition: opacity 0.135s;
}
.topic-button-with-design:hover {
	background: none;
	opacity: 0.8;
}
.topic-button-with-design:active {
	background: none;
}
.topic-button-with-design-inner {
	min-width: 50px;
	height: 36px;
    line-height: 36px;
	padding: 0 34px;
    background: #EDEDED;
    border-radius: 14px;
	text-align: center;
    font-size: 14px;
	color: #424242;
}
.topic-button-with-design-overlay {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-size: 85px 56px !important;
}
#topics.expanded > #topics-show-all, #topics.single-line > #topics-show-all {
	display: none;
}
#topics.expanded::after, #topics.single-line::after {
	content: none;
}
#topics::after {
	content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 60px;
	border: 0px solid #FFF;
	border-right-width: 130px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	pointer-events: none;
}
#topics-show-all {
	position: absolute;
	z-index: 1;
	top: 0; right: 0; bottom: 0;
	height: 26px;
    margin: auto;
	line-height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 0 26px;
    border: 1px solid #DDD;
	background: #FFF;
    border-radius: 8px;
    font-size: 12px;
    color: #555;
    text-decoration: none;
	text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background 0.135s;
    -o-transition: background 0.135s;
    -moz-transition: background 0.135s;
    transition: background 0.135s;
}
#topics-show-all:hover {
	background: #F5F5F5;
}
#topics-show-all:active {
	background: #E8E8E8;
}
#topics-show-all::before {
	content: "";
	position: absolute;
	top: 0;
	left: 9px;
	bottom: 0;
	height: 0;
	margin: auto 0;
	border-width: 6px 4px 0 4px;
	border-style: solid;
	border-color: #999 transparent transparent transparent;
	pointer-events: none;
}
#topic-incorrect {
	height: 15px;
	text-align: right;
	font-size: 11px;
	color: #D4493E;
}
#topic-optional {
	height: 15px;
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
	color: #888;
}
#topic-optional.hidden {
	display: block;
	opacity: 0;
}
#topic-incorrect:not(.hidden) ~ #topic-optional {
	display: none;
}
#topic-rules {
	width: 460px;
	height: 15px;
	font-size: 11px;
	color: #888;
}
#topic-rules:not(.hidden) ~ #topic-optional {
	display: none;
}
#topic-rules:not(.hidden):not(.topic-has-error) ~ #topic-incorrect {
	display: none;
}
#topic-rules.topic-has-error {
	display: none;
}
#topic-current {
	display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-left: 18px;
    padding-left: 10px;
    background: #EDEDED;
    border-radius: 8px;
    font-size: 14px;
	color: #424242;
}
#topic-current.hidden, #topic-current-with-design.hidden {
	display: none;
}
#topic-current > i, #topic-current-with-design > i {
	vertical-align: top;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    color: rgba(0, 0, 0, 0.55);
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color 0.135s;
    -o-transition: color 0.135s;
    -moz-transition: color 0.135s;
    transition: color 0.135s;
}
#topic-current > i:hover {
	color: rgba(0, 0, 0, 0.9);
}
#topic-current-with-design {
	display: inline-block;
	position: relative;
    height: 36px;
	margin: -11px 0 -8px 18px;
    padding: 10px;
	background: none;
	white-space: nowrap;
}
#topic-current-with-design > i {
	position: absolute;
	top: 0;
	right: -34px;
	margin: 14px 0;
	font-size: 16px;
	border-radius: 100%;
    -webkit-transition: background-color 0.135s;
    -o-transition: background-color 0.135s;
    -moz-transition: background-color 0.135s;
    transition: background-color 0.135s;
}
#topic-current-with-design > i:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
#sections-chat-container {
	position: relative;
	background: #F5F5F5;
	padding: 23px 0;
	margin: 0 6px;
	border-radius: 8px;
}
#sections-chat-container:before {
	content: "";
    position: absolute;
    top: -20px;
    left: 12px;
    border: 10px solid transparent;
	border-bottom-color: #F5F5F5;
}
#sections-chat-container .section {
    margin-left: 23px;
    margin-bottom: 23px;
	padding: 26px 36px;
}
#sections-chat-container .startChat {
	display: none;
}
#sections-chat-container #vips {
	margin-bottom: 0;
}
#topic-current-chat, #room-current-chat {
	padding: 5px 8px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color: #777;
}
#topic-current-chat.hidden, #room-current-chat.hidden {
	display: none;
}
#topic-current-chat > span {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	margin-left: 6px;
	padding: 0 10px;
	background: #EDEDED;
	border-radius: 8px;
	text-transform: none;
	font-size: 14px;
	color: #424242;
}
#room-current-chat > svg {
	width: 16px;
    height: 16px;
	vertical-align: -3px;
    margin-left: 7px;
}
#room-current-chat > span {
	text-transform: none;
    margin-left: 7px;
    color: #424242;
}

#paid-sticker-group-wrap > div {
	width: 576px;
}
#paid-sticker-group-header {
	position: -webkit-sticky;
	position: sticky;
	top: -16px;
    margin-top: -16px;
    padding-top: 16px;
	background: #FFF;
	padding-bottom: 24px;
	text-align: left;
}
#paid-sticker-group-preview {
	float: left;
	width: 96px;
	height: 96px;
	margin-right: 24px;
}
#paid-sticker-group-info {
	overflow: hidden;
}
#paid-sticker-group-title {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 6px;
	color: #424242;
}
#paid-sticker-group-description {
	font-size: 13px;
	color: #666;
	margin-bottom: 18px;
}
#paid-sticker-group-signup-container {
	overflow: hidden;
	border: 1px solid #E0E0E0;
	border-radius: 12px;
	padding: 16px 20px;
	font-size: 13px;
	color: #424242;
}
#paid-sticker-group-signup-buttons {
	margin-top: 20px;
	text-align: right;
}
#paid-sticker-group-signup-buttons .dark-button {
	margin: 0;
	text-transform: uppercase;
}
#paid-sticker-group-info #paid-sticker-group-purchase {
	margin: 0;
}

#paid-sticker-group-stickers .sticker {
	display: inline-block;
	width: 25%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90% auto;
	padding-top: 25%;
}

.modal-wrap {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 35;
	background: rgba(0, 0, 0, 0.28);
	cursor: default;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.modal {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        -moz-transform: translate(-50%, -50%);
	          -o-transform: translate(-50%, -50%);
	     transform: translate(-50%, -50%);
	width: 340px;
	max-width: 100%;
	background: #FFF;
    border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.20);
	        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.20);
}
.modal-header:not(:empty) {
	width: 100%;
	padding: 21px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 14px;
	font-weight: 600;
	color: #222;
}
.modal-content:not(:empty) {
	width: 100%;
	padding: 6px 21px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 13px;
	font-weight: 400;
	color: #222;
}
.modal-header:empty + .modal-content {
	padding: 21px;
}
.modal-content b {
	font-weight: 600;
}
.modal-buttons {
	width: 100%;
	padding: 6.5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: right;
	color: #D4493E;
}

.notification {
	position: absolute;
	left: 50%; bottom: 79px;
	z-index: 36;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        -moz-transform: translateX(-50%);
	          -o-transform: translateX(-50%);
	     transform: translateX(-50%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 20px 0;
	padding: 10px 20px;
	background: #666;
	background: rgba(0, 0, 0, 0.575);
    border-radius: 99px;
	font-size: 13.5px;
	font-weight: 400;
	color: #FFF;
	color: rgba(255, 255, 255, 0.9);
	white-space: nowrap;
	-webkit-transition: bottom 0.135s;
	-o-transition: bottom 0.135s;
	-moz-transition: bottom 0.135s;
	transition: bottom 0.135s;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.notification ~ .notification {
	bottom: 128px;
}

#side-toggle {
	display: block;
	position: absolute;
	top: 30px; right: 0;
	height: 46px;
	width: 46px;
	background: #D4493E;
			border-radius: 9px 0 0 9px;
	line-height: 46px;
	text-align: center;
	font-size: 26px;
	color: #FFF;
	color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
	z-index: 13;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	-webkit-transition: top 0.18s, right 0.18s, -webkit-box-shadow 0.18s;
	transition: top 0.18s, right 0.18s, -webkit-box-shadow 0.18s;
	-o-transition: top 0.18s, right 0.18s, box-shadow 0.18s;
	-moz-transition: top 0.18s, right 0.18s, box-shadow 0.18s;
	transition: top 0.18s, right 0.18s, box-shadow 0.18s;
	transition: top 0.18s, right 0.18s, box-shadow 0.18s, -webkit-box-shadow 0.18s;
}
#side-toggle.side-shown {
	right: 300px;
}
#side-toggle.has-unread:not(.side-shown) {
	color: rgba(0, 0, 0, 0);
}
#side-toggle.has-unread:not(.side-shown)::before {
	content: "\e800";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 26px;
	height: 26px;
	margin: auto;
	line-height: 26px;
	background: #FFF;
	border-radius: 100%;
	color: #D4493E;
	font-size: 20px;
	text-align: center;
	animation: unread-pumping 2s ease infinite;
}
body.start-page #side-toggle {
	top: 20px;
}
body.start-page #side-toggle.side-shown::after {
	content: "";
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	width: 8px;
	background: #D4493E;
}

#side {
	right: 0;
	-webkit-transition: -webkit-box-shadow 0.18s;
	transition: -webkit-box-shadow 0.18s;
	-o-transition: box-shadow 0.18s;
	-moz-transition: box-shadow 0.18s;
	transition: box-shadow 0.18s;
	transition: box-shadow 0.18s, -webkit-box-shadow 0.18s;
}
#chat {
	right: 0;
	-webkit-transition: right 0.18s;
	-o-transition: right 0.18s;
	-moz-transition: right 0.18s;
	transition: right 0.18s;
}
#chat.side-shown {
	right: 300px;
}
#chat-header {
	right: 50px;
}
#push-offer {
	right: 0;
}
#push-offer.side-shown {
	right: 300px;
}
body.start-page {
	margin-right: 0;
	-webkit-transition: margin-right 0.18s;
	-o-transition: margin-right 0.18s;
	-moz-transition: margin-right 0.18s;
	transition: margin-right 0.18s;
}
body.start-page.side-shown {
	margin-right: 300px;
}

body.av-shown #chat {
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-position: right bottom;
	mask-position: right bottom;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
body.av-shown #side {
	bottom: 267px; /* 15 + 6 + 240 + 6 */
}
body.av-shown #side:not(.logged-in) #side-content {
	margin-bottom: 0;
}
body.av-shown #controls {
	right: 112px; /* 100 + 6 + 6 */
}
body.av-shown #push-offer {
	bottom: 267px;
}
body.av-shown #paid-stickers-offer {
	margin-left: -112px;
}
#av {
	display: none;
	position: absolute;
	z-index: 13;
	right: 0;
	bottom: 15px;
	width: 400px;
	height: 240px;
	padding: 6px;
	background: #D4493E;
	border-radius: 6px 0 0 6px;
}
#av.mask-fallback::before, #av.mask-fallback::after {
	content: "";
	position: absolute;
	background: #FFE487;
	border-radius: 12px;
}
#av.mask-fallback::before {
	top: -20px;
	bottom: 0;
	left: -20px;
	width: 20px;
}
#av.mask-fallback::after {
	top: -20px;
	left: -20px;
	width: 120px;
	height: 20px;
}
body.av-shown #av {
	display: block;
}
#av-corner {
	position: absolute;
	top: -10px;
	left: 102px; /* 6 + 100 + 6 */
	width: 10px;
	height: 10px;
	background: #D4493E;
}
#av.mask-fallback #av-corner {
	display: none;
}
#av.loading {
	display: block;
	opacity: 0.001;
	pointer-events: none;
}
#av-inner {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: 6px;
	background: #000;
}
#curved-scrollbar {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 100%;
	opacity: 0.3;
	pointer-events: none;
	cursor: pointer;
	transition: opacity 0.18s;
}
#curved-scrollbar.hidden {
	opacity: 0;
}
#curved-scrollbar:not(.hidden) > path {
	pointer-events: auto;
}
#log ol > li {
	padding-right: 101px; /* 122 - 17 - 17 + 15 + 8 */
}
#log ol > li .time {
	margin-right: -101px;
	background: inherit;
    padding-left: 15px;
}
#log ol > li.time-revealed .time {
	-webkit-transform: translateX(-101px);
	   -moz-transform: translateX(-101px);
	     -o-transform: translateX(-101px);
	        transform: translateX(-101px);
	-webkit-animation: 0.18s forwards reveal-time;
	   -moz-animation: 0.18s forwards reveal-time;
	     -o-animation: 0.18s forwards reveal-time;
	        animation: 0.18s forwards reveal-time;
}
@-webkit-keyframes reveal-time {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes reveal-time {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media (max-width: 1283px) {
	
	body.start-page {
		margin-right: 0 !important;
	}
	
	body.start-page #side.show {
		-webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.21);
		        box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.21);
	}
	
	body.start-page #side-toggle.side-shown {
		-webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.21);
				box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.21);
	}
	
}
@media (max-width: 1012px) and (max-height: 640px) {
	
	body.start-page #side-toggle {
		-webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.21);
		        box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.21);
	}
	
}

body.restore {
	overflow-y: auto;
}
body.restore .chatContent {
	padding-right: 0;
}
body.restore #content {
	position: relative;
	text-align: center;
}
body.restore #contacts-loading {
	border-radius: 15px;
	z-index: 3;
}
#restore-block {
	display: inline-block;
	width: 290px;
}
#restore-success {
	padding: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #888;
	text-align: center;
}
#restore-success i {
	margin-bottom: 10px;
	font-size: 36px;
	color: #AAA;
}
#restore-success p {
	font-size: 13px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
	
	body.restore {
		background: none;
	}
	body.restore #wrapper,
	body.restore .chatContent,
	body.restore #page {
		position: absolute;
		top: 0; left: 0; right: 0; bottom: 0;
		border-radius: 0;
		overflow: hidden;
	}
	body.restore #page {
		width: auto;
	}
	body.restore #header {
		position: absolute;
		top: 0; right: 0; left: 0;
		z-index: 1;
		height: 50px;
		padding: 0;
		border-radius: 0;
		background: #D4493E;
		box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	}
	body.restore #header h2,
	body.restore #header p {
		display: none;
	}
	body.restore #header h1 {
		position: absolute;
		top: 0; right: 0; left: 0;
		height: 50px;
		line-height: 50px;
		font-family: 'Open Sans', 'Roboto', Tahoma, Arial, sans-serif;
		font-size: 20px;
		font-weight: 600;
		color: #FFF;
		color: rgba(255, 255, 255, 0.9);
		text-align: center;
	}
	body.restore #main {
		position: absolute;
		top: 50px; bottom: 0; left: 0; right: 0;
		border-radius: 0;
		margin: 0;
		background: #FFF;
		overflow-y: auto;
		z-index: 0;
	}
	body.restore #footer {
		display: none;
	}
	#restore-block {
		width: 250px;
	}
	
}

@keyframes unread-pumping {
	0% {
		transform: scale(1);
	}
	80% {
		transform: scale(1);
	}
	90% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
@-webkit-keyframes pulse {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.4;
	}
	100% {
		opacity: 1
	}
}
@-moz-keyframes pulse {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.4;
	}
	100% {
		opacity: 1
	}
}
@keyframes pulse {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.4;
	}
	100% {
		opacity: 1
	}
}


.simple-spinner {
	-webkit-animation: rotate 1.1s linear infinite;
			-moz-animation: rotate 1.1s linear infinite;
	     animation: rotate 1.1s linear infinite;
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}
@-moz-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
				-moz-transform: rotate(0deg);
		     transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
				-moz-transform: rotate(360deg);
		     transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
				-moz-transform: rotate(0deg);
				  -o-transform: rotate(0deg);
		     transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
				-moz-transform: rotate(360deg);
				  -o-transform: rotate(360deg);
		     transform: rotate(360deg);
	}
}

.icon-typing .clip {
	fill: #FFF;
}
.icon-typing .pencil {
	-webkit-animation: icon-typing-pencil-movement 1.5s linear infinite;
			-moz-animation: icon-typing-pencil-movement 1.5s linear infinite;
	     animation: icon-typing-pencil-movement 1.5s linear infinite;
	fill: #888;
}
.icon-typing .dots {
	fill: #888;
}
.icon-typing .clip {
	-webkit-animation: icon-typing-dots-clip 1.5s linear infinite;
			-moz-animation: icon-typing-dots-clip 1.5s linear infinite;
	     animation: icon-typing-dots-clip 1.5s linear infinite;
}
@-webkit-keyframes icon-typing-pencil-movement {
	0% {
		-webkit-transform: translate(-25.067px, 0);
				transform: translate(-25.067px, 0);
	}
	50% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}
}
@-moz-keyframes icon-typing-pencil-movement {
	0% {
		-webkit-transform: translate(-25.067px, 0);
				-moz-transform: translate(-25.067px, 0);
		     transform: translate(-25.067px, 0);
	}
	50% {
		-webkit-transform: translate(0, 0);
				-moz-transform: translate(0, 0);
		     transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
				-moz-transform: translate(0, 0);
		     transform: translate(0, 0);
	}
}
@keyframes icon-typing-pencil-movement {
	0% {
		-webkit-transform: translate(-25.067px, 0);
				-moz-transform: translate(-25.067px, 0);
				  -o-transform: translate(-25.067px, 0);
		     transform: translate(-25.067px, 0);
	}
	50% {
		-webkit-transform: translate(0, 0);
				-moz-transform: translate(0, 0);
				  -o-transform: translate(0, 0);
		     transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
				-moz-transform: translate(0, 0);
				  -o-transform: translate(0, 0);
		     transform: translate(0, 0);
	}
}
@-webkit-keyframes icon-typing-dots-clip {
	0% {
		-webkit-transform: translate(-25.067px, 0);
				transform: translate(-25.067px, 0);
	}
	50% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
	}
}
@-moz-keyframes icon-typing-dots-clip {
	0% {
		-webkit-transform: translate(-25.067px, 0);
				-moz-transform: translate(-25.067px, 0);
		     transform: translate(-25.067px, 0);
	}
	50% {
		-webkit-transform: translate(0, 0);
				-moz-transform: translate(0, 0);
		     transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
				-moz-transform: translate(0, 0);
		     transform: translate(0, 0);
	}
}
@keyframes icon-typing-dots-clip {
	0% {
		-webkit-transform: translate(-25.067px, 0);
				-moz-transform: translate(-25.067px, 0);
				  -o-transform: translate(-25.067px, 0);
		     transform: translate(-25.067px, 0);
	}
	50% {
		-webkit-transform: translate(0, 0);
				-moz-transform: translate(0, 0);
				  -o-transform: translate(0, 0);
		     transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
				-moz-transform: translate(0, 0);
				  -o-transform: translate(0, 0);
		     transform: translate(0, 0);
	}
}

.preloader-wrapper {
	display: inline-block;
    width: 44px;
    height: 44px;
}

.preloader-wrapper > svg {
    display: block;
    width: inherit;
    height: inherit;
    -webkit-animation: rotate 2s linear infinite;
       -moz-animation: rotate 2s linear infinite;
         -o-animation: rotate 2s linear infinite;
            animation: rotate 2s linear infinite;
    -webkit-transform-origin: center center;
       -moz-transform-origin: center center;
        -ms-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
}

.preloader-wrapper .circle {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: 0;
    fill: none;
    stroke: #D4493E;
    stroke-width: 3px;
    -webkit-animation: dash 1.5s ease-in-out infinite;
       -moz-animation: dash 1.5s ease-in-out infinite;
         -o-animation: dash 1.5s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-moz-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-o-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}