@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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, menu, 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/10/11, Safari, and Firefox < 22.
 */
[hidden], template{
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a{
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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: 700;
}
/**
 * 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{
  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.
 */
input[type="search"]{
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * 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: 700;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table{
  border-collapse: collapse;
  border-spacing: 0;
}
td, th{
  padding: 0;
}
table.table{
  width: 100%;
  border: 1px solid #CCC;
  border-collapse: collapse;
  margin: 10px 0;
}
table.table td, table.table th{
  border: 1px solid #CCC;
  background-color: #ffffff;
  padding: 5px 8px;
}
table.table tbody td{
  background-color: #ffffff;
}
table.table thead th{
  text-align: center;
  background-color: #eeeeee;
  text-transform: uppercase;
  font-weight: 700;
}
table.table thead ~ thead{
}
table.table thead ~ thead:before{
  content: "-";
  display: block;
  line-height: 1em;
  color: transparent;
}
table td{
  vertical-align: top;
}
/*
	##############################################

	 CONTENT STYLES

	##############################################
*/
.content__inner code, .content__inner pre{
  font-family: Menlo, Monaco, monospace, sans-serif;
}
.content__inner div, .content__inner p, .content__inner ul, .content__inner ol, .content__inner table, .content__inner dl, .content__inner blockquote, .content__inner pre{
  font-size: 14px;
  line-height: 1.6em;
}
.content__inner a{
  color: #15c;
  text-decoration: underline;
}
.content__inner object, .content__inner embed, .content__inner video, .content__inner img{
  max-width: 100%;
  width: auto;
}
.content__inner video, .content__inner img{
  height: auto;
}
.content__inner p, .content__inner ul, .content__inner ol, .content__inner table, .content__inner dl, .content__inner figure, .content__inner blockquote, .content__inner pre{
  margin: 0;
  margin-bottom: 15px;
  border: none;
  background: none;
  box-shadow: none;
}
.content__inner iframe, .content__inner object, .content__inner hr{
  margin-bottom: 15px;
}
.content__inner blockquote{
  margin-left: 1.6em !important;
  padding-left: 0;
  color: #777;
  font-style: italic;
}
.content__inner ul, .content__inner ol{
  padding-left: 2em;
}
.content__inner ul ul, .content__inner ol ol, .content__inner ul ol, .content__inner ol ul{
  margin: 2px;
  padding: 0;
  padding-left: 2em;
  border: none;
}
.content__inner dl dt{
  font-weight: 700;
}
.content__inner dd{
  margin-left: 1em;
}
.content__inner code{
  background-color: #d8d7d7;
}
.content__inner pre{
  overflow: auto;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f8f8f8;
  white-space: pre;
  font-size: 90%;
}
.content__inner hr{
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
.content__inner h1, .content__inner h2, .content__inner h3, .content__inner h4, .content__inner h5, .content__inner h6{
  font-weight: 700;
  color: #000;
  padding: 0;
  background: none;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
}
.content__inner h1, .content__inner h2, .content__inner h3, .content__inner h4{
  line-height: 1.3;
}
.content__inner h1{
  font-size: 36px;
}
.content__inner h2{
  font-size: 24px;
  margin-bottom: .7em;
}
.content__inner h3{
  font-size: 21px;
}
.content__inner h4{
  font-size: 18px;
}
.content__inner h5{
  font-size: 16px;
}
.content__inner h6{
  font-size: 12px;
  text-transform: uppercase;
}

*, *:before, *:after{
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.img-responsive, .news-block .news-block__img img{
  display: block;
  max-width: 100%;
  height: auto;
}

html, body{
  height: 100%;
}
body{
  font-family: Arial, Helvetica, sans-serif;
  background-color: #F5E4CB;
}
.container{
  width: 980px;
  margin: 0 auto;
  padding-top: 20px
}
.container.container_journal{
  padding: 0;
}

.header .lang-block{
  position: absolute;
  bottom: 50px;
  right: 0
}

.header .lang-block__item{
  display: inline-block;
  width: 24px;
  height: 18px;
  background-size: contain;
  margin-left: 3px;
}

.header .lang-block__item_ru{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%22480%22%20width%3D%22640%22%20version%3D%221%22%3E%3Cg%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221pt%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h640v480H0z%22%2F%3E%3Cpath%20fill%3D%22%2301017e%22%20d%3D%22M0%20160.003h640V480H0z%22%2F%3E%3Cpath%20fill%3D%22%23fe0101%22%20d%3D%22M0%20319.997h640V480H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.header .lang-block__item_en{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%22480%22%20width%3D%22640%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill-opacity%3D%22.67%22%20d%3D%22M-85.333%200h682.67v512h-682.67z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23a)%22%20transform%3D%22translate(80)%20scale(.94)%22%3E%3Cg%20stroke-width%3D%221pt%22%3E%3Cpath%20fill%3D%22%23006%22%20d%3D%22M-256%200H768.02v512.01H-256z%22%2F%3E%3Cpath%20d%3D%22M-256%200v57.244l909.535%20454.768H768.02V454.77L-141.515%200H-256zM768.02%200v57.243L-141.515%20512.01H-256v-57.243L653.535%200H768.02z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M170.675%200v512.01h170.67V0h-170.67zM-256%20170.67v170.67H768.02V170.67H-256z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M-256%20204.804v102.402H768.02V204.804H-256zM204.81%200v512.01h102.4V0h-102.4zM-256%20512.01L85.34%20341.34h76.324l-341.34%20170.67H-256zM-256%200L85.34%20170.67H9.016L-256%2038.164V0zm606.356%20170.67L691.696%200h76.324L426.68%20170.67h-76.324zM768.02%20512.01L426.68%20341.34h76.324L768.02%20473.848v38.162z%22%20fill%3D%22%23c00%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.header_found{
  position: relative;
  background-image: url("../img/header-bg.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 596px 146px;
  margin-bottom: 10px;
}

.header_found .logo{
  display: block;
  width: 271px;
  height: 150px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22564.069%22%20height%3D%22316%22%20viewBox%3D%220%200%20564.069%20316%22%3E%3Cpath%20fill%3D%22%233A2712%22%20d%3D%22M8.06%20158.334L283.13%203.96l275.073%20154.374L283.13%20312.706%208.06%20158.334zm-5.87%200l280.237%20157.27.704.396%20280.94-157.666L283.834%201.06l-.704-.392L2.19%20158.334zm280.94%20151.08l-1.405-.79-267.798-150.29L283.13%207.254l269.207%20151.08-269.206%20151.08zM25.665%20158.333L283.13%20302.826l257.466-144.492L283.13%2013.84%2025.665%20158.333zm16.104%200h482.726L283.13%20293.79z%22%2F%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M0%200h564.07v316H0z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%233A2712%22%20d%3D%22M375.057%2087.96c-.235-2.105-2.8-3.41-4.71-4.207-2.65-1.11-5.924-4.715-6.06-6.232-.256-2.902-1.336-3.898-6.522-8.68l-.24-.22c-1.596-1.474-3.42-2.68-5.494-3.64l-.012-.054c-.14-.48-.332-1-.62-1.538-.29-.534-.67-1.103-1.266-1.62-.292-.26-.657-.5-1.083-.68-.222-.096-.417-.158-.706-.223l-.243-.05-.414-.037c-.955-.05-1.93.274-2.68.833-.18.138-.34.29-.493.45l.045.034-.048.047-.12.12c-.113.12-.275.312-.444.566-.35.502-.713%201.267-.843%202.116-.148.847-.025%201.756.188%202.412.09.337.22.6.3.79l.127.296-.207-.25c-.13-.16-.335-.383-.52-.695-.404-.597-.832-1.523-.95-2.556-.12-.88-.014-1.78.177-2.503-1.89-.21-3.912-.315-6.086-.315-.39%200-.778.002-1.173.01l-.618.004c-8.167%200-13.87-2.45-14.654-2.934-3.567-2.195-7.166-4.167-11.943-4.167-2.55%200-5.138.563-7.91%201.723-1.442.603-2.804%201.25-4.12%201.876-.548.26-1.083.514-1.613.76l-17.483%208.862%207.503-6.14-.06.004c-1.84%200-3.726-.294-5.76-.9-1.16-.344-2.34-.71-3.544-1.084-6.715-2.085-14.323-4.448-22.915-4.448-3.174%200-6.345.33-9.422.98-7.216%201.528-11.69%203.862-14.975%205.8l.002.002-.044.022-1.346.807c-.65.39-1.247.748-1.817%201.072-1.356.92-2.93%202.14-4.388%203.548-.87.82-1.68%201.704-2.4%202.57-.376.422-.69.866-1.004%201.28-.322.408-.602.812-.844%201.196-.516.75-.892%201.41-1.146%201.88l-.412.732.288-.79c.175-.506.44-1.226.835-2.062.18-.43.395-.882.65-1.347.247-.47.496-.98.807-1.47.59-1.004%201.27-2.05%202.03-3.045.203-.274.42-.535.632-.802-3.27.706-7.462%204.115-10.685%208.762-.913%201.317-1.992%203.102-2.924%205.237l-.1.43-.166.713c-.042.242-.042.472-.067.727l-.146%201.637c-.042.59.045%201.247.062%201.916.02.335.02.68.058%201.026l.17%201.05c.13.706.2%201.436.403%202.152l.528%202.154.604%202.082%201.104%203.7%201.028%203.63-1.496-3.457-1.584-3.525-.882-2.005-.83-2.127c-.303-.703-.487-1.463-.72-2.19l-.032-.11c-.088.928-.126%201.878-.092%202.855-.53%203.473-1.14%208.332-1.71%2014.907-1.3%2014.96-5.04%2020.714-8.043%2025.336l-.572.883c-1.45%202.252-2.4%204.108-2.644%206.356-.258%201.212-1.968%2010.092%201.952%2013.543%203.646%203.206%206.15%204.035%2012.18%204.035h.438c3.315-.02%205.69-.16%207.263-.253.685-.04%201.18-.072%201.485-.072%202.21%200%202.43-1.54%202.45-1.848.168-2.394-4.115-3.893-6.854-4.276-2.203-.306-2.83-.713-2.99-.857l.072-.173c.12-.254.607-1.077%202.407-3.188l.47-.493c1.425-1.495%202.825-2.98%204.193-4.575l-.13-1.923-.054-.904c-.187.19-.382.385-.605.577l-1.555%201.395-4.2%203.757%203.393-4.45%201.233-1.618c.4-.506.717-1.046%201.017-1.475l.842-1.258.048-.722.287-2.436c.208-1.612.475-3.216.62-4.71.07-.747.2-1.475.2-2.16l.073-1.945c.048-.607-.02-1.154-.052-1.644l-.093-1.27-.08-1.113.217%201.09.25%201.26c.09.49.23%201.04.255%201.65l.17%201.974c.086.706.046%201.44.068%202.21.04%201.54-.028%203.156-.037%204.774l.014%202.386c.017.783.107%201.538.152%202.275l.083%201.076.112.592c.618%203.135%201.69%206.145%203.21%208.976l.055.115c.262.51.513%201.172.78%201.87%201.162%203.06%202.93%207.762%209.17%207.366%202.695-.167%205.53-.247%208.673-.247%201.06%200%202.003.01%202.8.016l1.53.01.475-.004c1.667-.022%202.405-1.042%202.53-1.91.262-1.817-1.833-3.738-5.21-4.78-1.433-.44-2.352-.827-2.93-1.24-.626-7.935%204.53-18.18%206.172-21.213%201.767.16%205.607.44%2010.722.44%203.934%200%208.486-.17%2013.317-.664-.02%203.686.217%207.645.993%2011.12.53%202.373%202.594%206.482%203.054%207.31%201.607%203.29%203.126%205.577%204.518%206.802%203.247%202.857%205.545%204.05%2011.38%204.05.4%200%20.822-.004%201.265-.015.623-.015%201.177-.02%201.675-.03%201.847-.022%202.96-.037%203.946-.386%201.868-.66%201.902-2.043%201.868-2.45-.22-2.69-5.15-3.776-6.655-4.044-.808-.145-2.006-2.428-2.03-8.124.49-2.383%201.364-4.54%202.673-6.596%201.123-1.76%202.268-3.865%203.39-6.132-.217-.65-.495-1.557-.814-2.648-.246-.852-.51-1.818-.767-2.854l-.79.283-2.8.737-1.578.308c-.538.096-1.078.228-1.626.297-1.096.15-2.178.345-3.205.443-1.023.12-1.976.222-2.795.282-1.636.147-2.727.19-2.727.19s1.067-.24%202.64-.68c.788-.207%201.7-.48%202.673-.78.978-.28%201.996-.663%203.017-1%20.515-.163%201.007-.386%201.5-.57l1.438-.567%202.445-1.153c.456-.257.82-.48%201.143-.68-.18-.842-.347-1.702-.495-2.568-.27-1.525-.454-3.066-.59-4.51l-.118-2.086.005-1.87c.023-.578.076-1.108.107-1.573.02-.467.106-.87.156-1.2l.17-1.034.014%201.048c.007.33-.01.73.052%201.19.05.46.088.975.163%201.534l.312%201.793.468%201.974c.372%201.357.808%202.79%201.32%204.197%201.01%202.816%202.23%205.547%203.215%207.555%201.218%202.006%202.808%204.308%204.846%206.562l.782.868c3.094%203.437%208.27%209.188%2014.11%2013.662.197.17.428.348.655.498.892.666%201.807%201.305%202.662%201.86l1.187.852c4.355%203.137%209.775%207.04%2015.44%207.468%202.505.187%204.978.278%207.56.278%201.69%200%203.1-.04%204.183-.068.527-.016.977-.03%201.342-.033%201.646-.022%202.392-1.033%202.53-1.893.305-1.87-1.835-3.888-5.45-5.142-3.7-1.282-4.26-1.938-5.924-3.883-.655-.766-1.47-1.716-2.65-2.918-3.63-4.654-9.622-13.34-9.454-19.76.1-3.77.263-7.05.5-10%202.36-2.066%205.834-5.8%206.26-10.163.047-.483.09-.878.15-1.22l-.062.003-1.328.05c-.438.023-.876.02-1.285.073l-2.27.23-2.23.228%202.12-.715%202.198-.738c.4-.147.825-.24%201.253-.36l1.303-.347c.874-.228%201.748-.476%202.575-.676l2.275-.515c.67-.155%201.224-.27%201.607-.345l.243-.05c.692-.17%201.438-.352%202.262-.56%202.836-.714%205.202-1.048%207.452-1.048%201.733%200%203.28.186%205.073.4%201.57.19%203.353.402%205.496.506%204.873.24%206.97-1.41%207.856-2.533%201.405-.313%202.38-1.315%203.188-2.15.402-.412.782-.803%201.17-1.08%201.56-1.11%201.777-2.304%201.687-3.114m-115.94%2035.957c-.498.02-1.037.065-1.607.05l-1.795-.007c-1.25.017-2.58-.038-3.91-.12-.667-.038-1.337-.05-1.99-.123l-1.927-.178c-1.25-.12-2.415-.295-3.417-.43-.764-.128-1.43-.233-1.97-.335l-.037.1c-.407%201.022-.835%202.018-1.274%202.968-.456.943-.93%201.838-1.372%202.687-.458.84-.953%201.602-1.39%202.313-.846%201.437-1.738%202.52-2.314%203.3-.594.77-.948%201.196-.948%201.196s.203-.522.584-1.414l.707-1.59c.293-.6.568-1.306.89-2.062l1.04-2.432c.335-.875.684-1.796%201.08-2.733l1.068-2.946c.374-.998.663-2.04%201.005-3.067.324-1.03.61-2.072.898-3.095.218-1.04.552-2.04.73-3.035.205-.992.426-1.95.573-2.868.18-.916.28-1.788.42-2.595.08-.808.202-1.553.25-2.216.065-.664.104-1.244.138-1.726.054-.96.053-1.52.053-1.52s.18.53.37%201.492c.183.96.354%202.35.403%204.035-.007.838.03%201.754-.06%202.713-.05.964-.144%201.977-.306%203.016-.13%201.043-.356%202.105-.576%203.19-.273%201.068-.546%202.156-.86%203.233l-.08.242c.443.15.976.323%201.583.52.93.273%202.02.61%203.203.907l1.83.455c.622.168%201.266.275%201.906.413%201.28.274%202.568.525%203.787.694l1.754.274c.56.1%201.092.135%201.582.19l3.284.34-3.304.16M362.612%2079.29v.012l-.04.15-.006.01-.01.02-.013.023-.07.103c-.056.068-.126.126-.196.167-.253.127-.364.086-.505.103-.255-.003-.464-.055-.643-.12-.357-.12-.576-.312-.576-.312s.238-.166.563-.298l.287-.11-.144-.247c-.098-.18-.186-.364-.243-.535-.13-.334-.158-.622-.158-.622s.284.042.61.217c.166.086.345.2.514.35.178.15.33.315.497.58.025.028.1.194.122.373l.01.124v.014zm11.253%209.61s-.232-.203-.488-.48l-.86-.94c-.286-.317-.578-.6-.858-.83l-.527-.417c-.003.02.266-.183.717-.165.224%200%20.493.052.746.178.266.11.494.31.707.515.4.442.595.997.632%201.42.044.424-.07.72-.07.72m-12.11-10.003l.013-.015-.014.015%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23F7F8F9%22%20d%3D%22M132.673%20171.792l-.07%202.976%202.31-.104c2.766%203.324%204.446%206.93%204.446%2010.29%200%203.605-2.03%206.932-6.757%209.207l.07%202.59h-3.465l.07-3.044-2.31.104c-2.766-3.36-4.446-6.966-4.446-10.29%200-3.642%202.03-6.932%206.72-9.242l-.034-2.485h3.465zm-3.36%2019.707v-14.317c-2.415%201.715-3.5%203.852-3.5%206.196%200%202.518%201.26%205.284%203.5%208.12m3.255-14.527v14.316c2.38-1.716%203.5-3.852%203.5-6.196%200-2.52-1.26-5.286-3.5-8.12m11.76%2019.53c-2.206-4.095-3.536-8.365-3.536-12.426%200-4.585%201.68-8.646%205.635-11.865l3.85-.21c2.206%204.13%203.5%208.365%203.5%2012.426%200%204.585-1.644%208.645-5.634%2011.865l-3.816.21zm6.09-11.795c0-3.257-1.05-6.652-2.416-9.803-2.695%202.485-3.815%205.566-3.815%208.892%200%203.254%201.05%206.65%202.38%209.8%202.766-2.555%203.85-5.6%203.85-8.89m10.464-2.24l2.836-.107%202.835.106-.033-10.258h3.43l-.105%2011.972.105%2012.18h-3.43l.034-10.746-2.834.106-2.835-.106v10.746h-3.43l.14-12.18-.14-11.972h3.43zm11.655%2011.06l2.17.07-.035-2.626c0-6.86.91-12.847%203.956-18.657l6.93-.315.456%2021.492%202.17-.14.21%203.255-1.715%204.165-2.66-1.155%201.295-3.256h-12.777v-2.835zm7.28.244l2.906-.14-.314-18.587h-1.785c-1.854%204.024-2.764%208.926-2.764%2015.4%200%201.05.035%202.136.07%203.256l1.89.07zm22.506-15.576l-2.625%205.88%202.626%206.336-2.695.98-3.43-7.246%203.43-6.966%202.696%201.016zm5.636%200l-2.625%205.88%202.626%206.336-2.73.98-3.395-7.246%203.396-6.966%202.73%201.016zm10.395%2017.467l-2.204-10.5-1.89-9.697.14%2020.896h-3.116l.28-24.116%204.936-.105%202.205%2010.99%201.716%209.276%201.715-9.347%202.277-10.78%204.83-.105.245%2024.186h-3.185l.14-20.86-1.925%209.555-2.24%2010.464zm22.68-16.977v-3.642h-3.71c-.7%202.276-1.12%204.69-1.155%207.142l5.81-.245v3.325l-5.74-.175c.385%203.64%201.786%206.58%204.866%208.61l.106-4.55%203.08-.07-.105%207.106-4.2.42c-5.215-3.116-7.21-7.598-7.21-13.48%200-3.534.7-7.244%201.96-10.71l9.416-.42-.035%206.616-3.08.072zm5.214%2014.84l2.17.07-.035-2.624c0-6.86.91-12.847%203.955-18.657l6.93-.315.456%2021.492%202.17-.14.21%203.255-1.714%204.165-2.66-1.155%201.295-3.256h-12.776v-2.835zm7.28.246l2.906-.14-.315-18.587h-1.785c-1.855%204.024-2.765%208.926-2.765%2015.4%200%201.05.035%202.136.07%203.256l1.89.07zm11.305-9.94l-.106-11.41%209.836-.422c.875%201.68%201.47%203.605%201.47%205.32%200%202.346-1.05%204.13-2.66%205.53%201.82%201.646%203.08%203.956%203.08%206.406%200%203.325-2.38%205.74-7.42%207.07l-4.306.105.105-12.6zm3.08-.98c2.625-.98%204.69-2.485%204.69-4.866%200-1.085-.35-2.17-.7-2.975h-3.955l-.035%207.84zm2.835%201.714c-.875.455-1.82.84-2.835%201.155l.035%207.945c3.535-.875%205.04-2.414%205.04-4.62%200-1.714-.91-3.255-2.24-4.48M286.948%20178.688v-3.642h-3.71c-.7%202.276-1.12%204.69-1.155%207.142l5.81-.245v3.325l-5.74-.175c.386%203.64%201.786%206.58%204.866%208.61l.104-4.55%203.08-.07-.105%207.106-4.2.42c-5.217-3.116-7.212-7.598-7.212-13.48%200-3.534.7-7.244%201.96-10.71l9.416-.42-.035%206.616-3.082.072zm8.364-7.175l5.67%2011.865-5.565%2012.986h-3.604l5.985-12.88-5.706-10.817%203.22-1.154zm9.137.7l-.07%2011.83.07%2012.32h-3.467l.07-12.425-.07-11.726h3.466zm8.995%200l-5.81%2011.13%206.09%2013.022h-3.746l-5.53-12.81%205.32-11.342h3.675zm2.658%2011.62l-.14-11.62h3.465l-.14%209.976%203.955-2.066%202.905-.175c1.05%202.59%201.646%205.32%201.646%207.49%200%204.48-2.415%207.455-7.176%208.89l-4.62.105.105-12.6zm3.185%201.086l.035%208.89c3.465-.805%205.04-3.01%205.04-6.056%200-1.47-.35-3.29-.98-4.865l-4.095%202.03zm17.92%2011.444l.105-8.996c-.7-.245-1.33-.56-1.924-.84l-3.433%209.836h-3.676l4.446-11.586c-2.1-1.785-3.045-3.99-3.045-6.72%200-1.716.386-3.536%201.05-5.636l9.768-.42-.07%2012.145.07%2012.216h-3.29zm.035-21.422h-3.815c-.314.945-.49%201.925-.49%202.87%200%202.626%201.33%204.866%204.34%206.126l-.035-8.996zm14.07%203.78l-.036-6.404%203.955-.245c4.62.56%206.966%202.45%206.966%205.215%200%202.24-1.33%204.83-4.55%205.95%203.955.596%205.04%203.01%205.04%205.007%200%203.255-2.87%206.476-7.772%208.12h-3.744l-.07-7.21%203.046-.07.104%204.375c3.116-1.155%204.9-3.045%204.9-5.145%200-1.89-1.645-3.256-6.3-3.15l-.035-2.906c4.375-.456%205.95-2.416%205.95-4.202%200-1.924-1.715-2.87-4.41-3.185v3.816l-3.045.033zm21.945-.034v-3.642h-3.71c-.7%202.276-1.12%204.69-1.156%207.142l5.81-.245v3.325l-5.74-.175c.386%203.64%201.786%206.58%204.866%208.61l.105-4.55%203.08-.07-.105%207.106-4.2.42c-5.216-3.116-7.21-7.598-7.21-13.48%200-3.534.698-7.244%201.96-10.71l9.416-.42-.035%206.616-3.082.072zm14.21%2016.977l-2.206-10.5-1.89-9.697.14%2020.896h-3.116l.28-24.116%204.937-.105%202.204%2010.99%201.715%209.276%201.716-9.347%202.274-10.78%204.832-.105.245%2024.186h-3.187l.14-20.86-1.925%209.555-2.24%2010.464zm23.31.77l-.387-21.352h-2.063c-2.1%204.13-3.115%2010.08-3.115%2016.872%200%201.4.034%202.87.14%204.375l-3.256.07c-.07-1.47-.104-2.87-.104-4.306%200-7.246.98-13.792%204.306-19.777l7.245-.314.21%2012.53.42%2011.797-3.396.105zm14.662-.07l.105-8.997c-.7-.245-1.33-.56-1.925-.84l-3.43%209.836h-3.677l4.445-11.586c-2.1-1.785-3.045-3.99-3.045-6.72%200-1.716.385-3.536%201.05-5.636l9.767-.42-.07%2012.145.07%2012.216h-3.29zm.036-21.423h-3.815c-.313.945-.49%201.925-.49%202.87%200%202.626%201.332%204.866%204.342%206.126l-.036-8.996zm6.65%2015.437l2.624-5.88-2.625-6.337%202.73-.98%203.396%207.246-3.395%206.964-2.73-1.015zm5.635%200l2.626-5.88-2.625-6.337%202.696-.98%203.396%207.246-3.396%206.964-2.695-1.015z%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M265.532%20227.307h10.75l6.502%206.558-6.495%206.474h-10.637l6.458-6.46zm11.276%2024.308v-10.7l6.557-6.553%206.475%206.522v10.61l-6.458-6.46zm24.307-24.308h-10.7l-6.553%206.558%206.496%206.474h10.635l-6.458-6.46zm-24.307-11.276v10.7l6.557%206.554%206.475-6.496v-10.635l-6.458%206.458zm28.523%2015.02h3.968l2.4%202.42-2.398%202.388h-3.924l2.383-2.382zm4.16%208.97v-3.95l2.42-2.418%202.39%202.408v3.914l-2.383-2.383zm8.97-8.97h-3.948l-2.42%202.42%202.398%202.388h3.924l-2.383-2.382zm-8.97-4.16v3.947l2.42%202.42%202.39-2.398v-3.924l-2.383%202.382zm-61.372%204.53h3.967l2.398%202.42-2.396%202.387h-3.923l2.382-2.383zm4.16%208.967v-3.947l2.42-2.42%202.388%202.408v3.914l-2.38-2.383zm8.97-8.968H257.3l-2.42%202.42%202.398%202.387h3.924l-2.383-2.383zm-8.97-4.16v3.946l2.42%202.42%202.388-2.398v-3.924l-2.38%202.383z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.lang_en .header_found .logo{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22564.069%22%20height%3D%22316%22%20viewBox%3D%220%200%20564.069%20316%22%3E%3Cpath%20fill%3D%22%233A2712%22%20d%3D%22M8.06%20158.334L283.13%203.96l275.073%20154.374L283.13%20312.706%208.06%20158.334zm-5.87%200l280.237%20157.27.704.396%20280.94-157.666L283.834%201.06l-.704-.392L2.19%20158.334zm280.94%20151.08l-1.405-.79-267.798-150.29L283.13%207.254l269.207%20151.08-269.206%20151.08zM25.665%20158.333L283.13%20302.826l257.466-144.492L283.13%2013.84%2025.665%20158.333zm16.104%200h482.726L283.13%20293.79z%22%2F%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M0%200h564.07v316H0z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%233A2712%22%20d%3D%22M375.057%2087.96c-.235-2.105-2.8-3.41-4.71-4.207-2.65-1.11-5.924-4.715-6.06-6.232-.256-2.902-1.336-3.898-6.522-8.68l-.24-.22c-1.596-1.474-3.42-2.68-5.494-3.64l-.012-.054c-.14-.48-.332-1-.62-1.538-.29-.534-.67-1.103-1.266-1.62-.292-.26-.657-.5-1.083-.68-.222-.096-.417-.158-.706-.223l-.243-.05-.414-.037c-.955-.05-1.93.274-2.68.833-.18.138-.34.29-.493.45l.045.034-.048.047-.12.12c-.113.12-.275.312-.444.566-.35.502-.713%201.267-.843%202.116-.148.847-.025%201.756.188%202.412.09.337.22.6.3.79l.127.296-.207-.25c-.13-.16-.335-.383-.52-.695-.404-.597-.832-1.523-.95-2.556-.12-.88-.014-1.78.177-2.503-1.89-.21-3.912-.315-6.086-.315-.39%200-.778.002-1.173.01l-.618.004c-8.167%200-13.87-2.45-14.654-2.934-3.567-2.195-7.166-4.167-11.943-4.167-2.55%200-5.138.563-7.91%201.723-1.442.603-2.804%201.25-4.12%201.876-.548.26-1.083.514-1.613.76l-17.483%208.862%207.503-6.14-.06.004c-1.84%200-3.726-.294-5.76-.9-1.16-.344-2.34-.71-3.544-1.084-6.715-2.085-14.323-4.448-22.915-4.448-3.174%200-6.345.33-9.422.98-7.216%201.528-11.69%203.862-14.975%205.8l.002.002-.044.022-1.346.807c-.65.39-1.247.748-1.817%201.072-1.356.92-2.93%202.14-4.388%203.548-.87.82-1.68%201.704-2.4%202.57-.376.422-.69.866-1.004%201.28-.322.408-.602.812-.844%201.196-.516.75-.892%201.41-1.146%201.88l-.412.732.288-.79c.175-.506.44-1.226.835-2.062.18-.43.395-.882.65-1.347.247-.47.496-.98.807-1.47.59-1.004%201.27-2.05%202.03-3.045.203-.274.42-.535.632-.802-3.27.706-7.462%204.115-10.685%208.762-.913%201.317-1.992%203.102-2.924%205.237l-.1.43-.166.713c-.042.242-.042.472-.067.727l-.146%201.637c-.042.59.045%201.247.062%201.916.02.335.02.68.058%201.026l.17%201.05c.13.706.2%201.436.403%202.152l.528%202.154.604%202.082%201.104%203.7%201.028%203.63-1.496-3.457-1.584-3.525-.882-2.005-.83-2.127c-.303-.703-.487-1.463-.72-2.19l-.032-.11c-.088.928-.126%201.878-.092%202.855-.53%203.473-1.14%208.332-1.71%2014.907-1.3%2014.96-5.04%2020.714-8.043%2025.336l-.572.883c-1.45%202.252-2.4%204.108-2.644%206.356-.258%201.212-1.968%2010.092%201.952%2013.543%203.646%203.206%206.15%204.035%2012.18%204.035h.438c3.315-.02%205.69-.16%207.263-.253.685-.04%201.18-.072%201.485-.072%202.21%200%202.43-1.54%202.45-1.848.168-2.394-4.115-3.893-6.854-4.276-2.203-.306-2.83-.713-2.99-.857l.072-.173c.12-.254.607-1.077%202.407-3.188l.47-.493c1.425-1.495%202.825-2.98%204.193-4.575l-.13-1.923-.054-.904c-.187.19-.382.385-.605.577l-1.555%201.395-4.2%203.757%203.393-4.45%201.233-1.618c.4-.506.717-1.046%201.017-1.475l.842-1.258.048-.722.287-2.436c.208-1.612.475-3.216.62-4.71.07-.747.2-1.475.2-2.16l.073-1.945c.048-.607-.02-1.154-.052-1.644l-.093-1.27-.08-1.113.217%201.09.25%201.26c.09.49.23%201.04.255%201.65l.17%201.974c.086.706.046%201.44.068%202.21.04%201.54-.028%203.156-.037%204.774l.014%202.386c.017.783.107%201.538.152%202.275l.083%201.076.112.592c.618%203.135%201.69%206.145%203.21%208.976l.055.115c.262.51.513%201.172.78%201.87%201.162%203.06%202.93%207.762%209.17%207.366%202.695-.167%205.53-.247%208.673-.247%201.06%200%202.003.01%202.8.016l1.53.01.475-.004c1.667-.022%202.405-1.042%202.53-1.91.262-1.817-1.833-3.738-5.21-4.78-1.433-.44-2.352-.827-2.93-1.24-.626-7.935%204.53-18.18%206.172-21.213%201.767.16%205.607.44%2010.722.44%203.934%200%208.486-.17%2013.317-.664-.02%203.686.217%207.645.993%2011.12.53%202.373%202.594%206.482%203.054%207.31%201.607%203.29%203.126%205.577%204.518%206.802%203.247%202.857%205.545%204.05%2011.38%204.05.4%200%20.822-.004%201.265-.015.623-.015%201.177-.02%201.675-.03%201.847-.022%202.96-.037%203.946-.386%201.868-.66%201.902-2.043%201.868-2.45-.22-2.69-5.15-3.776-6.655-4.044-.808-.145-2.006-2.428-2.03-8.124.49-2.383%201.364-4.54%202.673-6.596%201.123-1.76%202.268-3.865%203.39-6.132-.217-.65-.495-1.557-.814-2.648-.246-.852-.51-1.818-.767-2.854l-.79.283-2.8.737-1.578.308c-.538.096-1.078.228-1.626.297-1.096.15-2.178.345-3.205.443-1.023.12-1.976.222-2.795.282-1.636.147-2.727.19-2.727.19s1.067-.24%202.64-.68c.788-.207%201.7-.48%202.673-.78.978-.28%201.996-.663%203.017-1%20.515-.163%201.007-.386%201.5-.57l1.438-.567%202.445-1.153c.456-.257.82-.48%201.143-.68-.18-.842-.347-1.702-.495-2.568-.27-1.525-.454-3.066-.59-4.51l-.118-2.086.005-1.87c.023-.578.076-1.108.107-1.573.02-.467.106-.87.156-1.2l.17-1.034.014%201.048c.007.33-.01.73.052%201.19.05.46.088.975.163%201.534l.312%201.793.468%201.974c.372%201.357.808%202.79%201.32%204.197%201.01%202.816%202.23%205.547%203.215%207.555%201.218%202.006%202.808%204.308%204.846%206.562l.782.868c3.094%203.437%208.27%209.188%2014.11%2013.662.197.17.428.348.655.498.892.666%201.807%201.305%202.662%201.86l1.187.852c4.355%203.137%209.775%207.04%2015.44%207.468%202.505.187%204.978.278%207.56.278%201.69%200%203.1-.04%204.183-.068.527-.016.977-.03%201.342-.033%201.646-.022%202.392-1.033%202.53-1.893.305-1.87-1.835-3.888-5.45-5.142-3.7-1.282-4.26-1.938-5.924-3.883-.655-.766-1.47-1.716-2.65-2.918-3.63-4.654-9.622-13.34-9.454-19.76.1-3.77.263-7.05.5-10%202.36-2.066%205.834-5.8%206.26-10.163.047-.483.09-.878.15-1.22l-.062.003-1.328.05c-.438.023-.876.02-1.285.073l-2.27.23-2.23.228%202.12-.715%202.198-.738c.4-.147.825-.24%201.253-.36l1.303-.347c.874-.228%201.748-.476%202.575-.676l2.275-.515c.67-.155%201.224-.27%201.607-.345l.243-.05c.692-.17%201.438-.352%202.262-.56%202.836-.714%205.202-1.048%207.452-1.048%201.733%200%203.28.186%205.073.4%201.57.19%203.353.402%205.496.506%204.873.24%206.97-1.41%207.856-2.533%201.405-.313%202.38-1.315%203.188-2.15.402-.412.782-.803%201.17-1.08%201.56-1.11%201.777-2.304%201.687-3.114m-115.94%2035.957c-.498.02-1.037.065-1.607.05l-1.795-.007c-1.25.017-2.58-.038-3.91-.12-.667-.038-1.337-.05-1.99-.123l-1.927-.178c-1.25-.12-2.415-.295-3.417-.43-.764-.128-1.43-.233-1.97-.335l-.037.1c-.407%201.022-.835%202.018-1.274%202.968-.456.943-.93%201.838-1.372%202.687-.458.84-.953%201.602-1.39%202.313-.846%201.437-1.738%202.52-2.314%203.3-.594.77-.948%201.196-.948%201.196s.203-.522.584-1.414l.707-1.59c.293-.6.568-1.306.89-2.062l1.04-2.432c.335-.875.684-1.796%201.08-2.733l1.068-2.946c.374-.998.663-2.04%201.005-3.067.324-1.03.61-2.072.898-3.095.218-1.04.552-2.04.73-3.035.205-.992.426-1.95.573-2.868.18-.916.28-1.788.42-2.595.08-.808.202-1.553.25-2.216.065-.664.104-1.244.138-1.726.054-.96.053-1.52.053-1.52s.18.53.37%201.492c.183.96.354%202.35.403%204.035-.007.838.03%201.754-.06%202.713-.05.964-.144%201.977-.306%203.016-.13%201.043-.356%202.105-.576%203.19-.273%201.068-.546%202.156-.86%203.233l-.08.242c.443.15.976.323%201.583.52.93.273%202.02.61%203.203.907l1.83.455c.622.168%201.266.275%201.906.413%201.28.274%202.568.525%203.787.694l1.754.274c.56.1%201.092.135%201.582.19l3.284.34-3.304.16M362.612%2079.29v.012l-.04.15-.006.01-.01.02-.013.023-.07.103c-.056.068-.126.126-.196.167-.253.127-.364.086-.505.103-.255-.003-.464-.055-.643-.12-.357-.12-.576-.312-.576-.312s.238-.166.563-.298l.287-.11-.144-.247c-.098-.18-.186-.364-.243-.535-.13-.334-.158-.622-.158-.622s.284.042.61.217c.166.086.345.2.514.35.178.15.33.315.497.58.025.028.1.194.122.373l.01.124v.014zm11.253%209.61s-.232-.203-.488-.48l-.86-.94c-.286-.317-.578-.6-.858-.83l-.527-.417c-.003.02.266-.183.717-.165.224%200%20.493.052.746.178.266.11.494.31.707.515.4.442.595.997.632%201.42.044.424-.07.72-.07.72m-12.11-10.003l.013-.015-.014.015%22%2F%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M265.532%20227.307h10.75l6.502%206.558-6.495%206.474h-10.637l6.458-6.46zm11.276%2024.308v-10.7l6.557-6.553%206.475%206.522v10.61l-6.458-6.46zm24.307-24.308h-10.7l-6.553%206.558%206.496%206.474h10.635l-6.458-6.46zm-24.307-11.276v10.7l6.557%206.554%206.475-6.496v-10.635l-6.458%206.458zm28.523%2015.02h3.968l2.4%202.42-2.398%202.388h-3.924l2.383-2.382zm4.16%208.97v-3.95l2.42-2.418%202.39%202.408v3.914l-2.383-2.383zm8.97-8.97h-3.948l-2.42%202.42%202.398%202.388h3.924l-2.383-2.382zm-8.97-4.16v3.947l2.42%202.42%202.39-2.398v-3.924l-2.383%202.382zm-61.372%204.53h3.967l2.398%202.42-2.396%202.387h-3.923l2.382-2.383zm4.16%208.967v-3.947l2.42-2.42%202.388%202.408v3.914l-2.38-2.383zm8.97-8.968H257.3l-2.42%202.42%202.398%202.387h3.924l-2.383-2.383zm-8.97-4.16v3.946l2.42%202.42%202.388-2.398v-3.924l-2.38%202.383z%22%2F%3E%3Cpath%20d%3D%22M117.184%20173.008h10.68v2.16h-8.376v5.328h7.8v2.16h-7.8V190h-2.304v-16.992zm15.768%200v10.416c0%20.528.072%201.076.216%201.645.144.566.384%201.09.72%201.57.336.48.776.873%201.32%201.177.543.304%201.216.456%202.016.456s1.472-.152%202.016-.456.984-.696%201.32-1.177c.336-.48.576-1.004.72-1.57.144-.57.216-1.117.216-1.646v-10.416h2.304v10.776c0%20.992-.168%201.892-.504%202.7-.336.808-.8%201.508-1.392%202.1-.592.592-1.288%201.048-2.088%201.368-.8.32-1.664.48-2.592.48-.928%200-1.792-.16-2.592-.48-.8-.32-1.496-.776-2.088-1.368-.592-.592-1.056-1.292-1.392-2.1-.336-.81-.504-1.708-.504-2.7v-10.776h2.304zm14.904%200h3.024l9.36%2013.968h.048v-13.968h2.304V190h-2.928l-9.456-13.968h-.048V190h-2.304v-16.992zm18.72%200h5.927c1.2%200%202.252.137%203.156.408.903.272%201.687.636%202.35%201.092s1.217.98%201.657%201.572c.44.592.788%201.2%201.044%201.824.257.624.44%201.248.553%201.872s.168%201.2.168%201.728c0%201.088-.2%202.14-.6%203.156-.4%201.016-.99%201.92-1.775%202.712-.784.792-1.756%201.428-2.916%201.908s-2.5.72-4.02.72h-5.545v-16.992zm2.303%2014.832h2.903c.976%200%201.9-.132%202.772-.396.872-.265%201.636-.66%202.292-1.188s1.176-1.188%201.56-1.98c.384-.79.576-1.716.576-2.77%200-.545-.088-1.18-.264-1.91-.177-.727-.51-1.42-.997-2.075-.488-.654-1.164-1.21-2.028-1.667-.864-.455-1.984-.684-3.36-.684h-3.456v12.67zm21.48-3.672l3.48-5.184%201.487.983-2.808%204.2%202.83%204.2-1.487.983-3.504-5.182zm4.75%200l3.48-5.184%201.49.983-2.81%204.2%202.833%204.2-1.488.983-3.504-5.182zm8.138-11.16h3.432l5.4%2012.864h.096l5.352-12.864h3.432V190h-2.304v-13.968h-.048L212.872%20190h-1.536l-5.736-13.968h-.048V190h-2.304v-16.992zm21.91%200h10.97v2.16h-8.665v5.064h8.064v2.16h-8.064v5.447h9.096V190h-11.4v-16.992zm14.28%200h5.928c1.2%200%202.252.137%203.156.408.904.272%201.688.636%202.352%201.092s1.216.98%201.656%201.572c.44.592.788%201.2%201.044%201.824.256.624.44%201.248.552%201.872s.168%201.2.168%201.728c0%201.088-.2%202.14-.6%203.156-.4%201.016-.992%201.92-1.776%202.712-.784.792-1.756%201.428-2.916%201.908s-2.5.72-4.02.72h-5.544v-16.992zm2.305%2014.832h2.904c.976%200%201.9-.132%202.772-.396.87-.265%201.635-.66%202.29-1.188s1.177-1.188%201.56-1.98c.385-.79.577-1.716.577-2.77%200-.545-.088-1.18-.264-1.91-.176-.727-.508-1.42-.996-2.075-.488-.654-1.164-1.21-2.028-1.667-.865-.455-1.985-.684-3.36-.684h-3.457v12.67zm13.536-14.832h2.663l4.992%2013.824h.048l5.184-13.824h2.52L263.99%20190h-2.16l-6.55-16.992zm17.447%200h10.968v2.16h-8.664v5.064h8.064v2.16h-8.063v5.447h9.098V190h-11.4v-16.992zm13.248%2014.832l9.672-12.672h-9.384v-2.16h12.264v2.16l-9.624%2012.672h9.768V190h-12.694v-2.16zm15.647-14.832h2.304v7.057h8.81v-7.057h2.302V190h-2.303v-7.776h-8.81V190h-2.303v-16.992zm21.792%209.744l-6.433-9.744h2.953l4.632%207.464%204.776-7.464h2.81l-6.433%209.744V190h-2.304v-7.248zm14.232-9.744h2.088L347.007%20190h-2.688l-1.704-4.2h-8.09l-1.68%204.2h-2.687l7.486-16.992zm4.128%2010.776l-3.168-7.8h-.048l-3.216%207.8h6.432zm12.696%204.056l9.673-12.672h-9.385v-2.16h12.265v2.16L357.4%20187.84h9.767V190H354.47v-2.16zm15.647-14.832h10.97v2.16h-8.665v5.064h8.063v2.16h-8.063v5.447h9.096V190h-11.4v-16.992zm14.496%200h3.433l5.4%2012.864h.096l5.352-12.864h3.432V190h-2.304v-13.968h-.048L394.237%20190H392.7l-5.734-13.968h-.048V190h-2.305v-16.992zm21.912%200h2.305v14.832h7.8V190h-10.104v-16.992zm13.8%209.744l-6.432-9.744h2.952l4.632%207.464%204.776-7.464h2.808l-6.43%209.744V190h-2.305v-7.248zm14.233-9.744h2.088L443.918%20190h-2.688l-1.703-4.2h-8.09l-1.68%204.2h-2.687l7.488-16.992zm4.128%2010.776l-3.168-7.8h-.048l-3.216%207.8h6.432zm11.376.384l-3.48%205.184-1.487-.983%202.808-4.2-2.832-4.2%201.49-.984%203.502%205.182zm4.75%200l-3.48%205.184-1.486-.983%202.808-4.2-2.832-4.2%201.488-.984%203.503%205.182z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.header_found .main-menu{
  font-size: 1px;
  line-height: 0;
  text-align: justify;
  margin: 0;
  padding: 0;
}

.header_found .main-menu .main-menu__item{
  display: inline-block;
}

.header_found .main-menu .main-menu__item__link, .header_found .main-menu .main-menu__item__link:active, .header_found .main-menu .main-menu__item__link:focus{
  display: inline-block;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #5E3C17;
  text-decoration: none;
  padding: 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header_found .main-menu .main-menu__item__link:hover, .header_found .main-menu .main-menu__item__link:active:hover, .header_found .main-menu .main-menu__item__link:focus:hover{
  background-color: #645844;
  color: #FFF;
}

.header_found .main-menu .main-menu__item_active .main-menu__item__link{
  color: #8B0000;
  background-color: transparent;
}

.header_found .main-menu::after{
  content: "";
  display: inline-block;
  width: 100%;
}

.header_found .main-menu__wrap{
  position: relative;
  margin: 10px 0 0 0;
  padding: 7px;
}

.header_found .main-menu__wrap::before{
  position: absolute;
  content: "";
  background: url(../img/sloppyhoriz.png) repeat-x 0 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 7px;
}

.header_found .main-menu__wrap::after{
  position: absolute;
  content: "";
  background: url(../img/sloppyhoriz.png) repeat-x 0 100%;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
}

.header_found .main-menu__wrap__inner{
}

.header_found .main-menu__wrap__inner::before{
  position: absolute;
  content: "";
  background: url(../img/sloppyvertical.png) repeat-y 0 0;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
}

.header_found .main-menu__wrap__inner::after{
  position: absolute;
  content: "";
  background: url(../img/sloppyvertical.png) repeat-y 100% 0;
  right: 0;
  top: 0;
  width: 7px;
  height: 100%;
}

.header_journal{
  position: relative;
  background-color: #658137;
}

.header_journal .logo{
  display: block;
  width: calc(100% - 40px);
  margin-left: 20px;
  height: 190px;
  background-image: url("../img/journal_logo.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.lang_en .header_journal .logo{
  background-image: url("../img/journal_logo-en.png");
}

.header_journal .main-menu{
  font-size: 1px;
  line-height: 0;
  text-align: justify;
  margin: 0;
  padding: 0;
}

.header_journal .main-menu .main-menu__item{
  display: inline-block;
  padding: 10px 0;
}

.header_journal .main-menu .main-menu__item__link, .header_journal .main-menu .main-menu__item__link:active, .header_journal .main-menu .main-menu__item__link:focus{
  display: inline-block;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  padding: 0 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header_journal .main-menu .main-menu__item__link:hover, .header_journal .main-menu .main-menu__item__link:active:hover, .header_journal .main-menu .main-menu__item__link:focus:hover{
  color: #F76700;
}

.header_journal .main-menu .main-menu__item_active{
  position: relative;
}

.header_journal .main-menu .main-menu__item_active a{
  color: #F76700;
}

.header_journal .main-menu .main-menu__item_active::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0;
  border-color: #658137 transparent transparent;
}

.header_journal .main-menu::after{
  content: "";
  display: inline-block;
  width: 100%;
}

.header_journal .main-menu__wrap{
  background: #32150D;
}

.header_journal .lang-block{
  bottom: 55px;
  right: 5px;
}

.content{
  padding: 0 10px
}

.content__wrap{
  font-size: 0;
  background-color: #FAF2E7;
  padding: 10px 5px;
}

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

.content__inner{
  font-size: 14px;
}

.sidebar+.content{
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  width: calc(100% - 266px - 10px);
}
.sidebar{
  display: inline-block;
  vertical-align: top;
  width: 266px
}
.sidebar__block{
  padding: 10px 20px 20px 20px;
  border: 1px solid #5E3C17;
  background-color: #FAF2E7;
  margin-bottom: 10px;
}
.sidebar__block .partners-block{
}
.sidebar__block .partners-block__item{
}
.sidebar__block .partners-block__item::after{
  content: "";
  display: table;
  clear: both;
  margin-bottom: 10px;
}
.sidebar__block .partners-block__item:hover span{
  text-decoration: underline;
}
.sidebar__block .partners-block__text{
  float: left;
  width: 70%;
  font-size: 11px;
  color: #826F52;
  line-height: 1.1;
  padding-right: 10px;
}
.sidebar__block .partners-block__img{
  float: left;
  width: 30%;
  padding-bottom: 22%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sidebar__block:last-child{
  margin-bottom: 0;
}
.sidebar__block__title{
  color: #3A2712;
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: 400;
}
.sidebar__block_email input{
  font-size: 16px;
  color: #645844;
  border: 1px solid #3A2712;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FAF2E7;
  min-height: 32px;
  padding: 9px 15px 6px;
  width: 100%;
  margin-bottom: 10px;
}
.sidebar__block_email button{
  color: #FFFFFF;
  background-color: #3A2712;
  font-size: 16px;
  line-height: 1.4em;
  padding: 9px 20px 6px;
  word-wrap: break-word;
  border: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer{
  padding: 10px 0
}
.footer::after{
  content: "";
  display: table;
  clear: both;
}
.footer__text{
  text-align: center;
  font-size: 16px;
  line-height: 31px;
}
.footer__social{
  float: right;
  font-size: 0;
}
.footer__social__item{
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: contain;
  margin-left: 5px;
}
.footer__social__item_fb{
  background-image: url("../img/social-fb.svg");
}
.footer__social__item_vk{
  background-image: url("../img/social-vk.svg");
}

.container{
  height: 100%;
}
.content__wrap{
  min-height: calc(100% - 208px - 53px - 10px);
}
.container.container_journal .content__wrap{
  min-height: calc(100% - 244px - 53px);
}

.news-block{
}

.news-block .news-block__item{
  margin-bottom: 20px;
}

.news-block .news-block__item:last-child{
  margin-bottom: 0;
}

.news-block .news-block__item::after{
  content: "";
  display: table;
  clear: both;
}

.news-block .news-block__img{
  float: left;
  width: 140px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.news-block .news-block__title{
  margin-bottom: 10px;
}

.news-block .news-block__title a{
  font-size: 18px;
  color: #B80D0D;
  text-decoration: none;
}

.news-block .news-block__title a:hover{
  text-decoration: underline;
}

.news-block .news-block__date{
  color: #695642;
  float: right;
  padding-left: 20px;
  text-align: right;
  font-size: 11px;
  margin-bottom: 3px;
}

.news-block .news-block__desc{
  font-size: 16px;
  line-height: 1.4em;
  color: #826F52;
}

.news-block .news-block__desc p{
  margin: 0;
}

#subscribe_name{
  display: none;
}

.archive-block{
}

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

.archive-block__year{
  width: 25%;
  float: left;
  margin-bottom: 20px;
}

.archive-block__year:nth-child(4n + 1){
  clear: both;
}

.archive-block__year__title{
  font-size: 18px;
  padding-left: 10px;
}

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

.archive-block__year__volumes li a{
  text-decoration: none;
}

.archive-block__year__volumes li a:hover{
  text-decoration: underline;
}

.article{
}

.article__param{
  text-align: right;
  font-weight: 700;
}

.article__value ul{
  margin: 0;
  padding-left: 20px;
}