/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/backend/packs/ajax-loader-c5cd7f5300576ab4c88202b42f6ded62.gif) center center no-repeat;
}
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/backend/packs/slick-ced611daf7709cc778da928fec876475.eot);
    src: url(/backend/packs/slick-ced611daf7709cc778da928fec876475.eot?#iefix) format('embedded-opentype'), url(/backend/packs/slick-b7c9e1e479de3b53f1e4e30ebac2403a.woff) format('woff'), url(/backend/packs/slick-d41f55a78e6f49a5512878df1737e58a.ttf) format('truetype'), url(/backend/packs/slick-f97e3bbf73254b0112091d0192f17aec.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}
/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
@font-face {
    font-family: "Rostelecom Basis";
    src: url(/backend/packs/RostelecomBasis-Medium-d10f7a0ed37e570e4b88eb15705b024f.eot);
    src: url(/backend/packs/RostelecomBasis-Medium-d10f7a0ed37e570e4b88eb15705b024f.eot?#iefix) format("embedded-opentype"),
        url(/backend/packs/RostelecomBasis-Medium-b2e166d4bd6e0c83f7463602ea3c1be0.woff2) format("woff2"),
        url(/backend/packs/RostelecomBasis-Medium-afb4d6af3567052f960ea573dc6a7cc0.woff) format("woff"),
        url(/backend/packs/RostelecomBasis-Medium-50ff11895881d52ac6fe1a4067d0c3bc.ttf) format("truetype"),
        url(/backend/packs/RostelecomBasis-Medium-196dc45eb6a304851aaf209d08a92253.svg#RostelecomBasis-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Rostelecom Basis";
    src: url(/backend/packs/RostelecomBasis-Light-b2a33b4c1ef35267652b03a3d80d4a82.eot);
    src: url(/backend/packs/RostelecomBasis-Light-b2a33b4c1ef35267652b03a3d80d4a82.eot?#iefix) format("embedded-opentype"),
        url(/backend/packs/RostelecomBasis-Light-37f32b82552c229e72c98c8f32a45742.woff2) format("woff2"),
        url(/backend/packs/RostelecomBasis-Light-4f93c8cc3557ba4ebab046f3df95e1df.woff) format("woff"),
        url(/backend/packs/RostelecomBasis-Light-fd5fec4b939f46128010ff9cd27fb18e.ttf) format("truetype"),
        url(/backend/packs/RostelecomBasis-Light-5d79e178bd00f0c2be201aeb0c927bee.svg#RostelecomBasis-Light) format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Rostelecom Basis";
    src: url(/backend/packs/RostelecomBasis-Regular-12142cca543760bc65e82b8973a930e4.eot);
    src: url(/backend/packs/RostelecomBasis-Regular-12142cca543760bc65e82b8973a930e4.eot?#iefix) format("embedded-opentype"),
        url(/backend/packs/RostelecomBasis-Regular-569841ce39da6d654d8ef3a771c91450.woff2) format("woff2"),
        url(/backend/packs/RostelecomBasis-Regular-8284b82ac3d1f61036624d4947be4adf.woff) format("woff"),
        url(/backend/packs/RostelecomBasis-Regular-f5c884b68f460fffad3b9b295d981cd7.ttf) format("truetype"),
        url(/backend/packs/RostelecomBasis-Regular-52e187bb47e4921e6eaeeb3527c333bf.svg#RostelecomBasis-Regular) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Rostelecom Basis";
    src: url(/backend/packs/RostelecomBasis-Bold-1065c3f89ffc28d231cb74c6efc332f9.eot);
    src: url(/backend/packs/RostelecomBasis-Bold-1065c3f89ffc28d231cb74c6efc332f9.eot?#iefix) format("embedded-opentype"),
        url(/backend/packs/RostelecomBasis-Bold-c0f80a3e4a83c91dd7861c98ba1cbf3b.woff2) format("woff2"),
        url(/backend/packs/RostelecomBasis-Bold-33c9172f30066c2df0670bed8313ce72.woff) format("woff"),
        url(/backend/packs/RostelecomBasis-Bold-7c0a2fa21b4ac4fb69c050edb0cb6ce4.ttf) format("truetype"),
        url(/backend/packs/RostelecomBasis-Bold-773513b2c5de386cafc7ac38aba02292.svg#RostelecomBasis-Bold) format("svg");
    font-weight: bold;
    font-style: normal;
}

/*! normalize.css v8.0.1 | 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 iOS.
 */

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

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

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

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
    height: 100%;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
    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
     ========================================================================== */

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

hr {
    -webkit-box-sizing: content-box;
            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
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}

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

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

/**
   * 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 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
     ========================================================================== */

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

img {
    border-style: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 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;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * 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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}

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

textarea {
    overflow: auto;
}

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

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            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 in Chrome and Safari on macOS.
   */

[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 Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}

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

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

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

template {
    display: none;
}

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

[hidden] {
    display: none;
}

.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}

[data-tippy-root]{max-width:calc(100vw - 10px)}

.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;-webkit-transition-property:visibility,opacity,-webkit-transform;transition-property:visibility,opacity,-webkit-transform;transition-property:transform,visibility,opacity;transition-property:transform,visibility,opacity,-webkit-transform}

.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}

.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:currentColor;border-top-color:initial;-webkit-transform-origin:center top;transform-origin:center top}

.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:currentColor;border-bottom-color:initial;-webkit-transform-origin:center bottom;transform-origin:center bottom}

.tippy-box[data-placement^=left]>.tippy-arrow{right:0}

.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:currentColor;border-left-color:initial;right:-7px;-webkit-transform-origin:center left;transform-origin:center left}

.tippy-box[data-placement^=right]>.tippy-arrow{left:0}

.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:currentColor;border-right-color:initial;-webkit-transform-origin:center right;transform-origin:center right}

.tippy-box[data-inertia][data-state=visible]{-webkit-transition-timing-function:cubic-bezier(.54,1.5,.38,1.11);transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}

.tippy-arrow{width:16px;height:16px;color:#333}

.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}

.tippy-content{position:relative;padding:5px 9px;z-index:1}

.tippy-box[data-animation=scale][data-placement^=top]{-webkit-transform-origin:bottom;transform-origin:bottom}

.tippy-box[data-animation=scale][data-placement^=bottom]{-webkit-transform-origin:top;transform-origin:top}

.tippy-box[data-animation=scale][data-placement^=left]{-webkit-transform-origin:right;transform-origin:right}

.tippy-box[data-animation=scale][data-placement^=right]{-webkit-transform-origin:left;transform-origin:left}

.tippy-box[data-animation=scale][data-state=hidden]{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}

.tippy-box[data-theme~=light]{color:#26323d;-webkit-box-shadow:0 0 20px 4px rgba(154, 161, 177, .15),0 4px 80px -8px rgba(36, 40, 47, .25),0 4px 4px -2px rgba(91, 94, 105, .15);box-shadow:0 0 20px 4px rgba(154, 161, 177, .15),0 4px 80px -8px rgba(36, 40, 47, .25),0 4px 4px -2px rgba(91, 94, 105, .15);background-color:#fff}

.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}

.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}

.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}

.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}

.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}

.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}

.header__wrapper {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 4px 16px rgba(44, 20, 112, .08), 0px 0px 8px rgba(0, 0, 0, .04);
          box-shadow: 0px 4px 16px rgba(44, 20, 112, .08), 0px 0px 8px rgba(0, 0, 0, .04);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.header {
  margin: 0 auto;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1024px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1200px) {
  .header {
    width: 100%;
    padding: 0 40px;
  }
}

@media (max-width: 992px) {
  .header {
    grid-template-columns: 64px 1fr 48px;
    padding: 0;
    height: 64px;
  }
}

@media (min-width: 1800px) {
  .header {
    width: 1440px;
  }
}

.header__wrapper__logo {
  padding: 0;
}

@media (max-width: 992px) {
  .header__wrapper__logo {
    padding-left: 22px;
  }
}

.header__logo {
  width: 191px;
  height: 40px;
  background: url(/backend/packs/logo-3ba23193cde796a5466929e03bbe9bb1.svg) no-repeat 0;
}

.header__logo:hover {
  cursor: pointer;
}

@media (max-width: 1319px) {
  .header__logo {
    width: 169px;
    margin-right: 32px;
  }
}

@media (max-width: 992px) {
  .header__logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: none;
    margin: 0;
    padding-left: 22px;
  }
}

.header__subscribes-wr {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 15px;
  line-height: 19px;
  color: #101828;
  font-weight: 500;
  margin-right: 40px;
  position: relative;
  width: 88px;
}

.header__subscribes-wr:hover {
  cursor: pointer;
}

.header__subscribes-wr:after {
  position: absolute;
  content: url(/backend/packs/arrow-short-black-4aef988923b648681a8f3bcd901fbaf5.svg);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  top: 50%;
  right: -5px;
}

@media (max-width: 1319px) {
  .header__subscribes-wr {
    margin-right: 24px;
  }
}

