@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');

/* Fonts
------------------------*/
/* Colors
------------------------*/
/* Distance
------------------------*/
/* Inputs
------------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * 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;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * 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 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-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"] {
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

.author-section td,
.author-section th {
  border: 1px #6a6a6a solid;
  padding: 0 10px;
}

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

html {
  height: 100%;
}

body {
  width: 100%;
  background: #fff;
  color: #6a6a6a;
  font: 18px/1.38888 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  background: #e2e2e2;
}

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

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

::-webkit-input-placeholder {
  color: #6a6a6a;
}

:-moz-placeholder {
  color: #6a6a6a;
}

::-moz-placeholder {
  color: #6a6a6a;
}

:-ms-input-placeholder {
  color: #6a6a6a;
}

a {
  color: #ea6645;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  /* */
  border: none;
  padding: 0;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
textarea:focus,
select:focus {
  border-color: #339999 !important;
  outline: 0;
  outline: thin dotted \9;
  -moz-transition: border-color 0.2s linear, box-shadow 0.2s linear;
  -o-transition: border-color 0.2s linear, box-shadow 0.2s linear;
  -webkit-transition: border-color 0.2s linear, box-shadow 0.2s linear;
  transition: border-color 0.2s linear, box-shadow 0.2s linear;
}

button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  outline: 0;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
  font-size: 0;
}

.clearfix {
  zoom: 1;
}

.ir {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  min-width: 300px;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 35px;
  position: relative;
  *zoom: 1;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clr-red {
  color: #ea6645;
}

.clr-grey {
  color: #6a6a6a;
}

.clr-midGrey {
  color: #a6a6a6;
}

.clr-lightGrey {
  color: #e2e2e2;
}

.clr-darkCyan {
  color: #339999;
}

strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.jq-checkbox {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#ffffff, #e6e6e6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 12px;
  height: 12px;
  margin: 2px 0 0 2px;
  border-radius: 2px;
  background: #666;
  box-shadow: inset 0 -3px 6px #AAA;
}

.jq-checkbox.focused {
  border: 1px solid #08C;
}

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

.jq-radio {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#ffffff, #e6e6e6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
  width: 9px;
  height: 9px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #3b9d9d;
  /*box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);*/
}

.jq-radio.focused {
  border: 1px solid #08C;
}

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

.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
  text-align: left;
  /* ╨┤╨╗╤П Opera Presto┬а*/
  -moz-appearance: textfield;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* ╨▓ ╨║╨░╨║╨╕╤Е-╤В╨╛ ╨▒╤А╨░╤Г╨╖╨╡╤А╨░╤Е ╨┐╤А╨╕╤Б╤Г╤В╤Б╤В╨▓╤Г╨╡╤В ╨╛╤В╤Б╤В╤Г╨┐ */
  -webkit-appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#ffffff, #e6e6e6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-selectbox__select:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#f6f6f6, #e6e6e6);
}

.jq-selectbox__select:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

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

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

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield;
}

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

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

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

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

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}

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

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

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

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

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

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

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

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

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

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

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

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

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

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

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

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

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

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
}

input[type='search'].styler {
  -webkit-appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}

input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#ffffff, #e6e6e6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#f6f6f6, #e6e6e6);
}

button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* Styling;
 */
