/*
Stylus variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon_home_width;
}

The large array-like variables contain all information about a single icon
$icon_home = x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet = width height image $spritesheet_sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  spriteWidth($icon_home)
}

.icon-email {
  sprite($icon_email)
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of Stylus

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

sprites($spritesheet_sprites);
*/

/*
@author Oleg Denisov
@url http://olegdee.ru/
*/

/* normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  background-color: #fff4f0 ;
  color: #000 ;
  font-size: 100% ;
  -webkit-text-size-adjust: 100% ;
  -ms-text-size-adjust: 100% ;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #333;
}

body {
  margin: 0;
  font-size: 14px;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.4;
}

a {
  color: #e4a11e;
  text-decoration: none;
}

a:hover {
  color: #0096dd;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 0 0 1em;
}

p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0 ;
  -ms-interpolation-mode: bicubic ;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0 ;
  padding: 0;
  white-space: normal ;
  *margin-left: -7px ;
}

button,
input,
select,
textarea {
  font-size: 100% ;
  margin: 0 ;
  vertical-align: baseline ;
  *vertical-align: middle ;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button ;
  cursor: pointer ;
  *overflow: visible ;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box ;
  padding: 0 ;
  *height: 13px ;
  *width: 13px ;
}

input[type="search"] {
  -webkit-appearance: textfield ;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto ;
  vertical-align: top ;
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.action {
  display: block;
}

.action__item {
  margin-bottom: 3px;
}

.action__link {
  position: relative;
  padding: 3px 0 3px 22px;
  display: inline-block;
  text-decoration: none;
}

.action__link:hover {
  text-decoration: none;
}

.action__link-icon {
  position: absolute;
  top: 4px;
  left: 0;
  width: 22px;
  height: 20px;
  line-height: 18px;
  text-align: center;
}

.addition {
  position: relative;
}

.addition__btn {
  margin-right: 0;
}

.addition__dropdown {
  position: absolute;
  z-index: 500;
  top: 100%;
  right: 0;
  width: 180px;
  background-color: #ffeedb;
  border: 2px solid #fff;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.alert {
  margin-bottom: 10px;
  padding: 3px 5px 5px;
  box-sizing: border-box;
  font-size: 12px;
  border: 1px solid transparent;
}

.alert:last-child {
  margin-bottom: 0;
}

.alert_success {
  background-color: #ddf4ba;
  border-color: #aedd50;
}

.alert_danger {
  background-color: #fce1e1;
  border-color: #f1bebe;
}

.alert__title {
  margin-bottom: 3px;
  text-align: center;
}

.alert_success .alert__title {
  color: #11a233;
}

.alert_danger .alert__title {
  color: #f00;
}

.alert__body {
  line-height: 1.2;
}

.area {
  display: block;
}

.attach {
  display: block;
}

.attach__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-size: 0;
}

.attach__list-item {
  position: relative;
  margin-right: 8px;
  display: inline-block;
  width: 64px;
  height: 64px;
  vertical-align: top;
}

.attach__list-item:last-child {
  margin-right: 0;
}

.attach__remove {
  position: absolute;
  top: 5px;
  right: 5px;
}

.attach__remove-icon.attach__remove-icon {
  position: relative;
}

.block {
  position: relative;
  padding: 0 0 2px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.btn-wrap {
  text-align: center;
}

.btn {
  margin-bottom: 0;
  padding: 1px 14px 0;
  display: inline-block;
  box-sizing: border-box;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
  cursor: pointer;
  color: #333;
  background-color: #f6c25b;
  background-image: linear-gradient(to bottom, #ffdc7e, #f2af42);
  background-repeat: repeat-x;
  border: none;
  border-radius: 2px;
  outline: none;
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.25), 0 1px 0 0 rgba(0,0,0,0.35);
}

.btn:hover {
  text-decoration: none;
}

.btn:visited {
  color: #333;
}

.btn[disabled],
.btn.disabled {
  opacity: 0.4;
}

.btn:focus {
  background-image: linear-gradient(#ffff7e, #ffcd42);
}

.btn:active {
  background-image: linear-gradient(to top, #ffff7e, #ffcd42);
  box-shadow: 0 1px 2px 0 rgba(125,97,51,0.75);
}

.btn_green {
  color: #556309;
  background-image: linear-gradient(#ddea9a, #b0cb1f);
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.25), 0 1px 0 0 rgba(0,0,0,0.35);
}

.btn_green:visited {
  color: #556309;
}

.btn_green:focus {
  background-image: linear-gradient(#f6ffab, #c4e222);
}

.btn_green:active {
  background-image: linear-gradient(to top, #f6ffab, #c4e222);
  box-shadow: 0 1px 2px 0 rgba(102,153,119,0.75);
}

.btn_link {
  text-decoration: underline;
  color: #777;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
  box-shadow: none;
}

.btn_wide {
  width: 100%;
}

.comment__list {
  position: relative;
  margin: 0;
  padding-left: 0;
  padding-bottom: 3px;
  list-style: none;
}

.comment__list::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: '';
  box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset, 0 1px 0 #fffaf8;
}

.comment__item {
  position: relative;
  padding: 10px 0 5px;
}

.comment__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset, 0 1px 0 #fffaf8;
}

.comment__author {
  margin-bottom: 5px;
  text-decoration: none;
}

.comment__author-photo {
  margin-right: 6px;
  display: inline-block;
  float: left;
  width: 50px;
  vertical-align: middle;
}

.comment__head {
  margin-bottom: 5px;
}

.comment__head:after {
  display: table;
  clear: both;
  content: '';
}

.comment__author-name {
  margin-top: 4px;
  display: inline-block;
  font-style: italic;
  text-decoration: none;
  color: #d52228;
}

.comment__date {
  display: block;
  color: #606060;
}

.comment__body {
  margin-bottom: 5px;
}

.comment__body p:last-child {
  margin-bottom: 0;
}

.comment__action {
  text-align: right;
}

.comment__action-item {
  position: relative;
  margin-left: 15px;
  padding-left: 20px;
  display: inline-block;
  text-decoration: none;
}

.comment__action-item:focus {
  outline: none;
}

.comment__action-item_del {
  color: #777;
}

.confirm {
  margin-bottom: 10px;
}

.confirm__text {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.confirm__btn {
  margin: 0 10px;
}

.copy {
  padding: 5px 10px;
  font-size: 12px;
  border-top: 1px solid #c2dced;
}

.copy__link {
  margin: 0 5px;
  display: inline-block;
  text-decoration: none;
}

.count {
  padding: 0 0 10px;
  font-size: 14px;
  text-align: center;
  color: #606060;
}

.count__value {
  font-weight: bold;
}

.counter {
  position: relative;
  top: -1px;
  padding: 2px 3px 1px;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  vertical-align: baseline;
  color: #fff;
  background-color: #0d8dcc;
  border-radius: 2px;
}

.deprecate {
  display: block;
  text-align: center;
}

.deprecate_separated {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 1px;
  display: block;
}

.deprecate_separated:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: '';
  box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset, 0 1px 0 #fffaf8;
}

.deprecate__row {
  margin-bottom: 15px;
}

.deprecate__link {
  text-decoration: none;
}

.dialog {
  margin-bottom: 1em;
  display: block;
}

.dialog__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dialog__list-item {
  position: relative;
  margin-bottom: 9px;
  padding: 0 0 13px;
}

.dialog__list-item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: '';
  box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset, 0 1px 0 #fffaf8;
}

.dialog__list-item:last-child {
  margin-bottom: 0;
}

.dropdown__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.dropdown__item {
  border-bottom: 1px solid #ebddc8;
}

.dropdown__item:last-child {
  border: none;
}

.dropdown__link {
  padding: 5px 10px;
  display: block;
  text-decoration: none;
}

.error {
  color: #f00;
}

.feed__list {
  padding-left: 0;
}

.feed__item {
  margin-bottom: 20px;
}

.feed__list_rating .feed__item {
  margin-bottom: 10px;
  display: block;
}

.feed__media {
  position: relative;
  text-align: center;
}

.feed__media img {
  max-height: 300px;
}

.feed__media_full img {
  max-height: none;
}

.feed__media-item {
  margin-bottom: 10px;
}

.feed__media-item:last-child {
  margin-bottom: 0;
}

.feed__media-play {
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
}

.feed__body {
  padding: 10px;
  font-size: 15px;
}

.feed__body p {
  margin-bottom: 1em;
}

.feed__body p:last-child {
  margin-bottom: 0;
}

.feed__body p.feed__separete:last-child {
  margin-top: -1em;
  margin-bottom: 0;
}

.feed__list_rating .feed__body {
  padding-bottom: 0;
}

.feed__separete {
  margin-bottom: 0;
  font-size: 16px;
  text-align: center;
  color: #666;
}

.feed__footer {
  margin-bottom: 5px;
  padding: 0 10px 4px;
  font-size: 12px;
  color: #606060;
  background-color: #f7f7f7;
}

.feed__footer:after {
  display: table;
  clear: both;
  content: '';
}

.feed__footer-left {
  float: left;
  width: 50%;
}

.feed__footer-right {
  float: right;
  width: 50%;
  text-align: right;
}

.feed__badge {
  margin-bottom: 10px;
}

.feed__badge:after {
  display: table;
  clear: both;
  content: '';
}

.feed__badge_simple,
.feed__list_rating .feed__badge {
  margin-bottom: 0;
}

.feed__author-fig {
  margin: 0 10px -3px -10px;
  display: inline-block;
  float: left;
  width: 50px;
  font-size: 0;
  vertical-align: middle;
}

.feed__badge .feed__author-fig {
  margin-top: 5px;
}

.feed__author-name {
  margin-top: 6px;
  display: inline-block;
  font-style: italic;
  text-decoration: none;
  color: #d52228;
}

.feed__badge .feed__author-name {
  margin-top: -5px;
  display: block;
  line-height: 1.4;
  vertical-align: top;
}

.feed__footer_simple .feed__author-name,
.feed__list_rating .feed__author-name {
  margin-top: 0;
}

.feed__list_rating .feed__author-name {
  line-height: 1.2;
}

.feed__author-place {
  margin-top: -6px;
  margin-left: 50px;
  display: block;
}

.feed__list_rating .feed__author-place {
  line-height: 1.2;
}

.feed__date {
  display: block;
  line-height: 1.2;
}

.feed__category {
  text-decoration: none;
  color: #606060;
}

.feed__rating {
  padding: 0 10px 3px;
  text-align: right;
}

.feed__rating:after {
  display: table;
  clear: both;
  content: '';
}

.feed__badge .feed__rating {
  padding: 0;
  display: block;
  line-height: 1.4;
  text-align: left;
}

.feed__badge .feed__rating::before,
.feed__badge .feed__rating::after {
  display: none;
}

.feed__rating-val {
  position: relative;
  margin-top: 7px;
  margin-left: 10px;
  display: inline-block;
  float: left;
  font-weight: bold;
  color: #11a233;
}

.feed__rating-val:first-child {
  margin-left: 0;
}

.feed__badge .feed__rating-val {
  margin-top: 0;
  margin-left: 5px;
  float: none;
}

.feed__rating-val_neg {
  color: #f00;
}

.feed__rating-val_def {
  color: #777;
}

.feed__rating-like {
  position: relative;
  margin-right: 15px;
  padding: 5px 0 5px 22px;
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
}

.feed__rating-like:focus {
  outline: none;
}

.feed__rating-like:hover {
  text-decoration: none;
}

.feed__rating-like:last-child {
  margin-right: 0;
}

.feed__rating-like_dislike {
  color: #b3b3b3;
}

.feed__rating-like-value {
  font-weight: bold;
  color: #303030;
}

.feed__rating-icon {
  top: 7px;
}

.feed__follower {
  line-height: 1.1;
}

.feed__follower-val {
  margin-left: 5px;
  font-weight: bold;
  text-decoration: none;
}

.feed__meta {
  margin-bottom: 5px;
  padding: 0 10px;
}

.feed__meta:after {
  display: table;
  clear: both;
  content: '';
}

.feed__views {
  display: inline-block;
  font-weight: bold;
  color: #777;
}

.feed__warning {
  line-height: 1.2;
}

.feed__warning-val {
  margin-left: 5px;
  font-weight: bold;
  text-decoration: none;
}

.feed__abuse {
  position: relative;
  padding-left: 18px;
  display: inline-block;
  float: right;
  text-decoration: none;
  color: #606060;
}

.feed__btn {
  clear: both;
}

.feed__status {
  padding: 5px 0 3px;
  font-weight: bold;
  text-align: center;
  color: #f00;
}

.feed__status_reject {
  background-color: #fddbdb;
}

.feed__status_confirm {
  color: #11a233;
}

.feed__remove {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.feed__edit {
  position: absolute;
  top: 5px;
  right: 26px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.feed__form-attach {
  position: relative;
  margin-bottom: 15px;
  font-size: 1px;
  text-align: justify;
}

.feed__form-attach::before {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  content: '';
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.25), 0 1px 0 #fffaf8;
}

.feed__form-attach::after {
  display: inline-block;
  width: 100%;
  height: 0;
  line-height: 1;
  content: '';
}

.feed__form-btn {
  margin-bottom: 10px;
  margin-right: 10px;
}

.filter__item {
  margin-right: 10px;
  display: inline-block;
}

.filter__item_active {
  font-weight: bold;
}

.footer {
  position: relative;
  padding: 0 0 1px;
  background-color: #dfedfa;
  box-shadow: 0 -1px 3px rgba(0,0,0,0.25);
}

.footer__nav {
  background-color: #f8e8db;
}

.form-message {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 10px;
  display: block;
}

.form-message:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: '';
  box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset, 0 1px 0 #fffaf8;
}

.form-message__field.form-message__field {
  height: 60px;
}

.form-message__status {
  position: relative;
  top: -1px;
  font-size: 12px;
  vertical-align: middle;
}

.form-message__status_err {
  top: 1px;
  margin-left: 5px;
  color: #f00;
}

.form__row {
  position: relative;
  margin-bottom: 10px;
}

.form__row:after {
  display: table;
  clear: both;
  content: '';
}

.form__row_removable {
  position: relative;
  padding-right: 25px;
}

.form__row_sbm {
  padding-top: 10px;
  text-align: center;
}

.form__row-remove {
  position: absolute;
  top: 9px;
  right: 20px;
}

.form__smiles {
  display: inline-block;
  float: right;
}

.form__smiles-icon {
  position: relative;
  margin-right: 15px;
  display: inline-block;
  text-decoration: none;
}

.form__smiles-icon:last-child {
  margin-right: 0;
}

.form__item_left {
  float: left;
}

.form__item_right {
  float: right;
}

.form__icon.form__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.form__icon-btn {
  margin: 0 5px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

.form__icon-btn:last-child {
  margin-right: 0;
}

.gif {
  position: relative;
  margin-bottom: 10px;
  display: block;
}

.gif video {
  max-width: 100%;
}

.gif__screenshot {
  position: relative;
}

.gif__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  width: 46px;
  height: 46px;
}

.gif__video {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 100%;
}

.gif_active .gif__video {
  display: block;
}

.header {
  padding: 5px 0 3px;
  font-size: 14px;
  background-color: #f8e8db;
  box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

.header__btn {
  margin-top: -1px;
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.header__btn-icon.header__btn-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header__title {
  height: 24px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

.icon {
  position: absolute;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.icon-rating {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -157px 0px;
  width: 11px;
  height: 12px;
  left: 0;
}

.feed__rating-val .icon-rating {
  position: relative;
  margin-right: 5px;
  display: inline-block;
}

.icon-like {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -50px -81px;
  width: 17px;
  height: 16px;
  left: 0;
}

.icon-dislike {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -25px -81px;
  width: 17px;
  height: 16px;
  left: 0;
}

.icon-views {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -132px -106px;
  width: 16px;
  height: 9px;
}

.feed__views .icon-views {
  position: relative;
  top: -2px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}

.icon-abuse {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -132px -20px;
  width: 14px;
  height: 14px;
}

.feed__abuse .icon-abuse {
  top: 1px;
  left: 0;
}

.icon-smile {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: 0px -81px;
  width: 17px;
  height: 19px;
}

.form__smiles-icon .icon-smile {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.icon-smilestiker {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: 0px -54px;
  width: 19px;
  height: 19px;
}

.form__smiles-icon .icon-smilestiker {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.icon-answer {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -132px 0px;
  width: 17px;
  height: 12px;
}

.comment__action-item .icon-answer {
  top: 2px;
  left: 0;
}

.icon-del {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -80px -54px;
  width: 18px;
  height: 16px;
  cursor: pointer;
}

.comment__action-item .icon-del {
  top: 0;
  left: 0;
}

.feed__remove .icon-del {
  position: relative;
  display: inline-block;
}

.icon-edit {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: 0px -132px;
  width: 13px;
  height: 11px;
}

.feed__edit .icon-edit {
  position: relative;
  display: inline-block;
}

.btn .icon-edit {
  position: relative;
  top: 1px;
  margin-right: 5px;
  margin-left: -3px;
  display: inline-block;
}

.icon-attach {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -75px -81px;
  width: 16px;
  height: 16px;
}

.btn .icon-attach {
  position: relative;
  top: 3px;
  margin-right: 5px;
  margin-left: -5px;
  display: inline-block;
}

.icon-mail {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -108px -72px;
  width: 16px;
  height: 16px;
}

.led__item .icon-mail {
  position: relative;
  top: 1px;
  display: inline-block;
}

.icon-heart {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -108px -48px;
  width: 16px;
  height: 16px;
}

.led__item .icon-heart {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.icon-guest {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -108px -24px;
  width: 16px;
  height: 16px;
}

.led__item .icon-guest {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.icon-doings {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: 0px -108px;
  width: 16px;
  height: 16px;
}

.led__item .icon-doings {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.icon-uppage {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -27px -54px;
  width: 18px;
  height: 18px;
}

.top .icon-uppage {
  position: relative;
}

.icon-play {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -54px 0px;
  width: 46px;
  height: 46px;
}

.icon-comment {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -132px -63px;
  width: 13px;
  height: 12px;
}

.feed__rating-val .icon-comment {
  position: relative;
  margin-right: 5px;
  display: inline-block;
}

.icon-vk,
.icon-ok,
.icon-fb {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: top;
  background-image: url("../images/share.png");
  background-repeat: no-repeat;
}

.icon-vk {
  background-position: 0 0;
}

.icon-ok {
  background-position: -28px 0;
}

.icon-fb {
  background-position: -56px 0;
}

.icon-phone {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -93px -108px;
  width: 15px;
  height: 15px;
}

.icon-online {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -70px -108px;
  width: 15px;
  height: 15px;
}

.icon-app {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -24px -108px;
  width: 15px;
  height: 15px;
}

.icon-offline {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -47px -108px;
  width: 15px;
  height: 15px;
}

.icon-ignore,
.icon-remove {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -108px 0px;
  width: 16px;
  height: 16px;
}

.icon-remove {
  top: -1px;
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -157px -20px;
  width: 10px;
  height: 10px;
}

.icon-back {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -132px -83px;
  width: 10px;
  height: 15px;
}

.icon-moneta {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -53px -54px;
  width: 19px;
  height: 16px;
}

.icon-gifm {
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: 0px 0px;
  width: 46px;
  height: 46px;
}

.input {
  padding: 7px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  background-color: rgba(255,255,255,0.8);
  border: none;
  border-radius: 5px;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3) inset, 0 1px 0 rgba(255,255,255,0.8);
}

.input:focus {
  background-color: #fffeee;
  outline: none;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3) inset, 0 0 0 2px rgba(255,224,100,0.8), 0 1px 0 rgba(255,255,255,0.8);
}

.input:active {
  background-color: #fffeee;
}

.lbl {
  margin-bottom: 3px;
  display: block;
  font-size: 12px;
  white-space: nowrap;
}

.lbl_block {
  padding: 10px;
}

.lbl__text {
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  white-space: normal;
}

.lbl__desc {
  margin-top: 5px;
  display: block;
  font-size: 12px;
  white-space: normal;
}

.lbl__radio.lbl__radio {
  vertical-align: top;
  top: 2px;
}

.led {
  position: relative;
  margin: 1px 0 0;
  text-align: right;
  white-space: nowrap;
}

.led::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -2px;
  content: '';
  border-bottom: 1px dashed #f9e7db;
}

.led__item {
  margin-right: 6px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
}

.led__item:last-child {
  margin-right: 0;
}

.led__count {
  padding: 1px 3px;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #0d8dcc;
  border-radius: 2px;
}

.link-wrapper {
  text-decoration: inherit;
  color: inherit;
  outline: none;
}

.link-wrapper:hover {
  text-decoration: inherit;
  color: inherit;
  outline: none;
}

.link-wrapper:focus {
  outline: none;
}

.loading {
  margin: 10px 0 15px;
  text-align: center;
}

.main {
  position: relative;
  padding: 10px;
}

.message {
  position: relative;
  padding-right: 40px;
  box-sizing: border-box;
}

.message_self {
  padding-right: 0;
  padding-left: 40px;
}

.message__meta {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 5px;
  display: block;
  width: 40px;
  font-size: 10px;
  text-align: right;
  vertical-align: top;
  color: #939393;
}

.message_self .message__meta {
  right: auto;
  left: 0;
  text-align: left;
}

.message__body {
  text-align: right;
}

.message_self .message__body {
  text-align: left;
}

.message__body-text {
  padding: 4px 5px 2px;
  display: inline-block;
  font-size: 15px;
  text-align: left;
  word-break: break-word;
  background-color: #fef5e3;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.message_self .message__body-text {
  text-align: left;
  background-color: #f4f4f4;
}

.message_unread .message__body-text {
  background-color: #e5eaf7;
}

.message_service .message__body-text {
  font-weight: bold;
  text-align: center;
}

.message__body-smile {
  width: 22px;
  height: 22px;
}

.message__status {
  display: block;
  font-size: 10px;
  text-align: right;
  color: #a1a1a1;
}

.message_self .message__status {
  text-align: left;
}

.message__photo-group {
  display: table;
  width: 100%;
}

.message__photo-group span {
  display: table-cell;
}

.message__photo-group img {
  width: 100%;
  max-width: 100%;
}

.message__remove {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.messages {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 10px;
  display: block;
}

.messages:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: '';
  box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset, 0 1px 0 #fffaf8;
}

.messages__list-item {
  margin-bottom: 12px;
}

.messages__list-item_self + .messages__list-item_self {
  margin-top: -6px;
}

.messages__list-item_alert {
  text-align: center;
}

.messages__date-separ {
  margin-bottom: 10px;
  text-align: center;
  color: #939393;
}

.messages__user {
  margin-bottom: 10px;
  padding-right: 60px;
  vertical-align: middle;
}

.messages__user.messages__user {
  font-size: 14px;
}

.messages__user-status {
  position: absolute;
  top: 11px;
  right: 0;
  display: inline-block;
  font-size: 11px;
  color: #a1a1a1;
}

.more {
  padding: 8px 10px 7px;
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #ffeedb;
  border: 1px solid #fdb47a;
  border-radius: 5px;
  box-shadow: inset -1px -1px 0 #fff;
  transition: color 0.3s;
}

.more:hover {
  text-decoration: none;
  color: #f00;
}

.nav__row {
  margin-top: 2px;
  padding: 0 10px;
  border-bottom: 1px dashed #d6bda9;
}

.nav__row:after {
  display: table;
  clear: both;
  content: '';
}

.nav__row:first-child {
  margin-top: 0;
}

.nav__row:last-child {
  border-bottom: none;
}

.nav__item {
  margin-right: 5px;
  display: inline-block;
  float: left;
}

.nav__item_side_right {
  margin-right: 0;
  float: right;
}

.nav__item:last-child {
  margin-right: 0;
}

.nav__menu {
  position: relative;
  margin-right: 20px;
  display: block;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
}

.nav .nav__menu {
  margin-right: 0;
}

.nav__menu:hover,
.nav__menu:active {
  color: currentColor;
}

.nav__menu_simple {
  width: 22px;
  text-align: center;
  cursor: pointer;
}

.nav__icon {
  position: relative;
  top: -1px;
  margin: 0 6px 0 0;
  display: inline-block;
  width: 6px;
  vertical-align: middle;
}

.nav__menu_invert .nav__icon {
  margin: 0 0 0 6px;
}

.nav__menu_simple .nav__icon {
  margin: 0;
}

.nav__icon-sq {
  margin: 2px 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ee9e35;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
}

.nav__icon-sq:first-child {
  margin: 0;
  background-color: #f4ba55;
}

.nav__icon-sq:last-child {
  margin: 0;
  background-color: #e9881f;
}

.nav__link {
  display: block;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
}

.nav__link:hover {
  text-decoration: none;
}

.nav__link-text {
  display: inline-block;
}

.nav__link:hover .nav__link-text {
  text-decoration: underline;
}

.nav__lbl {
  height: 24px;
  line-height: 24px;
}

.emojione {
  width: 22px;
  height: 22px;
}

.big_smile .emojione {
  width: 64px;
  height: 64px;
}

.overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.page-list {
  display: block;
}

html {
  font-size: 100%;
  background-color: #fff4f0;
}

body {
  margin: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.text-center {
  text-align: center;
}

a {
  color: #e4a11e;
}

a:hover,
a:active {
  text-decoration: underline;
  color: #0096dd;
}

.pager {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 13px;
  display: block;
  text-align: center;
}

.pager:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: '';
  box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset, 0 1px 0 #fffaf8;
}

.pager__item {
  margin: 0 3px;
  display: inline-block;
  text-decoration: none;
  color: #ff4501;
}

.pager__item:first-child {
  margin-right: 0;
}

.poll {
  margin-bottom: 20px;
  font-size: 14px;
}

.poll__question {
  margin-top: 0;
  font-size: 14px;
}

.poll__item {
  position: relative;
  margin-bottom: 10px;
  padding-top: 1px;
  display: table;
  width: 100%;
  background-color: #feefd1;
}

.poll__bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #ffda90;
}

.poll__text {
  position: relative;
  padding-left: 5px;
  display: table-cell;
  vertical-align: middle;
}

.poll__count {
  position: relative;
  padding-right: 5px;
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: right;
}

.poll__vote-count {
  text-align: center;
}

.price {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.price__icon {
  position: relative;
  top: 2px;
  display: inline-block;
}

.radio {
  position: relative;
  padding-left: 27px;
  display: block;
  min-height: 18px;
}

.radio__control {
  float: left;
  margin-left: -27px;
}

.radio__control.radio__control {
  top: 1px;
}

.share {
  margin-bottom: 10px;
}

.share:after {
  display: table;
  clear: both;
  content: '';
}

.share__item {
  margin-right: 5px;
  float: left;
}

.share__bookmark {
  float: right;
}

.smiles {
  display: block;
}

.smiles__btn {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  background-color: transparent;
  border: none;
}

.smiles__btn-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.smiles__wrap {
  position: absolute;
  z-index: 10;
  top: 100%;
  right: -10px;
  left: -10px;
  margin-top: 5px;
  overflow: hidden;
  box-sizing: border-box;
  max-height: 0;
  transition: max-height 0.3s;
}

.smiles_open .smiles__wrap {
  max-height: 210px;
}

.smiles__wrap-inner {
  background-color: #f8e8db;
  border-top: 1px solid #d7cecb;
  border-bottom: 1px solid #d7cecb;
}

.smiles__head {
  position: relative;
  height: 37px;
  background-color: #d7cecb;
}

.smiles__add {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 37px;
  font-weight: bold;
  line-height: 37px;
  text-align: center;
  background-color: #d7cecb;
  border: none;
}

.smiles__add:before {
  position: absolute;
  top: 11px;
  left: 15px;
  width: 5px;
  height: 15px;
  content: '';
  background: #ff9101;
}

.smiles__add:after {
  position: absolute;
  top: 16px;
  left: 10px;
  width: 15px;
  height: 5px;
  content: '';
  background-color: #ff9101;
}

.smiles__head-list {
  overflow: hidden;
  height: 100%;
}

.smiles__head-list:after {
  display: table;
  clear: both;
  content: '';
}

.smiles__head-item {
  float: left;
  width: 44px;
  height: 100%;
  line-height: 36px;
  background-color: #d6bda9;
}

.smiles__head-item:first-child {
  margin-left: 0;
}

.smiles__head-item_active {
  background-color: #f8e8db;
}

.smiles__head-link {
  display: block;
  text-decoration: none;
}

.smiles__body {
  position: relative;
  padding-top: 3px;
  box-sizing: border-box;
  height: 141px;
  font-size: 0;
  text-align: left;
}

.smiles__body-link {
  margin: 3px 0;
  display: inline-block;
  width: 24.3%;
  text-align: center;
  text-decoration: none;
}

.smiles__body-link img {
  max-width: 100%;
}

.smiles__footer {
  padding: 3px 10px 0;
  box-sizing: border-box;
  height: 30px;
  font-size: 12px;
}

.smiles__name {
  float: left;
  height: 30px;
  line-height: 24px;
}

.smiles__gift {
  position: relative;
  z-index: 15;
  float: right;
  height: 30px;
  line-height: 24px;
  text-decoration: none;
}

.stickers {
  display: block;
}

.stickers_buy {
  padding-bottom: 30px;
}

.stickers__title {
  margin: 0 0 10px;
  font-weight: normal;
  text-align: center;
}

.stickers__text {
  margin: 0 0 10px;
  text-align: center;
}

.stickers__list {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.stickers__list-item {
  margin: 10px;
  display: inline-block;
  width: 128px;
  height: 128px;
  line-height: 128px;
  vertical-align: top;
}

.stickers__link {
  display: block;
  outline: none;
}

.stickers__link:focus {
  outline: none;
}

.sticky {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 13px 10px 5px;
  display: block;
  background-color: #f8e8db;
  border-top: 1px solid #d7cecb;
}

.sticky__row {
  margin-bottom: 10px;
  text-align: center;
}

.sticky__btn {
  margin: 0 10px;
  vertical-align: baseline;
}

.jq-checkbox {
  position: relative;
  margin: -2px 5px 0 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  background-color: rgba(0,0,0,0.03);
  border: none;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.8);
}

.jq-checkbox:hover {
  background-color: #fffcf2;
}

.jq-checkbox.checked .jq-checkbox__div {
  margin: 3px 0 0 2px;
  display: block;
  background-image: url("../images/sprites/ico2.png?v1607f9aac6f");
  background-position: -132px -42px;
  width: 14px;
  height: 13px;
}

.jq-checkbox.focused {
  background-color: #fffeee;
}

.jq-checkbox.disabled {
  opacity: 0.55;
}

.jq-radio {
  top: -2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  cursor: pointer;
  background-color: rgba(0,0,0,0.03);
  border: none;
  border-radius: 50%;
  box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.8);
}

.jq-radio.checked .jq-radio__div {
  margin: 4px 0 0 4px;
  display: block;
  overflow: hidden;
  width: 8px;
  height: 8px;
  background-color: #d0e36b;
  background-image: linear-gradient(#d0e36b, #9ab216);
  border: 1px solid #9eb61e;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(102,153,119,0.75), inset 0 2px 1px rgba(255,255,255,0.73);
}

.jq-radio.focused {
  background-color: #fffeee;
}

.jq-radio.disabled {
  opacity: 0.55;
}

.jq-file {
  width: 270px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 5px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0,0,0,0.1);
}

.jq-file input {
  height: auto;
  line-height: 1em;
  cursor: pointer;
}

.jq-file__name {
  padding: 0 80px 0 10px;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  font: 14px/32px Arial, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  font: 14px/32px Arial, sans-serif;
  text-shadow: 1px 1px #fff;
  color: #333;
  background: #f5f5f5;
  background: linear-gradient(#fff, #e6e6e6);
  border-left: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0,0,0,0.1);
}

.jq-file:hover .jq-file__browse {
  background: #e6e6e6;
  background: linear-gradient(#f6f6f6, #e6e6e6);
}

.jq-file:active .jq-file__browse {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794bf;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  color: #888;
  background: #f5f5f5;
  border-color: #ccc;
  box-shadow: none;
}

.jq-number {
  position: relative;
  padding: 0 36px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0,0,0,0.1);
}

.jq-number__field:hover {
  border-color: #b3b3b3;
}

.jq-number__field input {
  padding: 8px 9px;
  box-sizing: border-box;
  width: 100%;
  font: 14px Arial, sans-serif;
  text-align: left;
  color: #333;
  background: none;
  border: none;
  outline: none;
  -moz-appearance: textfield;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  text-shadow: 1px 1px #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f5f5f5;
  background: linear-gradient(#fff, #e6e6e6);
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0,0,0,0.1);
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: #e6e6e6;
  background: linear-gradient(#f6f6f6, #e6e6e6);
}

.jq-number__spin:active {
  background: #f5f5f5;
  box-shadow: inset 1px 1px 3px #ddd;
}

.jq-number__spin:after {
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: none;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794bf;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  color: #888;
  background: #f5f5f5;
  border-color: #ccc;
  box-shadow: none;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #aaa;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #aaa;
}

.jq-selectbox {
  width: 100%;
  vertical-align: top;
  cursor: pointer;
}

.jq-selectbox__select {
  padding: 6px 27px 3px 12px;
  height: 23px;
  font-style: italic;
  color: #948d7e;
  background-color: #f5e8cb;
  background-color: rgba(0,0,0,0.03);
  border: none;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.8);
}

.jq-selectbox__select:hover {
  background: #fffeee;
}

.jq-selectbox__select:active {
  background-color: #fffeee;
  box-shadow: inset 1px 1px 3px #ddd;
}

.jq-selectbox.focused .jq-selectbox__select {
  background-color: #fffeee;
}

.jq-selectbox.disabled .jq-selectbox__select {
  color: #888;
  background: #f5f5f5;
  border-color: #ccc;
  opacity: 0.3;
  box-shadow: none;
}

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 26px;
  height: 26px;
  background-color: #f2af42;
  background-image: linear-gradient(to bottom, #ffdc7e, #f2af42);
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25), 0 1px 1px 0 rgba(125,97,51,0.75);
}

.form_download .jq-selectbox__trigger {
  height: 21px;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 10px;
  right: 7px;
  overflow: hidden;
  width: 12px;
  height: 9px;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  background-position: -48px -55px;
  opacity: 0.8;
}

.jq-selectbox__dropdown {
  margin: 0;
  padding: 4px 0;
  box-sizing: border-box;
  width: 100%;
  min-width: 50px;
  font: 14px/18px 'MS Trebuchet', Arial, Tahoma, sans-serif;
  background: #fff;
  border: 1px solid #c6cbd0;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  margin: 0;
  padding: 5px 27px 6px 8px;
  box-sizing: border-box;
  width: 100%;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  box-shadow: inset 1px 1px #f1f1f1;
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  font-size: 13px;
  background: #f0f0f0;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jq-selectbox li {
  padding: 2px 10px 3px;
  min-height: 18px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #231f20;
}

.jq-selectbox li.selected {
  color: #fff;
  background-color: #a3abb1;
}

.jq-selectbox li:hover {
  color: #fff;
  background-color: #08c;
}

.jq-selectbox li.disabled {
  color: #aaa;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  cursor: default;
  color: #231f20;
  background: none;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  padding: 1px;
  box-sizing: border-box;
  font: 14px/18px Arial, sans-serif;
  cursor: default;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0,0,0,0.1);
}

.jq-select-multiple.focused {
  border: 1px solid #5794bf;
}

.jq-select-multiple.disabled {
  color: #888;
  background: #f5f5f5;
  border-color: #ccc;
  box-shadow: none;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  color: #fff;
  background: #08c;
}

.jq-select-multiple li.disabled {
  color: #aaa;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  color: #fff;
  background: #ccc;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/

/* ===============================================================
Basic Swiper Styles 
================================================================*/

