@charset "UTF-8";
/* ------------------------------1. RESET CSS------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
cite,
code,
em,
font,
img,
q,
s,
small,
strong,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
section,
nav,
header,
footer,
main,
figure,
figcaption,
fgroup,
time {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent; }

article,
aside,
section,
nav,
header,
footer,
main,
figure,
figcaption,
fgroup,
time {
  display: block; }

html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1); }

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

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

input[type=submit],
input[type=button],
button {
  cursor: pointer;
  -webkit-appearance: none; }

input,
textarea,
button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-focus-ring-color: none; }

button {
  overflow: visible; }

body {
  line-height: 1; }

blockquote,
q {
  quotes: none; }

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

:focus {
  outline: 0; }

:disabled {
  cursor: default; }

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

.clear {
  clear: both; }

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.'; }

.justify {
  text-align: justify; }

.justify:after {
  display: inline-block;
  width: 100%;
  height: 0;
  content: '';
  cursor: default;
  overflow: hidden; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul li {
  list-style: none; }

ol {
  list-style: none;
  counter-reset: item; }

ol li:before {
  content: counter(item, decimal) ". ";
  counter-increment: item; }

img {
  display: block; }

a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

input[type=submit],
button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

/* ------------------------------2. FONTS------------------------------*/
@font-face {
  font-family: 'icons';
  src: url("../fonts/icomoon.eot?saml3s&a");
  src: url("../fonts/icomoon.eot?saml3s&a#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?saml3s&a") format("truetype"), url("../fonts/icomoon.woff?saml3s&a") format("woff"), url("../fonts/icomoon.svg?saml3s&a#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fa';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Phenomena';
  src: url("../fonts/Phenomena-Bold.eot");
  src: url("../fonts/Phenomena-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Phenomena-Bold.woff2") format("woff2"), url("../fonts/Phenomena-Bold.woff") format("woff"), url("../fonts/Phenomena-Bold.ttf") format("truetype"), url("../fonts/Phenomena-Bold.svg#Phenomena-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

/* ------------------------------3. TYPE ELEMENTS------------------------------*/
html {
  height: 100%;
  position: relative; }

body {
  min-width: 320px;
  height: 100%;
  position: relative;
  font: normal 16px/1.5 Arial, sans-serif;
  letter-spacing: 0.4px;
  background: #fff;
  color: #222; }

.wrapper {
  max-width: 1212px;
  margin: auto;
  padding: 0 20px; }

/* links */
a {
  text-decoration: none;
  color: #1872b2; }

.link-border {
  border-bottom: 1px dashed #1872b2; }

/* titles, text */
h1 {
  padding: 0 0 15px;
  font: bold 26px/1.2 Arial, sans-serif;
  letter-spacing: -0.1px;
  color: #222; }

h2 {
  padding: 0 0 15px;
  font: bold 20px/1.2 Arial, sans-serif;
  color: #222; }

h3 {
  padding: 0 0 4px;
  font: bold 18px/1.35 Arial, sans-serif;
  color: #222; }

h4 {
  padding: 0 0 15px;
  font: bold 16px/1.3 Arial, sans-serif;
  letter-spacing: 0.1px;
  color: #222; }

h5 {
  padding: 0 0 15px;
  font: bold 16px/1.3 Arial, sans-serif;
  letter-spacing: 0.1px;
  color: #222; }

h6 {
  padding: 0 0 15px;
  font: bold 16px/1.3 Arial, sans-serif;
  letter-spacing: 0.1px;
  color: #222; }

ul,
ol {
  padding: 0; }

p {
  padding: 0; }

/* text inputs */
.input-form {
  padding: 0 0 26px;
  position: relative;
  text-align: left; }

.input-item {
  position: relative; }

.input-item.active:before {
  content: "\e906";
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 1;
  font: 11px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #327113; }

.input-item.active .input {
  padding-right: 50px; }

.input-label {
  margin: 0 0 9px;
  display: block;
  font: bold 17px/1.3 Arial, sans-serif; }

.input {
  width: 100%;
  height: 45px;
  padding: 5px 17px 4px;
  font: 14px/1 Arial, sans-serif;
  letter-spacing: 0.45px;
  text-align: left;
  color: #222;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 4px; }

.input:focus,
.textarea:focus {
  border-color: #1c8fe0; }

.has-error input,
.has-error textarea,
.input.error,
.textarea.error {
  border-color: #ef1f1c; }

.has-error .help-block,
.form-error {
  width: 100%;
  margin: 8px 0 0;
  /*position: absolute;*/
  top: 100%;
  left: 0;
  font: 13px/1.2 Arial, sans-serif;
  color: #ef1f1c; }

.textarea {
  min-width: 100%;
  max-width: 100%;
  height: 125px;
  min-height: 125px;
  display: block;
  padding: 16px 24px;
  font: 14px/1.45 Arial, sans-serif;
  letter-spacing: 0.45px;
  text-align: left;
  color: #222;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  resize: none; }

.textarea-white,
.input-white {
  background-color: #fff;
  border-color: #fff; }

*::-moz-placeholder {
  opacity: 1 !important;
  color: #c5c5c5 !important; }

*::-webkit-input-placeholder {
  line-height: normal;
  opacity: 1 !important;
  color: #c5c5c5 !important; }

*:-ms-input-placeholder {
  opacity: 1 !important;
  color: #c5c5c5 !important; }

/* buttons */
.button {
  height: 46px;
  padding: 0 34px;
  display: inline-block;
  background-color: #1c8fe0;
  border: 1px solid #1c8fe0;
  text-align: center;
  font: 16px/44px Arial, sans-serif;
  border-radius: 23px;
  color: #fff;
  letter-spacing: 0.4px; }

.button-blue {
  background-color: #1c8fe0;
  border-color: #1c8fe0; }

.button-blue:disabled,
.button:disabled {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #b8b8b8 !important;
  cursor: default; }

.button-white {
  background-color: transparent;
  border-color: #1c8fe0;
  color: #1c8fe0; }

.button-white:disabled {
  background-color: transparent !important;
  border-color: #f4f4f4 !important;
  color: #b8b8b8 !important; }

.button-close-1 {
  width: 30px;
  height: 30px;
  display: block; }

.button-close-1:before,
.button-close-1:after {
  content: "";
  width: 20px;
  position: absolute;
  top: 14px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2.5px solid #b8b8b8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.button-close-1:after {
  left: auto;
  right: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.button-close-2 {
  width: 30px !important;
  height: 30px;
  display: block; }

.button-close-2:before,
.button-close-2:after {
  content: "";
  width: 18px;
  position: absolute;
  top: 15px;
  left: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid #222;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.button-close-2:after {
  left: auto;
  right: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.button-like {
  display: block;
  position: relative;
  font: normal 14px/1.45 Arial, sans-serif;
  letter-spacing: 0.35px;
  background: #1c8fe0;
  border-radius: 4px;
  color: #fff; }

.button-like:before {
  content: "\e911";
  margin: -7px 0 0;
  position: absolute;
  top: 50%;
  left: 11px;
  font: 16px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #bde2fd;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.button-like.false {
  pointer-events: none;
  cursor: default; }

.button-like.false:before {
  color: #1872b2; }

.button-like_reward {
  background: #bde2fd;
  color: #000; }

.button-like_reward:before {
  content: "\e912";
  color: #1c8fe0; }

.button-like__cols {
  width: 100%;
  display: table; }

.button-like__text {
  height: 40px;
  padding: 0 15px 0 0;
  display: table-cell;
  vertical-align: middle;
  text-align: right; }

.desktop.mozilla .button-like__text {
  letter-spacing: normal; }

.button-like__count {
  width: 72px;
  height: 40px;
  padding: 0 13px 0 4px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  border-left: 1px solid #f3f3f3; }

.button-plus,
.button-minus {
  height: 45px;
  padding: 0 0 0 28px;
  position: relative;
  display: inline-block;
  font: 16px/45px Arial, sans-serif;
  letter-spacing: 0.4px;
  color: #000; }

.button-plus:before,
.button-minus:before {
  content: "\e923";
  margin: -10px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  font: 19px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.button-minus:before {
  /*content: "\e91f";*/
  content: "\e906";
  font: 16px/1 'icons'; }

.button-pages {
  height: 40px;
  padding: 0 15px;
  display: block;
  background: #fff;
  border-radius: 4px;
  color: #000;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px;
  text-align: left; }

.button-pages__cols {
  width: 100%;
  display: table; }

.button-pages__left {
  height: 40px;
  display: table-cell;
  vertical-align: middle; }

.button-pages__right {
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  text-align: right; }

.button-grey {
  background-color: #b8b8b8; }

.button-dots {
  width: 25px;
  height: 41px;
  padding: 10px 0 0;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7); }

.button-dots:before,
.button-dots:after,
.button-dots span {
  content: "";
  width: 5px;
  height: 5px;
  margin: 0 0 0 -2.5px;
  position: absolute;
  top: 10px;
  left: 50%;
  background: #fff;
  border-radius: 50%; }

.button-dots:after {
  top: 18px; }

.button-dots span {
  top: 26px; }

.button-quote {
  margin: 10px 0 0;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  border-radius: 2px;
  font: 16px/53px Arial, sans-serif;
  color: #222; }

.button-quote:before {
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 -1px -5px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #fff transparent; }

.button-quote span {
  height: 53px;
  padding: 0 20px 0 42px;
  display: inline-block;
  position: relative; }

.button-quote span:before {
  content: "\e922";
  margin: -9px 0 0;
  position: absolute;
  top: 50%;
  left: 13px;
  font: 19px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c8fe0; }

.button-settings {
  height: 30px;
  padding: 0 0 0 31px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: 16px/30px Arial, sans-serif;
  /*color: #222;*/ }

.button-settings:before {
  content: "\e90f";
  margin: -10px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  font: 20px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c8fe0; }

.button-contact {
  height: 30px;
  padding: 0 0 0 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: 16px/30px Arial, sans-serif;
  color: #1c8fe0; }

.button-contact:before {
  content: "\e91a";
  margin: -7px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  font: 14px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.button-review {
  height: 30px;
  padding: 0 0 0 29px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: 16px/30px Arial, sans-serif;
  color: #1872b2; }

.button-review:before {
  content: "\e922";
  margin: -11px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  font: 19px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.button-prev,
.button-next {
  height: 30px;
  padding: 3px 0 0 22px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font: 16px/1.3 Arial, sans-serif; }

.button-prev:before {
  content: "\e901";
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  font: 10px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.button-prev span,
.button-next span {
  display: inline-block;
  border-bottom: 1px dashed #1872b2; }

.button-next {
  padding: 3px 22px 0 0; }

.button-next:before {
  content: "\e902";
  margin: -6px 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  font: 10px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.complaint {
  width: 22px;
  height: 22px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #b8b8b8; }

.complaint:before {
  content: "\e908";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font: 21px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center; }

.add-file {
  width: 24px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  color: #222; }

.add-file:before {
  content: "\e921";
  display: block;
  font: 23px/30px 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center; }

.button-expand {
  width: 39px;
  height: 39px;
  display: block;
  border-radius: 50%;
  background: #fff;
  color: #b8b8b8; }

.button-expand:before {
  content: "\e90c";
  display: block;
  font: 20px/39px 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center; }

.button-expand.active:before {
  content: "\e909"; }

.icon-edit,
.icon-remove {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
  color: #b8b8b8; }

.icon-edit:before,
.icon-remove:before {
  content: "\e922";
  display: block;
  font: 15px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left; }

.icon-remove:before {
  content: "\e928";
  font-size: 17px; }

.icon-close {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.icon-close:before,
.icon-close:after {
  content: "";
  width: 10px;
  position: absolute;
  top: 5px;
  left: 2px;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.icon-close:after {
  left: auto;
  right: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.button-cover {
  padding: 0 0 0 28px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: 16px/1.3 Arial, sans-serif;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.button-cover:before {
  content: "\e922";
  margin: -8px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  font: 15px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.button-cover span {
  display: inline-block; }

.button-edit {
  padding: 0 0 0 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: 16px/1.3 Arial, sans-serif;
  color: #222;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.button-edit:before {
  content: "\e922";
  margin: -9px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  font: 16px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.button-edit span {
  display: inline-block;
  border-bottom: 1px dashed #222;
  color: #222;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.button-load {
  padding: 24px 0 0;
  position: relative;
  font: 15px/1 Arial, sans-serif;
  letter-spacing: normal;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.button-load:before {
  content: "\e922";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font: 19px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.button-fan {
  height: 40px;
  padding: 0 0 0 32px;
  display: inline-block;
  position: relative;
  color: #1c8fe0;
  font: 16px/44px Arial, sans-serif;
  letter-spacing: 0.4px; }

.button-fan:before {
  content: "\e903";
  margin: -8px 0 0;
  position: absolute;
  top: 50%;
  left: 4px;
  font: 18px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.button-add {
  padding: 0 0 0 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  bottom: 2px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font: 15px/1.4 Arial, sans-serif; }

.button-add:before {
  content: "\e923";
  margin: -7px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  font: 15px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.button-add__text {
  display: inline-block;
  color: #222;
  border-bottom: 1px dashed #222;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.button-show {
  width: 100%;
  height: 45px;
  display: block;
  background-color: #efefef;
  font: 16px/45px Arial, sans-serif;
  text-align: center;
  letter-spacing: 0.3px;
  color: #8d8c8c; }

.button-heart {
  height: 18px;
  padding: 0 0 0 23px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: 15px/18px Arial, sans-serif;
  letter-spacing: 0.3px;
  color: #222; }

.button-heart:before {
  content: "\e911";
  margin: -7px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  font: 14px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #cfcfcf;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.button-heart.active:before {
  color: #1c8fe0; }

.button-comment {
  height: 18px;
  padding: 0 0 0 26px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: 15px/18px Arial, sans-serif;
  letter-spacing: 0.3px;
  color: #222; }

.button-comment:before {
  content: "\e907";
  margin: -9px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  font: 18px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #cfcfcf;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.desktop.mozilla .button-comment:before {
  margin: -8px 0 0; }

.button-comment.active:before {
  color: #1c8fe0; }

.button-remove {
  width: 14px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  color: #cfcfcf; }

.button-remove:before {
  content: "\e928";
  display: block;
  font: 18px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.edit-icon {
  width: 16px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #fff;
  opacity: 0.5; }

.edit-icon:before {
  content: "\e922";
  display: block;
  font: 16px/22px 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.remove-icon {
  width: 13px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #fff;
  opacity: 0.5; }

.remove-icon:before {
  content: "\e928";
  display: block;
  font: 16px/22px 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* load fix */
.loaded {
  overflow: hidden; }

.loaded .main-wrap {
  visibility: hidden; }

.loaded .icon-load {
  display: block; }

.loaded .mob-nav {
  opacity: 0; }

.icon-load {
  position: fixed;
  z-index: 11111111119999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #fff; }

.icon-load:before {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  content: '';
  background: url(../img/loader.gif) no-repeat left top; }

/* ------------------------------4. HEADER------------------------------*/
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: #f4f4f4; }

.header__main {
  min-height: 105px; }

.header__cols {
  width: 100%;
  display: table; }

.header__left {
  height: 105px;
  padding: 30px 20px 0 0;
  display: table-cell;
  vertical-align: top; }

.header__right {
  height: 105px;
  padding: 29px 0 0;
  display: table-cell;
  vertical-align: top;
  text-align: right;
  white-space: nowrap; }

.header-logo {
  height: 41px;
  padding: 4px 0 0 64px;
  display: inline-block;
  position: relative;
  color: #333 !important;
  font: bold 25px/1 'Phenomena';
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.header-logo:before {
  content: "\e916";
  position: absolute;
  top: 0;
  left: 0;
  font: 42px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222; }

.header-desktop {
  padding: 4px 37px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  white-space: normal; }

.header-nav__item {
  margin: 0 35px 0 0;
  display: inline-block;
  vertical-align: top; }

.header-nav__link {
  padding: 5px 0;
  display: inline-block;
  color: #222; }

.header-search {
  width: 298px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: left; }

.header-search.active .header-search__form,
.header-search.active .search-results {
  width: 800px; }

.header-search.nobutton .search-results {
  padding-bottom: 0; }

.header-search__form {
  width: 298px;
  height: 45px;
  position: relative;
  z-index: 10;
  float: right;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.header-search__form form {
  height: 100%; }

.header-search__input {
  width: 100%;
  height: 100%;
  padding: 5px 60px 4px 14px;
  display: block;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #fff;
  font: 14px/1 Arial, sans-serif;
  letter-spacing: 0.3px; }

.header-search__input:focus {
  border-color: #1c8fe0; }

.header-search__button {
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2px; }

.header-search__button:before {
  
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font: 19px/46px 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #fff; }

.header-search__mob {
  display: none; }

.fix-scroll .search-results:before,
.fix-scroll .hide-events:before {
  display: none; }

.search-results {
  width: 298px;
  padding: 0 0 45px;
  display: none;
  position: absolute;
  top: 55px;
  right: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: normal; }

.search-results:before {
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 -1px -6px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: inline-block;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #fff transparent; }

.search-results_fixed:before {
  border-color: transparent transparent #bde2fd transparent; }

.search-results__all {
  border-radius: 4px;
  overflow: hidden; }

.search-results__scroll {
  max-height: 1000px;
  border-radius: 4px; }

.search-results__item {
  margin: 0 0 -1px; }

.search-results__item .rating {
  padding-bottom: 0; }

.search-results__item .books-count {
  margin: 0 17px 0 0; }

.search-results__item:first-child .search-results__link {
  padding-top: 9px;
  border-radius: 4px 4px 0 0; }

.search-results__item:last-child {
  margin: 0; }

.search-results__item:last-child .search-results__left,
.search-results__item:last-child .search-results__right {
  border: none; }

.search-results__item_author {
  position: relative;
  z-index: 1; }

.search-results__item_author .search-results__link {
  background-color: #bde2fd !important; }

.search-results__item_author .search-results__left {
  vertical-align: middle;
  border-color: #bde2fd !important; }

.search-results__item_author .search-results__left img {
  width: 52px;
  height: 52px;
  border-radius: 50%; }

.search-results__item_author .search-results__right {
  vertical-align: middle;
  border-color: #bde2fd !important; }

.search-results__item_author .search-results__title {
  padding: 0 0 9px;
  color: #fff; }

.search-results__item_author:first-child .search-results__left {
  padding-bottom: 14px; }

.search-results__item_author:first-child .search-results__right {
  padding-bottom: 13px; }

.search-results__link {
  display: block;
  padding: 0 20px;
  color: #222; }

.search-results__cols {
  width: 100%;
  display: table;
  table-layout: fixed; }

.search-results__left {
  width: 80px;
  padding: 11px 20px 10px 0;
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px solid #f4f4f4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.search-results__left .search-results__href {
  width: 52px; }

.search-results__left img {
  width: 54px;
  max-width: 100%; }

.search-results__right {
  padding: 13px 8px 9px 0;
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px solid #f4f4f4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.search-results__title {
  padding: 0 0 4px;
  font: bold 16px/1.2 Arial, sans-serif;
  letter-spacing: 0.1px;
  color: #222; }

.search-results__title span {
  margin: -2px 0;
  padding: 2px 2px;
  display: inline-block;
  background: #1c8fe0;
  color: #fff; }

.search-results__title span:first-child {
  margin-left: 0; }

.search-results__author {
  padding: 0 0 7px;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px;
  color: #222; }

.search-results__author span {
  margin: -1px 0;
  padding: 1px 2px;
  display: inline-block;
  background: #1c8fe0;
  color: #fff; }

.search-results__author span:first-child {
  margin-left: 0; }

.search-results__href {
  display: block;
  color: #fff; }

.search-results__button {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #a4a4a4; }

.search-results__button span {
  height: 45px;
  display: block;
  text-align: center;
  border: 1px solid #f4f4f4;
  border-radius: 0 0 4px 4px;
  font: 16px/44px Arial, sans-serif; }

.rating {
  min-height: 16px;
  padding: 0 0 0 24px;
  position: relative;
  font: 15px/16px Arial, sans-serif;
  color: #222; }

.rating__star {
  width: 17px;
  height: 16px;
  position: absolute;
  top: -1px;
  left: 0; }

.rating__star img {
  width: 17px;
  height: 16px; }

.books-count {
  padding: 0 0 0 22px;
  display: inline-block;
  position: relative;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #fff; }

.books-count:before {
  content: "\e917";
  position: absolute;
  top: 1px;
  left: 0;
  font: 18px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c8fe0; }

.books-count span {
  position: relative;
  bottom: 2px;
  display: inline-block;
  color: #fff;
  border-bottom: 1px dashed #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4; }

.users-count {
  padding: 0 0 0 19px;
  display: inline-block;
  position: relative;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px;
  color: #fff; }

.users-count:before {
  content: "\e92a";
  position: absolute;
  top: 2px;
  left: 0;
  font: 16px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c8fe0; }

.header-user {
  min-width: 165px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: right; }

.header-user__button {
  height: 45px;
  padding-left: 37px;
  padding-right: 37px; }

.header-events {
  display: inline-block; }

.header-events__button {
  width: 45px;
  height: 45px;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #1c8fe0; }

.header-events__button:before {
  content: "\e903";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font: 20px/48px 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.header-events__button.active {
  color: #1872b2; }

.header-events__count {
  min-width: 20px;
  height: 20px;
  padding: 0 1px 0 0;
  position: absolute;
  top: 0;
  right: 20px;
  background: #cd0e39;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font: 12px/19px Arial, sans-serif; }

.hide-events {
  width: 702px;
  padding: 0 0 45px;
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  white-space: normal;
  text-align: left; }

.hide-events:before {
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 -1px;
  position: absolute;
  bottom: 100%;
  right: 94px;
  display: inline-block;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #fff transparent; }

.hide-events__all {
  border-radius: 4px;
  overflow: hidden; }

.hide-events__scroll {
  max-height: 1000px;
  border-radius: 4px; }

.hide-events__list {
  padding: 4px 20px 7px; }

.hide-events__item {
  width: 100%;
  display: table; }

.hide-events__item:last-child .hide-events__left,
.hide-events__item:last-child .hide-events__right {
  border: none; }

.hide-events__item a {
  border-bottom: 1px dashed #1872b2; }

.hide-events__left {
  padding: 11px 15px 12px 0;
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px solid #e7e7e7; }

.hide-events__right {
  padding: 11px 0 12px;
  display: table-cell;
  vertical-align: top;
  text-align: right;
  border-bottom: 1px solid #e7e7e7; }

.hide-events__button {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #bcbcbc; }

.hide-events__button span {
  height: 45px;
  display: block;
  text-align: center;
  border: 1px solid #f4f4f4;
  border-radius: 0 0 4px 4px;
  font: 16px/44px Arial, sans-serif; }

.short-event {
  width: 100%;
  max-width: 520px;
  padding: 0 0 0 30px;
  display: inline-block;
  position: relative;
  font: 14px/1.6 Arial, sans-serif;
  letter-spacing: 0.35px; }

.short-event:before {
  position: absolute;
  top: 5px;
  left: 0;
  font: 13px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c8fe0; }

.short-event_icon-1:before {
  content: "\e91a"; }

.short-event_icon-2:before {
  content: "\e90a";
  top: 3px;
  font-size: 16px; }

.short-event_icon-3:before {
  content: "\e911";
  font-size: 15px; }

.short-event_icon-4 {
  padding: 0 0 0 47px; }

.short-event_icon-4:before {
  content: "\e912";
  font-size: 15px; }

.short-event_icon-5:before {
  content: "\e917";
  top: 2px;
  font-size: 20px; }

.clock {
  padding: 0 0 0 19px;
  display: inline-block;
  position: relative;
  font: 14px/1.6 Arial, sans-serif;
  letter-spacing: 0.35px;
  color: #bcbcbc;
  white-space: nowrap; }

.clock:before {
  content: "\f017";
  margin: -7px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  font: 15px/1 'fa';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.header-cab {
  width: 72px;
  min-height: 60px;
  display: inline-block;
  vertical-align: top; }

.header-cab__image {
  width: 45px;
  height: 45px;
  display: inline-block;
  overflow: hidden;
  background: url(../img/svg/nonephoto.svg) no-repeat;
  -webkit-background-size: 45px 45px;
  background-size: 45px 45px; }

.header-cab__image img {
  width: 100%;
  border-radius: 50%; }

.hide-cab {
  width: 230px;
  min-height: 50px;
  padding: 15px 13px 0;
  display: none;
  position: absolute;
  top: 58px;
  right: 0;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  white-space: normal;
  text-align: left; }

.hide-cab:before {
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 -1px;
  position: absolute;
  bottom: 100%;
  right: 17px;
  display: inline-block;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #fff transparent; }

.hide-cab__item {
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }

.hide-cab__item:first-child .hide-cab__link {
  padding: 8px 0;
  border: none; }

.hide-cab__item:last-child .hide-cab__link {
  padding: 11px 0 14px; }

.hide-cab__link {
  padding: 8px 0 7px;
  display: block;
  overflow: hidden;
  color: #222;
  /*text-align: center;*/
  border-top: 1px solid #e7e7e7; }

.hide-cab__icon {
  display: inline-block;
  position: relative; }

.hide-cab__icon:before {
  position: absolute;
  top: -1px;
  left: 0;
  font: 19px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c8fe0; }

.hide-cab__icon_1 {
  padding: 0 0 0 22px; }

.hide-cab__icon_1:before {
  content: "\e92a"; }

.hide-cab__icon_2 {
  padding: 0 0 0 24px; }

.hide-cab__icon_2:before {
  content: "\e922";
  top: 2px;
  font-size: 16px; }

.hide-cab__icon_3 {
  padding: 0 0 0 24px; }

.hide-cab__icon_3:before {
  content: "\e915";
  top: 1px;
  left: 1px; }

.hide-cab__icon_4 {
  padding: 0 0 0 24px; }

.hide-cab__icon_4:before {
  content: "\e91a";
  top: 4px;
  font-size: 13px; }

.hide-cab__icon_settings {
  padding: 0 0 0 24px; }

.hide-cab__icon_settings:before {
  content: "\e90f";
  top: 3px;
  font-size: 16px; }

.hide-cab__icon_book-create {
  padding: 0 0 0 24px; }

.hide-cab__icon_book-create:before {
  content: "\e923";
  top: 3px;
  font: 16px/1 'icons';}

.hide-cab__icon_my_books {
  padding: 0 0 0 24px; }

.hide-cab__icon_my_books:before {
  content: "\e917";
  top: 3px;
  font-size: 16px; }

.hide-cab__icon_5 {
  padding: 0 0 0 24px; }

.hide-cab__icon_5:before {
  content: "\e90a";
  top: 3px;
  font-size: 13px; }

.hide-cab__icon_6 {
  padding: 0 0 0 24px; }

.hide-cab__icon_6:before {
  font: 19px/1 'fa';
  content: "\f1fa";
  top: 1px;
  left: 1px;
  font-size: 19px; }

.hide-cab-in {
  padding: 7px 0 8px;
  border-top: 1px solid #e7e7e7; }

.hide-cab-in__link {
  padding: 1.5px 11px;
  display: block;
  overflow: hidden;
  color: #222; }

.header-mob-wrapp, .header-mob {
  display: none; }

/* ------------------------------5. FOOTER------------------------------*/
.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #222;
  color: #fff; }

.footer__top {
  min-height: 194px;
  position: relative; }

.footer__cols {
  width: 100%;
  display: table; }

.footer__left-top {
  padding: 22px 0 0;
  display: table-cell;
  vertical-align: top; }

.footer__right-top {
  width: 403px;
  padding: 36px 200px 25px 0;
  display: table-cell;
  vertical-align: top; }

.mozilla.desktop .footer__right-top {
  letter-spacing: -0.5px;
  word-spacing: -1px; }

.footer__bottom-wrap {
  background: #000; }

.footer__bottom {
  min-height: 50px;
  font-size: 13px;
  color: #333;
  letter-spacing: 0.3px; }

.footer__left-bottom {
  padding: 8px 10px 5px 0;
  display: table-cell;
  vertical-align: middle; }

.footer__right-bottom {
  padding: 9px 0 5px;
  display: table-cell;
  vertical-align: middle;
  text-align: right; }

.footer__right-bottom a {
  display: inline-block;
  color: #333;
  border-bottom: 1px solid #333;
  white-space: nowrap;
  line-height: 1.2; }

.footer-nav {
  max-width: 540px;
  padding: 0 0 8px;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }

.footer-nav__item {
  width: 25%;
  margin: 0 -4.5px 0 0;
  padding: 0 0 3px;
  display: inline-block;
  vertical-align: top; }

.footer-nav__item:nth-child(3n-1) {
  width: 25%; }

.footer-nav__link {
  padding: 5px 0;
  display: inline-block;
  color: #fff; }

.footer-socials {
  max-width: 540px;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }

.footer-socials__label {
  width: 31.5%;
  margin: 0 -4.5px 0 0;
  padding: 12px 0;
  display: inline-block;
  vertical-align: top; }

.footer-socials__list {
  display: inline-block;
  vertical-align: top; }

.socials-1__item {
  padding: 0 5px 7px 0;
  display: inline-block;
  vertical-align: top; }

.socials-1__link {
  width: 42px;
  height: 42px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 50%; }

.socials-1__link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font: 20px/43px 'fa';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff; }

.socials-1__link_icon-1:before {
  content: "\f09a"; }

.socials-1__link_icon-2:before {
  content: "\f189"; }

.socials-1__link_icon-3:before {
  content: "\f099"; }

.socials-1__link_icon-4:before {
  content: "\f1a0"; }

.footer-age {
  margin: 0 0 18px;
  position: relative;
  text-indent: 29px;
  font: normal 12px/1.7 Arial, sans-serif;
  letter-spacing: 0.3px;
  color: #7f7f7f; }

.footer-age:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: -2px;
  left: 0;
  background: #ef1f1c;
  border-radius: 50%; }

.footer-age:after {
  content: "18+";
  width: 24px;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 1;
  font: 12px/24px Arial, sans-serif;
  text-align: center;
  text-indent: 0;
  color: #fff;
  letter-spacing: normal; }

.footer-pay {
  position: relative;
  right: 1px; }

.footer-pay img {
  width: 80px;
  height: 26px; }

.scroll-button {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10;
  opacity: 0.5; }

.scroll-button:before {
  content: "";
  height: 10px;
  position: absolute;
  top: 27px;
  left: 28px;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.scroll-button:after {
  content: "";
  height: 10px;
  position: absolute;
  top: 27px;
  right: 28px;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.footer-logo {
  height: 29px;
  margin: 4px 18px 4px 0;
  padding: 0 0 0 38px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font: bold 24px/26px 'Phenomena';
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #1c8fe0 !important;
  text-decoration: none !important;
  border: none !important; }

.footer-logo:before {
  content: "\e916";
  margin: -15px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  font: 29px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.footer-copyrights {
  padding: 4px 0;
  display: inline-block;
  vertical-align: middle; }

.footer-link {
  margin: 4px 0 4px 10px;
  display: inline-block;
  vertical-align: middle; }

/* ------------------------------6. MAIN------------------------------*/
.main-wrap {
  min-height: 100%;
  margin: auto;
  padding: 105px 0 244px;
  position: relative;
  z-index: 1;
  overflow: hidden; }

/*!--------------------6.1 BOOK PAGE--------------------*/
.page {
  padding-top: 69px;
  padding-bottom: 74px; }

.page__cols {
  width: 100%;
  display: table;
  table-layout: fixed; }

.page__left {
  display: table-cell;
  vertical-align: top; }

.page__right {
  width: 400px;
  padding: 4px 0 0 40px;
  display: table-cell;
  vertical-align: top; }

.page__top {
  max-width: 750px; }

.page__top .seo {
  max-width: 710px; }

/* -----------page left---------- */
/* main info */
.main-info {
  padding: 0 0 21px;
  line-height: 1.55; }

.main-info__title {
  padding: 0 0 5px; }

.main-info__link {
  border-bottom: 1px dashed #1872b2; }

.book-info__text {
  padding: 2px 0 7px; }

.book-info__link {
  border-bottom: 1px dashed #1872b2; }

/* tags */
.js-from-4 {
  padding: 0 0 18px; }

.tags {
  width: 100%;
  display: table;
  /*padding: 0 0 18px;*/
  table-layout: fixed; }

.tags__title {
  padding: 0 0 25px;
  font: bold 20px/1.2 Arial, sans-serif; }

.tags__label {
  width: 47px;
  padding: 3px 8px 9px 0;
  display: table-cell;
  vertical-align: top;
  font: normal 16px/1.5 Arial, sans-serif;
  letter-spacing: 0.4px; }

.tags__list {
  display: table-cell;
  vertical-align: top;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }

.tags__item {
  max-width: 100%;
  margin: 0 5.5px 10px 0;
  display: inline-block;
  vertical-align: top; }

.tags__link {
  height: 30px;
  padding: 4px 6.5px 0;
  display: block;
  border-radius: 15px;
  background: #f4f4f4;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #1872b2; }

/* book actions */
.book-actions {
  padding: 0 0 46px; }

.book-actions__button {
  min-width: 185px;
  margin: 0 39px 0 0;
  padding-left: 27px;
  padding-right: 27px;
  display: inline-block;
  vertical-align: top; }

/* download */
.download {
  margin: 0 -15px 0 0;
  padding: 0 0 37px; }

.download__title {
  padding: 0 0 27px;
  font: bold 16px/1.3 Arial, sans-serif;
  letter-spacing: 0.3px;
  text-transform: uppercase; }

.download__item {
  margin: 0 4.5px 9px 0;
  position: relative;
  display: inline-block;
  vertical-align: top; }

.download__item.disabled:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.download__item.disabled .download__link {
  background: #e3e2e2;
  color: #c6c5c5; }

.download__link {
  width: 121px;
  height: 41px;
  display: block;
  background: #bde2fd;
  border-radius: 4px;
  text-align: center;
  color: #222;
  font: 15px/41px Arial, sans-serif; }

/* add remove */
.add-remove {
  display: inline-block;
  vertical-align: top; }

.add-remove__plus,
.add-remove__minus {
  display: none; }

.add-remove__plus.active,
.add-remove__minus.active {
  display: inline-block; }

/* seo */
.seo {
  padding: 0 0 42px; }

.seo:last-child {
  padding-top: 50px;
  padding-bottom: 80px; }

.seo:last-child h2,
.seo:last-child h3,
.seo:last-child h4 {
  padding: 0 0 26px; }

.seo h2,
.seo h3,
.seo h4 {
  padding: 0 0 21px;
  font: bold 16px/1.3 Arial, sans-serif;
  letter-spacing: 0.3px;
  text-transform: uppercase; }

.seo__more {
  display: none; }

/* banner */
.image-2 {
  margin: 0 0 50px -15px;
  display: block;
  position: relative;
  color: #fff; }

.image-2 img {
  max-width: 100%; }

.image-3 {
  height: 97px;
  position: relative;
  display: none;
  color: #9d9c9c; }

.image-3 img {
  max-width: 100%; }

.image-3__fix-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.image-3__fix-2 {
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed; }

.image-3__fix-3 {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  background-color: #b8b8b8;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px;
  text-align: center; }

/* best books */
.mobile-book {
  display: none; }

.best-books__title {
  padding: 0 0 33px;
  font: bold 18px/1.35 Arial, sans-serif; }

.books-slider {
  margin: 0 -45px;
  padding: 0 25px 80px 0;
  overflow: hidden;
  position: relative; }

.books-slider__list {
  padding: 0 0 90px;
  position: relative; }

.books-slider__list:before,
.books-slider__list:after {
  content: "";
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -55px;
  z-index: 2;
  background: #fff; }

.books-slider__list:after {
  left: auto;
  right: -55px; }

.books-slider__list .slick-track,
.books-slider__list .slick-list {
  overflow: visible !important; }

.books-slider__list .slick-prev {
  top: 108px;
  left: 23px; }

.books-slider__list .slick-next {
  top: 108px;
  left: auto;
  right: 24px; }

.book-item__main {
  padding: 0 45px;
  position: relative; }

.book-item__top {
  position: relative; }

.book-item__image {
  display: block; }

.book-item__image img {
  width: 100%;
  max-height: 265px; }

.book-item__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.book-item__content {
  min-height: 149px;
  padding: 10px 0 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-align-items: space-between;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
  -webkit-align-items: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.book-item__title {
  padding: 0;
  font: bold 16px/1.3 Arial, sans-serif;
  letter-spacing: 0.1px; }

.book-item__authors-wrap {
  padding: 5px 0;
  position: relative; }

.book-item__authors {
  position: relative;
  bottom: 4px;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }

.book-item__more {
  border-bottom: 1px dashed #1872b2; }

.book-item__link {
  color: #222; }

.book-item__button {
  min-width: 153px;
  height: 42px;
  line-height: 41px; }

.more-mob {
  display: none; }

/* comments */
.comments {
  padding: 0 0 52px; }

.all-comments {
  padding: 0 0 42px; }

.all-comments__title {
  padding: 0 0 17px;
  font: bold 26px/1.2 Arial, sans-serif;
  letter-spacing: 0.5px; }

.all-comments__bottom {
  padding: 10px 0 20px;
  overflow: hidden;
  text-align: center; }

.all-comments__button {
  min-width: 208px;
  margin: 0 0 10px; }

.comment .comment .comment__main {
  background: #f4f4f4; }

.comment .comment .comment__main_admin {
  background: #bde2fd; }

.comment__main-wrap.active .comment__form,
.comment__main-wrap.active .comment__main_hide {
  display: block; }

.comment__main-wrap.active .comment__main_edit .comment__content,
.comment__main-wrap.active .comment__main_edit .comment__text,
.comment__main-wrap.active .comment__main_edit .comment__max,
.comment__main-wrap.active .comment__main_edit .comment__bottom {
  display: none; }

.comment__main {
  margin: 0 0 20px;
  padding: 32px 36px 18px;
  background: #e6e5e5;
  border-radius: 4px; }

.comment__main_hide {
  display: none; }

.comment__main_admin {
  background: #bde2fd; }

.comment__main_admin .comment__date {
  color: #a2c2da; }

.comment__main_admin .comment__complaint,
.comment__main_admin .complaint {
  color: #fff; }

.comment__main_admin .likes__action:before {
  color: #fff; }

.comment__main_admin .comment__max.active .comment__text-wrap:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(189, 226, 253, 0)), to(#bde2fd));
  background: -webkit-linear-gradient(top, rgba(189, 226, 253, 0) 0, #bde2fd 100%);
  background: -o-linear-gradient(top, rgba(189, 226, 253, 0) 0, #bde2fd 100%);
  background: linear-gradient(to bottom, rgba(189, 226, 253, 0) 0, #bde2fd 100%); }

.comment__form {
  display: none; }

.comment__textarea-wrap {
  position: relative; }

.comment__textarea-wrap.active:after {
  opacity: 1; }

.comment__textarea-wrap:before {
  content: "";
  width: 0;
  height: 0;
  margin: 0 -1px 0 0;
  position: absolute;
  top: 43px;
  right: 100%;
  z-index: 2;
  border-style: solid;
  border-width: 8px 15px 8px 0;
  border-color: transparent #fff transparent transparent; }

.comment__textarea-wrap:after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 -1px 0 0;
  position: absolute;
  top: 42px;
  right: 100%;
  z-index: 1;
  border-style: solid;
  border-width: 9px 16px 9px 0;
  border-color: transparent #1c8fe0 transparent transparent;
  opacity: 0; }

.comment__textarea {
  height: 163px;
  min-height: 163px;
  margin: 0 0 18px;
  padding: 12px 16px 12px;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }

.comment__buttons {
  padding: 0 0 1px;
  text-align: right; }

.comment__button-wrap {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top; }

.comment__button-wrap:last-child {
  margin: 0; }

.comment__button {
  min-width: 152px; }

.comment__top {
  min-height: 50px;
  padding: 0 0 0 132px;
  position: relative; }

.comment__photo {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 2px;
  left: 0;
  overflow: hidden;
  background: url(../img/svg/nonephoto.svg) no-repeat;
  -webkit-background-size: 100px 100px;
  background-size: 100px 100px;
  border-radius: 50%; }

.comment__photo img {
  width: 100%;
  border-radius: 50%; }

.comment__cols {
  width: 100%;
  display: table; }

.comment__col {
  padding: 2px 15px 14px 0;
  display: table-cell;
  vertical-align: top; }

.comment__col:nth-child(2) {
  padding-top: 0;
  text-align: right;
  white-space: nowrap; }

.comment__col:last-child {
  padding-right: 0; }

.comment__complaint {
  min-width: 22px;
  min-height: 22px;
  margin: 0 0 0 42px;
  display: inline-block;
  vertical-align: top; }

.comment__author {
  padding: 0 0 1px;
  font: bold 16px/1.3 Arial, sans-serif;
  letter-spacing: 0.3px; }

.comment__date {
  font: 14px/1.45 Arial, sans-serif;
  letter-spacing: normal;
  color: #c1c0c0;
  white-space: nowrap; }

.comment__link {
  color: #000; }

.comment__text {
  max-width: 677px;
  min-height: 60px;
  padding: 0 0 20px 132px;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; 
  word-wrap: break-word; }

.comment__bottom {
  width: 100%;
  display: table; }

.comment__left {
  display: table-cell;
  vertical-align: top;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }

.comment__right {
  display: table-cell;
  vertical-align: top;
  text-align: right; }

.comment__action {
  margin: 0 19px 1px 0;
  display: inline-block;
  vertical-align: top;
  color: #222;
  border-bottom: 1px dashed #222; }

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

.comment__reponse {
  padding: 0 0 0 100px; }

.comment__max {
  margin: 0 0 17px;
  overflow: hidden; }

.comment__max .comment__text {
  min-height: 32px;
  padding-bottom: 0; }

.comment__max.active {
  margin: 0 0 -16px; }

.comment__max.active .comment__more {
  margin: 0 0 0 132px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  bottom: 3px; }

.comment__max.active .comment__text-wrap {
  overflow: hidden; }

.comment__max.active .comment__text-wrap:before {
  content: "";
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #ffffff 100%); }

.comment__max.opened {
  margin: 0; }

.comment__max.opened .comment__text-wrap {
  max-height: 5000px;
  overflow: visible; }

.comment__max.opened .comment__text-wrap:before {
  display: none; }

.comment__max.opened .comment__text {
  min-height: 0; }

.comment__max.opened .comment__more {
  display: none; }

.comment__text-wrap {
  max-height: 96px;
  position: relative; }

.comment__more {
  display: none; }

.comment-mob {
  display: none; }

.likes {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap; }

.likes__item {
  padding: 0 10px 0 0;
  display: inline-block;
  vertical-align: top; }

.likes__item.active, .likes__item.active_grey {
  position: relative; }

.likes__item.active:before, .likes__item.active_grey:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.likes__item.active .likes__action:before {
  color: #1c8fe0; }

.likes__item.active_grey .likes__action:before {
  color: #acacac; }

.likes__item:last-child {
  padding: 0; }

.likes__action {
  padding: 0 0 0 28px;
  position: relative;
  color: #222;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }

.likes__action:before {
  position: absolute;
  top: -5px;
  left: 0;
  font: 20px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #acacac;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.likes__action_icon-1:before {
  content: "\e927"; }

.desktop.mozilla .likes__action_icon-1:before {
  top: -4px; }

.likes__action_icon-2:before {
  content: "\e926";
  top: 0;
  left: 2px; }

/* add comment */
.add-comment {
  margin: 0 -17px 0 0;
  padding: 27px 38px 10px;
  background: #f4f4f4;
  border-radius: 4px; }

.add-comment .input-form {
  padding: 0 0 18px; }

.add-comment .input-label {
  margin: 0 0 7px;
  font: bold 18px/1.3 Arial, sans-serif; }

.add-comment__bottom {
  width: 100%;
  display: table;
  padding: 10px 0 20px;
  table-layout: fixed; }

.add-comment__captcha {
  display: table-cell;
  vertical-align: top; }

.add-comment__right {
  display: table-cell;
  vertical-align: top;
  text-align: right; }

.add-comment__button {
  min-width: 162px; }

/* -----------page right---------- */
/* book image */
.book-image {
  position: relative;
  z-index: 4; }

.book-image img {
  width: 100%; }

.adult-icon {
  width: 39px;
  height: 56px;
  position: absolute;
  top: -4px;
  right: 20px;
  z-index: 1;
  background: url(../img/svg/mark.svg) no-repeat;
  -webkit-background-size: 39px 56px;
  background-size: 39px 56px; }

/* sidebar */
.book-sidebar {
  padding: 17px 20px 15px;
  position: relative;
  z-index: 5;
  background: #f3f3f3; }

.stats {
  max-width: 319px;
  padding: 0 0 53px;
  position: relative;
  text-align: left; }

.stats__buttons {
  min-height: 83px;
  position: relative; }

.stats__buttons .button-like {
  margin: 0 103px 3px 0; }

.stats__left, .profile-stats-left {
  width: 95px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10; }

.rating-info {
  width: 95px;
  height: 83px;
  text-align: left; }

.rating-info__button {
  width: 95px;
  height: 83px;
  padding: 16px 3px 0;
  display: block;
  border-radius: 4px;
  background: #fff;
  color: #222 !important;
  text-align: center; }

.rating-info__label {
  height: 30px;
  display: block;
  position: relative;
  z-index: 1; }

.rating-info__stats {
  max-width: 100%;
  height: 20px;
  position: relative;
  right: 3px;
  display: inline-block; }

.rating-info__star {
  position: absolute;
  top: -1px;
  left: 5px; }

.rating-info__star img {
  width: 19px;
  height: 19px; }

.rating-info__count-wrap {
  display: inline-block;
  position: relative; }

.rating-info__count {
  padding: 0 15px 0 29px;
  display: inline-block;
  position: relative;
  z-index: 1;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px; }

.rating-info__count:before {
  content: "\f078";
  margin: -7px 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  font: 10px/1 'fa';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0; }

.rating-info__fix {
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  bottom: -6px;
  right: 0;
  z-index: 11;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #fff transparent; }

.rating-hide {
  padding: 10px 15px 9px;
  display: none;
  position: absolute;
  top: 72px;
  right: -8px;
  z-index: 10;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  white-space: nowrap;
  font: normal 14px/1.45 Arial, sans-serif;
  letter-spacing: 0.35px; }

.rating-hide__item {
  margin: 0 0 5px;
  padding: 0 0 0 24px;
  position: relative; }

.rating-hide__item:before {
  content: "";
  width: 15px;
  height: 15px;
  margin: -8px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../img/svg/rating/rating5.svg) no-repeat;
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px; }

.rating-numbers {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 11px 18px 0 17px;
  border-radius: 4px;
  background: #fff;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }

.rating-numbers__item {
  padding: 0 0 0 32px;
  position: relative;
  display: inline-block;
  vertical-align: top; }

.rating-numbers__item_icon-2 {
  padding: 0 0 0 28px; }

.rating-numbers__item_icon-3 {
  padding: 0 0 0 25px; }

.rating-numbers__icon {
  height: 18px;
  margin: -10px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  font: 12px/18px 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222 !important; }

.rating-numbers__icon_1:before {
  content: "\e90d"; }

.rating-numbers__icon_2 {
  font-size: 17px; }

.rating-numbers__icon_2:before {
  content: "\e90a"; }

.rating-numbers__icon_3 {
  font-size: 18px;
  line-height: 20px; }

.rating-numbers__icon_3:before {
  content: "\e907"; }

.tooltip {
  position: absolute;
  top: 0;
  left: 0; }

.tooltip__content {
  margin: 13px 0 0;
  padding: 4px 0;
  position: absolute;
  display: none;
  z-index: 30;
  font: normal 14px/1.45 Arial, sans-serif;
  letter-spacing: 0.35px;
  white-space: nowrap;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 38px rgba(34, 34, 34, 0.1); }

.tooltip__triangle {
  width: 0;
  height: 0;
  margin: 4px 0 0 -6px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 31;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #fff transparent; }

.tooltip__content span,
.tooltip__fix span {
  padding: 0 9px;
  display: block; }

.tooltip__fix {
  position: absolute;
  top: 0;
  left: -9999px;
  font: normal 14px/1.45 Arial, sans-serif;
  letter-spacing: 0.35px; }

.book-about {
  padding: 15px 0 0;
  text-align: center; }

.book-about__pages {
  margin: 0 0 16px; }

.book-about__write {
  min-width: 261px;
  margin: 0 0 18px;
  border-width: 1px;
  line-height: 44px; }

.book-chars {
  padding: 0 15px 6px;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px;
  color: #c7c5c5;
  text-align: left; }

.book-chars__item {
  padding: 0 0 8px; }

.book-socials {
  padding: 0 0 13px 15px;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px;
  text-align: left; }

.book-socials .socials-1__item {
  padding: 0 2px 5px; }

.book-socials__label {
  padding: 8px 5px 0 0;
  display: inline-block;
  vertical-align: top;
  color: #000; }

.book-socials__list {
  display: inline-block;
  vertical-align: top; }

/* ------------------------------COPYRIGHTS------------------------------*/

.copyrights_title {
  text-align: center;
  padding: 30px 0px;
}

.copyrights_main_text {
  font-size: 18px;
  line-height: 1.7;
  text-align: justify;
  padding: 30px 0px;
}

/* banner */
.image-1 {
  margin: 0 0 30px;
  display: block;
  position: relative;
  z-index: 4;
  color: #fff; }

.image-1 img {
  max-width: 100%; }

.image-1__fix-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.image-1__fix-2 {
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed; }

.image-1__fix-3 {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  font: normal 14px/1.45 Arial, sans-serif;
  letter-spacing: 0.35px;
  text-align: center; }

/* books */
.books {
  padding: 29px 0 0;
  position: relative;
  z-index: 4; }

.books__title {
  padding: 0 0 22px;
  text-align: center;
  font: bold 18px/1.35 Arial, sans-serif; }

.books__list_type-2 .book__left {
  width: 124px;
  padding: 3px 5px 30px 0; }

.books__list_type-2 .book__right {
  padding: 0 0 30px; }

.books__list_type-2 .book__title {
  max-width: 140px; }

.books__list_type-2 .book__text {
  font: normal 14px/1.45 Arial, sans-serif;
  letter-spacing: 0.35px; }

.books__list_type-2 .book__text {
  margin-right: 0; }

.book .rating {
  margin: 10px 0 5px 14px;
  position: relative;
  bottom: 1px; }

.book .adult-icon {
  top: -5px;
  right: 7px; }

.book__cols {
  width: 100%;
  display: table;
  table-layout: fixed; }

.book__left {
  width: 160px;
  padding: 3px 10px 60px 0;
  display: table-cell;
  vertical-align: top; }

.book__right {
  padding: 0 0 60px 0;
  display: table-cell;
  vertical-align: top; }

.book__image-wrap {
  position: relative; }

.book__image {
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.book__image img {
  width: 100%; }

.center_image_list img {
  height: 220px; }

.search_res_img_list img {
  height: 220px; }

.popular_books_left img {
    height: auto; }

.book__image-wrap.profile_library_list img {
    min-height: 235px;
    height: 235px;}

.book__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.book__all {
  min-height: 108px; }

.book__title {
  min-height: 30px;
  padding: 0 0 0 14px;
  font: bold 16px/1.3 Arial, sans-serif;
  letter-spacing: 0.1px; }

.book__link {
  color: #222; }

.book__top {
  padding: 0 0 0 14px;
  position: relative;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }

.book__authors-wrap {
  width: 100%;
  display: table;
  margin: 0 0 -11px;
  padding: 0 0 11px; }

.book__authors {
  height: 30px;
  display: table-cell;
  vertical-align: middle; }

.book__text {
  margin: 0 -5px -4px 0;
  padding: 0 0 0 14px;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }

.book__more {
  border-bottom: 1px dashed #1872b2; }

.book__hide-2 {
  display: none; }

/* author style for book page */
.page-book .authors-hide {
  top: -40px; }

.page-book .authors-hide:before {
  display: none; }

.page-book .best-sells .book__more {
  color: #ffffff;
  border-bottom: 1px dashed #ffffff; }

.books__list_type-7 {
  padding: 0 !important; }

/* end authors style */
/* sidebar book style */
.books__sidebar article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 320px;
  height: 210px; }

.books__sidebar .book__image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 119px;
  width: 100%; }

.books__sidebar .book__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.books__sidebar .book__top,
.books__sidebar .book__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 190px; }

@media screen and (max-width: 1025px) {
  .recomended .books-top__left {
    width: 13% !important; }
  .books__sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .books__sidebar article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 20% !important;
    height: auto; }
  .books__sidebar .book__image-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 150px;
    width: 100%; }
  .books__sidebar .book__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-top: 10px; }
  .books__sidebar .book__top,
  .books__sidebar .book__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 190px; } }

@media screen and (max-width: 1024px) {
  /* style for first article */
  .books-top {
    display: inline-block !important; }
  .books-top__left {
    display: inline-block !important;
    width: 25% !important; }
  .books-top__left .book {
    width: 100% !important;
    height: auto; }
  .books-top__right {
    display: inline-block !important;
    width: 70% !important; }
  /* end style for first article */ }

@media screen and (max-width: 901px) {
  .books__sidebar article {
    width: 25% !important; }
  .books__sidebar .book__title {
    width: 71%; } }

@media screen and (max-width: 600px) {
  .books__sidebar article {
    width: 33% !important; }
  .books__sidebar .book__title {
    width: 71%; } }

@media screen and (max-width: 445px) {
  .books__sidebar article {
    width: 49% !important; }
  .books__sidebar .book__title {
    width: 71%; } }

/* end sidebar book style */
.authors-hide {
  width: 100%;
  margin: -1px 0 0;
  padding: 5px 0 6px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 2px;
  font: normal 14px/1.45 Arial, sans-serif;
  letter-spacing: 0.35px;
  -webkit-box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 38px rgba(34, 34, 34, 0.1); }

.authors-hide:before {
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 -1px -6px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #fff transparent; }

.authors-hide__item_hide {
  display: none; }

.authors-hide__link {
  padding: 3px 14px;
  display: block;
  color: #222; }

.show-more {
  width: 25px;
  height: 41px;
  position: absolute;
  bottom: 0;
  left: 0; }

.more-hide {
  padding: 7px 0 8px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 38px rgba(34, 34, 34, 0.1); }

.more-hide:before {
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 -1px;
  position: absolute;
  bottom: 100%;
  left: 6px;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #fff transparent; }

.more-hide__list {
  white-space: nowrap; }

.more-hide__link {
  padding: 0.5px 15px;
  display: block;
  color: #222; }

.item-info {
  display: block; }

.item-info {
  width: 100%;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0; }

.item-info__button {
  width: 36px;
  height: 36px;
  margin: 0;
  position: relative;
  display: block;
  background: rgba(0, 0, 0, 0.7); }

.item-info__button:before {
  content: "\e908";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font: 18px/36px 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #fff;
  opacity: 0.9;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.item-info__fix {
  content: "";
  width: 0;
  height: 0;
  display: none;
  margin: 3px 0 0;
  position: absolute;
  top: 100%;
  left: 13px;
  z-index: 21;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #fff transparent; }

.info-hide {
  width: 400px;
  min-height: 50px;
  margin: 11px 0 0;
  padding: 21px 19px 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  font: 14px/1.45 Arial, sans-serif;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: normal; }

.info-hide__top {
  padding: 0 0 4px;
  border-bottom: 1px solid #e7e7e7; }

.info-hide__title {
  padding: 0 0 4px;
  font-weight: bold;
  text-transform: uppercase; }

.info-hide__middle {
  padding: 11px 0 15px;
  border-bottom: 1px solid #e7e7e7; }

.info-hide__link {
  padding: 10px 0 14px;
  display: block;
  color: #222; }

.info-numbers {
  max-width: 280px;
  font: normal 14px/1.45 Arial, sans-serif;
  letter-spacing: 0.35px;
  white-space: nowrap; }

.info-numbers__item {
  width: 37%;
  margin: 0 -4.5px 9px 0;
  padding: 0 0 0 31px;
  position: relative;
  display: inline-block;
  vertical-align: top; }

.info-numbers__item_icon-2 {
  padding: 0 0 0 29px; }

.info-numbers__item_icon-3 {
  width: 26%;
  padding: 0 0 0 25px; }

.info-numbers__icon {
  height: 18px;
  margin: -10px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  font: 12px/20px 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c8fe0 !important; }

.info-numbers__icon_1:before {
  content: "\e90d"; }

.info-numbers__icon_2 {
  font-size: 15px; }

.info-numbers__icon_2:before {
  content: "\e90a"; }

.info-numbers__icon_3 {
  font-size: 18px;
  line-height: 22px; }

.info-numbers__icon_3:before {
  content: "\e907"; }

.ellip-line {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal; }

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden; }

/*!--------------------6.2 READING PAGE--------------------*/
.reading {
  padding-top: 21px;
  padding-bottom: 74px;
  text-align: right; }

.reading__content {
  padding: 50px 0 0;
  text-align: left; }

.reading__head {
  padding: 0 0 18px; }

.reading__left-wrap {
  width: 100%;
  margin: 0 -300px 0 0;
  float: left; }

.reading__left {
  margin: 0 300px 0 0; }

.reading__right {
  width: 300px;
  float: right;
  position: relative;
  z-index: 1;
  text-align: right; }

.reading__link {
  border-bottom: 1px dashed #1872b2; }

.reading__pages {
  padding: 0 0 7px;
  color: #b8b8b8; }

.reading__content h1 {
  padding: 0 0 3px; }

.reading__content h2 {
  padding: 0 0 24px; }

.reading__content h3 {
  padding: 0 0 26px; }

.reading__content h4 {
  padding: 0 0 26px; }

.reading__content p {
  text-indent: 37px; }

.reading__text {
  max-width: 800px;
  padding: 0 0 60px;
  text-align: justify;
  word-wrap: break-word; }

.reading__text h1,
.reading__text h2,
.reading__text h3,
.reading__text h4 {
  text-align: left; }

.reading__text img {
  max-width: 100%;
  margin:auto;
}

.reading__fix {
  display: none; }

.reading__authors {
  padding: 0 0 5px; }

.reading__quote {
  display: none;
  position: fixed;
  z-index: 20; }

.page-nav {
  padding: 0 0 20px;
  text-align: center; }

.page-nav-1 {
  padding: 0 0 10px; }

.page-nav-1__item {
  padding: 0 3px 10px;
  display: inline-block;
  vertical-align: top; }

.page-nav-1__input {
  width: 45px !important;
  height: 45px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 16px !important;
  text-align: center !important; }

.page-nav-1__button {
  min-width: 110px;
  height: 45px;
  padding-left: 17px;
  padding-right: 17px; }

.page-nav-2 {
  padding: 0 0 15px; }

.page-nav-2__item {
  padding: 0 13px 5px;
  display: inline-block;
  vertical-align: top; }

.reading-end {
  padding: 28px 0 44px;
  text-align: center; }

.reading-end .book-socials {
  position: relative;
  right: 15px;
  text-align: center; }

.reading-end .download {
  max-width: 448px;
  margin: auto;
  padding: 0 0 18px;
  text-align: left; }

.reading-end .download__title {
  padding: 0 0 9px;
  font: bold 15px/1.4 Arial, sans-serif; }

.reading-end .download__list {
  margin: 0 -9px 0 0; }

.reading-end .download__item {
  width: 20%;
  margin: 0 -4.5px 0 0;
  padding: 0 9.5px 9px 0; }

.reading-end .download__link {
  width: 100%;
  padding: 0;
  text-align: center; }

.reading-end .button-like__text {
  padding: 0 0 0 38px;
  text-align: left; }

.reading-end .button-like_reward .button-like__text {
  padding: 0 0 0 56px; }

.reading-end__title {
  max-width: 380px;
  margin: auto;
  padding: 0 0 31px;
  font: bold 18px/1.35 Arial, sans-serif; }

.reading-end__content {
  max-width: 630px;
  margin: auto;
  padding: 29px 30px 20px;
  border: 1px solid #f4f4f4;
  border-radius: 5px; }

.reading-end .socials-1__item {
  padding-right: 0; }

.end-buttons {
  max-width: 460px;
  margin: auto;
  padding: 25px 0 17px; }

.end-buttons__item {
  width: 50%;
  margin: 0 -2.5px;
  padding: 0 5px 8px;
  display: inline-block;
  vertical-align: top; }

/* -----------dark theme---------- */
/*.dark-theme{color:#fff !important;background-color:#222 !important}*/
/*.dark-theme .popup{color:#222 !important}*/
/*.dark-theme .popup_size-5{background:#333 !important;color:#fff !important}*/
/*.dark-theme .popup_size-5 .popup__close:after, .dark-theme .popup_size-5 .popup__close:before{border-color:#fff !important}*/
/*.dark-theme .header{background:#333 !important}*/
/*.dark-theme .header-logo,*/
/*.dark-theme .header-logo:before{color:#1c8fe0!important}*/
/*.dark-theme .header-nav__link{color:#fff !important}*/
/*.dark-theme .header-mob .header-nav__link{color:#222 !important}*/
/*.dark-theme .header-search__mob{color:#fff !important}*/
/*.dark-theme .header-mob__button span,*/
/*.dark-theme .header-mob__button span:after,*/
/*.dark-theme .header-mob__button span:before{border-color:#fff !important}*/
/*.dark-theme .button-settings,*/
/*.dark-theme .reading__content h1,*/
/*.dark-theme .reading__content h2,*/
/*.dark-theme .reading__content h3,*/
/*.dark-theme .reading__content h4{color:#fff !important}*/
/*.dark-theme .footer:before{content:"";width:100%;position:absolute;top:-1px;left:0;border-bottom:1px solid #333}*/
/*.dark-theme .reading-end,*/
/*.dark-theme .reading-end .book-socials__label,.dark-theme .reading-end .download__title,.dark-theme .reading-end__title{color:#fff !important}*/
/*!--------------------6.3 GENRES--------------------*/
.genres {
  padding-top: 39px;
  padding-bottom: 60px; }

.genres__cols {
  width: 100%;
  display: table;
  table-layout: fixed; }

.genres__left {
  padding: 0 45px 0 0;
  display: table-cell;
  vertical-align: top; }

.genres__right {
  width: 360px;
  display: table-cell;
  vertical-align: top; }

.genres__right .books__title {
  text-align: left; }

.all-genres {
  max-width: 800px;
  padding: 28px 0 0; }

.all-genres__title {
  padding: 0 0 18px;
  font: bold 18px/1.35 Arial, sans-serif;
  letter-spacing: 0.5px; }

.genre {
  width: 50%;
  margin: 0 -4.5px 0 0;
  padding: 0 20px 20px 0;
  display: inline-block;
  vertical-align: top; }

.genre__title {
  padding: 0 0 9px;
  font: bold 16px/1.7 Arial, sans-serif;
  letter-spacing: 0.5px; }

.genre__title .genre__link span {
  color: #1c8fe0;
  border-color: rgba(255, 255, 255, 0);
  font-weight: bold; }

.genre__item {
  line-height: 1.7; }

.genre__link {
  color: #222;
  font-weight: normal; }

.genre__link span {
  color: #1872b2;
  border-bottom: 1px dashed #1872b2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.genre__more {
  display: none; }

.genre-category {
  padding: 30px 0 22px; }

.genre-category__title {
  padding: 0 0 25px;
  font: bold 20px/1.2 Arial, sans-serif; }

.genre-category__bottom {
  padding: 0 0 20px;
  position: relative;
  bottom: 9px;
  text-align: center; }

.genre-category__button {
  min-width: 230px;
  margin: 0 0 10px; }

.books__list_type-4 {
  margin: 0 -19px 0 0; }

.books__list_type-4 .book {
  width: 14.285%;
  margin: 0 -4.5px 0 0;
  padding: 0 20px 39px 0;
  display: inline-block;
  vertical-align: top; }

.books__list_type-4 .book .rating {
  margin: 0;
  bottom: auto;
  font-size: 14px; }

/*.books__list_type-4 .book:last-child .info-hide {
  left: auto;
  right: 0;
}*/
.books__list_type-4 .book__cols {
  width: auto;
  display: block; }

.books__list_type-4 .book__left {
  width: auto;
  padding: 0;
  display: block; }

.books__list_type-4 .book__right {
  padding: 0;
  display: block; }

.books__list_type-4 .book__all {
  min-height: 0; }

.books__list_type-4 .book__image-wrap {
  margin: 0 0 7px; }

.books__list_type-4 .book__text {
  display: none; }

.books__list_type-4 .book__title {
  max-width: 145px;
  min-height: 39px;
  padding: 0;
  font: bold 15px/1.25 Arial, sans-serif;
  letter-spacing: 0.5px; }

.books__list_type-4 .book__title .book__link {
  display: block; }

.books__list_type-4 .book__top {
  padding: 0; }

.books__list_type-4 .book__authors-wrap {
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0 0 2px; }

.books__list_type-4 .book__authors {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 2px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 15px/1.25 Arial, sans-serif; }

.books__list_type-4 .book__hide-1 {
  display: none; }

.books__list_type-4 .book__hide-2 {
  display: block; }

.books__list_type-4 .item-info {
  display: block; }

.books__list_type-4 .authors-hide__item_hide {
  display: block; }

/*!--------------------6.4 AUTHORS--------------------*/
.panel {
  padding: 34px 0 36px;
  width: 100%;
  display: table; }

.panel__left {
  display: table-cell;
  vertical-align: top; }

.panel__right {
  width: 328px;
  display: table-cell;
  vertical-align: middle;
  text-align: right; }

.panel-select__label {
  padding: 0 13px 0 0;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  font: 16px/25px Arial, sans-serif; }

.books_filter_wrapper {
  display: inline-block;
  width: 100%; }

.mobile_btn_filter {
  display: none; }

.books_sort, 
.sort_title, 
.books_sort_sel_click,
.dropdown_books_sort  {
  display: inline-block; }

.dropdown_books_sort  {
  cursor: pointer; }

.fragment_choose, .btn-ios-wrap {
    display: inline-block; } 

.btn-ios {
  vertical-align: middle;
  display: inline-block; } 

.books_sort_sel_click {
    color: #1c8fe0; }

.selection_arrow {
  font: normal normal normal 14px/1 FontAwesome;
  color: #959595;
  display: inline-block;
  font-size: 21px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all; }

.selection_arrow:before {
  content: "\f107";
  vertical-align: middle; }

.selection_arrow.rotarrow_down_menu {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.books_value_body {
  display: none;
  position: absolute;
  border: 1px solid #f4f4f4;
  background-color: #fff;
  z-index: 10;
  font-size: 14px;
  margin-top: 5px; }

.books_value_body.drop_down_menu {
  display: block; }

.select_item {
  margin: 20px 40px 20px 20px; }

.select_item:hover {
  color: #1c8fe0; }

.fragment_choose input[type="checkbox"].ios8-switch {
  position: absolute;
  margin: 8px 0 0 16px; }

.fragment_choose input[type="checkbox"].ios8-switch + label {
  position: relative;
  height: 30px;
  width: 58px;
  display: block;
  cursor: pointer; }

.fragment_choose input[type="checkbox"].ios8-switch + label::before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #f4f4f4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.fragment_choose input[type="checkbox"].ios8-switch:checked + label::after {
  right: 4px;
  background: #1c8fe0; }

.fragment_choose input[type="checkbox"].ios8-switch + label::after {
  content: "";
  position: absolute;
  display: block;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  border-radius: 16px;
  background: #c5c5c5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.panel-select__list {
  width: 182px;
  display: inline-block;
  vertical-align: top; }

.search {
  position: relative;
  text-align: left; }

.search.nobutton .search-results {
  padding-bottom: 0; }

.search .search-results {
  width: 100% !important; }

.search__form {
  height: 45px;
  position: relative;
  z-index: 10; }

.search__input {
  width: 100%;
  height: 100%;
  padding: 5px 60px 4px 14px;
  display: block;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #f4f4f4;
  font: 14px/1 Arial, sans-serif;
  letter-spacing: 0.4px; }

.search__input:focus {
  border-color: #1c8fe0; }

.search__button {
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2px; }

.search__button:before {
  content: "\e913";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font: 19px/46px 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #fff; }

.authors {
  padding: 0 0 42px; }

.authors__title {
  padding: 0 0 24px;
  font: bold 18px/1.35 Arial, sans-serif;
  letter-spacing: 0.6px; }

.authors__top {
  width: 100%;
  display: table; }

.authors__left {
  display: table-cell;
  vertical-align: top; }

.authors__right {
  padding: 8px 0 0;
  display: table-cell;
  vertical-align: top;
  text-align: right; }

.authors-slider {
  margin: 0 -9px 0 0; }

.authors-slider__list {
  padding: 0 0 54px;
  position: relative; }

.authors-slider__list .slick-prev {
  top: 124px;
  left: -23px;
  opacity: 0; }

.authors-slider__list .slick-next {
  top: 124px;
  left: auto;
  right: -16px;
  opacity: 0; }

.author__main {
  margin: 0 9px 0 0;
  padding: 20px 18px 20px;
  position: relative;
  border: 1px solid #f4f4f4;
  text-align: center; }

.author__image {
  width: 100px;
  height: 100px;
  margin: 0 auto 17px;
  display: block;
  overflow: hidden;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: url(../img/svg/nonephoto-grey.svg) no-repeat;
  -webkit-background-size: 100px 100px;
  background-size: 100px 100px;
  border-radius: 50%; }

.author__image img {
  width: 100%;
  border-radius: 50%; }

.author__title {
  min-height: 44px;
  padding: 0 0 6px;
  font: bold 16px/1.2 Arial, sans-serif;
  letter-spacing: 0.3px; }

.author__link {
  color: #222; }

.author__button {
  width: 100%;
  max-width: 153px;
  height: 42px;
  padding-left: 0;
  padding-right: 0;
  line-height: 42px; }

.author-stats {
  margin: 0 -15px;
  padding: 0 0 23px;
  text-align: center;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }

.author-stats__item {
  margin: 0 4px 3px;
  padding: 0 0 0 23px;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.author-stats__item:first-child {
  position: relative;
  right: 4px; }

.author-stats__link {
  position: relative;
  bottom: 1px;
  border-bottom: 1px dashed #1872b2; }

.author-stats__icon {
  height: 18px;
  margin: -10px 0 0;
  position: absolute;
  top: 50%;
  left: 0; }

.author-stats__icon:before {
  display: block;
  font: 18px/18px 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c8fe0; }

.author-stats__icon_1:before {
  content: "\e917"; }

.author-stats__icon_2 {
  left: 4px; }

.author-stats__icon_2:before {
  content: "\e92a";
  font-size: 16px; }

.author-stats__icon_3 {
  left: -8px; }

.author-stats__icon_3:before {
  content: "\e92b";
  font-size: 16px; }

.look__label {
  padding: 0 14px 0 0;
  display: inline-block;
  vertical-align: top;
  font: 15px/17px Arial, sans-serif;
  color: #cfcfcf;
  letter-spacing: 0.5px; }

.look__list {
  display: inline-block;
  vertical-align: top; }

.look__item {
  padding: 0 6px 0 0;
  display: inline-block;
  vertical-align: top; }

.look__item:last-child {
  padding: 0; }

.look__item.active .look__link:before,
.look__item.active .look__link:after,
.look__item.active .look__link span:before,
.look__item.active .look__link span:after {
  background: #1c8fe0; }

.look__link {
  width: 17px;
  height: 17px;
  position: relative;
  display: block; }

.look__link:before {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  background: #cfcfcf;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.look__link:after {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #cfcfcf;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.look__link_icon-2:before,
.look__link_icon-2:after {
  width: 7px; }

.look__link_icon-2 span:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  right: 0;
  background: #cfcfcf;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.look__link_icon-2 span:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #cfcfcf;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.authors__bottom {
  padding: 30px 0 18px;
  text-align: center; }

.authors__button {
  min-width: 227px;
  height: 47px;
  line-height: 46px;
  position: relative;
  z-index: 1; }

.authors__list_type-1 {
  margin: 0 0 -70px;
  padding: 0 0 70px;
  overflow: hidden;
  position: relative; }

.authors__list_type-1:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 70px;
  left: 0;
  border-bottom: 1px solid #f4f4f4; }

/*.authors__list_type-1 .author {
  display: none;
}*/
.authors__list_type-1 .author:nth-child(1),
.authors__list_type-1 .author:nth-child(2),
.authors__list_type-1 .author:nth-child(3),
.authors__list_type-1 .author:nth-child(4),
.authors__list_type-1 .author:nth-child(5),
.authors__list_type-1 .author:nth-child(6) {
  display: block; }

.authors__list_type-1 .author__main {
  min-height: 100px;
  margin: 0;
  padding: 17px 0 0;
  border-bottom: none;
  text-align: left; }

.authors__list_type-1 .author__content {
  padding: 0 20px 0 138px; }

.authors__list_type-1 .author__image {
  margin: 0;
  position: absolute;
  top: 20px;
  left: 20px; }

.authors__list_type-1 .author__title {
  min-height: 0;
  padding: 0 0 11px;
  font: bold 16px/1.2 Arial, sans-serif; }

.authors__list_type-1 .author__button {
  display: none; }

.authors__list_type-1 .author-stats {
  margin: 0;
  padding: 0 0 6px;
  text-align: left; }

.authors__list_type-1 .author-stats__item {
  margin: 0 0 3px; }

.authors__list_type-1 .author-stats__item:first-child {
  min-width: 102px;
  right: auto; }

.authors__list_type-2 {
  margin: 0 -8px -9px 0; }

.authors__list_type-2 .author {
  width: 25%;
  margin: 0 -4.5px 0 0;
  padding: 0 0 9px;
  display: inline-block;
  vertical-align: top; }

.authors__list_type-2 .categories,
.authors__list_type-2 .top-books {
  display: none; }

.categories {
  padding: 0 0 9px;
  width: 100%;
  display: table;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }

.categories__label {
  width: 61px;
  display: table-cell;
  vertical-align: top; }

.categories__list {
  display: table-cell;
  vertical-align: top; }

.categories__link {
  font-weight: bold;
  border-bottom: 1px dashed #1872b2; }

.top-books {
  margin: 0;
  padding: 0 0 0 138px; }

.top-books__title {
  padding: 0 0 15px;
  font: bold 16px/1.2 Arial, sans-serif;
  letter-spacing: 0.3px; }

.top-slider {
  position: relative; }

.top-slider.active {
  z-index: 30; }

.top-slider__list {
  padding: 0 15.7% 0 0;
  white-space: nowrap; }

.top-slider__list .slick-prev {
  top: 81px;
  left: -23px;
  opacity: 0; }

.top-slider__list .slick-next {
  top: 81px;
  left: auto;
  right: -23px;
  opacity: 0; }

.top-slider__list .slick-disabled {
  display: none !important; }

.top-slider__list .slick-track,
.top-slider__list .slick-list {
  overflow: visible !important; }

.top-slider__list .book.slick-active {
  opacity: 1; }

.top-slider__list .book.slick-active ~ .book[aria-hidden=true] {
  opacity: 0.3; }

.top-slider__list .book {
  padding: 0 15px 28px 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: none;
  display: inline-block !important;
  white-space: normal; }

.top-slider__list .book .rating {
  margin: 0;
  bottom: auto;
  font-size: 14px; }

.top-slider__list .book__image-wrap {
  margin: 0 0 7px; }

.top-slider__list .book__title {
  min-height: 43px;
  padding: 0;
  font: bold 15px/1.25 Arial, sans-serif;
  letter-spacing: 0.5px; }

.top-slider__list .item-info {
  display: block; }

/*!--------------------6.5 ABOUT US--------------------*/
.about-us {
  padding-top: 56px;
  padding-bottom: 70px; }

.about-us__cols {
  width: 100%;
  display: table;
  table-layout: fixed; }

.about-us__left {
  padding: 0 30px 40px 0;
  display: table-cell;
  vertical-align: top; }

.about-us__right {
  width: 40.17%;
  padding: 5px 0 40px;
  display: table-cell;
  vertical-align: top; }

.about-us__image {
  padding: 0 0 10px; }

.about-us__image img {
  width: 100%; }

.article {
  max-width: 600px;
  letter-spacing: 0.45px; }

.article h1,
.article h2,
.article h3 {
  padding: 0 0 19px;
  font: bold 18px/1.35 Arial, sans-serif;
  letter-spacing: 0.5px; }

.article h4 {
  padding: 0 0 19px;
  font: bold 16px/1.3 Arial, sans-serif;
  letter-spacing: 0.1px; }

.article p,
.article ul,
.article ol {
  padding: 0 0 24px; }

.image-4 {
  height: 102px;
  margin: 0 0 50px;
  display: block;
  position: relative;
  color: #a9a9a9; }

.image-4 img {
  max-width: 100%; }

.image-4__fix-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.image-4__fix-2 {
  height: 100%;
  width: 100%;
  display: table;
  table-layout: fixed; }

.image-4__fix-3 {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  background-color: #cfcfcf;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px;
  text-align: center; }

/*!--------------------6.6 CONTACTS--------------------*/
.contacts {
  padding-top: 56px;
  padding-bottom: 70px; }

.contacts__cols {
  width: 100%;
  display: table;
  table-layout: fixed; }

.contacts__left {
  padding: 0 30px 37px 0;
  display: table-cell;
  vertical-align: top; }

.contacts__right {
  width: 42.74%;
  padding: 5px 0 37px;
  display: table-cell;
  vertical-align: top; }

.contacts-info {
  padding: 0 0 4px; }

.contacts-info a {
  color: #222; }

.contacts-info__item {
  margin: 0 0 7px;
  padding: 0 0 0 29px;
  position: relative; }

.contacts-info__item:before {
  position: absolute;
  top: 0;
  left: 0;
  font: 21px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c8fe0; }

.contacts-info__item_icon-1:before {
  content: "\e91b"; }

.contacts-info__item_icon-2:before {
  content: "\f095";
  top: 1px;
  font: 22px/1 'fa'; }

.contacts-info__item_icon-3:before {
  content: "\e91a";
  top: 5px;
  font-size: 14px; }

.ie .contacts-info__item_icon-3:before {
  top: 5.5px; }

.contacts-socials {
  white-space: nowrap; }

.contacts-socials__label {
  padding: 10px 22px 0 0;
  display: inline-block;
  vertical-align: top; }

.contacts-socials__list {
  display: inline-block;
  vertical-align: top; }

#map {
  height: 348px;
  position: relative; }

.ios #map:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

a[title*='чтобы отобразить эту область в Картах Google'] {
  display: none !important; }

.gm-style-cc,
.gm-style-mtc {
  display: none; }

.gm-bundled-control {
  left: 0 !important;
  right: auto !important; }

/*!--------------------6.7 BOOKS--------------------*/
.books-page {
  padding-top: 50px;
  padding-bottom: 50px; }

.books-block {
  padding-bottom: 33px; }

.books-block__title {
  padding: 0 0 25px;
  font: bold 20px/1.2 Arial, sans-serif;
  letter-spacing: normal; }

.books-block__top {
  width: 100%;
  display: table; }

.books-block__left {
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: top; }

.books-block__right {
  display: table-cell;
  vertical-align: top;
  text-align: right; }

.books-block__bottom {
  padding: 0 0 30px;
  position: relative;
  bottom: 4px;
  text-align: center; }

.books-block__button {
  min-width: 227px;
  height: 47px;
  line-height: 46px;
  position: relative;
  z-index: 1; }

.books-block__scroll,
.best-sells__scroll {
  position: relative; }

.best-sells {
  margin: 26px 0 55px;
  padding: 25px 0 16px;
  background: #1c8fe0;
  color: #fff; }

.best-sells .books__list_type-6 .slick-dots {
  bottom: -11px !important; }

.best-sells .book__link {
  color: #fff; }

.best-sells .book .rating {
  color: #fff; }

.best-sells .info-hide {
  color: #222; }

.best-sells__title {
  padding: 0 0 21px;
  font: bold 20px/1.2 Arial, sans-serif;
  letter-spacing: normal;
  color: #fff; }

.best-sells__title span {
  padding: 0 36px 0 0;
  position: relative; }

.best-sells__title span:before {
  content: "\e919";
  margin: -16px 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  font: 28px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff9900; }

.books-top {
  width: 100%;
  display: table;
  padding: 0 0 13px;
  table-layout: fixed; }

.books-top__left {
  width: 25.73%;
  padding: 0 32.5px 0 0;
  display: table-cell;
  vertical-align: top; }

.books-top__left .rating,
.books-top__left .book__authors,
.books-top__left .book__title {
  display: none; }

.books-top__left .item-info {
  display: block; }

.books-top__right {
  padding: 0;
  display: table-cell;
  vertical-align: bottom; }

.books-top__scroll_arrows {
  position: relative; }

.books__list_type-5 {
  margin: 0 -11px 0 0;
  padding: 0 0 38px;
  position: relative; }

.books__list_type-5 .slick-prev {
  top: 93px;
  left: -10px;
  opacity: 0; }

.books__list_type-5 .slick-next {
  top: 93px;
  right: -12px;
  opacity: 0; }

.books__list_type-5 .slick-dots {
  margin: 0 !important;
  bottom: -14px !important; }

.books__list_type-5 .book {
  padding: 0 12.5px; }

.books__list_type-5 .book .rating {
  margin: 0;
  bottom: auto;
  font-size: 14px; }

.books__list_type-5 .book__image-wrap {
  margin: 0 0 7px; }

.books__list_type-5 .book__title {
  max-width: 145px;
  min-height: 39px;
  padding: 0;
  font: bold 15px/1.25 Arial, sans-serif;
  letter-spacing: 0.5px; }

.books__list_type-5 .book__title .book__link {
  display: block; }

.books__list_type-5 .book__top {
  padding: 0; }

.books__list_type-5 .book__authors-wrap {
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0 0 2px; }

.books__list_type-5 .book__authors {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 2px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 15px/1.25 Arial, sans-serif; }

.books__list_type-5 .item-info {
  display: block; }

.books__list_type-5 .book__hide-1 {
  display: none; }

.books__list_type-5 .book__hide-2 {
  display: block; }

.books__list_type-5 .authors-hide__item_hide {
  display: block; }

.books__list_type-6 {
  padding: 0 10.6% 38px 0;
  position: static !important;
  white-space: nowrap;
  overflow: hidden; }

.books__list_type-6 .slick-list,
.books__list_type-6 .slick-track {
  overflow: visible !important; }

.books__list_type-6 .slick-disabled {
  display: none !important; }

.books__list_type-6 .slick-prev {
  top: 97px;
  left: -21px;
  opacity: 0; }

.books__list_type-6 .slick-next {
  top: 97px;
  right: -23px;
  opacity: 0; }

.books__list_type-6 .slick-dots {
  margin: 0 !important;
  bottom: -25px !important; }

.books__list_type-6 .book {
  padding: 0 25px 0 0;
  display: inline-block !important;
  float: none !important;
  white-space: normal;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.books__list_type-6 .book.slick-active {
  opacity: 1; }

.books__list_type-6 .book.slick-active ~ .book[aria-hidden=true] {
  opacity: 0.3; }

.books__list_type-6 .book .rating {
  margin: 0;
  bottom: auto;
  font-size: 14px; }

.books__list_type-6 .book__image-wrap {
  margin: 0 0 7px; }

.books__list_type-6 .book__title {
  max-width: 145px;
  min-height: 39px;
  padding: 0;
  font: bold 15px/1.25 Arial, sans-serif;
  letter-spacing: 0.5px; }

.books__list_type-6 .book__title .book__link {
  display: block; }

.books__list_type-6 .book__top {
  padding: 0; }

.books__list_type-6 .book__authors-wrap {
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0 0 2px; }

.books__list_type-6 .book__authors {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 2px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 15px/1.25 Arial, sans-serif; }

.books__list_type-6 .item-info {
  display: block; }

.books__list_type-6 .book__hide-1 {
  display: none; }

.books__list_type-6 .book__hide-2 {
  display: block; }

.books__list_type-6 .authors-hide__item_hide {
  display: block; }

.books__list_type-7 {
  margin: 0 -20px 0 0;
  padding: 0 0 0 25.7%;
  position: relative; }

.books__list_type-7 .book {
  width: 16.666%;
  margin: 0 -4.5px 0 0;
  padding: 0 21.5px 23px 0;
  display: inline-block;
  vertical-align: top; }

.books__list_type-7 .book:nth-child(13n) .info-hide,
.books__list_type-7 .book:nth-child(13n-1) .info-hide,
.books__list_type-7 .book:nth-child(13n-6) .info-hide,
.books__list_type-7 .book:nth-child(13n-7) .info-hide {
  left: auto;
  right: 0; }

.books__list_type-7 .rating,
.books__list_type-7 .book__top,
.books__list_type-7 .book__title {
  display: none; }

.books__list_type-7 .book__image-wrap,
.books__list_type-7 .book__image,
.books__list_type-7 .book__image img {
  height: 100%; }

.books__list_type-7 .item-info {
  display: block; }

/*!--------------------6.8 RECOVERY--------------------*/
.recovery {
  padding-top: 71px;
  padding-bottom: 50px;
  text-align: center; }

.recovery__form {
  max-width: 427px;
  margin: auto; }

.recovery__success {
  max-width: 427px;
  margin: auto;
  display: none; }

.recovery__fix-1 {
  width: 100%;
  display: table; }

.recovery__fix-2 {
  height: 252px;
  display: table-cell;
  vertical-align: middle; }

.recovery__button {
  min-width: 230px;
  margin: 14px 0 0; }

.recovery__text {
  padding: 0 0 10px;
  font: bold 17px/1.3 Arial, sans-serif;
  letter-spacing: 0.4px; }

/*!--------------------6.9 SEARCH PAGE--------------------*/
.search-page {
  padding-top: 70px;
  padding-bottom: 90px; }

.search-page .tags {
  display: block; }

.search-page .tags__list {
  display: block; }

.search-page .tags__item {
  margin: 0 5px 10px 0; }

.search-page__right-wrap {
  width: 240px;
  float: right;
  position: relative;
  z-index: 1; }

.search-page__left-wrap {
  width: 100%;
  margin: 0 -270px 0 0;
  float: left; }

.search-page__left {
  margin: 0 270px 0 0; }

.search-page__left .books__bottom {
  max-width: 852px; }

.search-page__title {
  padding: 0 0 32px;
  position: relative;
  bottom: 3px;
  font: bold 20px/1.2 Arial, sans-serif; }

.search-page__title a,
.search-page__title span {
  color: #1c8fe0; }

.search-page__results {
  padding: 0 0 36px; }

.search-page__results .books {
  padding: 0;
  z-index: auto; }

.books__bottom {
  position: relative;
  bottom: 10px;
  text-align: center; }

.books__more {
  min-width: 227px;
  height: 47px;
  line-height: 46px;
  position: relative;
  z-index: 1; }

.books__list_type-9 {
  max-width: 875px;
  margin: 0 -23px 0 0;
  padding: 0 0 0; }

.books__list_type-9 .book {
  width: 20%;
  padding: 0 25px 39px 0; }

.image-5 {
  display: block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.image-5 img {
  max-width: 100%; }

/*!--------------------6.10 CREATE/EDIT BOOK--------------------*/
.editor {
  padding-top: 100px;
  padding-bottom: 70px; }

.editor__content {
  min-height: 540px;
  padding: 0 0 40px 370px;
  position: relative; }

.editor__text {
  padding: 0 0 24px;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }

.editor__text a {
  display: inline-block;
  line-height: 1.4; }

.editor-item {
  width: 100%;
  display: table;
  padding: 0 0 10px;
  table-layout: fixed; }

.editor-item_fixed {
  padding: 0 0 5px; }

.editor-item__left {
  width: 144px;
  padding: 11px 0 0;
  display: table-cell;
  vertical-align: top; }

.editor-item__left_size-1 {
  width: 200px; }

.editor-item__label {
  display: inline-block;
  font: 16px/1.35 Arial, sans-serif;
  color: #222; }

.editor-item__input {
  padding-left: 19px;
  padding-right: 19px;
  font-size: 16px; }

.editor-item__content {
  width: 356px;
  display: table-cell;
  vertical-align: top;
  text-align: left; }

.editor-item__content .select_4 .jq-selectbox.opened .jq-selectbox__select {
  background: #e5e5e5; }

.editor-item__content .select_4 .jq-selectbox.opened .jq-selectbox__dropdown {
  background: #e5e5e5; }

.editor-item__content_full {
  width: auto; }

.editor-item__right {
  padding: 11px 0 0 29px;
  display: table-cell;
  vertical-align: top; }

.editor-item__link {
  display: inline-block;
  font: 16px/1.35 Arial, sans-serif;
  color: #222;
  border-bottom: 1px dashed #222; }

.editor-item__radio {
  padding: 11px 0 4px; }

.editor-item__radio_fixed {
  padding: 11px 0 14px; }

.editor-item__textarea {
  height: 165px;
  min-height: 165px;
  padding: 13px 19px 26px;
  font: normal 16px/1.5 Arial, sans-serif;
  letter-spacing: 0.4px;
  resize: none; }

.editor-item__textarea_size-1 {
  height: 330px;
  min-height: 330px; }

.cover {
  width: 300px;
  position: absolute;
  top: 5px;
  left: 0; }

.cover .adult-icon {
  position: absolute;
  top: -4px;
  right: 20px;
  z-index: 2; }

.cover__image img {
  width: 100%;
  max-height: 500px;
  border-radius: 2px; }

.cover__empty {
  height: 375px;
  padding: 53px 0 0;
  background: #e6e5e5;
  text-align: center;
  color: #c5c4c4;
  border-radius: 2px; }

.cover__empty:before {
  content: "";
  width: 170px;
  height: 213px;
  margin: 0 0 0 -82px;
  position: absolute;
  bottom: 54px;
  left: 50%;
  background: url(../img/svg/no-cover-grey.svg) no-repeat;
  -webkit-background-size: 170px 213px;
  background-size: 170px 213px; }

.cover__text {
  max-width: 160px;
  margin: auto;
  display: block;
  font: 18px/1.35 Arial, sans-serif; }

.cover__fix-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(34, 34, 34, 0.4);
  border-radius: 3px; }

.cover__fix-2 {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed; }

.cover__fix-3 {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.cover__button {
  top: 4px; }

.cover__button_border span {
  border-bottom: 1px dashed #fff; }

.cover__file {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  cursor: pointer; }

.tabs-1 {
  padding: 0 0 30px; }

.tabs-nav-1 {
  margin: 0 0 40px;
  text-align: center;
  background: #f4f4f4; }

.tabs-nav-1__list {
  margin: 0 -10px; }

.tabs-nav-1__item {
  margin: 0 -2.5px;
  display: inline-block;
  vertical-align: top; }

.tabs-nav-1__item.active .tabs-nav-1__link {
  background-color: #fff;
  border-color: #1c8fe0;
  color: #1c8fe0; }

.tabs-nav-1__link {
  min-width: 251px;
  height: 45px;
  padding: 0 20px;
  display: inline-block;
  font: 15px/38px Arial, sans-serif;
  text-align: center;
  color: #222;
  border-top: 4px solid rgba(255, 255, 255, 0); }

.tabs-nav-1__hide-2 {
  display: none; }

.chapter {
  padding: 0 0 3px;
  position: relative;
  bottom: 5px; }

.chapter__item {
  padding: 0 0 29px; }

.chapter__title {
  min-width: 260px;
  padding: 0 15px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  bottom: 1px;
  font: bold 18px/1.35 Arial, sans-serif; }

.chapter__link {
  color: #1c8fe0; }

.editor-end {
  max-width: 650px;
  margin: 0 0 0 200px;
  padding: 0 0 30px; }

.editor-end__button {
  min-width: 230px;
  margin: 20px 36px 0 0;
  border-width: 2px;
  line-height: 44px; }

.editor-end__add {
  margin: 33px 0 0;
  display: inline-block;
  vertical-align: top;
  font: 16px/1.35 Arial, sans-serif;
  color: #222;
  border-bottom: 1px dashed #222; }

.editor-submit__button {
  min-width: 230px;
  margin: 10px 0 30px 200px;
  border-width: 2px;
  line-height: 44px; }

/*!--------------------6.11 PROFILE--------------------*/
.profile-image {
  height: 188px;
  margin: 0;
  position: relative;
  background-image: url(../img/profile-bg.png);
  background-color: #3ba4ef;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.profile-image_more {
  height: 200px; }

.profile-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.4); }

.profile-image__change {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 65px 0 0;
  z-index: 1;
  text-align: center; }

.profile-photo {
  width: 58.72%;
  display: table-cell;
  vertical-align: top; }

.profile-photo__main {
  width: 149px;
  height: 149px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 50%; }

.profile-info .profile-info__cols .block-main-person .profile-photo {
  position: absolute;
  left: 0;
  top: 15px; }

.profile-photo__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  border-radius: 50%;
  background: url(../img/svg/nonephoto-grey.svg) no-repeat;
  -webkit-background-size: 100px 100px;
  background-size: 100px 100px; }

.profile-photo__image img {
  width: 100%;
  border-radius: 50%; }

.profile-photo__change {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 0 0;
  z-index: 1;
  background: rgba(34, 34, 34, 0.3);
  text-align: center;
  border-radius: 50%; }

.profile-info__cols {
  width: 100%;
  display: table;
  table-layout: fixed; 
  position: relative; }

.star_block {
  position: relative;
  margin-top: 25px; }

.rewards {
  width: 41.28%;
  padding: 55px 0 0 12px;
  display: table-cell;
  vertical-align: top;
  white-space: nowrap; }

.rewards__label {
  min-width: 105px;
  padding: 4px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  font: 15px/1 Arial, sans-serif;
  letter-spacing: 0.3px;
  color: #fff; }

.rewards__list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1; }

.rewards__item {
  padding: 0 1.5px 5px 0;
  display: inline-block;
  vertical-align: top; }

.rewards__item:last-child {
  padding-right: 0; }

.rewards__icon {
  width: 47px;
  height: 47px;
  display: block;
  text-align: center;
  background: #f4f4f4;
  border-radius: 50%; }

.rewards__icon:before {
  display: block;
  font: 18px/47px 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c8fe0; }

.rewards__icon_1:before {
  content: "\e924"; }

.rewards__icon_2:before {
  content: "\e900";
  font-size: 29px;
  color: #e38d39; }

.rewards__icon_3:before {
  content: "\e91e";
  font-size: 28px;
  color: #c0c0c0; }

.rewards__icon_4:before {
  content: "\e929";
  font-size: 29px;
  color: #e5ac03; }

.character {
  width: 58.72%;
  padding: 0 20px 15px 200px;
  display: table-cell;
  vertical-align: top; }

.character__title {
  padding: 0 0 1px;
  font: bold 16px/1.5 Arial, sans-serif;
  letter-spacing: 0.5px; }

.character__edit {
  font-size: 15px; }

.character__edit span {
  padding-bottom: 1px; }

.character__save {
  height: 40px;
  margin: 3px 0 5px;
  padding: 0 16px;
  font: 15px/38px Arial, sans-serif;
  border-radius: 20px; }

.chars {
  padding: 0 0 12px; }

.chars__item {
  padding: 0 0 1px 24px;
  position: relative;
  font: 16px/1.3 Arial, sans-serif;
  letter-spacing: 0.3px; }

.chars__input,
.datepicker__input {
  width: 100%;
  max-width: 361px;
  height: 27px;
  padding: 2px 8px 1px;
  display: block;
  background: #f4f4f4;
  border-radius: 3px;
  font: 16px/1 Arial, sans-serif;
  color: #222;
  letter-spacing: 0.3px; }

.chars__text {
  min-height: 27px;
  padding: 4px 0 3px 8px;
  display: block; }

.chars__icon {
  position: absolute;
  top: 2px;
  left: 0;
  text-align: left; }

.chars__icon:before {
  display: block;
  font: 19px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c8fe0; }

.chars__icon_1:before,
.chars__icon_4:before {
  content: "\e92a"; }

.chars__icon_2:before {
  content: "\e91b"; }

.chars__icon_3 {
  top: 4px; }

.chars__icon_3:before {
  content: "\f1fd";
  font: 16px/1 'fa'; }

.chars__icon_4:after {
  content: "\e923";
  position: absolute;
  top: 2px;
  left: 12px;
  font: 9px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c8fe0; }

.chars__icon_5:before {
  content: "\f228";
  font: 16px/1 'fa'; }

.chars__icon_6:before {
  content: "\f10e";
  font: 16px/1 'fa'; }

.datepicker {
  max-width: 361px;
  position: relative; }

.datepicker.active .datepicker__icon {
  color: #1c8fe0; }

.datepicker__icon {
  width: 33px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  color: #b6b6b6; }

.datepicker__icon:before {
  content: "\e905";
  display: block;
  font: 18px/27px 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.profile-text {
  width: 41.28%;
  padding: 0 0 15px;
  display: table-cell;
  vertical-align: top; }

.profile-text__title {
  padding: 3px 0 3px 12px;
  font: 15px/1 Arial, sans-serif;
  color: #b5b5b5;
  letter-spacing: 0.3px; }

.profile-text__textarea {
  min-width: 380px;
  max-width: 380px;
  min-height: 50px;
  max-height: 250px;
  height: auto;
  padding: 1px 12px 7px;
  display: block;
  resize: none;
  background: #f4f4f4;
  border-radius: 3px;
  color: #222;
  font: 15px/1.4 Arial, sans-serif;
  letter-spacing: 0.35px; }

.profile-text__content {
  max-width: 380px;
  padding: 1px 12px 7px;
  font: 15px/1.4 Arial, sans-serif;
  letter-spacing: 0.35px; }

.profile-text__more {
  margin: 0 0 4px 12px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  bottom: 3px;
  font: 15px/1.4 Arial, sans-serif; }

.profile-text__more:before {
  content: "Подробнее"; }

.profile-text__more.active:before {
  content: "Свернуть"; }

.profile-text__hide {
  display: none; }

.profile-full .profile-text__title {
  padding-left: 0; }

.profile-full .profile-text__content {
  /*max-width: 100%;
  padding-left: 0;*/
  display: none; }

.profile-full .profile-text__more {
  margin-left: 0; }

.profile-full .profile-text__hide {
  display: inline; }

.notice {
  margin: 2px 20px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative; }

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

.notice_fan .notice__fix {
  margin: 0 0 -11.5px; }

.notice_fan .notice-hide {
  width: 393px;
  margin: 9px 0 0 -203.5px; }

.notice_author {
  margin-top: 8px;
  margin-bottom: 25px; }

.notice_author.fixed {
  margin-bottom: 0; }

.notice_author .notice__add {
  min-width: 206px;
  height: 45px;
  font: 16px/42px Arial, sans-serif; }

.notice_author .notice-hide {
  width: 393px;
  margin: 9px 0 0 -196.5px; }

.notice__add {
  min-width: 197px;
  height: 43px;
  padding: 0 16px;
  font: 16px/40px Arial, sans-serif;
  border-radius: 22px; }

.notice__fix {
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 -4.5px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 11;
  display: inline-block;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #fff transparent; }

.notice-hide {
  width: 403px;
  margin: 9px 0 0 -201.5px;
  padding: 15px 25px 14px 52px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }

.notice-hide__text {
  position: relative; }
  

.notice-hide__text:before {
  content: "\e903";
  margin: 0 13px 0 0;
  position: absolute;
  top: 2px;
  right: 100%;
  font: 17px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c8fe0; }

.scroll-nav-menu {
  white-space: nowrap;
  background-color: #f4f4f4; 
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.scroll-nav-menu-wrapp {
  position: relative;
  z-index: 1; }

.scroll-nav-menu a {
  display: inline-block; 
  text-align: center;
  width: 13.8%; }

.tabs-2 {
  padding-bottom: 100px; }

.tabs-nav-2 {
  text-align: left; }

.tabs-nav-2__list {
  margin: 0;
  overflow: hidden; }

.tabs-nav-2__list_profile {
  max-width: 1041px; }

.tabs-nav-2__list_author .tabs-nav-2__item {
  width: 20%; }

.tabs-nav-2__list_profile .tabs-nav-2__item {
  width: 12.51%; }

/*
.tabs-nav-2__list_profile .tabs-nav-2__item:nth-child(2) {
  width: 10.11%;
}
.tabs-nav-2__list_profile .tabs-nav-2__item:nth-child(3) {
  width: 14.15%;
}
.tabs-nav-2__list_profile .tabs-nav-2__item:nth-child(4) {
  width: 13.19%;
}
*/
.tabs-nav-2__list_my .tabs-nav-2__item {
  width: 11.11%; }

/*
.tabs-nav-2__list_my .tabs-nav-2__item:nth-child(1) {
  width: 11.03%;
}
.tabs-nav-2__list_my .tabs-nav-2__item:nth-child(2) {
  width: 8.8%;
}
.tabs-nav-2__list_my .tabs-nav-2__item:nth-child(3) {
  width: 12.91%;
}
.tabs-nav-2__list_my .tabs-nav-2__item:nth-child(9) {
  width: 11.71%;
}
*/
.tabs-nav-2__list_my .tabs-nav-2__link,
.tabs-nav-2__list_author .tabs-nav-2__link,
.tabs-nav-2__list_profile .tabs-nav-2__link {
  padding: 0; }

.tabs-nav-2__item {
  float: left;
  position: relative;
  text-align: center; }

.tabs-nav-2__item.active .tabs-nav-2__link {
  background-color: #fff;
  border-color: #1c8fe0;
  color: #1c8fe0; }

.tabs-nav-2__link.active {
  background-color: #fff;
  border-color: #1c8fe0;
  color: #1c8fe0; }

.tabs-nav-2__item.active .tabs-nav-2__link:before,
.tabs-nav-2__item.active .tabs-nav-2__link:after {
  border-color: #f4f4f4;
  z-index: 1; }

.tabs-nav-2__item:last-child:after {
  left: auto;
  right: 0; }

.tabs-nav-2__link {
  height: 45px;
  padding: 0 20px;
  display: block;
  background-color: #f4f4f4;
  font: 15px/38px Arial, sans-serif;
  text-align: center;
  color: #222;
  border-top: 4px solid rgba(255, 255, 255, 0); }

.tabs-nav-2__link:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #fff; }

.tabs-nav-2__link:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  border-left: 1px solid #fff; }

.tabs-nav-2__hide-1 {
  display: none; }

.tabs-content-2 {
  margin: 39px 0 0; }

.tabs-content-2__right-wrap {
  width: 240px;
  float: right;
  position: relative;
  z-index: 1; }

.tabs-content-2__right .image-4 {
  display: none; }

.tabs-content-2__left-wrap {
  width: 100%;
  margin: 0 -270px 0 0;
  float: left; }

.tabs-content-2__left {
  margin: 0 270px 0 0; }

.tabs-content-2__left .books {
  padding: 0;
  z-index: auto; }

.tabs-content-2__left .books__bottom {
  max-width: 852px; }

.tabs-content-2__cols-wrap {
  max-width: 842px; }

.tabs-content-2__cols-wrap_photo {
  max-width: 790px; }

.tabs-content-2__cols {
  width: 100%;
  display: table; }

.tabs-content-2__col {
  display: table-cell;
  vertical-align: top; }

.tabs-content-2__col:last-child {
  text-align: right; }

.tabs-content-2__title {
  padding: 0 0 21px;
  position: relative;
  bottom: 3px;
  font: bold 20px/1.2 Arial, sans-serif;
  letter-spacing: 0.2px; }

.archive-hr-lib {
  padding: 0 0 21px; 
  font: bold 20px/1.35 Arial, sans-serif; }

.item-edit {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 5px;
  left: 0; }

.item-edit__button {
  width: 28px;
  height: 28px;
  margin: 0 0 0 5px;
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px; }

.item-edit__button:before {
  content: "\e922";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font: 16px/28px 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: rgba(110, 110, 110, 0.5); }

.item-edit__fix {
  content: "";
  width: 0;
  height: 0;
  display: none;
  margin: 3px 0 0;
  position: absolute;
  top: 100%;
  left: 13px;
  z-index: 21;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #fff transparent; }

.edit-hide {
  margin: 12px 0 0;
  padding: 5px 7px 4px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  font: 14px/1.45 Arial, sans-serif;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: normal;
  white-space: nowrap; }

.search-user {
  margin: 0 19px;
  padding: 12px 0;
  border-bottom: 1px solid #f4f4f4; }

.search-user:first-child {
  padding-top: 22px; }

.search-user:last-child {
  padding-bottom: 20px;
  border: none; }

.search-user__cols {
  width: 100%;
  display: table; }

.search-user__col {
  display: table-cell;
  vertical-align: middle; }

.search-user__col:first-child {
  width: 80px; }

.search-user__col:last-child {
  padding-left: 20px;
  text-align: right; }

.search-user__image {
  width: 52px;
  height: 52px;
  display: block;
  position: relative;
  overflow: hidden;
  bottom: 2px;
  border-radius: 50%;
  background: url(../img/svg/nonephoto-grey.svg) no-repeat;
  -webkit-background-size: 100px 100px;
  background-size: 100px 100px; }

.search-user__image img {
  width: 100%;
  border-radius: 50%; }

.search-user__remove {
  min-width: 199px;
  height: 45px;
  padding-left: 15px;
  padding-right: 15px; }

.search-user__name {
  padding: 0;
  font: bold 16px/22px Arial, sans-serif;
  letter-spacing: 0.1px; }

.search-user__name span {
  margin: -1px;
  padding: 1px 2px;
  display: inline-block;
  background: #1c8fe0;
  color: #fff; }

.search-user__name span:first-child {
  margin-left: 0; }

.search-user__link {
  color: #222; }

.search-user__hide-1 {
  display: none; }

.bio {
  max-width: 800px; }

.bio__block {
  padding: 25px 0 23px;
  border-bottom: 1px solid #f4f4f4; }

.bio__block.active .bio__hide {
  display: block; }

.bio__block.active .bio__hide-1 {
  display: inline; }

.bio__block.active .bio__hide-2 {
  display: none; }

.bio__block:first-child {
  padding-top: 3px; }

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

.bio__block_content p {
  text-indent: 37px; }

.bio__hide,
.bio__hide-1 {
  display: none; }

.bio__more {
  margin: 23px 0 32px; }

.facts {
  max-width: 800px; }

.facts__title {
  padding: 0 0 19px;
  font: bold 18px/1.35 Arial, sans-serif; }

.facts__list {
  counter-reset: items; }

.facts__list li {
  padding: 0 0 24px 69px;
  position: relative;
  display: block;
  counter-increment: items; }

.facts__list li:before {
  content: counter(items);
  position: absolute;
  top: 2px;
  left: 0;
  font: 900 20px/1 Arial, sans-serif;
  color: #1c8fe0; }

.facts__list li:nth-child(-n+10):before {
  content: "0" counter(items); }

.albums__item .upload-file {
  max-width: 790px;
  padding: 0 0 20px;
  display: none; }

.albums__item .upload-file .file {
  display: none; }

.albums__item .upload-file .file-area__main {
  padding: 8px; }

.albums__item .upload-file .file-area__fix-2 {
  height: 85px; }

.albums__item .upload-file .file-area__input {
  height: 101px; }

.albums__item.edit-album .upload-file {
  display: block; }

.albums__item.edit-album .album_photos .album__panel {
  display: block; }

.albums__title {
  padding: 0 0 24px;
  font: bold 20px/1.2 Arial, sans-serif;
  letter-spacing: 0.2px; }

.album {
  max-width: 800px;
  margin: 0 -10px 0 0;
  padding: 0 0 24px; }

.album_photos .album__link:before {
  background: rgba(255, 255, 255, 0);
  border-radius: 2px; }

.album_photos .album__panel {
  display: none; }

.album_photos .album__link {
  border-radius: 2px; }

.album__item {
  width: 25%;
  margin: 0 -4.5px 0 0;
  padding: 0 10px 10px 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden; }

.album__item.active .album__link:before {
  background: rgba(28, 143, 223, 0.7); }

.album__link {
  min-height: 155px;
  padding: 15px;
  display: block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  border-radius: 5px; }

.album__link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.4);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.album__fix-1 {
  width: 100%;
  display: table; }

.album__fix-2 {
  height: 125px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.album__name {
  display: block;
  position: relative;
  z-index: 1;
  top: 4px;
  font: 16px/1.25 Arial, sans-serif; }

.album__panel {
  position: absolute;
  top: 5px;
  right: 20px;
  z-index: 2;
  text-align: right; }

.album__icon {
  margin: 0 0 7px 7px; }

.friends {
  max-width: 800px;
  padding: 0 0 51px; }

.friends:last-child {
  padding: 0; }

.friends .search {
  margin: 0 0 11px; }

.friends__title {
  padding: 0 0 6px;
  font: bold 20px/1.2 Arial, sans-serif;
  letter-spacing: 0.2px; }

.friends__bottom {
  padding: 0 0 10px; }

.friends__list_all .friend {
  padding: 21px 0 20px 130px; }

.friend {
  min-height: 141px;
  padding: 13px 0 20px 130px;
  position: relative;
  border-bottom: 1px solid #efefef; }

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

.friend__photo {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 20px;
  left: 0;
  overflow: hidden;
  border-radius: 50%;
  background: url(../img/svg/nonephoto-grey.svg) no-repeat;
  -webkit-background-size: 100px 100px;
  background-size: 100px 100px; }

.friend__photo img {
  width: 100%;
  border-radius: 50%; }

.friend__name {
  padding: 0 20px 22px 0;
  font: bold 16px/22px Arial, sans-serif;
  letter-spacing: 0.4px; }

.friend__link {
  color: #222; }

.friend__buttons {
  margin: 0 -15px -10px 0; }

.friend__add,
.friend__remove {
  min-width: 198px;
  height: 45px;
  margin: 0 15px 10px 0;
  padding-left: 23px;
  padding-right: 23px; }

.friend__cols {
  width: 100%;
  display: table; }

.friend__left {
  display: table-cell;
  vertical-align: top; }

.friend__right {
  display: table-cell;
  vertical-align: top;
  text-align: right; }

.friend__button {
  min-width: 198px;
  height: 45px;
  margin: 0 0 -1px;
  padding-left: 23px;
  padding-right: 23px;
  position: relative;
  bottom: 15px; }

.friend__button2 {
  display: block;
  position: relative;
  min-width: 0;
  height: 24px;
  margin: 0;
  padding: 0 0 0 27px;
  bottom: auto;
  background: none !important;
  border: none;
  border-radius: 0;
  color: #1c8fe0;
  font: 16px/24px Arial, sans-serif;
  margin-top: 20px; }

.friend__button2:before {
  content: "\e91a";
  margin: -7px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  font: 13px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.desktop .friend__button2:hover {
  color: #1872b2; }

.friends-more {
  width: 25px;
  position: absolute;
  top: 8px;
  right: -10px;
  z-index: 1; }

.friends-more__dots:before,
.friends-more__dots:after,
.friends-more__dots span {
  background-color: #b8b8b8; }

.friends-more__fix {
  width: 0;
  height: 0;
  display: none;
  margin: -15px 0 0;
  position: absolute;
  top: 100%;
  right: 5px;
  z-index: 21;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #fff transparent; }

.links-hide {
  margin: -6px 0 0;
  display: none;
  position: absolute;
  top: 100%;
  right: -8px;
  z-index: 20;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: normal;
  white-space: nowrap; }

.links-hide__item:first-child .links-hide__link {
  padding-top: 9px; }

.links-hide__item:last-child .links-hide__link {
  padding-bottom: 9px; }

.links-hide__link {
  padding: 3.5px 15px;
  display: block;
  color: #222; }

.archive {
  padding: 0 0 8px;
  position: relative;
  bottom: 8px; }

.archive:last-child {
  margin: 0 0 -9px; }

.archive__icon {
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }

.archive__icon:before {
  content: "\e90a";
  position: absolute;
  top: -1px;
  left: 0;
  font: 18px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #1c8fe0; }

.archive__icon_friends:before {
  content: "\e92b";
  font-size: 17px; }

.mac .archive__icon_friends:before {
  top: 0; }

.archive__icon span {
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  color: #1c8fe0;
  border-bottom: 1px dashed #1c8fe0; }

.archive__fix {
  width: 0;
  height: 0;
  display: none;
  margin: -8px 0 0;
  position: absolute;
  top: 100%;
  left: 9px;
  z-index: 21;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #fff transparent; }

.users-hide {
  max-width: 500px;
  margin: 0;
  padding: 16px 11px 9px 11px;
  display: none;
  position: absolute;
  top: 100%;
  left: -11px;
  z-index: 20;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: normal;
  white-space: nowrap; }

.users-hide__list {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.users-hide__item {
  padding: 0 1px 5px 0;
  display: inline-block;
  vertical-align: top; }

.users-hide__link {
  width: 38px;
  height: 38px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background: url(../img/svg/nonephoto-grey.svg) no-repeat;
  -webkit-background-size: 38px 38px;
  background-size: 38px 38px; }

.users-hide__link img {
  width: 100%;
  border-radius: 50%; }

.black-list {
  max-width: 800px; }

.black-list__list {
  padding: 11px 0 0; }

.black-list__bottom {
  padding: 0 0 10px; }

.black-list__item {
  min-height: 141px;
  padding: 20px 0 20px 130px;
  position: relative;
  border-bottom: 1px solid #efefef; }

.black-list__item:last-child {
  border: none; }

.black-list__photo {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 20px;
  left: 0;
  overflow: hidden;
  border-radius: 50%;
  background: url(../img/svg/nonephoto-grey.svg) no-repeat;
  -webkit-background-size: 100px 100px;
  background-size: 100px 100px; }

.black-list__photo img {
  width: 100%;
  border-radius: 50%; }

.black-list__name {
  padding: 1px 0 15px;
  font: bold 16px/22px Arial, sans-serif;
  letter-spacing: 0.4px; }

.black-list__link {
  color: #222; }

.black-list__remove {
  min-width: 199px;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px; }

.black-list__hide-1 {
  display: none; }

/* ------------------------------7. POPUPS------------------------------*/
.html-hidden,
.html-hid,
.body-hidden,
.body-hid {
  overflow: hidden; }

.body-chat .popup-window__fix-2 {
  padding: 0; }

.popups {
  display: none; }

.tab {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.tab.active {
  position: relative;
  top: auto;
  left: auto; }

.popup-window {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  background: rgba(34, 34, 34, 0.37); }

.popup-window.active .popup {
  top: 0; }

.popup-window__fix-1 {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed; }

.popup-window__fix-2 {
  height: 100%;
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle; }

.popup-window__mask {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.popup {
  width: 100%;
  max-width: 511px;
  margin: 20px auto;
  padding: 28px 30px 24px;
  position: relative;
  top: -2000px;
  z-index: 2;
  background: #fff;
  border-radius: 5px;
  text-align: left;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0 0 55px rgba(34, 34, 34, 0.25);
  box-shadow: 0 0 55px rgba(34, 34, 34, 0.25);
  -webkit-overflow-scrolling: touch; }

.popup img {
  max-width: 100%; }

.popup__close {
  position: absolute;
  top: 15px;
  right: 16px;
  z-index: 5; }

/* login */
.popup-form {
  max-width: 427px;
  margin: auto;
  text-align: center; }

.popup-form__button {
  min-width: 230px;
  margin: 4px 0 12px; }

.popup-form__list {
  padding: 0 0 15px;
  font: 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.45px; }

.popup-form__item {
  padding: 0 0 3px; }

.popup-form__link {
  padding: 3px 0 1px;
  display: inline-block;
  border-bottom: 1px dashed #1872b2;
  white-space: nowrap; }

.popup-form__or {
  margin: 0 0 27px;
  position: relative; }

.popup-form__or:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #dfdfdf; }

.popup-form__or span {
  padding: 0 12px;
  position: relative;
  z-index: 1;
  background: #fff;
  font: bold 17px/1.3 Arial, sans-serif; }

.popup-form__checkbox {
  max-width: 380px;
  margin: 0 0 20px; }

.popup-form__captcha {
  padding: 0 0 22px; }

.popup-form__captcha img {
  max-width: 100%;
  margin: auto; }

.popup-socials__label {
  padding: 12px 21px 12px 0;
  display: inline-block;
  vertical-align: top;
  font: bold 17px/1.3 Arial, sans-serif; }

.popup-socials__list {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap; }

/* complaint */
.popup_size-1 {
  max-width: 800px;
  padding-left: 45px;
  padding-right: 45px; }

.popup-comp {
  padding: 5px 0 0;
  text-align: right; }

.popup-comp__button {
  min-width: 186px;
  margin: 7px 0 12px; }

/* reward */
.popup_size-2 {
  max-width: 830px; }

.popup_size-2 .popup__close {
  top: 5px;
  right: 6px; }

.reward {
  padding: 10px 0 24px; }

.reward__item {
  position: relative; }

.reward__cols {
  width: 100%;
  display: table; }

.reward__left {
  height: 48px;
  display: table-cell;
  vertical-align: middle;
  text-align: left; }

.reward__right {
  height: 48px;
  display: table-cell;
  vertical-align: middle;
  text-align: right; }

.reward__info {
  width: 100%;
  display: table;
  table-layout: fixed; }

.reward__icon-wrap {
  width: 68px;
  height: 48px;
  display: table-cell;
  vertical-align: middle; }

.reward__icon {
  max-height: 48px;
  display: block; }

.reward__icon:before {
  position: relative;
  font: 27px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c8fe0; }

.reward__icon_1:before {
  content: "\e924";
  right: 3px; }

.reward__icon_2:before {
  content: "\e900";
  bottom: 7px;
  right: 6px;
  font-size: 47px;
  color: #e38d38; }

.reward__icon_3:before {
  content: "\e91e";
  bottom: 1px;
  right: 7px;
  font-size: 49px;
  color: #c0c0c0; }

.reward__icon_4:before {
  content: "\e929";
  top: 6px;
  right: 4px;
  font-size: 48px;
  color: #e5ac03; }

.reward__text {
  display: table-cell;
  vertical-align: middle; }

.reward__text span {
  display: inline-block; }

.reward__text b {
  color: #1c8fe0;
  font-weight: normal; }

.reward__button {
  min-width: 161px;
  height: 40px;
  line-height: 36px; }

/* admin */
.popup_size-3 {
  max-width: 800px;
  padding-left: 45px;
  padding-right: 45px; }

.admin {
  margin: auto;
  padding: 4px 0; }

.admin__text {
  padding: 0 0 13px;
  position: relative;
  bottom: 10px;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.5px; }

.admin__cols {
  width: 100%;
  display: table;
  table-layout: fixed; }

.admin__col {
  width: 50%;
  padding: 0 17px 0 0;
  display: table-cell;
  vertical-align: top; }

.admin__col:last-child {
  padding: 0 0 0 17px; }

.admin__bottom {
  padding: 6px 0 8px;
  text-align: right; }

.admin__button {
  min-width: 185px; }

/* quote */
.popup_size-4 {
  max-width: 800px;
  padding-left: 40px;
  padding-right: 40px; }

.popup_size-4 .popup__close {
  top: 12px;
  right: 12px; }

.popup_size-4.active {
  max-width: 470px; }

.quotes {
  max-width: 710px;
  padding: 3px 0 0; }

.quotes__title {
  padding: 0 0 8px;
  font: bold 18px/1.35 Arial, sans-serif; }

.quotes__bottom {
  text-align: right; }

.quotes__button {
  margin: 0 0 14px;
  padding-left: 32px;
  padding-right: 32px; }

.quote {
  padding: 0 0 23px 30px;
  position: relative; }

.quote__text {
  margin: 0 0 14px;
  padding: 11px 20px 12px 22px;
  display: block;
  background: #f4f4f4;
  border-left: 3px solid #1c8fe0;
  font-style: italic;
  border-radius: 0 4px 4px 0; }

.quote__text.active .quote__more {
  margin: 0 0 5px;
  display: inline-block;
  vertical-align: top; }

.quote__text.active .quote__fix {
  overflow: hidden; }

.quote__text.active .quote__fix:before {
  content: "";
  width: 100%;
  height: 74px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(245, 245, 245, 0)), to(#f5f5f5));
  background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0, #f5f5f5 100%);
  background: -o-linear-gradient(top, rgba(245, 245, 245, 0) 0, #f5f5f5 100%);
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0, #f5f5f5 100%); }

.quote__text.opened .quote__fix {
  max-height: 5000px;
  overflow: visible; }

.quote__text.opened .quote__fix:before {
  display: none; }

.quote__text.opened .quote__more {
  display: none; }

.quote__info {
  padding: 0 0 0 28px;
  display: block;
  position: relative; }

.quote__info:before {
  content: "";
  width: 15px;
  position: absolute;
  top: 10px;
  left: 0;
  border-bottom: 2px solid #1c8fe0; }

.quote__fix {
  max-height: 100px;
  position: relative; }

.quote__more {
  display: none;
  font-style: normal; }

.quote__cols {
  padding: 1px 0 0;
  width: 100%;
  display: table; }

.quote__left {
  padding: 0 10px 12px 0;
  display: table-cell;
  vertical-align: top; }

.quote__right {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  white-space: nowrap; }

.quote-socials {
  margin: 0 0 -7px;
  text-align: right; }

.quote-socials .socials-1__item:last-child {
  padding-right: 0; }

.quote-socials__label {
  padding: 11px 16px 0 0;
  display: inline-block;
  vertical-align: top; }

.quote-socials__list {
  display: inline-block;
  vertical-align: top; }

.quote-success {
  max-width: 370px;
  margin: auto;
  padding: 13px 0 10px;
  text-align: center; }

.quote-success__text {
  padding: 0 0 13px; }

.quote-success__socials .socials-1__item {
  padding-left: 3.5px;
  padding-right: 3.5px; }

.all-quotes {
  max-width: 736px;
  padding: 0 55px 0 0; }

.all-quotes .quote-socials {
  margin: 0;
  position: relative;
  bottom: 6px; }

.all-quotes .quote {
  padding: 0 0 17px; }

.all-quotes .quote-socials__label {
  padding: 6px 12px 0 0; }

.all-quotes .quote-socials .socials-1__item {
  padding: 0 1px 5px 0; }

.all-quotes .button-heart {
  margin: 0 0 0 9px;
  position: absolute;
  top: 0;
  left: 100%; }

.all-quotes .button-remove {
  margin: 0 0 0 10px;
  position: absolute;
  top: 30px;
  left: 100%; }

.all-quotes__bottom {
  padding: 0 0 10px;
  text-align: center; }

.all-quotes__more {
  min-width: 227px;
  height: 47px;
  line-height: 46px;
  position: relative;
  z-index: 1; }

/* settings */
.popup_size-5 {
  max-width: 368px;
  padding-left: 38px;
  padding-right: 38px; }

.popup_size-5 .popup__close {
  top: 12px;
  right: 12px; }

.settings {
  padding: 2px 0 8px;
  text-align: center; }

.settings__title {
  padding: 0 0 20px;
  font: bold 18px/1.35 Arial, sans-serif;
  text-align: left; }

.settings__item {
  width: 100%;
  display: table;
  padding: 0 0 13px;
  text-align: left; }

.settings__label {
  width: 88px;
  display: table-cell;
  vertical-align: middle; }

.settings__label_long {
  width: 100px; }

.settings__action {
  display: table-cell;
  vertical-align: middle; }

.settings__button {
  min-width: 120px;
  margin: 12px 0 0; }

.setting__select {
  max-width: 182px; }

.switch {
  width: 70px;
  height: 22px;
  display: block;
  position: relative;
  background: #1c8fe0;
  border-radius: 11px; }

.switch.active span {
  left: 47px; }

.switch:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: url(../img/svg/day.svg) no-repeat;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px; }

.switch:after {
  content: "";
  width: 12px;
  height: 16px;
  position: absolute;
  top: 3px;
  right: 7px;
  background: url(../img/svg/night.svg) no-repeat;
  -webkit-background-size: 12px 16px;
  background-size: 12px 16px; }

.switch span {
  width: 26px;
  height: 26px;
  position: absolute;
  top: -2px;
  left: -1px;
  z-index: 1;
  background: #e7e7e7;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.range-color {
  max-width: 170px;
  height: 3px;
  padding: 0 16.5px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(20%, #fff), to(#000));
  background: -webkit-linear-gradient(left, #fff 0, #fff 20%, #000 100%);
  background: -o-linear-gradient(left, #fff 0, #fff 20%, #000 100%);
  background: linear-gradient(to right, #fff 0, #fff 20%, #000 100%); }

.range-color:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(170, 170, 170, 0.15); }

.range-color_light .ui-slider-handle {
  background: #e7e7e7; }

.range-size {
  max-width: 182px;
  height: 3px;
  padding: 0 16.5px;
  background: #1c8fe0; }

.range-size .ui-slider-handle {
  background: #1c8fe0;
  color: #fff;
  text-align: center;
  font: 15px/22px Arial, sans-serif; }

/* chat */
.chat-page {
  max-width: 872px;
  min-height: 681px;
  max-height: 681px;
  margin: auto;
  padding: 40px 50px 35px 30px; }

.popup_chat {
  max-width: 872px;
  height: 100%;
  min-height: 450px;
  max-height: 669px;
  margin: auto;
  padding: 40px 50px 23px 30px; }

.popup_chat .popup__close {
  top: 7px;
  right: 13px; }

.chat {
  height: 100%;
  position: relative; }

.chat__more {
  padding: 0 0 0 28px;
  display: none;
  position: absolute;
  top: 2px;
  left: 21px;
  z-index: 1;
  font: 14px/1.25 Arial, sans-serif;
  color: #1c8fe0; }

.chat__more span {
  padding: 0 0 2px;
  display: block;
  border-bottom: 1px dashed #1c8fe0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.chat__more:before {
  content: "\e91a";
  margin: -9px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  font: 14px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.chat__left {
  width: 31.48%;
  height: 100%;
  margin: 0 -4.5px 0 0;
  padding: 63px 0 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.chat__left .mCSB_scrollTools,
.messages .mCSB_scrollTools {
  width: 6px !important; }

.chat__left .mCSB_scrollTools_vertical .mCSB_draggerContainer,
.messages .mCSB_scrollTools_vertical .mCSB_draggerContainer {
  margin: 0 !important; }

.chat__right {
  width: 68.52%;
  height: 100%;
  margin: 0 -4.5px 0 0;
  padding: 63px 0 152px;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.chat__title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.chat__fix-1 {
  width: 100%;
  display: table; }

.chat__fix-2 {
  height: 45px;
  padding: 2px 14px 0;
  line-height: 1.4;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  background: #1c8fe0;
  border-radius: 2px; }

.chat-expand {
  margin: 0 0 0 -20px; }

.chat-expand .chat__more {
  display: block; }

.chat-expand .chat__left {
  display: none; }

.chat-expand .chat__right {
  width: 100%; }

.chat-expand .message {
  max-width: 100%; }

.chat-expand .add-message__main {
  padding-left: 20px; }

.chat-users {
  max-height: 100%; }

.chat-users__item:first-child .chat-users__name,
.chat-users__item:first-child .chat-users__right {
  border-top: none; }

.chat-users__item.active .chat-users__link {
  background: #bde2fd; }

.chat-users__link {
  width: 100%;
  display: table;
  font: normal 14px/1.45 Arial, sans-serif;
  letter-spacing: 0.35px;
  color: #222;
  border-right: 1px solid #efefef; }

.chat-users__name {
  height: 45px;
  padding: 2px 0 0 14px;
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid #efefef; }

.chat-users__right {
  padding: 2px 10px 0 0;
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid #efefef;
  text-align: right; }

.chat-search {
  width: 68.52%;
  max-width: 542px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 0 34px;
  text-align: left; }

.chat-search .search-results {
  width: 100% !important; }

.chat-search__all {
  position: relative; }

.chat-search__form {
  height: 45px;
  position: relative;
  z-index: 10; }

.chat-search__input {
  width: 100%;
  height: 100%;
  padding: 5px 60px 4px 14px;
  display: block;
  background: #f4f4f4;
  border-radius: 4px;
  border: 1px solid #f4f4f4;
  font: 14px/1 Arial, sans-serif;
  letter-spacing: 0.5px; }

.chat-search__input:focus {
  border-color: #1c8fe0; }

.chat-search__button {
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2px; }

.chat-search__button:before {
  content: "\e913";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font: 19px/46px 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #fff; }

.add-message {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

.add-message__main {
  padding: 20px 0 0 34px; }

.add-message__bottom {
  width: 100%;
  display: table; }

.add-message__left {
  display: table-cell;
  vertical-align: top; }

.add-message__right {
  padding: 5px 0 0;
  display: table-cell;
  vertical-align: top;
  text-align: right; }

.add-message__textarea {
  min-height: 66px;
  max-height: 197px;
  height: auto;
  margin: 0 0 15px;
  padding: 12px 14px 11px;
  resize: none; }

.add-message__button {
  min-width: 153px;
  margin: 0 0 5px 14px; }

.add-message__back-wrap {
  display: none; }

.add-message__actions {
  display: none; }

.add-message__col {
  display: inline-block;
  vertical-align: top; }

.message__text {
  word-break: break-word; }

.file-pin {
  margin: 7px 0 0;
  position: relative;
  cursor: pointer; }

.file-pin * {
  cursor: pointer; }

.file-pin__input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0; }

.remove-message {
  width: 369px;
  margin: -131px 0 0 -184.5px;
  padding: 47px 20px 30px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  background: #fff;
  -webkit-box-shadow: 0 0 55px rgba(34, 34, 34, 0.25);
  box-shadow: 0 0 55px rgba(34, 34, 34, 0.25);
  border-radius: 4px;
  text-align: center; }

.remove-message__text {
  max-width: 260px;
  margin: auto;
  padding: 0 0 38px;
  line-height: 1.15; }

.remove-message__button-wrap {
  padding: 0 8px 17px;
  display: inline-block;
  vertical-align: top; }

.remove-message__button {
  min-width: 99px;
  padding-left: 0;
  padding-right: 0;
  border-width: 2px;
  line-height: 44px; }

.messages {
  height: 100%;
  position: relative; }

.messages__content {
  max-height: 100%; }

.messages__expand {
  position: absolute;
  top: 0;
  right: 7px;
  z-index: 1; }

.message {
  max-width: 542px;
  padding: 0 35px 15px 34px;
  font: 14px/1.3 Arial, sans-serif;
  letter-spacing: 0.5px; }

.message:last-child {
  padding-bottom: 8px; }

.message_mine {
  text-align: right; }

.message_mine .message__main {
  background: #bde2fd; }

.message_mine .message__main:before {
  width: 23px;
  height: 18px;
  margin: -11px 0 0 -12px;
  right: auto;
  left: 100%;
  background-position: bottom left; }

.message_mine .message__content.active .message__text-wrap:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(189, 226, 253, 0)), to(#bde2fd));
  background: -webkit-linear-gradient(top, rgba(189, 226, 253, 0) 0, #bde2fd 100%);
  background: -o-linear-gradient(top, rgba(189, 226, 253, 0) 0, #bde2fd 100%);
  background: linear-gradient(to bottom, rgba(189, 226, 253, 0) 0, #bde2fd 100%); }

.message__main {
  width: 100%;
  max-width: 473px;
  padding: 10px 16px 17px 20px;
  display: inline-block;
  position: relative;
  background: #f5f5f5;
  border-radius: 5px;
  text-align: left; }

.message__main:before {
  content: "";
  width: 17px;
  height: 18px;
  margin: -12px -5px 0 0;
  position: absolute;
  top: 100%;
  right: 100%;
  background: url(../img/message-fix.png) no-repeat; }

.message__main:hover .message__actions {
  opacity: 1; }

.message__top {
  width: 100%;
  display: table; }

.message__title {
  padding: 0 0 4px;
  display: table-cell;
  vertical-align: top;
  font: bold 15px/1.4 Arial, sans-serif; }

.message__date {
  padding: 2px 0 4px;
  display: table-cell;
  vertical-align: top;
  font: bold 12px/1.4 Arial, sans-serif;
  color: rgba(34, 34, 34, 0.25);
  text-align: right;
  letter-spacing: normal; }

.message__content.active .message__more {
  margin: 0;
  display: inline-block;
  vertical-align: top; }

.message__content.active .message__text-wrap {
  overflow: hidden; }

.message__content.active .message__text-wrap:before {
  content: "";
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(245, 245, 245, 0)), to(#f5f5f5));
  background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0, #f5f5f5 100%);
  background: -o-linear-gradient(top, rgba(245, 245, 245, 0) 0, #f5f5f5 100%);
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0, #f5f5f5 100%); }

.message__content.opened .message__text-wrap {
  max-height: 5000px;
  overflow: visible; }

.message__content.opened .message__text-wrap:before {
  display: none; }

.message__content.opened .message__more {
  display: none; }

.message__text-wrap {
  max-height: 95px;
  position: relative; }

.message__more {
  display: none; }

.message__actions {
  width: 23px;
  position: absolute;
  top: 0;
  right: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.message__edit {
  margin: 0 0 9px; }

.message__files {
  padding: 3px 0; }

.load-file {
  padding: 5px 23px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.load-file_ok {
  padding-left: 29px !important; }

.load-file_ok:before {
  content: "\e906";
  position: absolute;
  top: 0;
  left: 0;
  font: 11px/9px 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c8fe0; }

.load-file__content {
  padding: 0 7px 0 0;
  display: inline-block;
  vertical-align: top; }

.load-file__content img {
  height: 45px;
  border-radius: 4px; }

.load-file__progress-wrap {
  width: 143px;
  height: 9px;
  margin: 18px 0;
  position: relative;
  background: #e1e1e1;
  border-radius: 5px; }

.load-file__progress {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1c8fe0;
  border-radius: 5px; }

.load-file__remove {
  margin: 17px 0 0; }

.load-file__icon {
  height: 45px;
  padding: 2px 0 0 10px;
  display: block;
  color: #1c8fe0; }

.load-file__icon:before {
  content: "\e90e";
  display: block;
  font: 41px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.load-file__text {
  padding: 0 24px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }

.load-file__name {
  position: relative;
  bottom: 7px; }

.loaded-file {
  padding: 5px 11px 0 0;
  display: inline-block;
  vertical-align: top; }

.loaded-file img {
  height: 85px;
  border-radius: 4px; }

.loaded-file__icon {
  width: 61px;
  height: 85px;
  padding: 2px 0 0;
  color: #1c8fe0; }

.loaded-file__icon:before {
  content: "\e90e";
  display: block;
  font: 83px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* crop photo */
.popup_size-6 {
  max-width: 830px;
  padding: 0; }

.popup_size-6 .popup__close {
  top: 18px;
  right: 24px; }

.crop__title {
  min-height: 70px;
  padding: 22px 62px 18px 31px;
  background: #f5f5f5;
  border-radius: 5px 5px 0 0;
  font: normal 16px/1.5 Arial, sans-serif;
  letter-spacing: 0.4px; }

.crop__buttons {
  padding: 0 31px 19px 21px;
  text-align: right;
  overflow: hidden; }

.crop__button {
  height: 45px;
  margin: 0 0 10px 5.5px;
  padding-left: 24px;
  padding-right: 24px;
  display: inline-block;
  vertical-align: top; }

.upload-photo {
  margin: 0 31px 28px;
  position: relative; }

.upload-photo img {
  width: 100%; }

.upload-photo__mask {
  position: relative; }

.upload-photo__mask:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(34, 34, 34, 0.37); }

.upload-photo__area {
  position: absolute;
  z-index: 2;
  overflow: hidden; }

.upload-photo__area img {
  max-width: 9999px;
  position: absolute; }

.upload-photo__area:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 2px dashed #fff; }

.upload-photo__area_circle,
.upload-photo__area_circle:before {
  border-radius: 100%; }

.popup_size-7 {
  max-width: 633px;
  padding: 0; }

.popup_size-7 .popup__close {
  top: 18px;
  right: 24px; }

.popup_size-7 .crop__title {
  margin: 0 0 28px; }

/* upload file */
.popup_size-8 {
  max-width: 423px;
  padding: 25px 42px 24px; }

.popup_size-8 .popup__close {
  top: 4px;
  right: 6px; }

.upload-file .file {
  margin: 0 0 29px;
  display: block; }

.upload-file .jq-file__name {
  min-width: 0;
  padding: 0 15px 0 159px;
  text-indent: 15px; }

.upload-file .jq-file__browse {
  width: 159px; }

.upload-file__title {
  padding: 0 0 9px;
  font: bold 17px/1.4 Arial, sans-serif; }

.upload-file__input {
  margin: 0 0 25px; }

.upload-file__bottom {
  padding: 0 0 7px;
  text-align: right;
  overflow: hidden; }

.upload-file__button {
  min-width: 211px;
  margin: 10px 0 0; }

.upload-file__list .load-file {
  padding: 0; }

.upload-file__item {
  padding: 0 0 6px; }

.file-area {
  position: relative; }

.file-area .load-file__progress-wrap {
  margin: 0 0 10px; }

.file-area__main {
  margin: 0 0 20px;
  padding: 13px;
  background: #f4f4f4;
  text-align: center; }

.file-area__fix-1 {
  width: 100%;
  display: table; }

.file-area__fix-2 {
  height: 140px;
  display: table-cell;
  vertical-align: middle;
  border: 2px dashed #cfcfcf;
  border-radius: 3px; }

.file-area__text {
  padding: 0 20px;
  display: block;
  position: relative;
  top: 2px;
  color: #cfcfcf; }

.file-area__input {
  width: 100%;
  height: 166px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer; }

/* gallery */
.popup-top {
  padding: 0 0 48px;
  position: relative; }

.popup-gal {
  padding: 0 72px;
  background: #fff;
  -webkit-box-shadow: 0 0 55px rgba(34, 34, 34, 0.25);
  box-shadow: 0 0 55px rgba(34, 34, 34, 0.25);
  border-radius: 5px; }

.photo-author__main {
  min-height: 79px;
  padding: 15px 0 14px 59px;
  position: relative; }

.photo-author__image {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  background: url(../img/svg/nonephoto-grey.svg) no-repeat;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px; }

.photo-author__image img {
  width: 100%;
  border-radius: 50%; }

.photo-author__fix-1 {
  width: 100%;
  display: table; }

.photo-author__fix-2 {
  height: 50px;
  display: table-cell;
  vertical-align: middle; }

.photo-author__name {
  padding: 0;
  position: relative;
  top: 1px;
  font: bold 16px/1.35 Arial, sans-serif;
  letter-spacing: normal; }

.photo-author__date {
  padding: 0;
  position: relative;
  top: 1px;
  font: 16px/1.35 Arial, sans-serif;
  letter-spacing: 0.4px;
  color: #d7d7d7; }

.photo-author__link {
  color: #222; }

.photo-slider {
  position: relative; }

.photo-slider__image img {
  width: 100%;
  margin: auto; }

.photo-slider__arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  color: #222; }

.photo-slider__arrow.disabled {
  opacity: 0.2;
  color: #222 !important;
  cursor: default; }

.photo-slider__arrow.hide {
  display: none; }

.photo-slider__arrow:before {
  display: block;
  font: 47px/30px 'fa';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center; }

.photo-slider__arrow_prev {
  margin: -24px 29px 0 0;
  right: 100%; }

.photo-slider__arrow_prev:before {
  content: "\f104"; }

.photo-slider__arrow_next {
  margin: -24px 0 0 29px;
  left: 100%; }

.photo-slider__arrow_next:before {
  content: "\f105"; }

.popup-actions__main {
  padding: 10px 0;
  text-align: right; }

.popup-actions__buttons {
  margin: 0 0 0 -25px;
  padding: 14px 0 0;
  display: inline-block;
  vertical-align: top; }

.popup-actions .button-heart {
  padding: 0 0 0 26px; }

.popup-actions .button-heart:before {
  margin: -8px 0 0;
  font-size: 16px; }

.popup-actions__button {
  margin: 0 0 10px 25px; }

.gal-socials {
  padding: 0 0 0 25px;
  display: inline-block;
  vertical-align: top;
  text-align: right; }

.gal-socials .socials-1__item:last-child {
  padding-right: 0; }

.gal-socials__label {
  padding: 11px 14px 0 0;
  display: inline-block;
  vertical-align: top;
  font: normal 16px/1.5 Arial, sans-serif;
  letter-spacing: 0.4px; }

.gal-socials__list {
  display: inline-block;
  vertical-align: top; }

.popup-more {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden; }

.popup-more__button {
  width: 100%;
  height: 45px;
  margin: 3px 0 0;
  display: block;
  background: #fff;
  border-radius: 5px;
  font: 16px/45px Arial, sans-serif;
  color: #1c8fe0;
  text-align: center;
  letter-spacing: 0.35px; }

.popup-more__button:before {
  content: "Показать комментарии";
  display: block; }

.popup-more__button.active:before {
  content: "Скрыть комментарии"; }

.popup-hide__main {
  display: none; }

.popup-comments {
  margin: 3px 0 0; }

.popup-comments .comment .comment__main {
  margin: 0 0 10px;
  padding: 31px 36px 18px;
  background-color: #fff; }

.popup-comments .comment .comment__main_admin {
  background: #bde2fd; }

.popup-comments .comment .comment__textarea-wrap:before {
  border-color: transparent #f4f4f4 transparent transparent; }

.popup-comments .comment .comment__textarea {
  background: #f4f4f4; }

.popup-comments .comment .comment__text {
  max-width: 100%; }

.popup-comments .comment .comment__photo {
  background: url(../img/svg/nonephoto-grey.svg) no-repeat;
  -webkit-background-size: 100px 100px;
  background-size: 100px 100px; }

.comments-form {
  margin: 3px 0 0;
  padding: 20px 40px 16px;
  background: #fff;
  border-radius: 5px; }

.comments-form__label {
  padding: 0 0 9px;
  display: block;
  font: bold 18px/1.35 Arial, sans-serif; }

.comments-form__textarea {
  min-height: 90px;
  height: 90px;
  margin: 0 0 20px;
  padding: 11px 15px 13px; }

.comments-form__bottom {
  text-align: right;
  overflow: hidden; }

.comments-form__button {
  min-width: 185px;
  margin: 0 0 10px; }

/* ------------------------------8. PLUGINS------------------------------*/
/*!---------------8.1 Formstyler---------------*/
.select {
  max-width: 100%;
  text-align: left; }

.jq-selectbox {
  max-width: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 4 !important; }

.jq-selectbox.opened {
  z-index: 5 !important; }

.jq-selectbox.opened .jq-selectbox__select:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.jq-selectbox__trigger,
.jq-selectbox__trigger-arrow {
  display: none; }

.jq-selectbox__dropdown ul {
  max-height: 1000px;
  overflow: auto; }

.select_1 {
  height: 45px; }

.select_1 .jq-selectbox,
.select_2 .jq-selectbox {
  display: block !important; }

.select_1 .jq-selectbox.opened .jq-selectbox__select {
  border-radius: 4px 4px 0 0; }

.select_1 .jq-selectbox__select {
  width: 100%;
  max-width: 100%;
  height: 45px;
  padding: 0 50px 0 26px;
  position: relative;
  z-index: 1;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #f4f4f4;
  border-radius: 4px; }

.select_1 .jq-selectbox__select:before,
.select_2 .jq-selectbox__select:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 21px;
  right: 25px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #222 transparent transparent transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.select_1 .jq-selectbox__select-text,
.select_2 .jq-selectbox__select-text {
  max-width: 100%;
  width: auto !important;
  height: 100%;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font: 14px/46px Arial, sans-serif;
  letter-spacing: 0.45px;
  color: #bdbdbd; }

.select_1 .jq-selectbox__dropdown {
  width: 100% !important;
  top: 39px !important;
  left: auto !important;
  bottom: auto !important;
  position: absolute !important;
  overflow: visible;
  border-radius: 0 0 4px 4px;
  background: #f4f4f4; }

.select_1 .jq-selectbox__dropdown ul {
  padding: 0 0 11px; }

.select_1 .jq-selectbox li {
  padding: 5px 26px 4px;
  font: 14px/1.5 Arial, sans-serif;
  letter-spacing: 0.45px;
  cursor: pointer;
  color: #222;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.select_1 .jq-selectbox li:first-child {
  display: none; }

.select_1 .jq-selectbox li.sel,
.select_2 .jq-selectbox li.sel {
  display: none; }

.select_2 {
  height: 27px; }

.select_2 .jq-selectbox.opened .jq-selectbox__select {
  border-radius: 2px 2px 0 0; }

.select_2 .jq-selectbox__select {
  width: 100%;
  max-width: 100%;
  height: 27px;
  padding: 0 30px 0 14px;
  position: relative;
  z-index: 1;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #e7e7e7;
  border-radius: 2px; }

.select_2 .jq-selectbox__select:before {
  top: 12px;
  right: 11px;
  border-width: 5px 4px 0 4px; }

.select_2 .jq-selectbox__select-text {
  font: 15px/27px Arial, sans-serif;
  letter-spacing: 0.4px;
  color: #222; }

.desktop.mozilla .select_2 .jq-selectbox__select-text {
  line-height: 28px; }

.select_2 .jq-selectbox__dropdown {
  width: 100% !important;
  top: 25px !important;
  left: auto !important;
  bottom: auto !important;
  position: absolute !important;
  overflow: visible;
  border-radius: 0 0 2px 2px;
  background: #e7e7e7; }

.select_2 .jq-selectbox__dropdown ul {
  padding: 0 0 6px; }

.select_2 .jq-selectbox li {
  padding: 2px 15px 1px;
  font: 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.4px;
  cursor: pointer;
  color: #222;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.select_3 .jq-selectbox__select {
  background: #f4f4f4; }

.select_3 .jq-selectbox__select-text {
  color: #c5c5c5; }

.select_3 .jq-selectbox__dropdown {
  background: #f4f4f4; }

.select_3 .jq-selectbox li:first-child {
  display: none; }

.select_4 .jq-selectbox__select {
  padding: 0 40px 0 20px; }

.select_4 .jq-selectbox__select:before {
  right: 16px; }

.select_4 .jq-selectbox li {
  padding: 5px 20px 4px;
  font-size: 16px; }

.select_4.color-fix .jq-selectbox__select-text,
.select_4 .color-fix .jq-selectbox__select-text {
  font-size: 16px; }

.select_4.hide-fix .jq-selectbox li:first-child {
  display: block; }

.select_4.hide-fix .jq-selectbox li.sel:first-child {
  display: none; }

.color-fix .jq-selectbox__select-text {
  color: #222 !important; }

.checkbox,
.radio__item {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  text-align: left; }

.checkbox input,
.radio__item input {
  display: none !important; }

.checkbox .jq-checkbox,
.radio__item .jq-radio {
  display: none !important; }

.checkbox label,
.radio__item label {
  cursor: pointer; }

.checkbox.active label:after,
.radio__item.active label:after {
  opacity: 1; }

.checkbox.disabled label,
.radio__item.disabled label {
  opacity: 0.5;
  cursor: default; }

.checkbox_1 {
  min-height: 22px;
  padding: 0 0 0 38px;
  position: relative;
  font: 13px/1.3 Arial, sans-serif; }

.checkbox_1 label {
  width: 22px;
  height: 22px;
  margin: -11px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  border: 1px solid #222;
  border-radius: 2px; }

.checkbox_1 label:after {
  content: "\e906";
  position: absolute;
  top: 5px;
  left: 3px;
  z-index: 1;
  opacity: 0;
  font: 11px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c8fe0; }

.checkbox_2 label {
  min-height: 15px;
  padding: 0 0 0 24px;
  position: relative;
  display: inline-block;
  font: 16px/1.35 Arial, sans-serif; }

.checkbox_2 label:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #b8b8b8;
  border-radius: 2px; }

.checkbox_2 label:after {
  content: "\e906";
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  opacity: 0;
  font: 11px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c8fe0; }

.checkbox__fix-1 {
  width: 100%;
  display: table; }

.checkbox__fix-2 {
  height: 22px;
  display: table-cell;
  vertical-align: middle; }

.checkbox__fix-2 a {
  margin-right: -5px;
  padding: 0 0 2px;
  display: inline-block;
  border-bottom: 1px dashed #1872b2; }

.radio__item_1 {
  padding: 0 0 6px; }

.radio__item_1:last-child {
  padding: 0; }

.radio__item_1 label {
  padding: 0 0 0 25px;
  position: relative;
  display: inline-block;
  font: 16px/1.35 Arial, sans-serif; }

.radio__item_1 label:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
  border: 1px solid #b8b8b8;
  border-radius: 50%; }

.radio__item_1 label:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: 0;
  background: #1c8fe0;
  border: 3px solid #fff;
  border-radius: 50%;
  opacity: 0; }

.file {
  max-width: 100%;
  height: 45px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #f4f4f4;
  border-radius: 5px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden; }

.file * {
  cursor: pointer; }

.jq-file {
  width: 100%;
  position: relative;
  z-index: 1; }

.jq-file input {
  width: 100%;
  height: 100%; }

.jq-file__name {
  width: 100%;
  min-width: 357px;
  max-width: 100%;
  height: 45px;
  padding: 0 25px 0 192px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font: 15px/45px Arial, sans-serif;
  color: #222;
  overflow: hidden; }

.jq-file__browse {
  width: 179px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font: 15px/45px Arial, sans-serif;
  background: #1c8fe0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden; }

/*!---------------8.2 Slick---------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  padding: 0; }

.dots-1 .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center; }

.dots-1 .slick-dots li {
  padding: 0 4px;
  display: inline-block;
  vertical-align: top; }

.dots-1 .slick-dots li button {
  width: 8px;
  height: 8px;
  display: block;
  background-color: #ced0da;
  border-radius: 50%;
  text-indent: -9999px; }

.dots-1 .slick-dots li.slick-active button {
  background-color: #353c48; }

.arrows-1 .slick-prev,
.arrows-1 .slick-next {
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%; }

.arrows-1 .slick-prev:before,
.arrows-1 .slick-next:before {
  position: absolute;
  top: 0;
  font: 41px/46px 'fa';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(34, 34, 34, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.arrows-1 .slick-prev:before {
  content: "\f104";
  right: 10px; }

.arrows-1 .slick-next:before {
  content: "\f105";
  left: 10px; }

/*!---------------8.3 MCustomScrollBar---------------*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; }

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
  outline: 0;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  height: auto; }

.mCSB_vertical .mCSB_container {
  width: 100% !important;
  margin-right: 0 !important;
  padding-right: 0 !important; }

.mCS_no_scrollbar .mCSB_container {
  padding-right: 0 !important; }

.mCSB_horizontal .mCSB_container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.mCSB_inside > .mCSB_container {
  margin-right: 10px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 26px;
  height: auto; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 18px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  height: 100%;
  margin: 0 auto;
  background-color: #f4f4f4;
  border-radius: 3px; }

.mCSB_scrollTools .mCSB_dragger {
  z-index: 1;
  width: 100%;
  /* height:66px !important; */
  cursor: pointer; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 6px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #e1e1e1;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 6px; }

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 20px;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 19px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  position: relative;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 5px;
  background: none; }

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px !important; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 5px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  left: 0;
  width: 26px;
  height: 100%; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 99.8%;
  max-width: 99.8%;
  height: 5px;
  background-color: #e1e1e1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 5px;
  margin: 0; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 5px;
  margin: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 20px;
  height: 100%;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  padding-bottom: 30px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/*
.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out;}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;}
*/
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1; }

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  opacity: .4; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75; }

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9; }

.mCSB_scrollTools_horizontal {
  position: relative;
  z-index: 5;
  bottom: -10px !important;
  height: 5px;
  margin: 0 0 10px !important; }

.mCSB_scrollTools_horizontal .mCSB_draggerContainer {
  margin: 0 !important; }

.mCSB_scrollTools_vertical .mCSB_draggerContainer {
  margin: 20px 0 !important; }

.mCSB_vertical[style*="max-height: none"] .mCSB_scrollTools_vertical {
  opacity: 0 !important; }

.mCSB_horizontal[style*="max-width: none"] .mCSB_scrollTools_horizontal {
  opacity: 0 !important; }

/*!---------------8.4 UI---------------*/
/* range */
.ui-slider {
  position: relative;
  height: 3px; }

.ui-slider-handle {
  width: 37px;
  height: 22px;
  position: absolute;
  z-index: 2;
  background: #494949;
  cursor: pointer;
  border-radius: 11px;
  top: -10px;
  margin-left: -17.5px; }

.ui-slider-range {
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  overflow: hidden; }

.ui-widget-content {
  background: none; }

/* datepicker */
#ui-datepicker-div {
  width: 245px !important;
  padding: 0 0 9px !important;
  z-index: 9999 !important;
  background: #fff;
  -webkit-box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  display: none;
  overflow: visible;
  color: #222; }

#ui-datepicker-div table {
  width: 100%; }

#ui-datepicker-div thead th {
  height: 37px;
  background: #bde2fd;
  font: 15px/37px Arial, sans-serif; }

#ui-datepicker-div thead th:first-child {
  padding-left: 6px; }

#ui-datepicker-div thead th:last-child {
  padding-right: 6px; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-title .select {
  width: 83px;
  margin: 0 6px;
  display: inline-block;
  vertical-align: top; }

.ui-datepicker-title .select .jq-selectbox__select {
  padding: 0 30px 0 12px;
  background: #f4f4f4; }

.ui-datepicker-title .select .jq-selectbox__select:before {
  top: 11px;
  right: 10px; }

.ui-datepicker-title .select .jq-selectbox__dropdown {
  background: #f4f4f4; }

.ui-datepicker-title .select .jq-selectbox li {
  padding: 2px 12px 1px; }

.ui-datepicker-header {
  min-height: 54px;
  padding: 16px 0 0;
  position: relative !important; }

.ui-datepicker-next,
.ui-datepicker-prev {
  width: 33px;
  height: 27px;
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 1;
  cursor: pointer;
  color: #222; }

.ui-datepicker-next:before,
.ui-datepicker-next:after,
.ui-datepicker-prev:before,
.ui-datepicker-prev:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font: 17px/26px 'fa';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ui-datepicker-prev:before {
  content: "\f104"; }

.ui-datepicker-next {
  left: auto;
  right: 0; }

.ui-datepicker-next:before {
  content: "\f105"; }

.ui-datepicker-calendar tbody td {
  height: 27px;
  vertical-align: top;
  text-align: center;
  overflow: hidden; }

.ui-datepicker-calendar tbody tr:first-child td {
  padding-top: 6px; }

.ui-datepicker-calendar tbody td:first-child {
  padding-left: 6px; }

.ui-datepicker-calendar tbody td:last-child {
  padding-right: 6px; }

.ui-datepicker-calendar tbody td a,
.ui-datepicker-calendar tbody td span {
  width: 27px;
  height: 27px;
  margin: auto;
  display: block;
  color: #222;
  border-radius: 50%;
  font: 14px/28px Arial, sans-serif; }

.ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
  background: #1c8fe0;
  color: #fff !important;
  text-align: center; }

.ui-state-disabled {
  color: #b8b8b8 !important;
  cursor: default !important; }

.ui-datepicker-unselectable span {
  color: #b8b8b8 !important; }

/* autocomplete */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-autocomplete {
  padding: 8px 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 99;
  background: #fff;
  -webkit-box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
  border-radius: 2px; }

.ui-autocomplete:before {
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 -2px -5px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 31;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #fff transparent; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 2px 12px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.ui-menu .ui-menu-divider {
  display: none; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  color: #1c8fe0; }

/*!---------------8.5 Tag Editor---------------*/
.tag-editor {
  min-height: 97px;
  padding: 13px 5px 2px 20px;
  text-align: left;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  overflow: hidden;
  cursor: text; }

.tag-editor.active {
  border-color: #1c8fe0; }

.tag-editor li {
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  margin: 0 10px 10px 0; }

.tag-editor li:first-child {
  display: none; }

s .tag-editor .placeholder {
  display: none; }

.tag-editor .tag-editor-spacer {
  display: none; }

.tag-editor input {
  height: 30px;
  margin: 0 -11px 0 0;
  font: 15px/30px Arial, sans-serif;
  color: #1872b2; }

.tag-editor-hidden-src {
  position: absolute !important;
  left: -99999px; }

.tag-editor ::-ms-clear {
  display: none; }

.tag-editor .tag-editor-tag {
  height: 30px;
  padding: 0 24px 0 5px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  background: #1c8fe0;
  color: #fff;
  font: 15px/30px Arial, sans-serif;
  border-radius: 15px; }

.tag-editor .tag-editor-tag:before {
  content: "#"; }

.tag-editor .tag-editor-tag.active:before {
  color: #1872b2; }

.tag-editor .tag-editor-tag.active + .tag-editor-delete {
  display: none; }

.tag-editor .tag-editor-delete {
  width: 20px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer; }

.tag-editor .tag-editor-delete:before {
  content: "";
  width: 12px;
  position: absolute;
  top: 15px;
  left: 0;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.tag-editor .tag-editor-delete:after {
  content: "";
  width: 12px;
  position: absolute;
  top: 15px;
  left: 0;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.tag-editor .tag-editor-tag.active {
  background: none !important; }

/*!---------------8.6 Fancybox---------------*/
.fancy-popup {
  width: 100%;
  max-width: 970px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: visible;
  font: normal 16px/1.5 Arial, sans-serif;
  letter-spacing: 0.4px; }

.fancy-popup__close {
  position: absolute;
  top: 10px;
  right: 11px;
  z-index: 1; }

body.fancybox-active {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: rgba(34, 34, 34, 0.37);
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.fancybox-is-open .fancybox-bg {
  opacity: 1; }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  -o-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  -o-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
  display: none; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fix-anim .fancybox-slide {
  overflow: hidden; }

.desktop .fix-anim .fancybox-slide {
  padding-right: 17px; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  overflow: visible;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: -webkit-calc(0%);
  max-width: calc(0%);
  max-height: -webkit-calc(12%);
  max-height: calc(12%);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

/* .fancybox-show-nav .fancybox-navigation{display:block;} */
.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
  display: none; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  -o-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect:slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect:fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect:zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect:rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect:circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect:tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: -webkit-calc(46%);
  max-width: calc(46%);
  max-height: -webkit-calc(92%);
  max-height: calc(92%);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: -webkit-calc(90%);
    max-width: calc(90%); } }

/*!---------------8.7 Multifile---------------*/
.MultiFile-remove {
  display: none; }

.MultiFile-label {
  position: relative; }

.MultiFile-label .MultiFile-label {
  margin: 0 0 6px;
  padding: 0 0 0 29px;
  position: relative;
  display: block; }

.MultiFile-label .MultiFile-label:before {
  content: "\e906";
  position: absolute;
  top: 0;
  left: 0;
  font: 11px/9px 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c8fe0; }

.MultiFile-title {
  padding: 0 24px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  bottom: 7px;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }

.remove-field {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 6px;
  right: 0;
  cursor: pointer;
  z-index: 2; }

.remove-field:before,
.remove-field:after {
  content: "";
  width: 10px;
  position: absolute;
  top: 5px;
  left: 2px;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.remove-field:after {
  left: auto;
  right: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*!------------------------------9. HACKS------------------------------*/
.mac .header,
.mac .footer,
.mac .main {
  padding-right: 0 !important; }

/* webkit */
/*!------------------------------10. HOVERS------------------------------*/
.desktop a:hover {
  color: #1c8fe0; }

.desktop .link-border:hover {
  border-color: #1c8fe0; }

/* buttons */
.desktop .button:hover,
.desktop .button-blue:hover {
  background-color: #1872b2;
  border-color: #1872b2;
  color: #fff; }

.desktop .button-white:hover {
  background-color: #1c8fe0;
  border-color: #1c8fe0;
  color: #fff; }

.desktop .button-grey:hover {
  background-color: #1872b2; }

.desktop .button-close-1:hover:before,
.desktop .button-close-1:hover:after,
.desktop .button-close-2:hover:before,
.desktop .button-close-2:hover:after {
  border-color: #1c8fe0; }

.desktop .button-like:hover {
  background: #1872b2;
  color: #fff; }

.desktop .button-like_reward:hover {
  background: #bde2fd;
  color: #000; }

.desktop .button-like_reward:hover:before {
  color: #1872b2; }

.desktop .button-plus:hover,
.desktop .button-minus:hover,
.desktop .button-pages:hover {
  color: #1872b2; }

.desktop .button-prev:hover span,
.desktop .button-next:hover span {
  border-color: #1872b2; }

.desktop .complaint:hover {
  color: #1c8fe0; }

.desktop .add-file:hover,
.desktop .file-pin:hover .add-file {
  color: #1c8fe0; }

.desktop .button-expand:hover {
  color: #1c8fe0; }

.desktop .icon-edit:hover,
.desktop .icon-remove:hover {
  color: #1c8fe0; }

.desktop .icon-close:hover:before,
.desktop .icon-close:hover:after,
.desktop .remove-field:hover:before,
.desktop .remove-field:hover:after {
  border-color: #1c8fe0; }

.desktop .button-cover:hover,
.desktop .cover__fix-3:hover .button-cover {
  color: #e1e1e1;
  border-color: #e1e1e1; }

.desktop .button-edit:hover:before {
  color: #1c8fe0; }

.desktop .button-edit:hover span {
  color: #1c8fe0;
  border-color: #1c8fe0; }

.desktop .button-load:hover,
.desktop .profile-image__change:hover .button-load,
.desktop .profile-photo__change:hover .button-load {
  color: #e1e1e1; }

.desktop .button-fan:hover {
  color: #1872b2; }

.desktop .button-add:hover:before {
  color: #1c8fe0; }

.desktop .button-add:hover .button-add__text {
  color: #1c8fe0;
  border-color: #1c8fe0; }

.desktop .button-show:hover {
  color: #1c8fe0; }

.desktop .button-heart:hover,
.desktop a.button-comment:hover {
  color: #1c8fe0; }

.desktop .button-heart:hover:before,
.desktop a.button-comment:hover:before {
  color: #1c8fe0; }

.desktop .button-remove:hover {
  color: #1c8fe0; }

.desktop .edit-icon:hover,
.desktop .remove-icon:hover {
  opacity: 1; }

/* header */
.desktop .header-nav__link:hover {
  color: #1872b2; }

.desktop .search-results__link:hover {
  background-color: #fafafa; }

.desktop .search-results__link:hover .search-results__left,
.desktop .search-results__link:hover .search-results__right {
  border-color: #fafafa; }

.desktop .search-results__href:hover {
  color: #fff; }

.desktop .header-search__mob:hover {
  color: #1872b2; }

.desktop .books-count:hover span {
  color: #1c8fe0;
  border-color: #1c8fe0; }

.desktop .header-events__button:hover {
  color: #1872b2; }

.desktop .hide-cab__link:hover,
.desktop .hide-cab-in__link:hover {
  color: #1872b2; }

.desktop .hide-events__item a:hover {
  border-color: #1c8fe0; }

.desktop .header-mob__button:hover span,
.desktop .header-mob__button:hover span:before,
.desktop .header-mob__button:hover span:after {
  border-color: #1872b2; }

/* footer */
.desktop .footer__bottom a:hover {
  color: #fff;
  border-color: #fff; }

/* main page */
.desktop .main-info__link:hover,
.desktop .book-info__link:hover {
  border-color: #1c8fe0; }

.desktop .more-hide__link:hover {
  color: #1872b2; }

.desktop .download__link:hover {
  color: #1872b2; }

.desktop .mobile-book__button:hover {
  color: #1872b2; }

.desktop .book-item__image:hover:before {
  opacity: 1; }

.desktop .book-item__more:hover {
  border-color: #1c8fe0; }

.desktop .book-item__link:hover {
  color: #1872b2; }

.desktop .image-1:hover {
  color: #fff; }

.desktop .image-3:hover {
  color: #9d9d9d; }

.desktop .image-4:hover {
  color: #a9a9a9; }

.desktop .comment__action:hover {
  color: #1872b2;
  border-color: #1872b2; }

.desktop .comment__link:hover {
  color: #1872b2; }

.desktop .actions-hide__link:hover {
  color: #1872b2; }

.desktop .likes__action:hover,
.desktop .likes__action:hover:before {
  color: #1c8fe0; }

.desktop .book__link:hover,
.desktop .authors-hide__link:hover {
  color: #1872b2; }

.desktop .book__more:hover {
  border-color: #1c8fe0; }

.desktop .book__image:hover:before {
  opacity: 1; }

.desktop .item-info__button:hover {
  background: #000; }

.desktop .item-edit__button:hover {
  background: #fff; }

/* reading */
.desktop .reading__head a:hover {
  border-color: #1c8fe0; }

.desktop .button-contact:hover {
  color: #1872b2; }

/* genres */
.desktop .genre__title .genre__link:hover span {
  color: #1872b2;
  border-color: rgba(255, 255, 255, 0); }

.desktop .genre__link:hover {
  color: #222; }

.desktop .genre__link:hover span {
  color: #1c8fe0;
  border-color: #1c8fe0; }

.desktop .genre__more:hover {
  color: #1872b2; }

.desktop .info-hide__link:hover {
  color: #1872b2; }

/* popups */
.desktop .popup-form__link:hover {
  border-color: #1c8fe0; }

.desktop .chat__more:hover {
  color: #1872b2; }

.desktop .chat__more:hover span {
  border-color: #1872b2; }

.desktop .chat-users__link:hover {
  background-color: #f5f5f5;
  color: #222; }

.desktop .photo-slider__arrow:hover {
  color: #1c8fe0; }

.desktop .popup-more__button:hover {
  color: #1872b2; }

/* plugins */
.desktop .mCSB_dragger_bar:hover {
  background-color: #d5d5d5 !important; }

.desktop .checkbox__fix-2 a:hover {
  border-color: #1c8fe0; }

.desktop .select_1 .jq-selectbox li:hover,
.desktop .select_2 .jq-selectbox li:hover {
  color: #1c8fe0; }

.desktop .file:hover .jq-file__browse {
  background-color: #1872b2;
  border-color: #1872b2;
  color: #fff; }

.desktop .dots-1 .slick-dots li button:hover {
  background-color: #353c48; }

.desktop .arrows-1 .slick-prev:hover,
.desktop .arrows-1 .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.7); }

/* authors */
.desktop .authors-slider__list:hover .slick-prev,
.desktop .authors-slider__list:hover .slick-next {
  opacity: 1; }

.desktop .authors-slider__list .slick-prev:hover:before,
.desktop .authors-slider__list .slick-next:hover:before {
  color: #1872b2; }

.desktop .author__link:hover {
  color: #1872b2; }

.desktop .author-stats__link:hover {
  border-color: #1c8fe0; }

.desktop .categories__link:hover {
  border-color: #1c8fe0; }

.desktop .top-slider__list:hover .slick-prev,
.desktop .top-slider__list:hover .slick-next {
  opacity: 1; }

.desktop .look__link:hover:before,
.desktop .look__link:hover:after,
.desktop .look__link:hover span:before,
.desktop .look__link:hover span:after {
  background: #1c8fe0; }

/* contacts */
.desktop .contacts-info a:hover {
  color: #1872b2; }

/* books */
.desktop .books__list_type-5:hover .slick-prev,
.desktop .books__list_type-6:hover .slick-prev {
  opacity: 1; }

.desktop .books__list_type-5:hover .slick-next,
.desktop .books__list_type-6:hover .slick-next {
  opacity: 1; }

.desktop .best-sells .book__link:hover {
  color: #e1e1e1; }

/* search */
.desktop .search-page__title a:hover {
  color: #1872b2; }

/* editor */
.desktop .editor-item__link:hover {
  border-color: #1c8fe0; }

.desktop .chapter__link:hover {
  color: #1872b2; }

.desktop .editor-end__add:hover {
  border-color: #1c8fe0; }

/* profile */
.desktop .datepicker__icon:hover {
  color: #1c8fe0; }

.desktop .album__link:hover {
  color: #fff; }

.desktop .album__link:hover:before {
  background: rgba(28, 143, 223, 0.7); }

.desktop .album_photos .album__link:hover:before {
  background: rgba(255, 255, 255, 0.3); }

.desktop .archive__icon:hover:before {
  color: #1872b2; }

.desktop .archive__icon:hover span {
  color: #1872b2;
  border-color: #1872b2; }

/*------------------------------11. ADAPTATION------------------------------*/
@media screen and (max-width: 1600px) {
  /* genres */
  .books__list_type-4 .book:nth-child(7n) .info-hide,
  .books__list_type-4 .book:nth-child(7n-1) .info-hide {
    left: auto;
    right: 0; } }

@media screen and (max-width: 1250px) {
  /* book page */
  .image-2 {
    margin-left: 0; }
  .books-slider {
    margin: 0 -40px;
    padding: 0 0 80px 0; }
  .books-slider__list:before,
  .books-slider__list:after {
    left: -60px; }
  .books-slider__list:after {
    right: -60px; }
  .books-slider__list .slick-prev {
    left: 18px; }
  .books-slider__list .slick-next {
    right: 19px; }
  .book-item__main {
    padding: 0 40px;
    position: relative; }
  .add-comment {
    margin: 0; } }

@media screen and (max-width: 1200px) {
  /* book page */
  .page__right {
    width: 390px;
    padding: 4px 0 0 30px; }
  .comment__complaint {
    margin: 0 0 0 22px; }
  .comment__reponse {
    padding: 0 0 0 50px; }
  /* authors */
  .top-slider__list .book__title {
    min-height: 40px;
    font: bold 14px/1.25 Arial, sans-serif; }
  /* books */
  .books-top__left {
    padding: 0 12.5px 0 0; }
  .books__list_type-5 .slick-prev {
    top: 103px;
    left: -10px; }
  .books__list_type-5 .slick-next {
    top: 103px;
    right: -12px; }
  /* books */
  .books-top__left {
    padding: 0 12.5px 0 0; }
  .books__list_type-5 .slick-prev {
    top: 103px;
    left: -10px; }
  .books__list_type-5 .slick-next {
    top: 103px;
    right: -12px; }
  .books__list_type-7 .book:first-child {
    padding: 0 25px 23px 0; } }

@media screen and (max-width: 1150px) {
  /* book page */
  .books-slider {
    margin: 0 -30px; }
  .books-slider__list:before,
  .books-slider__list:after {
    left: -70px; }
  .books-slider__list:after {
    right: -70px; }
  .books-slider__list .slick-prev {
    left: 8px; }
  .books-slider__list .slick-next {
    right: 9px; }
  .book-item__main {
    padding: 0 30px; }
  /* genres */
  .genres__left {
    padding: 0 30px 0 0; }
  .books__list_type-4 {
    margin: 0 -17px 0 0; }
  .books__list_type-4 .book {
    width: 16.666%; }
  .books__list_type-4 .book:nth-child(7n) .info-hide,
  .books__list_type-4 .book:nth-child(7n-1) .info-hide {
    right: auto;
    left: 0; }
  .books__list_type-4 .book:nth-child(6n) .info-hide {
    left: auto;
    right: 0; }
  .info-hide {
    width: 280px;
    padding: 14px 10px 0; }
  .info-hide__top {
    padding: 0; }
  .info-hide__title {
    padding: 0 0 4px; }
  .info-hide__middle {
    padding: 8px 0; }
  .info-hide__link {
    padding: 8px 0 13px; }
  .info-numbers__item {
    padding: 0 0 0 29px; }
  .info-numbers__item_icon-2 {
    padding: 0 0 0 27px; }
  .info-numbers__item_icon-3 {
    padding: 0 0 0 23px; }
  /* authors */
  .panel__right {
    width: 300px; }
  /* books */
  .books-block .books__list_type-4 .book:nth-child(13),
  .books-block .books__list_type-4 .book:nth-child(14) {
    display: inline-block; }
  /* search */
  .books__list_type-9 {
    margin: 0 -24px 0 0; }
  .books__list_type-9 .book {
    width: 20%; }
  /* editor */
  .editor-item__content {
    width: 49%; }
  .editor-item__content_full {
    width: auto; }
  /* profile */
  .character {
    padding: 0 20px 15px 170px; }
  .tabs-nav-2__list_my .tabs-nav-2__item:nth-child(7) {
    width: 9.11%; }
  .tabs-nav-2__list_my .tabs-nav-2__item:nth-child(9) {
    width: 13.71%; } }

@media screen and (max-width: 1100px) {
  /* book page */
  .download__link {
    width: 106px; }
  .books-slider {
    margin: 0 -20px; }
  .books-slider__list:before,
  .books-slider__list:after {
    left: -80px; }
  .books-slider__list:after {
    right: -80px; }
  .books-slider__list .slick-prev {
    left: -2px; }
  .books-slider__list .slick-next {
    right: -1px; }
  .book-item__main {
    padding: 0 20px; }
  .comment__main {
    padding: 33px 30px 18px; }
  .comment__top {
    padding: 0 0 0 130px; }
  .comment__text {
    padding: 0 0 20px 130px; }
  .comment__reponse {
    padding: 0; }
  /* footer */
  .footer__right-top {
    width: 373px;
    padding-right: 173px; }
  /* search */
  .books__list_type-9 .book {
    width: 25%; }
  .book__image-wrap.profile_library_list img {
    min-height: 250px;
    height: 250px;}
  /* editor */
  .editor__content {
    padding-left: 330px; }
  .editor-item__content {
    width: 46%; }
  .editor-item__content_full {
    width: auto; } }

@media screen and (max-width: 1060px) {
  /* book page */
  .books-slider {
    margin: 0 -10px; }
  .books-slider__list:before,
  .books-slider__list:after {
    left: -90px; }
  .books-slider__list:after {
    right: -90px; }
  .books-slider__list .slick-prev {
    left: -12px; }
  .books-slider__list .slick-next {
    right: -11px; }
  .book-item__main {
    padding: 0 10px; } }

@media screen and (min-width: 1025px) {
  /* book page */
  .socials-1__link_small {
    width: 35px;
    height: 35px; }
  .socials-1__link_small:before {
    line-height: 36px; }
  .socials-1__link_small.socials-1__link_icon-2:before {
    left: -0.5px;
    bottom: 0.5px; }
  .socials-1__link_small.socials-1__link_icon-3:before {
    left: 1px; }
  .ie .book-item__content {
    min-height: 151px;
    padding: 10px 0 45px; }
  .ie .book-item__title {
    min-height: 45px;
    padding: 0; }
  .ie .book-item__authors-wrap {
    padding: 0 0 7px; }
  .ie .book-item__authors {
    bottom: auto; }
  .ie .book-item__button {
    position: absolute;
    bottom: 0;
    left: 10px; }
  /* search */
  .books__list_type-9 .book .info-hide {
    right: auto !important;
    left: 0 !important; }
  /* popups */
  .add-message__actions {
    display: none !important; }
  .fancy-popup,
  .popup-top {
    min-height: 0 !important; }
  .photo-slider__fix-2 {
    height: auto !important; } }

@media screen and (min-width: 1061px) {
  /* book page */
  .ie .book-item__button {
    left: 20px; } }

@media screen and (min-width: 1101px) {
  /* book page */
  .ie .book-item__button {
    left: 30px; } }

@media screen and (min-width: 1151px) {
  /* book page */
  .ie .book-item__button {
    left: 40px; } }

@media screen and (min-width: 1251px) {
  /* book page */
  .ie .book-item__button {
    left: 45px; } }

@media screen and (max-width: 1024px) {
  .main-wrap {
    padding: 67px 0 359px; }
  /* text inputs */
  .input-form {
    padding: 0 0 18px; }
  .input-label {
    margin: 0 0 10px;
    font: bold 16px/1.3 Arial, sans-serif; }
  .input-item.active:before {
    top: 17px; }
  .input {
    height: 43px;
    padding: 5px 17px 4px;
    font: 14px/1 Arial, sans-serif; }
  .form-error {
    margin: 6px 0 0; }
  /* buttons */
  .button {
    height: 43px;
    font: 16px/42px Arial, sans-serif;
    border-radius: 22px; }
  .button-plus,
  .button-minus {
    height: 43px;
    font: 16px/43px Arial, sans-serif; }
  .button-pages {
    height: auto;
    padding: 0;
    display: inline-block;
    background: none;
    border-radius: 0;
    font: normal 16px/1.5 Arial, sans-serif;
    letter-spacing: 0.4px;
    text-align: left; }
  .button-pages__cols {
    width: auto;
    display: block; }
  .button-pages__left {
    height: auto;
    display: inline-block;
    vertical-align: top; }
  .button-pages__left:after {
    content: "-";
    margin: 0 0 0 7px; }
  .button-pages__right {
    height: auto;
    display: inline-block;
    vertical-align: top;
    text-align: left; }
  .button-quote {
    width: 100%;
    margin: 0;
    left: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    border-radius: 0;
    font: 16px/45px Arial, sans-serif;
    text-align: center; }
  .button-quote span {
    height: 45px; }
  .button-settings {
    font: 15px/30px Arial, sans-serif; }
  .button-contact {
    font: 15px/30px Arial, sans-serif; }
  .button-load {
    padding: 23px 0 0;
    font: 15px/1 Arial, sans-serif; }
  .button-load:before {
    font: 19px/1 'icons'; }
  /* plugins */
  .select_1 .jq-selectbox__select {
    padding: 0 45px 0 24px; }
  .select_1 .jq-selectbox__select:before {
    top: 21px;
    right: 21px; }
  .select_1 .jq-selectbox li {
    padding: 5px 24px 4px; }
  .select_4 .jq-selectbox__select {
    padding: 0 40px 0 15px; }
  .select_4 .jq-selectbox__select:before {
    right: 16px; }
  .select_4 .jq-selectbox li {
    padding: 5px 15px 4px; }
  .jq-file__browse {
    width: 167px; }
  .tag-editor {
    padding: 14px 5px 2px 15px; }
  /* header */
  .header__main {
    min-height: 67px; }
  .header__left {
    height: 67px;
    padding: 15px 20px 0 0; }

.header-logo::before {
font: 37px/1 'icons'; }

  .header__right {
    height: 67px;
    padding: 15px 0 0; }
  .header-desktop {
    display: none; }
  .header-search {
    width: 45px; }
  .header-search.active .header-search__form {
    width: 400px;
    display: block; }
  .header-search.active .search-results {
    width: 400px; }
  .header-search__mob {
    width: 45px;
    height: 43px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #222;
    text-shadow: 0 0; }
  .header-search__mob:before {
  
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font: 19px/44px 'icons';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center; }
  .header-search__form {
    width: 400px;
    height: 43px;
    display: none; }
  .header-search__button:before {
    font: 19px/44px 'icons'; }
  .search-results {
    width: 400px;
    padding: 0 0 41px; }
  .search-results .mCSB_scrollTools {
    width: 18px; }
  .search-results .mCSB_scrollTools_vertical .mCSB_draggerContainer {
    margin: 10px 0 !important; }
  .search-results__item:first-child .search-results__link {
    padding-top: 0; }
  .search-results__item_author .search-results__left img {
    width: 50px;
    height: 50px; }
  .search-results__item_author:first-child .search-results__left {
    padding-bottom: 10px; }
  .search-results__item_author:first-child .search-results__right {
    padding-bottom: 10px; }
  .search-results__link {
    padding: 0 10px; }
  .search-results__left {
    width: 60px;
    padding-right: 10px; }
  .search-results__left img {
    width: 50px; }
  .search-results__title {
    padding: 0 0 5px;
    font: bold 15px/1.3 Arial, sans-serif; }
  .search-results__title span {
    margin: -1px 0;
    padding: 0 2px 1px; }
  .search-results__author {
    font-size: 14px; }
  .search-results__button span {
    height: 41px;
    font: 15px/40px Arial, sans-serif; }
  .header-user {
    display: none; }
  .header-events__button:before {
    font: 20px/43px 'icons'; }
  .header-search__mob:before {
    font: 19px/41px 'icons'; }
  .tabs-nav-2__link {
    display: none; }
  .header-events__button.header-evt-but-mob {
    margin-left: 10px; }
  .header-mob-wrapp {
    display: inline-block;  }
  .header-mob {
    width: 26px;
    margin: 0 0 0 20px;
    height: 42px;
    padding: 8px 0;
    display: inline-block;
    vertical-align: top;
    position: relative; }
  .header-mob__button {
    width: 26px;
    height: 26px;
    margin: -13px 0 0;
    position: absolute;
    top: 50%;
    left: 0; }
  .header-mob__button span {
    width: 100%;
    position: absolute;
    top: 4px;
    left: 0;
    border-bottom: 3px solid #222;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .header-mob__button span:before,
  .header-mob__button span:after {
    content: "";
    width: 100%;
    margin: 7px 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: 3px solid #222;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .header-mob__button span:after {
    margin: 14px 0 0; }
  .mobile-hide {
    width: 100%;
    max-width: 384px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100;
    background: #fff;
    text-align: left;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .mobile-hide.active {
    right: 0; }
  .mobile-hide__all {
    max-height: 100%;
    padding: 80px 0 0;
    overflow: auto; }
  .mobile-hide__close {
    position: absolute;
    top: 28px;
    right: 13px;
    z-index: 2; }
  .mobile-mask {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(34, 34, 34, 0.37); }
  .header-nav__item {
    margin: 0;
    display: block;
    font-size: 17px; }
  .header-nav__link {
    padding: 10px 20px 9px 65px;
    display: block;
    position: relative;
    border-bottom: 1px solid #e8f3fb; }
  .header-nav__link:before {
    margin: -9px 0 0;
    position: absolute;
    top: 50%;
    left: 29px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1c8fe0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .header-nav__link_icon-1:before {
   content: "\e904"; 
    font: 17px/1 'icons';}
  .hide-cab__icon_my_books:before {
    content: "\e917"; 
    font: 22px/1 'icons';}
  .header-nav__link_icon-2:before {
    content: "\e922";
    margin: -13px 0 0;
    left: 29px;
    font: 22px/1 'icons'; }
  .header-nav__link_icon-3:before {
    content: "\e910";
    margin: -13px 0 0;
    left: 30px;
    font: 25px/1 'icons'; }
  .header-nav__link_icon-4:before {
    content: "\e90a"; 
    font: 17px/1 'icons';}
  .desktop .header-nav__link:hover,
  .desktop .mobile-nav__link:hover,
  .desktop .mobile-nav-in__link:hover {
    background: #1c8fe0;
    color: #fff; }
  .desktop .header-nav__link:hover:before,
  .desktop .mobile-nav__link:hover:before,
  .desktop .mobile-nav-in__link:hover:before {
    color: #fff; }
  .desktop .mobile-nav__link:hover .mobile-nav__name:before {
    border-color: #fff transparent transparent transparent; }
  .desktop .mobile-nav__link_icon-1:hover:before {
    opacity: 0; }
  .desktop .mobile-nav__link_icon-1:hover:after {
    opacity: 1; }
  .mobile-nav__item {
    font-size: 17px; }
  .mobile-nav__item:last-child .mobile-nav__link {
    border: none; }
  .mobile-nav__link {
    padding: 10px 20px 9px 65px;
    display: block;
    position: relative;
    border-bottom: 1px solid #e8f3fb;
    color: #222; }
  .mobile-nav__link:before {
    margin: -12px 0 0;
    position: absolute;
    top: 50%;
    left: 29px;
    font: 23px/1 'icons';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1c8fe0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .mobile-nav__link_icon-1:before {
    content: "";
    width: 19px;
    height: 23px;
    background: url(../img/svg/login-blue.svg) no-repeat;
    -webkit-background-size: 19px 23px;
    background-size: 19px 23px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .mobile-nav__link_icon-1:after {
    content: "";
    width: 19px;
    height: 23px;
    margin: -12px 0 0;
    position: absolute;
    top: 50%;
    left: 29px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url(../img/svg/login-white.svg) no-repeat;
    -webkit-background-size: 19px 23px;
    background-size: 19px 23px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    z-index: 1; }
  .mobile-nav__link_icon-2:before {
    content: "\e91a";
    margin: -8px 0 0;
    left: 31px;
    font-size: 15px; }
  .mobile-nav__link_icon-3:before {
    content: "\e915";
    margin: -10px 0 0;
    left: 33px;
    font-size: 20px;
    text-shadow: 0 0; }
  .mobile-nav__link_icon-4:before {
    font: 19px/1 'fa';
    content: "\f1fa";
    margin: -8px 0 0;
    left: 31px;
    top: 20px;
    font-size: 22px; }
  .mobile-nav__link_icon-5:before {
    content: "\e90f";
    margin: -8px 0 0;
    left: 28px;
    top: 20px;
    font-size: 22px; }
  .mobile-nav__link.active {
    background: #1c8fe0;
    color: #fff; }
  .mobile-nav__link.active:before {
    color: #fff; }
  .mobile-nav__link.active .mobile-nav__name:before {
    border-color: #fff transparent transparent transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .mobile-nav__image {
    width: 36px;
    height: 36px;
    margin: -18px 0 0;
    position: absolute;
    top: 50%;
    left: 21px; }
  .mobile-nav__image img {
    width: 36px;
    height: 36px;
    border-radius: 50%; }
  .mobile-nav__name {
    padding: 0 30px 0 0;
    display: block; }
  .mobile-nav__name:before {
    content: "";
    width: 0;
    height: 0;
    margin: -2px 0 0;
    position: absolute;
    top: 50%;
    right: 24px;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #222 transparent transparent transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .mobile-nav-in {
    display: none; }
  .mobile-nav-in__link {
    padding: 10px 20px 9px 29px;
    display: block;
    border-bottom: 1px solid #e8f3fb;
    color: #222; }
.nav-in__link_icon1:before {
  content: "\e92a";
  font: 22px/1 'icons';
  margin-right: 10px;
  color: #1c8fe0; }
.nav-in__link_icon2:before {
  content: "\e903";
  font: 18px/1 'icons';
  margin-right: 10px;
  color: #1c8fe0; }
.nav-in__link_icon3:before {
  content: "\e91a";
  font: 16px/1 'icons';
  margin-right: 10px;
  color: #1c8fe0; }
.nav-in__link_icon4:before {
  content: "\e92e";
  font: 23px/1 'icons';
  margin-right: 10px;
  color: #1c8fe0; }
.nav-in__link_icon5:before {
  content: "\e930";
  font: 23px/1 'icons';
  margin-right: 10px;
  color: #1c8fe0; }
.nav-in__link_icon6:before {
  content: "\e931";
  font: 23px/1 'icons';
  margin-right: 10px;
  color: #1c8fe0; }
.nav-in__link_icon7:before {
  content: "\e932";
  font: 21px/1 'icons';
  margin-right: 10px;
  color: #1c8fe0; }
  /* footer */
  .footer__top {
    min-height: 203px; }
  .footer__right-top {
    width: 292px;
    padding: 36px 112px 25px 0; }
  .footer-nav {
    min-height: 124px;
    padding: 0 0 8px; }
  .footer-nav__item {
    width: 20%; }
  .footer-nav__item:nth-child(3n-1) {
    width: 20%; }
  .footer-socials__label {
    width: 28.5%; }
  .footer-age {
    margin: 0 0 18px;
    font: 11px/1.4 Arial, sans-serif; }
  .footer-age:before,
  .footer-age:after {
    top: -5px; }
  /* book page */
  .page {
    padding-top: 39px;
    padding-bottom: 58px; }
  .page__cols {
    width: auto;
    display: block;
    position: relative; }
  .page__left {
    display: block; }
  .page__right {
    width: 304px;
    padding: 5px 0 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
  .page__top {
    max-width: 100%;
    position: relative; }
  .page__top .seo {
    max-width: 100%; }
  .page__tablet {
    min-height: 341px;
    padding: 0 324px 0 0; }
  .js-from-1,
  .js-from-2,
  .js-from-3,
  .js-from-4,
  .js-from-5,
  .book-sidebar,
  .image-1 {
    display: none; }
  .book-image img {
    max-height: 341px; }
  .main-info {
    padding: 0 0 11px; }
  .main-info__title {
    padding: 0 0 4px;
    font-size: 22px; }
  .book-info__text {
    padding: 5px 0 10px; }
  .tags {
    padding: 0; }
  .tags__title {
    padding: 0 0 14px; }
  .book-actions {
    margin: 0 -15px 0 0;
    padding: 0 0 7px; }
  .book-actions__button {
    min-width: 249px;
    margin: 0 15px 7px 0;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top; }
  .download {
    padding: 0 0 17px; }
  .download__title {
    padding: 0 0 9px;
    font: bold 15px/1.4 Arial, sans-serif; }
  .download__link {
    width: 82px; }
  .seo {
    padding: 0 0 32px; }
  .seo.active .seo__more {
    margin: 2px 0 0;
    display: inline-block;
    vertical-align: top; }
  .seo.active .seo__mob {
    overflow: hidden; }
  .seo.active .seo__mob:before {
    content: "";
    width: 100%;
    height: 73px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(#ffffff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #ffffff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #ffffff 100%); }
  .seo.opened .seo__mob {
    max-height: 5000px;
    overflow: visible; }
  .seo.opened .seo__mob:before {
    display: none; }
  .seo.opened .seo__more {
    display: none; }
  .seo:last-child {
    padding: 0 0 10px;
    font-size: 15px;
    line-height: 1.6; }
  .seo:last-child h2,
  .seo:last-child h3,
  .seo:last-child h4 {
    padding: 0 0 10px; }
  .seo h2,
  .seo h3,
  .seo h4 {
    padding: 0 0 8px;
    font-size: 15px; }
  .seo__mob {
    max-height: 127px;
    position: relative; }
  .mobile-book {
    padding: 0 0 25px;
    display: block; }
  .mobile-book__button {
    width: 100%;
    height: 43px;
    margin: 0 0 15px;
    padding: 0 43px 0 52px;
    display: block;
    position: relative;
    background: #f4f4f4;
    font: 15px/43px Arial, sans-serif;
    color: #222; }
  .mobile-book__button:before {
    content: "\e914";
    margin: -12px 0 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font: 23px/1 'icons';
    position: absolute;
    top: 50%;
    left: 19px;
    color: #b8b8b8; }
  .mobile-book__button:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    border-style: solid;
    border-width: 6px 4.5px 0 4.5px;
    border-color: #222 transparent transparent transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .mobile-book__button.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .mobile-book__hide {
    margin: 0 0 -5px;
    display: none; }
  .stats {
    max-width: 100%;
    margin: 0 0 -7px;
    padding: 0; }
  .stats__buttons .button-like {
    margin: 0;
    padding: 5px 0;
    background: none;
    border-radius: 0;
    color: #1c8fe0; }
  .stats__buttons .button-like:before {
    left: 0;
    color: #bde2fd; }
  .button-like.false:before {
    color: #1872b2; }
  .stats__buttons .button-like__text {
    width: 132px;
    height: auto;
    padding: 0 11px 0 0;
    text-align: right; }
.stats__buttons .button-like__count {
  width: auto;
  height: auto;
  padding: 0;
  text-align: left;
  border: none;
  color: #222; }
.desktop .stats__buttons .button-like:hover {
  color: #1872b2;
  background: none; }
.desktop .stats__buttons .button-like:hover:before {
  color: #1872b2; }
.stats__cols {
  padding: 0 0 6px; }
.profile-stats-left {
  position: absolute;
  top: 87px;
  left: 0; }
.stats__left {
  width: auto;
  margin: 0 5px 7px 0;
  display: inline-block;
  vertical-align: top;
  position: relative; }
.stats__right {
  margin: 0 0 7px;
  display: inline-block;
  vertical-align: top; }
.rating-info {
  width: 122px;
  height: 83px; }
.star_block .rating-info {
  margin: 0 auto; }
.star_block .rating-info__button .rating-info__label {
  display: none; }
.rating-info__button {
  width: 122px;
  height: 83px;
  background: #f4f4f4; }
.rating-info__label {
  padding-top: 1px;
  font-size: 15px; }
  .rating-hide {
    top: 72px;
    right: auto;
    left: 0; }
  .rating-numbers {
    width: auto;
    min-width: 118px;
    height: auto;
    min-height: 83px;
    position: static;
    padding: 7px 18px 0 17px;
    background: #f4f4f4; }
  .rating-numbers__list {
    text-align: left; }
  .rating-numbers__list:after {
    display: none; }
  .rating-numbers__item {
    padding: 0 0 2px 34px;
    display: block; }
  .rating-numbers__icon_3 {
    left: 2px; }
  .book-about {
    padding: 0;
    text-align: left; }
  .book-about__pages {
    margin: 0 0 5px;
    position: relative;
    bottom: 2px; }
  .book-about__write {
    display: none; }
  .book-chars {
    padding: 0;
    font: normal 16px/1.5 Arial, sans-serif;
    letter-spacing: 0.4px; }
  .book-chars__item {
    padding: 0 0 7px; }
  .book-socials {
    padding: 0;
    font: normal 16px/1.5 Arial, sans-serif;
    letter-spacing: 0.4px; }
  .book-socials .socials-1__item {
    padding: 0 3px 5px; }
  .book-socials__label {
    padding: 8px 8px 0 0; }
  .image-2 {
    display: none; }
  .image-3 {
    margin: 0 0 25px;
    display: block; }
  .best-books {
    margin: 0 -2px 0 0;
    padding: 0 0 14px; }
  .best-books__title {
    padding: 0 0 19px; }
  .books-slider {
    margin: 0 -17px 0 0;
    padding: 0;
    overflow: visible; }
  .books-slider__list {
    padding: 0; }
  .books-slider__list:before,
  .books-slider__list:after {
    display: none; }
  .books-slider__list.slick-fix {
    margin-right: -14px; }
  .book-item {
    width: 25%;
    margin: 0 -4.5px 0 0;
    display: inline-block;
    vertical-align: top; }
  .book-item__main {
    padding: 0 20px 20px 0; }
  .book-item__content {
    min-height: 0;
    padding: 17px 0 0;
    display: block; }
  .book-item__title {
    padding: 0 0 2px;
    font: bold 15px/1.25 Arial, sans-serif;
    letter-spacing: 0.35px; }
  .book-item__authors-wrap {
    padding: 0;
    position: relative; }
  .book-item__authors {
    bottom: auto; }
  .book-item__image img {
    max-height: 500px; }
  .book-item__button-wrap {
    display: none; }
  .more-mob {
    position: relative;
    bottom: 9px;
    display: block;
    text-align: center; }
  .more-mob_last {
    padding: 0 0 20px; }
  .more-mob__button {
    font: normal 16px/1.5 Arial, sans-serif;
    letter-spacing: 0.4px;
    color: #1872b2; }
  .books {
    padding: 0;
    z-index: auto; }
  .books .more-mob {
    bottom: 13px; }
  .books__title {
    padding: 0 0 15px;
    text-align: left; }
  .books__list {
    margin: 0 -20px 0 0; }
  .book {
    width: 50%;
    margin: 0 -4.5px 0 0;
    padding: 0 20px 0 0;
    display: inline-block;
    vertical-align: top; }
  .book .rating {
    margin: 7px 0 7px 14px; }
  .book__left {
    width: 152px;
    padding: 3px 2px 30px 0; }
  .book__right {
    padding: 0 0 30px 0; }
  .book__all {
    min-height: 0;
    padding: 0; }
  .book__title {
    min-height: 0; }
  .book__authors-wrap {
    width: auto;
    display: block;
    margin: 0 0 -11px;
    padding: 0 0 11px; }
  .book__authors {
    height: auto;
    display: block;
    vertical-align: top; }
  .book__hide-1 {
    display: none; }
  .book__hide-2 {
    display: block; }
  .authors-hide {
    margin: 5px 0 0; }
  .authors-hide__item_hide {
    display: block; }
  .show-more {
    width: 25px;
    height: 41px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .comments {
    padding: 0 0 37px; }
  .all-comments {
    padding: 0 0 9px; }
  .all-comments__title {
    padding: 0 0 14px;
    font: bold 19px/1.35 Arial, sans-serif; }
  .all-comments__bottom {
    padding: 10px 0; }
  .all-comments__button {
    min-width: 208px; }
  .comment__main {
    margin: 0 0 10px;
    padding: 17px 20px 18px;
    position: relative; }
  .comment__main-wrap.active .comment__top {
    padding: 0 0 3px; }
  .comment__textarea-wrap {
    margin: 0 0 0 5px; }
  .comment__textarea-wrap:before {
    top: 24px;
    border-width: 4px 14px 4px 0; }
  .comment__textarea-wrap:after {
    top: 23px;
    border-width: 5px 15px 5px 0; }
  .comment__textarea {
    height: 86px;
    min-height: 86px;
    margin: 0 0 11px;
    padding: 11px 13px; }
  .comment__button {
    min-width: 117px;
    padding-left: 24px;
    padding-right: 24px; }
  .comment__top {
    width: 100%;
    display: table;
    table-layout: fixed;
    min-height: 0;
    padding: 0 0 10px;
    position: static; }
  .comment__photo-wrap {
    width: 84px;
    display: table-cell;
    vertical-align: top; }
  .comment__photo {
    width: 65px;
    height: 65px;
    position: static;
    display: block;
    background: url(../img/svg/nonephoto.svg) no-repeat;
    -webkit-background-size: 65px 65px;
    background-size: 65px 65px; }
  .comment__col {
    padding: 0 0 14px; }
  .comment__text {
    max-width: 100%;
    min-height: 0;
    padding: 0 0 12px; }
  .comment__left {
    display: none; }
  .comment__right {
    height: 26px; }
  .comment__action {
    position: relative;
    z-index: 1; }
  .comment__action:last-child {
    margin-right: 0; }
  .comment__reponse {
    padding: 0 0 0 100px; }
  .comment__likes {
    width: 100%;
    padding: 0 20px 17px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left; }
  .comment__complaint_hide {
    display: none; }
  .comment__max {
    margin: 0 0 13px; }
  .comment__max .comment__text {
    min-height: 0; }
  .comment__max.active {
    margin: 0; }
  .comment__max.active .comment__more {
    margin: 0; }
  .comment-mob {
    display: inline-block;
    vertical-align: top;
    position: relative;
    bottom: 6px;
    right: -10px; }
  .comment-mob .button-dots:before,
  .comment-mob .button-dots:after,
  .comment-mob .button-dots span {
    background: #b8b8b8; }
  .actions-hide {
    width: 143px;
    margin: -4px 0 0;
    padding: 8px 0 7px;
    display: none;
    position: absolute;
    top: 100%;
    right: -10px;
    z-index: 10;
    background: #fff;
    border-radius: 2px;
    text-align: left;
    -webkit-box-shadow: 0 0 38px rgba(34, 34, 34, 0.1);
    box-shadow: 0 0 38px rgba(34, 34, 34, 0.1); }
  .actions-hide:before {
    content: "";
    width: 0;
    height: 0;
    margin: 0 0 -1px;
    position: absolute;
    bottom: 100%;
    right: 16px;
    border-style: solid;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent #fff transparent; }
  .actions-hide__link {
    padding: 0.5px 15px;
    display: block;
    color: #222; }
  .likes__item {
    padding: 0 27px 0 0; }
  .likes__action {
    padding: 0 0 0 27px;
    font: normal 14px/1.45 Arial, sans-serif;
    letter-spacing: 0.35px; }
  .likes__action:before {
    top: -5px;
    left: 0;
    font: 19px/1 'icons'; }
  .likes__action_icon-2:before {
    top: 1px;
    left: 2px; }
  .add-comment {
    margin: 0;
    padding: 19px 40px 10px; }
  .add-comment .textarea {
    height: 123px;
    min-height: 123px; }
  .add-comment .input-form {
    padding: 0 0 17px; }
  .add-comment .input-label {
    margin: 0 0 8px;
    font: bold 16px/1.3 Arial, sans-serif; }
  .add-comment__bottom {
    padding: 10px 0 17px; }
  .add-comment__captcha img {
    max-width: 257px; }
  .add-comment__button {
    min-width: 186px; }
  /* reading page */
  .reading {
    padding-top: 34px;
    padding-bottom: 52px; }
  .reading__content {
    padding: 2px 0 0;
    text-align: center; }
  .reading__head {
    padding: 0 0 18px; }
  .reading__left-wrap {
    width: auto;
    margin: 0;
    float: none; }
  .reading__left {
    margin: 0; }
  .reading__right {
    width: auto;
    padding: 0 0 20px;
    float: none; }
  .reading__pages {
    padding: 0 0 2px;
    font: normal 15px/1.5 Arial, sans-serif;
    letter-spacing: 0.35px; }
  .reading__content h1 {
    padding: 18px 0 3px;
    font: bold 18px/1.35 Arial, sans-serif;
    letter-spacing: 0.5px; }
  .reading__content h2 {
    padding: 0 0 18px;
    font: bold 16px/1.3 Arial, sans-serif;
    letter-spacing: 0.1px; }
  .reading__content h3 {
    padding: 0 0 20px;
    font: bold 16px/1.3 Arial, sans-serif;
    letter-spacing: 0.1px; }
  .reading__content h4 {
    padding: 0 0 20px; }
  .reading__text {
    padding: 0 0 43px; }
  .reading__text h1,
  .reading__text h2,
  .reading__text h3,
  .reading__text h4 {
    text-align: center; }
  .reading__authors {
    display: none; }
  .page-nav {
    padding: 0 0 12px; }
  .page-nav-1 {
    padding: 0 0 1px; }
  .page-nav-1_all .page-nav-1__button {
    width: 100px;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
    text-indent: -9999px; }
  .page-nav-1_all .page-nav-1__button:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font: 28px/41px 'fa';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    text-indent: 0; }
  .page-nav-1_all .page-nav-1__item:first-child .page-nav-1__button:before {
    content: "\f104";
    left: -1px; }
  .page-nav-1_all .page-nav-1__item:last-child .page-nav-1__button:before {
    content: "\f105";
    left: 1px; }
  .reading-end {
    padding: 0 0 38px; }
  .reading-end .book-socials {
    position: relative;
    right: auto;
    text-align: center; }
  .reading-end .book-socials__label {
    padding: 7px 2px 0 0;
    font: normal 15px/1.5 Arial, sans-serif;
    letter-spacing: 0.35px; }
  .reading-end .socials-1__item {
    padding-right: 0; }
  .reading-end .socials-1__link_small {
    width: 35px;
    height: 35px; }
  .reading-end .socials-1__link_small:before {
    line-height: 36px; }
  .reading-end .socials-1__link_small.socials-1__link_icon-2:before {
    left: -0.5px;
    bottom: 0.5px; }
  .reading-end .socials-1__link_small.socials-1__link_icon-3:before {
    left: 1px; }
  .reading-end .download {
    max-width: 264px;
    padding: 0 0 3px; }
  .reading-end .download__title {
    padding: 0 0 9px 20px; }
  .reading-end .download__item {
    width: 33.333%; }
  .reading-end__title {
    max-width: 360px;
    padding: 0 0 17px;
    font: bold 16px/1.3 Arial, sans-serif;
    letter-spacing: 0.1px; }
  .reading-end__content {
    max-width: 396px;
    padding: 18px 0 22px; }
  .end-buttons {
    max-width: 220px;
    padding: 17px 0 2px; }
  .end-buttons__item {
    width: auto;
    margin: 0;
    padding: 0 0 10px;
    display: block; }
  /* genres */
  .genres {
    padding-top: 38px;
    padding-bottom: 50px; }
  .genres__cols {
    width: auto;
    display: block; }
  .genres__left {
    padding: 0;
    display: block; }
  .genres__right {
    width: auto;
    display: block; }
  .genres__right .books__title {
    font: bold 20px/1.2 Arial, sans-serif; }
  .all-genres {
    max-width: 200%;
    margin: 0 -20px 0 0;
    padding: 0; }
  .all-genres__title {
    padding: 0 0 22px;
    font: bold 18px/1.35 Arial, sans-serif;
    letter-spacing: 0.5px; }
  .genre {
    padding: 0 20px 32px 0; }
  .genre.active .genre__item {
    display: block; }
  .genre.active .genre__more span:first-child {
    display: none; }
  .genre.active .genre__more span:last-child {
    display: inline; }
  .genre__list {
    padding: 0 0 8px; }
  .genre__item {
    padding: 0 0 3px;
    display: block; }
  .genre__item:nth-child(1),
  .genre__item:nth-child(2),
  .genre__item:nth-child(3),
  .genre__item:nth-child(4),
  .genre__item:nth-child(5) {
    display: block; }
  .genre__more {
    padding: 0 18px 0 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #1c8fe0;
    letter-spacing: 0.35px; }
  .genre__more:before {
    content: "\f107";
    margin: -8px 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    font: 16px/1 'fa';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .genre__more span:last-child {
    display: none; }
  .books__scroll {
    margin: 0 -20px; }
  .books__scroll .mCSB_scrollTools_horizontal {
    margin: 0 20px !important;
    bottom: 40px !important; }
  .books__list_type-3 {
    margin: 0 -18px 0 0;
    padding: 0 20px; }
  .books__list_type-3 .book {
    width: 16.666%;
    margin: 0 -4.5px 0 0;
    padding: 0 20px 59px 0; }
  .books__list_type-3 .book:last-child .info-hide {
    left: auto;
    right: 0; }
  .books__list_type-3 .book__cols {
    width: auto;
    display: block; }
  .books__list_type-3 .book__left {
    width: auto;
    padding: 0;
    display: block; }
  .books__list_type-3 .book__right {
    padding: 7px 0 0;
    display: block; }
  .books__list_type-3 .book__all {
    min-height: 0; }
  .books__list_type-3 .book__text {
    display: none; }
  .books__list_type-3 .book__title {
    max-width: 100%;
    min-height: 40px;
    padding: 0;
    font: bold 14px/1.25 Arial, sans-serif; }
  .books__list_type-3 .book__title .book__link {
    display: block; }
  .books__list_type-3 .book__top {
    padding: 0; }
  .books__list_type-3 .book__authors-wrap {
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 0 0 2px; }
  .books__list_type-3 .book__authors {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 2px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 14px/1.25 Arial, sans-serif; }
  .books__list_type-3 .book .rating {
    margin: 0;
    bottom: auto;
    font-size: 14px; }
  .books__list_type-3 .item-info {
    display: block; }
  .popular_books_left img {
    height: 220px; }
  /* genres */
  .genre-category {
    padding: 1px 0 12px; }
  .genre-category__title {
    padding: 0 0 18px; }
  .genre-category__bottom {
    padding: 3px 0 20px;
    bottom: auto; }
  .genre-category__button {
    height: 46px;
    line-height: 44px; }
  .books__list_type-4 {
    margin: 0 -18px 0 0; }
  .books__list_type-4 .book {
    width: 20%;
    padding: 0 20px 27px 0; }
  .books__list_type-4 .book:nth-child(6n) .info-hide {
    right: auto;
    left: 0; }
  .books__list_type-4 .book:nth-child(5n) .info-hide {
    left: auto;
    right: 0; }
  .books__list_type-4 .book__title {
    min-height: 40px;
    font: bold 14px/1.25 Arial, sans-serif;
    letter-spacing: 0.3px; }
  .books__list_type-4 .book__authors-wrap {
    padding: 0 0 2px; }
  .books__list_type-4 .book__authors {
    padding: 0 0 2px;
    font: 14px/1.25 Arial, sans-serif; }
  /* authors */
  .panel {
    padding: 4px 0 24px; }
  .panel__right {
    width: 354px; }
  .authors {
    padding: 0 0 35px; }
  .authors__title {
    padding: 0 0 17px; }
  .authors__right {
    padding: 8px 0 0; }
  .authors__top .authors__title {
    padding: 0; }
  .authors__bottom {
    padding: 15px 0 0; }
  .authors__button {
    height: 47px;
    line-height: 46px; }
  .authors-slider {
    margin: 0 -20px;
    white-space: nowrap; }
  .authors-slider .mCSB_scrollTools_horizontal {
    margin: 0 20px !important;
    bottom: 0 !important; }
  .authors-slider__list {
    padding: 0 0 30px 20px; }
  .authors-slider__list .author {
    width: 182px;
    padding: 0 14px 0 0;
    display: inline-block;
    vertical-align: top;
    white-space: normal; }
  .authors-slider__list .author:last-child {
    width: 187px;
    padding: 0 19px 0 0; }
  .authors-slider__list .author__main {
    margin: 0;
    padding: 11px 8px; }
  .authors-slider__list .author__image {
    width: 64px;
    height: 64px;
    margin: 0 auto 14px;
    background: url(../img/svg/nonephoto-grey.svg) no-repeat;
    -webkit-background-size: 64px 64px;
    background-size: 64px 64px; }
  .authors-slider__list .author__title {
    min-height: 44px;
    padding: 0 0 6px;
    font: bold 15px/1.25 Arial, sans-serif;
    letter-spacing: 0.3px; }
  .authors-slider__list .author-stats {
    padding: 0;
    font-size: 14px; }
  .authors-slider__list .author-stats__item {
    margin: 0 4px 3px;
    padding: 0 0 0 22px; }
  .authors-slider__list .author-stats__item:first-child {
    right: auto; }
  .authors-slider__list .author-stats__link {
    border: none;
    bottom: auto; }
  .authors-slider__list .author-stats__link span {
    display: none; }
  .author__button {
    display: none; }
  .look {
    display: none; }
  .authors__list {
    margin: 0 0 -150px;
    padding: 0 0 150px;
    overflow: hidden;
    position: relative; }
  .authors__list:before {
    display: none; }
  .authors__list .author {
    width: auto;
    min-height: 100px;
    margin: 0;
    padding: 15px 0 15px 104px;
    display: block;
    position: relative;
    border-top: 1px solid #f4f4f4; }
  .authors__list .author:before {
    content: "";
    width: 110px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: #fff; }
  .authors__list .author:first-child {
    border-top: none; }
  .authors__list .author__main {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    border: none !important;
    text-align: left; }
  .authors__list .author__content {
    width: 43.36%;
    padding: 26px 15px 0 0;
    display: table-cell;
    vertical-align: top;
    position: relative;
    z-index: 4; }
  .authors__list .author__content:before {
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff; }
  .authors__list .author__image {
    width: 80px;
    height: 80px;
    margin: 0;
    position: absolute;
    top: 20px;
    left: -104px;
    z-index: 5;
    background: url(../img/svg/nonephoto-grey.svg) no-repeat;
    -webkit-background-size: 80px 80px;
    background-size: 80px 80px; }
  .authors__list .author__title {
    min-height: 0;
    padding: 0 0 11px;
    position: relative;
    font: bold 15px/1.25 Arial, sans-serif;
    letter-spacing: normal; }
  .authors__list .author-stats {
    margin: 0;
    padding: 0 0 6px;
    position: relative;
    text-align: left; }
  .authors__list .author-stats__item {
    margin: 0 0 3px; }
  .authors__list .author-stats__item:first-child {
    min-width: 94px;
    right: auto; }
  .authors__list .top-books {
    width: 56.64%;
    display: table-cell;
    vertical-align: top; }
  .categories {
    display: none; }
  .top-books {
    margin: 0;
    padding: 0; }
  .top-books__title {
    display: none; }
  .top-slider__list {
    padding: 0 20% 0 0;
    white-space: nowrap; }
  .top-slider__list .slick-prev {
    display: none !important; }
  .top-slider__list .slick-next {
    display: none !important; }
  .top-slider__list .adult-icon {
    display: none; }
  .top-slider__list .book {
    padding: 0 20px 0 0; }
  .top-slider__list .book .rating {
    display: none; }
  .top-slider__list .book__image-wrap {
    margin: 0; }
  .top-slider__list .book__title {
    display: none; }
  .top-slider__list .item-info {
    display: block; }
  /* about us */
  .about-us {
    padding-top: 39px;
    padding-bottom: 50px; }
  .about-us__cols {
    width: auto;
    display: block; }
  .about-us__left {
    padding: 0 0 23px;
    display: block; }
  .about-us__right {
    width: auto;
    padding: 0;
    display: block;
    overflow: hidden; }
  .about-us__image {
    width: 50%;
    padding: 0 10px 20px 0;
    float: left; }
  .about-us__image:nth-child(2n) {
    padding: 0 0 20px 10px; }
  .article {
    max-width: 100%; }
  .article h1,
  .article h2,
  .article h3 {
    padding: 0 0 9px; }
  .article h4 {
    padding: 0 0 9px; }
  .article p {
    padding: 0;
    text-indent: 33px; }
  .article ul,
  .article ol {
    padding: 0; }
  .image-4 {
    height: 90px;
    margin: 0 0 40px; }
  /* contacts */
  .contacts {
    padding-top: 39px;
    padding-bottom: 50px; }
  .contacts .article p {
    text-indent: 0; }
  .contacts__cols {
    width: auto;
    display: block; }
  .contacts__left {
    padding: 0;
    display: block; }
  .contacts__right {
    width: auto;
    padding: 0 0 20px;
    display: block; }
  .contacts-info {
    margin: 0 0 -2px;
    padding: 13px 0 0; }
  .contacts-info a {
    color: #222; }
  .contacts-info a[href*="tel"] {
    color: #1872b2;
    border-bottom: 1px dashed #1872b2; }
  .desktop .contacts-info a[href*="tel"]:hover {
    color: #1c8fe0;
    border-color: #1c8fe0; }
  .contacts-info__item {
    margin: 0 0 9px; }
  .contacts-socials {
    padding: 0 0 15px; }
  .contacts-socials__label {
    padding: 10px 14px 0 0;
    display: inline-block;
    vertical-align: top; }
  #map {
    height: 200px; }
  /* books */
  .books-page {
    padding-top: 38px;
    padding-bottom: 6px; }
  .books-block {
    padding-bottom: 54px; }
  .books-block .books__list_type-4 .book:nth-child(11),
  .books-block .books__list_type-4 .book:nth-child(12) {
    display: inline-block; }
  .books-block .panel-select__label {
    padding: 0 28px 0 0;
    font: 15px/27px Arial, sans-serif; }
  .books-block__title {
    padding: 1px 0 18px; }
  .books-block__bottom {
    padding: 3px 0 30px;
    bottom: auto; }
  .books-block__button {
    height: 47px;
    line-height: 46px; }
  .books-block__scroll {
    overflow: auto; }
  .books-block__scroll,
  .best-sells__scroll {
    margin: 0 -20px -50px; }
  .books-block__scroll .mCSB_scrollTools_horizontal,
  .best-sells__scroll .mCSB_scrollTools_horizontal {
    margin: 0 20px !important;
    bottom: 32px !important; }
  .best-sells {
    margin: 4px 0 33px;
    padding: 15px 0 47px; }
  .best-sells__title {
    padding: 0 0 18px; }
  .best-sells__title span {
    padding: 0 27px 0 0; }
  .books-top {
    width: auto;
    padding: 0;
    display: block; }
  .books-top__left {
    display: none; }
  .books-top__right {
    padding: 0;
    display: block;
    vertical-align: top; }
  .books-top__scroll_arrows {
    position: relative; }
  .books__list_type-7 .book {
    width: 150px;
    margin: 0 -4.5px 0 0;
    padding: 0 20px 0 0;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    overflow: visible; }
  .books__list_type-7 .book:first-child {
    /* width:150px; height:auto; margin:0 -4.5px 0 0; padding:0 20px 0 0; .ib; .rel; top:auto; left:auto; */
    display: none; }
  .books__list_type-7 .book:nth-child(13n) .info-hide,
  .books__list_type-7 .book:nth-child(13n-1) .info-hide,
  .books__list_type-7 .book:nth-child(13n-6) .info-hide,
  .books__list_type-7 .book:nth-child(13n-7) .info-hide {
    left: 0;
    right: auto; }
  .books__list_type-7 .rating,
  .books__list_type-7 .book__top,
  .books__list_type-7 .book__title {
    display: block; }
  .books__list_type-7 .book__image-wrap,
  .books__list_type-7 .book__image,
  .books__list_type-7 .book__image img {
    height: auto; }
  .books__list_type-8 {
    margin: 0;
    padding: 0 20px 50px;
    white-space: nowrap;
    overflow: visible; }
  .books__list_type-8 .book {
    width: 150px;
    margin: 0 -4.5px 0 0;
    padding: 0 20px 0 0;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    opacity: 1; }
  .books__list_type-8 .book .rating {
    margin: 0;
    bottom: auto;
    font-size: 14px; }
  .books__list_type-8 .book:last-child .info-hide {
    left: auto;
    right: 0; }
  .books__list_type-8 .book__image-wrap {
    margin: 0 0 7px; }
  .books__list_type-8 .book__title {
    max-width: 145px;
    min-height: 40px;
    padding: 0;
    font: bold 14px/1.25 Arial, sans-serif;
    letter-spacing: normal; }
  .books__list_type-8 .book__title .book__link {
    display: block; }
  .books__list_type-8 .book__top {
    padding: 0; }
  .books__list_type-8 .book__authors-wrap {
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 0 0 2px; }
  .books__list_type-8 .book__authors {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 2px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 14px/1.25 Arial, sans-serif; }
  .books__list_type-8 .item-info {
    display: block; }
  .books__list_type-8 .book__hide-1 {
    display: none; }
  .books__list_type-8 .book__hide-2 {
    display: block; }
  .books__list_type-8 .authors-hide__item_hide {
    display: block; }
  /* recovery */
  .recovery {
    padding-top: 39px;
    padding-bottom: 90px; }
  .recovery .input-form {
    padding: 0 0 26px; }
  .recovery .input-label {
    margin: 0 0 9px;
    font: bold 17px/1.3 Arial, sans-serif; }
  .recovery .input {
    height: 45px;
    padding: 5px 17px 4px;
    font: 14px/1 Arial, sans-serif; }
  .recovery__form {
    max-width: 394px; }
  .recovery__success {
    max-width: 394px; }
  .recovery__button {
    height: 46px;
    margin: 4px 0 0;
    line-height: 44px; }
  .recovery__text {
    padding: 0 0 20px; }
  /* search page */
  .search-page {
    padding-top: 42px;
    padding-bottom: 80px; }
  .search-page .tags__list {
    margin: 0 -10px 0 0; }
  .search-page .tags__item {
    margin: 0 5px 10px 0; }
  .search-page__right-wrap {
    display: none; }
  .search-page__left-wrap {
    width: auto;
    margin: 0;
    float: none; }
  .search-page__left {
    margin: 0; }
  .search-page__left .books__bottom {
    max-width: 100%; }
  .search-page__title {
    padding: 0 0 15px; }
  .search-page__results {
    padding: 0 0 4px; }
  .books__bottom {
    padding: 2px 0 30px;
    bottom: auto; }
  .books__more {
    height: 47px;
    line-height: 46px; }
  .books__list_type-9 {
    max-width: 200%; }
  /* editor */
  .editor {
    padding-top: 38px;
    padding-bottom: 45px; }
  .editor__content {
    min-height: 0;
    padding: 0 0 26px; }
  .editor__text {
    padding: 0 0 20px; }
  .editor-item {
    width: auto;
    display: block;
    padding: 0 0 11px; }
  .editor-item_fixed {
    padding: 0 0 10px; }
  .editor-item__left {
    width: auto;
    padding: 0 0 3px;
    display: block; }
  .editor-item__left_hide {
    display: none; }
  .editor-item__label {
    font: bold 16px/1.35 Arial, sans-serif; }
  .editor-item__input {
    height: 45px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px; }
  .editor-item__content {
    width: auto;
    max-width: 435px;
    padding: 0 0 7px;
    display: block;
    text-align: left; }
  .editor-item__content_full {
    max-width: 100%; }
  .editor-item__right {
    padding: 0;
    display: block; }
  .editor-item__radio {
    margin: 0 0 -6px;
    padding: 1px 0 0; }
  .editor-item__radio_fixed {
    padding: 1px 0 10px; }
  .editor-item__textarea {
    height: 165px;
    min-height: 165px;
    padding: 13px 14px 26px; }
  .editor-item__textarea_size-1 {
    height: 330px;
    min-height: 330px; }
  .cover {
    width: 238px;
    margin: 0 0 15px;
    position: relative;
    top: auto;
    left: auto; }
  .cover__button_border span {
    border: none; }
  .cover__empty {
    height: 299px;
    padding: 41px 0 0; }
  .cover__empty:before {
    width: 133px;
    height: 167px;
    margin: 0 0 0 -66.5px;
    bottom: 45px;
    background: url(../img/svg/no-cover-grey.svg) no-repeat;
    -webkit-background-size: 133px 167px;
    background-size: 133px 167px; }
  .cover__text {
    max-width: 140px;
    margin: auto;
    display: block;
    font: 15px/1.35 Arial, sans-serif; }
  .tabs-1 {
    padding: 0; }
  .tabs-1 .editor-item__label {
    font-weight: normal; }
  .tabs-nav-1 {
    margin: 0 0 30px; }
  .chapter {
    margin: 0;
    padding: 0;
    bottom: 3px; }
  .chapter__item {
    padding: 0 0 8px; }
  .chapter__title {
    min-width: 198px;
    padding: 0 10px 0 0;
    bottom: 1px;
    font: bold 16px/1.35 Arial, sans-serif;
    letter-spacing: normal; }
  .chapter__edit {
    min-height: 20px; }
  .chapter__edit span {
    display: none; }
  .editor-end {
    max-width: 350px;
    margin: auto;
    padding: 3px 0 30px;
    text-align: center; }
  .editor-end__button {
    min-width: 230px;
    height: 45px;
    margin: 0 0 15px;
    line-height: 44px; }
  .editor-end__add {
    margin: 0 0 15px; }
  .editor-submit__button {
    height: 45px;
    margin: 10px 0 50px;
    line-height: 44px; }
  /* profile */
.profile-image {
  height: 150px; 
  margin-bottom: 25px; }
.profile-image__change {
  padding: 48px 0 0; }
.profile-info .profile-info__cols .block-main-person .profile-photo {
  top: 10px; }
.profile-photo__main {
  width: 95px;
  height: 95px; }
.profile-photo__change {
  padding: 38px 0 0; }
.profile-photo__change .button-load {
  position: relative;
  right: 7px; }
.profile-photo__change .button-load span {
  display: none; }
.profile-info {
  padding-bottom: 10px; }
.rewards {
  width: 47.66%;
  padding: 29px 0 0 12px;
  text-align: right; }
.rewards__label {
  display: none; }
.rewards__item {
  padding: 0 4px 5px 0; }
.rewards__icon {
  width: 40px;
  height: 40px; }
.rewards__icon:before {
  font: 14px/40px 'icons'; }
.rewards__icon_2:before {
  font-size: 22px; }
.rewards__icon_3:before {
  font-size: 22px; }
.rewards__icon_4:before {
  font-size: 24px;
  line-height: 42px; }
.character {
  width: 52.34%;
  padding: 0 20px 15px 0; }
.character__save {
  height: 40px;
  margin: 2px 0 5px;
  padding: 0 16px;
  font: 15px/38px Arial, sans-serif; }
.character__edit {
  margin: 0 0 17px; }
.chars__text span {
  display: none; }
.datepicker {
  max-width: 361px; }
.profile-text {
  width: 47.66%; }
.profile-text__textarea {
  min-width: 100%;
  max-width: 100%; }
.profile-text__content {
  max-width: 100%; }
.notice {
  margin: 2px 14px 5px 0; }
.notice_author.fixed {
  margin-bottom: 5px; }
.notice__add {
  height: 43px;
  padding: 0 16px;
  font: 16px/40px Arial, sans-serif; }
.notice-hide {
  margin-left: 0 !important;
  left: 0 !important; }
.tabs-2 {
  padding-bottom: 70px; }
.tabs-nav-2__item {
  width: auto !important;
  float: none;
  text-align: left;
  position: relative; }
.tabs-nav-2__item:last-child .tabs-nav-2__link:before {
  display: none; }
.tabs-nav-2__link {
  height: auto;
  padding: 11px 16px !important;
  font: 16px/1.5 Arial, sans-serif;
  text-align: left; }
.tabs-nav-2__link:before {
  width: 100%;
  height: auto;
  top: 100%;
  left: 0 !important;
  z-index: 1;
  border-left: none;
  border-bottom: 1px solid #fff !important; }
.tabs-nav-2__link:after {
  display: none; }
.tabs-nav-2__hide-1 {
  display: inline; }
.tabs-nav-2__hide-2 {
  display: none; }
.tabs-content-2 {
  margin: 39px 0 0; }
.tabs-content-2__right-wrap {
  width: auto;
  margin: 0 !important;
  float: none;
  position: relative !important;
  top: auto !important;
  left: auto !important; }
.tabs-content-2__right {
  margin: 0 !important;
  position: relative !important;
  top: auto !important;
  left: auto !important; }
.tabs-content-2__right .image-4 {
  margin: 0 0 20px;
  display: block; }
.tabs-content-2__right .image-4__fix-3 {
  color: #fff;
  font-size: 16px; }
.tabs-content-2__right .image-5 {
  display: none; }
.tabs-content-2__left-wrap {
  width: auto;
  margin: 0;
  float: none; }
.tabs-content-2__left {
  margin: 0; }
.tabs-content-2__left .books__bottom {
  max-width: 100%; }
.tabs-content-2__cols-wrap {
  max-width: 100%; }
.bio {
  max-width: 100%; }
.facts {
  max-width: 100%; }
.albums__item .upload-file {
  max-width: 100%;
  padding: 0 0 9px; }
.albums__item .upload-file .file {
  max-width: 440px;
  display: block; }
.albums__item .upload-file .file-area__main {
  display: none; }
.album {
  max-width: 200%;
  margin: 0 -20px 0 0;
  padding: 0 0 14px; }
.album_photos {
  padding: 0 0 10px; }
.album_photos .album__item {
  width: 20%; }
.album_photos .album__link {
  min-height: 136px; }
.album_photos .album__fix-2 {
  height: 106px; }
.album__item {
  width: 25%;
  padding: 0 20px 20px 0; }
.album__link {
  min-height: 188px; }
.album__fix-2 {
  height: 158px; }
.album__name br {
  display: none; }
.album__panel {
  top: 5px;
  right: 30px; }
.album__icon {
  margin: 0 0 7px 15px; }
.friends {
  max-width: 100%;
  padding: 0 0 6px; }
.friends__bottom {
  padding: 0 0 30px; }
.friends__list_all .friend {
  padding: 6px 0 10px 123px; }
.friends__list_author .friend__name-wrap {
  width: 100%;
  display: table; }
.friends__list_author .friend__name {
  height: 80px;
  display: table-cell;
  vertical-align: middle; }
.friends__list_author .friend__name .friend__link {
  position: relative;
  top: 5px; }
.friends__list_author .friend__cols {
  display: none; }
.friend {
  min-height: 101px;
  padding: 6px 0 10px 123px; }
.friend__photo {
  width: 80px;
  height: 80px;
  top: 10px;
  background: url(../img/svg/nonephoto-grey.svg) no-repeat;
  -webkit-background-size: 80px 80px;
  background-size: 80px 80px; }
.friend__name {
  padding: 0 20px 11px 0;
  font: bold 16px/1.5 Arial, sans-serif;
  letter-spacing: 0; }
.friend__buttons {
  margin: 0 0 -6px;
  overflow: hidden; }
.friend__add,
.friend__remove {
  min-width: 0;
  height: 28px;
  margin: 0 1000px 0 0;
  padding: 0 0 0 22px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  bottom: 6px;
  white-space: nowrap;
  background: none !important;
  border: none;
  border-radius: 0;
  color: #1c8fe0;
  font: 15px/28px Arial, sans-serif; }
.friend__add:before,
.friend__remove:before {
  content: "\e923";
  margin: -7px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  font: 14px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.friend__remove:before {
  content: "\e91f"; }
.friend__cols {
  width: auto;
  display: block; }
.friend__left {
  display: block; }
.friend__right {
  display: block;
  text-align: left; }
.friend__button {
  min-width: 0;
  height: 24px;
  margin: 0;
  padding: 0 0 0 27px;
  bottom: auto;
  background: none !important;
  border: none;
  border-radius: 0;
  color: #1c8fe0;
  font: 16px/24px Arial, sans-serif; }
.friend__button span {
  display: none; }
.friend__button:before {
  content: "\e91a";
  margin: -7px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  font: 13px/1 'icons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.desktop .friend__button:hover,
.desktop .friend__add:hover,
.desktop .friend__remove:hover {
  color: #1872b2; }
.friends-more {
  top: 0; }
.archive {
  display: none; }
.black-list {
  max-width: 100%; }
.black-list__list {
  padding: 20px 0 0; }
.black-list__bottom {
  padding: 0 0 30px; }
.black-list__item {
  min-height: 101px;
  padding: 10px 0 10px 125px; }
.black-list__photo {
  width: 80px;
  height: 80px;
  top: 10px;
  background: url(../img/svg/nonephoto-grey.svg) no-repeat;
  -webkit-background-size: 80px 80px;
  background-size: 80px 80px; }
.black-list__name {
  padding: 0 0 7px;
  position: relative;
  bottom: 4px;
  letter-spacing: 0; }
.black-list__remove {
  min-width: 0;
  height: 24px;
  padding: 0;
  background: none !important;
  border: none;
  border-radius: 0;
  color: #1c8fe0;
  font: 16px/24px Arial, sans-serif; }
.desktop .black-list__remove:hover {
  color: #1872b2; }
.black-list__hide-1 {
  display: inline; }
.black-list__hide-2 {
  display: none; }
  /* popups */
.popup {
  max-width: 603px;
  padding: 34px 20px 29px; }
.popup__close {
  top: 6px;
  right: 7px; }
.popup-form {
  max-width: 519px; }
.popup-form__button {
  margin: 10px 0 2px; }
.popup-form__list {
  padding: 0 0 6px; }
.popup-form__or {
  margin: 0 0 17px; }
.popup-form__or span {
  padding: 0 13px;
  font: bold 15px/1.3 Arial, sans-serif; }
.popup-form__captcha {
  padding: 0;
  position: relative;
  top: 10px; }
.popup-form__captcha .g-recaptcha {
  -ms-transform: scale(0.77);
  -o-transform: scale(0.77);
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }
.popup-form__checkbox {
  margin: 0;
  position: relative;
  bottom: 1px;
  font: 14px/1.6 Arial, sans-serif; }
.popup-form__checkbox a {
  padding: 0 0 1px; }
.popup-form__cols {
  width: 100%;
  display: table;
  padding: 9px 0 20px;
  table-layout: fixed; }
.popup-form__left {
  display: table-cell;
  vertical-align: middle; }
.popup-form__right {
  width: 234px;
  display: table-cell;
  vertical-align: middle; }
.popup-socials {
  margin: 0 0 -7px; }
.popup-socials__label {
  padding: 0 0 11px;
  display: block;
  font: bold 15px/1.3 Arial, sans-serif; }
.popup-socials__list {
  display: block; }
.popup-socials__list .socials-1__item {
  padding: 0 2.5px 7px; }
.popup-comp {
  padding: 0; }
.popup-comp__button {
  margin: 2px 0; }
.popup_size-2 {
  max-width: 800px; }
.popup_size-2 .popup__close {
  top: 2px;
  right: 3px; }
.reward {
  padding: 4px 0 17px; }
.reward__item {
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }
.reward__icon-wrap {
  padding: 0 0 0 11px; }
.reward__button {
  height: 40px;
  line-height: 36px; }
.popup_size-3 {
  max-width: 800px;
  padding-left: 45px;
  padding-right: 45px; }
.admin {
  padding: 4px 0; }
.admin .input-form {
  padding: 0 0 27px; }
.admin .input {
  height: 45px; }
.admin .textarea {
  height: 100px;
  min-height: 100px; }
.admin__text {
  margin: 0 0 -5px;
  padding: 0;
  bottom: 14px; }
.admin__cols {
  width: auto;
  display: block; }
.admin__col {
  width: auto;
  padding: 0 !important;
  display: block; }
.admin__bottom {
  padding: 5px 0 2px;
  text-align: center; }
.popup_size-4 {
  max-width: 480px;
  padding-left: 20px;
  padding-right: 20px; }
.popup_size-4 .popup__close {
  top: 6px;
  right: 6px; }
.popup_size-4.active {
  max-width: 282px; }
.quotes {
  padding: 0; }
.quotes__title {
  padding: 0 0 8px; }
.quotes__bottom {
  text-align: center; }
.quotes__button {
  margin: 0 0 14px;
  padding-left: 28px;
  padding-right: 28px; }
.quote {
  padding: 0 0 14px; }
.quote__text {
  margin: 0 0 14px;
  padding: 10px 14px 11px 11px;
  font: italic 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }
.quote__fix {
  max-height: 118px; }
.quote__info {
  padding: 0 0 0 28px;
  font: normal 15px/1.5 Arial, sans-serif;
  letter-spacing: 0.35px; }
.quote__more {
  font-size: 16px; }
.quote__fix {
  max-height: 120px;
  position: relative; }
.quote__cols {
  width: auto;
  padding: 0;
  display: block; }
.quote__left {
  padding: 0;
  display: block; }
.quote__right {
  padding: 0 0 0 73px;
  display: block;
  text-align: left; }
.quote-socials {
  margin: 0 0 -14px;
  text-align: center; }
.quote-socials .socials-1__item:last-child {
  padding-right: 0; }
.quote-socials__label {
  padding: 11px 0 0 0; }
.quote-success {
  max-width: 230px;
  padding: 0; }
.quote-success__text {
  padding: 0 0 11px; }
.quote-success__text br {
  display: none; }
.all-quotes {
  max-width: 100%;
  padding: 0; }
.all-quotes .quote-socials {
  bottom: auto;
  text-align: left; }
.all-quotes .quote {
  padding: 0 0 17px; }
.all-quotes .quote__text {
  padding: 13px 35px 13px 14px;
  line-height: 1.35; }
.all-quotes .quote__info {
  margin: 0 0 2px;
  position: relative;
  bottom: 3px;
  font: normal 16px/1.5 Arial, sans-serif;
  letter-spacing: 0.4px; }
.all-quotes .quote__fix {
  max-height: 105px; }
.all-quotes .quote-socials__label {
  padding: 6px 9px 0 0; }
.all-quotes .quote-socials .socials-1__item {
  padding: 0 1px 5px 0; }
.all-quotes .quote-socials .socials-1__link_small {
  width: 35px;
  height: 35px; }
.all-quotes .quote-socials .socials-1__link_small:before {
  line-height: 36px; }
.all-quotes .quote-socials .socials-1__link_small.socials-1__link_icon-2:before {
  left: -0.5px;
  bottom: 0.5px; }
.all-quotes .quote-socials .socials-1__link_small.socials-1__link_icon-3:before {
  left: 1px; }
.all-quotes .button-heart {
  max-width: 73px;
  margin: 0;
  top: auto;
  bottom: 30px;
  left: 0; }
.all-quotes .button-remove {
  margin: 0;
  position: absolute;
  top: 9px;
  left: auto;
  right: 11px;
  z-index: 1;
  word-break: break-all; }
.all-quotes__list_author .quote__text {
  padding-right: 14px; }
.all-quotes__bottom {
  padding: 0 0 30px; }
.all-quotes__more {
  height: 47px;
  line-height: 46px; }
.popup_size-5 {
  max-width: 280px;
  padding-left: 20px;
  padding-right: 20px; }
.popup_size-5 .popup__close {
  top: 6px;
  right: 6px; }
.settings {
  padding: 0;
  text-align: center; }
.settings__title {
  padding: 0 0 17px; }
.settings__item {
  width: auto;
  display: block;
  padding: 0 0 15px;
  text-align: left; }
.settings__item_fixed {
  width: 100%;
  display: table; }
.settings__item_fixed .settings__label {
  width: 88px;
  padding: 2px 0 0;
  display: table-cell;
  vertical-align: middle; }
.settings__item_fixed .settings__action {
  display: table-cell;
  vertical-align: middle; }
.settings__label {
  width: auto;
  padding: 0 0 8px;
  display: block;
  vertical-align: top; }
.settings__label_long {
  width: auto; }
.settings__action {
  display: block;
  vertical-align: top; }
.settings__button {
  margin: 10px 0 0; }
.setting__select {
  max-width: 100%; }
.range-color,
.range-size {
  max-width: 100%; }
.chat-page {
  max-width: 100%;
  min-height: 565px;
  max-height: 800px;
  padding: 39px 0; }
.popup_chat {
  max-width: 100%;
  height: 100%;
  min-height: 500px;
  max-height: 3000px;
  margin: auto;
  padding: 39px 0 20px; }
.popup_chat .popup__close {
  top: 4px;
  right: 12px; }
.chat.opened .chat__left,
.chat.opened .chat-search {
  display: none; }
.chat.opened .chat__right {
  display: block; }
.chat__more {
  display: none; }
.chat__left {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 80px 20px 0;
  display: block;
  position: relative; }
.chat__right {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 152px;
  display: none; }
.chat__fix-2 {
  height: auto;
  padding: 0 20px;
  font: bold 18px/1.35 Arial, sans-serif;
  display: block;
  position: relative;
  bottom: 5px;
  vertical-align: top;
  background: none;
  border-radius: 0;
  color: #222; }
.chat-expand {
  margin: 0 0 0 -20px; }
.chat-expand .chat__more {
  display: none; }
.chat-expand .chat__left {
  display: block; }
.chat-expand .add-message__main {
  padding-left: 20px; }
.chat-users__link {
  border-right: none; }
.chat-search {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  top: 31px; }
.add-message__main {
  padding: 10px 20px 0 20px; }
.add-message__right {
  padding: 5px 0 0; }
.add-message__textarea {
  min-height: 57px;
  max-height: 150px;
  height: auto;
  margin: 0 0 7px; }
.add-message__button {
  min-width: 230px;
  margin: 0 0 12px 14px; }
.add-message__back-wrap {
  display: block; }
.add-message__back {
  width: 100%;
  height: 45px;
  display: block;
  background: #f4f4f4;
  border-radius: 4px;
  color: #b3b2b2;
  font: 16px/45px Arial, sans-serif;
  text-align: center;
  overflow: hidden; }
.add-message__actions {
  margin: 0 -20px;
  height: 45px;
  background: #f4f4f4; }
.add-message__action {
  width: 50%;
  padding: 0;
  float: left;
  position: relative;
  text-align: center; }
.add-message__action:first-child:before {
  content: "";
  height: 30px;
  position: absolute;
  top: 6px;
  right: 0;
  border-right: 1px solid #bdbdbd; }
.add-message__edit {
  width: 100%;
  height: 45px; }
.add-message__edit:before,
.add-message__remove:before {
  text-align: center;
  line-height: 45px; }
.add-message__remove {
  width: 100%;
  height: 45px; }
.remove-message {
  margin: -106px 0 0 -184.5px;
  position: fixed; }
.remove-message__button {
  min-width: 99px;
  height: 45px;
  border-width: 2px;
  line-height: 44px; }
.messages__expand {
  display: none; }
.message {
  max-width: 100%;
  padding: 0 20px 10px 20px; }
.message .message__main.selected .message__text-wrap:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(28, 143, 224, 0)), to(#1c8fe0));
  background: -webkit-linear-gradient(top, rgba(28, 143, 224, 0) 0, #1c8fe0 100%);
  background: -o-linear-gradient(top, rgba(28, 143, 224, 0) 0, #1c8fe0 100%);
  background: linear-gradient(to bottom, rgba(28, 143, 224, 0) 0, #1c8fe0 100%); }
.message_mine .message__main.selected:before {
  background-position: -37px bottom; }
.message__main {
  max-width: 100%;
  padding: 10px 15px 17px 15px; }
.message__main.selected {
  background: #1c8fe0;
  color: #fff; }
.message__main.selected .message__more {
  color: #fff; }
.message__main.selected:before {
  background-position: -37px top; }
.message__main.selected .loaded-file__icon:before {
  color: #fff; }
.message__actions {
  width: 17px;
  display: none; }
.message__more {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
.popup_size-6 {
  max-width: 830px;
  padding: 0; }
.popup_size-6 .popup__close {
  top: 18px;
  right: 24px; }
.crop__button {
  height: 45px;
  margin: 0 0 10px 5.5px;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 44px; }
.popup_size-7 {
  max-width: 633px;
  padding: 0; }
.popup_size-7 .popup__close {
  top: 18px;
  right: 24px; }
.popup_size-8 {
  max-width: 480px;
  padding: 25px 20px 24px; }
.popup_size-8 .popup__close {
  top: 4px;
  right: 4px; }
.upload-file .file {
  margin: 0 0 20px; }
.upload-file .jq-file__name {
  padding: 0 15px 0 139px;
  text-indent: 18px; }
.upload-file .jq-file__browse {
  width: 139px; }
.upload-file__input {
  margin: 0 0 17px; }
.upload-file__bottom {
  text-align: center; }
.upload-file__button {
  height: 45px;
  line-height: 44px; }
.file-area .load-file__progress-wrap {
  width: 139px; }
.file-area__main {
  display: none; }
.photo-slider__fix-1 {
  width: 100%;
  display: table; }
.photo-slider__fix-2 {
  display: table-cell;
  vertical-align: middle; }
.fancy-popup {
  max-width: 100%;
  min-height: 100% !important; }
.fancy-popup__close {
  top: 6px;
  right: 7px; }
.popup-gal {
  padding: 0; }
.photo-author {
  padding: 0 20px; }
.photo-author__main {
  min-height: 100px;
  padding: 10px 40px 10px 104px; }
.photo-author__image {
  width: 80px;
  height: 80px;
  top: 10px;
  background: url(../img/svg/nonephoto-grey.svg) no-repeat;
  -webkit-background-size: 80px 80px;
  background-size: 80px 80px; }
.photo-author__name {
  padding: 0 0 3px; }
.photo-slider__arrow {
  color: #fff; }
.photo-slider__arrow.disabled {
  opacity: 0.3;
  color: #fff !important; }
.photo-slider__arrow_prev {
  margin: -15px 0 0;
  right: auto;
  left: 13px; }
.photo-slider__arrow_next {
  margin: -15px 0 0;
  left: auto;
  right: 13px; }
.popup-actions {
  padding: 0 20px; }
.popup-actions__main {
  width: 100%;
  padding: 15px 0 12px;
  display: table;
  text-align: left; }
.popup-actions__buttons {
  margin: 0;
  padding: 11px 0 0;
  display: table-cell;
  vertical-align: top; }
.popup-actions .button-heart {
  padding: 0 0 0 26px; }
.popup-actions .button-heart:before {
  margin: -8px 0 0;
  font-size: 16px; }
.popup-actions__button {
  margin: 0 25px 10px 0; }
.gal-socials {
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: top; }
.gal-socials .socials-1__item {
  padding: 0 1px 5px 0; }
.gal-socials .socials-1__link {
  width: 35px;
  height: 35px; }
.gal-socials .socials-1__link:before {
  line-height: 36px; }
.gal-socials .socials-1__link_icon-2:before {
  left: -0.5px;
  bottom: 0.5px; }
.gal-socials .socials-1__link_icon-3:before {
  left: 1px; }
.gal-socials__label {
  display: none; }
.popup-comments .comment .comment__main {
  margin: 0 0 3px;
  padding: 17px 20px 22px; }
.popup-comments .comment .comment__main-wrap.active .comment__top {
  margin: 0 0 -3px;
  padding: 0; }
.popup-comments .comment .comment__likes {
  padding: 0 20px 22px; }
.popup-comments .comment .comment__photo {
  background: url(../img/svg/nonephoto-grey.svg) no-repeat;
  -webkit-background-size: 65px 65px;
  background-size: 65px 65px; }
.comments-form {
  padding: 20px 20px 16px; }
.comments-form__textarea {
  min-height: 90px;
  height: 90px;
  margin: 0 0 20px;
  padding: 11px 15px 13px; } }

@media screen and (max-width: 930px) {
  /* book page */
  .page__right {
    width: 254px; }
  .page__tablet {
    padding: 0 274px 0 0; } }

@media screen and (max-width: 900px) {
  /* genres */
  .books__list_type-3 {
    margin: 0;
    padding: 0 20px;
    white-space: nowrap; }
  .books__list_type-3 .book {
    width: 150px;
    margin: 0;
    padding: 0 15.5px 50px 0;
    white-space: normal; }
  /* books */
  .book__image-wrap.profile_library_list img {
    min-height: 225px;
    height: 225px;}
  /* profile */
  .album_photos .album__item {
    width: 25%; }
  .album__item {
    width: 33.33333%; } }

@media screen and (max-width: 800px) {
  /* book page */
  .download__link {
    width: 79px; } 
  /* books */
  .book__image-wrap.profile_library_list img {
    min-height: 215px;
    height: 215px;} }

@media screen and (max-width: 767px) {
  .main-wrap {
    padding: 67px 0 359px; }
  /* buttons */
  .button-plus,
  .button-minus {
    height: 43px;
    font: 15px/43px Arial, sans-serif; }
  /* text inputs */
  .input-form {
    padding: 0 0 16px; }
  .last-input {
    padding: 0 0 60px; }
  .input-label {
    margin: 0 0 10px;
    font: bold 15px/1.3 Arial, sans-serif; }
  .input-item.active:before {
    right: 14px; }
  .input-item.active .input {
    padding-left: 9px;
    padding-right: 44px; }
  .form-error {
    margin: 1px 0 0; }
  .textarea {
    height: 159px;
    min-height: 159px;
    padding: 12px 9px; }
  /* plugins */
  .select_1 .jq-selectbox__select {
    padding: 0 30px 0 10px; }
  .select_1 .jq-selectbox__select:before {
    right: 10px; }
  .select_1 .jq-selectbox li {
    padding: 5px 10px 4px; }
  .select_4 .jq-selectbox__select {
    padding: 0 40px 0 15px; }
  .select_4 .jq-selectbox__select:before {
    right: 14px; }
  .select_4 .jq-selectbox li {
    padding: 5px 15px 4px; }
  .file {
    display: block; }
  .jq-file__name {
    padding: 0 15px 0 144px; }
  .jq-file__browse {
    width: 131px; }
  .tag-editor {
    padding: 11px 0 3px 10px; }
  /* header */
  .header {
    position: fixed;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .header.scrolled.mobhidden {
    top: -80px; }
  .header.nohide,
  .header.search-active {
    top: 0 !important; }
  .fix-anim .header {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .header__main {
    min-height: 67px; }
  .header__left {
    height: 67px;
    padding: 19px 20px 0 0; }
  .header__right {
    height: 67px;
    padding: 12px 0 0; }
  .header-logo {
    height: 28px;
    padding: 2px 0 0 45px;
    font: bold 21px/1 'Phenomena'; }
  .header-logo:before {
    font: 30px/1 'icons'; }
  .header-search {
    width: 100%;
    padding: 12px 67px 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    float: none; }
  .header-search .search-results {
    top: 67px; }
  .header-search__mob {
    top: 12px;
    right: 67px; }
  .header-search__form,
  .search-results {
    width: 100% !important; }
  .search-results .mCSB_scrollTools {
    width: 20px; }
  .search-results__link {
    padding: 0 20px; }
  .rating {
    font-size: 14px; }
  .header-mob {
    margin: 0 0 0 10px; }
  .header-events__button {
    position: absolute;
    right: 130px; }
  .header-mob__button {
    margin: -12px 0 0; }
  .mobile-hide {
    max-width: 291px; }
  .mobile-hide__all {
    padding: 50px 0 0; }
  .mobile-hide__close {
    position: absolute;
    top: 15px;
    right: 12px;
    z-index: 2; }
  .header-nav__link {
    padding: 10px 20px 9px 60px; }
  .header-nav__link:before {
    left: 24px; }
  .mobile-nav__link_icon-5:before {
    left: 24px; }
  .hide-cab__icon_my_books:before {
    font-size: 21px; }
  .hide-cab__icon_book-create:before {
    font-size: 21px; }
  .header-nav__link_icon-2:before {
    left: 26px; }
  .header-nav__link_icon-3:before {
    left: 25px; }
  .mobile-nav__link {
    padding: 10px 20px 9px 60px; }
  .mobile-nav__link_icon-1:before,
  .mobile-nav__link_icon-1:after {
    left: 24px; }
  .mobile-nav__link_icon-2:before {
    left: 26px; }
  .mobile-nav__link_icon-3:before {
    left: 28px; }
  .mobile-nav__link_icon-4:before {
    left: 26px; }
  .mobile-nav__image {
    left: 16px; }
  .mobile-nav__name:before {
    right: 20px; }
  .mobile-nav-in {
    display: none; }
  .mobile-nav-in__link {
    padding: 10px 20px 9px 45px; }
  /* footer */
  .footer__top {
    min-height: 0;
    padding-bottom: 45px; }
  .footer__left-top {
    padding: 21px 0 0; }
  .footer__right-top {
    width: 45.5%;
    padding: 36px 0 25px 0; }
  .footer__bottom {
    font-size: 12px;
    letter-spacing: 0.2px; }
  .footer__left-bottom {
    padding: 13px 10px 13px 0; }
  .footer__right-bottom {
    padding: 14px 0 13px; }
  .footer-nav {
    max-width: 450px;
    min-height: 0;
    font: normal 14px/1.45 Arial, sans-serif;
    letter-spacing: 0.35px; }
  .footer-nav__item {
    width: 50%; }
  .footer-nav__item:nth-child(3n-1) {
    width: 50%; }
  .footer-nav__link {
    padding: 6px 0; }
  .footer-socials {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    bottom: 3px;
    left: 0;
    white-space: nowrap; }
  .footer-socials__label {
    width: 132px; }
  .footer-age {
    margin: 0 0 8px; }
  .scroll-button {
    bottom: 10px;
    right: 10px; }
  .footer-logo {
    height: 18px;
    margin: 4px 2px 4px 0;
    padding: 0 0 0 23px;
    font: bold 16px/16px 'Phenomena'; }
  .footer-logo:before {
    content: "\e916";
    margin: -10px 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    font: 18px/1 'icons';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  /* page */
  .page {
    padding-top: 32px;
    padding-bottom: 78px; }
  .page__right {
    width: 150px;
    padding: 2px 0 0; }
  .page__tablet {
    min-height: 0;
    padding: 0; }
  .book-image img {
    max-height: 176px; }
  .main-info {
    min-height: 112px;
    padding: 0 165px 11px 0;
    font: normal 15px/1.5 Arial, sans-serif;
    letter-spacing: 0.35px; }
  .main-info__title {
    padding: 0 0 4px;
    font: bold 16px/1.3 Arial, sans-serif;
    letter-spacing: 0.1px; }
  .book-info__text {
    padding: 5px 0 10px; }
  .tags {
    padding: 0; }
  .book-actions {
    padding: 0 0 16px; }
  .book-actions__button {
    margin: 0 17px 3px 0; }
  .download {
    padding: 0 0 17px; }
  .download__title {
    padding: 0 0 9px;
    font: bold 14px/1.4 Arial, sans-serif; }
  .download__link {
    width: 82px; }
  .seo {
    padding: 0 0 23px;
    font-size: 15px;
    line-height: 1.6; }
  .seo.active .seo__more {
    margin: 3px 0 0;
    font-size: 16px; }
  .seo:last-child {
    padding: 0 0 10px;
    font-size: 14px;
    line-height: 1.45; }
  .seo:last-child h2,
  .seo:last-child h3,
  .seo:last-child h4 {
    padding: 0 0 7px; }
  .seo h2,
  .seo h3,
  .seo h4 {
    padding: 0 0 8px;
    font-size: 14px; }
  .seo__mob {
    max-height: 154px; }
  .mobile-book {
    padding: 0 0 20px; }
  .mobile-book__button {
    margin: 0 0 10px;
    padding: 0 28px 0 40px; }
  .mobile-book__button:before {
    left: 9px; }
  .mobile-book__button:after {
    right: 10px; }
  .mobile-book__hide {
    margin: 0; }
  .stats {
    padding: 0 0 14px; }
  .stats__left {
    width: auto;
    display: block; }
  .stats__right {
    margin: 0 0 7px;
    display: block; }
  .rating-info__button {
    width: 110px;
    height: 66px;
    padding: 7px 3px 0; }
  .rating-info__label {
    height: 27px; }
  .rating-hide {
    top: 59px; }
  .rating-numbers {
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    padding: 0 16px 0 15px; }
  .rating-numbers__list {
    text-align: justify; }
  .rating-numbers__list:after {
    display: inline-block; }
  .rating-numbers__item {
    padding: 0 0 0 30px;
    display: inline-block;
    vertical-align: top;
    top: 12px; }
  .rating-numbers__item_icon-2 {
    padding: 0 0 0 28px; }
  .rating-numbers__item_icon-3 {
    padding: 0 0 0 24px; }
  .rating-numbers__icon {
    left: 0; }
  .stats__buttons {
    min-height: 0;
    padding: 0 0 7px;
    position: absolute;
    top: 2px;
    left: 135px; }
  .book-about {
    padding: 0;
    text-align: left; }
  .book-about__pages {
    margin: 0 0 5px;
    position: relative;
    bottom: 2px; }
  .book-about__write {
    display: none; }
  .book-chars {
    padding: 0 0 4px;
    font: normal 15px/1.5 Arial, sans-serif;
    letter-spacing: 0.35px; }
  .book-chars__item {
    padding: 0 0 5px; }
  .book-socials {
    padding: 0;
    font: normal 16px/1.5 Arial, sans-serif;
    letter-spacing: 0.4px; }
  .book-socials .socials-1__item {
    padding: 0 3px 5px; }
  .book-socials__label {
    padding: 8px 8px 0 0; }
  .image-3 {
    height: 123px;
    margin: 0 0 25px; }
  .best-books {
    margin: 0;
    padding: 0 0 14px; }
  .best-books__title {
    padding: 0 0 19px;
    font: bold 16px/1.3 Arial, sans-serif;
    letter-spacing: 0.1px; }
  .books-slider {
    margin: 0 -17px 0 0; }
  .book-item__main {
    padding: 0 20px 24px 0; }
  .book-item__content {
    padding: 7px 0 0;
    font: 14px/1.25 Arial, sans-serif; }
  .book-item__title {
    padding: 0 0 5px;
    font: bold 14px/1.25 Arial, sans-serif; }
  .book-item__authors {
    font: 14px/1.35 Arial, sans-serif; }
  .book-item__button-wrap {
    display: none; }
  .more-mob {
    bottom: 7px; }
  .more-mob_last {
    padding: 2px 0; }
  .books {
    padding: 0 0 20px;
    z-index: auto; }
  .books .more-mob {
    bottom: 4px; }
  .books__title {
    padding: 0 0 12px;
    font: bold 16px/1.3 Arial, sans-serif;
    letter-spacing: 0.1px; }
  /*.books__list_type-1 .book:nth-child(5),
  .books__list_type-1 .book:nth-child(6) {
    display: none;
  }*/
  .books_filter_wrapper {
    display: none; }
/*-- mobile book sort filter */
  .mobile_btn_filter {
    display: block;
    margin-bottom: 15px; }
  .mobile-filter-modal {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 65px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); }
  .mobile-filter-modal-wrapper {
    background-color: #fefefe;
    margin: auto;
    width: 100%; }
  .mobile-filter-modal-wrapper-content {
    padding: 25px 20px 20px;
    max-width: 450px;
    margin: 0 auto;
    text-align: center; }
  .mob-mod-filter-close {
    position: absolute;
    right: 24px;
    z-index: 2;
    width: 35px;
    height: 35px;
    display: block;
    cursor: pointer; }
  .mob-mod-filter-close:before,
  .mob-mod-filter-close:after {
    content: "";
    width: 23px;
    position: absolute;
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 2.5px solid #b8b8b8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .mob-mod-filter-close:after {
    left: auto;
    right: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .title-filter {
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 25px; }
  .sort-filter-modal-wrapper {
    text-align: left; }
  .books-sort-modal-options {
    margin-bottom: 25px; }
  .mobile-filter-modal-wrapper-content .reset-btn {
    color: #afafaf;
    display: inline-block;
    padding: 10px;
    font-size: 16px; }
  .mobile-filter-modal-wrapper-content .btn {
    width: 70%;
    margin-bottom: 12px;
    font-size: 16px; }
  .btn-filter-icon {
    cursor: pointer;
    color: #1c8fe0; }
  .btn-filter-icon:before {
    content: "\e92f";
    font: 13px/20px "icons";
    margin-right: 7px;
    color: #1c8fe0; }
  .book__left {
    width: 104px;
    padding: 3px 6px 25px 0; }
  .book__image img {
    min-height: 150px;
    height: 160px; }
  .book__image-wrap.profile_library_list img {
    min-height: 235px;
    height: 235px;}
  .book__right {
    padding: 0 0 23px; }
  .book__title {
    font: bold 14px/1.25 Arial, sans-serif; }
  .book__authors {
    font: 14px/1.35 Arial, sans-serif;
    margin: 5px auto; }
  .book__text {
    font: 14px/1.45 Arial, sans-serif; }
  .show-more {
    width: 25px;
    height: 41px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .more-hide {
    font-size: 15px; }
  .comments {
    padding: 0 0 37px; }
  .all-comments {
    padding: 0 0 24px; }
  .all-comments__title {
    padding: 0 0 16px;
    font: bold 16px/1.3 Arial, sans-serif;
    letter-spacing: 0.1px; }
  .all-comments__bottom {
    padding: 10px 0; }
  .all-comments__button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block; }
  .comment__main {
    margin: 0 0 10px;
    padding: 15px 20px 18px;
    position: relative; }
  .comment__textarea-wrap {
    margin: 0 0 57px; }
  .comment__textarea-wrap:before {
    top: 19px;
    border-width: 5px 10px 5px 0; }
  .comment__textarea-wrap:after {
    top: 18px;
    border-width: 6px 11px 6px 0; }
  .comment__textarea {
    height: 182px;
    min-height: 182px;
    margin: 0 0 11px;
    padding: 11px 13px; }
  .comment__buttons {
    width: 100%;
    padding: 0 15px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center; }
  .comment__button-wrap {
    width: 50%;
    max-width: 126px;
    margin: 0 -2.5px !important;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top; }
  .comment__button {
    min-width: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .comment__top {
    padding: 0 0 5px; }
  .comment__photo-wrap {
    width: 60px; }
  .comment__photo {
    width: 47px;
    height: 47px;
    margin: 0 0 5px;
    background: url(../img/svg/nonephoto.svg) no-repeat;
    -webkit-background-size: 47px 47px;
    background-size: 47px 47px; }
  .comment__col {
    padding: 0; }
  .comment__author {
    padding: 3px 0 6px;
    font: bold 15px/1.25 Arial, sans-serif; }
  .comment__date {
    padding: 0;
    font: 14px/1.25 Arial, sans-serif; }
  .comment__text {
    padding: 0 0 28px;
    font: normal 14px/1.45 Arial, sans-serif;
    letter-spacing: 0.35px; }
  .comment__reponse {
    padding: 0; }
  .comment__text-wrap {
    max-height: 5000px; }
  .comment__max {
    margin: 0 0 9px; }
  .likes__item {
    padding: 0 10px 0 0; }
  .likes__action {
    padding: 0 0 0 27px;
    font-size: 14px; }
  .add-comment {
    margin: 0;
    padding: 19px 20px 10px; }
  .add-comment .textarea {
    height: 209px;
    min-height: 209px; }
  .add-comment .input-form {
    padding: 0 0 17px; }
  .add-comment .input-label {
    margin: 0 0 8px;
    font: bold 15px/1.3 Arial, sans-serif; }
  .add-comment__bottom {
    padding: 4px 0 11px; }
  /* reading page */
  .reading {
    padding-top: 34px;
    padding-bottom: 52px; }
  .reading__head {
    padding: 0 0 13px; }
  .reading__pages {
    padding: 0 0 2px;
    font: normal 15px/1.5 Arial, sans-serif;
    letter-spacing: 0.35px; }
  .reading__content h1 {
    /*padding: 18px 0 3px;
    font: bold 18px/1.35 Arial, sans-serif;
    letter-spacing: 0.5px;*/
    display: none; }
  .reading__content h2 {
    padding: 0 0 18px; }
  .reading__content h3 {
    padding: 0 0 20px; }
  .reading__content h4 {
    padding: 0 0 20px; }
  .reading__text {
    padding: 0 0 43px; }
  .page-nav {
    padding: 0 0 12px; }
  .page-nav-1 {
    margin: 0 -6px;
    padding: 0 0 1px; }
  .page-nav-1__item {
    margin: 0 -2.5px;
    padding-left: 5.5px;
    padding-right: 5.5px; }
  .page-nav-1__item_input {
    width: 19%;
    max-width: 80px; }
  .page-nav-1__item_button {
    width: 40%;
    max-width: 260px; }
  .page-nav-1__input {
    width: 100%;
    height: 45px;
    font-size: 16px; }
  .page-nav-1__button {
    width: 100%;
    height: 45px;
    padding-left: 0;
    padding-right: 0;
    line-height: 44px; }
  .page-nav-1_all .page-nav-1__item_button {
    width: 40.5%;
    max-width: 130px; }
  .page-nav-1_all .page-nav-1__button {
    width: 100%; }
  .end-buttons {
    max-width: 220px;
    padding: 17px 0 2px; }
  .end-buttons__item {
    width: auto;
    margin: 0;
    padding: 0 0 10px;
    display: block; }
  /* genres */
  .genres {
    padding-top: 29px;
    padding-bottom: 69px; }
  .genres__left {
    padding: 0 0 5px; }
  .genres__right .books__title {
    padding: 0 0 19px;
    font: bold 16px/1.3 Arial, sans-serif; }
  .all-genres__title {
    padding: 0 0 18px;
    text-align: center; }
  .genre {
    padding: 0 20px 26px 0; }
  .books__list_type-3 {
    margin: 0;
    padding: 0 20px; }
  .books__list_type-3 .book {
    width: 134px;
    padding: 0 15px 59px 0;
    display: inline-block; }
  .books__list_type-3 .book:last-child .info-hide {
    left: auto;
    right: 0; }
  .books__list_type-3 .book__right {
    padding: 8px 0 0; }
  .books__list_type-3 .book__title {
    min-height: 38px; }
  .books__list_type-3 .book__authors {
    padding: 0 0 4px;
    font: 13px/1.25 Arial, sans-serif; }
  .books__list_type-3 .book .rating {
    font-size: 13px; }
  .genre-category {
    padding: 0 0 12px; }
  .genre-category__title {
    padding: 0 0 15px;
    font: bold 18px/1.35 Arial, sans-serif;
    text-align: center; }
  .genre-category__bottom {
    padding: 3px 0 0; }
  .genre-category__button {
    height: 46px;
    line-height: 44px; }
  .books__list_type-4 {
    margin: 0 -19px 0 0; }
  .books__list_type-4 .book {
    width: 25%;
    padding: 0 20px 27px 0; }
  .books__list_type-4 .book:nth-child(5n) .info-hide {
    right: auto;
    left: 0; }
  .books__list_type-4 .book:nth-child(4n) .info-hide {
    left: auto;
    right: 0; }
  .books__list_type-4 .book__title {
    min-height: 40px;
    font: bold 14px/1.25 Arial, sans-serif;
    letter-spacing: 0.3px; }
  /* authors */
  .panel {
    width: auto;
    padding: 4px 0 24px;
    display: block; }
  .panel .search-results {
    top: 55px; }
  .panel__left {
    padding: 0 0 16px;
    display: block; }
  .panel__right {
    width: auto;
    display: block;
    vertical-align: top;
    text-align: left; }
  .panel-select {
    width: 100%;
    display: table; }
  .panel-select__label {
    width: 98px;
    padding: 0 10px 0 0;
    display: table-cell;
    vertical-align: top; }
  .panel-select__list {
    width: auto;
    display: table-cell;
    vertical-align: top; }
  .authors {
    padding: 0 0 37px; }
  .authors__title {
    margin: 0 -10px 0 0;
    padding: 0 0 17px;
    font: bold 16px/1.3 Arial, sans-serif;
    letter-spacing: normal; }
  .authors__right {
    padding: 8px 0 0; }
  .authors__top .authors__title {
    font: bold 18px/1.3 Arial, sans-serif; }
  .authors__bottom {
    padding: 20px 0 0; }
  .authors-slider__list {
    padding: 0 0 25px 20px; }
  .authors-slider__list .author {
    width: 161px;
    padding: 0 4px 0 0; }
  .authors-slider__list .author:last-child {
    width: 176px;
    padding: 0 19px 0 0; }
  .authors-slider__list .author__main {
    margin: 0;
    padding: 11px 8px 13px; }
  .authors-slider__list .author__image {
    width: 60px;
    height: 60px;
    margin: 0 auto 9px;
    background: url(../img/svg/nonephoto-grey.svg) no-repeat;
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px; }
  .authors-slider__list .author__title {
    min-height: 43px;
    padding: 0 0 5px;
    font: bold 14px/1.25 Arial, sans-serif;
    letter-spacing: 0.2px; }
  .authors__list .author {
    min-height: 80px;
    margin: 0;
    padding: 10px 0 10px 71px; }
  .authors__list .author__content {
    width: 43.36%;
    padding: 5px 15px 0 0; }
  .authors__list .author__image {
    width: 60px;
    height: 60px;
    top: 0;
    left: -71px;
    background: url(../img/svg/nonephoto-grey.svg) no-repeat;
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px; }
  .authors__list .author__title {
    min-height: 0;
    padding: 0 0 11px;
    font: bold 14px/1.25 Arial, sans-serif; }
  .authors__list .author-stats {
    margin: 0;
    padding: 0 0 6px;
    text-align: left; }
  .authors__list .author-stats__item {
    margin: 0 0 3px; }
  .authors__list .author-stats__item:first-child {
    min-width: 94px;
    right: auto; }
  .authors__list .top-books {
    width: 56.64%;
    display: table-cell;
    vertical-align: top; }
  .top-slider__list .book {
    padding: 0 15px 0 0; }
  .author__books__sort__filter {
    display: block; }
  /* about us */
  .about-us {
    padding-top: 29px;
    padding-bottom: 50px; }
  .about-us__left {
    padding: 0 0 33px; }
  .image-4 {
    height: 100px; }
  /* contacts */
  .contacts {
    padding-top: 29px;
    padding-bottom: 50px; }
  .contacts .image-4 {
    margin-left: -20px;
    margin-right: -20px; }
  .contacts__right {
    padding: 0; }
  .contacts-info {
    margin: 0 0 -5px;
    padding: 13px 0 0; }
  #map {
    height: 200px;
    margin: 0 -20px; }
  /* books */
  .books-page {
    padding-top: 29px;
    padding-bottom: 6px; }
  .books-block {
    padding-bottom: 54px; }
  .books-block .books__list_type-4 .book:nth-child(9),
  .books-block .books__list_type-4 .book:nth-child(10) {
    display: inline-block; }
  .books-block .panel-select__label {
    padding: 0;
    font: 15px/27px Arial, sans-serif; }
  .books-block__bottom {
    padding: 3px 0 30px;
    bottom: auto; }
  .books-block__button {
    height: 47px;
    line-height: 46px; }
  .books-block__top {
    width: auto;
    display: block; }
  .books-block__left {
    display: block; }
  .books-block__right {
    padding: 0 0 9px;
    display: block;
    position: relative;
    bottom: 3px;
    text-align: left; }
  .best-sells {
    margin: 4px 0 33px;
    padding: 15px 0 47px; }
  .books__list_type-8 .book {
    width: 134px;
    margin: 0 -4.5px 0 0;
    padding: 0 14px 0 0; }
  .books__list_type-8 .book .rating {
    font-size: 13px; }
  .books__list_type-8 .book__title {
    min-height: 41px;
    font: bold 14px/1.25 Arial, sans-serif; }
  .books__list_type-8 .book__authors {
    font: 13px/1.25 Arial, sans-serif; }
  .book__authors-wrap {
    margin: 0;
    padding: 0; }
  /* recovery */
  .recovery {
    padding-top: 30px; }
  .recovery__form {
    max-width: 100%; }
  .recovery__success {
    max-width: 100%; }
  .recovery__button {
    height: 46px;
    margin: 4px 0 0;
    line-height: 44px; }
  .recovery__text {
    padding: 0 0 20px; }
  /* search page */
  .search-page {
    padding-top: 31px; }
  .search-page .tags__item {
    margin: 0 0 10px; }
  .search-page__title {
    padding: 0 0 23px;
    font: bold 18px/1.35 Arial, sans-serif;
    letter-spacing: 0.5px; }
  .search-page__results {
    padding: 0 0 4px; }
  .books__bottom {
    padding: 2px 0 30px;
    bottom: auto; }
  .books__more {
    height: 47px;
    line-height: 46px; }
  .books__list_type-9 .book:nth-child(15) {
    display: none; }
  /* editor */
  .editor {
    padding-top: 38px;
    padding-bottom: 45px; }
  .editor__content {
    padding: 0 0 26px; }
  .editor__text {
    padding: 0 0 21px;
    line-height: 1.3; }
  .editor-item {
    padding: 0 0 10px; }
  .editor-item_fixed {
    padding: 0 0 10px; }
  .editor-item__input {
    height: 45px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px; }
  .editor-item__content {
    max-width: 100%; }
  .editor-item__radio {
    margin: 0 0 -4px;
    padding: 1px 0 0; }
  .editor-item__radio_fixed {
    padding: 1px 0 10px; }
  .editor-item__textarea {
    height: 165px;
    min-height: 165px;
    padding: 13px 14px 26px; }
  .editor-item__textarea_size-1 {
    height: 330px;
    min-height: 330px; }
  .chapter {
    margin: 0;
    padding: 0 0 7px;
    bottom: auto; }
  .editor-end {
    max-width: 350px;
    margin: auto;
    padding: 3px 0 30px;
    text-align: center; }
  .editor-end__button {
    min-width: 230px;
    height: 45px;
    margin: 0 0 15px;
    line-height: 44px; }
  .editor-end__add {
    margin: 0 0 15px; }
  .editor-submit {
    text-align: center; }
  .editor-submit__button {
    height: 45px;
    margin: 10px 0 50px;
    line-height: 44px; }
  /* profile */
  .profile-image__change {
    padding: 23px 0 0; }
  .profile-photo {
    width: 75px; }
  .profile-photo__change {
    padding: 25px 0 0; }
  .rewards {
    width: auto;
    padding: 18px 0 0;
    text-align: right; }
  .rewards__item {
    margin: 0 -1px 0 0;
    padding: 0 0 5px; }
  .character {
    width: 50%;
    padding: 0 20px 15px 0; }
  .character__save {
    min-width: 200px;
    height: 40px;
    margin: 2px 0 4px;
    padding: 0 16px;
    font: 15px/38px Arial, sans-serif; }
  .character__edit {
    margin: 6px 0 4px; }
  .chars {
    padding: 0 0 5px; }
  .chars__input,
  .datepicker__input {
    max-width: 100%; }
  .datepicker {
    max-width: 100%; }
  .profile-text {
    width: 50%; }
  .notice {
    margin: 2px 14px 4px 0; }
  .notice_author.fixed {
    margin-bottom: 4px; }
  .notice__add {
    min-width: 207px;
    height: 43px;
    padding: 0 16px;
    font: 16px/40px Arial, sans-serif; }
  .tabs-content-2 {
    margin: 37px 0 0; }
  .tabs-content-2__right .image-4 {
    margin: 0 -20px; }
  .tabs-content-2__title, .archive-hr-lib {
    padding: 0 0 20px;
    font: bold 18px/1.35 Arial, sans-serif; }
  .search-user {
    margin: 0 19px; }
  .search-user__col:first-child {
    width: 67px; }
  .search-user__name {
    font: bold 14px/1.5 Arial, sans-serif;
    letter-spacing: 0.4px; }
  .search-user__remove {
    min-width: 0;
    height: 24px;
    padding: 0;
    background: none !important;
    border: none;
    border-radius: 0;
    color: #1c8fe0;
    font: 16px/24px Arial, sans-serif;
    white-space: nowrap; }
  .search-user__hide-1 {
    display: inline; }
  .search-user__hide-2,
  .search-user__hide-3 {
    display: none; }
  .desktop .search-user__remove:hover {
    color: #1872b2; }
  .bio__block {
    padding: 15px 0 13px; }
  .bio__block:first-child {
    padding-top: 0; }
  .bio__more {
    margin: 13px 0 32px; }
  .facts__title {
    padding: 0 0 19px; }
  .facts__list li {
    padding: 0 0 24px 37px; }
  .facts__list li:before {
    top: 4px;
    font: 900 16px/1 Arial, sans-serif; }
  .albums__item .upload-file {
    padding: 0 0 20px; }
  .albums__item .file-area .load-file__progress-wrap {
    width: 140px; }
  .albums__title {
    padding: 0 0 20px;
    font: bold 18px/1.35 Arial, sans-serif; }
  .album {
    margin: 0 -10px 0 0;
    padding: 0 0 17px; }
  .album_photos {
    padding: 0 0 20px; }
  .album_photos .album__link {
    min-height: 110px; }
  .album_photos .album__fix-2 {
    height: 80px; }
  .album__item {
    padding: 0 10px 10px 0; }
  .album__link {
    min-height: 228px; }
  .album__fix-2 {
    height: 198px; }
  .album__panel {
    top: 5px;
    right: 20px; }
  .friends {
    padding: 0 0 6px; }
  .friends .search {
    margin: 0; }
  .friends__title {
    padding: 0 0 5px;
    font: bold 18px/1.35 Arial, sans-serif; }
  .friends__list {
    padding: 0; }
  .friends__list_all .friend {
    padding: 20px 0 20px 59px; }
  .friends__list_author .friend__name {
    height: 47px; }
  .friends__list_author .friend__name .friend__link {
    top: 5px; }
  .friend {
    min-height: 88px;
    padding: 20px 0 20px 59px; }
  .friend__photo {
    width: 47px;
    height: 47px;
    top: 20px;
    background: url(../img/svg/nonephoto-grey.svg) no-repeat;
    -webkit-background-size: 47px 47px;
    background-size: 47px 47px; }
  .friend__name {
    padding: 0 0 2px;
    position: relative;
    bottom: 5px;
    font: bold 14px/1.5 Arial, sans-serif; }
  .friend__buttons {
    margin: 0 0 -10px; }
  .friend__add,
  .friend__remove {
    bottom: 2px; }
  .friend__button {
    position: relative;
    top: 2px; }
  .friends-more {
    top: 9px; }
  .black-list__list {
    padding: 0; }
  .black-list__item {
    min-height: 88px;
    padding: 20px 0 20px 59px;
    overflow: hidden; }
  .black-list__photo {
    width: 47px;
    height: 47px;
    top: 20px;
    background: url(../img/svg/nonephoto-grey.svg) no-repeat;
    -webkit-background-size: 47px 47px;
    background-size: 47px 47px; }
  .black-list__name {
    padding: 0 0 2px;
    bottom: 5px;
    font: bold 14px/1.5 Arial, sans-serif; }
  .black-list__remove {
    position: relative;
    top: 2px; }
  /* popups */
  .popup {
    max-width: 500px;
    padding: 19px 10px 20px; }
  .popup__close {
    top: 3px;
    right: 3px; }
  .popup-form {
    max-width: 460px; }
  .popup-form__button {
    width: 100%;
    min-width: 0;
    margin: 11px 0 13px;
    padding-left: 0;
    padding-right: 0; }
  .popup-form__or {
    margin: 0 -20px 17px; }
  .popup-form__checkbox {
    margin: 0 0 12px;
    padding: 0 0 0 30px; }
  .popup-form__cols {
    width: auto;
    display: block;
    padding: 0 0 7px; }
  .popup-form__left {
    display: block;
    vertical-align: top; }
  .popup-form__right {
    display: block;
    vertical-align: top; }
  .popup-form__captcha {
    top: 3px; }
  .popup-form__captcha .g-recaptcha {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }
  .popup-socials {
    margin: 0 0 3px; }
  .popup-comp {
    max-width: 460px;
    margin: auto; }
  .popup-comp__button {
    width: 100%;
    min-width: 0;
    margin: 4px 0 8px;
    padding-left: 0;
    padding-right: 0; }
  .popup_size-2 {
    max-width: 360px;
    padding: 6px 10px 10px; }
  .popup_size-2 .popup__close {
    top: 3px;
    right: 3px; }
  .reward {
    padding: 0 0 5px; }
  .reward__item {
    margin: 0 -10px;
    padding: 0 0 9px;
    border-bottom: 1px solid #eceaea; }
  .reward__item:last-child {
    border: none; }
  .reward__cols {
    width: auto;
    display: block; }
  .reward__left {
    height: auto;
    padding: 6px 0 7px;
    display: block;
    vertical-align: top; }
  .reward__right {
    height: auto;
    display: block;
    vertical-align: top;
    text-align: center; }
  .reward__icon-wrap {
    width: 79px;
    height: 36px; }
  .reward__icon {
    max-height: 36px; }
  .reward__icon_1:before {
    right: -5px; }
  .reward__icon_2:before {
    bottom: 2px;
    right: -2px; }
  .reward__icon_3:before {
    bottom: 7px;
    right: -2px; }
  .reward__icon_4:before {
    top: -4px;
    right: -6px; }
  .reward__text {
    padding-right: 15px;
    font: 13px/1.5 Arial, sans-serif; }
  .reward__text span:first-child {
    font-size: 15px; }
  .reward__button {
    height: 40px;
    line-height: 36px; }
  .popup_size-3 {
    padding: 19px 10px 9px; }
  .admin {
    max-width: 460px;
    margin: auto;
    padding: 0; }
  .admin .input-form {
    padding: 0 0 21px; }
  .admin__text {
    margin: 0 0 -5px;
    padding: 0;
    bottom: 14px;
    line-height: 1.2; }
  .admin__bottom {
    padding: 0;
    position: relative;
    bottom: 6px; }
  #admin-tab-2 .admin__text {
    font-size: 14px; }
  .popup_size-4 {
    max-width: 460px;
    padding-left: 20px;
    padding-right: 20px; }
  .popup_size-4 .popup__close {
    top: 3px;
    right: 3px; }
  .popup_size-4.active {
    max-width: 360px; }
  .quotes__button {
    width: 100%;
    max-width: 280px;
    padding-left: 0;
    padding-right: 0; }
  .quote__fix {
    max-height: 118px; }
  .quote__fix {
    max-height: 138px; }
  .quote__right {
    padding: 0 0 0 150px;
    text-align: right; }
  .quote-socials {
    margin: 0 -5px -3px; }
  .quote-success {
    max-width: 230px;
    padding: 3px 0 4px; }
  .all-quotes .quote-socials {
    text-align: right; }
  .all-quotes .quote {
    padding: 0 0 20px; }
  .all-quotes .quote__text {
    padding: 13px 30px 13px 10px; }
  .all-quotes .quote__fix {
    max-height: 124px; }
  .all-quotes .button-heart {
    max-width: 150px;
    bottom: 33px; }
  .all-quotes .button-remove {
    right: 5px; }
  .all-quotes__bottom {
    padding: 0 0 26px;
    position: relative;
    bottom: 4px; }
  .all-quotes__more {
    height: 47px;
    line-height: 46px; }
  .all-quotes__list_author .quote__text {
    padding-right: 14px; }
  .popup_size-5 {
    max-width: 280px;
    padding-left: 20px;
    padding-right: 20px; }
  .popup_size-5 .popup__close {
    top: 3px;
    right: 3px; }
  .settings {
    padding: 10px 0 5px;
    text-align: center; }
  .chat-page {
    max-height: 3000px;
    padding: 31px 0 71px; }
  .popup_chat {
    max-width: 100%;
    height: 100%;
    min-height: 480px;
    max-height: 2000px;
    margin: auto;
    padding: 39px 0 20px; }
  .popup_chat .popup__close {
    top: 4px;
    right: 12px; }
  .chat-users__link {
    border-right: none; }
  .chat-search {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    top: 31px; }
  .add-message__main {
    margin: 0;
    padding: 10px 20px 0; }
  .add-message__left {
    width: auto;
    display: block; }
  .add-message__right {
    width: 100%;
    padding: 5px 0 0;
    display: table;
    text-align: left; }
  .add-message__textarea {
    min-height: 57px;
    max-height: 150px;
    height: auto;
    margin: 0 0 7px; }
  .add-message__button {
    min-width: 0;
    width: 100%;
    margin: 0 0 12px;
    padding-left: 0;
    padding-right: 0; }
  .add-message__back-wrap {
    margin: 0 -20px; }
  .add-message__col {
    display: table-cell;
    vertical-align: top; }
  .add-message__col:first-child {
    width: 50px; }
  .remove-message {
    width: 280px;
    margin: -90px 0 0 -140.5px;
    padding: 27px 20px 15px; }
  .remove-message__text {
    max-width: 260px;
    margin: auto;
    padding: 0 0 18px;
    font: 15px/1.2 Arial, sans-serif; }
  .message {
    padding: 0 20px 10px 20px; }
  .message__main {
    padding: 8px 13px 15px 13px; }
  .load-file {
    padding: 3px 10px 5px 0; }
  .load-file__icon {
    padding: 2px 0 0; }
  .loaded-file {
    padding: 0 10px 0 0;
    position: relative;
    top: 4px; }
  .loaded-file img {
    height: 60px; }
  .loaded-file__icon {
    width: 37px;
    height: 60px;
    padding: 10px 0 0; }
  .loaded-file__icon:before {
    font: 50px/1 'icons'; }
  .popup_size-6 {
    max-width: 808px;
    padding: 0; }
  .popup_size-6 .popup__close {
    top: 13px;
    right: 14px; }
  .crop__title {
    min-height: 60px;
    margin: 0 0 20px;
    padding: 19px 50px 16px 20px; }
  .crop__buttons {
    padding: 0 20px 10px 10px; }
  .crop__button {
    height: 45px;
    margin: 0 0 10px 5.5px;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 44px; }
  .upload-photo {
    margin: 0 20px 20px; }
  .popup_size-7 {
    max-width: 611px;
    padding: 0; }
  .popup_size-7 .popup__close {
    top: 13px;
    right: 14px; }
  .popup_size-7 .crop__title {
    margin: 0 0 20px; }
  .popup_size-8 {
    max-width: 420px;
    padding: 25px 20px 24px; }
  .popup_size-8 .popup__close {
    top: 4px;
    right: 4px; }
  .upload-file .file {
    margin: 0 0 20px; }
  .upload-file .jq-file__name {
    padding: 0 15px 0 39.33%;
    text-indent: 11px; }
  .upload-file .jq-file__browse {
    width: 39.33%;
    padding: 0 15px;
    white-space: normal; }
  .upload-file__input {
    margin: 0 0 17px; }
  .upload-file__button {
    height: 45px;
    line-height: 44px; }
  .file-area .load-file__progress-wrap {
    width: 103px; }
  .fancy-popup__close {
    top: 2px;
    right: 2px; }
  .popup-gal {
    padding: 0; }
  .photo-author__main {
    min-height: 67px;
    padding: 10px 40px 10px 61px; }
  .photo-author__image {
    width: 47px;
    height: 47px;
    background: url(../img/svg/nonephoto-grey.svg) no-repeat;
    -webkit-background-size: 47px 47px;
    background-size: 47px 47px; }
  .photo-author__fix-2 {
    height: 46px; }
  .photo-author__name {
    padding: 0;
    font: bold 15px/1.4 Arial, sans-serif; }
  .photo-author__date {
    font: 14px/1.4 Arial, sans-serif; }
  .popup-actions__main {
    padding: 10px 0 6px; }
  .popup-comments .comment .comment__main {
    margin: 0 0 3px;
    padding: 17px 20px 18px; }
  .popup-comments .comment .comment__main-wrap.active .comment__top {
    margin: 0 0 1px;
    padding: 0; }
  .popup-comments .comment .comment__likes {
    padding: 0 20px 18px; }
  .popup-comments .comment .comment__reponse .comment__main {
    background: #f4f4f4; }
  .popup-comments .comment .comment__reponse .comment__textarea {
    background: #fff; }
  .popup-comments .comment .comment__reponse .comment__textarea-wrap:before {
    border-color: transparent #fff transparent transparent; }
  .popup-comments .comment .comment__photo {
    background: url(../img/svg/nonephoto-grey.svg) no-repeat;
    -webkit-background-size: 47px 47px;
    background-size: 47px 47px; }
  .comments-form {
    padding: 20px 20px 16px;
    background: #f5f5f5; }
  .comments-form__label {
    padding: 0 0 11px;
    font: bold 15px/1.5 Arial, sans-serif; }
  .comments-form__textarea {
    min-height: 208px;
    height: 208px;
    margin: 0 0 20px;
    padding: 11px 15px 13px;
    background: #fff; }
  .comments-form__button {
    width: 100%;
    min-width: 0;
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 750px) {
  /* profile */
  .album_photos .album__item {
    width: 33.33333%; }
  .album__item {
    width: 50%; } }

@media screen and (max-width: 700px) {
  /* profile */
  .profile-info {
    padding-bottom: 20px; }
  .character {
    width: auto;
    padding: 0 0 11px;
    display: block; }
  .character__title {
    padding: 0 0 11px; }
  .profile-text {
    width: auto;
    display: block; }
  .profile-text__title {
    padding-left: 0; }
  .profile-text__content {
    padding-left: 0; }
  .profile-text__textarea {
    margin-top: 9px; }
  .profile-text__more {
    margin: 0; } }

@media screen and (max-width: 650px) {
  /* book page */
  .books-slider {
    margin: 0 -20px 0 0; }
  .books-slider__list.slick-fix {
    margin-right: 0; }
  .book-item {
    width: 50%; }
  .book__image-wrap.profile_library_list img {
    min-height: 210px;
    height: 210px;} }

@media screen and (max-width: 600px) {
  /* book page */
  .stats__buttons {
    left: 128px; }
  .add-comment__captcha {
    padding: 0 0 19px;
    display: block; }
  .add-comment__captcha img {
    max-width: 100%;
    margin: auto; }
  .add-comment__captcha .g-recaptcha div {
    margin: auto; }
  .add-comment__right {
    display: block;
    text-align: left; }
  .add-comment__button {
    min-width: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    /* genres */
  .book__image-wrap.profile_library_list img {
    min-height: 240px;
    height: 240px; }
    /* genres */
  .books__list_type-4 {
    margin: 0 -19px 0 0; }
  .books__list_type-4 .book {
    width: 33.333%; }
  .books__list_type-4 .book:nth-child(4n) .info-hide {
    right: auto;
    left: 0; }
  .books__list_type-4 .book:nth-child(3n) .info-hide {
    left: auto;
    right: 0; } 
  /* footer */
  .footer__top {
    padding-bottom: 38px; }
  .footer__bottom .footer__cols {
    width: auto;
    padding: 13px 0;
    display: block; }
  .footer__left-bottom {
    margin: 0 -10px;
    padding: 0;
    display: block;
    text-align: center; }
  .footer__right-bottom {
    padding: 0;
    display: block;
    text-align: center; }
  .footer-nav__item {
    width: auto;
    margin: 0;
    display: block; }
  .footer-nav__item:nth-child(3n-1) {
    width: auto; }
  .footer-link {
    margin: 4px 5px; } }

@media screen and (max-width: 550px) {
  /* book page */
  .book-actions__button {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 0 3px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .stats__buttons {
    position: relative;
    top: auto;
    left: auto; }
  .books__list {
    margin: 0; }
  .books__list_type-4 {
    margin: 0 -19px 0 0; }
  .book {
    width: 100%;
    margin: 0; }
  .book__image-wrap.profile_library_list img {
    min-height: 225px;
    height: 225px; }
  /* genres */
  .genre {
    width: 100%; }
  /* authors */
  .authors__bottom {
    padding: 14px 0 0; }
  .authors__list .author__content {
    width: 100%;
    padding-right: 0; }
  .authors__list .top-books {
    display: none; }
  .authors__list .author:before {
    display: none; }
  .authors__list .author__content:before {
    display: none; }
  /* about us */
  .about-us__image {
    width: 100%;
    padding: 0 0 20px; }
  .about-us__image:nth-child(2n) {
    padding: 0 0 20px; }
  /* popups */
  .popup-form,
  .popup-comp {
    max-width: 100%; }
  .popup-form__or {
    margin: 0 -10px 17px; }
  .all-quotes .quote-socials__label {
    display: none; }
  /* editor */
  .tabs-nav-1__link {
    min-width: 140px;
    padding: 0; }
  .tabs-nav-1__hide-1,
  .tabs-nav-1__hide-3 {
    display: none; }
  .tabs-nav-1__hide-2 {
    display: inline; } }

@media screen and (max-width: 500px) {
  /* genres */
  .books__list_type-4 {
    margin: 0 -19px 0 0; }
  .books__list_type-4 .book {
    width: 50%; }
  .books__list_type-4 .book:nth-child(3n) .info-hide {
    right: auto;
    left: 0; }
  .books__list_type-4 .book:nth-child(2n) .info-hide {
    left: auto;
    right: 0; }
  .best-books .book-item:nth-child(3n) .info-hide {
    right: auto;
    left: 0; }
  .best-books .book-item:nth-child(2n) .info-hide {
    left: auto;
    right: 0; }
  /* profile */
  .notice {
    width: 100%;
    margin-right: 0; }
  .book__image-wrap.profile_library_list img {
    min-height: 290px;
    height: 290px; }
  .notice-hide {
    width: 100% !important;
    padding-left: 34px;
    padding-right: 15px; }
  .notice-hide__text:before {
    margin: 0 6px 0 0; }
  .search-user {
    margin: 0 19px;
    min-height: 88px;
    padding: 20px 0 20px 59px;
    position: relative; }
  .search-user:first-child {
    padding-top: 20px; }
  .search-user:last-child {
    padding-bottom: 20px; }
  .search-user__cols {
    display: block; }
  .search-user__col {
    display: block;
    vertical-align: top; }
  .search-user__col:first-child {
    width: auto; }
  .search-user__col:last-child {
    padding-left: 0;
    text-align: left; }
  .search-user__image {
    width: 47px;
    height: 47px;
    position: absolute;
    top: 20px;
    left: 0;
    bottom: auto;
    background: url(../img/svg/nonephoto-grey.svg) no-repeat;
    -webkit-background-size: 47px 47px;
    background-size: 47px 47px; }
  .search-user__image img {
    width: 47px;
    height: 47px; }
  .search-user__remove {
    margin: 0 0 -4px;
    position: relative;
    top: 1px; }
  .search-user__name {
    padding: 0 0 2px;
    position: relative;
    bottom: 5px;
    font: bold 14px/1.5 Arial, sans-serif; }
  .album_photos .album__item {
    width: 50%; }
  .album__item {
    width: 100%; } }

@media screen and (max-width: 450px) {
  /* books */
  .book__image-wrap.profile_library_list img {
    min-height: 265px;
    height: 265px;}
  /* index book list */
  .mobile__book__list {
    padding: 0 5px 0 0;
  }
  /*
.crop__title{margin:0 0 10px; padding:19px 50px 16px 10px;}
*/
  .crop__buttons {
    padding: 0 20px 10px; }
  .crop__button {
    width: 100%;
    margin: 0 0 10px;
    padding-left: 0;
    padding-right: 0;
    display: block; }
  /*
.upload-photo{margin:0 10px 10px;}
*/
  /*
.popup_size-7 .crop__title{margin:0 0 10px;}
*/
  .author-actions {
    display: none; } }

@media screen and (max-width: 400px) {
  /* book page */
  .page__right {
    width: 133px; }
  .book-image img {
    max-height: 176px;
    height: 176px; }
  .main-info {
    padding: 0 158px 11px 0; }
  .add-comment__captcha {
    margin: 0 0 -15px; }
  .add-comment__captcha .g-recaptcha {
    -ms-transform: scale(0.79);
    -o-transform: scale(0.79);
    transform: scale(0.79);
    -webkit-transform: scale(0.79);
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

  /* author books list */
  .author__books__sort__filter {
    font-size: 15px; }

  /* profile */
  .rewards__item {
    display: none; }
  .rewards__item:nth-child(1),
  .rewards__item:nth-child(2),
  .rewards__item:nth-child(3),
  .rewards__item:nth-child(4) {
    display: inline-block; }
  .tabs-content-2__col .button-add__text span {
    display: none; }
  .book__image-wrap.profile_library_list img {
    min-height: 230px;
    height: 230px;}

  /* index book list */
  .info-numbers__icon_3 {
    font-size: 17px; }
  .info-numbers__icon_2 {
    font-size: 14px; }
  .info-numbers__item {
    width: auto;
    margin-right: 10px; }
  .info-numbers {
    font: normal 13px/1.45 Arial, sans-serif; }
  .books-sort-modal-options {
    font-size: 14px; }
  .mobile-filter-modal-wrapper-content .btn {
    font-size: 15px; }

  /* popups */
  .popup-form__captcha {
    top: 8px; }
  .popup-form__captcha .g-recaptcha {
    -ms-transform: scale(0.91);
    -o-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-transform: scale(0.91);
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }

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

.select_2 .jq-selectbox li.optgroup:hover {
  color: black; }

.in-moderation {
  background-color: #ffd1d1 !important; }

.temp-hidden {
  display: none !important;
}

.js-to-3 {
  display: none; }

@media screen and (max-width: 1024px) {
  .recomm {
    margin-left: 20px; }
  .js-to-3 {
    display: block; } }

.js-slider-1 {
  display: none; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }

.alert {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  text-align: center; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }

.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #1872b2;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  z-index: 2;
  color: #2f5978;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #1872b2;
  border-color: #1872b2;
  cursor: default; }

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

.chat-ava {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  display: inline;
  vertical-align: middle; }

.popup_quote_remove {
  width: 0px; }

.slide-placeholder {
  background: #DADADA;
  position: relative; }

.slide-placeholder:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #FFF; }

.main-tabs {
  margin-top: 50px; }
  .main-tabs .tabs-nav-2__list {
    background-color: #f4f4f4;
    margin-bottom: 45px; }
    .main-tabs .tabs-nav-2__list .tabs-nav-2__item {
      width: auto; }
      .main-tabs .tabs-nav-2__list .tabs-nav-2__item .tabs-nav-2__link {
        padding: 0px 28px; }
        .main-tabs .tabs-nav-2__list .tabs-nav-2__item .tabs-nav-2__link:before, .main-tabs .tabs-nav-2__list .tabs-nav-2__item .tabs-nav-2__link:after {
          content: none; }

.facet-list li.placeholder {
  height: 46px;
  margin-bottom: 5px;
  border: 1px solid #1c8fe0;
  background-color: #1c8fe00f;
  border-radius: 3px; }

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px; }
  .tags .tags__label {
    padding: 3px 8px 0px 0;
    display: inline-block;
    line-height: normal;
    margin-bottom: 5px; }
  .tags .tags__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 10px;
    margin-bottom: 5px; }
    .tags .tags__list .tags__item {
      margin-bottom: 0; }
  .tags .show-all-tags {
    color: #c3c3c3;
    margin-bottom: 5px; }

.btn {
  text-align: center;
  min-width: 140px;
  display: block;
  color: #fff;
  background: #1c8fe0;
  border: 2px solid #1c8fe0;
  padding: 10px 30px;
  border-radius: 35px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto; }
  .btn.transparent {
    background: #fff;
    color: #1c8fe0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .btn.transparent:hover {
      background: #1c8fe014; }

.add-comment__right {
  padding: 25px 0 0; }

.main.edit-blog .page {
  padding-top: 35px; }

.main.creat-book-import .page {
  padding-top: 35px; }

.title.title-back {
  margin-bottom: 35px; }
  .title.title-back h1 {
    font-size: 45px;
    font-weight: 700;
    width: 100%;
    padding-left: 45px;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 15px; }
    .title.title-back h1 a {
      width: 30px;
      display: inline-block;
      position: absolute;
      line-height: 29px;
      left: 0;
      top: 12px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .title.title-back h1 a:hover {
        opacity: 0.6; }
      .title.title-back h1 a .ico {
        position: relative;
        width: 100%;
        height: 30px;
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block; }
  .title.title-back p {
    max-width: 575px;
    width: 100%;
    color: #d5d5d5;
    font-style: italic;
    font-size: 14px;
    line-height: 24px; }

.radio__item_1 label {
  font-size: 14px; }
  .radio__item_1 label strong {
    font-size: 12px;
    font-weight: 400;
    color: #afafaf;
    display: inline; }

.tabs-content-2__item .columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .tabs-content-2__item .columns.profile-columns .columns-left {
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px); }
  .tabs-content-2__item .columns.profile-columns .columns-right {
    width: 370px; }
  .tabs-content-2__item .columns.profile-columns .tab-block {
    border-radius: 3px;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px; }
    .tabs-content-2__item .columns.profile-columns .tab-block .head {
      width: 100%;
      padding: 15px 25px; }
      .tabs-content-2__item .columns.profile-columns .tab-block .head .tab-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 20px;
        position: relative; }
        .tabs-content-2__item .columns.profile-columns .tab-block .head .tab-title .ico {
          color: #1c8fe0;
          margin-right: 8px;
          display: inline-block; }
        .tabs-content-2__item .columns.profile-columns .tab-block .head .tab-title .arrow {
          position: absolute;
          color: #909090;
          font-size: 12px;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          padding: 10px;
          cursor: pointer;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          .tabs-content-2__item .columns.profile-columns .tab-block .head .tab-title .arrow:before {
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
          .tabs-content-2__item .columns.profile-columns .tab-block .head .tab-title .arrow.transform:before {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            position: relative;
            display: inline-block; }
        .tabs-content-2__item .columns.profile-columns .tab-block .head .tab-title .text {
          font-size: 15px;
          font-weight: 700; }
          .tabs-content-2__item .columns.profile-columns .tab-block .head .tab-title .text a {
            color: #dadada;
            font-size: inherit;
            margin-left: 12px;
            font-weight: 400;
            font-size: 15px;
            display: inline-block;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
            .tabs-content-2__item .columns.profile-columns .tab-block .head .tab-title .text a:hover {
              color: #3e3e3e; }
    .tabs-content-2__item .columns.profile-columns .tab-block .body {
      border-top: 1px solid #f0f0f0;
      width: 100%;
      padding: 22px 25px; }
      .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-events {
        border: none;
        border-radius: 0px;
        margin-bottom: 0; }
        .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-events .body-events {
          padding: 0; }
          .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-events .body-events .item-events-person {
            padding: 0;
            margin-bottom: 20px;
            border: none; }
            .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-events .body-events .item-events-person .text {
              width: -webkit-calc(100% - 80px);
              width: calc(100% - 80px); }
            .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-events .body-events .item-events-person .date {
              width: 70px; }
      .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .comments .add-comment {
        margin-bottom: 25px; }
      .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .comments .all-comments {
        padding-bottom: 0; }
      .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .comments .add-comment__right {
        padding: 25px 0 15px; }
      .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .wrap-quotes .item-quote {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 17px; }
        .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .wrap-quotes .item-quote .info {
          width: -webkit-calc(100% - 50px);
          width: calc(100% - 50px); }
          .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .wrap-quotes .item-quote .info blockquote {
            padding: 12px 20px;
            border-left: 3px solid #1c8fe0;
            background: #f5f5f5;
            font-style: italic;
            width: 100%;
            border-radius: 3px;
            margin-bottom: 8px; }
          .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .wrap-quotes .item-quote .info .bottom-block {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center; }
            .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .wrap-quotes .item-quote .info .bottom-block .name-author {
              padding-left: 30px;
              position: relative; }
              .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .wrap-quotes .item-quote .info .bottom-block .name-author:before {
                content: '';
                display: block;
                background: #1c8fe0;
                position: absolute;
                left: 0;
                top: 50%;
                height: 2px;
                width: 15px;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%); }
            .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .wrap-quotes .item-quote .info .bottom-block .book-socials {
              padding-bottom: 0; }
        .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .wrap-quotes .item-quote .action {
          width: 40px;
          margin-left: 10px; }
          .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .wrap-quotes .item-quote .action .ico {
            color: #cfcfcf; }
          .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .wrap-quotes .item-quote .action .block-like {
            margin-bottom: 10px; }
          .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .wrap-quotes .item-quote .action .remove-quote .ico {
            font-size: 18px; }
      .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .btn {
        color: #c7c7c7;
        border: none; }
        .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .btn:hover {
          color: #000; }
      .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .profile-info-person .info {
        margin-bottom: 20px; }
        .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .profile-info-person .info span {
          display: block;
          margin-bottom: 5px;
          padding-left: 30px;
          position: relative;
          font-size: 14px; }
          .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .profile-info-person .info span i {
            position: absolute;
            left: 0;
            top: 0;
            color: #1c8fe0;
            display: inline-block;
            width: 25px;
            text-align: center; }
      .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .profile-info-person .desc {
        position: relative;
        padding-top: 15px; }
        .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .profile-info-person .desc:before {
          content: "";
          display: block;
          width: -webkit-calc(100% + 50px);
          width: calc(100% + 50px);
          height: 1px;
          background: #f0f0f0;
          position: absolute;
          left: -25px;
          top: 0; }
        .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .profile-info-person .desc .title-block {
          font-size: 16px;
          font-weight: 700;
          color: #b5b5b5;
          display: block;
          margin-bottom: 5px; }
        .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .profile-info-person .desc p {
          font-size: 14px;
          line-height: 24px; }
      .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-subscribers {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        margin-left: -10px; }
        .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-subscribers .item-subscribers {
          width: -webkit-calc(33.33% - 20px);
          width: calc(33.33% - 20px);
          margin: 0 10px 18px;
          text-align: center;
          display: block;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-subscribers .item-subscribers:hover {
            opacity: 0.7; }
          .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-subscribers .item-subscribers .img {
            position: relative;
            height: 73px;
            width: 73px;
            overflow: hidden;
            margin: 0 auto 7px;
            display: block;
            border-radius: 100%; }
          .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-subscribers .item-subscribers .name {
            font-size: 11px;
            color: #000; }
      .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .comments {
        padding: 0 0 10px; }
        .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .comments .add-comment__bottom {
          padding: 0; }
      .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-empty {
        padding: 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-empty .text {
          font-size: 16px;
          font-weight: 700;
          margin-bottom: 12px;
          display: inline-block;
          color: #c8c8c8;
          text-align: center; }
        .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-empty .img {
          height: 55px; }
      .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .js-slider-profile {
        padding-right: 0; }
        .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .js-slider-profile .slick-list {
          overflow: hidden !important; }
          .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .js-slider-profile .slick-list .slick-track {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start; }
        .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .js-slider-profile .slick-slide {
          height: initial; }
          .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .js-slider-profile .slick-slide .author {
            font-size: 12px;
            color: #6a6965;
            font-weight: 300;
            display: block;
            margin: 3px 0 5px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .js-slider-profile .slick-slide .author:hover {
              color: #1872b2; }
          .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .js-slider-profile .slick-slide .book__image .img-prev {
            -webkit-background-size: cover;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            height: 215px;
            display: block;
            width: 100%; }
          .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .js-slider-profile .slick-slide .show-more {
            width: 20px;
            height: 30px; }
            .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .js-slider-profile .slick-slide .show-more .button-dots {
              width: 20px;
              height: 30px; }
              .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .js-slider-profile .slick-slide .show-more .button-dots:after, .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .js-slider-profile .slick-slide .show-more .button-dots:before {
                width: 4px;
                height: 4px;
                margin: 0 0 0 -2px; }
              .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .js-slider-profile .slick-slide .show-more .button-dots:after {
                top: 22px; }
              .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .js-slider-profile .slick-slide .show-more .button-dots:before {
                top: 14px; }
              .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .js-slider-profile .slick-slide .show-more .button-dots span {
                width: 4px;
                height: 4px;
                margin: 0 0 0 -2px;
                top: 6px; }
          .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .js-slider-profile .slick-slide .rating {
            padding: 0 0 0 20px; }
            .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .js-slider-profile .slick-slide .rating .rating__star {
              color: #ff9900; }
  .tabs-content-2__item .columns .columns-left {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px); }
  .tabs-content-2__item .columns .columns-right {
    width: 270px;
    margin-left: 30px; }
    .tabs-content-2__item .columns .columns-right .block-search {
      border-radius: 3px;
      border: 1px solid #e8e8e8;
      margin-bottom: 24px; }
      .tabs-content-2__item .columns .columns-right .block-search .input-block {
        padding: 17px 21px 0px; }
        .tabs-content-2__item .columns .columns-right .block-search .input-block .input-wrap input {
          width: 100%; }
      .tabs-content-2__item .columns .columns-right .block-search .block-sorting .title {
        font-size: 14px;
        font-weight: 700;
        display: block;
        padding: 10px 19px 13px; }
      .tabs-content-2__item .columns .columns-right .block-search .block-sorting .custom-select,
      .tabs-content-2__item .columns .columns-right .block-search .block-sorting .select2-container--custom-select {
        display: none; }
      .tabs-content-2__item .columns .columns-right .block-search .block-sorting .list-sorts {
        padding-bottom: 18px; }
        .tabs-content-2__item .columns .columns-right .block-search .block-sorting .list-sorts li a {
          padding: 8px 21px 8px 19px;
          font-size: 14px;
          width: 100%;
          display: inline-block;
          color: #8b8b8b;
          border-left: 2px solid transparent; }
        .tabs-content-2__item .columns .columns-right .block-search .block-sorting .list-sorts li:hover a {
          background: #f3f3f3;
          color: #1872b2; }
        .tabs-content-2__item .columns .columns-right .block-search .block-sorting .list-sorts li.active a {
          background: #f3f3f3;
          color: #1872b2;
          border-left: 2px solid #1872b2; }
    .tabs-content-2__item .columns .columns-right .btn {
      width: 100%; }
      .tabs-content-2__item .columns .columns-right .btn:hover {
        background-color: #1872b2;
        border-color: #1872b2;
        color: #fff; }

.results-blog {
  margin-bottom: 50px; }
  .results-blog .item {
    border-radius: 3px;
    border: 1px solid #e8e8e8;
    padding: 20px 25px;
    margin-bottom: 30px; }
    .results-blog .item .title h2 a, .results-blog .item .title h3 a, .results-blog .item .title h4 a, .results-blog .item .title h5 a, .results-blog .item .title h6 a {
      font-size: 20px;
      font-weight: 700;
      color: #000;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .results-blog .item .title h2 a:hover, .results-blog .item .title h3 a:hover, .results-blog .item .title h4 a:hover, .results-blog .item .title h5 a:hover, .results-blog .item .title h6 a:hover {
        color: #1c8fe0; }
    .results-blog .item .desc {
      line-height: 24px;
      font-size: 14px;
      color: #878787;
      margin-bottom: 20px;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .results-blog .item .block-action {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .results-blog .item .block-action .info-view {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .results-blog .item .block-action .info-view .block-value {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          margin-right: 26px; }
          .results-blog .item .block-action .info-view .block-value * {
            color: #c3c3c3; }
          .results-blog .item .block-action .info-view .block-value .ico {
            display: inline-block;
            margin-right: 8px; }
          .results-blog .item .block-action .info-view .block-value .text {
            font-size: 14px;
            color: #c3c3c3; }
      .results-blog .item .block-action .edit .ico {
        color: #1872b2;
        margin-right: 6px;
        display: inline-block;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .results-blog .item .block-action .edit .text {
        font-size: 14px;
        color: #1872b2;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .results-blog .item .block-action .edit:hover .text,
      .results-blog .item .block-action .edit:hover .ico {
        color: #3f9bdc; }
      .results-blog .item .block-action .read-more {
        font-size: 14px;
        color: #1872b2; }

.block-events {
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  margin-bottom: 30px; }
  .block-events .head-events,
  .block-events .body-events {
    padding: 0 24px; }
  .block-events .head-events {
    border-bottom: 1px solid #f0f0f0; }
    .block-events .head-events .item-events-person {
      border-bottom: none; }
      .block-events .head-events .item-events-person .text {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px); }
        .block-events .head-events .item-events-person .text span {
          font-weight: 700;
          font-size: 15px; }
  .block-events .item-events-person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 0; }
    .block-events .item-events-person .text {
      font-size: 14px;
      width: -webkit-calc(100% - 150px);
      width: calc(100% - 150px);
      margin-right: 20px;
      padding-left: 32px;
      position: relative; }
      .block-events .item-events-person .text .ico-block {
        width: 18px;
        display: inline-block;
        color: #1c8fe0;
        position: absolute;
        left: 0;
        top: 3px; }
        .block-events .item-events-person .text .ico-block svg {
          fill: #1c8fe0;
          stroke: #1c8fe0; }
      .block-events .item-events-person .text a {
        font-size: 14px;
        color: #1c8fe0;
        text-decoration: underline;
        font-weight: 700;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .block-events .item-events-person .text a:hover {
          color: #44b2ff; }
    .block-events .item-events-person .date {
      color: #d0d0d0;
      font-size: 15px;
      text-align: right;
      width: 150px; }
      .block-events .item-events-person .date .ico {
        display: inline-block;
        margin-right: 4px; }

.nav-chapter .adder {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 35px;
  border: 1px solid #1872b2;
  overflow: hidden;
  background: #fff;
  text-align: center; }
  .nav-chapter .adder .input {
    outline: none;
    color: #000;
    background: #fff;
    padding: 10px 35px 10px 20px;
    font-weight: 400;
    font-size: 14px;
    border: none; }
    .nav-chapter .adder .input:focus {
      border: none; }
  .nav-chapter .adder span {
    position: absolute;
    width: 45px;
    height: 45px;
    right: 5px;
    top: 0;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    color: #959595;
    will-change: transform; }
    .nav-chapter .adder span:hover {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }

.nav-chapter .chapter-wrap {
  position: relative;
  padding: 0px;
  margin-bottom: 20px; }
  .nav-chapter .chapter-wrap .draggable {
    padding: 12px 30px 12px 20px;
    will-change: transform;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 10px;
    background-color: white;
    width: 100%;
    cursor: move;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 auto 5px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    color: #8b8b8b;
    position: relative;
    padding: 12px 34px 12px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .nav-chapter .chapter-wrap .draggable.mark:after {
      content: '';
      background-image: url("../img/ico/checkmark.png");
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 12px;
      height: 14px;
      display: block;
      position: absolute;
      right: 11px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .nav-chapter .chapter-wrap .draggable.active {
      border: 1px solid #1c8fe0;
      color: #1c8fe0;
      font-weight: 700; }

    .nav-chapter .chapter-wrap .draggable:hover {
      border: 1px solid #1c8fe0;
      color: #1c8fe0;
      font-weight: 700; }

.nav-chapter .over {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.nav-holding {
  width: -webkit-calc(100% + 28px);
  width: calc(100% + 28px);
  margin-left: -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 30px; }
  .nav-holding .item {
    font-size: 14px;
    font-weight: 700;
    color: #959595;
    background: #f4f4f4;
    border: 3px solid #f4f4f4;
    border-radius: 3px;
    display: block;
    margin: 0 12px;
    width: -webkit-calc(50% - 28px);
    width: calc(50% - 28px);
    text-align: center;
    padding: 12px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .nav-holding .item:hover {
      color: #1c8fe0; }
      .nav-holding .item:hover .ico {
        color: #1c8fe0; }
    .nav-holding .item .ico {
      color: #959595;
      margin-right: 5px;
      display: inline-block;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .nav-holding .item.active {
      border: 3px solid #1c8fe0;
      background: #fff;
      color: #1c8fe0; }
      .nav-holding .item.active .ico {
        color: #1c8fe0; }

.form-group .tag-creat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 13px 0;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px; }
  .form-group .tag-creat li {
    color: #347db7;
    background: #f4f4f4;
    border-radius: 35px;
    padding: 3px 10px;
    margin: 0 5px 10px;
    font-size: 14px; }
    .form-group .tag-creat li a {
      font-size: 14px;
      color: #959595;
      margin-left: 10px;
      display: inline-block;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .form-group .tag-creat li a:hover {
        color: #ef1f1c; }

.checkbox_2 label {
  font-size: 14px; }

.editor-item__label,
.editor-item__link {
  font-size: 14px; }

.editor-item__label.required {
  position: relative; }
  .editor-item__label.required:before {
    content: '*';
    display: block;
    position: absolute;
    right: -10px;
    color: #ef1f1c;
    top: 0;
    font-size: 18px; }

.form-group .author-creat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 13px 0;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px; }
  .form-group .author-creat li {
    color: #959595;
    background: #f4f4f4;
    border-radius: 3px;
    padding: 3px 10px;
    margin: 0 5px 10px;
    font-size: 12px; }
    .form-group .author-creat li a {
      font-size: 12px;
      color: #959595;
      margin-left: 10px;
      display: inline-block;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .form-group .author-creat li a:hover {
        color: #ef1f1c; }

.jq-scroll {
  max-height: 400px !important; }

.comment__main.comment__main_hide {
  background: #f5f5f5;
  max-width: 770px;
  margin: 0 0 20px auto; }

.single-blog .head-block .title {
  margin-bottom: 10px; }
  .single-blog .head-block .title h1 {
    padding-bottom: 0;
    margin-bottom: 0; }

.single-blog .head-block .block-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #d7d7d7; }
  .single-blog .head-block .block-action .block-info {
    margin-bottom: 0; }
    .single-blog .head-block .block-action .block-info .name-person {
      margin-right: 40px; }
    .single-blog .head-block .block-action .block-info .date {
      margin-right: 50px; }

.single-blog .block-text {
  padding-bottom: 15px;
  border-bottom: 2px solid #d7d7d7;
  margin-bottom: 20px; }
  .single-blog .block-text p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px; }
  .single-blog .block-text .img {
    margin-bottom: 30px; }
    .single-blog .block-text .img img {
      width: 100%; }

.single-blog .block-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px; }
  .single-blog .block-article .tags {
    margin-right: 30px;
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px); }
  .single-blog .block-article .comment__likes {
    width: 150px;
    text-align: right; }

.single-blog .comments {
  max-width: 870px;
  margin-bottom: 45px;
  border-bottom: 2px solid #d7d7d7; }
  .single-blog .comments .all-comments {
    padding-bottom: 10px; }
  .single-blog .comments .comment__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .single-blog .comments .comment__cols .comment__col:first-child {
      width: -webkit-calc(100% - 230px);
      width: calc(100% - 230px);
      margin-right: 30px; }
    .single-blog .comments .comment__cols .comment__col:last-child {
      width: 200px; }
    .single-blog .comments .comment__cols .comment__col.flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  .single-blog .comments .add-comment .action-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .single-blog .comments .add-comment .action-block .input-form {
      width: -webkit-calc(100% - 200px);
      width: calc(100% - 200px); }
    .single-blog .comments .add-comment .action-block .add-comment__bottom {
      width: 200px; }
      .single-blog .comments .add-comment .action-block .add-comment__bottom .add-comment__right {
        padding-top: 0; }
  .single-blog .comments .all-comments__bottom {
    padding: 10px 0 70px; }

.single-blog .add-comment {
  max-width: 870px; }

.comment__col.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.block-attention {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 50px;
  cursor: pointer; }
  .block-attention .ico {
    width: 21px;
    height: 21px; }
    .block-attention .ico svg {
      fill: #b8b8b8;
      stroke: #b8b8b8; }

.add-comment {
  margin: 0; }

.otherto-read {
  max-width: 870px; }
  .otherto-read .title {
    margin-bottom: 15px; }
    .otherto-read .title h4, .otherto-read .title h5, .otherto-read .title h6 {
      font-size: 25px;
      font-weight: 700;
      padding-bottom: 0; }
  .otherto-read .tags {
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
    margin-right: 50px; }
  .otherto-read .results-blog .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .otherto-read .results-blog .item .block-action {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  .otherto-read .block-action {
    width: 50%; }

.invisible {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0; }

.input {
  width: 100%;
  height: 45px;
  padding: 5px 17px 4px;
  font: 14px/1 Arial, sans-serif;
  letter-spacing: 0.45px;
  text-align: left;
  color: #222;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700; }

.edit-blog .wrap-edit-blog .title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px; }
  .edit-blog .wrap-edit-blog .title-wrap .title-block {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 5px; }
  .edit-blog .wrap-edit-blog .title-wrap .content-preview {
    display: inline-block;
    margin-left: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #959595;
    font-size: 14px; }
    .edit-blog .wrap-edit-blog .title-wrap .content-preview .ico {
      color: #959595;
      display: inline-block;
      margin-right: 5px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .edit-blog .wrap-edit-blog .title-wrap .content-preview:hover {
      color: #4e4e4e; }
      .edit-blog .wrap-edit-blog .title-wrap .content-preview:hover .ico {
        color: #4e4e4e; }

.edit-blog .wrap-edit-blog .content {
  border: 1px solid #e8e8e8;
  padding: 30px 34px; }
  .edit-blog .wrap-edit-blog .content .editor-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .edit-blog .wrap-edit-blog .content .editor-item .editor-item__left {
      width: 136px;
      text-align: right;
      margin-right: 30px;
      display: block; }
      .edit-blog .wrap-edit-blog .content .editor-item .editor-item__left .editor-item__label {
        font-size: 14px; }
    .edit-blog .wrap-edit-blog .content .editor-item .editor-item__content {
      display: block;
      width: -webkit-calc(100% - 166px);
      width: calc(100% - 166px); }

.action-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px; }
  .action-btn .remove {
    color: #ef1f1c;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .action-btn .remove .ico {
      display: inline-block;
      margin-right: 8px;
      color: #ef1f1c;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .action-btn .remove:hover {
      color: #ef1f1c; }
      .action-btn .remove:hover .ico {
        color: #ef1f1c;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transform: rotate(-30deg); }
  .action-btn .wrap-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .action-btn .wrap-btn .button {
      margin-left: 20px;
      font-size: 14px;
      line-height: 40px;
      height: 40px; }
      .action-btn .wrap-btn .button.transparent {
        color: #1c8fe0;
        background: #fff;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .action-btn .wrap-btn .button.transparent:hover {
          background: #1c8fe014; }
      .action-btn .wrap-btn .button.cancel {
        border: none;
        background: #fff;
        color: #999999;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .action-btn .wrap-btn .button.cancel:hover {
          color: #393939; }

.input,
.textarea {
  width: 100%;
  height: 45px;
  padding: 5px 17px 4px;
  font: 14px/1 Arial, sans-serif;
  letter-spacing: 0.45px;
  text-align: left;
  color: #222;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700; }

.textarea {
  min-height: 200px;
  padding: 20px 17px 20px;
  font-size: 14px;
  font-weight: 400; }

.select_1 .jq-selectbox__select {
  background: #ffffff;
  border: 1px solid #e8e8e8; }

.creat-book .middle-block .main-nav {
  background: #f4f4f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  .creat-book .middle-block .main-nav .tabs-nav-2 {
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px); }
    .creat-book .middle-block .main-nav .tabs-nav-2 .tabs-nav-2__list {
      margin-bottom: 0; }
  .creat-book .middle-block .main-nav .content-preview {
    display: inline-block;
    margin-left: 50px;
    margin-right: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #959595;
    font-size: 14px; }
    .creat-book .middle-block .main-nav .content-preview .ico {
      color: #959595;
      display: inline-block;
      margin-right: 5px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .creat-book .middle-block .main-nav .content-preview:hover {
      color: #4e4e4e; }
      .creat-book .middle-block .main-nav .content-preview:hover .ico {
        color: #4e4e4e; }

.creat-book .middle-block .columns-creat-book {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .creat-book .middle-block .columns-creat-book .title-block {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 12px; }
  .creat-book .middle-block .columns-creat-book .left-column {
    width: 270px;
    margin-right: 30px; }
    .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload {
      margin-bottom: 25px; }
      .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-wrapper-cover {
        border: 2px dashed #e8e8e8;
        position: relative;
        border-radius: 3px;
        padding: 80px 20px;
        text-align: center;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-wrapper-cover.load {
          border: none; }
          .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-wrapper-cover.load p {
            color: #484848;
            font-weight: 600; }
        .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-wrapper-cover:hover .prev-file-cover {
          opacity: 0.2; }
        .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-wrapper-cover:hover .delete-file-cover {
          opacity: 1; }
        .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-wrapper-cover .prev-file-cover {
          background-position: center;
          -webkit-background-size: cover;
          background-size: cover;
          background-repeat: no-repeat;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
        .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-wrapper-cover .wrap-text {
          height: 20px;
          overflow: hidden;
          position: relative;
          margin-bottom: 15px; }
          .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-wrapper-cover .wrap-text .text {
            font-size: 14px;
            font-weight: 700;
            display: block;
            margin-bottom: 22px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
            -o-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            -webkit-transition-delay: 0.5s;
            -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
            opacity: 0;
            width: 100%; }
            .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-wrapper-cover .wrap-text .text.show {
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              opacity: 1; }
        .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-wrapper-cover .block-img {
          position: relative;
          height: 75px;
          margin: 0 auto 20px; }
          .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-wrapper-cover .block-img .img {
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            width: 100%;
            height: 100%;
            -webkit-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
            -o-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            -webkit-transition-delay: 0.5s;
            -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
            opacity: 0; }
            .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-wrapper-cover .block-img .img.show {
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              opacity: 1; }
            .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-wrapper-cover .block-img .img img {
              position: absolute;
              margin: auto;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              vertical-align: middle;
              max-width: 100%;
              max-height: 100%; }
        .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-wrapper-cover .delete-file-cover {
          cursor: pointer;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          position: absolute;
          z-index: 4;
          width: 35px;
          height: 35px;
          right: 10px;
          top: 10px;
          opacity: 0;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-wrapper-cover .delete-file-cover .ico {
            font-size: 25px;
            display: inline-block;
            color: #ef1f1c; }
        .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-wrapper-cover strong {
          font-size: 16px;
          font-weight: 700;
          display: inline-block;
          margin-bottom: 12px; }
        .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-wrapper-cover p {
          font-size: 13px;
          color: #b1b1b1;
          max-width: 220px;
          margin: 0 auto; }
      .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-cover,
      .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-cover:focus {
        position: absolute;
        outline: none !important;
        width: 100%;
        cursor: pointer;
        opacity: 0;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 2; }
      .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-wrapper-cover:hover,
      .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload .dropzone-wrapper-cover.dragover {
        background: #ecf0f5;
        border-color: #1c8fe0; }
    .creat-book .middle-block .columns-creat-book .left-column .cover-block .status-info {
      padding: 20px 12px 8px;
      border-radius: 3px;
      border: 1px solid #e8e8e8;
      margin-bottom: 15px; 
	}
      .creat-book .middle-block .columns-creat-book .left-column .cover-block .status-info .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 12px;
	margin-left: 0px !important;
	margin-right: 0px !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .creat-book .middle-block .columns-creat-book .left-column .cover-block .status-info .row:first-child {
          margin: 0 !important; 
	}
        .creat-book .middle-block .columns-creat-book .left-column .cover-block .status-info .row.action-status {
          margin-top: 0; }
        .creat-book .middle-block .columns-creat-book .left-column .cover-block .status-info .row strong {
          font-weight: 700;
          font-size: 14px; }
          .creat-book .middle-block .columns-creat-book .left-column .cover-block .status-info .row strong a {
            font-size: 14px;
            font-weight: 400;
            text-decoration: underline; }
            .creat-book .middle-block .columns-creat-book .left-column .cover-block .status-info .row strong a.hide_btn {
              color: #ef1f1c; }
            .creat-book .middle-block .columns-creat-book .left-column .cover-block .status-info .row strong a.show_btn {
              color: #1c8fe0; }
            .creat-book .middle-block .columns-creat-book .left-column .cover-block .status-info .row strong a:hover {
              text-decoration: none; }
        .creat-book .middle-block .columns-creat-book .left-column .cover-block .status-info .row span {
          display: inline-block;
          width: 105px;
          margin-right: 10px;
          font-size: 14px; }
  .creat-book .middle-block .columns-creat-book .right-column {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px); }
    .creat-book .middle-block .columns-creat-book .right-column .radio__item_1 {
      padding: 0 0 20px; }
      .creat-book .middle-block .columns-creat-book .right-column .radio__item_1.active label:before {
        border: 1px solid #1c8fe0; }
      .creat-book .middle-block .columns-creat-book .right-column .radio__item_1 label {
        padding: 0 0 0 30px; }
        .creat-book .middle-block .columns-creat-book .right-column .radio__item_1 label:before {
          content: "";
          width: 20px;
          height: 20px;
          position: absolute;
          top: 0px;
          left: 0;
          z-index: 1;
          border: 1px solid #b8b8b8;
          border-radius: 50%; }
        .creat-book .middle-block .columns-creat-book .right-column .radio__item_1 label:after {
          width: 20px;
          height: 20px;
          top: 0; }
    .creat-book .middle-block .columns-creat-book .right-column .main-settings {
      border: 1px solid #e8e8e8;
      border-radius: 3px;
      padding: 30px 20px; }
      .creat-book .middle-block .columns-creat-book .right-column .main-settings .editor-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0;
        margin-bottom: 20px; }
        .creat-book .middle-block .columns-creat-book .right-column .main-settings .editor-item.age-wrap .editor-item__left {
          padding-top: 0; }
        .creat-book .middle-block .columns-creat-book .right-column .main-settings .editor-item.age-wrap .editor-item__content_full .checkbox-wrap label {
          padding: 15px 0 4px 18px; }
        .creat-book .middle-block .columns-creat-book .right-column .main-settings .editor-item .editor-item__left {
          width: 150px;
          text-align: right;
          margin-right: 30px;
          display: inline-block; }
        .creat-book .middle-block .columns-creat-book .right-column .main-settings .editor-item .editor-item__content {
          width: -webkit-calc(100% - 330px);
          width: calc(100% - 330px); }
          .creat-book .middle-block .columns-creat-book .right-column .main-settings .editor-item .editor-item__content .form-group {
            margin-bottom: 0; }
        .creat-book .middle-block .columns-creat-book .right-column .main-settings .editor-item .editor-item__right {
          width: 130px;
          margin-left: 20px;
          padding: 0; }
    .creat-book .middle-block .columns-creat-book .right-column .creating-edit-page .block-control {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 15px; }
      .creat-book .middle-block .columns-creat-book .right-column .creating-edit-page .block-control .editor-item__content {
        width: -webkit-calc(100% - 205px);
        width: calc(100% - 205px);
        display: block; }
      .creat-book .middle-block .columns-creat-book .right-column .creating-edit-page .block-control .editor-item__right {
        width: 180px;
        margin-left: 25px;
        padding-top: 0;
        padding-left: 0; }
        .creat-book .middle-block .columns-creat-book .right-column .creating-edit-page .block-control .editor-item__right .checkbox_2 label {
          font-size: 14px; }

.creat-book .middle-block .block-importFile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-calc(100% + 26px);
  width: calc(100% + 26px);
  margin-left: -13px; }
  .creat-book .middle-block .block-importFile .item {
    width: -webkit-calc(50% - 26px);
    width: calc(50% - 26px);
    margin: 0 13px; }
    .creat-book .middle-block .block-importFile .item .dropzone-wrapper {
      border: 2px dashed #e8e8e8;
      position: relative;
      border-radius: 3px;
      padding: 20px 50px;
      text-align: center; }
      .creat-book .middle-block .block-importFile .item .dropzone-wrapper .wrap-text {
        height: 20px;
        overflow: hidden;
        position: relative;
        margin-bottom: 15px; }
        .creat-book .middle-block .block-importFile .item .dropzone-wrapper .wrap-text .text {
          font-size: 14px;
          font-weight: 700;
          display: block;
          margin-bottom: 22px;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, 50%);
          -ms-transform: translate(-50%, 50%);
          -o-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          -webkit-transition-delay: 0.5s;
          -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
          opacity: 0;
          width: 100%; }
          .creat-book .middle-block .block-importFile .item .dropzone-wrapper .wrap-text .text.show {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            opacity: 1; }
      .creat-book .middle-block .block-importFile .item .dropzone-wrapper .block-img {
        position: relative;
        height: 75px;
        margin: 0 auto 20px; }
        .creat-book .middle-block .block-importFile .item .dropzone-wrapper .block-img .img {
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          width: 100%;
          height: 100%;
          -webkit-transform: translate(-50%, 50%);
          -ms-transform: translate(-50%, 50%);
          -o-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          -webkit-transition-delay: 0.5s;
          -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
          opacity: 0; }
          .creat-book .middle-block .block-importFile .item .dropzone-wrapper .block-img .img.show {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            opacity: 1; }
          .creat-book .middle-block .block-importFile .item .dropzone-wrapper .block-img .img img {
            position: absolute;
            margin: auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            vertical-align: middle;
            max-width: 100%;
            max-height: 100%; }
      .creat-book .middle-block .block-importFile .item .dropzone-wrapper .name-file {
        font-size: 16px;
        color: #1c8fe0;
        font-weight: 700; }
      .creat-book .middle-block .block-importFile .item .dropzone-wrapper .delete-file {
        color: #ef1f1c;
        font-size: 14px;
        cursor: pointer;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto 10px;
        padding: 10px;
        display: block;
        position: relative;
        z-index: 4; }
      .creat-book .middle-block .block-importFile .item .dropzone-wrapper strong {
        font-size: 16px;
        font-weight: 700;
        display: inline-block;
        margin-bottom: 12px; }
      .creat-book .middle-block .block-importFile .item .dropzone-wrapper p {
        font-size: 13px;
        color: #b1b1b1;
        max-width: 220px;
        margin: 0 auto; }
    .creat-book .middle-block .block-importFile .item .dropzone,
    .creat-book .middle-block .block-importFile .item .dropzone:focus {
      position: absolute;
      outline: none !important;
      width: 100%;
      cursor: pointer;
      opacity: 0;
      left: 0;
      top: 0;
      height: 100%;
      z-index: 2; }
    .creat-book .middle-block .block-importFile .item .dropzone-wrapper:hover,
    .creat-book .middle-block .block-importFile .item .dropzone-wrapper.dragover {
      background: #ecf0f5;
      border-color: #1c8fe0; }

.comments {
  padding: 0 0 60px; }

.block-info {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .block-info .name-person {
    margin-right: 21px; }
    .block-info .name-person * {
      color: #1872b2; }
  .block-info .date * {
    color: #8b8b8b; }
  .block-info .date .ico {
    font-size: 14px; }
  .block-info .date .text {
    font-size: 14px; }

.info-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .info-view .block-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 26px; }
    .info-view .block-value * {
      color: #c3c3c3; }
    .info-view .block-value .ico {
      display: inline-block;
      margin-right: 8px; }
    .info-view .block-value .text {
      font-size: 14px;
      color: #c3c3c3; }

.input-wrap {
  margin-bottom: 22px; }
  .input-wrap label {
    font-size: 14px;
    font-weight: 700;
    display: block;
    font-size: 14px;
    margin-bottom: 4px; }
  .input-wrap input {
    border-radius: 3px;
    height: 33px;
    border: 1px solid #e8e8e8;
    padding: 13px 10px; }

.star_block .rating-info {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  width: -ms-max-content;
  height: inherit; }

.star_block .rating-info__button {
  width: 170px;
  height: 42px;
  padding: 0;
  background: #f3f3f3;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px 5px 10px; 
  width: auto;
  height: 100%; }

.star_block .rating-info__button .rating-info__label {
  height: initial;
  font-size: 16px;
  font-weight: 700;
  margin-right: 9px; }

.star_block .rating-info__button .rating-info__stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.star_block .rating-info__button .rating-info__stats .rating-info__star {
  margin-right: 6px;
  display: inline-block;
  position: static; }

.star_block .rating-info__button .rating-info__stats .rating-info__star i {
  color: #ff9a00; }

.star_block .rating-info__button .rating-info__stats .rating-info__count {
  margin-right: 6px;
  display: inline-block;
  padding: 0;
  font-size: 16px; }

.star_block .rating-info__button .rating-info__stats .rating-info__count:before {
  content: none; }

.star_block .rating-hide {
  top: 40px;
  left: 0;
  right: auto; }

.select2-container--custom-select.select2-container--open .select2-dropdown--below {
  top: 10px; }

.select2-container--custom-select.select2-container--open .select2-dropdown--above {
  top: -10px; }

.select2-container--custom-select.select2-container--open .select2-dropdown {
  border: 1px solid #999;
  border-radius: 5px;
  z-index: 2; }
  .select2-container--custom-select.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    padding: 7px 14px; }
  .select2-container--custom-select.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted {
    background: #eee; }

.select2-container--custom-select {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: 200px; }
  .select2-container--custom-select * {
    outline: none !important; }
  .select2-container--custom-select.select2-container--open .select2-selection--single {
    border-color: #e1e1e1; }
  .select2-container--custom-select .select2-selection--single {
    height: 33px !important;
    padding: 0;
    border-radius: 3px !important;
    border: 1px solid #e1e1e1;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: left;
    font-size: 13px !important; }
    .select2-container--custom-select .select2-selection--single:hover {
      background: #eee; }
    .select2-container--custom-select .select2-selection--single .select2-selection__placeholder {
      font-size: 18px;
      font-weight: 400;
      color: #484848;
      text-align: left; }
  .select2-container--custom-select .select2-selection__arrow {
    top: 0px !important;
    right: 19px;
    position: absolute;
    bottom: 0px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center; }
    .select2-container--custom-select .select2-selection__arrow b {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      color: #959595;
      font-size: 21px;
      line-height: 33px;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all; }
      .select2-container--custom-select .select2-selection__arrow b:before {
        content: "\f107"; }
  .select2-container--custom-select.select2-container--open b {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .select2-container--custom-select.select2-container--open .select2-selection__rendered {
    background: transparent; }
  .select2-container--custom-select .select2-selection__rendered {
    font-size: 13px !important;
    line-height: 33px;
    font-weight: 400;
    color: #484848 !important;
    padding: 0 45px 0 20px !important;
    text-align: left;
    text-transform: initial; }
  .select2-container--custom-select .select2-dropdown {
    border: 1px solid #e1e1e1 !important;
    background: transparent;
    border-radius: 3px !important;
    top: 0;
    left: 0; }
    .select2-container--custom-select .select2-dropdown .select2-results__options {
      padding: 10px 0;
      background: #fff;
      max-height: 300px;
      overflow-y: auto; }
    .select2-container--custom-select .select2-dropdown .select2-results__option {
      font-size: 13px;
      background: #fff;
      color: #212121;
      padding: 10px 15px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      -webkit-transition: background .2s;
      -o-transition: background .2s;
      transition: background .2s; }
      .select2-container--custom-select .select2-dropdown .select2-results__option:hover, .select2-container--custom-select .select2-dropdown .select2-results__option.select2-results__option--highlighted {
        background: #e2e2e2;
        -webkit-transition: background .2s;
        -o-transition: background .2s;
        transition: background .2s; }

.select2-container--price .select2-dropdown .select2-results__option {
  padding-left: 15px; }

.input-container .select2-container--custom-select {
  width: 100% !important; }

.profile-info .profile-info__cols .block-main-person {
  position: relative;
  padding: 20px 0px 20px 175px; }

.profile-info .profile-info__cols .block-main-person .person-data {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  color: #fff; 
  white-space: nowrap;
  position: relative; }

.profile-info .profile-info__cols .block-main-person .person-data .name {
  font-size: 22px;
  font-weight: 700;
  display: inline-block; }

.profile-info .profile-info__cols .block-main-person .person-data .quotes {
  max-width: 1212px;
  font-size: 16px; }

.profile-info .profile-info__cols .action-profile {
  width: 420px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end; 
  position: absolute;
  right: 0;
  top: 130px; }
.profile-info .profile-info__cols .action-profile .add-book {
  color: #1c8fe0;
  font-size: 16px;
  margin-right: 0;
  margin-left: auto; }
.profile-info .profile-info__cols .action-profile .add-book i {
  margin-right: 14px;
  display: inline-block; }
.profile-info .profile-info__cols .action-profile .subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 35px;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
.profile-info .profile-info__cols .action-profile .subscribe * {
  color: #222; }
.profile-info .profile-info__cols .action-profile .subscribe .text {
  font-size: 16px;
  background: #fff;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; 
  padding: 8px 20px; }
.profile-info .profile-info__cols .action-profile .subscribe .sub_iconbell:before {
  margin-right: 15px;
  font: 15px/23px "icons";
  content: "\e903";
  color: #1c8fe0; }
.profile-info .profile-info__cols .action-profile .subscribe .unsub_iconbell:before {
    margin-right: 15px;
    font: 15px/23px "icons";
    content: "\e903";
    color: #e3e2e2; }
.profile-info .profile-info__cols .action-profile .subscribe .number {
  margin-left: 15px; }
.profile-info .profile-info__cols .action-profile .subscribe:hover {
  opacity: 0.9; }
.profile-info .profile-info__cols .action-profile .write-mess {
  margin-left: 30px; 
  padding: 8px 20px;
  background-color: #fff;
  text-align: center;
  border-radius: 35px;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; 
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
.profile-info .profile-info__cols .action-profile .write-mess:before {
  margin-right: 10px;
  font: 13px/23px "icons";
  content: "\e91a";
  color: #1c8fe0; }
}

@media (max-width: 1300px) {
.profile-info .profile-info__cols .action-profile {
  padding: 0 0 20px 175px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.profile-info .profile-info__cols .action-profile .add-book {
  margin-left: 0; } 
}

@media (max-width: 1024px) {
.tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .js-slider-profile .slick-slide .book__image-wrap {
  margin-bottom: 7px; }
.tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .js-slider-profile .slick-slide .book__title {
  display: block; }
.title.title-back h1 {
  font-size: 35px;
  margin-bottom: 15px;
  padding-left: 35px; }
.title.title-back h1 a {
  top: 6px;
  width: 24px; }
.main-tabs {
  margin-top: 0; }
.scroll-nav-menu a {
  width: 136px; }
.scroll-nav-menu:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 26px;
  right: 0;
  height: 100%;
  opacity: 1;
  border-radius: 10px;
  filter: blur(8px);
  transform: translate3d(0,0,0);
  background: linear-gradient(-150deg,#fff 0,#fff 100%);
  animation: glow 3s infinite; }
.tabs-nav-2__link.active {
  width: 120px; }
.tabs-content-2__item .columns {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }
.tabs-content-2__item .columns.profile-columns .tab-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px; }
.fa.fa-quote-right.ico {
    display: none; }
.tabs-content-2__item .columns.profile-columns .tab-block-columns .tab-block {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px 30px; }
.tabs-content-2__item .columns.profile-columns .tab-block-columns .tab-block .body .tab-content .comments .add-comment {
  margin-bottom: 0; }
.tabs-content-2__item .columns .columns-left {
  width: 100%;
  margin-left: 0; }
.tabs-content-2__item .columns .columns-right {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0; }
.tabs-content-2__item .columns .columns-right .block-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 20px 20px; }
.tabs-content-2__item .columns .columns-right .block-search .input-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-right: 30px; }
.tabs-content-2__item .columns .columns-right .block-search .input-block .input-wrap {
  margin-bottom: 0; }
.tabs-content-2__item .columns .columns-right .block-search .input-block .input-wrap:first-child {
  margin-right: 30px; }
.tabs-content-2__item .columns .columns-right .block-search .block-sorting {
  width: 210px; }
.tabs-content-2__item .columns .columns-right .block-search .block-sorting .title {
  padding: 0;
  margin-bottom: 4px; }
.tabs-content-2__item .columns .columns-right .block-search .block-sorting .select2-container--custom-select {
  display: block; }
.tabs-content-2__item .columns .columns-right .block-search .block-sorting .list-sorts {
  display: none; }
.nav-holding {
  margin-top: 70px; }
.creat-book .middle-block .main-nav {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background: #fff;
  margin-bottom: 35px; }
.creat-book .middle-block .main-nav .tabs-nav-2 {
  width: 100%; }
.creat-book .middle-block .main-nav .content-preview {
  position: absolute;
  right: 0;
  bottom: -55px;
  margin: 0; }
.creat-book .middle-block .columns-creat-book .left-column {
  width: 100%;
  margin-right: 0;
  margin-bottom: 40px; }
.creat-book .middle-block .columns-creat-book .left-column .cover-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0; }
.creat-book .middle-block .columns-creat-book .left-column .cover-block .title-block {
  width: 100%;
  display: block; }
.creat-book .middle-block .columns-creat-book .left-column .cover-block .upload {
  width: 270px;
  margin-right: 40px;
  margin-bottom: 0; }
.creat-book .middle-block .columns-creat-book .left-column .cover-block .status-info {
  width: -webkit-calc(100% - 310px);
  width: calc(100% - 310px); }
.creat-book .middle-block .columns-creat-book .right-column {
  width: 100%; }
.creat-book .middle-block .columns-creat-book .right-column .main-settings .editor-item .editor-item__left {
  text-align: left;
  width: 100%;
  margin-bottom: 2px; }
.creat-book .middle-block .columns-creat-book .right-column .main-settings .editor-item .editor-item__content {
  width: -webkit-calc(100% - 135px);
  width: calc(100% - 135px);
  max-width: 565px; }
.creat-book .middle-block .columns-creat-book .right-column .main-settings .editor-item .editor-item__right {
  width: 115px; }
.edit-blog .wrap-edit-blog .content .editor-item .editor-item__left {
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  margin-right: 0; }
.edit-blog .wrap-edit-blog .content .editor-item .editor-item__content {
  width: 100%;
  max-width: 100%; }
.edit-blog .wrap-edit-blog .content .editor-item .editor-item__right {
  width: 115px; }
.profile-info .profile-info__cols .block-main-person {
padding: 28px 0 20px 125px; }
.profile-info .profile-info__cols .action-profile {
  top: 100px; }
.tabs-content-2__item .columns.profile-columns .columns-left {
  width: 100%; }
.tabs-content-2__item .columns.profile-columns .columns-right {
  width: 100%; }
.single-blog .block-article .comment__likes {
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0; }
.single-blog .comments .comment__cols .comment__col:first-child {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px); }
.single-blog .comments .comment__cols .comment__col:last-child {
  width: 20px; } }

@media (max-width: 767px) {
  .single-blog .block-article .tags {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px; }
.single-blog .block-article .comment__likes {
  margin: 0 auto; }
.single-blog .comments .comment__col .block-attention {
  margin-left: 0; }
.profile-info .profile-info__cols .action-profile .subscribe .text {
  padding: 4px 12px; }
.action-profile p {
  display: none; }
.profile-info .profile-info__cols .action-profile .write-mess:before {
  margin-right: 0px; }
.profile-info .profile-info__cols .action-profile .subscribe .number {
  font-size: 14px;
  margin-left: 0px; }
.profile-info .profile-info__cols .action-profile .subscribe {
  min-width: 76px; }
.profile-info .profile-info__cols .action-profile .subscribe .text:before {
    margin-right: 10px; }
.profile-info .profile-info__cols .action-profile .write-mess {
  padding: 4px 29px; 
  margin-left: 15px;}
.profile-info .profile-info__cols .block-main-person .person-data {
  width: 100%; }
.profile-info .profile-info__cols .action-profile {
    top: 111px; }
.profile-info .profile-info__cols .block-main-person .star_block .rating-info__button .rating-info__stats {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
.block-info .name-person {
  margin-right: 21px;
  width: 100%;
  display: block;
  margin-bottom: 4px; }
.scroll-nav-menu a {
    width: 105px; }
.block-info .date {
  width: 100%; }
.tabs-content-2__item .columns .columns-right .block-search .input-block {
  width: 100%;
  margin-right: 0;
  margin-bottom: 12px; }
.tabs-content-2__item .columns .columns-right .block-search .input-block .input-wrap {
  width: 100%;
  margin-right: 0;
  margin-bottom: 12px; }
.tabs-content-2__item .columns .columns-right .block-search .input-block .input-wrap:first-child {
  margin-right: 0; }
  .tabs-content-2__item .columns .columns-right .block-search .block-sorting {
    width: 100%; }
    .tabs-content-2__item .columns .columns-right .block-search .block-sorting .select2-container--custom-select {
      width: 100% !important; }
  .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-empty {
    padding: 35px 0; }
    .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-empty .text {
      font-size: 14px; }
  .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-subscribers .item-subscribers {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px); }
  .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .wrap-quotes .item-quote .info {
    width: 100%; }
    .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .wrap-quotes .item-quote .info .bottom-block .name-author {
      padding-left: 22px;
      font-size: 14px; }
    .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .wrap-quotes .item-quote .info .bottom-block .book-socials {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 8px 0 10px; }
      .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .wrap-quotes .item-quote .info .bottom-block .book-socials .book-socials__label {
        padding-top: 0;
        font-size: 14px; }
      .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .wrap-quotes .item-quote .info .bottom-block .book-socials .socials-1__link {
        width: 24px;
        height: 24px; }
        .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .wrap-quotes .item-quote .info .bottom-block .book-socials .socials-1__link:before {
          font: 16px/24px 'fa'; }
      .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .wrap-quotes .item-quote .info .bottom-block .book-socials .socials-1__item {
        padding-bottom: 0; }
  .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .wrap-quotes .item-quote .action {
    margin-left: 0;
    width: 100%; }
    .tabs-content-2__item .columns.profile-columns .tab-block .body .tab-content .block-quotes .wrap-quotes .item-quote .action .block-like {
      display: inline-block;
      margin-right: 10px; }
  .tabs-content-2__item .columns.profile-columns .tab-block-columns .tab-block {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px); }
  .results-blog .item .title h2, .results-blog .item .title h3, .results-blog .item .title h4, .results-blog .item .title h5, .results-blog .item .title h6 {
    font-size: 16px; }
  .results-blog .item .block-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .results-blog .item .block-action .info-view {
      margin-bottom: 15px; }
  .block-events .item-events-person {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
    .block-events .item-events-person .text {
      width: 100%;
      margin-right: 0; }
    .block-events .item-events-person .date {
      text-align: left;
      width: 100%;
      margin-bottom: 5px; }
  .title.title-back h1 {
    font-size: 25px;
    padding-left: 35px; }
    .title.title-back h1 a {
      top: 3px;
      width: 20px; }
      .title.title-back h1 a .ico {
        height: 24px; }
  .single-blog .head-block .block-action .info-view {
    width: 100%;
    margin-top: 10px; }
  .single-blog .comments .add-comment .action-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .single-blog .comments .add-comment .action-block .add-comment__bottom .add-comment__right {
      text-align: left; }
  .action-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .action-btn .wrap-btn {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .action-btn .wrap-btn .button {
        margin-bottom: 20px;
        margin-left: 0; }
  .nav-holding .item {
    margin: 0 12px 7px;
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px); }
  .nav-holding {
    margin-top: 40px; }
  .creat-book .middle-block .main-nav .content-preview {
    position: static;
    margin: 20px auto 0; }
  .creat-book .middle-block .columns-creat-book .left-column .cover-block .upload {
    width: 100%;
    margin: 0 auto 40px; }
  .creat-book .middle-block .columns-creat-book .left-column .cover-block .status-info {
    width: 100%; }
  .creat-book .middle-block .columns-creat-book .right-column .creating-edit-page .block-control .editor-item__content {
    width: 100%;
    margin-bottom: 5px; }
  .creat-book .middle-block .columns-creat-book .right-column .creating-edit-page .block-control .editor-item__right {
    margin-right: 0;
    margin-left: auto; }
  .creat-book .middle-block .columns-creat-book .right-column .main-settings .editor-item .editor-item__content {
    width: 100%;
    max-width: 100%; }
  .creat-book .middle-block .columns-creat-book .right-column .main-settings .editor-item .editor-item__right {
    width: 100%;
    text-align: right; }
    .creat-book .middle-block .columns-creat-book .right-column .main-settings .editor-item .editor-item__right .checkbox, .creat-book .middle-block .columns-creat-book .right-column .main-settings .editor-item .editor-item__right .radio__item {
      text-align: right; }
  .creat-book .middle-block .block-importFile .item {
    width: -webkit-calc(100% - 26px);
    width: calc(100% - 26px);
    margin: 0 13px 30px; }
    .creat-book .middle-block .block-importFile .item .dropzone-wrapper {
      padding: 20px; }
  .edit-blog .wrap-edit-blog .title-wrap {
    padding-top: 40px;
    position: relative; }
    .edit-blog .wrap-edit-blog .title-wrap .content-preview {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-left: 0;
      top: 0;
      width: 200px;
      text-align: center; }
  .otherto-read .tags {
    width: 100%;
    margin-right: 0; }
  .otherto-read .results-blog .item .block-action {
    width: 100%; } }
.hide{
  display: none;
}

.nav-chapter .adder {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 35px;
  border: 1px solid #1872b2;
  overflow: hidden;
  background: #fff;
  text-align: center; }
.nav-chapter .adder .input {
  outline: none;
  color: #000;
  background: #fff;
  padding: 10px 35px 10px 20px;
  font-weight: 400;
  font-size: 14px;
  border: none; }
.nav-chapter .adder .input:focus {
  border: none; }
.nav-chapter .adder span {
  position: absolute;
  width: 45px;
  height: 45px;
  right: 5px;
  top: 0;
  font-size: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 200ms;
  color: #959595;
  will-change: transform; }
.nav-chapter .adder span:hover {
  transform: rotate(90deg); }

.nav-chapter .chapter-wrap {
  position: relative;
  padding: 0px;
  margin-bottom: 20px; }
.nav-chapter .chapter-wrap .slide {
  display: flex;
  align-items: center;
  margin: 0 auto 5px; }
.nav-chapter .chapter-wrap .slide.mark .text:after {
  content: '';
  background-image: url("/img/ico/checkmark.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 14px;
  display: block;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%); }
.nav-chapter .chapter-wrap .slide.active .text {
  border: 1px solid #1c8fe0;
  color: #1c8fe0;
  font-weight: 700; }
.nav-chapter .chapter-wrap .slide:hover .text {
  border: 1px solid #1c8fe0;
  color: #1c8fe0;
  font-weight: 700; }
.nav-chapter .chapter-wrap .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #e8e8e8;
  padding: 10px 34px 10px 20px;
  background-color: white;
  border-radius: 3px;
  color: #8b8b8b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  transition: .3s;
  width: calc(100% - 30px);
  cursor: pointer; }
.nav-chapter .chapter-wrap .icon-move {
  will-change: transform;
  cursor: move;
  user-select: none;
  display: block;
  width: 25px;
  height: 30px; }
.nav-chapter .chapter-wrap .icon-move:before {
  content: '';
  background-image: url("/img/ico/points.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 14px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.nav-chapter .over {
  transform: scale(1.1, 1.1); }
.pechen {
  width: 100%;
}

<<<<<<< HEAD
.master {
  
=======
.testers{
	
>>>>>>> dc53110264becd9e228a6a649ceb1358fa335496
}

/* ------------------------------COPYRIGHTS------------------------------*/

.copyrights_title {
  text-align: center;
  padding: 30px 0px;
}

.copyrights_main_text {
  font-size: 18px;
  line-height: 1.7;
  text-align: justify;
  padding: 30px 0px;
}

 