.header__subscribes-wr.subscription-opened {
  color: #7700ff;
}

.header__subscribes-wr.subscription-opened:after {
  content: url(/backend/packs/arrow-purple-97306465f36c298bc22b7bb85ac4df41.svg);
  -webkit-transform: translate(-50%, -45%) rotate(180deg);
          transform: translate(-50%, -45%) rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}

@media (max-width: 992px) {
  .header__nav {
    display: none;
  }
}

.header__nav-item {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 15px;
  line-height: 19px;
  color: #101828;
  font-weight: 500;
  text-decoration: none;
  margin-right: 40px;
}

.header__nav-item:hover {
  cursor: pointer;
  color: #70f;
}

@media (max-width: 1319px) {
  .header__nav-item {
    min-width: 43px;
    margin-right: 24px;
  }
}

.header__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 992px) {
  .header__auth {
    display: none;
  }
}

.header__auth-mobile {
  display: none;
  background: url(/backend/packs/login-7d86e2531fefdb9957cb058497ab334e.svg) no-repeat right;
  height: 24px;
  width: 24px;
}

@media (max-width: 992px) {
  .header__auth-mobile {
    display: block;
    margin-right: 39px;
  }
}

.header__link {
  text-decoration: none;
}

.header__link:hover {
  cursor: pointer;
}

.header__signin {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #101828;
  font-weight: 500;
  margin: 3px 0 0 40px;
  width: 70px;
  background: url(/backend/packs/login-7d86e2531fefdb9957cb058497ab334e.svg) no-repeat right;
}

.header__signin:hover {
  color: #70f;
  background: url(/backend/packs/login-fill-91eba74d8bfb0e345ebfd79e532ef418.svg) no-repeat right;
}

@media (max-width: 1319px) {
  .header__signin {
    margin-left: 24px;
  }
}

.header__menu-mobile {
  display: none;
  background: url(/backend/packs/burger-073cb48e8abf30eb5720f101f35cc1a8.svg) no-repeat center;
  height: 100%;
  width: 64px;
  border-right: 1px solid #e4e9ed;
}

@media (max-width: 992px) {
  .header__menu-mobile {
    display: block;
  }
}

.header__menu-open {
  background: url(/backend/packs/cross-cd5ec8f6e1081180b439ae0fc295605d.svg) no-repeat center;
}

.header__subscribes-container {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 173px;
  height: 144px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 24px rgba(6, 27, 52, .12), 0px 4px 5px rgba(212, 219, 228, .5);
          box-shadow: 0px 4px 24px rgba(6, 27, 52, .12), 0px 4px 5px rgba(212, 219, 228, .5);
  border-radius: 8px;
  top: calc(100% + 105px);
  left: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.header__subscribes-item {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
  font-weight: 400;
  height: 48px;
  padding: 12px 0 0 16px;
  text-decoration: none;
}

.header__subscribes-item:hover {
  background: #f5f8fa;
  cursor: pointer;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main__headline {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 32px;
  line-height: 36px;
  color: #101828;
  font-weight: bold;
  margin: 18px 0 24px 0;
  cursor: default;
}

@media (max-width: 768px) {
  .main__headline {
    margin-bottom: 24px;
  }
}

.main .search-wr .main__search {
  margin-bottom: 16px;
}

.main__search {
  width: 100%;
  height: 55px;
  padding-left: 52px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .main__search {
    margin-bottom: 24px;
  }
}

.main__search:before {
  content: url(/backend/packs/search-83d36eef16e0e149b76a3d6001379eab.svg);
  height: 24px;
  width: 24px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 32px;
}

.main__search-input {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0;
}

.main__search-input::-webkit-input-placeholder {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #868b95;
  font-weight: 400;
}

.main__search-input::-moz-placeholder {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #868b95;
  font-weight: 400;
}

.main__search-input::-ms-input-placeholder {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #868b95;
  font-weight: 400;
}

.main__search-input::placeholder {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #868b95;
  font-weight: 400;
}

.main__search-count {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #3d4555;
  font-weight: 400;
  display: block;
  margin-bottom: 16px;
}

.main__search-results {
  background: #fff;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
}

.main__search-results a {
  text-decoration: none;
}

.main__search-results a:last-child > div {
  border: none;
}

.main__search-result {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 24px 32px 24px;
  border-bottom: 1px solid #e4e9ed;
}

.main__search-result:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

@media (max-width: 640px) {
  .main__search-result {
    padding: 16px 16px 24px 16px;
  }
}

.main__search-theme {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #101828;
  font-weight: 700;
  margin-bottom: 8px;
}

.main__search-theme:hover {
  color: #70f;
}

.main__search-theme:hover span,
.main__search-theme:hover mark {
  color: #70f;
}

@media (max-width: 425px) {
  .main__search-theme {
    font-size: 16px;
    line-height: 20px;
  }
}

.main__search-lesson {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #101828;
  font-weight: 400;
  margin-bottom: 24px;
}

.main__search-lesson:hover {
  color: #70f;
}

.main__search-lesson:hover span,
.main__search-lesson:hover mark {
  color: #70f;
}

@media (max-width: 640px) {
  .main__search-lesson {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}

.main__search-topic {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: rgba(16, 24, 40, .5);
  font-weight: 500;
}

.main__search-matches {
  background-color: #f1e6ff;
}

.main__search-empty {
  width: 100%;
  height: 162px;
  background: url(/backend/packs/empty-search-0241839fdbac183203a52da04dcaafea.svg) no-repeat center;
  background-position: 100%;
  background-color: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 40px;
  margin-bottom: 16px;
}

@media (max-width: 640px) {
  .main__search-empty {
    background: url(/backend/packs/empty-search-mobile-089c62941df87cab71e44ca9b26e1470.svg) no-repeat center;
    background-size: cover;
    height: 324px;
    padding: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.main__search-empty span {
  display: block;
}

.main__search-empty span:first-child {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 26px;
  line-height: 34px;
  color: #101828;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .main__search-empty span:first-child {
    font-size: 22px;
    line-height: 28px;
    width: 300px;
  }
}

@media (max-width: 640px) {
  .main__search-empty span:first-child {
    width: 224px;
  }
}

.main__search-empty span:nth-child(2) {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
  font-weight: 400;
  margin-bottom: 8px;
}

@media (max-width: 640px) {
  .main__search-empty span:nth-child(2) {
    width: 200px;
  }
}

.main__grades {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: 47px;
  grid-gap: 16px;
  margin-bottom: 32px;
}

@media (max-width: 1319px) {
  .main__grades {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .main__grades {
    grid-template-rows: 32px;
    grid-gap: 8px;
  }
}

@media (max-width: 640px) {
  .main__grades {
    grid-template-columns: repeat(7, 157px);
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-template-rows: 44px;
    overflow-x: auto;
  }
}

.main__grade {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #101828;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .main__grade {
    font-weight: 400;
  }
}

.main__grade:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
}

.main__grade:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  transition: transform 0.2s, background-color 0.2s, -webkit-transform 0.2s;
}

.main__grade-title {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 22px;
  line-height: 36px;
  color: #101828;
  font-weight: bold;
  display: block;
  margin: 0 0 16px 0;
  cursor: default;
}

.main__search-wr {
  position: relative;
}

.main__hints {
  width: 100%;
  max-height: 192px;
  overflow-y: auto;
  position: absolute;
  top: 59px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 24px rgba(6, 27, 52, .12), 0px 4px 5px rgba(212, 219, 228, .5);
          box-shadow: 0px 4px 24px rgba(6, 27, 52, .12), 0px 4px 5px rgba(212, 219, 228, .5);
  border-radius: 8px;
  z-index: 3;
  padding: 14px 0 10px 16px;
}

.main__hints a:last-child .main__hint {
  margin-bottom: 0;
}

.main__hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.main__hint-name {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
  font-weight: 400;
  max-width: 65%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main__hint-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(16, 24, 40, .5);
  margin: 0 7px;
}

.main__hint-topic {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgba(16, 24, 40, .5);
  font-weight: 500;
}

.main__hint-matches {
  color: #70f;
  font-weight: 600;
  background-color: transparent;
}

.purple-button {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  font-weight: 400;
  background-color: #70f;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 14px 16px 13px 16px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px 0 transparent;
          box-shadow: 0 2px 5px 0 transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  width: 216px;
  max-width: 100%;
  -webkit-transition: opacity 0.5s ease 0s, box-shadow 0.2s;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-box-shadow 0.2s;
  transition: opacity 0.5s ease 0s, -webkit-box-shadow 0.2s;
  transition: opacity 0.5s ease 0s, box-shadow 0.2s;
  transition: opacity 0.5s ease 0s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.purple-button:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  transition: transform 0.2s, background-color 0.2s, -webkit-transform 0.2s;
}

.purple-button:hover {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
}

.purple-button:disabled {
  background-color: #cecece;
  cursor: default;
}

@media (max-width: 1319px) {
  .purple-button {
    padding: 10px 16px;
  }
}

.topics {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  max-height: 735px;
}

@media (max-width: 640px) {
  .topics {
    max-height: 790px;
    margin-bottom: 32px;
  }
}

.topics__themes {
  width: 409px;
  padding-top: 8px;
  border-right: 1px solid #e4e9ed;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .topics__themes {
    width: 100%;
  }
}

.topics__lessons {
  width: 614px;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .topics__lessons {
    display: none;
  }
}

.topics__lessons .topics__block:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, .1);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, .1);
}