.swiper-container {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  direction: ltr;
  backface-visibility: hidden;
}

.smiles__body .swiper-container {
  height: 100%;
}

.swiper-wrapper {
  position: relative;
  box-sizing: content-box;
  width: 100%;
  transition-duration: 0;
  transition-timing-function: ease;
  transition-property: transform, left, top;
  transform: translate3d(0, 0, 0);
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  float: left;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Pagination Styles
================================================================*/

.swiper-pagination {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.swiper-pagination-switch {
  margin: 0 5px;
  display: inline-block;
  width: 9px;
  height: 9px;
  vertical-align: middle;
  background: #ff9101;
  border-radius: 2px;
  opacity: 0.4;
}

.swiper-active-switch {
  opacity: 1;
}

.textarea {
  padding: 7px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  background-color: rgba(255,255,255,0.8);
  border: none;
  border-radius: 5px;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3) inset, 0 1px 0 rgba(255,255,255,0.8);
}

.textarea:focus {
  background-color: #fffeee;
  outline: none;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3) inset, 0 0 0 2px rgba(255,224,100,0.8), 0 1px 0 rgba(255,255,255,0.8);
}

.textarea:active {
  background-color: #fffeee;
}

.title {
  position: relative;
  padding: 6px 0;
  text-align: center;
}

