html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
ol,
ul {
  list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover,
input:active,
input:focus {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html,
body {
  width: 100%;
  min-height: 100%;
}
body {
  font: 0.813em/1.5 "Open Sans", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN W3", Osaka, Meiryo, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  background: #9e9e9e;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.between {
  width: 100%;
  display: inline-block;
}
.between div {
  float: right;
}
.between div:first-child {
  float: left;
}
.between:after {
  clear: both;
}
.content {
  overflow-x: hidden;
  min-height: 100%;
  position: relative;
}
.container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 75%;
  margin-bottom: 3em;
}
.wrapper h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.wrapper h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: normal;
}
.wrapper section {
  margin-top: 2em;
}
@media screen and (max-width: 60em) {
  .wrapper h1 {
    margin-top: 1em;
    font-size: 45px;
  }
}
.spoiler {
  color: #ffa500;
  font-size: 16px;
  cursor: pointer;
  margin: 1em;
}
nav {
  min-height: 2.75rem;
  width: 100%;
  position: relative;
  z-index: 9999;
  font: 0.938rem/1.25rem "Arial", "Helvetica", sans-serif;
  background-color: rgba(6,8,10,0.48);
}
nav .client {
  height: 2.75em;
}
nav .client ul {
  height: 2.75em;
  line-height: 2.75em;
  margin: 0;
}
nav .client ul.right {
  float: right;
}
nav .client ul.right li a {
  padding-top: 0.813rem;
  padding-bottom: 0.813rem;
  font-size: 0.938rem;
  text-transform: inherit;
}
nav .client ul.left {
  margin-left: -0.625rem;
  float: left;
}
nav .client ul li {
  float: left;
  line-height: 1.125rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav .client ul li a {
  color: rgba(255,255,255,0.7);
  display: inline-block;
  padding: 0 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: text-shadow 160ms ease, color 160ms ease;
  font-size: 1.063rem;
  padding-top: 0.813rem;
  padding-bottom: 0.813rem;
}
nav .client ul li a:hover {
  color: #fff;
}
nav .mobile,
nav .mobile-menu {
  display: none;
}
@media screen and (max-width: 60em) {
  nav {
    height: 44px;
    position: fixed;
    top: 0;
  }
  nav .client {
    display: none;
  }
  nav .mobile {
    display: block;
    width: 100%;
    height: 44px;
    text-align: center;
  }
  nav .mobile .icon-menu {
    padding-top: 0.5em;
    color: #639;
    cursor: pointer;
    float: left;
    background-size: 44px;
    height: 44px;
    width: 44px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.5em;
  }
  nav .mobile .title {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 12px;
  }
  nav .mobile .title .mobile-search {
    width: calc(100% - 175px);
    margin: -3px auto;
  }
  nav .mobile .title .mobile-search .search-bar {
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
    background-color: #4c1107;
    border-radius: 5px;
    box-shadow: inset 0 0 5px #3f0e06;
    max-width: 160px;
    max-width: 10rem;
    margin: 0 auto;
  }
  nav .mobile-menu {
    display: inherit;
    position: fixed;
    top: 0;
    opacity: 0.97;
    height: 100%;
    width: 275px;
    background-color: #263445;
    border-left: solid 1px rgba(255,255,255,0.07);
    transition: 300ms;
    box-shadow: 0px 0px 4px 0px #000;
    z-index: 200;
    overflow-y: auto;
    transform: translateZ(0);
  }
  nav .mobile-menu.left {
    left: 0;
    transform: translateX(-100%);
    border-right: solid 1px rgba(255,255,255,0.07);
    background-color: #0e161f;
  }
  nav .mobile-menu.out {
    transform: translateX(0);
  }
  nav .mobile-menu .menu-header {
    background-color: #232935;
    height: 70px;
    border-bottom: solid 1px rgba(255,255,255,0.07);
  }
  nav .mobile-menu .menu-header .icon-close {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 10px;
    top: 10px;
    font-size: 21px;
    cursor: pointer;
  }
  nav .mobile-menu .menu-header .logo {
    height: 70px;
    display: block;
    margin: auto;
  }
  nav .mobile-menu .menu {
    font-size: 1.05rem;
    position: relative;
    line-height: initial;
  }
  nav .mobile-menu .menu li {
    border-bottom: 1px solid #080c10;
    list-style: none;
  }
  nav .mobile-menu .menu li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 0.85rem 1rem;
  }
  nav .mobile-menu .menu li a.active,
  nav .mobile-menu .menu li a:hover {
    background-color: #0a1015;
  }
}
.search-bar input {
  font-size: 13px;
  background-color: transparent;
  border: 0;
  line-height: 1.6;
  padding: 2px 22px 2px 5px;
  color: #fff;
}
.search-bar .search-button {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 1px;
  right: 1px;
  border: none;
  cursor: pointer;
}
.search-bar::-webkit-input-placeholder {
  color: #d85c36;
}
.search-bar:-moz-placeholder {
  color: #d85c36;
}
.search-bar::-moz-placeholder {
  color: #d85c36;
}
.search-bar:input-placeholder {
  color: #d85c36;
}
@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot?20160611");
  src: url("../fonts/icons.eot#iefix?20160611") format('embedded-opentype'), url("../fonts/icons.ttf?20160611") format('truetype'), url("../fonts/icons.woff?20160611") format('woff'), url("../fonts/icons.svg?20160611#icons") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-time:before {
  content: "\e8b5";
}
.icon-arrow_left:before {
  content: "\e5c4";
}
.icon-arrow_down:before {
  content: "\e5db";
}
.icon-arrow_right:before {
  content: "\e5c8";
}
.icon-arrow_up:before {
  content: "\e5d8";
}
.icon-renew:before {
  content: "\e863";
}
.icon-download:before {
  content: "\e884";
}
.icon-upload:before {
  content: "\e2c6";
}
.icon-gavel:before {
  content: "\e90e";
}
.icon-reorder:before {
  content: "\e8fe";
}
.icon-security:before {
  content: "\e32a";
}
.icon-tune:before {
  content: "\e429";
}
.icon-security-enabled:before {
  content: "\e8e8";
}
.icon-hot:before {
  content: "\e80e";
}
.icon-fb:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-arrow-left:before {
  content: "\e902";
}
.icon-arrow-down:before {
  content: "\e903";
}
.icon-arrow-up:before {
  content: "\e904";
}
.icon-settings:before {
  content: "\e905";
}
.icon-menu:before {
  content: "\e907";
}
.icon-user:before {
  content: "\e908";
}
.icon-question:before {
  content: "\e909";
}
.icon-close:before {
  content: "\e90a";
}
.icon-vk:before {
  content: "\e90b";
}
.icon-search:before {
  content: "\e90c";
}
.icon-pencil2:before {
  content: "\e906";
}
.icon-music:before {
  content: "\e911";
}
.icon-play:before {
  content: "\e912";
}
.icon-pushpin:before {
  content: "\e946";
}
.icon-history:before {
  content: "\e94d";
}
.icon-display:before {
  content: "\e956";
}
.icon-mobile:before {
  content: "\e959";
}
.icon-lock:before {
  content: "\e98f";
}
.icon-unlocked:before {
  content: "\e990";
}
.icon-equalizer:before {
  content: "\e992";
}
.icon-hammer2:before {
  content: "\e9a8";
}
.icon-fire:before {
  content: "\e9a9";
}
a {
  text-decoration: none;
}
body,
h2,
div,
.tabs-menu {
  letter-spacing: -0.1px;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
body {
  height: 100vh;
  background-color: #edeef0;
}
.content nav {
  background-color: #507299;
  border-bottom: 1px solid #507299;
}
.wrapper {
  max-width: 98%;
  padding-top: 42px;
}
.wrapper h1 {
  font-size: 22px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 24.2px;
  letter-spacing: -0.1px;
  color: #2b2f33;
}
.icon {
  font-size: 13px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.main {
  font-size: 14px;
  float: left;
  width: 83%;
}
.main:after {
  clear: both;
}
.main.full {
  width: 100%;
}
.main img {
  max-width: 100%;
  vertical-align: middle;
}
.main .section {
  margin-top: 1em;
}
.aside {
  float: right;
  width: 15%;
  margin: 15px 0 0;
}
.aside hr {
  border-color: #e1e5eb;
  width: 85%;
}
.aside .widget {
  color: #999;
  font-size: 16px;
  margin-bottom: 20px;
}
.aside .widget .title {
  color: #707070;
  font-size: 16px;
  padding: 15px 20px;
  letter-spacing: -1px;
  font-family: Verdana, sans-serif;
  font-weight: normal;
}
.aside .widget .block {
  margin-bottom: 20px;
}
.aside .widget .block .categories {
  color: #999;
  font-size: 16px;
}
.aside .widget .block .categories li {
  padding: 0 5px 0 20px;
  position: relative;
  margin-bottom: 6px;
  height: 2em;
  line-height: 2em;
}
.aside .widget .block .categories li:hover,
.aside .widget .block .categories li.active {
  text-decoration: none;
  background-color: #e1e5eb;
}
.aside .widget .block .categories a {
  color: #33567f;
}
.aside .widget .block .categories a:hover {
  text-decoration: none;
}
@media screen and (max-width: 60em) {
  .wrapper {
    max-width: 100%;
  }
  .aside {
    width: 100%;
    padding: 0;
  }
}
.clear {
  clear: both;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.button {
  margin-top: 2em;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: default;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #6287ae;
  transition: background-color 0.5s;
}
.button.red {
  background-color: #ef5350;
}
.button.lighter {
  background-color: #2196f3;
}
.button.brown {
  background-color: #a52a2a;
}
.button.secondary {
  background-color: #e5ebf1;
  color: #93a3bc;
}
.button.right {
  float: right;
}
.button.right:after {
  clear: both;
}
.button button:hover,
.button:hover,
.button input:hover {
  background-color: #678eb4;
  color: #fff;
}
.button button:hover.red,
.button:hover.red,
.button input:hover.red {
  background-color: #e91e63;
  border-color: #e91e63;
}
.button button:hover.secondary,
.button:hover.secondary,
.button input:hover.secondary {
  color: #93a3bc;
  background-color: #dfe6ed;
  border-color: #dfe6ed;
}
.button button:hover.lighter,
.button:hover.lighter,
.button input:hover.lighter {
  background-color: #03a9f4;
}
.button button:active,
.button:active,
.button input:active {
  background-color: #678eb4;
  color: #fff;
}
.button button:disabled,
.button:disabled,
.button input:disabled {
  background-color: #9e9e9e;
  color: #fff;
}
form.form {
  margin-bottom: 40px;
}
form.form.register,
form.form.login {
  max-width: 30em;
}
form.form.center {
  margin-left: auto;
  margin-right: auto;
}
form.form input[type=text],
form.form input[type=password],
form.form select {
  width: 100%;
  background-color: rgba(19,37,255,0.042);
  border: 1px solid rgba(200,200,200,0.1);
  border-radius: 5px;
  height: 40px;
  padding: 10px;
  color: #0e232f;
  margin-top: 20px;
}
div.center {
  text-align: center;
}
::selection {
  background: #ffb7b7;
}
::-moz-selection {
  background: #ffb7b7;
}
.resizable {
  transition: height 0.1s ease;
  resize: none !important;
}
form.create textarea {
  letter-spacing: 1px;
  margin: 0;
  overflow: hidden;
  outline: none;
  resize: none;
  width: 100%;
  border-radius: 0;
  background: none;
  border: 0;
  border-bottom: 2px solid rgba(0,0,0,0.3);
  font-size: 14px;
  line-height: 160%;
  font-family: Verdana, sans-serif;
  padding: 5px 25px 10px 5px;
  color: #707070;
  border-color: #f1f1f1;
}
form.create input[type="text"] {
  margin: 0;
  width: 250px;
  letter-spacing: 1px;
  border-radius: 0;
  background: none;
  border: 0;
  border-bottom: 2px solid rgba(0,0,0,0.3);
  font: 26px/118% normal Verdana, Tahoma, sans-serif;
  padding: 0 25px 10px 0;
  color: #869dc3;
  border-color: #f1f1f1;
}
form.create input[type="text"].title {
  margin-top: 30px;
  margin-bottom: 0;
  width: 100%;
}
:focus {
  outline: 0;
}
@media screen and (max-width: 60em) {
  .main {
    width: 100%;
    margin-top: 2em;
  }
}
.js_upload-images {
  transition: color 0.1s;
  color: rgba(60,56,56,0.4);
  display: inherit;
  width: 100%;
  padding: 10px 30px 30px;
}
.js_upload-images label {
  cursor: pointer;
  width: 92%;
  height: 72%;
  display: inline-block;
  color: #000;
  text-align: left;
  padding: 0 !important;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
}
.js_upload-images label span {
  display: block;
}
.js_upload-images label span:nth-child(1) b {
  color: #7eb6ec;
  border-bottom: 1px solid #ccc;
}
.js_upload-images label small {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: small;
  font-style: italic;
  margin-top: 5px;
}
.js_upload-images input {
  display: none;
}
.js_upload-views {
  display: inline-block;
  width: 100%;
  margin-bottom: 0 !important;
  margin-top: 15px;
}
.js_upload-views .js_tumb-view {
  position: relative;
  border: #808080 1px solid;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  margin: 5px 10px 0 0 !important;
}
.js_upload-views .js_tumb-view img {
  height: auto;
  max-height: 100%;
  width: auto;
  min-width: 100%;
}
.js_tumb-view div {
  background-position: center center;
  background-size: 100%;
  width: 100%;
  height: 100%;
}
.js_tumb-view div span {
  font-size: 13px;
  display: inline-block;
  color: #9e9e9e;
  position: absolute;
  bottom: 0;
  left: 0;
  text-overflow: ellipsis;
  width: 100%;
  background-color: #000;
  max-height: 2em;
  min-height: 2em;
}
.js_tumb-view div.not_ready {
  opacity: 0.3;
}
.js_tumb-view div.contain {
  background-size: contain;
}
.js_tumb-view div.cover {
  background-size: cover;
}
.js_tumb-view div.video {
  font-size: 64px;
  text-align: center;
  color: #597da3;
  font-family: "icons";
}
.js_tumb-view div.video:before {
  content: "\e912";
}
.js_tumb-view .js_delete-upload {
  width: 1em;
  height: 1em;
  background: rgba(0,0,0,0.15);
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.js_tumb-view .js_delete-upload:hover {
  background: rgba(0,0,0,0.35);
  color: #3f51b5;
}
.js_tumb-add {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(142,36,170,0.42);
  color: rgba(26,35,126,0.68);
  text-align: center;
  font-size: 5em;
  cursor: pointer;
  opacity: 0.01;
  transition: opacity 0.2s;
}
.js_tumb-add:hover {
  opacity: 1;
}
.inline {
  display: inline-block !important;
}
.create_add input,
.create_add textarea {
  margin: 1em 0;
  height: auto;
  padding: 10px;
}
img.short {
  transform: scale(1.5);
}
img.tall {
  transform: scale(1.5);
}
input.small {
  border: 0;
  border-bottom: 1px solid #798eb0;
}
li.active {
  background-color: rgba(0,0,0,0.12);
}
.radio {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.radio + label {
  cursor: pointer;
  margin-right: 1em;
}
.radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked) + label {
  position: relative;
  padding: 2px 0 0px 3em;
}
.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #cdd1da;
  border-radius: 50%;
  background: #fff;
}
.radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f0f2fc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
  opacity: 0;
  transition: all 0.2s;
}
.radio:checked + label:after {
  opacity: 1;
}
.error {
  font-size: 14px;
  font-style: italic;
  padding: 0 1em;
  color: #597da3;
  display: none;
}
.error.active {
  display: inherit;
  position: relative;
  top: 1em;
}
.error.active:after {
  content: "";
  display: block;
  position: relative;
  border: 1px solid #597da3;
}
.help {
  margin-left: 1em;
  display: inline-block;
  border-bottom: 1px dashed #add8e6;
}
.input {
  height: 3em;
  padding-top: 1em;
  color: #0e232f;
}
select {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url("../images/mr_down.png"), -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  background-position: 97% center;
  background-repeat: no-repeat;
  border: 1px solid #aaa;
  color: #555;
  font-size: 14px;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px;
}
textarea {
  letter-spacing: 1px;
  margin: 0;
  overflow: hidden;
  outline: none;
  resize: none;
  width: 100%;
  border-radius: 0;
  background: none;
  border: 0;
  border-bottom: 2px solid rgba(0,0,0,0.3);
  font-size: 14px;
  line-height: 160%;
  padding: 5px 25px 10px 5px;
  color: #707070;
  border-color: #f1f1f1;
  font-style: italic;
}
.white {
  color: #fff !important;
}
.hidden {
  display: none !important;
}
.hidden.active {
  display: inherit;
}
.row {
  padding-bottom: 1em;
  position: relative;
}
a {
  color: #33567f;
}
a:hover {
  text-decoration: underline;
}
.tree > .tree {
  margin-left: 2em;
  border-left: 1px solid #ebedf0;
}
.tree > .tree:first-child {
  margin-left: 0;
  border-left: 0;
}
a.button {
  text-decoration: none;
}
.border {
  box-shadow: 0 1px 0 0 #e1e8ed, 0 0 0 1px #e9eef2;
}
.padding {
  padding: 14px 20px 16px;
}
.background {
  background-color: #fafbfc;
}
textarea.resizable {
  padding: 0;
}
.button.inline {
  margin: 0;
}
.icon-upload,
.icon-security,
.icon-security-enabled {
  color: #597da3;
  font-size: 25px;
}
.post-upload-dropbox {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  color: #33567f;
  text-align: center;
  z-index: 5;
}
.post-upload-dropbox.active {
  display: block;
}
.post-upload-dropbox-inner {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1px dashed #a9bbcf;
}
.drop-label,
.release-label {
  display: none;
  pointer-events: none;
}
.drop-label.active,
.release-label.active {
  display: block;
}
.post-upload-label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1em;
  margin: auto 10px;
  opacity: 0.7;
}
img {
  width: auto 9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
nav {
  height: 42px;
  position: fixed;
  min-height: 42px;
  top: 0;
  left: 0;
}
.main ul,
.main ol {
  list-style: inherit;
  padding-left: 2em;
}
.text-upper {
  text-transform: uppercase;
}
.intro {
  padding: 2em;
}
.intro .button {
  margin-right: 1em;
}
.bottom-space {
  padding-bottom: 1em;
}
.main {
  float: right;
}
.aside {
  float: left;
}
.cols {
  clear: both;
}
.cols:after {
  display: block;
  content: "";
  clear: both;
}
.cols .col-wide {
  width: 71%;
  float: left;
  margin-left: 1em;
}
.cols .col-short {
  float: left;
  max-width: 230px;
  width: 27%;
}
.page-block {
  position: relative;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
  margin: 15px 0 0;
}
.page-block .title {
  height: 32px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 15px;
  margin: 0;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-size: 12.5px;
  letter-spacing: 0;
  outline: none;
  color: #000;
}
.page-block .title:after {
  clear: both;
  content: "";
  display: block;
}
.page-block .counter {
  color: #939393;
  padding: 0 6px;
}
.page-block .list {
  padding: 12px 15px 15px;
  font-size: 12.5px;
}
.page-block .list:after {
  display: block;
  content: "";
  clear: both;
}
.page-block .item {
  display: block;
  padding: 0;
  margin: 0;
  margin-top: 12px;
  line-height: 130%;
}
.page-block .item:first-child {
  margin-top: 0;
}
.page-block .tumb {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.page-block .meta {
  width: 147px;
  overflow: hidden;
  word-wrap: break-word;
  padding: 4px 0 0 12px;
}
.page-block .meta .name {
  margin-bottom: 2px;
}
.page-block .meta .body {
  font-size: 12px;
  max-height: 48px;
  overflow: hidden;
  color: #656565;
}
.profile-avatar {
  padding: 15px;
  text-align: center;
  height: auto !important;
  overflow: hidden;
  border-radius: 2px;
}
.profile-avatar:hover .avatar-controls {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  margin-top: 0;
}
.profile-avatar img {
  vertical-align: top;
  border-radius: 2px;
  cursor: pointer;
}
.avatar-controls-wrapper {
  position: relative;
  overflow: hidden;
  height: 56px;
  width: 200px;
  margin: -56px 0 2px;
}
.avatar-controls {
  color: #fff;
  opacity: 0;
  filter: 'alpha(opacity=0)';
  background-color: #000;
  background-color: rgba(29,32,34,0.7);
  width: 200px;
  margin-top: 40px;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-radius: 0 0 2px 2px;
  padding: 5px 0;
}
.avatar-control {
  box-sizing: inherit;
  font-size: 13.5px;
  padding: 3px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.avatar-control:hover span {
  opacity: 1;
}
.avatar-control span {
  background-position: left 1px;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  opacity: 0.8;
  filter: 'alpha(opacity=80)';
}
.profile-actions {
  padding: 0 1em 1em;
}
.profile-actions .button {
  font-size: 12px;
}
.profile-online {
  font-size: 14px;
}
.profile-online.offline {
  color: #939393;
}
.profile-status {
  padding: 3px 0 1px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-wrapper {
  padding: 15px 20px 20px;
}
.profile-name {
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  margin: -1px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-header {
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e8ec;
}
.profile-counters {
  text-align: center;
  border-top: 1px solid #e7e8ec;
  max-height: 69px;
  overflow: hidden;
}
.profile-counters .page-counter {
  display: inline-block;
  padding: 15px;
}
.profile-counters .page-counter:hover {
  text-decoration: none;
}
.profile-counters .page-counter:hover .label {
  color: #42648b;
}
.profile-counters .page-counter .count {
  font-size: 19px;
  color: #42648b;
  padding-bottom: 3px;
  line-height: 21px;
}
.profile-counters .page-counter .label {
  color: #828282;
  line-height: 15px;
}
.wall-post-header {
  padding: 15px 20px 0;
  min-height: 50px;
}
.wall-post-user-image {
  display: block;
  float: left;
}
.wall-post-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  vertical-align: top;
}
.wall-post-header-meta {
  margin-left: 65px;
  padding-top: 8px;
}
.post-author {
  line-height: 16px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  margin: 0;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
a.author {
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  color: #42648b;
}
.post-date {
  color: #939393;
  font-size: 12.5px;
  padding-top: 2px;
}
.wall-text {
  padding: 8px 20px 19px;
  word-wrap: break-word;
  text-overflow: ellipsis;
  position: relative;
}
.not-important {
  color: #939393;
  font-size: 12.5px;
  padding-top: 1em;
}
.modal-black {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  filter: 'alpha(opacity=30)';
  z-index: 10000;
  display: none;
}
.modal-black.active {
  display: inherit;
}
.modal-wrapper {
  overflow: auto;
  z-index: 10001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1px 0 80px;
  display: none;
}
.modal-wrapper.active {
  display: inherit;
}
.modal-loader {
  position: absolute;
  top: 30%;
  left: 50%;
  margin: 0 auto 0 -50px;
  z-index: 1000;
  width: 100px;
  display: none;
}
.modal-loader.active {
  display: inherit;
}
.modal-loader .an {
  position: absolute;
  z-index: 1;
  opacity: 1;
  margin: 21px 0 0 36px;
}
.modal-loader .an-bt {
  background-color: #fff;
}
.an {
  opacity: 0;
  line-height: 0;
  -o-transition: opacity 350ms linear;
  transition: opacity 350ms linear;
}
.an.an-medium .an-bt {
  width: 7px;
  height: 7px;
  margin-right: 4px;
}
.an-bt {
  display: inline-block;
  vertical-align: top;
  width: 4px;
  height: 4px;
  background-color: #45688e;
  border-radius: 50%;
  margin-right: 2px;
  opacity: 0.2;
  -webkit-animation-duration: 750ms;
  -o-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: pr_bt_anim;
  -o-animation-name: pr_bt_anim;
  animation-name: pr_bt_anim;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.an-bt:nth-child(1) {
  -webkit-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}
.an-bt:nth-child(2) {
  -webkit-animation-delay: 180ms;
  -o-animation-delay: 180ms;
  animation-delay: 180ms;
}
.an-bt:nth-child(3) {
  -webkit-animation-delay: 360ms;
  -o-animation-delay: 360ms;
  animation-delay: 360ms;
}
@-webkit-keyframes pr_bt_anim {
  0% {
    opacity: 0.2;
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@-o-keyframes pr_bt_anim {
  0% {
    opacity: 0.2;
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
.loader-back {
  background-color: #000;
  opacity: 0.7;
  filter: 'alpha(opacity=70)';
  height: 50px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.35);
}
.modal-body-wrapper {
  display: none;
  margin: 0 auto;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.35);
  width: 60%;
  height: auto;
  margin-top: 10em;
}
.modal-body-wrapper.active {
  display: inherit;
}
.modal-body {
  padding: 1em;
}
.modal-header.gray,
.modal-header.grey {
  background-color: #f2f4f7;
  color: #000;
  border-bottom: 1px solid #e7eaf0;
}
.modal-header.gray .modal-title,
.modal-header.grey .modal-title {
  color: #000;
}
.modal-body-title {
  position: relative;
  padding: 0;
  background-color: #6287ae;
  color: #fff;
  border-radius: 2px 2px 0 0;
}
.close-button {
  float: right;
  padding: 21px 25px 21px 12px;
  width: 12px;
  height: 12px;
  opacity: 0.75;
  filter: 'alpha(opacity=75)';
  cursor: pointer;
  outline: none;
  background: url("/static/images/cross_popup.png") no-repeat 12px 21px;
}
.close-button:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.modal-title {
  padding-left: 25px;
  font-size: 14px;
  color: #fff;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal-body {
  background-color: #fff;
  line-height: 19px;
}
@-moz-keyframes pr_bt_anim {
  0% {
    opacity: 0.2;
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@-webkit-keyframes pr_bt_anim {
  0% {
    opacity: 0.2;
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@-o-keyframes pr_bt_anim {
  0% {
    opacity: 0.2;
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@keyframes pr_bt_anim {
  0% {
    opacity: 0.2;
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
.navs {
  background: #eee;
}
.top-nav {
  background: #ccc;
  padding: 20px;
}
.top-nav a {
  padding: 10px;
}
.main .active {
  background: #f00;
  color: #fff;
}
.main ul li {
  list-style-type: none;
  display: inline-block;
}
.main ul li a {
  padding: 3px 10px;
  margin-right: 10px;
}
.list-marka li {
  display: block;
}
.tab-mark .tablink {
  width: 10%;
  float: left;
}
.city {
  display: none;
}
.marka-list {
  width: 23% !important;
  margin-right: 1%;
  background: #eee;
  padding: 15px;
}
.marka-list li {
  display: block;
  padding: 5px;
  border-top: 1px solid #ccc;
}
.ads-price {
  background: #eee;
  padding: 10px 10px 30px 10px;
  border-bottom: 3px solid #ccc;
}
.listy {
  background: #eee;
  padding: 10px 10px 30px 10px;
  margin-bottom: 10px;
}
.listy h4 {
  margin-left: 10px;
  border-bottom: 1px solid #ddd;
}
.title span {
  margin: 20px 0;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: bold;
}
.active-mark {
  background: #ccc;
}
.comp-kont {
  padding: 20px;
  background: #eee;
  border-bottom: 3px solid #ccc;
}
.booba {
  font-size: 13px;
  float: right;
  padding: 5px 40px !important;
}
.add-bats {
  padding: 20px;
}
.moduly {
  padding: 0 !important;
}
.moduly input {
  margin-bottom: 10px;
}
.add-bats {
  padding: 25px 25px 50px 25px;
}
.list-marok div label {
  display: inline-block;
}
.list-marok div input {
  margin-right: 10px;
}
.save-list-mark {
  padding: 10px;
  border-top: 1px solid #777;
  clear: both;
  margin-top: 30px;
}
.w3-row-padding:after {
  content: "";
  display: block;
  clear: both;
}
.bold {
  font-weight: bold;
  margin-left: 10px;
  color: #000 !important;
}
.mark-head {
  padding: 10px 0;
  border-bottom: 4px solid #dedede;
}
.typy-mark {
  margin-bottom: 20px;
}
.typy-mark:after {
  content: "";
  display: block;
  clear: both;
}
a.add-mark {
  background: #ffeb3b;
  display: block;
  padding: 5px;
  text-align: center;
  border: 1px solid #ccc;
  width: 100%;
}
.content nav {
  background-color: #ccc;
  border: 0;
}
.content nav .container {
  max-width: inherit;
}
.content nav .client ul li a {
  color: #000;
}
.content nav .client ul li a:hover {
  color: #c00;
}
.main h1 {
  margin: 20px 0;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}
.main h1.teal {
  color: #fff !important;
  background-color: #009688 !important;
}
.error.active:after {
  border-color: #fff;
}
.button {
  -webkit-transition: background-color 0.3s, color 0.15s, box-shadow 0.3s, opacity 0.3s;
  transition: background-color 0.3s, color 0.15s, box-shadow 0.3s, opacity 0.3s;
}
.button.yellow {
  color: #000;
  background-color: #ffeb3b;
}
.button button:hover.yellow,
.button:hover.yellow,
.button input:hover.yellow {
  color: #000;
  background-color: #ffeb3b;
  border-color: #ffeb3b;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.aside .widget .block .categories a {
  color: #000;
}
.block-wrapper {
  padding: 10px 20px;
}
.block-wrapper .button.right {
  padding: 4.5px 40px;
  border: 1px solid #ccc !important;
  border-radius: 0;
}
.page-block h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
  margin-left: 10px;
  border-bottom: 1px solid #ddd;
}
.modal-body form {
  width: 70%;
}
.page-block .options {
  padding-left: 0.7em;
}
.page-block .options li {
  cursor: pointer;
  padding: 3px 10px;
  margin-right: 10px;
  min-width: 10em;
}
.page-block .options li.active {
  color: #eee;
}
.page-block .options li.active:hover {
  color: #fff;
}
.page-block .options li:hover {
  color: #c00;
}
.brands-list-check .left {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.brands-list-check input[type=checkbox] {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
}
.brands-list-check .brand-selector label {
  color: #000;
}
.brands-list-check label {
  font-weight: bold;
  margin-left: 10px;
  color: #009688;
  cursor: pointer;
}
.brand-selector {
  font-weight: 600;
}
.costs-block h3 {
  color: #000;
}
.costs-block:after {
  display: block;
  content: "";
  clear: both;
}
.costs-block .left,
.costs-block .right {
  float: left;
  width: 69%;
  display: inline-block;
  vertical-align: top;
}
.costs-block .left.right,
.costs-block .right.right {
  float: right;
}
.costs-block .left:first-child,
.costs-block .right:first-child {
  width: 29%;
}
.costs-block form {
  padding: 10px 20px;
}
.costs-block form .input-wrapper {
  width: 30%;
  display: inline-block;
}
.costs-block form input {
  display: inline-block !important;
}
#costs-table .button {
  margin-left: 2em !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
  padding: 10px 20px;
  text-align: center;
}
table,
th,
td {
  border: none;
  border: 1px solid #ccc;
}
.link-style {
  text-decoration: underline;
  color: #00f;
}
.provider-meta li {
  display: block !important;
}
.page-block .item {
  padding: 1em;
  cursor: pointer;
}
.page-block .item:hover {
  color: #000;
  background-color: #edeef0;
}
.page-block .item.active:hover {
  background-color: #f00;
  color: #fff;
}
.page-block h3 {
  padding: 10px 20px;
}