.topics__block {
  cursor: pointer;
}

.topics__block a {
  text-decoration: none;
}

.topics__block:last-child .topic__theme {
  border: none;
}

@media (max-width: 768px) {
  .topics__block:hover {
    -webkit-transform: none;
            transform: none;
  }
}

.topics .topics__block:last-child .topic__lesson {
  border-bottom: none;
}

.topics__number {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #868b95;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.topics__name {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #101828;
  font-weight: 400;
}

.topic__theme {
  margin: 0 24px 0 8px;
  padding: 24px 0;
  min-height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 16px;
  border-bottom: 1px solid #e4e9ed;
}

.topic__theme:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  transition: transform 0.2s, background-color 0.2s, -webkit-transform 0.2s;
}

.topic__selected {
  background: #e8e1ff;
  border-left: 4px solid #8348fc;
}

@media (max-width: 768px) {
  .topic__selected {
    background: #fff;
    border: none;
  }
}

.topic__lesson {
  margin: 0 30px 0 18px;
  padding: 24px 0;
  min-height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 7px;
  border-bottom: 1px solid #e4e9ed;
}

.footer {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  display: block;
  text-align: center;
  font-family: 'Rostelecom Basis', sans-serif;
  --color-text: hsla(0, 0%, 100%, .5);
  background: #272f3d;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.footer__container {
  width: 1024px;
  margin: 0 auto;
  padding-top: 44px;
  padding-bottom: 22px;
}

@media (max-width: 1200px) {
  .footer__container {
    width: 100%;
    padding: 36px 40px 27px 40px;
  }
}

@media (max-width: 768px) {
  .footer__container {
    width: 100%;
    padding: 24px 12px 12px;
  }
}

.footer__container__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

@media (max-width: 992px) {
  .footer__container__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 1800px) {
  .footer__container {
    width: 1440px;
  }
}

.top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 992px) {
  .top__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top__left__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
}

@media (max-width: 992px) {
  .top__left__menu {
    display: block;
  }
}

.top__left__menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
}

@media (max-width: 992px) {
  .top__left__menu__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 500px) {
  .top__left__menu__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
  }
}

.top__left__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

@media (max-width: 992px) {
  .top__left__block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 500px) {
  .top__left__block {
    display: block;
    margin-bottom: 15px;
  }
}

@media (max-width: 992px) {
  .top__right {
    padding-bottom: 20px;
  }
}

.item__link {
  margin-right: 16px;
}

.footer__link {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #868B95;
  text-decoration: none;
}

.footer__link:hover {
  color: rgba(255, 255, 255, .7);
}

.top__left__block__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top__left__block__label {
  margin-right: 30px;
  color: #868B95;
}

@media (max-width: 500px) {
  .top__left__block__label {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.top__left__block__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 500px) {
  .top__left__block__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.block__item {
  margin-right: 30px;
}

@media (max-width: 500px) {
  .block__item {
    margin-right: 0;
    margin-bottom: 7px;
  }
}

.block__link {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #868B95;
  text-decoration: none;
  display: contents;
}

@media (max-width: 500px) {
  .block__link {
    font-size: 14px;
  }
}

.block__link:hover {
  color: rgba(255, 255, 255, .7);
}

.top__right__label {
  font-size: 14px;
  color: var(--color-text);
  line-height: 20px;
  text-align: right;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .top__right__label {
    text-align: center;
  }
}

.footer__support-number {
  font-size: 32px;
  font-weight: 300;
  color: #bfbfbf;
  text-decoration: none;
  line-height: 33px;
}

.footer__container__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 22px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1319px) {
  .footer__container__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 992px) {
  .footer__container__bottom {
    display: block;
    text-align: center;
  }
}

.bottom__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .bottom__left {
    display: block;
    text-align: center;
  }
}

.top__left__menu__copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  font-weight: 300;
  margin-right: 38px;
}

@media (max-width: 992px) {
  .top__left__menu__copyright {
    margin-right: 0;
  }
}

.bottom__left__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .bottom__left__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 500px) {
  .bottom__left__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.bottom__left__content__item {
  margin-right: 20px;
}

.bottom__left__content__item:last-child {
  margin-right: 0;
}

.bottom__link {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text);
  text-decoration: none;
}

.bottom__link:hover {
  color: rgba(255, 255, 255, .7);
}

.bottom_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: var(--color-text);
  line-height: 24px;
}

@media (max-width: 370px) {
  .bottom_right {
    display: block;
  }
}

@media (max-width: 320px) {
  .bottom_right {
    display: block;
    padding: 0 18px;
  }
}

.footer__email {
  color: var(--color-text);
}

.content .lessons-mobile {
  display: none;
}

@media (max-width: 768px) {
  .content .lessons-mobile {
    display: block;
  }
}

@media (max-width: 640px) {
  .content .lessons-mobile {
    padding-top: 0;
  }
}

.content .lessons-mobile__go-back {
  text-decoration: none;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #101828;
  font-weight: 400;
  min-height: 44px;
  width: 288px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 16px 0;
  width: 100%;
}

.content .lessons-mobile__go-back:before {
  content: "";
  background: url(/backend/packs/arrow-0be33857a611b234e93693746ac527c0.svg) no-repeat center;
  min-width: 44px;
  height: 44px;
  border: 2px solid #e4e9ed;
  border-radius: 8px;
  margin-right: 16px;
}

.content .lessons-mobile__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 907px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 87px;
  overflow-y: auto;
}

.content .lessons-mobile__wrapper .topics__block:last-child .topic__lesson {
  border: none;
}

::-webkit-scrollbar {
  width: 7px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #d1d1d1;
  border: 1px solid white;
}

.container {
  padding-top: 80px;
  min-height: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f1f4f6;
}

@media (max-width: 992px) {
  .container {
    padding-top: 64px;
  }
}

.content {
  width: 1024px;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 100%;
  padding-top: 40px;
}

.content a {
  text-decoration: none;
  outline: none;
}

@media (max-width: 1200px) {
  .content {
    width: 100%;
    padding: 0 40px;
  }
}

@media (max-width: 992px) {
  .content {
    padding: 0 50px;
  }
}

@media (max-width: 992px) {
  .content {
    padding: 0 15px;
  }
}

@media (min-width: 1800px) {
  .content {
    width: 1440px;
  }
}

.user-content {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-content .container {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 992px) {
  .user-content .container {
    padding-top: 64px;
  }
}

.user-content .content {
  padding-top: 22px;
}

@media (max-width: 992px) {
  .user-content .content {
    padding-top: 0;
  }
}

.user-content .home__headline {
  margin-top: 32px;
}

@media (max-width: 992px) {
  .user-content .home__headline {
    margin-top: 40px;
  }
}

.breadcrumbs-container {
  overflow-x: auto;
}

.breadcrumbs {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 18px 0 0;
}

@media (max-width: 768px) {
  .breadcrumbs {
    padding-top: 18px;
    margin: 0;
  }
}

.breadcrumbs span:first-child {
  padding-left: 0;
}

.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}

.breadcrumbs__item:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #1d2533;
}

.breadcrumbs__item a {
  text-decoration: none;
}

.breadcrumbs__item span {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1d2533;
  font-weight: 500;
  padding: 0 8px;
  cursor: pointer;
}

.breadcrumbs__last:after {
  content: none;
}

.breadcrumbs__last span {
  color: rgba(16, 24, 40, .5);
  position: relative;
}

.pagination-container {
  max-width: 224px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, .5);
  height: 36px;
  max-width: 184px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 8px 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.pagination .last,
.pagination .classbook-pagination.first {
  display: none;
}

.pagination .page {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
  font-weight: 400;
  outline: none;
}

.pagination .page a {
  text-decoration: none;
  color: #101828;
}

.pagination .page:hover {
  cursor: pointer;
}

.pagination .prev,
.pagination .next {
  height: 100%;
  background: #fff;
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-indent: -9999px;
}

.pagination .prev a,
.pagination .next a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

.pagination .prev:hover,
.pagination .next:hover {
  cursor: pointer;
}