.title__text {
  font: bold 16px Verdana, sans-serif;
  color: #eb9224;
}

.top {
  position: absolute;
  right: 15px;
  bottom: 5px;
}

.upload {
  margin: 0 0 10px;
}

.upload__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.upload__item {
  margin: 0 5px 10px;
  padding: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 110px;
  font-size: 12px;
  background-color: #ddf4ba;
  border: 1px solid #aedd50;
}

.upload__item_err {
  width: auto;
  max-width: 240px;
  background-color: #fce1e1;
  border-color: #f1bebe;
}

.upload__item:last-child {
  margin-bottom: 0;
}

.upload__status {
  margin-bottom: 2px;
  color: #11a233;
}

.upload__item_err .upload__status {
  color: #f00;
}

.upload__remove {
  position: relative;
  display: inline-block;
  float: right;
}

.upload__desc {
  margin-bottom: 2px;
  line-height: 1.2;
}

.user {
  position: relative;
  display: block;
  font-size: 15px;
}

.user__inner {
  display: table;
  width: 100%;
  text-decoration: none;
}

.user__inner:hover,
.user__inner:focus {
  text-decoration: none;
}

.user__img {
  display: table-cell;
  overflow: hidden;
  width: 70px;
  height: 70px;
  vertical-align: top;
}

