/* >>> file start: stc/schemius_v4/normalize.css */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/* <<< file end: stc/schemius_v4/normalize.css */

/*# map link was there [normalize.css.map] */
/* >>> file start: stc/schemius_v4/layout.css */
.s-footer A,A,A:active,A:focus,A:hover,A:visited{text-decoration:none}BODY,figure{margin:0}.main-footer UL,.main-footer__nav-list,.s-footer LI,.s-footer UL{list-style:none}BODY,HTML{height:100%}BODY{padding:0;width:100%;box-sizing:border-box;background:#FFF;letter-spacing:.01em;font:400 15px/1.4 ProximaNova,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#242F33}@media (min-width:1366px){BODY{font-size:16px}}A{color:#00A3D9}A:visited{color:#007399}A:active,A:focus,A:hover{color:#0086B3}.clearfix:after,.clearfix:before{display:table;content:''}.clearfix:after{clear:both}.s-schemius{min-width:auto}BODY.no-scroll{position:fixed;height:100%;width:100%;overflow:hidden;-ms-touch-action:none;touch-action:none}.p-loginform .b-fader{display:block}.logged-in.p-loginform .b-fader{display:none}.i-iconus{position:relative}.i-iconus .svgicon{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}@media (max-width:650px){.s-body{padding-bottom:0}}.emailverify{position:relative;margin:0;padding:15px 40px;border-bottom:1px solid #DAE3E6;background:#F7F9FA;text-align:center}.emailverify-message{margin:0}.emailverify-close{position:absolute;top:50%;right:20px;width:16px;height:16px;margin:-8px 0 0;padding:0}.emailverify-close .svgicon{width:16px;height:16px}.emailverify--confirm .emailverify A,.emailverify--confirm .emailverify-message A{font:400 15px/1.4 ProximaNova,Helvetica,sans-serif}.emailverify--confirm .emailverify-message{margin:0}.emailverify--confirm .emailverify-message A{color:#00A3D9}.emailverify--confirm .emailverify-message A:visited{color:#5CB7D6}.emailverify--confirm .emailverify-message A:active,.emailverify--confirm .emailverify-message A:hover{color:#0086B3}.emailverify--confirm .emailverify{position:relative;top:0;letter-spacing:.01em;-webkit-font-smoothing:antialiased;color:#242F33}.emailverify--confirm .emailverify__text{margin:0;font:400 15px/1.4 ProximaNova,Helvetica,sans-serif;letter-spacing:.01em}.emailverify--confirm .emailverify__button.lightbutton{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font:400 15px/1.2 ProximaNova,Helvetica,sans-serif;letter-spacing:.01em}.main-footer,.main-footer A{font-family:ProximaNova,Helvetica,sans-serif;color:#fff}.emailverify--confirm .emailverify__button.lightbutton svg{margin-right:8px}.emailverify--confirm .emailverify__button.lightbutton .svgicon{width:12px;height:12px}.emailverify--confirm .emailverify__toolbar{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;gap:1rem;margin-top:10px}.emailverify--confirm .emailverify-close{border:0;background-color:transparent!important;background-image:none;cursor:pointer}.emailverify--confirm .emailverify-close .svgicon{fill:#7A9199}@media (min-width:768px){.emailverify--confirm .emailverify__button-text--short{display:none}}@media (max-width:768px){.emailverify--confirm .emailverify{padding:15px}.emailverify--confirm .emailverify__text{padding:0 20px}.emailverify--confirm .emailverify__button-text--short+.emailverify__button-text{display:none}.emailverify--confirm .emailverify-close{top:15px;right:15px;margin:0}}.s-layout{position:relative;min-height:100%;margin:0 auto -210px}.s-layout:after{content:"";display:block;height:210px}.p-ljtimes .s-layout{margin-bottom:-260px}.p-ljtimes .s-layout:after{height:260px}.s-body{padding:0;text-align:left}.s-body:after{content:"";display:table;clear:both;border-collapse:collapse}.p-nofooter .s-layout{min-height:auto}@media (max-width:650px){.p-ljtimes .s-layout{margin-bottom:-461px}.p-ljtimes .s-layout:after{height:461px}.b-ljtimes-wrapper{display:none!important}}.main-footer{position:relative;background-color:#194257;text-align:center}.p-ljtimes .main-footer{margin-top:-260px;margin-bottom:0;padding-bottom:50px}.p-migrate-photo .main-footer{margin-top:0}.p-nofooter .main-footer{display:none}.main-footer A{font-weight:400}.main-footer A:link,.main-footer A:visited{color:#fff}.main-footer A:active,.main-footer A:focus,.main-footer A:hover{color:#00a3d9}.main-footer__container{max-width:1280px;margin-left:auto;margin-right:auto;padding:0 16px}.main-footer__top{padding-top:24px;padding-bottom:24px;background-color:#00303F}.main-footer__top .main-footer__container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.main-footer__bottom,.main-footer__middle{-webkit-flex-direction:column;padding-bottom:40px}.main-footer__middle{display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;max-width:480px;padding-top:50px}.main-footer__bottom{display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-top:40px;border-top:1px solid rgba(255,255,255,.1)}.main-footer__apps,.main-footer__social{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.main-footer__social{margin-top:24px}.main-footer__apps-title,.main-footer__social-title{margin:0 0 16px;font-size:.875rem;line-height:1;text-transform:uppercase;font-weight:400;opacity:.9}.main-footer__apps-list,.main-footer__social-list{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:-6px;padding:0}.main-footer__apps-item,.main-footer__social-item{padding:6px}.main-footer__apps-link{display:block;font-size:0}.main-footer__apps-link .svgicon{width:120px;height:36px}.main-footer__apps-link--ios .svgicon{width:110px}.main-footer__apps-link--android .svgicon{width:108px}.main-footer__apps-link--rustore .svgicon{width:110px}.main-footer__social-link{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:32px;height:32px;border-radius:2px;background-color:#194257}.main-footer__social-link:active,.main-footer__social-link:focus,.main-footer__social-link:hover{background-color:#00A3D9}.main-footer__social-link .flaticon{fill:#FFF}.main-footer__social-link .flaticon--odnoklassniki{width:11px;height:18px}.main-footer__logo{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:0;height:32px}.main-footer__nav{margin-top:40px}.main-footer__nav-group+.main-footer__nav-group{margin-top:45px}.main-footer__lang-title,.main-footer__nav-title{margin:0;font-size:.75rem;font-weight:700;opacity:.4}.main-footer__nav-list{margin:10px 0 0;padding:0}.main-footer__nav-item+.main-footer__nav-item{margin-top:6px}.main-footer__nav-link{padding:6px 0;font-size:.875rem;opacity:.9}.main-footer__lang{margin-top:40px}.main-footer__lang-select{margin-top:8px}.main-footer__lang-select SELECT{height:48px;padding:0 16px;border-radius:8px}.main-footer__bottom-links,.main-footer__copyright{margin:0;font-size:.75rem;color:#fff}.main-footer__copyright{margin-top:24px;text-align:center;opacity:.4}.main-footer__bottom-links{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:-12px;padding:0}.main-footer__bottom-links-item{padding:12px}.main-footer__bottom-links-item--crt .main-footer__bottom-link{line-height:1}.main-footer__bottom-link{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:.9}.main-footer__bottom-link SPAN+svg{margin-left:10px}.main-footer__bottom-link+.main-footer__bottom-link{margin-top:24px}@media (max-width:650px){.p-ljtimes .main-footer{margin-top:0;padding-bottom:0}.main-footer::after,.p-ljtimes .main-footer::after{content:'';display:table;clear:both}}@media (min-width:900px){.main-footer__top{padding-top:7px;padding-bottom:7px}.main-footer__top .main-footer__container{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.main-footer__apps,.main-footer__social{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.main-footer__social{margin-top:0}.main-footer__apps-title,.main-footer__social-title{margin-right:12px;margin-bottom:0;font-weight:400}.main-footer__social-title{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;-webkit-clip-path:inset(100%);clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}}.s-footer,.s-social-item{position:relative;overflow:hidden}@media (min-width:768px){.main-footer{text-align:left}.main-footer__nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.main-footer__nav-group+.main-footer__nav-group{margin-top:0;margin-left:45px}.main-footer__bottom-links{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.main-footer__bottom-links-item--crt{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;text-align:center}}.html-endless-page.html-mobile .main-footer,.html-endless-page.html-mobile .s-footer,.html-endless-page.html-mobile .s-layout:after,.p-nofooter .s-footer{display:none}@media (max-width:989px){.main-footer__middle{margin:0 auto}.main-footer__lang,.main-footer__lang-select SELECT,.main-footer__nav{width:100%}.main-footer__bottom-nav{max-width:480px;width:100%;margin:0 auto;-webkit-order:-1;-ms-flex-order:-1;order:-1}}@media (min-width:989.1px){.main-footer__middle{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:normal;-ms-flex-align:normal;align-items:normal;max-width:100%}.main-footer__nav{margin-top:0;margin-left:70px}.main-footer__lang{margin-top:0;margin-left:auto}.main-footer__bottom{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-top:24px;padding-bottom:24px}.main-footer__copyright{margin-top:0;text-align:left}.main-footer__bottom-links-item--crt{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}}.s-footer{height:207px;margin:0;border-top:3px solid #00394c;background:#004359;font-size:13px;font-family:ProximaNova,sans-serif;font-weight:600;color:#8faab2}.p-ljtimes .s-footer{margin-top:-260px;margin-bottom:0;padding-bottom:50px}@media (max-width:650px){.p-ljtimes .s-footer{margin-top:0;padding-bottom:0}.p-ljtimes .s-footer:after,.s-footer:after{content:'';display:table;clear:both}.s-footer-nav{margin-bottom:1.45em}}.s-footer-in{padding:35px 40px 0}.s-footer DD,.s-footer DT,.s-footer UL{padding:0;margin:0}.s-footer A:link,.s-footer A:visited{color:#FFF}.s-footer A:active,.s-footer A:focus,.s-footer A:hover{color:#00a3d9}.s-footer-nav{float:left;margin-bottom:1.5em}.s-footer-nav LI{display:inline;margin:0 2.3em 0 0;padding:0;text-transform:uppercase;letter-spacing:.05em}.s-footer-nav A{display:inline-block;padding:1em;margin:-1em -1em 0}@media (min-width:650.1px){.s-footer-nav UL{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -1.15em}.s-footer-nav LI{margin:0 1.15em}}.s-option{margin:0}.s-option DT{margin-bottom:1.1em;text-transform:uppercase;letter-spacing:.05em;text-align:center;white-space:nowrap}.s-option DD{margin-bottom:1.6em}.s-option:last-child DD{margin-bottom:.9em}.s-option.s-version DD{word-wrap:break-word}@media screen and (min-width:650.1px){.s-options{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.s-option{margin-bottom:40px}.s-option:first-child{margin-left:0}.s-option DT{text-align:inherit}.s-option DD,.s-option:last-child DD{margin:0}}@media screen and (min-width:720.1px){.s-options{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.s-option{margin-left:30px}}.s-apps,.s-social{-webkit-justify-content:center}.s-social{display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.s-social-item{width:30px;height:30px;padding:0;margin:0 0 0 10px;background-color:#005673;border-radius:2px}.s-social-item:first-child{margin-left:0}@media screen and (min-width:650.1px){.s-social{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}.s-social-item-f:hover{background-color:#1B77F2}.s-social-item-tw:hover{background-color:#1D9BF0}.s-social-item-vk:hover{background-color:#2787F5}.s-social-item-gp:hover{background-color:#EA4335}.s-social-item-tm:hover{background-color:#229ED9}.s-social-item A{display:block;height:100%;margin:0;padding:0}.s-social-item .svgicon{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.s-social-item .svgicon.flaticon--facebook{width:16px}.s-social-item .svgicon.flaticon--twitter{height:15px}.s-apps-item,.s-option .s-apps-link{position:relative;width:30px;height:30px;padding:0}.s-social-text{display:none}.s-apps{margin:0;text-transform:uppercase;letter-spacing:.05em;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.s-apps-item{overflow:hidden;margin:0 0 0 10px;background-color:#005673;border-radius:2px}.s-apps-item:first-child{margin-left:0}.s-option .s-apps-link{display:block;margin:0;font-size:0}.s-apps-link .svgicon{position:absolute;width:16px;height:16px;margin:auto;top:0;right:0;bottom:0;left:0;fill:#FFF}.s-apps-link .flaticon--platform-huawei{width:24px}.s-apps-item-apple .s-apps-link:hover{background:#333}.s-apps-item-android .s-apps-link:hover{background:#6AB344}.s-apps-item-huawei .s-apps-link:hover{background:#c7000b}.s-lang{width:100%}.s-lang .s-lang-select{max-width:100%}.s-lang .b-selectus .label{text-overflow:ellipsis}.s-lang SELECT{height:1.7em;font-family:ProximaNova,sans-serif;font-weight:400;color:#3e5359}.html-ie11 .s-lang SELECT{height:auto;padding-top:.15em}@media screen and (min-width:650.1px){.s-lang{width:27%}}@media screen and (min-width:720.1px){.s-lang{width:250px}}@media screen and (min-width:950.1px){.s-lang{width:300px}}.s-copyright{float:right;padding-bottom:1.5em;font-family:ProximaNova,sans-serif;font-weight:400}.s-copyright P{display:inline}.s-welcometo{display:none;width:300px;margin:0;padding:0;font-size:.8125rem}.p-welcome .s-welcometo,.p-welcomefirst .s-welcometo{display:block}.s-welcometo-header{position:relative;margin:0 0 .7rem;padding:50px 0 0;font:300 21px/1 ProximaNova,Helvetica,Arial,sans-serif;font:300 1.3125rem/1 ProximaNova,Helvetica,Arial,sans-serif;text-align:center}.s-welcometo-header:before{content:" ";position:absolute;top:5px;left:50%;width:173px;height:30px;margin:0 0 0 -86px;padding:0;background-image:url(/img/schemius/logo-deathstar.png?v=40834);background-image:url(/img/schemius/logo-deathstar.svg?v=40834),none;background-repeat:no-repeat;background-position:0 0;font:0/0 a}.s-welcometo-intro{margin:0 0 1rem;padding:0}.s-welcometo-action{margin:0 0 1rem;text-align:center}.s-welcometo-switch{margin:0;text-align:center;letter-spacing:.05em;text-transform:uppercase;font-family:ProximaNova,sans-serif;font-weight:600}.s-welcometo-switcher{margin:0}.p-welcomefirst{overflow-y:hidden}.p-welcomefirst .s-header{z-index:auto}.p-welcomefirst .s-do-item-feedback A{position:relative;z-index:5001}.p-welcomefirst .b-fader{display:block!important}.survey-popup{width:510px;margin:-91px 0 0 -255px;padding:0;background:#fff;color:#242f33}.survey-popup__body{overflow:auto;max-height:260px}.survey-popup__head .i-iconus{top:8px;right:12px}.survey-popup__intro{margin:0 0 1em;font-size:1.5em}.p-survey .survey-popup{display:block}.p-survey .b-fader{display:block!important}.s-ljvideo{display:none;position:fixed;top:50%;left:50%;z-index:5001;width:640px;margin:-200px 0 0 -320px;padding:0}.s-ljvideo-header{position:relative;z-index:5002;margin:0;padding:15px 25px;background:#09C;color:#FFF}.s-ljvideo-head{margin:0;padding:0;text-transform:uppercase;font:300 21px/1 ProximaNova,Helvetica,Arial,sans-serif;font:300 1.3125rem/1 ProximaNova,Helvetica,Arial,sans-serif;text-align:center}.s-ljvideo-header .i-iconus{position:absolute;width:30px;height:30px;right:12px;top:12px;background-image:url(/img/schemius/s-icons.svg?v=40651);background-position:-62px 6px;background-repeat:no-repeat;cursor:pointer}.s-ljvideo-movie{position:relative;z-index:5002;margin:0;background:#000}.s-ljvideo-action,BODY>IFRAME[style*="height:0"][src^="//profile.ssp.rambler.ru"]{position:absolute}.s-ljvideo-movie IFRAME{vertical-align:top}.s-ljvideo-action{visibility:hidden;top:70%;left:0;right:0;z-index:5001;margin:0;padding:1em 0 0;text-align:center;transition:top .2s ease}.s-ljvideo-end .s-ljvideo-action{visibility:visible;top:100%}.p-ljvideo .s-ljvideo{display:block}.p-ljvideo .b-fader{display:block!important}.active-rte DIV P{margin:8px 0}.active-rte DIV :first-child{margin-top:0}.lj-widget DIV[data-rambler-player-id]>DIV{width:100%;max-width:570px;aspect-ratio:16/9;background-color:#000;height:auto!important}.lj-widget IFRAME[src^="https://vp.rambler.ru/player/"]{width:570px;max-width:100%}.lj-widget IFRAME[src^="https://rutube.ru/video/embed/"],.lj-widget IFRAME[src^="https://player.vimeo.com/video/"],.lj-widget IFRAME[src^="https://www.youtube.com/embed/"]{max-width:100%}@media all and (max-width:650px){.p-ljvideo .s-ljvideo{display:none}.p-ljvideo .b-fader{display:none!important}}@media screen and (max-width:950px){.s-version DD{width:15em}}@media screen and (max-width:950px) and (min-width:650px){.s-footer-in{padding-right:20px;padding-left:20px}.s-version DD{width:12em}.s-copyright{float:none;clear:both}.s-option{margin-bottom:1.5em}}@media screen and (max-width:650px){.s-footer,.s-footer-nav LI{margin:0;text-align:center}.s-footer{height:auto}.s-footer-in{padding:35px 20px 0}.s-copyright{float:none;text-align:center}.s-footer-nav{float:none}.s-footer-nav LI{display:block;padding:.7em;border-bottom:1px solid #004c67}.s-footer-nav A{margin:-1em}.s-footer .b-selectus-wrapper{width:auto;max-width:300px;margin:0 auto}.b-selectus .label{text-align:left}.s-version DD{margin:auto}.s-apps-link .s-apps-icon{left:0;width:29px;margin:0 auto}}@media print{.b-ljtimes-wrapper,.b-loginform.s-loginform{display:none}}.grecaptcha-badge{visibility:hidden}
/* <<< file end: stc/schemius_v4/layout.css */

/*# map link was there [layout.css.map] */
/* >>> file start: stc/schemius_v4/print.css */
.mdspost-qrcode,
.b-singlepost-qrcode {
    display: none;
    }

@media print {
    BUTTON,
    .s-layout:after,
    .s-header,
    .s-footer,
    .b-loginform.s-loginform,
    .common-banner,
    .b-ljpromo-nav,
    .b-ljtimes-wrapper
    .html5-video-player,
    .b-massaction,
    #ljlive {
        display: none;
        }

    .b-singlepost-body A[href]:after {
        content: ' (' attr(href) ') ';
        }

    .b-singlepost-body .i-ljuser-profile[href]:after {
        content: none;
        }

    .b-singlepost-qrcode {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        }

    /* If there is some transition defined then its property will be affected at print version of page*/
    * {
        transition: none !important;
        }

    .print-logo {
        display: block;
        }
}

/* <<< file end: stc/schemius_v4/print.css */

/*# map link was there [print.css.map] */
