/*NORMALIZE.CSS*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);

html {
  -ms-text-size-adjust: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 1 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*NORMALIZE.CSS END*/
/*RESET*/
*,
:focus {
  outline: none; }

body {
  -webkit-fontype-smalloothing: antialiased; }

body,
html {
  height: 100%;
  width: 100%; }

a,
input[type=radio],
input[type=checkbox],
select {
  cursor: pointer; }

select[disabled] {
  cursor: default; }

/*normalization mozila*/
input:-webkit-autofill {
  background-color: transparent; }

/*normalization ie7*/
* + html input[type=checkbox],
* + html input[type=radio] {
  width: 13px;
  height: 13px; }

textarea {
  resize: none;
  vertical-align: top; }

em,
i {
  font-style: italic; }

img {
  vertical-align: top; }

input {
  vertical-align: middle; }

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

dd {
  margin: 0 0 0 40px; }

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

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

blockquote,
q {
  quotes: none; }

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

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

:focus {
  -moz-outline: 3px solid #fff !important; }

input[type="radio"]:focus {
  -moz-outline-radius: 12px !important;
  -moz-outline-offset: 0 !important; }

input[type="checkbox"]:focus {
  -moz-outline-offset: -1px !important;
  -moz-outline: 1px solid #000 !important; }

/*fix button click opera old version*/
button:after {
  content: ""; }

del {
  text-decoration: line-through; }

table {
  width: 100%; }

form {
  margin: 0;
  padding: 0; }

input::-ms-clear {
  display: none; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1; }

::-webkit-input-placeholder {
  /* chrome */
  opacity: 1;
  color: inherit; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: outside none none; }

blockquote, q {
  quotes: none; }

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

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

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/heavy/Lato-Heavy_gdi.eot");
  src: url("../fonts/lato/heavy/Lato-Heavy_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/heavy/Lato-Heavy_gdi.woff") format("woff"), url("../fonts/lato/heavy/Lato-Heavy_gdi.ttf") format("truetype"), url("../fonts/lato/heavy/Lato-Heavy_gdi.svg#Lato-Heavy") format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-2044; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.centered {
  display: table;
  width: 100%;
  height: 100%; }
  .centered > * {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

body {
  background: #fff;
  color: #9b9b9b;
  font-family: "Lato", Verdana;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", Verdana;
  font-weight: 700;
  color: #282828;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 32px;
  padding-bottom: 27px; }
  @media (max-width: 1200px) {
    h2 {
      font-size: 24px;
      line-height: 1.2; } }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

p {
  font-family: "Roboto Slab";
  padding: 0 0 25px;
  margin: 0; }

hr {
  overflow: hidden;
  height: 1px;
  background: #e9e9e9;
  border: 0;
  margin: 32px 0; }

q,
blockquote {
  text-align: center;
  display: block;
  font-style: italic; }

strong,
b {
  font-weight: 700; }

a {
  color: #f3c504;
  border-bottom: 1px solid;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none; }
  a:hover {
    color: #f3ab04;
    border-color: transparent; }
  a.link--domain {
    display: inline-block;
    max-width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  a.link--warm {
    font-family: "Roboto Slab"; }

[class*="icon-"] {
  display: inline-block;
  vertical-align: top; }

img[style*="float: left"],
img[style*="float:left"],
img[align="left"] {
  margin: 0 20px 5px 0; }

img[style*="float: right"],
img[style*="float:right"],
img[align="right"] {
  margin: 0 0 5px 20px; }

ol {
  list-style-type: decimal;
  list-style-position: inside;
  counter-reset: item; }
  ol li {
    display: block;
    position: relative; }
    ol li:before {
      content: counters(item, ".") ". ";
      counter-increment: item;
      display: inline;
      vertical-align: top;
      font-weight: 700; }

.upper {
  text-transform: uppercase; }

table {
  width: 100%; }
  table tr:nth-child(odd) {
    background: #f8f8f8; }
  table td {
    padding: 11px 20px;
    text-align: right;
    font-size: 18px;
    font-family: "Roboto Slab";
    vertical-align: middle;
	  position: relative;
  }
    table td:first-child {
      text-align: left;
      font-family: "Lato";
      font-weight: 700;
      color: #282828; }
  @media (max-width: 767px) {
    table.table--block td {
      float: left;
      float: left\9;
      width: 100%;
      width: 100%\9;
      text-align: left;
      padding: 3px 20px;
      line-height: 1; }
    table.table--triple-col td {
      float: left;
      float: left\9;
      width: 50%;
      width: 50%\9;
      text-align: left; }
      table.table--triple-col td:last-child {
        text-align: right; }
      table.table--triple-col td:first-child {
        width: 100%;
        width: 100%\9; } }

label {
  display: block;
  line-height: 0; }
  label:hover {
    cursor: pointer; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="phone"],
textarea,
select,
.input {
  display: block;
  width: 100%;
  padding: 10px 30px;
  background: #fff;
  border: 1px solid #efefef;
  color: #9b9b9b;
  font-family: "Roboto Slab";
  font-size: 16px;
  line-height: 1.625;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 1px; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="phone"]:focus,
  textarea:focus,
  select:focus,
  .input:focus {
    border-color: #696969;
    background: #fff; }
  input[type="text"].disabled, input[type="text"][disabled="disabled"], input[type="text"][disabled],
  input[type="password"].disabled,
  input[type="password"][disabled="disabled"],
  input[type="password"][disabled],
  input[type="email"].disabled,
  input[type="email"][disabled="disabled"],
  input[type="email"][disabled],
  input[type="phone"].disabled,
  input[type="phone"][disabled="disabled"],
  input[type="phone"][disabled],
  textarea.disabled,
  textarea[disabled="disabled"],
  textarea[disabled],
  select.disabled,
  select[disabled="disabled"],
  select[disabled],
  .input.disabled,
  .input[disabled="disabled"],
  .input[disabled] {
    background-color: #f3f3f3; }

textarea {
  height: 150px; }

.btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 5px 8px 3px;
  background: #f3c504;
  color: #282828;
  border: 0;
  border-radius: 0;
  font-family: "Roboto Slab";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .btn:hover, .btn.active {
    color: #282828;
    background: #fbbd00; }
  .btn.disabled, .btn[disabled="disabled"], .btn[disabled] {
    background: #ccc;
    color: #aaa;
    cursor: not-allowed; }
  @media (max-width: 767px) {
    .btn {
      padding: 10px 8px; } }

input[type=checkbox],
input[type=radio] {
  position: absolute;
  left: -9999px; }
  input[type=checkbox] + label,
  input[type=radio] + label {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    line-height: 1.7;
    font-size: 12px;
    color: #b6b1a3; }
    input[type=checkbox] + label:before, input[type=checkbox] + label:after,
    input[type=radio] + label:before,
    input[type=radio] + label:after {
      content: '';
      position: absolute;
      border-radius: 50%; }
    input[type=checkbox] + label:before,
    input[type=radio] + label:before {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 13px;
      height: 13px;
      border: 2px solid #b6b1a3;
      top: 3px;
      left: 0; }
    input[type=checkbox] + label:after,
    input[type=radio] + label:after {
      display: none;
      width: 5px;
      height: 5px;
      background-color: #b6b1a3;
      top: 7px;
      left: 4px; }
  input[type=checkbox]:checked + label:after,
  input[type=radio]:checked + label:after {
    display: block; }

.score {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 28px;
  color: #ffd213;
  position: relative; }
  .score:after, .score:before {
    content: "\f006\f006\f006\f006\f006";
    display: block; }
  .score:after {
    content: "\f005\f005\f005\f005\f005";
    position: absolute;
    top: 0;
    left: 0;
    color: #ffd213;
    overflow: hidden; }
  .score--width--0:after {
    width: 0%; }
  .score--width--10:after {
    width: 10%; }
  .score--width--20:after {
    width: 20%; }
  .score--width--30:after {
    width: 30%; }
  .score--width--40:after {
    width: 40%; }
  .score--width--50:after {
    width: 50%; }
  .score--width--60:after {
    width: 60%; }
  .score--width--70:after {
    width: 70%; }
  .score--width--80:after {
    width: 80%; }
  .score--width--90:after {
    width: 90%; }
  .score--width--100:after {
    width: 100%; }
  .score--sm {
    font-size: 14px;
    color: #b6b1a3; }
    .score--sm:before {
      content: "\f005\f005\f005\f005\f005"; }
    .score--sm:after {
      color: #ffb90c; }
    @media (max-width: 767px) {
      .score--sm {
        font-size: 12px;
        letter-spacing: 1px; } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  height: 100%; }

.container {
  padding: 0 30px;
  max-width: 1200px;
  margin: 0 auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 767px) {
    .container {
      padding: 0 8px 0 12px; } }

.content:after {
  content: " ";
  display: block;
  clear: both; }

.content__left {
  width: 66%;
  float: left;
  padding-right: 5px; }

.content__right {
  width: 34%;
  float: left;
  padding-left: 25px; }

.content__link {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2; }

@media (max-width: 767px) {
  .content .content__left, .content .content__right {
    width: 100%;
    padding: 0; } }

@media (max-width: 1023px) {
  .content--descr .content__left {
    width: 100%; }
  .content--descr .content__right {
    display: none; } }

.content--table .content__row {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding-top: 11px; }
  .content--table .content__row:first-child {
    padding: 0; }
  .content--table .content__row:last-child .content__left,
  .content--table .content__row:last-child .content__right {
    padding-bottom: 10px; }
    .content--table .content__row:last-child .content__left:after,
    .content--table .content__row:last-child .content__right:after {
      display: none; }

.content--table .content__left, .content--table .content__right {
  display: table-cell;
  float: none;
  position: relative;
  padding-bottom: 30px; }
  .content--table .content__left:after, .content--table .content__right:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 4px;
    background: #f4f4f4; }

.content--table .content__left {
  vertical-align: top; }
  .content--table .content__left:after {
    left: 0;
    width: calc(100% - 5px); }

.content--table .content__right {
  text-align: center;
  vertical-align: middle; }
  .content--table .content__right--top {
    text-align: left;
    vertical-align: top; }
  .content--table .content__right:after {
    right: 0;
    width: calc(100% - 25px); }

@media (max-width: 767px) {
  .content--table .content__row {
    display: block;
    padding-top: 25px; }
    .content--table .content__row:first-of-type {
      padding-top: 10px; }
  .content--table .content__left, .content--table .content__right {
    display: block;
    padding: 0; }
  .content--table .content__left:after {
    display: none; }
  .content--table .content__right:after {
    width: 100%; }
  .content--table .content__link {
    padding-bottom: 25px; } }

.wrapper {
  min-height: 100%;
  overflow: hidden; }

.header {
  padding: 30px 0 24px;
  background: #1c1c1c; }
  .header:after {
    content: " ";
    display: block;
    clear: both; }
  .header__logo {
    display: inline-block;
    border-color: transparent;
    line-height: 1; }
    .header__logo:hover {
      border-color: #ffc513; }
  .header__holder {
    float: right; }
  .header__nav-list {
    font-size: 14px;
    font-weight: 800; }
    .header__nav-list-item {
      display: inline-block;
      padding-left: 33px; }
      .header__nav-list-item:first-child {
        padding-left: 0; }
  .header__nav-link {
    color: #fff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .header__nav-link:hover {
      color: #ffc513; }
  @media (max-width: 767px) {
    .header {
      padding: 14px 0 10px;
      text-align: center; }
      .header .header {
        position: relative; }
        .header .header__nav {
          display: none; }
          .header .header__nav-list {
            position: absolute;
            top: 0;
            left: 0;
            width: calc(100% + 20px);
            padding-top: 26px;
            margin: 26px -12px;
            background: #1c1c1c;
            z-index: 80; }
            .header .header__nav-list-item {
              display: block;
              padding: 0 0 24px; }
        .header .header__holder {
          float: none; }
          .header .header__holder--active .header__nav {
            display: block; }
        .header .header__logo {
          vertical-align: middle;
          line-height: 0;
          border: none; }
        .header .header__inner {
          position: relative; }
        .header .header__burger {
          display: block;
          width: 28px;
          height: 21px;
          position: absolute;
          left: 0;
          top: 0;
          margin-left: 5px;
          cursor: pointer; }
          .header .header__burger-decor {
            display: block;
            height: 3px;
            background: #ffb90c; }
            .header .header__burger-decor:after, .header .header__burger-decor:before {
              content: '';
              position: absolute;
              left: 0;
              bottom: 0;
              width: 100%;
              height: 3px;
              background: #ffb90c; }
            .header .header__burger-decor:after {
              margin-bottom: 9px; } }

.footer {
  padding: 21px 0;
  background: #1c1c1c;
  text-align: center; }
  .footer:after {
    content: " ";
    display: block;
    clear: both; }
  .footer__copy {
    float: left;
    font-weight: 900;
    color: #ffc513;
    letter-spacing: 1px; }
  .footer__privacy {
    margin-left: 15px;
    float: right;
    line-height: 1.2;
    font-family: "Roboto Slab";
    color: #ffc513; }
  .footer__text {
    display: inline-block;
    max-width: 490px;
    font-family: "Roboto Slab"; }
  @media (max-width: 1023px) {
    .footer .footer__text {
      max-width: 300px; } }
  @media (max-width: 767px) {
    .footer {
      padding: 15px 0 23px; }
      .footer .footer__copy {
        display: block;
        padding-bottom: 21px;
        float: none; }
      .footer .footer__privacy {
        float: none; }
      .footer .footer__text {
        display: block;
        margin: 0 auto;
        padding-bottom: 15px; } }

.fa-bars {
  color: #767269;
  font-size: 19px; }

.fa-facebook-official {
  font-size: 20px; }

.fa-twitter {
  font-size: 21px; }

.fa-share-alt-square {
  font-size: 20px; }

.fa-exclamation-triangle {
  font-size: 19px; }

.fa-plus {
  font-size: 20px; }

.fa-rotate-45 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.bar {
  font-family: "Noto Sans";
  background-color: #1c1c1c;
  position: relative;
  padding: 0 30px; }
  .bar:after {
    content: " ";
    display: block;
    clear: both; }
  .bar-wrapper {
    min-height: 100%;
    overflow-x: hidden; }
  .bar .container {
    max-width: 1340px;
    position: relative; }
  .bar__hamburger {
    float: left;
    margin-top: 11px; }
  .bar__logo {
    float: left;
    margin-left: 13px;
    margin-top: 15px; }
  .bar__resent {
    float: left;
    margin-left: 27px;
    margin-top: 11px; }
  .bar__controls {
    float: right;
    margin-right: 2px;
    margin-top: 10px;
    margin-left: 28px; }
  .bar__stats {
    float: right; }
  @media (max-width: 1023px) {
    .bar .container {
      padding: 0 15px; }
    .bar__resent {
      margin-left: 5px; } }
  @media (max-width: 767px) {
    .bar {
      padding: 0 8px 0 12px; }
      .bar .container {
        padding: 0 10px; }
      .bar__hamburger {
        margin-top: 0; }
      .bar__logo {
        margin-left: 8px;
        margin-top: 16px; }
      .bar__resent {
        float: right;
        margin-top: 0;
        margin-left: 11px; }
      .bar__controls {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0; } }

.hamburger__toggle {
  display: block;
  line-height: 0;
  padding: 5px 7px 5px 0;
  border-bottom: none;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s; }
  .hamburger__toggle:hover {
    opacity: 0.85; }
  .hamburger__toggle.active .fa-bars {
    color: #fff; }

.hamburger__drop {
  display: none;
  min-width: 138px;
  background-color: #3c3b38;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
}
  .hamburger__drop.active {
	  z-index: 1;
    display: block; }

.hamburger__list-item:nth-child(even) {
  background-color: #353431; }

.hamburger__link {
  display: block;
  padding: 14px 24px;
  border-bottom: none;
  color: #b6b1a3; }
  .hamburger__link:hover {
    background-color: #494844; }

@media (max-width: 767px) {
  .hamburger__toggle {
    width: 38px;
    height: 45px;
    margin-left: -10px;
    padding: 14px 10px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .hamburger__toggle.active {
      background-color: #3c3b38; }
  .hamburger__drop {
    width: 100%;
    top: 45px; }
  .hamburger__link {
    padding-left: 10px;
    padding-right: 10px; } }

.logo {
  display: block;
  border-color: transparent; }
  .logo:hover {
    border-color: #ffc513; }
  @media (max-width: 767px) {
    .logo {
      border: none; }
      .logo.icon-logo {
        background-image: url(../img/sprite.png);
        background-position: 0px -28px;
        width: 60px;
        height: 17px; } }

.resent__top {
  display: none;
  padding: 12px 14px; }

.resent__title {
  font-size: 14px;
  color: #fff; }

.resent__toggle {
  font-size: 14px;
  color: #ffb90c;
  border-bottom: none;
  position: relative;
  margin-left: 25px; }
  .resent__toggle:after {
    content: '\f078';
    display: inline-block;
    margin-left: 7px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .resent__toggle.active {
    color: #fff;
    z-index: 200; }
    .resent__toggle.active:after {
      padding-bottom: 2px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      color: #fff;
      -webkit-transition: color .3s ease-in-out;
      transition: color .3s ease-in-out; }

.resent__drop {
  display: none;
  position: absolute;
  background-color: #3c3b38;
  width: 100%;
  max-width: 570px;
  top: 0;
  padding-top: 48px;
  z-index: 100; }
  .resent__drop.active {
    display: block; }

.resent__list-item:nth-child(even) {
  background-color: #353431; }

@media (max-width: 1023px) {
  .resent__drop {
    top: 48px;
    padding-top: 0; } }

@media (max-width: 767px) {
  .resent__toggle {
    margin-left: 0;
    font-size: 0;
    display: block;
    width: 44px;
    height: 45px;
    position: relative; }
    .resent__toggle:before {
      content: '\f1ea';
      font-family: FontAwesome;
      font-size: 20px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #767269;
      -webkit-transition: color .3s ease-in-out;
      transition: color .3s ease-in-out; }
    .resent__toggle:after {
      display: none; }
    .resent__toggle.active {
      background-color: #3c3b38; }
      .resent__toggle.active:before {
        color: #fff; }
  .resent__drop {
    max-width: 100%;
    left: 0;
    top: 45px;
    background-color: #3c3b38; }
  .resent__top {
    display: block; }
  .resent__list-item:nth-child(even) {
    background-color: transparent; }
  .resent__list-item:nth-child(odd) {
    background-color: #353431; } }

.post {
  display: block;
  padding: 13px 25px 16px;
  color: #b6b1a3;
  border-bottom: none;
  font-size: 14px; }
  .post:after {
    content: " ";
    display: block;
    clear: both; }
  .post:hover {
    background-color: #494844; }
  .post__img, .post__text, .post__title, .post__desc {
    display: block; }
  .post__img {
    width: 130px;
    height: 78px;
    float: left;
    background-color: #6f6d68;
    margin-top: 5px; }
  .post__title {
    font-family: "Roboto Slab";
    padding-bottom: 4px; }
  .post__text {
    overflow: hidden; }
  .post__desc {
    line-height: 1.5; }
  @media (max-width: 767px) {
    .post {
      padding: 13px 10px 16px; }
      .post__img {
        width: 53px;
        height: 38px; }
      .post__text {
        padding-left: 17px; }
      .post__desc {
        font-size: 12px; } }

.controls__list {
  font-size: 0;
  display: inline-block;
  vertical-align: middle; }

.controls__list-item {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 31px; }
  .controls__list-item:first-child {
    margin-left: 0; }

.controls__link {
  border-bottom: none;
  color: #767269; }
  .controls__link:hover {
    color: #767269;
    opacity: 0.85; }
  .controls__link .link-text {
    display: none;
    vertical-align: middle;
    font-size: 14px;
    color: #b6b1a3; }

.controls__report {
  display: inline-block;
  margin-left: 26px;
  vertical-align: middle;
	position: relative;
}

.controls__close {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -4px 0 55px;
  border-bottom: none;
  color: #767269; }
  .controls__close:hover {
    color: #767269;
    opacity: 0.85; }

.controls__toggle {
  display: none;
  vertical-align: middle;
  border-bottom: none;
  height: 45px;
  width: 38px;
  padding: 14px 10px;
  margin-right: -4px;
  color: #767269; }
  .controls__toggle:hover {
    color: #767269;
    opacity: 0.85; }
  .controls__toggle.active {
    background-color: #3c3b38;
    color: #fff; }

@media (max-width: 1023px) {
  .controls__list-item {
    margin-left: 21px; }
  .controls__report {
    margin-left: 17px; }
  .controls__close {
    margin-left: 37px; } }

@media (max-width: 767px) {
  .controls__close {
    display: none; }
  .controls__list {
    display: none;
    position: absolute;
    background-color: #3c3b38;
    width: 100%;
    left: 0;
    top: 45px; }
    .controls__list.active {
      display: block; }
      .controls__list.active i {
        vertical-align: middle; }
  .controls__list-item {
    display: block;
    margin-left: 0; }
    .controls__list-item:nth-child(even) {
      background-color: #353431; }
  .controls__link {
    display: block;
    padding: 14px 10px; }
    .controls__link:hover {
      background-color: #494844;
      opacity: 1; }
    .controls__link .link-text {
      display: inline-block;
      padding-left: 12px; }
  .controls__toggle {
    display: inline-block;
    margin-top: -3px;
    height: 48px; }
  .controls__report {
    margin-left: 0;
    margin-right: -10px; } }

.stats {
  background-color: #3c3b38;
  font-size: 12px;
  color: #b6b1a3;
  position: relative; }
  .stats__bar {
    position: relative;
    padding: 5px;
    min-width: 294px;
    min-height: 48px; }
    .stats__bar:after {
      content: " ";
      display: block;
      clear: both; }
  .stats__rating, .stats__truth, .stats__toggle {
    float: left; }
  .stats__rating {
    padding: 0 20px; }
  .stats__truth {
    padding: 0 10px; }
  .stats__label {
    display: block; }
  .stats__truth-val {
    font-family: "Roboto Slab";
    font-size: 14px;
    line-height: 1; }
  .stats__toggle {
    border-bottom: none;
    display: block;
    position: relative;
    padding: 0 19px 15px;
    min-width: 67px;
    text-align: center; }
    .stats__toggle:after {
      content: '\f078';
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -4px;
      color: #ffb90c; }
    .stats__toggle.active {
      z-index: 200; }
      .stats__toggle.active:after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        bottom: 2px; }
  .stats__drop {
    display: none;
    background-color: #3c3b38;
    position: absolute;
    min-width: 100%;
    left: 0;
    top: 0; }
    .stats__drop.active {
		z-index: 1;
      display: block; }
  .stats__top {
    min-height: 48px;
    padding: 14px 75px 14px 25px; }
  .stats__bottom {
    padding: 18px 18px 20px;
    text-align: center; }
  .stats__name {
    max-width: 160px;
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 14px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .stats__details {
    width: 100%;
    font-size: 12px;
    background-color: #3c3b38; }
    .stats__details .rating-stars {
      display: inline-block; }
    .stats__details tr:nth-child(odd) {
      background-color: #353431; }
    .stats__details td {
      padding: 14px 25px;
      vertical-align: middle; }
      .stats__details td:first-child {
        font-size: 12px;
        color: #b6b1a3;
        padding-right: 10px; }
      .stats__details td:last-child {
        font-size: 14px;
        text-align: right;
        padding-left: 10px; }
  .stats__btn {
    margin-bottom: 15px; }
  .stats__info {
    display: block; }
  .stats__delete {
    display: none;
    padding-left: 15px;
    position: relative;
    cursor: pointer;
    line-height: 1; }
    .stats__delete:before {
      content: '\f067';
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 2px;
      font-family: FontAwesome;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  @media (max-width: 1023px) {
    .stats__bar {
      min-width: 0; }
    .stats__truth {
      display: none; }
    .stats__rating, .stats__toggle {
      padding-left: 10px;
      padding-right: 10px; }
    .stats__drop {
      top: 48px; }
    .stats__top {
      padding-right: 25px;
      min-width: 294px; } }
  @media (max-width: 767px) {
    .stats {
      background-color: #1c1c1c;
      position: static; }
      .stats__bar {
        min-height: 45px;
        padding: 4px; }
        .stats__bar.active {
          background-color: #3c3b38; }
      .stats__rating {
        position: relative;
        z-index: 100;
        padding: 0 5px; }
      .stats__toggle {
        min-width: 0;
        width: 22px;
        height: 17px;
        display: block;
        padding: 4px;
        position: absolute;
        right: 4px;
        top: 8px;
        color: transparent; }
        .stats__toggle:hover {
          color: transparent; }
        .stats__toggle:after {
          top: -1px;
          left: 1px;
          margin: 0;
          z-index: 200;
          color: #ffb90c;
          font-size: 14px; }
      .stats__label {
        padding-right: 20px;
        padding-bottom: 3px; }
      .stats__drop {
        top: 45px; }
      .stats__top {
        padding-left: 10px;
        padding-right: 10px; }
      .stats__details td {
        padding-left: 10px;
        padding-right: 10px; }
      .stats__info {
        padding-bottom: 20px; }
      .stats__delete {
        display: inline-block; } }

.yellow-btn {
  border-bottom: none;
  display: block;
  background-color: #ffb90c;
  font-size: 16px;
  color: #282828;
  display: inline-block;
  padding: 13px 15px;
  min-width: 153px;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out; }
  .yellow-btn:hover {
    color: #282828;
    background-color: #d89a00; }

.report {
  position: relative; }
  .report__toggle {
    border-bottom: none;
    display: block;
    color: #767269;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s; }
    .report__toggle:hover {
      color: #767269;
      opacity: 0.85; }
    /*.report__toggle.active {
      color: #fff; }*/
  .report__drop {
    display: none;
    font-size: 16px;
    position: absolute;
    top: 54px;
    right: -86px;
    width: 100%;
    min-width: 293px;
    background-color: #353431;
    z-index: 100; }
    .report__drop.active {
      display: block; }
    .report__drop:before {
      content: '';
      width: 0;
      height: 0;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      border-bottom: 15px solid #353431;
      position: absolute;
      top: -15px;
      right: 84px; }
  .report__top {
    padding: 12px 25px; }
  .report__title {
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 14px; }
  .report__bottom {
    padding: 20px 15px 22px;
    text-align: center; }
  .report__message {
    font-family: "Roboto Slab";
    margin-bottom: 20px;
    padding: 9px;
    font-size: 14px;
    height: 100px;
    border: 1px solid #828079;
    background-color: #4f4e4b;
    overflow: auto; }
    .report__message:focus {
      background-color: #4f4e4b; }
  .report__list-item {
    padding: 15px 24px; }
    .report__list-item:nth-child(even) {
      background-color: #3c3b38; }
  .report__btn {
    border: none;
    min-width: 184px; }
  @media (max-width: 1023px) {
    .report__drop {
      right: -55px; }
      .report__drop:before {
        right: 52px; } }
  @media (max-width: 767px) {
    .report {
      position: static; }
      .report__toggle {
        width: 38px;
        height: 48px;
        margin-top: -3px;
        padding: 13px 9px; }
        .report__toggle.active {
          background-color: #3c3b38; }
      .report__drop {
        width: 100%;
        max-width: 100%;
        right: 0;
        top: 45px; }
        .report__drop:before {
          display: none; }
      .report__top, .report__list-item, .report__bottom {
        padding-left: 10px;
        padding-right: 10px; } }

.icon-logo {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 84px;
  height: 23px;
}

.mp-logo {
	position: relative;
	z-index: 5;
	width: 84px;
	float: left;
	padding-top: 10px;
	margin-left: 25px;
	transform: scale(1.5) translate(0px, 0px);
	font-family: 'Kaushan Script', cursive;
	font-size: 15px;
	color: #ffc513;
	text-decoration: none;
	border-bottom: 0;
}

.fa-search {
  font-size: 18px;
  color: #ffc513; }

.icon-url {
  width: 14px;
  height: 16px;
  fill: #282828; }

.icon-big-url {
  width: 33px;
  height: 32px;
  fill: #fff; }

.banner {
  padding-bottom: 25px; }
  .banner__wrapper {
    padding: 28px 0 34px;
    text-align: center;
    background: url(../pic/main-banner.jpg) no-repeat;
    background-size: cover; }
  .banner__title {
    margin-bottom: 24px;
    color: #fff;
    text-transform: uppercase;
	  height: 40px;
  }
  .banner__title h2 {
	  color: #fff;
	  overflow: hidden;
	  text-overflow: ellipsis;
  }
  .banner__title a {
	  color: #fff;
  }
  .banner__search {
    width: 78%;
    margin: 0 auto;
    padding: 0 4px 18px 3px; }
    .banner__search-input {
      position: relative; }
    .banner__search input[type="text"] {
      padding-right: 53px; }
    .banner__search-subm {
      position: absolute;
      top: 50%;
      right: 0;
      margin-right: 32px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .banner__search-subm input {
        display: none; }
  .banner__domain {
    display: inline-block;
    color: #f3c504;
    font-family: "Roboto Slab";
    line-height: 1.4; }
    .banner__domain-link {
      border-bottom: 1px dashed;
      vertical-align: top; }
      .banner__domain-link:hover {
        color: #f3c504; }
  .banner__rating {
    float: right;
    margin-top: -6px; }
  @media (max-width: 767px) {
    .banner {
      padding-bottom: 14px; }
      .banner .banner__wrapper {
        padding: 10px 0 18px;
        background: url(../pic/mobile-banner.jpg) no-repeat;
        background-size: cover; }
      .banner .banner__title {
        padding-bottom: 9px; }
      .banner .banner__search {
        width: 100%;
        padding-bottom: 12px; }
        .banner .banner__search input[type="text"] {
          padding: 10px 27px 10px 11px; }
        .banner .banner__search-subm {
          margin-right: 10px; } }
  .banner--term .banner__wrapper {
    padding: 53px 0 29px;
    text-align: left;
    background: url(../pic/banner-term.jpg) no-repeat;
    background-size: cover; }
  @media (max-width: 767px) {
    .banner--term .banner__wrapper {
      padding: 69px 0 73px;
      text-align: center;
      background: url(../pic/mobile-banner.jpg) no-repeat;
      background-size: cover; } }
  .banner--domain {
    padding-bottom: 10px; }
    .banner--domain .banner__wrapper {
	  border-bottom: 10px solid #a6d92b;
      padding: 45px 0 35px;
      background: url(../pic/banner-domain.jpg) no-repeat;
      background-size: cover; }
.banner--domain .banner__wrapper.banner__wrapper--red {
	border-bottom: 10px solid #d92013;
}
.banner--domain .banner__wrapper.banner__wrapper--yellow {
	border-bottom: 10px solid #eed71a;
}
    .banner--domain .banner__title {
      float: left;
      max-width: 530px;
      padding: 0 0 0 40px;
		margin: 0;
      line-height: 1;
      position: relative; }
      .banner--domain .banner__title-icon {
        position: absolute;
        left: 0;
        top: 0; }
    @media (max-width: 1200px) {
      .banner--domain .banner__wrapper {
        padding-bottom: 20px; }
      .banner--domain .banner__title {
        text-align: left;
        float: none; }
        .banner--domain .banner__title-icon {
          margin-top: -4px; }
      .banner--domain .banner__rating {
        padding: 0 0 0 40px;
        float: none;
        text-align: left; } }
    @media (max-width: 767px) {
      .banner--domain .banner__wrapper {
        padding: 44px 0 98px;
        text-align: center;
        background: url(../pic/mobile-banner.jpg) no-repeat;
        background-size: cover; }
      .banner--domain .banner__title {
        padding: 0 0 9px 6px; }
        .banner--domain .banner__title-icon {
          margin-top: -30px; }
      .banner--domain .banner__rating {
        padding: 0 0 0 5px; } }

.websites {
  padding-bottom: 16px; }
  .websites__list {
    margin-left: -30px; }
    .websites__list:after {
      content: " ";
      display: block;
      clear: both; }
  .websites__item {
    display: inline-block;
    margin-right: -4px;
    width: 25%;
    padding: 0 0 15px 30px;
    vertical-align: top;
    text-align: center; }
    .websites__item:nth-child(-n+4) {
      width: 22%; }
    .websites__item:first-child {
      width: 34%; }
    .websites__item-pic {
      overflow: hidden;
      padding-bottom: 15px;
      text-align: center; }
      .websites__item-pic img {
        width: 100%; }
    .websites__item-link {
      display: block;
      border: none; }
    .websites__item-domain {
      display: inline-block;
      line-height: 1;
      font-family: "Roboto Slab"; }
  .websites .bx-pager {
    text-align: center;
    line-height: 0; }
    .websites .bx-pager-item {
      display: inline-block;
      padding-right: 20px; }
      .websites .bx-pager-item:last-child {
        padding: 0; }
    .websites .bx-pager-link {
      display: inline-block;
      width: 10px;
      height: 10px;
      font-size: 0;
      border: none;
      border-radius: 50%;
      background: #9b9b9b;
      -webkit-transition: background .3s ease-in-out;
      transition: background .3s ease-in-out; }
      .websites .bx-pager-link.active {
        background: #ffc513; }
  @media (max-width: 767px) {
    .websites .websites__title {
      padding-bottom: 15px; }
    .websites .websites__list {
      margin: 0; }
    .websites .websites__item {
      padding: 0 0 19px;
      margin-right: 0; }
      .websites .websites__item-pic {
        padding-bottom: 5px; } }
  .websites--domain .websites__title {
    font-weight: 900;
    padding-bottom: 27px; }
  .websites--domain .websites__list {
    margin-left: -30px; }
  .websites--domain .websites__item {
    width: 33.333333%;
    padding: 0 0 20px 30px;
    text-align: center; }
    .websites--domain .websites__item-pic {
      padding-bottom: 23px; }
  @media (max-width: 767px) {
    .websites--domain {
      padding: 13px 0 21px; }
      .websites--domain .websites__title {
        padding-bottom: 15px; }
      .websites--domain .websites__list {
        margin-left: 0; }
      .websites--domain .websites__item {
        padding: 0 0 13px; }
        .websites--domain .websites__item-pic {
          padding-bottom: 5px; } }

.hint {
  padding: 76px 0 30px; }
  .hint__holder {
    padding: 70px 40px 73px;
    border: 4px solid #f3c504;
    text-align: center;
    color: #282828;
    font-family: "Roboto Slab"; }
  @media (max-width: 1200px) {
    .hint {
      padding: 53px 0 30px; } }
  @media (max-width: 1023px) {
    .hint .hint__holder {
      padding: 35px 20px; } }
  @media (max-width: 767px) {
    .hint {
      padding: 0 0 14px; }
      .hint .hint__holder {
        padding: 14px 20px; } }

.about {
  padding-bottom: 26px; }
  .about__title {
    padding-bottom: 16px; }
  @media (max-width: 767px) {
    .about {
      padding-bottom: 10px; } }

.articles {
  padding-top: 13px; }
  .articles__item {
    margin-top: -14px; }
    .articles__item:first-child {
      margin-top: 0; }
    .articles__item-title {
      font-weight: 900;
      padding-bottom: 29px; }
  .articles__entry {
    padding: 0 27px 54px 31px;
    font-family: "Roboto Slab"; }
    .articles__entry-title {
      display: inline-block;
      color: #ffc513;
      padding: 19px 0 15px 31px;
      margin-left: -31px;
      font-size: 21px;
      line-height: 1.3;
      border-top: 4px solid #f4f4f4;
      -webkit-transition: border .3s ease-in-out;
      transition: border .3s ease-in-out; }
      .articles__entry-title:hover {
        border-color: #ffd213; }
        .articles__entry-title:hover a {
          color: #ffdb44;
          border-color: #ffdb44; }
    .articles__entry-text {
      padding: 0 0 10px; }
    .articles__entry-url {
      display: inline-block;
      padding-left: 21px;
      position: relative;
      color: #282828;
      line-height: 1; }
      .articles__entry-url-icon {
        position: absolute;
        left: 0;
        top: 0;
        margin: 1px 0 0 -2px; }
  @media (max-width: 1023px) {
    .articles .articles__item {
      margin-top: 0; }
    .articles .articles__entry {
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .articles .articles__item {
      padding-bottom: 4px; }
      .articles .articles__item-title {
        padding-bottom: 14px; }
    .articles .articles__entry {
      padding: 14px 10px 15px 0; }
      .articles .articles__entry-title {
        font-size: 16px;
        line-height: 1.5;
        padding-bottom: 11px; }
      .articles .articles__entry-text {
        margin-right: -8px; }
      .articles .articles__entry-url {
        line-height: 1.5; }
        .articles .articles__entry-url-icon {
          margin-top: 5px; } }

.description__holder {
  position: relative;
  margin-top: -116px;
  background: #fff;
  padding: 20px 27px 23px 29px;
  border: 4px solid #f3c504; }

.description__title {
  padding-bottom: 14px;
  font-weight: 900;
  line-height: 1.2; }

.description__text {
  padding-bottom: 13px; }

.description__url {
  display: inline-block;
  padding-bottom: 17px;
  font-size: 18px;
  color: #282828; }

.description__item {
  padding-bottom: 32px; }
  .description__item:after {
    content: " ";
    display: block;
    clear: both; }
  .description__item-section {
    float: left; }
    .description__item-section:last-child {
      min-width: 103px;
      float: right; }
  .description__item-heading {
    display: block;
    font-size: 12px;
    color: #282828; }
  .description__item-text {
    font-family: "Roboto Slab"; }

.description__btn {
  display: block;
  width: 160px;
  margin: -9px auto 0; }

@media (max-width: 1023px) {
  .description {
    padding-bottom: 30px; }
    .description .description__holder {
      margin-top: 0; }
    .description__item-section {
      width: 50%; }
      .description__item-section:last-child {
        float: left; } }

@media (max-width: 767px) {
  .description {
    padding: 19px 0 38px; }
    .description .description__holder {
      padding: 17px 27px 20px 18px; }
    .description .description__title {
      padding-bottom: 9px; }
    .description .description__text {
      padding: 0; }
    .description .description__url {
      padding-bottom: 9px; }
    .description .description__list {
      padding-right: 4px; }
    .description .description__item {
      padding-bottom: 17px; }
    .description .description__btn {
      margin: -2px auto 0; } }

@media (max-width: 480px) {
  .description__item-section {
    width: auto; }
    .description__item-section:last-child {
      min-width: 103px;
      float: right; } }

.description--ident .description__holder {
  margin-top: 0;
  padding-bottom: 0px; }

.description--ident .description__item {
  padding-bottom: 29px; }

@media (max-width: 1023px) {
  .description--ident .description__holder {
    padding: 4px; }
  .description--ident .description__item {
    padding-bottom: 0; }
    .description--ident .description__item-section {
      float: none;
      width: auto;
      padding-bottom: 10px; }
      .description--ident .description__item-section:after {
        content: " ";
        display: block;
        clear: both; }
    .description--ident .description__item-heading {
      float: left;
      line-height: 26px; }
    .description--ident .description__item-text {
      float: right; } }

@media (max-width: 767px) {
  .description--ident {
    padding: 8px 0 19px; }
    .description--ident .description__holder {
      padding: 17px 27px 0 18px; }
    .description--ident .description__item {
      padding-bottom: 7px; }
      .description--ident .description__item-section {
        float: left;
        width: 50%; }
        .description--ident .description__item-section:last-child {
          min-width: 103px;
          float: left; }
      .description--ident .description__item-heading {
        display: block;
        line-height: 1.6;
        float: none; }
      .description--ident .description__item-text {
        display: inline-block;
        float: none; } }

@media (max-width: 480px) {
  .description--ident .description__item-section {
    width: auto; }
    .description--ident .description__item-section:last-child {
      min-width: 103px;
      float: right; } }

.specification {
  position: relative; }
  .specification:after {
    content: " ";
    display: block;
    clear: both; }
  .specification:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 48%;
    height: 4px;
    background: #f4f4f4; }
  .specification__pic {
	  position: relative;
    float: left;
    width: 55%;
    margin-right: 53px; }
    .specification__pic img {
      width: 100%; }
.specification__pic span {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	bottom: 7px;
	color: #fff;
	display: block;
	font-size: 15px;
	left: 0;
	line-height: 23px;
	text-align: center;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.specification__pic span.specification__pic--red {
	background-color: rgba(217, 32, 19, 0.71);
}
.specification__pic span.specification__pic--yellow {
	background-color: rgba(238, 215, 26, 0.71);
}
  .specification__link {
    display: block;
    border: none; }
  .specification__title {
    display: block;
    padding: 22px 0 6px;
    line-height: 1;
    font-size: 18px;
    color: #282828; }
  .specification__text {
    padding-right: 10px;
    font-family: "Roboto Slab"; }
  @media (max-width: 767px) {
    .specification:before {
      display: none; }
    .specification .specification__pic {
      float: none;
      width: 100%;
      padding: 0 0 17px; }
    .specification .specification__title {
      padding-bottom: 5px;
      border-top: 4px solid #f4f4f4; } }

.table-block__title {
  font-weight: 900;
  padding-bottom: 11px; }

.table-block__degr,
.table-block__encr {
  display: inline-block;
  min-width: 72px;
  padding-left: 20px;
	position: absolute;
	left: 25px;
	top: 25px;
}
  .table-block__degr:before,
  .table-block__encr:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 14px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 1px;
  }
  .table-block__degr:before {
    content: '\f175';
    color: #f7273a;
  }
  .table-block__encr:before {
    content: '\f176';
	color: #38a500;
  }

@media (max-width: 767px) {
  .table-block .table-block__title {
    padding-bottom: 15px; }
    .table-block .table-block__title--ident {
      padding-top: 14px; }
  .table-block__degr {
    min-width: 68px;
    padding-left: 19px; } }

@media (max-width: 767px) {
  .table-block {
    padding-bottom: 32px; } }

.info:after {
  content: " ";
  display: block;
  clear: both; }

.info__title {
  font-weight: 900;
  padding-bottom: 10px; }

.info__text {
  font-family: "Roboto Slab"; }
  .info__text a {
    display: inline-block;
    line-height: 1; }

.info__section {
  float: left;
  width: 50%; }
  .info__section:nth-child(odd) {
    padding-right: 15px; }
  .info__section:nth-child(even) {
    padding-left: 15px; }
  .info__section-heading {
    padding-bottom: 16px;
    font-weight: 900; }
  .info__section-item {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 36px; }
    .info__section-item:after {
      content: " ";
      display: block;
      clear: both; }
  .info__section-title {
    float: left;
    font-family: "Lato";
    color: #282828; }
.info__section-title.info__section-title--red {
	color: #d92013;
}
.info__section-title.info__section-title--green {
	color: #17b500;
}
  .info__section-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: relative;
    margin-right: 12px;
    border-radius: 50%;
    font-family: FontAwesome; }
    .info__section-icon:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #fff;
      font-weight: 100; }
    .info__section-icon--fb {
      background: #1d52af; }
      .info__section-icon--fb:after {
        content: '\f09a';
        font-size: 19px; }
    .info__section-icon--twitter {
      background: #29cdeb; }
      .info__section-icon--twitter:after {
        content: '\f099';
        font-size: 21px;
        margin-left: 1px; }
    .info__section-icon--google {
      background: #de0000; }
      .info__section-icon--google:after {
        content: '\f0d5';
        font-size: 16px;
        margin-left: 1px; }
    .info__section-icon--linked {
      background: #0177b5; }
      .info__section-icon--linked:after {
        content: '\f0e1';
        font-size: 23px; }
    .info__section-icon--pint {
      background: #fc0000; }
      .info__section-icon--pint:after {
        content: '\f231';
        font-size: 22px;
        margin-left: 1px; }
    .info__section-icon--stumble {
      background: #eb4924; }
      .info__section-icon--stumble:after {
        content: '\f1a4'; }
  .info__section-val {
    float: right;
    font-family: "Roboto Slab"; }

.info__part {
  float: left;
  width: 33%;
  padding: 0 25px 10px 0;
  font-family: "Roboto Slab"; }
  .info__part:last-child {
    padding-right: 0; }
  .info__part-link {
    display: block;
    padding: 13px 0;
    line-height: 1; }

@media (max-width: 1023px) {
  .info .info__part {
    display: inline-block;
    width: 50%;
    float: none;
    margin-right: -4px;
    vertical-align: top; }
  .info .info__section {
    width: 100%;
    float: none;
    padding: 0; } }

@media (max-width: 767px) {
  .info {
    padding-bottom: 32px; }
    .info .info__section {
      padding-bottom: 22px; }
      .info .info__section-heading {
        padding-bottom: 12px; }
      .info .info__section:last-child {
        padding-bottom: 0; }
        .info .info__section:last-child .info__section-item {
          padding-bottom: 0; }
    .info .info__part {
      display: block;
      width: 100%;
      margin: 0;
      padding-bottom: 0; }
      .info .info__part:first-child {
        margin-top: -10px; } }

/* Panel */

.panel {
	height: 100%;
	overflow: hidden;
}

.b-site {
	top: 51px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	position: absolute;
}

.b-site__iframe {
	position: absolute;
}

.report__return {
	display: none;
	padding: 12px 25px;
}

.wrapper-left-menu {
	float: left;
}

.active .bar__hamburger,
.active .bar__logo {
	position: relative;
	z-index: 3;
}

.hamburger__drop.active {
	padding-top: 50px;
	width: 180px;
}

/* Alerts */

.error-message-framedeny {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.b-modal {
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	background-color: rgba(1, 1, 1, 0.7);
}

.b-image {
	width: 100%;
	height: 100%;
	-webkit-filter: blur(1px);
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.28);
}

@media screen and (min-width: 1025px) {
	.b-image:before {
		transform: scale(0.28);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		content: '';
		background-image: inherit;
		background-size: cover;
		background-repeat: inherit;
	}
}

.message_popup {
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 500px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 3;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.inner_message {
	box-sizing: border-box;
	font-size: 100%;
	margin: auto;
	text-align: center;
	overflow:hidden;
	width: 95%;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	border: 4px solid #f3c504;
}

.inner_message .top-info-1 p {
	padding: 10px 10px 0;
}

.inner_message .group-type-1 {
	padding: 0 0 20px;
}

.top-info-1 {
	padding: 20px;
}

.inner_message .stats__btn {
	margin: 0 5px;
}

.b-alert_input {
	width: 400px !important;
	margin: 0 30px 30px;
}

/* Other */

.whois-info {
	max-height: 160px;
	overflow: hidden;
}

.whois-info.active {
	max-height: none;
}

.whois-info table td {
	font-weight: normal;
}

.header__nav-list {
	float: right;
}

.header__search .banner__search-input {
	margin: -5px 0 0 40px;
	width: 80%;
}

.header__nav-list-item.header__nav-list-item-search {
	padding-left: 5px;
}

@media (min-width: 767px) {
	.header__search .banner__search-input {
		width: 200px;
	}
}

@media (min-width: 1023px) {
	.header__search .banner__search-input {
		width: 300px;
	}
}

.header__search .banner__search-input input[type=text] {
	padding: 3px 10px;
	background-color: #525252;
	color: #808080;
	border: 0;
}

.header__search .banner__search-input input[type=text]:focus {
	background-color: #fff;
}

.header__search .banner__search-subm {
	margin-right: 10px;
}

/* Contacts */

.contacts__form .contacts__form-row {
	padding: 5px 0;
	width: 100%;
}

.contacts__form .contacts__form-row label {
	padding: 10px 0 15px;
	width: 100%;
}

.contacts__form .contacts__form-input,
.contacts__form textarea {
	border-color: #d3d3d3;
	border-radius: 2px;
	padding: 5px 10px;
}

.contacts__form textarea:focus {
	border-color: #696969;
}

.contacts__form .yellow-btn {
	border: 0;
	margin: 10px 0;
}

.contacts__form .contacts__form-input--error {
	border-color: #ff0000;
}

.contacts__form .error {
	color: #ff0000;
}
.contacts__form .success {
	color: #f3c504;
}