.user__img img {
  width: 70px;
  vertical-align: top;
}

.messages__user .user__img {
  width: 35px;
  height: 35px;
  border-radius: 3px;
}

.messages__user .user__img img {
  width: 35px;
  vertical-align: top;
}

.user__body {
  padding-left: 10px;
  display: table-cell;
  line-height: 1.2;
  vertical-align: top;
}

.messages__user .user__body {
  vertical-align: middle;
}

.user__name {
  display: inline;
  font-style: italic;
  text-decoration: none;
}

.user_w .user__name {
  color: #c73e02;
}

.user_m .user__name {
  color: #0369d0;
}

.user__status {
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: baseline;
}

.messages__user .user__status {
  top: 0;
  vertical-align: middle;
}

.user__place {
  margin-top: 2px;
  margin-bottom: 2px;
}

.user__place-flag {
  margin-right: 5px;
  vertical-align: baseline;
}

.user__messages-wrap {
  display: block;
}

.user__messages {
  text-decoration: none;
}

.user__messages-icon {
  position: relative;
  margin-right: 4px;
  display: inline-block;
}

.user__messages-count {
  margin-right: 4px;
  margin-left: -4px;
  font-weight: bold;
}

.user__remove {
  float: right;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
}

.user__remove-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.user__text {
  margin: 3px 0 1px;
  font-size: 12px;
}

.username {
  display: inline-block;
  font-style: italic;
  text-decoration: none;
}

.username_w {
  color: #c73e02;
}

.username_m {
  color: #0369d0;
}

.writeme {
  display: block;
}

.writeme__list {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

.writeme__list-item {
  position: relative;
  margin-bottom: 9px;
  padding: 0 0 13px;
}

.writeme__list-item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: '';
  box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset, 0 1px 0 #fffaf8;
}

.writeme__list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.writeme__list-item:last-child:after {
  display: none;
}

.writeme__text {
  text-align: center;
}