.pagination .prev {
  background-image: url(/backend/packs/arrow-prev-087a5900ac94fe91fbdca185d871c1c2.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.pagination .prev.disabled {
  background-image: url(/backend/packs/arrow-prev-dis-fc82cdcea7dceb3b7fd1a1c3a1a8ef7b.svg);
}

.pagination .next {
  background-image: url(/backend/packs/arrow-next-ec9657557cff242b1c866bb1869bcd66.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.pagination .next.disabled {
  background-image: url(/backend/packs/arrow-next-dis-24c7634d1e86df826b1d73c089f29d22.svg);
}

.pagination-count {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #101828;
  font-weight: 400;
}

.home__headline {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 44px;
  line-height: 48px;
  color: #101828;
  font-weight: bold;
}

@media (max-width: 1319px) {
  .home__headline {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (max-width: 640px) {
  .home__headline {
    font-size: 28px;
    line-height: 34px;
  }
}

.courses-slider {
  height: 180px;
}

.course {
  text-decoration: none;
  height: 180px;
  background: #fff;
  border-radius: 8px;
  padding: 20px 20px 18px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 1319px) {
  .course {
    height: 158px;
    padding: 15px 10px 10px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 992px) {
  .course {
    height: 142px;
    padding: 10px;
  }
}

.course:hover {
  cursor: pointer;
}

.course:hover__name {
  color: #101828;
}

.course__logo {
  max-width: 67px;
  max-height: 67px;
  height: 100%;
  margin: 0 auto 15px;
}

@media (max-width: 1319px) {
  .course__logo {
    max-height: 60px;
    max-width: 60px;
    margin: 0 auto 10px;
  }
}

.course__name {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #868b95;
  font-weight: 400;
  display: block;
  width: 100%;
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 1319px) {
  .course__name {
    font-size: 15px;
    line-height: 18px;
  }
}

.slider-container {
  margin-bottom: 56px;
}

@media (max-width: 767px) {
  .slider-container {
    display: none;
  }
}

.courses-mobile {
  display: none;
}

@media (max-width: 767px) {
  .courses-mobile {
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-template-rows: 44px;
    grid-column-gap: 8px;
    overflow-x: auto;
    margin-bottom: 32px;
  }
}

.courses-mobile__item {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 4px;
  padding: 12px 16px;
  white-space: nowrap;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #101828;
  font-weight: 500;
}

.headline__small {
  font-size: 32px;
  line-height: 36px;
}

@media (max-width: 1319px) {
  .headline__small {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 640px) {
  .headline__small {
    font-size: 24px;
    line-height: 34px;
  }
}

.popular__container {
  margin: 32px 0 64px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(496px, auto));
  grid-auto-rows: 156px;
  grid-gap: 16px 32px;
}

@media (max-width: 1319px) {
  .popular__container {
    grid-template-columns: repeat(auto-fill, minmax(432px, auto));
    grid-auto-rows: 148px;
    grid-gap: 16px 24px;
  }
}

@media (max-width: 992px) {
  .popular__container {
    grid-template-columns: repeat(auto-fill, minmax(288px, auto));
    grid-auto-rows: 172px;
    grid-gap: 16px 24px;
  }
}

.popular__item {
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 24px 20px 24px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.popular__item:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

@media (max-width: 1024px) {
  .popular__item {
    padding: 20px 24px 16px 24px;
  }
}

@media (max-width: 640px) {
  .popular__item {
    padding: 16px 16px 24px 16px;
  }
}

.popular__item:first-child {
  background-image: url(/backend/packs/purple-bg-1348cbb31850011fb52bbd3b459c88b3.svg);
  background-repeat: no-repeat;
  background-color: #ba7fff;
}

@media (max-width: 1319px) {
  .popular__item:first-child {
    background-image: url(/backend/packs/purple-bg-medium-4f240e89efb817824c9ffbd6de7977d1.svg);
  }
}

@media (max-width: 992px) {
  .popular__item:first-child {
    background-image: url(/backend/packs/purple-bg-small-0f2c4ce942a8bd3da307c3f6580cdc75.svg);
  }
}

@media (max-width: 666px) {
  .popular__item:first-child {
    background-image: none;
  }
}

.popular__item:first-child span,
.popular__item:first-child a {
  color: #fff;
}

.popular__item:nth-child(6) {
  background-image: url(/backend/packs/green-bg-8369649982d3e08cde0de1a238dd5751.svg);
  background-repeat: no-repeat;
  background-color: #67d9b6;
}

@media (max-width: 1319px) {
  .popular__item:nth-child(6) {
    background-image: url(/backend/packs/green-bg-medium-89c6fd69adce18ccc476f563413f084e.svg);
  }
}

@media (max-width: 992px) {
  .popular__item:nth-child(6) {
    background-image: url(/backend/packs/green-bg-small-3a3d652a78fdc1e438345946348f2b3f.svg);
  }
}

@media (max-width: 666px) {
  .popular__item:nth-child(6) {
    background-image: none;
  }
}

.popular__item:nth-child(6) span,
.popular__item:nth-child(6) a {
  color: #fff;
}

.popular__course {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #70f;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.popular__lesson {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #101828;
  font-weight: 700;
  margin-bottom: 8px;
  word-wrap: break-word;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.popular__lesson:hover {
  color: #70f;
}

@media (max-width: 640px) {
  .popular__lesson {
    font-size: 16px;
    line-height: 20px;
  }
}

.popular__topic {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #101828;
  font-weight: 400;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.popular__topic:hover {
  color: #70f;
}

.popular .exam span {
  color: #fff;
}

.slick-list {
  margin: 0 -12px 0;
}

.slick-slide {
  padding: 0 15px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slick-slide div > a:hover {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
}

@media (max-width: 1319px) {
  .slick-slide {
    padding: 0 12px 2px;
  }
}

.slick-next,
.slick-prev {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  width: 52px;
  height: 52px;
  -webkit-box-shadow: 0px 0px 5px rgba(212, 219, 228, .5);
          box-shadow: 0px 0px 5px rgba(212, 219, 228, .5);
  z-index: 1;
  top: 0;
}

.slick-next:before,
.slick-prev:before {
  content: "";
}

.slick-prev {
  background-image: url(/backend/packs/slide-left-bdbda3d37920c08cb67a4c1c2c650b5e.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: calc(100% - 105px);
}

.slick-prev:hover,
.slick-prev:focus {
  background-image: url(/backend/packs/slide-left-bdbda3d37920c08cb67a4c1c2c650b5e.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.slick-next {
  background-image: url(/backend/packs/slide-right-1c5dff8720f82466c28eae34c1d2dcf7.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: calc(100% - 45px);
}

.slick-next:hover,
.slick-next:focus {
  background: url(/backend/packs/slide-right-1c5dff8720f82466c28eae34c1d2dcf7.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.slick-disabled {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slick-disabled:hover,
.slick-disabled:focus {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lesson {
  padding-top: 0;
}

.lesson__subject {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 18px 0 16px 0;
}

@media (max-width: 640px) {
  .lesson__subject {
    font-size: 28px;
    line-height: 32px;
    margin-top: 10px;
  }
}

.lesson__subject a {
  text-decoration: none;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 32px;
  line-height: 36px;
  color: #101828;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.lesson__subject a:before {
  content: "";
  background: url(/backend/packs/arrow-0be33857a611b234e93693746ac527c0.svg) no-repeat center;
  min-width: 22px;
  height: 11px;
  margin-right: 12px;
}

.lesson__subject a:hover {
  cursor: pointer;
  color: #70f;
}

.lesson__theme {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #101828;
  font-weight: 400;
  margin-top: 32px;
}

@media (max-width: 640px) {
  .lesson__theme {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 24px;
  }
}

.lesson__name {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #101828;
  font-weight: bold;
  margin-bottom: 32px;
}

@media (max-width: 640px) {
  .lesson__name {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}

.lesson__pages-wr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e6e8f1;
  height: 35px;
  margin-bottom: 25px;
}

@media (max-width: 640px) {
  .lesson__pages-wr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.lesson__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.lesson__pages-item {
  margin-right: 40px;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
  font-weight: 400;
}

.lesson__pages-item:hover {
  cursor: pointer;
}

.lesson__pages-item:hover a {
  color: #70f;
}

.lesson__pages-item:last-child {
  margin-right: 0;
}

.lesson__error {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #101828;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  .lesson__error {
    display: none;
  }
}

.lesson__error:hover {
  cursor: pointer;
  color: #70f;
}

.lesson__error:after {
  content: url(/backend/packs/pen-5906c90e47a19ab7c662916b3cac2e25.svg);
  display: block;
  width: 17px;
  height: 17px;
  margin-left: 12px;
}

.lesson .selected-page {
  border-bottom: 4px solid #70f;
}

.lesson__theory {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 40px 144px 32px 172px;
  margin-bottom: 29px;
  min-height: 105px;
  position: relative;
  -webkit-box-shadow: 0 10px 34px rgba(16, 24, 40, .15);
          box-shadow: 0 10px 34px rgba(16, 24, 40, .15);
}

@media (max-width: 1319px) {
  .lesson__theory {
    padding: 32px 78px 32px 104px;
  }
}

@media (max-width: 992px) {
  .lesson__theory {
    padding: 24px 5px 19px 44px;
  }
}

@media (max-width: 640px) {
  .lesson__theory {
    padding: 24px 20px;
  }
}

.lesson__theory-block {
  padding-right: 15px;
}

.lesson__theory h1,
.lesson__theory h2,
.lesson__theory h3 {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
  font-weight: 700;
}

@media (max-width: 640px) {
  .lesson__theory h1,
  .lesson__theory h2,
  .lesson__theory h3 {
    font-size: 15px;
    line-height: 32px;
  }
}

.lesson__theory p,
.lesson__theory ul,
.lesson__theory li,
.lesson__theory ol {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #272f3d;
  font-weight: 400;
}

@media (max-width: 640px) {
  .lesson__theory p,
  .lesson__theory ul,
  .lesson__theory li,
  .lesson__theory ol {
    font-size: 15px;
    line-height: 20px;
  }
}

.lesson__theory img {
  max-width: 100%;
}

.lesson__theory strong {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #272f3d;
  font-weight: 700;
}

@media (max-width: 640px) {
  .lesson__theory strong {
    font-size: 15px;
    line-height: 20px;
  }
}

.lesson__theory:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  width: 100%;
  max-width: 700px;
  min-height: 32px;
  position: absolute;
  bottom: 30px;
  display: none;
}

@media (max-width: 992px) {
  .lesson__theory:after {
    bottom: 15px;
    max-width: 565px;
  }
}

.lesson__actions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 640px) {
  .lesson__actions {
    margin-bottom: 42px;
  }
}

.lesson__prev,
.lesson__next {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #272f3d;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lesson__prev:hover,
.lesson__next:hover {
  cursor: pointer;
}

.lesson__prev:before {
  content: url(/backend/packs/lesson-prev-0a6e6b7c9ae0c52c26d82b390b1adbc2.svg);
  display: block;
  width: 20px;
  height: 17px;
  margin-right: 16px;
}

.lesson__next:after {
  content: url(/backend/packs/lesson-next-c7d8c46481e30e57d5d7f246e4a54194.svg);
  display: block;
  width: 20px;
  height: 17px;
  margin-left: 16px;
}

.lesson__to-theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: 2px solid #c3c7cb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 21px 12px 21px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

@media (max-width: 640px) {
  .lesson__to-theme {
    padding: 14px;
  }
}

.lesson__to-theme:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
}

.lesson__to-theme img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

@media (max-width: 640px) {
  .lesson__to-theme img {
    margin: 0;
  }
}

.lesson__to-theme span {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #101828;
  font-weight: 400;
}

@media (max-width: 640px) {
  .lesson__to-theme span {
    display: none;
  }
}

.lesson__banner {
  height: 271px;
  background-color: #d3eefe;
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 40px 0 40px 32px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 992px) {
  .lesson__banner {
    padding: 40px 0 40px 21px;
  }
}

@media (max-width: 640px) {
  .lesson__banner {
    height: 397px;
    padding: 24px 16px;
  }
}

@media (max-width: 425px) {
  .lesson__banner {
    height: 437px;
  }
}

.lesson__banner:after {
  content: "";
  background: url(/backend/packs/books-c4f896d830c5f864982a90cdffb27d9e.svg) no-repeat center;
  width: 407px;
  height: 306px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: -90px;
  top: 149px;
}

@media (max-width: 1319px) {
  .lesson__banner:after {
    right: -160px;
  }
}

@media (max-width: 992px) {
  .lesson__banner:after {
    background: url(/backend/packs/books-small-166dafec7283fde194da21a3d258527b.svg) no-repeat center;
    right: -220px;
  }
}

@media (max-width: 640px) {
  .lesson__banner:after {
    display: none;
  }
}

.lesson__banner-image {
  display: none;
  background-image: url(/backend/packs/books-mobile-e2c93c417b0fdfce2a777522627869fd.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  height: 173px;
  position: relative;
  bottom: 20px;
}

@media (max-width: 640px) {
  .lesson__banner-image {
    display: block;
  }
}

.lesson__banner-invite {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #101828;
  font-weight: 500;
  max-width: 343px;
  margin: 0 0 16px;
}

@media (max-width: 992px) {
  .lesson__banner-invite {
    margin: 0 0 8px;
    font-size: 20;
    line-height: 24px;
  }
}

.lesson__banner-details {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #101828;
  font-weight: 400;
  max-width: 357px;
  margin: 0 0 32px;
}

@media (max-width: 992px) {
  .lesson__banner-details {
    line-height: 24px;
    max-width: 305px;
  }
}

@media (max-width: 640px) {
  .lesson__banner-details {
    margin: 0;
  }
}

.lesson__banner-link {
  max-width: 178px;
  text-decoration: none;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #7ad6b9;
  -webkit-box-shadow: 0 2px 5px 0 transparent;
          box-shadow: 0 2px 5px 0 transparent;
  border-radius: 4px;
  padding: 10px 32px;
  white-space: nowrap;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.lesson__banner-link:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
}

@media (max-width: 640px) {
  .lesson__banner-link {
    max-width: 264px;
    width: 100%;
    margin: 0 auto;
  }
}

.lesson .modal {
  position: fixed;
  width: 100vw;
  height: 0;
  border: 0;
  top: 0;
  left: 0;
  z-index: -100;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(16, 24, 40, .8)), to(rgba(16, 24, 40, .8)));
  background: linear-gradient(0deg, rgba(16, 24, 40, .8), rgba(16, 24, 40, .8));
}

@media (max-width: 640px) {
  .lesson .modal {
    display: none;
  }
}

.lesson .modal.active {
  z-index: 10;
  min-height: 100vh;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.lesson .modal.active .modal-container {
  z-index: 101;
}

.lesson .modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  outline: none;
  -webkit-box-shadow: 0 14px 34px rgba(16, 24, 40, .45);
          box-shadow: 0 14px 34px rgba(16, 24, 40, .45);
  background: #fff;
  border-radius: 8px;
  max-width: 688px;
  width: 90%;
  z-index: -100;
}

.lesson .modal-container span {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #101828;
  font-weight: 400;
  display: block;
  margin-bottom: 16px;
}

.lesson .modal-close-btn {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(/backend/packs/cross-cd5ec8f6e1081180b439ae0fc295605d.svg) no-repeat center;
  width: 14px;
  height: 14px;
  top: 24px;
  right: 12px;
}

.lesson .modal-close-btn:hover {
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%) scale(1.4);
          transform: translate(-50%, -50%) scale(1.4);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.lesson .modal-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 48px 24px 24px;
}

.lesson .modal-form h3 {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #101828;
  font-weight: 500;
  margin: 0 0 16px;
}

.lesson .modal-form textarea {
  height: 132px;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(16, 24, 40, .3);
  border-radius: 4px;
  padding: 16px;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #101828;
  font-weight: 400;
  resize: none;
  overflow: auto;
  outline: none;
  margin-bottom: 26px;
}

.lesson__seo {
  width: 100%;
  max-height: 196px;
  background: rgba(255, 255, 255, .6);
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 40px;
  overflow-y: auto;
}

.lesson__seo-content {
  max-height: 140px;
  overflow-y: auto;
  padding-right: 15px;
  font-family: "Rostelecom Basis", sans-serif;
}

.lesson__seo-content h1,
.lesson__seo-content h2,
.lesson__seo-content h3 {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
  font-weight: 700;
  margin: 0;
}

.lesson__seo-content p,
.lesson__seo-content ul,
.lesson__seo-content li,
.lesson__seo-content ol {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #272f3d;
  font-weight: 400;
  margin: 0;
}

.modal {
  position: absolute;
  width: calc(100vw - 64px);
  height: 0;
  border: 0;
  top: 64px;
  z-index: -100;
}

.modal.active {
  z-index: 5;
  min-height: 100vh;
}

.modal.active .modal__overlay,
.modal.active .modal__menu-wr {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.modal__overlay {
  position: fixed;
  top: 64px;
  bottom: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100vw;
  background: rgba(134, 139, 149, .6);
  -webkit-transition: none;
  transition: none;
  z-index: 5;
}

.modal__menu-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  max-width: 385px;
  width: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  overflow-y: auto;
  -webkit-box-shadow: -4px 0px 16px rgba(44, 20, 112, .1), 0px 0px 10px rgba(0, 0, 0, .08);
          box-shadow: -4px 0px 16px rgba(44, 20, 112, .1), 0px 0px 10px rgba(0, 0, 0, .08);
}

@media (max-width: 425px) {
  .modal__menu-wr {
    max-width: none;
    width: 100vw;
  }
}

.modal__content-container {
  min-height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 178px 0 0 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  background-image: url(/backend/packs/background-mobile-4533c0ac195f8a84e1ec4c905dee26f4.svg);
  background-repeat: no-repeat;
  min-height: calc(100vh - 64px);
}

@media (max-width: 320px) {
  .modal__menu {
    padding: 100px 0 0 35px;
  }
}

.modal__menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.modal__menu-item {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 22px;
  line-height: 32px;
  color: #101828;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 26px;
}

.modal__menu-signin {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  background-color: #7ad6b9;
  color: #fff;
  text-decoration: none;
  padding: 13px 16px 15px 16px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px 0 transparent;
          box-shadow: 0 2px 5px 0 transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  width: 216px;
  max-width: 100%;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-box-shadow 0.2s;
  transition: opacity 0.5s ease 0s, -webkit-box-shadow 0.2s;
  transition: opacity 0.5s ease 0s, box-shadow 0.2s;
  transition: opacity 0.5s ease 0s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 40px;
}

.modal__menu-signin:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.2s;
  transition: transform 0.2s, background-color 0.2s, -webkit-transform 0.2s;
}

.modal__menu-signin:hover {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
}

@media (max-width: 1319px) {
  .modal__menu-signin {
    padding: 10px 16px;
  }
}

.modal__menu-buttons {
  height: 104px;
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal__menu-footer {
  padding-left: 47px;
  margin: 48px 0;
  background: url(/backend/packs/logo-short-1dff135b793224778eceba2183f006b1.svg) no-repeat left center;
}

.modal__menu-footer-label {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: rgba(16, 24, 40, .5);
  font-weight: 400;
  letter-spacing: -0.0107692px;
  margin-bottom: 8px;
}

.modal__menu-footer-phone {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 24px;
  line-height: 18px;
  color: #101828;
  font-weight: 400;
  letter-spacing: -0.0062069px;
  text-decoration: none;
}

.modal .react-sanfona-item-body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 26px 0 0 20px;
}

.modal .react-sanfona-item-body-wrapper a:last-child {
  margin-bottom: 0;
}

.modal .react-sanfona {
  margin-bottom: 26px;
}

.modal .react-sanfona .accordion-headline {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 22px;
  line-height: 32px;
  color: #101828;
  font-weight: 700;
  margin-bottom: 26px;
  position: relative;
}

.modal .react-sanfona .accordion-headline:after {
  content: url(/backend/packs/arrow-short-black-4aef988923b648681a8f3bcd901fbaf5.svg);
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  top: 14px;
  left: 117px;
}

.modal .react-sanfona-item-expanded .accordion-headline {
  color: #7700ff;
}

.modal .react-sanfona-item-expanded .accordion-headline:after {
  content: url(/backend/packs/arrow-purple-97306465f36c298bc22b7bb85ac4df41.svg);
  -webkit-transform: translate(-50%, -35%) rotate(180deg);
          transform: translate(-50%, -35%) rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.modal a {
  text-decoration: none;
}

.loader-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 170px;
  background: rgba(255, 255, 255, .88);
  z-index: 2;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 992px) {
  .loader-container {
    bottom: 240px;
  }
}

@media (max-width: 768px) {
  .loader-container {
    display: none;
  }
}

.user-content .loader-container {
  bottom: 0;
  border-radius: none;
}

.book {
  width: 32px;
  height: 12px;
  position: relative;
  margin: 32px 0 0 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.book .inner {
  width: 32px;
  height: 12px;
  position: relative;
  -webkit-transform-origin: 2px 2px;
          transform-origin: 2px 2px;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  -webkit-animation: book 6.8s ease infinite;
          animation: book 6.8s ease infinite;
}

.book .inner .left,
.book .inner .right {
  width: 60px;
  height: 4px;
  top: 0;
  border-radius: 2px;
  background: #7700ff;
  position: absolute;
}

.book .inner .left:before,
.book .inner .right:before {
  content: "";
  width: 48px;
  height: 4px;
  border-radius: 2px;
  background: inherit;
  position: absolute;
  top: -10px;
  left: 6px;
}

.book .inner .left {
  right: 28px;
  -webkit-transform-origin: 58px 2px;
          transform-origin: 58px 2px;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  -webkit-animation: left 6.8s ease infinite;
          animation: left 6.8s ease infinite;
}

.book .inner .right {
  left: 28px;
  -webkit-transform-origin: 2px 2px;
          transform-origin: 2px 2px;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  -webkit-animation: right 6.8s ease infinite;
          animation: right 6.8s ease infinite;
}

.book .inner .middle {
  width: 32px;
  height: 12px;
  border: 4px solid #7700ff;
  border-top: 0;
  border-radius: 0 0 9px 9px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.book ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  top: 0;
}

.book ul li {
  height: 4px;
  border-radius: 2px;
  -webkit-transform-origin: 100% 2px;
          transform-origin: 100% 2px;
  width: 48px;
  right: 0;
  top: -10px;
  position: absolute;
  background: #7700ff;
  -webkit-transform: rotateZ(0deg) translateX(-18px);
          transform: rotateZ(0deg) translateX(-18px);
  -webkit-animation-duration: 6.8s;
          animation-duration: 6.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.book ul li:nth-child(0) {
  -webkit-animation-name: page-0;
          animation-name: page-0;
}

.book ul li:nth-child(1) {
  -webkit-animation-name: page-1;
          animation-name: page-1;
}

.book ul li:nth-child(2) {
  -webkit-animation-name: page-2;
          animation-name: page-2;
}

.book ul li:nth-child(3) {
  -webkit-animation-name: page-3;
          animation-name: page-3;
}

.book ul li:nth-child(4) {
  -webkit-animation-name: page-4;
          animation-name: page-4;
}

.book ul li:nth-child(5) {
  -webkit-animation-name: page-5;
          animation-name: page-5;
}

.book ul li:nth-child(6) {
  -webkit-animation-name: page-6;
          animation-name: page-6;
}

.book ul li:nth-child(7) {
  -webkit-animation-name: page-7;
          animation-name: page-7;
}

.book ul li:nth-child(8) {
  -webkit-animation-name: page-8;
          animation-name: page-8;
}

.book ul li:nth-child(9) {
  -webkit-animation-name: page-9;
          animation-name: page-9;
}

.book ul li:nth-child(10) {
  -webkit-animation-name: page-10;
          animation-name: page-10;
}

.book ul li:nth-child(11) {
  -webkit-animation-name: page-11;
          animation-name: page-11;
}

.book ul li:nth-child(12) {
  -webkit-animation-name: page-12;
          animation-name: page-12;
}

.book ul li:nth-child(13) {
  -webkit-animation-name: page-13;
          animation-name: page-13;
}

.book ul li:nth-child(14) {
  -webkit-animation-name: page-14;
          animation-name: page-14;
}

.book ul li:nth-child(15) {
  -webkit-animation-name: page-15;
          animation-name: page-15;
}

.book ul li:nth-child(16) {
  -webkit-animation-name: page-16;
          animation-name: page-16;
}

.book ul li:nth-child(17) {
  -webkit-animation-name: page-17;
          animation-name: page-17;
}

.book ul li:nth-child(18) {
  -webkit-animation-name: page-18;
          animation-name: page-18;
}

@-webkit-keyframes page-0 {
  4% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  13%, 54% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  63% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-0 {
  4% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  13%, 54% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  63% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-1 {
  5.86% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  14.74%, 55.86% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  64.74% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-1 {
  5.86% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  14.74%, 55.86% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  64.74% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-2 {
  7.72% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  16.48%, 57.72% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  66.48% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-2 {
  7.72% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  16.48%, 57.72% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  66.48% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-3 {
  9.58% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  18.22%, 59.58% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  68.22% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-3 {
  9.58% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  18.22%, 59.58% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  68.22% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-4 {
  11.44% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  19.96%, 61.44% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  69.96% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-4 {
  11.44% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  19.96%, 61.44% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  69.96% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-5 {
  13.3% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  21.7%, 63.3% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  71.7% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-5 {
  13.3% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  21.7%, 63.3% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  71.7% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-6 {
  15.16% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  23.44%, 65.16% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  73.44% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-6 {
  15.16% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  23.44%, 65.16% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  73.44% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-7 {
  17.02% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  25.18%, 67.02% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  75.18% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-7 {
  17.02% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  25.18%, 67.02% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  75.18% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-8 {
  18.88% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  26.92%, 68.88% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  76.92% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-8 {
  18.88% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  26.92%, 68.88% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  76.92% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-9 {
  20.74% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  28.66%, 70.74% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  78.66% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-9 {
  20.74% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  28.66%, 70.74% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  78.66% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-10 {
  22.6% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  30.4%, 72.6% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  80.4% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-10 {
  22.6% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  30.4%, 72.6% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  80.4% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-11 {
  24.46% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  32.14%, 74.46% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  82.14% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-11 {
  24.46% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  32.14%, 74.46% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  82.14% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-12 {
  26.32% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  33.88%, 76.32% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  83.88% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-12 {
  26.32% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  33.88%, 76.32% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  83.88% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-13 {
  28.18% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  35.62%, 78.18% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  85.62% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-13 {
  28.18% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  35.62%, 78.18% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  85.62% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-14 {
  30.04% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  37.36%, 80.04% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  87.36% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-14 {
  30.04% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  37.36%, 80.04% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  87.36% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-15 {
  31.9% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  39.1%, 81.9% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  89.1% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-15 {
  31.9% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  39.1%, 81.9% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  89.1% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-16 {
  33.76% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  40.84%, 83.76% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  90.84% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-16 {
  33.76% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  40.84%, 83.76% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  90.84% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-17 {
  35.62% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  42.58%, 85.62% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  92.58% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-17 {
  35.62% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  42.58%, 85.62% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  92.58% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes page-18 {
  37.48% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  44.32%, 87.48% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  94.32% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@keyframes page-18 {
  37.48% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }

  44.32%, 87.48% {
    -webkit-transform: rotateZ(180deg) translateX(-18px);
            transform: rotateZ(180deg) translateX(-18px);
  }

  94.32% {
    -webkit-transform: rotateZ(0deg) translateX(-18px);
            transform: rotateZ(0deg) translateX(-18px);
  }
}

@-webkit-keyframes left {
  4% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }

  10%, 40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }

  46%, 54% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }

  60%, 90% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }

  96% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
}

@keyframes left {
  4% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }

  10%, 40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }

  46%, 54% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }

  60%, 90% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }

  96% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
}

@-webkit-keyframes right {
  4% {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }

  10%, 40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }

  46%, 54% {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }

  60%, 90% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }

  96% {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
}

@keyframes right {
  4% {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }

  10%, 40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }

  46%, 54% {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }

  60%, 90% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }

  96% {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
}

@-webkit-keyframes book {
  4% {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }

  10%, 40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    -webkit-transform-origin: 2px 2px;
            transform-origin: 2px 2px;
  }

  40.01%, 59.99% {
    -webkit-transform-origin: 30px 2px;
            transform-origin: 30px 2px;
  }

  46%, 54% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }

  60%, 90% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    -webkit-transform-origin: 2px 2px;
            transform-origin: 2px 2px;
  }

  96% {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
}

@keyframes book {
  4% {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }

  10%, 40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    -webkit-transform-origin: 2px 2px;
            transform-origin: 2px 2px;
  }

  40.01%, 59.99% {
    -webkit-transform-origin: 30px 2px;
            transform-origin: 30px 2px;
  }

  46%, 54% {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }

  60%, 90% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    -webkit-transform-origin: 2px 2px;
            transform-origin: 2px 2px;
  }

  96% {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
}

.menu {
  padding-top: 32px;
  position: relative;
  width: 264px;
  min-height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px rgba(44, 20, 112, .1), 0px 0px 10px rgba(0, 0, 0, .08);
          box-shadow: 0px 0px 16px rgba(44, 20, 112, .1), 0px 0px 10px rgba(0, 0, 0, .08);
}

@media (max-width: 1319px) {
  .menu {
    display: none;
  }
}

.menu__wrapper {
  position: fixed;
  width: 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: calc(100% - 32px);
}

.menu__top-block-wr {
  position: relative;
}

@media (max-width: 992px) {
  .menu__top-block-wr {
    padding-bottom: 5px;
  }
}

.menu__top-block-wr:after {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 48%;
  bottom: 0;
  height: 1px;
  width: 83%;
  background: #e4e9ed;
}

@media (max-width: 992px) {
  .menu__top-block-wr:after {
    left: 50%;
    width: 100%;
  }
}

.menu__top-block-wr a {
  margin: 0 0 28px 18px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  padding: 10px 16px;
  text-decoration: none;
  background: #7ad6b9;
  -webkit-box-shadow: 0px 6px 20px rgba(122, 214, 185, .3);
          box-shadow: 0px 6px 20px rgba(122, 214, 185, .3);
  border-radius: 4px;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 992px) {
  .menu__top-block-wr a {
    margin: 0 0 28px 0;
    max-width: 100%;
    text-align: center;
  }
}

.menu__top-block {
  padding: 0 20px 28px 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(/backend/packs/menu-logo-6f9bcb8b8787d8843ab3b9d5bb3f17e0.svg) no-repeat left 21px top;
}

@media (max-width: 992px) {
  .menu__top-block {
    background: none;
    padding-left: 0;
  }
}

.menu__user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu__user-name {
  margin-bottom: 8px;
  width: 103px;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #272f3d;
  font-weight: 700;
}

@media (max-width: 992px) {
  .menu__user-name {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
  }
}

@media (max-width: 425px) {
  .menu__user-name {
    font-size: 16px;
    line-height: 18px;
  }
}

.menu__user-detals {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #7700ff;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .menu__user-detals {
    font-size: 14px;
  }
}

@media (max-width: 425px) {
  .menu__user-detals {
    font-size: 12px;
    line-height: 16px;
  }
}

.menu__logout {
  margin-bottom: 15px;
  width: 24px;
  height: 24px;
  background: url(/backend/packs/logout-ce568960d301e05b4bc07510892218fc.svg) no-repeat center;
  outline: none;
  border: none;
}

.menu__logout:hover {
  cursor: pointer;
}

.menu__main-container {
  padding-top: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: calc(100vh - 295px);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.menu__main-links {
  padding: 0 0 16px 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 992px) {
  .menu__main-links {
    padding: 28px 0 26px 0;
  }
}

.menu__main-links:after {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 48%;
  bottom: 0;
  height: 1px;
  width: 83%;
  background: #e4e9ed;
}

@media (max-width: 992px) {
  .menu__main-links:after {
    width: 100%;
    left: 50%;
  }
}

.menu__main-links a {
  position: relative;
  margin-left: 8px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 12px 12px 12px 48px;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #272f3d;
  font-weight: 400;
  text-decoration: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left 12px center;
}

.menu__main-links a:hover {
  background-color: #f4f7f8;
}

@media (max-width: 992px) {
  .menu__main-links a {
    margin-left: 0;
    font-size: 22px;
    line-height: 32px;
    background-position: left 4px center;
    background-size: 32px;
    font-weight: 500;
  }
}

@media (max-width: 425px) {
  .menu__main-links a {
    font-size: 20px;
    background-size: 28px;
  }
}

.menu__main-links a span {
  position: absolute;
  top: 12px;
  left: 172px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  font-size: 12px;
  font-weight: 500;
  color: #7700ff;
}

@media (max-width: 992px) {
  .menu__main-links a span {
    top: 10px;
    left: 200px;
  }
}

.menu__main-links a:first-child {
  background-image: url(/backend/packs/my-education-ed7bff6ddd0f02d0027ed852da3b4b36.svg);
}

.menu__main-links a:nth-child(2) {
  background-image: url(/backend/packs/cabinet-b3c9741d77de7db9aefa673f86ef8f10.svg);
}

.menu__main-links a:nth-child(3) {
  background-image: url(/backend/packs/progress-39aa7ed0b926b63356cd2de5f959927a.svg);
  background-size: 16px;
  background-position-x: 17px;
  background-position-y: 15px;
}

@media (max-width: 992px) {
  .menu__main-links a:nth-child(3) {
    background-size: 22px;
    background-position-x: 10px;
    background-position-y: 14px;
  }
}

.menu__main-links a:nth-child(4) {
  background-image: url(/backend/packs/favorite-8dc48821699ffb182e4cfcfbcca478fc.svg);
}

.menu__main-links a:nth-child(5) {
  background-image: url(/backend/packs/classbook-f4a48db79b9fdc03f053213b4b5fce5d.svg);
}

.menu__main-links a:last-child {
  background-image: url(/backend/packs/profile-caead7fdc3071a2ead21ec4067fb43b7.svg);
}

.menu__submenu {
  padding: 32px 0 0 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 992px) {
  .menu__submenu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 0;
  }
}

@media (max-width: 425px) {
  .menu__submenu {
    padding-top: 16px;
  }
}

.menu__submenu a {
  margin-bottom: 16px;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #272f3d;
  font-weight: 400;
  text-decoration: none;
}

@media (max-width: 992px) {
  .menu__submenu a {
    font-size: 18px;
    margin-bottom: 23px;
  }
}

@media (max-width: 425px) {
  .menu__submenu a {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

@media (max-width: 992px) {
  .menu__submenu a::last-child {
    margin-bottom: 31px;
  }
}

.menu__bottom {
  min-height: 193px;
  padding: 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #e4e9ed;
}

@media (max-width: 992px) {
  .menu__bottom {
    padding: 40px 20px 8px 69px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: auto;
  }
}

@media (max-width: 425px) {
  .menu__bottom {
    padding: 25px 20px 8px 24px;
  }
}

.menu__bottom a {
  margin-bottom: 16px;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #868b95;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .menu__bottom a {
    margin: 0 32px 32px 0;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 425px) {
  .menu__bottom a {
    font-size: 12px;
  }
}

.menu-tablet {
  position: relative;
  width: 64px;
  min-height: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px rgba(44, 20, 112, .1), 0px 0px 10px rgba(0, 0, 0, .08);
          box-shadow: 0px 0px 16px rgba(44, 20, 112, .1), 0px 0px 10px rgba(0, 0, 0, .08);
  overflow-y: hidden;
}

@media (max-width: 1319px) {
  .menu-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 992px) {
  .menu-tablet {
    display: none;
  }
}

.menu-tablet__wrap {
  position: fixed;
  width: 64px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu-tablet.menu-is-open {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-right: 1px solid #e4e9ed;
}

.menu-tablet__logo {
  height: 75px;
  width: 100%;
  background: url(/backend/packs/menu-logo-6f9bcb8b8787d8843ab3b9d5bb3f17e0.svg) no-repeat center;
  border-bottom: 1px solid #e4e9ed;
}

.menu-tablet__main-links {
  padding: 28px 0 16px 8px;
  margin-bottom: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu-tablet__main-links:after {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 24px;
  background: #e4e9ed;
}

.menu-tablet__main-links a {
  width: 56px;
  height: 48px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-repeat: no-repeat;
  background-position: left 12px center;
}

.menu-tablet__main-links a:hover {
  background-color: #f4f7f8;
}

.menu-tablet__main-links a:first-child {
  background-image: url(/backend/packs/my-education-ed7bff6ddd0f02d0027ed852da3b4b36.svg);
}

.menu-tablet__main-links a:nth-child(2) {
  background-image: url(/backend/packs/cabinet-b3c9741d77de7db9aefa673f86ef8f10.svg);
}

.menu-tablet__main-links a:nth-child(3) {
  background-image: url(/backend/packs/progress-39aa7ed0b926b63356cd2de5f959927a.svg);
  background-size: 17px;
  background-position-x: 16px;
  background-position-y: 15px;
}

.menu-tablet__main-links a:nth-child(4) {
  background-image: url(/backend/packs/favorite-8dc48821699ffb182e4cfcfbcca478fc.svg);
}

.menu-tablet__main-links a:nth-child(5) {
  background-image: url(/backend/packs/classbook-f4a48db79b9fdc03f053213b4b5fce5d.svg);
}

.menu-tablet__main-links a:last-child {
  background-image: url(/backend/packs/profile-caead7fdc3071a2ead21ec4067fb43b7.svg);
}

.menu-tablet__open-btn {
  width: 56px;
  height: 48px;
  margin-left: 8px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-image: url(/backend/packs/submenu-11b608e5c525166e85e941a8e57fa230.svg);
  background-color: transparent;
  border: none;
  outline: none;
}

.menu-tablet__open-btn:hover {
  background-color: #f4f7f8;
  cursor: pointer;
}

.menu-tablet__open-btn a {
  margin-bottom: 16px;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #272f3d;
  font-weight: 400;
  text-decoration: none;
}

.menu-tablet .active-btn {
  background-color: #f4f7f8;
  background-image: url(/backend/packs/submenu-active-30b81309f6f0f06e106e115e35838acc.svg);
}

.menu-tablet__modal {
  position: absolute;
  width: calc(100vw - 64px);
  height: 0;
  border: 0;
  top: 0;
  left: 64px;
  z-index: -100;
}

@media (max-width: 992px) {
  .menu-tablet__modal {
    display: none;
  }
}

.menu-tablet__modal.active {
  z-index: 5;
  min-height: 100vh;
}

.menu-tablet__modal.active .menu-tablet__overlay,
.menu-tablet__modal.active .menu-tablet__wrapper {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu-tablet__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100vw;
  background: rgba(134, 139, 149, .6);
  -webkit-transition: none;
  transition: none;
  z-index: 5;
}

.menu-tablet__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  max-width: 260px;
  width: 100%;
  background: #fff;
  overflow-y: auto;
}

.menu-tablet__container {
  width: 100%;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 40px 20px 41px;
}

.menu-tablet__top {
  padding-bottom: 16px;
  border-bottom: 1px solid #e4e9ed;
}

.menu-tablet__user-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-tablet__user-info {
  max-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu-tablet__user-name {
  margin-bottom: 8px;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #272f3d;
  font-weight: 700;
}

.menu-tablet__user-detals {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #7700ff;
  font-weight: 500;
  text-transform: uppercase;
}

.menu-tablet__payment {
  margin-top: 12px;
  display: block;
  padding: 8px 0;
  text-decoration: none;
  background: #7ad6b9;
  -webkit-box-shadow: 0px 6px 20px rgba(122, 214, 185, .3);
          box-shadow: 0px 6px 20px rgba(122, 214, 185, .3);
  border-radius: 4px;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.menu-tablet__logout {
  width: 24px;
  height: 24px;
  background: url(/backend/packs/logout-ce568960d301e05b4bc07510892218fc.svg) no-repeat center;
  outline: none;
  border: none;
}

.menu-tablet__logout:hover {
  cursor: pointer;
}

.menu-tablet__submenu {
  padding-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.menu-tablet__submenu a {
  margin-bottom: 16px;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #272f3d;
  font-weight: 400;
  text-decoration: none;
}

.menu-tablet__bottom {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #e4e9ed;
}

.menu-tablet__bottom a {
  margin-bottom: 20px;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #868b95;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-tablet__bottom a:last-child {
  margin: 0;
}

.menu-tablet__tooltip {
  background: #f4f4f5 !important;
  -webkit-box-shadow: 0px 0px 1px rgba(28, 41, 61, .2), 0px 2px 4px rgba(28, 41, 61, .12) !important;
          box-shadow: 0px 0px 1px rgba(28, 41, 61, .2), 0px 2px 4px rgba(28, 41, 61, .12) !important;
  font-family: "Rostelecom Basis" !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #1d2533 !important;
  border-radius: 4px !important;
  padding: 4px 12px !important;
}

.menu-tablet__tooltip .tippy-arrow:before {
  border-right-color: #f4f4f5 !important;
}

.user-header {
  display: none;
}

@media (max-width: 992px) {
  .user-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.user-header__logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  outline: none;
  border: none;
}

.user-header__logout span {
  margin-right: 10px;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #121828;
  font-weight: 500;
}

@media (max-width: 640px) {
  .user-header__logout span {
    display: none;
  }
}

.menu-modal {
  position: absolute;
  width: 100vw;
  height: 0;
  border: 0;
  top: 64px;
  z-index: -100;
}

.menu-modal.active {
  z-index: 5;
  min-height: 100vh;
}

.menu-modal.active .menu-modal__overlay,
.menu-modal.active .menu-modal__wrapper {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu-modal__overlay {
  position: fixed;
  top: 64px;
  bottom: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100vw;
  background: rgba(134, 139, 149, .6);
  -webkit-transition: none;
  transition: none;
  z-index: 5;
}

.menu-modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  max-width: 385px;
  width: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  overflow-y: auto;
  -webkit-box-shadow: -4px 0px 16px rgba(44, 20, 112, .1), 0px 0px 10px rgba(0, 0, 0, .08);
          box-shadow: -4px 0px 16px rgba(44, 20, 112, .1), 0px 0px 10px rgba(0, 0, 0, .08);
}

@media (max-width: 425px) {
  .menu-modal__wrapper {
    max-width: none;
    width: 100vw;
  }
}

.menu-modal__container {
  min-height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.menu-modal__middle-block {
  padding: 45px 69px 31px;
}

@media (max-width: 425px) {
  .menu-modal__middle-block {
    padding: 24px 27px 20px 25px;
  }
}

.user-footer {
  width: 100%;
  height: 192px;
  background: #272f3d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.user-footer__content {
  width: 1024px;
  margin: 0 auto;
  min-height: 100%;
}

@media (max-width: 1319px) {
  .user-footer {
    display: none;
  }
}

.user-footer__top {
  padding: 36px 0 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.user-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.user-footer__support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.user-footer__support-text {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255, 255, 255, .5);
  font-weight: 400px;
  cursor: default;
}

.user-footer__support-number {
  margin: 0;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 32px;
  line-height: 57px;
  color: #bfbfbf;
  font-weight: 300;
  text-decoration: none;
}

.user-footer__bottom {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 65px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .user-footer__bottom {
    height: 144px;
    padding: 31px 0 0;
  }
}

.user-footer__about {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #101828;
  font-weight: 400;
}

.user-footer__about a:last-child {
  margin-right: 0;
  min-width: 150px;
}

.user-footer__copyrights {
  margin-right: 30px;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #101828;
  font-weight: 400;
  color: rgba(255, 255, 255, .7);
}

.user-footer__copyrights:hover {
  cursor: default;
}

.user-footer__info {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #101828;
  font-weight: 400;
  color: rgba(255, 255, 255, .5);
  margin-right: 30px;
  text-decoration: none;
}

.user-footer__info:hover {
  cursor: pointer;
}

.user-footer__partners {
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 300;
}

.user-footer__partners-mobile {
  display: none;
  font-family: "Rostelecom Basis", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 300;
}

.user-footer__email {
  text-decoration: none;
  color: #8348fc;
}

.user-footer__email:hover {
  cursor: pointer;
}


/*# sourceMappingURL=classbook-2a0729258b47c132d9fb.css.map*/