.noUi-background {
  background: #7e7e7e;
}

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Fonts
-----------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-5uggx5");
  src: url("../fonts/icomoon.eot?-5uggx5#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?-5uggx5") format("truetype"), url("../fonts/icomoon.woff?-5uggx5") format("woff"), url("../fonts/icomoon.svg?-5uggx5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon-new';
  src: url("../fonts/icomoon-new.eot?-5uggx5");
  src: url("../fonts/icomoon-new.eot?-5uggx5#iefix") format("embedded-opentype"), url("../fonts/icomoon-new.ttf?-5uggx5") format("truetype"), url("../fonts/icomoon-new.woff?-5uggx5") format("woff"), url("../fonts/icomoon-new.svg?-5uggx5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HypatiaSansPro-Regular';
  src: url("../fonts/HypatiaSansPro-Regular_gdi.eot");
  src: url("../fonts/HypatiaSansPro-Regular_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/HypatiaSansPro-Regular_gdi.woff") format("woff"), url("../fonts/HypatiaSansPro-Regular_gdi.ttf") format("truetype"), url("../fonts/HypatiaSansPro-Regular_gdi.svg#HypatiaSansPro-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'HypatiaSansPro-Light';
  src: url("../fonts/HypatiaSansPro-Light_gdi.eot");
  src: url("../fonts/HypatiaSansPro-Light_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/HypatiaSansPro-Light_gdi.woff") format("woff"), url("../fonts/HypatiaSansPro-Light_gdi.ttf") format("truetype"), url("../fonts/HypatiaSansPro-Light_gdi.svg#HypatiaSansPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'HypatiaSansPro-Semibold';
  src: url("../fonts/HypatiaSansPro-Semibold_gdi.eot");
  src: url("../fonts/HypatiaSansPro-Semibold_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/HypatiaSansPro-Semibold_gdi.woff") format("woff"), url("../fonts/HypatiaSansPro-Semibold_gdi.ttf") format("truetype"), url("../fonts/HypatiaSansPro-Semibold_gdi.svg#HypatiaSansPro-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'HypatiaSansPro-Bold';
  src: url("../fonts/HypatiaSansPro-Bold_gdi.eot");
  src: url("../fonts/HypatiaSansPro-Bold_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/HypatiaSansPro-Bold_gdi.woff") format("woff"), url("../fonts/HypatiaSansPro-Bold_gdi.ttf") format("truetype"), url("../fonts/HypatiaSansPro-Bold_gdi.svg#HypatiaSansPro-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'HypatiaSansPro-Black';
  src: url("../fonts/HypatiaSansPro-Black_gdi.eot");
  src: url("../fonts/HypatiaSansPro-Black_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/HypatiaSansPro-Black_gdi.woff") format("woff"), url("../fonts/HypatiaSansPro-Black_gdi.ttf") format("truetype"), url("../fonts/HypatiaSansPro-Black_gdi.svg#HypatiaSansPro-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
/* Icons
-----------------------------------------------------------------------------*/
.ico-sprite, .ico-big-close, .article-popup__close, .ico-check-blue, .basic-checkbox.checked .jq-checkbox__div, .ico-check-grey, .basic-checkbox.grey.checked .jq-checkbox__div, .ico-check-red, .basic-checkbox.red.checked .jq-checkbox__div, .ico-f-arrow, .f-nav:after, .ico-notes-slider-arrow-l, .notes-slider .slick-prev,
.notes-slider .slick-next, .ico-notes-slider-arrow-r {
  background-image: url('../img/ico-s00dcb9c8db.png');
  background-repeat: no-repeat;
}

.ico-big-close, .article-popup__close {
  background-position: 0 0;
  height: 71px;
  width: 71px;
}

.ico-check-blue, .basic-checkbox.checked .jq-checkbox__div {
  background-position: 0 -71px;
  height: 14px;
  width: 15px;
}

.ico-check-grey, .basic-checkbox.grey.checked .jq-checkbox__div {
  background-position: 0 -85px;
  height: 14px;
  width: 15px;
}

.ico-check-red, .basic-checkbox.red.checked .jq-checkbox__div {
  background-position: 0 -99px;
  height: 14px;
  width: 15px;
}

.ico-f-arrow, .f-nav:after {
  background-position: 0 -113px;
  height: 24px;
  width: 40px;
}

.ico-notes-slider-arrow-l, .notes-slider .slick-prev,
.notes-slider .slick-next {
  background-position: 0 -137px;
  height: 145px;
  width: 31px;
}

.ico-notes-slider-arrow-r, .notes-slider .slick-next {
  background-position: 0 -282px;
  height: 145px;
  width: 31px;
}

.ico-sprite, .ico-big-close, .article-popup__close, .ico-check-blue, .basic-checkbox.checked .jq-checkbox__div, .ico-check-grey, .basic-checkbox.grey.checked .jq-checkbox__div, .ico-check-red, .basic-checkbox.red.checked .jq-checkbox__div, .ico-f-arrow, .f-nav:after, .ico-notes-slider-arrow-l, .notes-slider .slick-prev,
.notes-slider .slick-next, .ico-notes-slider-arrow-r {
  display: inline-block;
  vertical-align: middle;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="new-icon-"], [class*=" new-icon-"] {
  font-family: 'icomoon-new';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e900";
}

.icon-link:before {
  content: "\61";
}

.icon-message:before {
  content: "\62";
}

.icon-target:before {
  content: "\65";
}

.icon-heart:before {
  content: "\68";
}

.icon-info:before {
  content: "\69";
}

.icon-phone:before {
  content: "\71";
}

.icon-tag:before {
  content: "\74";
}

.icon-user:before {
  content: "\41";
}

.icon-bookmark:before {
  content: "\42";
}

.icon-leaf:before {
  content: "\44";
}

.icon-email:before {
  content: "\45";
}

.icon-settings:before {
  content: "\47";
}

.icon-home:before {
  content: "\48";
}

.icon-search:before {
  content: "\4d";
}

.icon-location:before {
  content: "\50";
}

.icon-question:before {
  content: "\51";
}

.icon-time:before {
  content: "\54";
}

.icon-cross:before {
  content: "\59";
}

.icon-minus:before {
  content: "\2d";
}

.icon-plus:before {
  content: "\2b";
}

.icon-speed:before {
  content: "\34";
}

.icon-note:before {
  content: "\4a";
}

.icon-wiki:before {
  content: "\58";
}

.icon-vk:before {
  content: "\ea98";
}

.icon-fb:before {
  content: "\ea91";
}

.new-icon-tg:before {
  content: "\ea95";
}

/* Buttons
-----------------------------------------------------------------------------*/
.btn-basic, .search-form__submit {
  display: inline-block;
  border: 0;
  padding: 7px 21px 7px;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background: #fff;
  font: 14px/1 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  letter-spacing: 0.01em;
  color: #6a6a6a;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.btn-basic:hover, .search-form__submit:hover {
  color: #fff;
  background: #ea6645;
}
.btn-basic:active, .search-form__submit:active, .btn-basic:focus, .search-form__submit:focus {
  color: #fff;
  background: #ea6645;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6) inset;
}
.btn-basic.red, .search-form__submit {
  background: #ea6645;
  color: #fff;
}
.btn-basic.red:hover, .search-form__submit:hover {
  background: #e2421a;
}
.btn-basic.red:active, .search-form__submit:active, .btn-basic.red:focus, .search-form__submit:focus {
  background: #e2421a;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6) inset;
}
.btn-basic.cyan, .cyan.search-form__submit {
  background: #339999;
  color: #fff;
}
.btn-basic.cyan:hover, .cyan.search-form__submit:hover {
  color: #fff;
  background: #267373;
}
.btn-basic.cyan:active, .cyan.search-form__submit:active, .btn-basic.cyan:focus, .cyan.search-form__submit:focus {
  color: #fff;
  background: #267373;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6) inset;
}
.btn-basic.grey, .grey.search-form__submit {
  background: #6a6a6a;
  color: #fff;
}
.btn-basic.grey:hover, .grey.search-form__submit:hover {
  background: #515151;
}
.btn-basic.grey:active, .grey.search-form__submit:active, .btn-basic.grey:focus, .grey.search-form__submit:focus {
  background: #515151;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6) inset;
}
.btn-basic.l-grey, .l-grey.search-form__submit {
  background: #e2e2e2;
  color: #6a6a6a;
}
.btn-basic.l-grey:hover, .l-grey.search-form__submit:hover {
  color: #fff;
  background: #ea6645;
}
.btn-basic.l-grey:active, .l-grey.search-form__submit:active, .btn-basic.l-grey:focus, .l-grey.search-form__submit:focus {
  color: #fff;
  background: #e2421a;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6) inset;
}
.btn-basic.trans-w, .trans-w.search-form__submit {
  background: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 6px 7px;
}
.btn-basic.trans-w:hover, .trans-w.search-form__submit:hover {
  /*	background: #fff;
  	color: $grey;
  	border-color: $grey;*/
  border-color: #ea6645;
  color: #ea6645;
  background: #fff;
}
.btn-basic.trans-w:active, .trans-w.search-form__submit:active, .btn-basic.trans-w:focus, .trans-w.search-form__submit:focus {
  /*background: #fff;
  color: $grey;
  border-color: $grey;*/
  border-color: #ea6645;
  color: #ea6645;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3) inset;
}
.btn-basic.trans-g, .trans-g.search-form__submit {
  background: none;
  color: #a6a6a6;
  border: 1px solid #a6a6a6;
  padding: 6px 7px;
}
.btn-basic.trans-g:hover, .trans-g.search-form__submit:hover {
  background: #6a6a6a;
  color: #fff;
  border-color: #6a6a6a;
}
.btn-basic.back:before, .back.search-form__submit:before {
  content: '';
  position: relative;
  display: inline-block;
  top: -1px;
  margin: 0 5px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 8px 4px 0;
  border-color: transparent #fff transparent transparent;
}
.btn-basic.next:after, .next.search-form__submit:after {
  content: '';
  position: relative;
  display: inline-block;
  top: -1px;
  margin: 0 0 0 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #fff;
}

.btn-expert-filters {
  cursor: pointer;
  position: relative;
  border: 0;
  max-width: 296px;
  width: 100%;
  display: block;
  margin: 0px 35px 14px;
  padding: 17px 28px 13px 17px;
  text-transform: uppercase;
  border-radius: 10px;
  background: #a6a6a6;
  color: #fff;
  text-align: left;
  font: 18px/21px "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
  z-index: 10;
  -moz-transition: background 0.2s linear, color 0.2s linear;
  -o-transition: background 0.2s linear, color 0.2s linear;
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear;
  text-align: center;
}
.btn-expert-filters:hover {
  background: gray;
}
.btn-expert-filters:before {
  content: '';
  position: absolute;
  top: 24px;
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.btn-expert-filters.simple-open {
  background: #fff;
  color: #a6a6a6;
  top: 0;
  /*margin-top: 0px 35px -21px;*/
  margin: 0px auto -21px auto;
  padding: 13px 28px 13px 26px;
  display: none;
}
.btn-expert-filters.simple-open:hover {
  cursor: default;
}
.btn-expert-filters.open {
  background: #fff;
  color: #a6a6a6;
  top: 0;
  margin: 0px 35px -21px;
  padding: 13px 28px 13px 26px;
  display: none;
}
.btn-expert-filters.open:hover {
  color: #ea6645;
}

.help-circle {
  border-radius: 50%;
  width: 164px;
  height: 164px;
  background: #6a6a6a;
  box-shadow: 0 0 0 3px #fff;
  text-align: center;
  color: #fff;
  padding: 40px 10px 0;
  font: 17px/21px "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.help-circle__title {
  font: 20px/21px "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
  display: block;
  text-transform: uppercase;
}

.btn-donate {
  display: block;
  padding: 15px 10px 14px;
  margin: 0 0 20px;
  font: 24px/28px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  color: #6a6a6a;
  border: 1px solid #6a6a6a;
  background: #e2e2e2;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-donate:hover {
  background: #fff;
}
.btn-donate:active, .btn-donate:focus {
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3) inset;
}

.btn-fullscreen {
  width: 28px;
  height: 28px;
  background: url(../svg/fullscreen.svg) center center no-repeat;
  background-size: 80%;
  float: right;
  border: 1px solid #ea6645;
}
.btn-fullscreen:hover {
  background-size: 95%;
}

/* Forms
-----------------------------------------------------------------------------*/
.basic-input, .year-select .jq-selectbox__select, .search-form__input, .search-date__input, .login-form__input {
  border: 1px solid #6a6a6a;
  height: 40px;
  padding: 0 12px;
  font-size: 16px;
  font-family: "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  color: #6a6a6a;
}
.basic-radio {
  margin: 0 5px 0 -2px;
  top: -3px;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #6a6a6a;
  box-shadow: none;
  border-radius: 9px;
}
.basic-checkbox {
  margin: 0 5px 0 -2px;
  top: -3px;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #6a6a6a;
  box-shadow: none;
}
.basic-checkbox.checked .jq-checkbox__div {
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  display: block;
  margin: 1px 0 0;
}
.basic-checkbox.red.checked .jq-checkbox__div {
  display: block;
}
.basic-checkbox.grey.checked .jq-checkbox__div {
  display: block;
}

.basic-select.red {
  color: #ea6645;
}
.basic-select.red.opened .jq-selectbox__select {
  border-color: #ea6645;
}
.basic-select.red.opened .jq-selectbox__select:hover {
  border-color: #ea6645;
}
.basic-select.red.opened .jq-selectbox__select:hover .jq-selectbox__trigger-arrow {
  border-color: #ea6645 transparent transparent transparent;
}
.basic-select.red.opened .jq-selectbox__trigger-arrow {
  border-color: #ea6645 transparent transparent transparent;
}
.basic-select.red.opened .jq-selectbox__select-text {
  color: #ea6645;
}
.basic-select.red .jq-selectbox__select {
  border-color: #ea6645;
}
.basic-select.red .jq-selectbox__select:hover {
  border-color: #ea6645;
}
.basic-select.red .jq-selectbox__select:hover .jq-selectbox__trigger-arrow {
  border-color: #ea6645 transparent transparent transparent;
}
.basic-select.red .jq-selectbox__trigger-arrow {
  border-color: #ea6645 transparent transparent transparent;
}
.basic-select.red .jq-selectbox__select-text {
  color: #ea6645;
}
.basic-select.red .jq-selectbox__dropdown {
  border-color: #ea6645;
}
.basic-select.red .jq-selectbox__dropdown .sel {
  color: #ea6645;
}
.basic-select.grey {
  color: #6a6a6a;
}
.basic-select.grey.opened .jq-selectbox__select {
  border-color: #6a6a6a;
}
.basic-select.grey.opened .jq-selectbox__select:hover {
  border-color: #6a6a6a;
}
.basic-select.grey.opened .jq-selectbox__select:hover .jq-selectbox__trigger-arrow {
  border-color: #6a6a6a transparent transparent transparent;
}
.basic-select.grey.opened .jq-selectbox__trigger-arrow {
  border-color: #6a6a6a transparent transparent transparent;
}
.basic-select.grey.opened .jq-selectbox__select-text {
  color: #6a6a6a;
}
.basic-select.grey .jq-selectbox__select {
  border-color: #6a6a6a;
}
.basic-select.grey .jq-selectbox__select:hover {
  border-color: #6a6a6a;
}
.basic-select.grey .jq-selectbox__select:hover .jq-selectbox__trigger-arrow {
  border-color: #6a6a6a transparent transparent transparent;
}
.basic-select.grey .jq-selectbox__trigger-arrow {
  border-color: #6a6a6a transparent transparent transparent;
}
.basic-select.grey .jq-selectbox__select-text {
  color: #6a6a6a;
}
.basic-select.grey .jq-selectbox__dropdown {
  border-color: #6a6a6a;
}
.basic-select.grey .jq-selectbox__dropdown .sel {
  color: #6a6a6a;
}
.basic-select.max-width {
  width: 100%;
}
.basic-select .jq-selectbox__select {
  height: 27px;
  border: 1px solid #339999;
  padding: 0 35px 0 7px;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #339999;
  font: 16px/25px "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
}
.basic-select .jq-selectbox__trigger {
  border: 0;
  width: 30px;
}
.basic-select .jq-selectbox__trigger-arrow {
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #339999 transparent transparent transparent;
}
.basic-select:hover .jq-selectbox__trigger-arrow {
  border-top-color: #339999;
}
.basic-select .jq-selectbox__dropdown {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #339999;
  font: 15px/1 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
}
.basic-select .jq-selectbox__dropdown ul {
  padding: 6px 0;
}
.basic-select .jq-selectbox__dropdown li {
  padding: 7px 15px;
  color: #6a6a6a;
}
.basic-select .jq-selectbox__dropdown li:hover {
  background: #e2e2e2;
  color: #000;
}
.basic-select .jq-selectbox__dropdown li.sel {
  font-family: "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  color: #339999;
  text-decoration: underline;
  background: transparent;
}
.basic-select.opened .jq-selectbox__select {
  border-color: #339999;
  color: #339999;
}
.basic-select.disabled {
  cursor: default;
}
.basic-select.disabled:hover .jq-selectbox__trigger-arrow {
  border-top-color: #aaa;
}

.year-select .jq-selectbox__select {
  padding: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  text-align: center;
  font-family: "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  line-height: 40px;
}
.year-select .jq-selectbox__trigger {
  display: none;
}
.year-select .jq-selectbox__dropdown {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #339999;
  font: 16px/1 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
}
.year-select .jq-selectbox__dropdown ul {
  padding: 6px 0;
}
.year-select .jq-selectbox__dropdown li {
  text-align: center;
  padding: 7px 5px;
}
.year-select .jq-selectbox__dropdown li:hover {
  background: #e2e2e2;
  color: #000;
}
.year-select .jq-selectbox__dropdown li.sel {
  font-family: "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
  color: #339999;
  text-decoration: underline;
  background: transparent;
}
.year-select.opened .jq-selectbox__select {
  border-color: #339999;
  color: #339999;
}
.year-select.cyan .jq-selectbox__select {
  border-color: #339999;
  color: #339999;
}
.year-select.disabled {
  cursor: default;
}
.year-select.disabled .jq-selectbox__select {
  border: 1px solid #6a6a6a;
  color: #6a6a6a;
  background: #fff;
  box-shadow: none;
}

.search-form__line {
  margin: 0 0 7px;
}
.search-form__label {
  display: block;
  margin: 0 0 5px;
  padding: 0 0 0 2px;
  color: #fff;
  font: 21px/1.1 "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
}
.search-form__label.with-check {
  cursor: pointer;
}
.search-form__specific {
  font: 12px/1.1 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
}
.search-form__input {
  width: 393px;
}
.search-form__submit {
  height: 40px;
  padding: 4px 15px 5px;
  line-height: 20px;
  margin: 0 0 0 11px;
  letter-spacing: 0.05em;
}
.search-form__footer {
  margin: 19px 0 0;
  padding: 14px 0 0;
  max-width: 495px;
  border-top: 1px dashed #fff;
}
.search-form__footer .btn-basic, .search-form__footer .search-form__submit {
  margin-right: 7px;
}
.search-form .search-date {
  float: left;
}

.search-date {
  *zoom: 1;
}
.search-date:after {
  content: "";
  display: table;
  clear: both;
}
.search-date.disabled {
  opacity: 0.5;
}
.search-date.disabled .search-date__input {
  font-family: "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  background: #fff;
}
.search-date.side .search-date__item.month {
  width: 115px;
}
.search-date.side .search-date__label {
  color: #339999;
}
.search-date.side .search-date__input {
  color: #339999;
  border-color: #339999;
  height: 29px;
}
.search-date.side .year-select,
.search-date.side .year-select .jq-selectbox__select {
  height: 29px;
  line-height: 28px;
}
.search-date.side .year-select.cyan.disabled .jq-selectbox__select {
  color: #339999;
  border-color: #339999;
}
.search-date.side .search-date__year.year-y .search-date__select {
  width: 35px;
}
.search-date.side .simple-datepicker {
  top: 30px;
  width: 290px;
}
.search-date.side ::-webkit-input-placeholder {
  color: #339999;
}
.search-date.side :-moz-placeholder {
  color: #339999;
}
.search-date.side ::-moz-placeholder {
  color: #339999;
}
.search-date.side :-ms-input-placeholder {
  color: #339999;
}
.search-date__item {
  float: left;
  position: relative;
  margin: 0 0 0 10px;
}
.search-date__item:first-child {
  margin-left: 0;
}
.search-date__item.day {
  width: 45px;
}
.search-date__item.month {
  width: 187px;
}
.search-date__year {
  float: left;
}
.search-date__year.year-y .search-date__select {
  float: left;
  width: 45px;
  margin-left: 3px;
}
.search-date__year-c {
  width: 45px;
  float: left;
  /*.search-date__input {
  	letter-spacing: 0.3em;
  }*/
}
.search-date__select {
  margin: 0 0 3px;
}
.search-date__input {
  width: 100%;
  padding: 0;
  text-align: center;
  font-family: "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  color: #6a6a6a;
}
.search-date__input:active, .search-date__input:focus {
  color: #339999;
}
.search-date__label {
  text-align: center;
  display: block;
  color: #fff;
  font: 14px/1.1 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
}
.search-date .year-select {
  width: 100%;
}
.search-date .simple-datepicker {
  position: absolute;
  top: 42px;
  left: 0;
  display: none;
  z-index: 150;
}

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

.simple-datepicker {
  background: #fff;
  border: 1px solid #339999;
  padding: 15px 34px;
  width: 314px;
}
.simple-datepicker__month {
  margin: 0 auto 20px;
}
.simple-datepicker__select {
  width: 100%;
}
.simple-datepicker__days {
  margin: 0 0 14px;
  color: #6a6a6a;
  font: 16px/23px "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
}
.simple-datepicker__day {
  display: inline-block;
  width: 12.5%;
  text-align: center;
  cursor: pointer;
}
.simple-datepicker__day:hover {
  background: #e2e2e2;
}
.simple-datepicker__day.current {
  color: #339999;
  font-family: "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
.simple-datepicker .btn-basic, .simple-datepicker .search-form__submit {
  padding-left: 18px;
  padding-right: 18px;
}

.login-form {
  width: 395px;
  margin: 0 auto;
}
.login-form__line {
  margin: 46px 0 0;
}
.login-form__line:first-child {
  margin-top: 0;
}
.login-form__input {
  width: 100%;
  color: #000;
}
.login-form a {
  color: #6a6a6a;
  text-decoration: underline;
}
.login-form a:hover {
  color: #ea6645;
}
.login-form__footer {
  *zoom: 1;
  margin: 32px 0 0;
}
.login-form__footer:after {
  content: "";
  display: table;
  clear: both;
}
.login-form__forgot {
  float: left;
  font: 16px/21px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
}
.login-form__submit {
  float: right;
  min-width: 90px;
}

.simple-search-form {
  position: relative;
}
.simple-search-form__input {
  border: 1px solid #6a6a6a;
  background: #fff;
  padding: 0 10px 0 30px;
  height: 28px;
  width: 190px;
  font-size: 14px;
}
.simple-search-form__submit {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  text-align: right;
  line-height: 28px;
  font-size: 16px;
  padding: 0 3px 0 0;
  color: #ea6645;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.check-select {
  position: relative;
  margin: 0 0 12px;
}
.check-select.cyan .check-select__toggle {
  color: #339999;
  border: 1px solid #339999;
}
.check-select.cyan .check-select__toggle:before {
  border-color: #339999 transparent transparent transparent;
}
.check-select.cyan .check-select__drop {
  border-color: #339999;
}
.check-select.open .check-select__toggle {
  border-bottom: 0;
}
.check-select.open .check-select__toggle:before {
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #6a6a6a transparent;
}
.check-select.open.cyan .check-select__toggle:before {
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #339999 transparent;
}
.check-select.short {
  width: 150px;
}
.check-select.mid {
  width: 200px;
}
.check-select.inline {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 20px;
}
.check-select__toggle {
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #6a6a6a;
  padding: 7px 20px 2px 10px;
  position: relative;
  font: 14px/16px "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
  color: #6a6a6a;
  text-transform: uppercase;
  cursor: pointer;
  background: #fff;
}
.check-select__toggle:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #6a6a6a transparent transparent transparent;
  position: absolute;
  top: 10px;
  right: 10px;
}
.check-select__drop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #6a6a6a;
  border-top: 0;
  padding: 10px 13px 14px;
  overflow-y: auto;
  height: 450px;
}
.check-select__check-label {
  margin: 0 0 5px;
  display: block;
  cursor: pointer;
  color: #6a6a6a;
  font: 16px/20px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
}
.check-select__check-label:hover {
  color: #ea6645;
}
.check-select__check-label .basic-checkbox {
  margin: 0 5px 0 0;
  top: -2px;
}
.check-select__ok {
  display: block;
  width: 100%;
  margin: 14px 0 0;
}

.expert-filter {
  position: relative;
  overflow-x: hidden !important;
}
.expert-filter__section {
  background: #fff;
  position: relative;
  margin: 0 -35px 10px;
  padding: 25px 35px 23px;
}
.expert-filter__section:first-child {
  padding-top: 84px;
}
.expert-filter__section:first-child:before {
  top: 70px;
}
.expert-filter__section:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 100%;
  width: 10px;
  background: url(../img/filter-side-border.gif);
}
.expert-filter__title {
  margin: 0 0 4px;
  padding: 0;
  position: relative;
  font: 21px/25px "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
  color: #6a6a6a;
}
.expert-filter__title.cyan {
  color: #339999;
}
.expert-filter__subtitle {
  margin: 3px 0 5px;
  padding: 0;
  font: 18px/25px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  color: #339999;
}
.expert-filter__check-label {
  cursor: pointer;
  display: inline-block;
}
.expert-filter__l-specific {
  font-size: 11px;
}
.expert-filter__remove {
  float: right;
  border: 0;
  background: transparent;
  margin: 4px 10px 0 0;
  padding: 0;
  text-decoration: none;
  color: #6a6a6a;
  font: 14px/16px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
}
.expert-filter__remove:hover {
  color: #ea6645;
}
.expert-filter__remove .icon-close {
  color: #ea6645;
  font-size: 9px;
  margin: 0 0 0 4px;
  position: relative;
  top: -1px;
}
.expert-filter__footer {
  margin: 7px 0 2px;
  padding: 17px 0 0;
  border-top: 1px dashed #6a6a6a;
}
.expert-filter__footer.hidden .btn-basic, .expert-filter__footer.hidden .search-form__submit {
  visibility: hidden;
}
.expert-filter .label-question {
  position: absolute;
  top: 0;
  right: -19px;
  margin: 0;
  font-size: 20px;
}

.search-form-s {
  margin: 14px 10px 6px 0;
  *zoom: 1;
}
.search-form-s:after {
  content: "";
  display: table;
  clear: both;
}
.search-form-s__line {
  overflow: hidden;
}
.search-form-s__submit {
  float: right;
  margin: 0 0 0 10px;
  padding-right: 12px;
  padding-left: 12px;
}
.search-form-s__input {
  width: 100%;
  border: 1px solid #6a6a6a;
  padding: 0 10px;
  height: 28px;
  font-size: 14px;
}

.react-selectize-control {
  border-radius: 0;
  border: 1px solid #6a6a6a;
  font: 16px/25px "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
}

.react-selectize.default.root-node .react-selectize-control {
  font: 14px/1.38888 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
}

.react-selectize-placeholder {
  color: #6a6a6a;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  /*padding: 0 0 10px;*/
  position: relative;
  z-index: 10;
  background: #fff;
}

.h-panel {
  *zoom: 1;
  /*position: relative;*/
  margin: 0 0 20px;
  height: 28px;
  -moz-transition: margin-top 0.2s linear;
  -o-transition: margin-top 0.2s linear;
  -webkit-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear;
}
.h-panel:after {
  content: "";
  display: table;
  clear: both;
}

.h-login {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  float: right;
  font: 14px/1.2 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.h-login__item {
  float: right;
  height: 100%;
  padding: 8px 32px 0;
  border-right: 2px solid #ea6645;
  border-left: 2px solid #ea6645;
}
.h-login__item:first-child {
  border-right: 0;
  padding-right: 0;
}
.h-login__link {
  text-decoration: none;
  color: #6a6a6a;
}
.h-login__link:hover {
  text-decoration: underline;
  color: #6a6a6a;
}
.h-login__link:hover .h-login__i-arrow {
  border-left-color: #6a6a6a;
}
.h-login__i-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 10px;
  border-color: transparent transparent transparent #ea6645;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.h-lang {
  list-style: none;
  margin: 0;
  padding: 7px 30px 0;
  float: right;
  height: 100%;
  font: 14px/1.2 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.h-lang__item {
  padding: 0 3px 0 7px;
  display: inline-block;
  border-left: 1px solid #ea6645;
}
.h-lang__item:first-child {
  border-left: 0;
  padding-left: 3px;
}
.h-lang__item.active .h-lang__link {
  text-decoration: none;
  font-family: "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
}
.h-lang__link {
  color: #ea6645;
}
.h-lang__link:hover {
  color: #6a6a6a;
}

.h-social {
  list-style: none;
  margin: 0;
  padding: 3px 16px 0;
  float: right;
  font-size: 20px;
  height: 100%;
  border-right: 2px solid #ea6645;
}
.h-social__item {
  display: inline-block;
  margin: 0 0 0 5px;
}
.h-social__link {
  text-decoration: none;
  color: #ea6645;
}
.h-social__link:hover {
  color: #6a6a6a;
}

.logo, .popup-logo {
  float: left;
  margin: 26px 0 0 0;
  width: 15%;
  max-width: 230px;
  height: 44px;
}

.eu-logo {
  height: 50px;
  margin: 24px 0 0 30px;
}

.logo__link {
  display: block;
  height: 100%;
  background: url(../img/logo.svg) no-repeat;
  background-size: auto 100%;
  background-size: contain;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.eu-logo__link {
  display: block;
  height: 100%;
  background: url(../img/eu_logo.svg) no-repeat;
  background-size: auto 100%;
  background-size: contain;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.no-svg .logo__link {
  background-image: url(../img/logo.png);
}
.ru .logo__link {
  background-image: url(../img/logo_ru.svg);
}
.ru .eu-logo__link {
  background-image: url(../img/eu_logo_ru.svg);
}
.no-svg .ru .logo__link {
  background-image: url(../img/logo_ru.png);
}

.main-nav {
  position: relative;
  float: right;
  margin: 33px 0 0;
}
.main-nav__toggle {
  position: absolute;
  right: 15px;
  top: -52px;
  display: block;
  width: 40px;
  height: 40px;
  /*border-radius: 50%;*/
  background: #ccc;
  cursor: pointer;
  display: none;
  background: #fff;
  /*border: 2px solid $red;*/
  background: url(../svg/menu.svg) center center no-repeat;
  background-size: 24px;
}

.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 24px;
  font: 24px/1.2 "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
}
.main-menu__item {
  display: inline-block;
  margin: 0 18px;
  position: relative;
}
.main-menu__item.active > .main-menu__link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #ea6645;
}
.main-menu__item.home {
  font-size: 30px;
}
.main-menu__item.home .main-menu__link {
  top: -2px;
}
.main-menu__item.home .main-menu__link:before {
  left: 4px;
  right: 4px;
}
.main-menu__item.help {
  margin-right: 8px;
  width: 96px;
  position: relative;
}
.main-menu__item.help .main-menu__link {
  position: absolute;
  top: -42px;
  left: 0;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  background: #6a6a6a;
  box-shadow: 0 0 0 4px #fff;
  font-size: 15px;
  font-family: "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 30px 10px 0;
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.main-menu__item.help .main-menu__link:hover {
  background: #ea6645;
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}
.main-menu__link {
  position: relative;
  text-decoration: none;
  color: #6a6a6a;
}
.main-menu__link:hover {
  color: #ea6645;
}

.main-menu__item ul {
  display: none;
  position: absolute;
  top: 100%;
  list-style: none;
  background-color: #fff;
  padding: 10px 24px 10px 18px;
  margin-left: -18px;
  font-size: 19px;
  min-width: calc(100% + 36px);
  z-index: 1;
}

.main-menu__item:hover > ul {
  display: block;
}

.main-menu__item ul li {
  float: none;
  display: list-item;
  position: relative;
}

.main-menu__item ul li:hover > ul {
  display: block;
}

.main-menu__item ul ul {
  position: absolute;
  top: -10px;
  left: calc(100% + 36px);
  padding-left: 6px;
  display: none;
}

.main-menu__item ul li > a:after { 
  content:  ' >'; 
  position: absolute;
  right: 0;
}

.main-menu__item ul li:hover a:after {
  content:  ' <'; 
}

.main-menu__item ul li > a:only-child:after { 
  content: ''; 
}

.main-menu__sublink {
  width: calc(100% + 18px);
  display: block;
  margin-bottom: 10px;
}

.tg-banner {
  position: relative;
  padding: 0;
  margin: 0 0 8px;
  width: 100%;
}
.tg-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../pic/ponaa.svg) repeat;
  background-size: cover;
}
.tg-banner__content {
  z-index: 2;
  position: relative;
  color: #fff;
  font: 40px/40px "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
  margin: 40px 35px;
}
.tg-banner__content a {
  color: #fff;
  text-decoration: none;
}
.tg-banner__content:hover {
  color: #ea6645;
}
.tg-banner__link {
  margin-left: 15px;
}

.promo-block {
  position: relative;
  padding: 42px 0 20px 0;
  margin: 0 0 8px;
  min-height: 480px;
  background: #a6a6a6;
}
.promo-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 40%;
  right: 0;
  bottom: 0;
  background: url(../pic/promo-photo.jpg) no-repeat center;
  background-size: cover;
}
.promo-block:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E2YTZhNiIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjYTZhNmE2Ii8+PHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #a6a6a6), color-stop(40%, #a6a6a6), color-stop(67%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(left, #a6a6a6 0%, #a6a6a6 40%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, #a6a6a6 0%, #a6a6a6 40%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #a6a6a6 0%, #a6a6a6 40%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
}
.no-svg .promo-block:after {
  background: #a6a6a6;
  width: 50%;
}
.promo-block__inner {
  position: relative;
  z-index: 2;
}
.promo-block .search-form {
  padding-right: 45%;
}

.promo-title {
  margin: 0 0 40px;
  padding: 0 45% 0 0;
  color: #fff;
  font: 50px/48px "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
}
.promo-title__notes {
  font: 30px/1 "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
}
.promo-title__period {
  color: #339999;
  letter-spacing: -0.01em;
}
.promo-title sup {
  font-size: 57%;
  top: -0.6em;
}

/* Content
-----------------------------------------------------------------------------*/
.content.white {
  background: #fff;
}

.separator-h {
  margin: 6px 0 24px;
  border-top: 1px dashed #6a6a6a;
}

.row {
  margin: 0 -35px 10px;
  display: -webkit-flex;
  display: flex;
}
.no-flexbox .row {
  *zoom: 1;
}
.no-flexbox .row:after {
  content: "";
  display: table;
  clear: both;
}
.row.flex-start {
  align-items: flex-start;
}

.col, .col-70, .col-60, .col-50, .col-40, .col-30 {
  padding: 0 35px 15px;
  margin: 0 0 0 10px;
}
.col:first-child, .col-70:first-child, .col-60:first-child, .col-50:first-child, .col-40:first-child, .col-30:first-child {
  margin-left: 0;
}
.no-flexbox .col, .no-flexbox .col-70, .no-flexbox .col-60, .no-flexbox .col-50, .no-flexbox .col-40, .no-flexbox .col-30 {
  float: left;
  margin-left: 0;
  border-left: 10px solid #e2e2e2;
}
.no-flexbox .col:first-child, .no-flexbox .col-70:first-child, .no-flexbox .col-60:first-child, .no-flexbox .col-50:first-child, .no-flexbox .col-40:first-child, .no-flexbox .col-30:first-child {
  border-left: 0;
}
.col.shift-top, .shift-top.col-70, .shift-top.col-60, .shift-top.col-50, .shift-top.col-40, .shift-top.col-30 {
  margin: -22px 0 0;
}

.col-70 {
  width: 70%;
}

.col-60 {
  width: 60%;
}

.col-50 {
  max-width: 50%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
}

.col-40 {
  width: 40%;
}

.col-30 {
  width: 30%;
}

.no-padding {
  padding: 0;
}

.side-col {
  padding: 0;
}

.single-col .side-col {
  display: none;
}
.single-col .content-col {
  width: 896px;
  max-width: 896px;
  margin: 0 auto;
}
.single-col .side-tab {
  transform: translateX(-95px) rotate(90deg);
}

.side-tab {
  -moz-transition: -moz-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  font-family: "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
  transform: translateX(-150px) rotate(90deg);
  font-size: 18px;
  position: fixed;
  top: 45%;
  left: 0;
  background: #b5b3b5;
  color: #fff;
  padding: 15px 28px;
  border-radius: 10px 10px 0 0;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.side-tab:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 10px 0 0;
  border-style: solid;
  border-width: 0 8px 16px 8px;
  border-color: transparent transparent #656365 transparent;
}

.page-head {
  position: relative;
  margin: 0 0 8px;
  background: #b5b5b5;
  color: #fff;
  overflow: hidden;
  background-size: cover;
}
.page-head.white-border {
  margin: 0;
  border-bottom: 8px solid #fff;
}
.page-head.title .page-head__desc {
  padding: 66px 0 76px;
}
.page-head.title .page-head__desc-title {
  padding: 0;
  font: 54px/52px "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
}
.page-head.title .page-head__img {
  right: 0;
  left: 40%;
  background-position: center;
}
.page-head.title:after {
  left: 0;
  right: 47%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2E2YTZhNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E2YTZhNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(20%, #a6a6a6), color-stop(100%, #a6a6a6));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0), #a6a6a6 20%, #a6a6a6);
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), #a6a6a6 20%, #a6a6a6);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #a6a6a6 20%, #a6a6a6);
}
.page-head:after {
  content: '';
  position: absolute;
  left: 47%;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2I1YjViNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I1YjViNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(20%, #b5b5b5), color-stop(100%, #b5b5b5));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #b5b5b5 20%, #b5b5b5);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #b5b5b5 20%, #b5b5b5);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #b5b5b5 20%, #b5b5b5);
}
.page-head__img-wrap {
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
}
.page-head__img {
  position: absolute;
  right: 40%;
  left: 0;
  top: 0;
  bottom: 0;
  height: auto;
}
.page-head__desc {
  position: relative;
  font: 48px/1.1 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  margin: 0;
  width: 58%;
  padding: 21px 0;
  text-transform: uppercase;
  z-index: 1;
}
.page-head__desc-title {
  font: 48px/1.1 "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
  text-transform: none;
}
.page-head__info {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 58%;
  color: #fff;
  z-index: 1;
  padding: 26px 20px 20px 5px;
}

.author-info__img-block {
  float: left;
  margin: 8px 14px 0 0;
  border: 3px solid #fff;
  width: 90px;
  height: 130px;
}
.author-info__img {
  display: block;
  width: 100%;
  height: auto;
}
.author-info__desc {
  overflow: hidden;
}
.author-info__name {
  padding: 0;
  margin: 0 0 5px 0;
  list-style: none;
  font: 31px/1.2 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
}
.author-info__date {
  padding: 0;
  margin: 5px 0 10px;
  list-style: none;
}
.author-info__btn {
  margin: 10px 0 0;
  padding: 1px 25px 5px;
  font: 16px/1 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
}
.author-info__btn .icon-user {
  font-size: 19px;
  line-height: 1.2;
  margin: 0 4px 0 0;
}

.label-question {
  float: right;
  text-decoration: none;
  margin: 0 0 0 8px;
  padding: 0;
  position: relative;
  border: 0;
  background: transparent;
}

.section-title {
  overflow: hidden;
  padding: 0;
  margin: 38px 0 7px;
  text-transform: uppercase;
  color: #ea6645;
  font: 18px/1.1 "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
}
.section-title:after {
  content: '';
  overflow: hidden;
  height: 2px;
  margin: 10px 0 0;
  display: block;
  background: #ea6645;
}
.section-title.cyan {
  color: #339999;
}
.section-title.cyan:after {
  background: #339999;
}
.section-title.cyan a {
  color: #339999;
}
.section-title.white {
  color: #fff;
}
.section-title.white:after {
  background: #fff;
}
.section-title.white a {
  color: #fff;
}
.section-title a {
  color: #ea6645;
}
.section-title__text {
  float: left;
  margin: 0 10px 0 0;
  max-width: 65%;
  overflow: hidden;
}
.section-title__icon {
  float: left;
  margin: 0 5px 0 0;
}

.link-more {
  color: #ea6645;
  text-decoration: underline;
  position: relative;
  padding: 0 15px 0 0;
}
.link-more:after {
  content: '>';
  position: absolute;
  top: -1px;
  right: 0;
  text-decoration: none;
}
.link-more:hover {
  text-decoration: none;
}

.more-center {
  text-align: center;
  margin: 14px 0 17px;
}
.more-center__btn {
  min-width: 140px;
}

.note-date {
  display: inline-block;
  color: #339999;
  font-family: "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
}
.note-date:after {
  content: '/';
  margin: 0 4px 0 7px;
  font-family: "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  color: #6a6a6a;
}

.latest-news {
  /*min-height: 615px;*/
  padding-right: 50px;
  background: #fff;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}
.news-list__item {
  *zoom: 1;
  padding: 12px 0 22px;
  border-top: 1px dashed #6a6a6a;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.news-list__item:after {
  content: "";
  display: table;
  clear: both;
}
.news-list__item:first-child {
  border-top: 0;
}
.news-list__item:hover {
  background: #f0f0f0;
}
.news-list__photo {
  float: left;
  margin: 0 12px 0 0;
  padding: 4px 0 0;
  width: 192px;
}
.news-list__pic {
  width: 100%;
  height: auto;
}
.news-list__content {
  overflow: hidden;
}
.news-list__header {
  *zoom: 1;
  margin: 0 9px 17px 0;
}
.news-list__header:after {
  content: "";
  display: table;
  clear: both;
}
.news-list__title {
  margin: 0;
  padding: 0;
  float: left;
  width: 70%;
  font: 24px/1.1 "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
  color: #6a6a6a;
  letter-spacing: -0.01em;
}
.news-list__title a {
  text-decoration: none;
  color: #6a6a6a;
}
.news-list__title a:hover {
  text-decoration: underline;
  color: #ea6645;
}
.news-list__date {
  float: right;
  margin: 6px 0 0;
  width: 30%;
  text-align: right;
  color: #339999;
  font: 18px/1.1 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
}
.news-list__text {
  margin: 0;
  height: 75px;
  overflow: hidden;
  font: 18px/25px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
}
.news-list.full {
  border-bottom: 1px dashed #6a6a6a;
}
.news-list.full .news-list__item {
  padding-bottom: 37px;
  padding-top: 37px;
}
.news-list.full .news-list__item:first-child {
  padding-top: 24px;
}
.news-list.full .news-list__content {
  padding-top: 6px;
}

.latest-diaries {
  /*min-height: 615px;*/
  padding-left: 50px;
  background: #fff;
}

.latest-diaries-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 39px;
}
.latest-diaries-list__item {
  border-top: 1px dashed #6a6a6a;
}
.latest-diaries-list__item:first-child {
  border-top: 0;
}
.latest-diaries-list__link {
  display: block;
  position: relative;
  padding: 10px 0 12px 57px;
  text-decoration: none;
  min-height: 85px;
}
.latest-diaries-list__link:hover {
  background: #f0f0f0;
}
.latest-diaries-list__photo {
  position: absolute;
  width: 45px;
  height: 55px;
  top: 15px;
  left: 0;
  margin: 0;
  padding: 0;
}
.latest-diaries-list__title {
  color: #339999;
  margin: 0 0 1px;
  padding: 0;
  max-height: 21px;
  overflow: hidden;
  font: 18px/21px "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
}
.latest-diaries-list__author {
  color: #6a6a6a;
  margin: 0;
  padding: 0 5px 0 0;
  height: 42px;
  overflow: hidden;
  font: 18px/21px "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
}
.latest-diaries-list__label {
  position: relative;
  top: -3px;
  padding: 2px 4px;
  display: inline-block;
  color: #fff;
  background: #339999;
  font: 11px/1 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
}

.social-tile {
  background: #6a6a6a;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.social-tile__btns {
  width: 240px;
  margin: 0 auto;
  overflow: hidden;
}
.social-tile__btns .btn-basic, .social-tile__btns .search-form__submit {
  display: block;
  width: 100%;
  margin: 10px 0 0;
}
.social-tile__btns .btn-basic:first-child, .social-tile__btns .search-form__submit:first-child {
  margin-top: 0;
}
.social-tile .f-socials {
  float: left;
  padding: 9px 0 0;
}
.social-tile .f-socials__title {
  color: #fff;
  margin: 15px 10px 0 0;
}
.social-tile .socials-list__link {
  color: #fff;
}
.social-tile .socials-list {
  font-size: 42px;
}

.help-tile {
  background: #6a6a6a;
  position: relative;
  color: #fff;
  padding-top: 24px;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.help-tile:before {
  content: "";
  opacity: 0.55;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: url(../img/help-bg.jpg) center center;
  background-size: cover;
}
.help-tile__left {
  position: relative;
  float: left;
  max-width: 70%;
  margin: 0 10px 0 18px;
  text-align: left;
}
.help-tile__title {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font: 24px/26px "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
}
.help-tile__descr {
  margin: 0;
  padding: 0;
  font: 24px/25px "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
}
.help-tile__more {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
  margin: 18px 0 0 18px;
}

.collections-block {
  position: relative;
}
.collections-block__title {
  position: absolute;
  z-index: 5;
  top: 26px;
  margin: 0;
  left: 35px;
  right: 35px;
}

.collections-slider {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  background: #6a6a6a;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.collections-slider__item {
  position: relative;
  height: 504px;
  /*height: 100%;*/
  background-position: center;
  background-size: cover;
}
.collections-slider__link {
  display: block;
  height: 100%;
  text-decoration: none;
}
.collections-slider__link:hover {
  background: rgba(255, 255, 255, 0.3);
}
.collections-slider__link:hover .collections-slider__title-w,
.collections-slider__link:hover .collections-slider__descr-w {
  /*background: $darkCyan;
  color: #fff;*/
  color: #ea6645;
}
.collections-slider__link:hover .collections-slider__descr-w {
  /*box-shadow: 5px 0 0 0 $darkCyan,-5px 0 0 0 $darkCyan;*/
}
.collections-slider__link:hover .collections-slider__tag {
  /*background: $darkCyan;
  color: #fff;*/
}
.collections-slider__link:hover .collections-slider__tag.white {
  /*background: #fff;
  color: $darkCyan;*/
}
.collections-slider__content {
  position: absolute;
  bottom: 28px;
  left: 35px;
  right: 35px;
}
.collections-slider__title {
  margin: 0;
  padding: 0;
  color: #6a6a6a;
  text-transform: uppercase;
  font: 40px/40px "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
}
.collections-slider__title-w {
  background: #fff;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.collections-slider__descr {
  margin: 10px 0 0;
  padding: 0 5px;
  color: #6a6a6a;
  font: 24px/1.36 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
}
.collections-slider__descr-w {
  background: #fff;
  box-decoration-break: clone;
  box-shadow: 5px 0 0 0 #fff,-5px 0 0 0 #fff;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.collections-slider__tags {
  margin-top: 25px;
}
.collections-slider__tag {
  display: inline-block;
  padding: 0 5px;
  margin: 5px 5px 0 0;
  min-width: 92px;
  text-align: center;
  text-transform: uppercase;
  font: 14px/28px "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  color: #fff;
  background: #6a6a6a;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.collections-slider__tag.white {
  background: #fff;
  color: #ea6645;
}
.collections-slider .slick-track,
.collections-slider .slick-list {
  height: 100%;
}
.collections-slider .slick-dots {
  position: absolute;
  right: 35px;
  bottom: 30px;
  font: 14px/1 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}
.collections-slider .slick-dots li {
  display: inline-block;
}
.collections-slider .slick-dots li button {
  text-indent: -9999px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
  padding: 0;
  background: #fff;
  border: 1px solid #6a6a6a;
  width: 14px;
  height: 14px;
  cursor: pointer;
  overflow: hidden;
}
.collections-slider .slick-dots .slick-active button {
  background: #e2e2e2;
}

.note-of-day {
  position: relative;
  padding-top: 43px;
  padding-bottom: 27px;
  background: #fff;
  max-width: 635px;
  width: 50%;
}
.note-of-day__bookmark {
  content: '';
  position: absolute;
  top: -15px;
  left: 90px;
  color: #ea6645;
  font-size: 48px;
}
.note-of-day__title {
  margin: 0 0 32px;
  padding: 0 0 0 66px;
  font: 43px/51.6px "HypatiaSansPro-Light", Arial, Helvetica, sans-serif;
  color: #6a6a6a;
}

.notes-slider {
  list-style: none;
  padding: 0 66px;
  margin: 0;
  height: 352px;
  overflow: hidden;
}
.notes-slider__item {
  outline: none;
}
.notes-slider__content {
  margin: 0 0 36px;
  overflow: hidden;
  height: 286px;
}
.notes-slider__photo {
  float: left;
  margin: 7px 15px 5px 0;
  padding: 0;
  width: 123px;
  height: 123px;
  border-radius: 50%;
  overflow: hidden;
}
.notes-slider__photo img {
  width: 100%;
  height: auto;
}
.notes-slider__title {
  margin: 0 0 15px;
  padding: 0;
  color: #ea6645;
  font: 18px/1.2 "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
}
.notes-slider__title a {
  text-decoration: none;
  color: #ea6645;
}
.notes-slider__title a:hover {
  text-decoration: underline;
}
.notes-slider__note {
  font: 18px/25px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  color: #6a6a6a;
}
.notes-slider__note p {
  margin-top: 0px;
}
.notes-slider .slick-prev, .notes-slider .pics-slider-nav .slick-next, .pics-slider-nav .notes-slider .slick-next, .notes-slider .pics-slider .slick-next, .pics-slider .notes-slider .slick-next, .notes-slider .originals-preview .slick-next, .originals-preview .notes-slider .slick-next,
.notes-slider .slick-next {
  position: absolute;
  top: 78px;
  left: 0;
  text-indent: -9999px;
  border: 0;
  background-color: transparent;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.notes-slider .slick-prev:hover, .notes-slider .pics-slider-nav .slick-next:hover, .pics-slider-nav .notes-slider .slick-next:hover, .notes-slider .pics-slider .slick-next:hover, .pics-slider .notes-slider .slick-next:hover, .notes-slider .originals-preview .slick-next:hover, .originals-preview .notes-slider .slick-next:hover,
.notes-slider .slick-next:hover {
  opacity: 0.6;
}
.notes-slider .slick-next {
  right: 0;
  left: auto;
}
.notes-slider .slick-dots {
  position: absolute;
  right: 67px;
  bottom: 6px;
  font: 14px/1 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}
.notes-slider .slick-dots li {
  display: inline-block;
}
.notes-slider .slick-dots li button {
  text-indent: -9999px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 2px;
  padding: 0;
  background: #fff;
  border: 1px solid #6a6a6a;
  width: 13px;
  height: 13px;
  cursor: pointer;
  overflow: hidden;
}
.notes-slider .slick-dots .slick-active button {
  background: #e2e2e2;
}

.text-page-authors .white-section {
  margin: 0;
}

.text-page-authors .diaries-list__photo {
  margin-right: 20px;
  width: 130px;
}

.text-page-authors .diaries-list__letter {
  display: none;
}

.text-page-authors .diaries-list__descr {
  margin-right: 25px;
}

.text-page-authors .diaries-list__photo.empty {
  height: 160px;
}

.text-page {
  width: 100%;
}

.text-page h3,
.text-page .h3 {
  font-size: 1.45rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.text-page h4,
.text-page .h4 {
  font-size: 1.21rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.text-page h5,
.text-page .h5 {
  font-size: 1.21rem;
  font-style: italic;
  margin-bottom: 1rem;
}
.text-page .image {
  margin: 2rem 0;
}
.text-page .image img {
  max-width: 75%;
}
@media print, screen and (max-width: 39.99875em) {
  .text-page .image img {
    width: 100%;
    max-width: 100%;
  }
}
.text-page .image figcaption {
  font-size: 90%;
  margin-top: 1rem;
  font-style: italic;
}
.text-page .image.image-style-align-right {
  float: right;
  margin: 1rem 0 1rem 1rem;
  width: 50%;
  text-align: center;
}
.text-page .image.image-style-align-right img {
  max-width: 100%;
}
.text-page .image.image-style-align-right figcaption {
  margin-right: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .text-page .image.image-style-align-right {
    float: none;
    width: 100%;
    margin: 1rem 0;
  }
  .text-page .image.image-style-align-right img {
    width: 100%;
  }
}
.text-page .image.image-style-align-left {
  float: left;
  margin: 1rem 1rem 1rem 0;
  width: 50%;
  text-align: center;
}
.text-page .image.image-style-align-left img {
  max-width: 100%;
}
.text-page .image.image-style-align-left figcaption {
  margin-right: 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .text-page .image.image-style-align-left {
    float: none;
    width: 100%;
    margin: 1rem 0;
  }
  .text-page .image.image-style-align-left img {
    width: 100%;
  }
}
.text-page li {
  margin-bottom: 1rem;
  padding-left: 1rem;
}
.left-menu-sidebar {
  width: 100%;
  background-color: #fff;
  position: sticky;
  top: 10px;
  padding: 5px 15px;
}
.left-menu-sidebar__inner {
  padding-right: 10px;
  padding-left: 0px;
}
.left-menu-sidebar a.active {
  color: #ea6645;
}
.left-menu-sidebar ul {
  list-style: none;
  padding-left: 20px;
  margin-top: -10px;
}

.contacts-block {
  font: 18px/16px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  color: #ea6645;
  padding: 48px 0 28px;
}
.contacts-block__row {
  margin: 13px 0 0 0;
}
.contacts-block__title {
  font: 30px/24px "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
  margin: 0 54px 0 0;
  vertical-align: bottom;
}
.contacts-block__subscr-btn {
  float: right;
}
.contacts-block__link {
  color: #ea6645;
}
.contacts-block .icon-email,
.contacts-block .icon-phone {
  font-size: 18px;
  margin: 0 3px 0 0;
}
.contacts-block .icon-fb,
.contacts-block .icon-vk {
  font-size: 20px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0px 3px 0 0;
  position: relative;
  top: 3px;
}

.basic-tabs {
  margin: 25px 0 0;
}
.basic-tabs__content {
  padding: 32px 0 32px;
  font: 18px/1.4 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
}
.basic-tabs__col {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  padding: 0 0 0 7%;
}
.basic-tabs__col.wider {
  padding: 0 0 0 5%;
}
.basic-tabs__col.wider:first-child {
  padding: 0 5% 0 0;
}
.basic-tabs__col:first-child {
  padding: 0 7% 2rem 0;
}
.basic-tabs__col:first-child:after {
  content: '';
  position: absolute;
  right: 0;
  top: 16px;
  bottom: 16px;
  border-left: 1px dashed #6a6a6a;
}
.no-border-after:after {
  border: 0 !important;
}
.basic-tabs__title {
  font: 30px/1.34 "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
  padding: 12px 0 13px;
  margin: 0 0 20px;
  border-bottom: 1px dashed #6a6a6a;
}
.basic-tabs__subtitle {
  font: 21px/1.3 "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.basic-tabs__subtitle .icon-heart {
  position: relative;
  top: -1px;
  margin: 0 5px 0 0;
}
.basic-tabs__lead {
  font: 18px/1.4 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  margin: 0 0 24px;
}
.basic-tabs__p {
  margin: 0 0 24px;
}
.basic-tabs__p-title {
  font: 24px/1.4 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
}

.basic-tabs__persons {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}

.basic-tabs__person {
  display: inline-block;
  margin: 15px 2%;
  text-align: center;
  width: 21%;
}

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

.tabs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tabs-list__item {
  font: 25px/63px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  float: left;
  width: 20%;
  cursor: pointer;
  color: #6a6a6a;
  position: relative;
  text-align: center;
  border: 1px solid #fff;
  border-bottom-color: #6a6a6a;
}
.tabs-list__item.current {
  font-family: "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  color: #ea6645;
  border: 1px solid #6a6a6a;
  border-bottom-color: #fff;
}
.tabs-list__item.current:after {
  display: none;
}
.tabs-list__item:first-child:after {
  display: none;
}
.tabs-list__item:hover {
  color: #ea6645;
}
.tabs-list__item:after {
  content: '';
  position: absolute;
  left: -2px;
  bottom: -1px;
  width: 1px;
  height: 22px;
  background: #6a6a6a;
}

.box-tab {
  display: none;
}

.box-tab.current {
  display: block;
}

.user-list {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  font: 18px/1.4 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
}
.user-list__item {
  margin: 20px 0 20px;
  min-height: 100px;
}
.user-list__img-wrap {
  width: 90px;
  height: 90px;
  margin: 6px 10px 0 0;
  float: left;
}
.user-list__img {
  width: 90px;
  height: 90px;
  display: block;
}
.user-list__desc {
  padding: 0 0 0;
  margin: 0 0 0 100px;
}
.user-list__p {
  margin: 0;
  padding: 0;
}
.user-list__title {
  font: 18px/1.2 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
}

.accordion-title {
  position: relative;
  font: 18px/1.2 "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 30px 0 8px;
  text-transform: uppercase;
}

.accordion {
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
  border-top: 1px solid #6a6a6a;
}
.accordion__item {
  position: relative;
  border-bottom: 1px dashed #6a6a6a;
}
.accordion__item:after {
  content: '';
  position: absolute;
  right: 3px;
  top: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #ea6645 transparent transparent transparent;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.accordion__item.open:after {
  transform: rotate(180deg);
  border-color: #6a6a6a transparent transparent transparent;
}
.accordion__item.open .accordion__item-title {
  color: #339999;
}
.accordion__item-title {
  display: block;
  font: 18px/1.84 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  cursor: pointer;
  padding: 0 20px 0 0;
  margin: 0;
}
.accordion__item-title:hover {
  color: #339999;
}
.accordion__item-desc {
  margin: 4px 0 0;
  display: none;
}
.accordion__p {
  padding: 0;
  margin: 0 0 16px;
}

.basic-list {
  padding: 0;
  margin: 0 0 23px;
  list-style: none;
  font: 18px/1.4 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  color: #6a6a6a;
}
.basic-list__item {
  position: relative;
  padding: 0 0 0 20px;
}
.basic-list__item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}
.basic-list__link {
  color: #6a6a6a;
}
.basic-list__link:hover {
  color: #ea6645;
}
.basic-list.links .basic-list__item:after {
  font-family: 'icomoon';
  content: '\61';
  top: 0;
  background: transparent;
  width: 20px;
  height: 20px;
  color: #ea6645;
}
.basic-list.todo {
  color: #ea6645;
  margin: 10px 0 35px;
  border-top: 1px solid #ea6645;
  border-bottom: 1px solid #ea6645;
}
.basic-list.todo .basic-list__item {
  margin: 26px 0;
}
.basic-list.todo .basic-list__item:after {
  background: #ea6645;
}

.members-list {
  font: 18px/1.4 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 24px 0 0 -20px;
  list-style: none;
  color: #6a6a6a;
}
.members-list.no-width .members-list__item {
  width: auto;
  margin: 0 0 20px 20px;
  clear: both;
  display: block;
  overflow: hidden;
}
.members-list.pic-only .members-list__item {
  width: auto;
  margin: 0 0 20px 20px;
}
.members-list.pic-only .members-list__img-block {
  width: 180px;
  height: 180px;
  line-height: 180px;
  margin: 0 auto;
  float: none;
}
.members-list__item {
  width: 177px;
  margin: 11px 0 14px 20px;
  display: inline-block;
}
.members-list__img-block {
  width: 90px;
  height: 90px;
  float: left;
  margin: 6px 10px 0 0;
  line-height: 86px;
}
.members-list__img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.members-list__desc {
  padding: 0;
  margin: 0;
}
.members-list__name {
  font: 18px/1.4 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}
.members-list__p {
  padding: 0;
  margin: 0;
}

.tooltip-block {
  position: absolute;
  right: 35px;
  top: 58px;
  width: 288px;
  z-index: 100;
  margin: 2px 0 0;
  padding: 25px 10px 20px;
  background: #fff;
  border: 1px solid #339999;
  font: 15px/20px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  color: #339999;
  box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.tooltip-block.black {
  color: #6a6a6a;
  border-color: #6a6a6a;
}
.tooltip-block__title {
  margin: 0 0 22px;
  padding: 0;
  font: 15px/1.2 "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
}
.tooltip-block__theme {
  margin: 0;
  padding: 0;
  font: 15px/1.2 "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
}
.tooltip-block__btn-edit {
  width: 90px;
  display: block;
  margin: 16px auto 0;
}
.tooltip-block p {
  margin: 0;
}

.article-block {
  max-width: 598px;
  margin: 0 auto 28px;
  font: 18px/1.38889 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
}
.article-block p {
  margin: 1.4em 0;
}

.article-picture {
  padding: 0;
  margin: 25px 0;
  text-align: center;
}
.article-picture img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.article-picture.cover {
  margin-bottom: 58px;
}

.article-share {
  position: absolute;
  top: 383px;
  right: 38px;
  width: 190px;
}
.article-share__btn {
  display: block;
  padding: 2px 11px 1px;
  margin: 0 0 12px 0;
  font: 14px/26px "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  color: #6a6a6a;
  text-decoration: none;
  border: 0;
  background: #e2e2e2;
}
.article-share__btn:hover {
  background: #339999;
  color: #fff;
}
.article-share__icon {
  font-size: 30px;
  line-height: 23px;
  vertical-align: middle;
  margin: 0 -3px 0 0;
}

.how-help {
  margin: 0 0 25px;
  padding: 0 35px;
}
.how-help__photo {
  margin: 0 -35px 24px;
}
.how-help__photo img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.how-help__content {
  background: url(../img/red-border.gif) repeat-x bottom left, url(../img/red-border.gif) repeat-x top left;
  margin: 0 0 27px;
  padding: 20px 0 20px;
}
.how-help__content p {
  margin: 0;
  line-height: 1.4;
}
.how-help__title {
  margin: 0;
  padding: 0;
  color: #ea6645;
  font: 24px/29px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
}
.how-help__footer {
  padding: 0 0 22px;
  margin: 0 0 26px;
  background: url(../img/red-border.gif) repeat-x bottom left;
}
.how-help__footer .btn-basic, .how-help__footer .search-form__submit {
  display: block;
  margin: 0 0 8px;
}
.how-help .help-circle {
  float: right;
  margin: -86px 19px -16px 0;
}

.original-diary__slider {
  width: 100%;
  max-width: 804px;
  margin: 0 56px 0 0;
  float: left;
}
.original-diary__desc {
  overflow: hidden;
  min-width: 250px;
  padding: 30px 0 0 0;
  border-bottom: 1px dashed #6a6a6a;
}
.original-diary__title {
  font: 30px/1.4 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  margin: 8px 0 27px;
  padding: 0;
}
.original-diary__title .icon-note {
  margin: 0 7px 0 0;
}
.original-diary__p {
  font: 18px/1.4 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  margin: 0 0 25px;
}
.original-diary__controls {
  margin: 12px 0 0;
  color: #6a6a6a;
  font-size: 24px;
}
.original-diary__control {
  color: #6a6a6a;
  margin: 0 2px 0 0;
  text-decoration: none;
}
.original-diary__control:hover {
  color: #ea6645;
}
.original-diary__btn-notes {
  font-size: 16px;
  padding: 3px 34px 6px 34px;
  float: right;
  margin: 8px 0 0;
}
.original-diary__btn-notes .icon-leaf {
  font-size: 18px;
  margin: 0 6px 0 0;
}

.pics-slider-nav {
  padding: 22px 90px;
}
.pics-slider-nav__item {
  position: relative;
  width: 90px;
  border: 2px solid #fff;
  height: 70px;
  float: left;
  margin: 0 5px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}
.pics-slider-nav__item img {
  width: 100%;
  height: auto;
  display: block;
}
.pics-slider-nav__item.slick-current:after {
  font-family: 'icomoon';
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  content: '\2b';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}
.pics-slider-nav .slick-prev, .pics-slider-nav .slick-next {
  position: absolute;
  left: 0;
  top: 22px;
  width: 84px;
  height: 70px;
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
  text-indent: -9999px;
}
.pics-slider-nav .slick-prev:after, .pics-slider-nav .slick-next:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -8px;
  width: 16px;
  height: 40px;
  background: url(../svg/arrow2-left.svg) 0 0 no-repeat;
}
.pics-slider-nav .slick-next {
  left: auto;
  right: 0;
}
.pics-slider-nav .slick-next:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -8px;
  width: 16px;
  height: 40px;
  background: url(../svg/arrow2-right.svg) 0 0 no-repeat;
}

.pics-slider {
  position: relative;
  margin: 0 0 12px;
}
.pics-slider__item {
  border: 10px solid #fff;
  float: left;
  margin: 0;
  background: #fff;
}
.pics-slider__item img {
  width: 100%;
  height: auto;
  display: block;
}
.pics-slider .slick-prev, .pics-slider .slick-next {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 90px;
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
  z-index: 1;
  text-indent: -9999px;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.pics-slider .slick-prev:hover, .pics-slider .slick-next:hover {
  background: rgba(0, 0, 0, 0.3);
}
.pics-slider .slick-prev:after, .pics-slider .slick-next:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -15px;
  width: 31px;
  height: 100px;
  background: url(../svg/Arrow-left.svg) 0 0 no-repeat;
}
.pics-slider .slick-next {
  left: auto;
  right: 0;
}
.pics-slider .slick-next:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -15px;
  width: 31px;
  height: 100px;
  background: url(../svg/Arrow-right.svg) 0 0 no-repeat;
}

.matched-tags {
  font: 18px/1.4 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  padding: 12px 0 12px;
  margin: 0 0 22px;
  border-bottom: 1px dashed #6a6a6a;
}
.matched-tags .icon-tag {
  margin: 0 5px 0 0;
}

.partners-block__title {
  font: 18px/1.4 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 38px 0 36px;
  border-bottom: 1px dashed #6a6a6a;
}
.partners-block__title .btn-basic, .partners-block__title .search-form__submit {
  margin: -6px 0 0 15px;
}
.partners-block .members-list {
  padding: 0;
  margin: 0;
}
.partners-block .members-list.no-width .members-list__item {
  margin: 0;
  float: left;
  clear: none;
}

.diaries-lang-list {
  list-style: none;
  margin: 13px 0 0;
  padding: 0;
  font: 14px/16px "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  *zoom: 1;
}
.diaries-lang-list:after {
  content: "";
  display: table;
  clear: both;
}
.diaries-lang-list__item {
  cursor: pointer;
  width: 25%;
  float: left;
  padding: 0 0 0 10px;
}
.diaries-lang-list__tab {
  display: block;
  padding: 6px 10px 7px;
  background: #6a6a6a;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.diaries-lang-list__tab:hover {
  background: #444444;
}
.diaries-lang-list__tab.current {
  position: relative;
  margin-top: -11px;
  padding-top: 15px;
  padding-bottom: 9px;
  background: #fff;
  color: #6a6a6a;
}
.no-flexbox .diaries-lang-list {
  float: left;
}

.white-section {
  padding: 30px 35px 30px 50px;
  margin: 0 -35px;
  background: #fff;
}

.white-section-title {
  font: 30px/1.2 "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
  margin: 24px 0 12px;
  padding: 0;
}

.author-section {
  font: 18px/1.4 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  background: #fff;
  margin: 0 0 10px;
  padding: 2px 40px 2px 40px;
}
.author-section__p {
  font: 18px/1.4 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  color: #6a6a6a;
  padding: 0;
  margin: 12px 0 16px;
}
.author-section__roll {
  font: 18px/1.4 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  position: relative;
  color: #6a6a6a;
  cursor: pointer;
  margin: 0 -40px;
  padding: 0 40px;
  border-top: 1px dashed #6a6a6a;
}
.author-section__roll:before {
  content: '';
  position: absolute;
  right: 43px;
  top: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #6a6a6a transparent transparent transparent;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.author-section__roll.open {
  height: auto;
  color: #ea6645;
}
.author-section__roll.open:before {
  transform: rotate(180deg);
  border-color: #ea6645 transparent transparent transparent;
}
.author-section__roll-title {
  font: 18px/1.4 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  padding: 15px 0 12px;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.author-section__roll-title:hover {
  color: #ea6645;
}
.author-section__roll-content {
  display: none;
}
.author-section__btns {
  margin: 0 0 30px;
}
.author-section__btn-sep {
  display: block;
  height: 1px;
  background: #6a6a6a;
  margin: 12px 0;
  clear: both;
}
.author-section__btn {
  display: inline-block;
  width: 49%;
  margin: 12px 0;
  padding: 5px 0 6px;
  font-size: 16px;
}
.author-section__btn.left {
  float: left;
}
.author-section__btn.right {
  float: right;
}
.author-section__btn.center {
  display: block;
  margin: 12px auto;
}
.author-section__btn .icon-target {
  font-size: 18px;
  line-height: 14px;
}
.author-section__btn .icon-leaf {
  font-size: 18px;
  line-height: 14px;
}
.author-section__btn .icon-note {
  font-size: 18px;
  line-height: 14px;
}

.bookmark-btn {
  margin: 0 0 28px;
}

.diaries-header {
  *zoom: 1;
  margin: 11px 0 2px;
  padding: 0 0 11px;
  border-bottom: 1px dashed #6a6a6a;
  clear: both;
}
.diaries-header:after {
  content: "";
  display: table;
  clear: both;
}
.diaries-header__title {
  float: left;
  width: auto;
  margin: 0 20px 0 0;
  padding: 2px 0 0;
  color: #ea6645;
  text-transform: uppercase;
  font: 20px/24px "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
}
.diaries-header__select-all {
  font: 16px/24px "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  float: left;
  padding: 2px;
}
.diaries-header__btn a {
  text-decoration: none;
}
.diaries-header__btn {
  position: relative;
  display: block;
  padding: 2px 14px 0 0;
  font: 16px/24px "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
}
.diaries-header__btn:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #ea6645 transparent transparent transparent;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.diaries-header__btn a:hover {
  color: #339999;
}
.diaries-header .simple-search-form {
  float: left;
  margin: 0 12px 0 0;
}
.diaries-header .diaries-filter {
  float: left;
  margin: 0 12px 0 0;
}
.diaries-header .basic-select {
  float: left;
  margin: 0 12px 0 0;
}
.diaries-header .basic-select .jq-selectbox__select {
  height: 28px;
}
.diaries-header .basic-select .jq-selectbox__dropdown {
  top: 25px;
}

.diaries-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.diaries-list__item {
  position: relative;
  padding: 23px 0 18px 103px;
  border-bottom: 1px dashed #6a6a6a;
  display: -webkit-flex;
  display: flex;
}
.no-flexbox .diaries-list__item {
  *zoom: 1;
}
.no-flexbox .diaries-list__item:after {
  content: "";
  display: table;
  clear: both;
}
.diaries-list__letter {
  position: absolute;
  top: 23px;
  left: 0;
  color: #ea6645;
  font: 48px/1 "HypatiaSansPro-Light", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.diaries-list__photo {
  width: 90px;
  margin: 5px 12px 0 0;
  padding: 0;
  position: relative;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.diaries-list__photo img {
  width: 100%;
  height: auto;
}
.diaries-list__photo.empty {
  background-image: url(../img/no-user-photo.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 38px 10px 10px;
  height: 110px;
  font-size: 0;
  cursor: default;
}
.diaries-list__label {
  position: absolute;
  top: -7px;
  left: -7px;
  padding: 2px 4px;
  display: inline-block;
  color: #fff;
  background: #339999;
  font: 11px/1 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
}
.diaries-list__label_big {
  font-size: 20px;
}
.diaries-list__content {
  width: 56.5%;
  flex-grow: 1;
}
.diaries-list__title {
  margin: 0 0 3px;
  padding: 0;
  color: #6a6a6a;
  font: 18px/21px "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
}
.diaries-list__title a {
  text-decoration: none;
  color: #6a6a6a;
}
.diaries-list__title a:hover {
  text-decoration: underline;
  color: #ea6645;
}
.diaries-list__period {
  margin: 0 0 5px;
  color: #339999;
  font: 18px/21px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
}
.diaries-list__descr {
  height: 75px;
  overflow: hidden;
  margin: 0 0 13px;
  position: relative;
}
.diaries-list__options {
  margin: 28px 0 0 12px;
  width: 26%;
}

.tags-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font: 14px/16px "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  color: #b4b4b4;
}
.tags-list.big {
  font: 18px/1.4 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  color: #6a6a6a;
}
.tags-list.big .tags-list__link {
  color: #6a6a6a;
}
.tags-list.spaced {
  margin: 10px 0 0;
}
.tags-list.spaced .tags-list__item {
  margin: 0 10px 10px 0;
}
.tags-list__item {
  display: inline-block;
  margin: 0 3px 0 0;
}
.tags-list__item.selected .tags-list__link {
  color: #6a6a6a;
}
.tags-list__link {
  color: #b4b4b4;
  text-decoration: none;
}
.tags-list__link:before {
  font-family: 'icomoon';
  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;
  content: "\74";
  padding-right: 2px;
}
.tags-list__link:hover {
  color: #ea6645;
}
.tags-list__link.loc:before {
  content: "\50";
}
.tags-list__link.pers:before {
  content: "\41";
}
.tags-list__link.file:before {
  content: "\44";
}

.diary-options-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font: 14px/16px "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
}
.diary-options-list__item {
  margin: 0 0 12px;
}
.diary-options-list__item.to-selection {
  margin-top: 27px;
}
.diary-options-list__item.remove {
  margin-top: 27px;
}
.diary-options-list__item.remove .diary-options-list__icon {
  color: #ea6645;
}
.diary-options-list__link {
  text-decoration: none;
  color: #6a6a6a;
}
.diary-options-list__link:hover {
  text-decoration: underline;
}
.diary-options-list__link.red {
  color: #ea6645;
}
.diary-options-list__link.cyan {
  color: #339999;
}
.diary-options-list__icon {
  position: relative;
  width: 14px;
  display: inline-block;
  top: -1px;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.diaries-filter {
  position: relative;
}
.diaries-filter__toggle {
  position: relative;
  border: 0;
  width: 160px;
  height: 28px;
  padding: 2px 20px 2px 10px;
  background: #e2e2e2;
  text-transform: uppercase;
  text-align: left;
  font: 14px/16px "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  color: #6a6a6a;
  cursor: pointer;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.diaries-filter__toggle:before {
  content: '';
  position: absolute;
  top: 10px;
  right: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #6a6a6a transparent transparent transparent;
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}
.diaries-filter__toggle:hover {
  background: #ea6645;
  color: #fff;
}
.diaries-filter__toggle:hover:before {
  border-top-color: #fff;
}
.diaries-filter__toggle.is-open:before {
  top: 9px;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #6a6a6a transparent;
}
.diaries-filter__toggle.is-open:hover:before {
  border-bottom-color: #fff;
}

.author-bio {
  padding: 0 0 20px 0;
}
.author-bio__img-block {
  float: left;
  margin: 10px 15px 0 0;
  width: 192px;
  height: 236px;
  background: #fff;
  max-width: 30%;
  position: relative;
}
.author-bio__img-block.empty {
  background-image: url(../img/no-user-photo.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.author-bio__img {
  display: block;
  width: 100%;
  height: auto;
}
.author-bio__desc {
  overflow: hidden;
  margin: 0 0 0 0;
}
.author-bio__name {
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
  font: 36px/1.2 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
}
.author-bio__second-name {
  font: 36px/1.2 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
}
.author-bio__date {
  padding: 0;
  margin: 0 0 6px;
  list-style: none;
  color: #339999;
  font: 18px/1.4 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
}
.author-bio__p {
  font: 18px/1.4 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  margin: 6px 0 18px;
}
.author-bio__p .icon-wiki {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
}

.author-adv-info {
  font: 18px/1.4 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  width: 139px;
  float: right;
  margin: 8px 0 0 20px;
  padding: 6px 0 0 12px;
  border-left: 1px dashed #6a6a6a;
  color: #a6a6a6;
}
.author-adv-info__p {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0;
}
.author-adv-info__p.sex:before {
  font-family: 'icomoon';
  content: '\41';
  position: absolute;
  font-size: 18px;
  line-height: 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
.author-adv-info__p.lang:before {
  font-family: 'icomoon';
  content: '\62';
  position: absolute;
  font-size: 18px;
  line-height: 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

.diary-info-title {
  font: 30px/1.2 "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 33px 0 33px;
  padding: 0;
}

.diary-info {
  padding: 0;
  margin: 36px 0;
  list-style: none;
}
.diary-info__title {
  position: relative;
  font: 20px/38px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  padding: 0;
  border-bottom: 1px solid #6a6a6a;
}
.diary-info__title .icon-note {
  font-size: 24px;
}
.diary-info__title .icon-leaf {
  font-size: 24px;
}
.diary-info__title-left {
  font: 20px/38px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  float: left;
  padding: 0;
  margin: 0;
}
.diary-info__title-right {
  font: 20px/38px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  float: right;
  padding: 0;
  margin: 0;
}
.diary-info__rarety {
  font: 34px/42px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  display: block;
  border-bottom: 1px dashed #6a6a6a;
}
.diary-info__rarety:hover {
  background: #f4f4f4;
}
.diary-info__rarety:last-child {
  border-bottom: 1px solid #6a6a6a;
}
.diary-info__year {
  float: left;
  color: #339999;
  padding: 0;
  margin: 0;
}
.diary-info__year-notes {
  float: right;
  color: #ea6645;
  padding: 0;
  margin: 0;
}
.diary-info__roll {
  position: relative;
  font: 20px/38px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  padding: 0 20px 0 0;
  color: #339999;
  margin: 0;
  cursor: pointer;
  border-bottom: 1px dashed #6a6a6a;
}
.diary-info__roll:before {
  content: '';
  position: absolute;
  right: 3px;
  top: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #339999 transparent transparent transparent;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.diary-info__roll.open {
  height: auto;
  color: #6a6a6a;
}
.diary-info__roll.open:before {
  transform: rotate(180deg);
  border-color: #6a6a6a transparent transparent transparent;
}
.diary-info__roll-title {
  font: 20px/38px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  float: left;
  padding: 0;
  margin: 0;
}
.diary-info__roll-content {
  display: none;
  clear: both;
  padding: 0 0 10px;
}

.originals-preview {
  padding: 12px 60px;
  background: #fff;
  margin: -1px 0 0;
  border-bottom: 1px solid #6a6a6a;
}
.originals-preview__item {
  position: relative;
  width: 90px;
  height: 90px;
  float: left;
  margin: 0 5px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  line-height: 66px;
  outline: none;
}
.originals-preview__item img {
  width: 100%;
  height: auto;
  display: inline-block;
  max-height: 70px;
  vertical-align: middle;
}
.originals-preview__item.slick-current:after {
  font-family: 'icomoon';
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  content: '\2b';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}
.originals-preview__desc {
  font: 12px/20px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  position: absolute;
  top: 72px;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #6a6a6a;
  background: #fff;
}
.originals-preview .slick-prev, .originals-preview .slick-next {
  position: absolute;
  left: 0;
  top: 12px;
  width: 54px;
  height: 70px;
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
  text-indent: -9999px;
}
.originals-preview .slick-prev:after, .originals-preview .slick-next:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -8px;
  width: 16px;
  height: 40px;
  background: url(../svg/arrow2-left.svg) 0 0 no-repeat;
}
.originals-preview .slick-next {
  left: auto;
  right: 0;
}
.originals-preview .slick-next:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -8px;
  width: 16px;
  height: 40px;
  background: url(../svg/arrow2-right.svg) 0 0 no-repeat;
}

.selection-title {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 14px;
  color: #ea6645;
  font: 18px/1.1 "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px dashed #6a6a6a;
}

.section-date-links {
  width: 100%;
  display: flex;
  margin-bottom: -15px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
}

.section-date-links a {
  color: #339999;
  text-decoration: none;
}

.section-date-links a:hover {
  opacity: 0.8;
}

.section-date-links__item {
  width: 50%;
}

.section-date-links__item-right {
  text-align: right;
}

.selection-tags-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font: 14px/16px "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  color: #6a6a6a;
  text-transform: uppercase;
}
.selection-tags-list.without-close .selection-tags-list__item {
  padding-right: 12px;
  padding-left: 12px;
}
.width-100 {
  width: 100%;
}
.selection-tags-list__item {
  display: inline-block;
  position: relative;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 3px 8px 0;
  padding: 6px 23px 4px 15px;
  cursor: pointer;
  border: 1px solid #6a6a6a;
}
.selection-tags-list__item:hover:before, .selection-tags-list__item:hover:after {
  display: block;
}
.selection-tags-list__item:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #6a6a6a;
  z-index: 10;
  display: none;
}
.selection-tags-list__item:after {
  content: '\e900';
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: 'icomoon';
  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;
  z-index: 11;
  display: none;
}
.selection-tags-list__item.red {
  border-color: #ea6645;
}
.selection-tags-list__item.red .icon-close {
  color: #ea6645;
}
.selection-tags-list__item.red:before {
  background: #ea6645;
}
.selection-tags-list__item.cyan {
  border-color: #339999;
}
.selection-tags-list__item.cyan .icon-close {
  color: #339999;
}
.selection-tags-list__item.cyan:before {
  background: #339999;
}
.selection-tags-list__item.date {
  color: #339999;
}
.selection-tags-list .icon-close {
  font-size: 9px;
  position: absolute;
  top: 9px;
  right: 7px;
}

.tags-bank {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}
.tags-bank__item {
  font: 18px/28px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  position: relative;
  color: #6a6a6a;
  margin: 0;
  padding: 0 0 0 16px;
  text-decoration: underline;
  cursor: pointer;
}
.tags-bank__item:hover:after {
  color: #ea6645;
}
.tags-bank__item:after {
  content: '+';
  font: 21px/10px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  text-align: center;
  top: 8px;
}

.share-block {
  margin: 4px 0 -12px;
  font: 14px/1.4 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
}
.share-block__title {
  display: inline-block;
  vertical-align: top;
  color: #a6a6a6;
  margin: 5px 0 0 10px;
}
.share-block__title a {
  color: #a6a6a6;
  text-decoration: none;
}
.share-block__title a:hover {
  color: #ea6645;
}
.share-block .socials-list {
  font-size: 20px;
  color: #a6a6a6;
}
.share-block .socials-list__link {
  color: #a6a6a6;
}

.selection-nothing {
  margin: 26px 0 32px;
  padding: 0;
  color: #ea6645;
}

.row-list {
  padding: 2px 0 0;
  margin: 0;
  font: 18px/24px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  color: #339999;
}
.row-list__link {
  color: #339999;
}

.diary-content {
  position: relative;
  padding: 32px 0 32px 104px;
  border-bottom: 1px dashed #6a6a6a;
}
.diary-content__year {
  font: 40px/1.2 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  position: absolute;
  left: 0;
  top: 15px;
  color: #339999;
  padding: 0;
  margin: 0;
}
.diary-content__img-wrap {
  width: 90px;
  float: left;
  margin: 4px 12px 0 0;
}
.diary-content__img {
  display: block;
  width: 100%;
  height: 100%;
}
.diary-content__desc {
  margin: 0 0 0 104px;
}
.diary-content__desc-head {
  position: relative;
  margin: 0 0 19px;
  padding: 0 50px 0 0;
}
.diary-content__note {
  position: absolute;
  border-radius: 12px;
  right: 0;
  top: 6px;
  width: 48px;
  height: 44px;
  border: 2px solid #a6a6a6;
  color: #a6a6a6;
  font-size: 26px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
}
.diary-content__note:hover {
  color: #fff;
  background: #ea6645;
  border-color: #ea6645;
}
.diary-content__name {
  padding: 0;
  margin: 0;
  background-color: #fff;
  /*display: inline-block;*/
}
.diary-content__name a {
  font: 18px/1.2 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  color: #6a6a6a;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  margin-top: 5px;
}
.diary-content__name a:hover {
  color: #ea6645;
}
.diary-content__name span {
  float: right;
}
.diary-content__age {
  font: 18px/1.2 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}

.notes-list {
  position: relative;
  padding: 14px 0 14px 0;
  border-bottom: 1px dashed #6a6a6a;
  margin: 0;
  list-style: none;
  font: 18px/1.4 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
}
.notes-list__item {
  position: relative;
  padding: 20px 0 15px 104px;
  /*border-top: 1px dashed $grey;*/
}
.notes-list__item-memory {
  padding: 0 !important;
}
.notes-list__item-memory::before {
  display: none;
}
.notes-list__item-memory .notes-list__desc {
  margin-left: 0 !important;
}
.notes-list__item:first-child:before {
  border: 0;
}
.notes-list__item:before {
  content: '';
  position: absolute;
  left: 206px;
  top: 0;
  right: 0;
  border-top: 1px dashed #6a6a6a;
}
.notes-list__item .f-socials {
  padding: 0;
  margin: 0;
  float: right;
}
.notes-list__desc {
  margin: 0 0 0 102px;
}
.notes-list__p {
  padding: 0;
  margin: 0 0 15px;
}
.notes-list__diary-type {
  text-align: right;
  margin: 10px 0 0 0;
}
.notes-list__diary-type-span {
  display: inline-block;
  background-color: #6a6a6a;
  color: #fff;
  font-size: 16px;
  padding: 1px 5px  4px;
}
.notes-list .diaries-filter {
  margin: 26px 0 0;
}
.notes-list .diaries-filter .filter-popup {
  left: 142px;
  width: 810px;
}

.tag-form {
  padding: 0 32px 0 0;
  margin: 0 0 18px;
  font: 18px/26px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  position: relative;
}
.tag-form__input {
  width: 100%;
  border: 1px solid #a6a6a6;
  font: 18px/26px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  height: 28px;
  vertical-align: top;
  text-align: center;
  color: #6a6a6a;
}
.tag-form__submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 2px;
  border: 1px solid #a6a6a6;
  font: 22px/24px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  width: 28px;
  height: 28px;
  color: #6a6a6a;
  background: #fff;
}

.notes-selection {
  background: #fff;
  position: relative;
  padding: 54px 35px 26px;
  margin: 0 0 10px;
}
.notes-selection__title {
  margin: 0 auto;
  padding: 5px 10px 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  max-width: 294px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: #fff;
  color: #b5b5b5;
  font: 21px/25px "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
}
.notes-selection__change {
  margin: 26px 0 0;
  display: block;
}
.mentioned-people {
  text-decoration: dotted;
  border-bottom: 1px dashed #6a6a6a;
}
.mentioned-people:hover {
  cursor: pointer;
}
.mentioned-text {
  margin-bottom: .3rem;
}
.text-tip {
  font-family: "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  position: relative;
  padding: 0;
  cursor: pointer;
}
.text-tip:after {
  font-family: 'icomoon';
  line-height: 16px;
  text-align: center;
  font-size: 18px;
  content: '\69';
  display: inline-block;
  vertical-align: top;
  top: 2px;
  color: #6a6a6a;
  width: 16px;
  height: 16px;
  margin: 2px 0 0 4px;
}

.range-slider {
  position: relative;
  padding: 12px 30px 0;
  color: #7e7e7e;
}
.range-slider__left {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  text-align: center;
  font: 18px/1.6 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
}
.range-slider__right {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  text-align: center;
  font: 18px/1.6 "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
}

#range-filter {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 4px;
}
#range-filter .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #eb6646;
  box-shadow: none;
  left: -8px;
  top: -6px;
}
#range-filter .noUi-handle:after, #range-filter .noUi-handle:before {
  background: none;
}
#range-filter .noUi-tooltip {
  position: absolute;
  width: 24px;
  top: -25px;
  left: 50%;
  margin-left: -12px;
  color: #eb6646;
  text-align: center;
}
#range-filter .noUi-connect {
  background: #eb6646;
}

.volunteers-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.volunteers-list__item {
  display: inline-block;
  width: 49%;
  max-width: 220px;
  min-width: 190px;
}

/* Footer
-----------------------------------------------------------------------------*/
.notification-bar {
  z-index: 9;
}

.footer {
  position: relative;
  padding: 16px 0;
  background: #e2e2e2;
}

.f-typo {
  font-size: .8em;
  text-align: center;
}

.f-logo {
  width: 122px;
  height: 28px;
  float: left;
  margin: 24px 20px 24px 0;
}
.no-svg .f-logo .logo__link {
  background-image: url(../img/logo_f.png);
}
.no-svg .ru .f-logo .logo__link {
  background-image: url(../img/logo_ru_f.png);
}

.f-info {
  float: left;
  font-size: 15px;
  padding: 0;
  /*width: 250px;*/
  margin: 28px 25px 28px 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #6a6a6a;
}
.f-info:hover {
  color: #ea6645;
}
.f-info .icon-question {
  font-size: 16px;
  margin: 0 2px 0 0;
  color: #ea6645;
}

.f-socials {
  float: left;
  padding: 22px 0;
}
.f-socials__title {
  font: 18px/1.2 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  display: inline-block;
  vertical-align: top;
  color: #6a6a6a;
  margin: 5px 0 0px;
}

.socials-list {
  padding: 0;
  margin: 3px 0 0 6px;
  list-style: none;
  vertical-align: top;
  display: inline-block;
  font-size: 20px;
}
.socials-list__item {
  vertical-align: top;
  display: inline-block;
  margin: 0 5px 0 0;
}
.socials-list__link {
  vertical-align: top;
  display: block;
  color: #6a6a6a;
  text-decoration: none;
}
.socials-list__link:hover {
  color: #ea6645;
}

.f-menu {
  float: right;
  list-style: none;
  margin: 25px 24px 25px 0;
  padding: 0;
  font-size: 24px;
  font: 16px/1.2 "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
}
.f-menu__item {
  display: inline-block;
  margin: 0 10px;
  white-space: nowrap;
}
.f-menu__item.home {
  font-size: 18px;
}
.f-menu__item.home .main-menu__link {
  top: -2px;
  position: relative;
}
.f-menu__item.home .main-menu__link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 4px;
  right: 4px;
  height: 3px;
  background: #ea6645;
}
.f-menu__item.help {
  margin-right: 8px;
  width: 96px;
  position: relative;
}
.f-menu__item.help .main-menu__link {
  position: absolute;
  top: -42px;
  left: 0;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  background: #6a6a6a;
  box-shadow: 0 0 0 4px #fff;
  font-size: 15px;
  font-family: "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 30px 10px 0;
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.f-menu__item.help .main-menu__link:hover {
  background: #ea6645;
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}
.f-menu__link {
  text-decoration: none;
  color: #6a6a6a;
}
.f-menu__link:hover {
  color: #ea6645;
}

.f-nav {
  position: relative;
  float: right;
  width: 66px;
  height: 66px;
  background: #fff;
  line-height: 64px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}
.f-nav:after {
  content: '';
  margin: 0 auto;
}

/* Popups
-----------------------------------------------------------------------------*/
.popup-wrapper {
  display: none;
}

.popup-block {
  width: 598px;
  padding: 58px 35px 28px;
  background: #fff;
  border: 1px solid #6a6a6a;
}

.popup-title {
  text-align: center;
  margin: 0 0 87px;
  padding: 0;
  font: 50px/52px "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
  color: #6a6a6a;
}

.fancybox-close {
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 17px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.popup-logo {
  float: none;
  margin: 55px auto 0;
  width: 95px;
  height: 24px;
}
.no-svg .popup-logo .logo__link {
  background-image: url(../img/logo_p.png);
}
.no-svg .ru .popup-logo .logo__link {
  background-image: url(../img/logo_ru_p.png);
}

.article-popup {
  position: absolute;
  left: 0;
  right: 0;
  top: 640px;
  min-height: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.93);
  z-index: 105;
  display: none;
}
.article-popup .container {
  padding-top: 37px;
  padding-bottom: 40px;
}
.article-popup__close {
  position: absolute;
  top: 45px;
  right: 37px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.article-popup__close:hover {
  opacity: .7;
}
.article-popup .section-title {
  margin: 0 103px 31px 0;
}
.article-popup .section-title__text {
  margin-right: 46px;
}

.filter-popup {
  position: absolute;
  top: 100%;
  left: 49px;
  right: -349px;
  padding: 20px 0 15px 0;
  margin: 0 0 0 -348px;
  background: #fff;
  border: 10px solid #e2e2e2;
  z-index: 50;
  *zoom: 1;
}
.filter-popup:after {
  content: "";
  display: table;
  clear: both;
}
.filter-popup__col {
  float: left;
  width: 33.33%;
  padding: 0 20px;
}
.filter-popup__col.col-50 {
  width: 50%;
  padding: 0;
  margin: 0;
}
.filter-popup__row {
  position: relative;
  margin: 0 20px 16px;
  padding: 0 0 12px 0;
  border-bottom: 1px dashed #6a6a6a;
}
.filter-popup__row:last-child {
  border: none;
  padding-bottom: 0;
}
.filter-popup__row.author {
  padding-right: 50px;
}
.filter-popup__row.status {
  padding-right: 50px;
}
.filter-popup__row.selected {
  text-align: center;
}
.filter-popup__row.selected .selection-tags-list {
  margin: 20px 0 10px;
}
.filter-popup__check-group {
  margin: 0 0 11px;
}
.filter-popup__check-group.inline {
  display: inline-block;
  margin: 0 0 0 20px;
}
.filter-popup__check-group.inline .filter-popup__check-line {
  display: inline-block;
  margin: 0 0 0 20px;
}
.filter-popup__check-line {
  margin: 0 0 3px;
  font-size: 16px;
}
.filter-popup__check-label {
  cursor: pointer;
  color: #6a6a6a;
  font: 16px/28px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
}
.filter-popup__check-label:hover {
  color: #ea6645;
}
.filter-popup__check-label.half {
  display: inline-block;
  width: 48%;
}
.filter-popup__check-label .basic-checkbox,
.filter-popup__check-label .basic-radio {
  margin: 0 5px 0 0;
  top: -2px;
}
.filter-popup__submit {
  display: inline-block;
  margin: 0 auto 0;
  min-width: 115px;
  background: #6a6a6a;
  color: #fff;
}
.filter-popup__icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -24px 0 0 0;
  cursor: pointer;
  font-size: 20px;
}

.filter-title {
  margin: 0 0 18px 0;
  padding: 0 0 16px;
  border-bottom: 1px dashed #6a6a6a;
  font: 21px/28px "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
}
.filter-title.cyan {
  color: #339999;
}
.filter-title.red {
  color: #ea6645;
}
.filter-title.no-border {
  border: none;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.filter-title.inline {
  display: inline-block;
}
.filter-title__icon {
  font-size: 20px;
  position: relative;
  top: -1px;
}
.filter-title .label-question {
  font-size: 20px;
}
.filter-title .expert-filter__remove {
  position: absolute;
  right: 0;
  top: 0;
  float: none;
  margin: 7px 10px 0 0;
}

.loader {
  text-align: center;
}

.loader img {
  width: 14%;
  margin: 1em 0;
  max-width: 75px;
}

.load-more-inner {
  margin: 1.5rem 0 0 0;
  text-align: center;
}

.hr {
  width: 100%;
  height: 0;
  border-top: 1px #b5b5b5 solid;
}

.person-memory {
  margin: 10px 0 20px 0;
}

.person-memory h3,
.person-memory p,
.person-memory .btn-basic {
  margin: 5px 0;
}

blockquote {
  padding: 1px 10px;
  position: relative;
  border-left: 35px solid #fff;
  font-style: italic;
}

.notes-list__desc blockquote,
.notes-list__desc article {
  margin-top: 15px;
  margin-bottom: 15px;
}

blockquote:before {
  content: "\201C";
  position: absolute;
  left: -29px;
  top: 5px;
  color: #BCBCBC;
  font-size: 50px;
}

blockquote p {
  display: block !important;
}

article {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

article h3 {
  text-align: center;
}

article p {
  margin: 0 auto;
  padding-left: 0 !important;
  width: 50%;
}

article b,
article strong,
article s,
article u,
article i,
.short_txt b,
.short_txt strong,
.short_txt s,
.short_txt u,
.short_txt i,
.short_txt del {
  padding-left: 0 !important;
}

.calendar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0px;
}

.calendar-item {
  margin: 0 10px 30px 10px;
}

.calendar-item td {
  text-align: center;
}

.calendar-item td.has-notes {
  background-color: #ea6645;
  color: #fff;
}

.calendar-item td.has-notes a {
  color: #fff;
  text-decoration: none;
}

.calendar-year {
  text-align: center;
  margin-top: 30px;
}

.calendar-year input {
  font-family: "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
  font-size: 36px;
  border: 0;
  color: #339999;
  text-align: center;
}

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

.calendar-year .button {
  color: #339999;
  font-family: "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
  display: inline-block;
  font-size: 30px;
  margin: 0 8px;
  border: 0;
  padding: 0;
  background-color: #fff;
}

.calendar-year .button:hover {
  cursor: pointer;
  opacity: 0.7;
}

.calendar-person {
  width: 300px;
  margin: 15px auto 0 auto;
}

.calendar-person__profile {
  margin-top: 10px;
  text-align: center;
}

/* Media
-----------------------------------------------------------------------------*/
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1280px) {
  /* ----- Header ----- */
  /* ----- Content ----- */
  .filter-popup {
    left: 20px;
    right: -200px;
  }

  /* ----- Footer ----- */
}
/* Small Devices, Tablets */
@media only screen and (max-width: 1170px) {
  .left-menu-sidebar__inner {
    padding-left: 0px;
    padding-right: 0px;
  }

  .notes-list__desc blockquote {
    border-left: 5px solid #fff;
  }

  .basic-tabs__person {
    width: 28%;
  }

  .single-col .content-col {
    width: auto;
  }

  /* ----- Header ----- */
  .header {
    padding: 0 0 15px;
  }

  .logo, .popup-logo {
    float: none;
    width: 160px;
    height: 38px;
    margin: 20px auto 6px;
    background-position: center;
  }

  .eu-logo {
    width: 164px;
    height: 45px;
    margin: 15px auto 8px auto;
  }

  .main-nav {
    width: auto;
    margin: 0 auto;
    float: none;
    text-align: center;
  }

  .main-menu__item ul {
    text-align: left;
  }

  .main-menu__item {
    margin: 0px 14px;
  }
  .main-menu__item.help {
    width: 68px;
    /*.main-menu__link{
    	width: 68px;
    	height: 68px;
    	padding: 14px 6px 0;
    	font-size: 13px;
    }*/
  }

  /* ----- Content ----- */
  .row {
    flex-direction: column;
    margin-bottom: 0;
  }

  .col-30,
  .col-40,
  .col-50,
  .col-60,
  .col-70 {
    max-width: none;
    width: auto;
    margin: 0 0 10px;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }

  .latest-diaries,
  .latest-news {
    padding: 0 35px 15px;
  }

  .promo-block:after {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E2YTZhNiIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjYTZhNmE2Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #a6a6a6), color-stop(40%, #a6a6a6), color-stop(100%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -moz-linear-gradient(left, #a6a6a6 0%, #a6a6a6 40%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, #a6a6a6 0%, #a6a6a6 40%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #a6a6a6 0%, #a6a6a6 40%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
  }
  .promo-block .promo-title,
  .promo-block .search-form {
    padding-right: 0;
  }

  .collections-block {
    height: 504px;
  }

  .notes-slider {
    height: auto;
    margin: 0;
  }
  .notes-slider__content {
    height: auto;
  }
  .notes-slider .slick-next,
  .notes-slider .slick-prev,
  .notes-slider .pics-slider-nav .slick-next,
  .pics-slider-nav .notes-slider .slick-next,
  .notes-slider .pics-slider .slick-next,
  .pics-slider .notes-slider .slick-next,
  .notes-slider .originals-preview .slick-next,
  .originals-preview .notes-slider .slick-next {
    top: 50%;
    margin-top: -73px;
  }

  .contacts-block {
    padding: 30px 0 20px;
  }
  .contacts-block__title {
    margin: 12px 20px 12px 0;
  }
  .contacts-block__subscr-btn {
    display: block;
    float: none;
    widows: 100%;
    padding: 12px 0;
    margin: 0 0 12px;
  }

  .tabs-list__item {
    font: 22px/40px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
  }

  .basic-tabs__title {
    font-size: 22px;
    line-height: 1.34;
  }
  .basic-tabs__col {
    padding: 0;
  }
  .basic-tabs__col.wider {
    padding: 0;
  }
  .basic-tabs__col.wider:first-child {
    padding: 0;
  }
  .basic-tabs__col:first-child {
    padding: 0;
  }
  .basic-tabs__col:first-child:after {
    display: none;
  }

  .filter-popup {
    right: -240px;
    left: 20px;
  }

  /* ----- Footer ----- */
  .f-menu {
    display: none;
  }

  .f-socials {
    float: right;
  }

  .f-nav {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: -40px;
    margin-left: -25px;
    line-height: 46px;
    border-radius: 50%;
    border: 2px solid #ea6645;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .left-menu-sidebar__inner {
    padding-left: 15px;
    padding-right: 0px;
  }

  .left-menu-sidebar .main-menu__link {
    padding: 5px 5px;
  }

  .basic-tabs__person {
    width: 75%;
  }
  /* ----- Header ----- */
  .header {
    padding: 0;
    border-top-width: 5px;
  }

  .logo, .popup-logo {
    width: 120px;
    height: 30px;
    margin: 20px auto 14px;
  }

  .eu-logo {
    height: 35px;
    width: 125px;
    margin: 10px auto 17px auto;
  }

  .main-nav {
    width: auto;
    margin: 0 -10px;
    border-top: 1px solid #e2e2e2;
  }
  .main-nav__toggle {
    display: block;
  }

  .main-menu {
    display: none;
    font: 20px/1.2 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
    width: 100%;
    padding: 5px 10px;
  }
  .main-menu__item {
    width: 100%;
    display: block;
    margin: 0;
  }
  .main-menu__item.home {
    font: 22px/1 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  }
  .main-menu__item.help {
    padding: 3px 0;
    width: auto;
    height: auto;
    margin: 0;
  }
  .main-menu__item.help .main-menu__link {
    position: relative;
    display: block;
    text-align: center;
    font: 20px/1.2 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
    text-transform: none;
    top: 0;
    padding: 10px 5px;
    width: auto;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 0 0 2px #fff;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .main-menu__item.help .main-menu__link:hover {
    background: #ea6645;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .main-menu__item.active .main-menu__link {
    color: #ea6645;
  }
  .main-menu__sublink {
    width: calc(95% + 18px);
    padding-top: 0 !important;
    padding-bottom: 5px !important;
  }
  .main-menu__item ul {
    position: initial;
    left: 0;
    top: 0;
    margin-left: 4%;
  }
  .main-menu__item ul ul {
    position: initial;
    left: 0;
    top: 0;
    margin-left: 4%;
    padding-top: 0;
  }
  .main-menu__item ul li > a:after {
    content: ' >';
    position: relative;
    margin-left: 5px;
  }
  .main-menu {
    text-align: left;
  }
  .main-menu__item.active .main-menu__link:before {
    display: none;
  }
  .main-menu__link {
    padding: 10px 5px;
    display: block;
    border-radius: 3px;
  }
  .main-menu__link:hover {
    background: #e2e2e2;
  }

  /* ----- Content ----- */
  .container {
    padding: 0 20px;
    overflow: hidden;
  }

  .side-col {
    width: 100%;
  }

  .page-head__desc {
    width: auto;
    font: 28px/1.2 "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  }
  .page-head__desc-title {
    font: 28px/1.2 "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
  }
  .page-head__info {
    display: none;
  }
  .page-head.title .page-head__desc {
    width: 100%;
    padding: 34px 0 40px;
  }
  .page-head.title .page-head__desc-title {
    font: 40px/40px "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
  }

  .author-adv-info {
    display: none;
  }

  .tabs-list__item {
    font: 22px/40px "HypatiaSansPro-Regular", Arial, Helvetica, sans-serif;
    border: none;
    box-shadow: 0 0 0 1px #6a6a6a;
    margin: 0;
    display: block;
    width: 100%;
    background: #fff;
  }
  .tabs-list__item.current {
    border: none;
  }
  .tabs-list__item:after {
    display: none;
  }

  .members-list {
    margin: 0 0 0 -2%;
  }
  .members-list.no-width {
    margin: 0;
  }
  .members-list.no-width .members-list__item {
    margin: 0 0 10px 0;
  }
  .members-list__item {
    width: 47%;
    margin: 0 0 16px 2%;
  }

  .how-help {
    display: none !important;
  }

  .diaries-filter {
    display: none;
  }

  .diaries-list__item {
    padding: 23px 0 18px 0;
  }
  .diaries-list__letter {
    top: -20px;
    background: #fff;
    padding: 0 10px 0 0;
    font-size: 38px;
  }

  .white-section {
    margin: 0 -35px;
    padding: 20px 35px;
  }

  .bookmark-btn {
    display: block;
    width: 100%;
  }

  .notes-list__item {
    padding-left: 0;
  }
  .notes-list__desc {
    margin: 0;
    text-align: justify;
  }
  .notes-list .tags-list {
    float: right;
    clear: both;
  }

  .diary-content__year {
    top: -28px;
    background: #fff;
    padding: 0 10px 0 0;
  }

  .diaries-header {
    padding: 0 0 22px;
  }

  article {
    margin: 0 auto;
    width: 90%;
  }
  
  article p {
    margin: 0 auto;
    width: 80%;
  }

  /* ----- Footer ----- */
  .f-menu {
    display: none;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 520px) {
  .left-menu-sidebar__inner {
    padding-left: 25px;
    padding-right: 0px;
  }
  /* ----- Content ----- */
  .container {
    padding: 0 10px;
  }

  .page-head.title .page-head__desc {
    padding: 20px 0 20px;
  }
  .page-head.title .page-head__desc-title {
    font: 30px/30px "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
  }

  .tg-banner__content {
    font: 26px/32px "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
    margin: 15px 35px;
  }

  .promo-title {
    font: 26px/32px "HypatiaSansPro-Bold", Arial, Helvetica, sans-serif;
    margin: 0 0 20px;
  }

  .search-form__input {
    width: 100%;
  }
  .search-form__submit {
    margin: 10px 0 0;
    width: 100%;
  }
  .search-form__footer .btn-basic, .search-form__footer .search-form__submit {
    width: 100%;
    margin: 0 0 10px;
  }

  .search-date__item {
    margin: 0 0 0 5px;
  }
  .search-date__item.month {
    width: 104px;
  }

  .news-list__photo {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 400px;
    float: none;
  }

  .collections-slider .slick-dots {
    bottom: 6px;
  }

  .note-of-day__bookmark {
    left: 35px;
  }
  .note-of-day__title {
    padding: 0 0 0 10px;
  }

  .help-tile__title {
    font: 17px/24px "HypatiaSansPro-Black", Arial, Helvetica, sans-serif;
  }
  .help-tile__descr {
    font: 17px/24px "HypatiaSansPro-Semibold", Arial, Helvetica, sans-serif;
  }

  .notes-slider {
    padding: 0 10px;
  }
  .notes-slider__photo {
    margin: 0 auto 14px;
    float: none;
  }
  .notes-slider__title {
    text-align: center;
  }
  .notes-slider .slick-next,
  .notes-slider .slick-prev,
  .notes-slider .pics-slider-nav .slick-next,
  .pics-slider-nav .notes-slider .slick-next,
  .notes-slider .pics-slider .slick-next,
  .pics-slider .notes-slider .slick-next,
  .notes-slider .originals-preview .slick-next,
  .originals-preview .notes-slider .slick-next {
    display: none !important;
  }

  .members-list {
    margin: 0;
  }
  .members-list.no-width {
    margin: 0;
  }
  .members-list.no-width .members-list__item {
    margin: 0 0 10px 0;
  }
  .members-list__item {
    width: 100%;
    margin-left: 0;
  }

  .author-bio__img-block {
    max-width: 150px;
    height: auto;
    float: none;
    margin: 8px auto;
  }

  .pics-slider-nav {
    padding: 22px 0;
  }
  .pics-slider-nav .slick-prev, .pics-slider-nav .slick-next,
  .pics-slider-nav .slick-next {
    display: none !important;
  }

  .white-section {
    margin: 0 -10px;
    padding: 20px 10px;
  }

  .btn-expert-filters {
    margin-bottom: 0;
  }

  .expert-filter__section:first-child {
    padding-top: 30px;
  }
  .expert-filter .label-question {
    display: none;
  }

  .diaries-list {
    padding: 0;
    margin: 0 0 10px;
  }
  .diaries-list__item {
    display: block;
    padding-left: 0;
  }
  .diaries-list__photo {
    width: 66px;
    float: left;
  }
  .diaries-list__content {
    width: auto;
  }
  .diaries-list__options {
    display: none;
  }

  .diaries-header__title {
    display: none;
  }
  .diaries-header__select-all {
    display: none;
  }
  .diaries-header .simple-search-form {
    margin: 0;
  }

  .diary-content__img-wrap {
    width: 66px;
  }

  /* ----- Footer ----- */
  .f-info {
    display: none;
  }
}


.diaries-header {
  width: 100% !important;
  max-width: 804px;
}

.front-page-persons-list .diaries-header {
  width: 100% !important;
  max-width: 100%;
}




/* COMMON HEADER */
/* COMMON HEADER */
/* COMMON HEADER */

.prozhito-common-header {
  text-align: center;
  align-items: center;
  border-bottom: 1px solid rgb(231, 228, 222);
  display: flex;
  height: 50px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: calc(min(1400px, 100% - 40px));
  color: black;
  z-index: 100;
}

@media (max-width: 768px) {
  .prozhito-common-header-nav {
    display: none;
  }
}

.prozhito-common-header .prozhito-common-header-logos {
  text-align: center;
  color: black;
  display: flex;
  gap: 20px;
  height: 24px;
}

.prozhito-common-header-logos-link {
  text-align: center;
  background-color: initial;
}

.prozhito-common-header-logos-link .logo-prozhito {
  text-align: center;
  border-style: none;
  max-width: 167px;
  max-height: 30px;
}

.prozhito-common-header-logos-link .logo-euspb {
  text-align: center;
  border-style: none;
  background: transparent;
  max-width: 98px;
}

.prozhito-common-header-nav {
  text-align: center;
  color: black;
}

.prozhito-common-header-menu {
  text-align: center;
  font: 20px/1.3 "PT Sans",Arial,sans-serif;
  color: black;
  gap: 40px;
  height: 50px;
  justify-content: flex-end;
  list-style-type: none;
  min-width: 345px;
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
}

.prozhito-common-header-menu-item {
  font: 20px/1.3 "PT Sans",Arial,sans-serif;
  list-style: none;
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
  color: black;
  height: 100%;
  text-decoration: none;
}

.prozhito-common-header-menu-item-link {
  font: 20px/1.3 "PT Sans",Arial,sans-serif;
  list-style: none;
  background-color: initial;
  margin: 0;
  color: black;
  height: 100%;
  text-decoration: none;
  align-items: center;
  display: flex;
  padding: 0 10px;
  border-bottom: 1px solid transparent;
}

.prozhito-common-header-menu-item-link:hover,
.prozhito-common-header-menu-item-link.active,
.pch-dropdown li:hover {
  border-bottom: 1px solid black;
}


.pch-dropdown {
  /*font: 20px/1.3 var(--font-family-pt-sans);*/
  list-style: none;
  color: black;
  margin: 0;
  position: absolute;
  top: 50px;
  right: 0;
  height: 50px;
  opacity: 0;
  padding: 8px 10px 0;
  grid-auto-flow: column;
  gap: 30px;
  justify-items: center;
  transition: all .3s linear;
  z-index: 100;
  padding-right: 0;
  display: none;
  background: white;
}

.pch-dropdown::after {
  content: '';
  background: white;
  position: fixed;
  height: 50px;
  top: 50px;
  left: 0;
  right: 0;
  z-index: -1;
}

.prozhito-common-header-menu-item:hover .pch-dropdown {
  display: flex;
  opacity: 1;
}

.pch-dropdown li {
  /*font: 20px/1.3 var(--font-family-pt-sans);*/
  /*color: var(--black-100);*/
  list-style: none;
  color: black;
  height: 36px;
  font-size: 20px;
  line-height: 1.3;
  border-bottom: 1px solid white;
  background: white;
}

.pch-dropdown-wide-item {
  width: 222px;
}

.pch-dropdown li a {
  /*font: 20px/1.3 var(--font-family-pt-sans);*/
  list-style: none;
  background-color: transparent;
  margin: 0;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: black;
}