@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

@font-face {
    font-family: 'PFDinDisplayPro';
    src: local("PFDinDisplayPro Regular"), url("../fonts/PFDinDisplayPro-Regular.woff2") format("woff2"), url("../fonts/PFDinDisplayPro-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinDisplayPro';
    src: local("PFDinDisplayPro Italic"), url("../fonts/PFDinDisplayPro-Italic.woff2") format("woff2"), url("../fonts/PFDinDisplayPro-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'PFDinDisplayPro';
    src: local("PFDinDisplayPro Medium"), url("../fonts/PFDinDisplayPro-Medium.woff2") format("woff2"), url("../fonts/PFDinDisplayPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinDisplayPro';
    src: local("PFDinDisplayPro Bold"), url("../fonts/PFDinDisplayPro-Bold.woff2") format("woff2"), url("../fonts/PFDinDisplayPro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Verdana';
    src: local("Verdana Regular"), url("../fonts/Verdana.woff2") format("woff2"), url("../fonts/Verdana.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Verdana';
    src: local("Verdana Bold"), url("../fonts/Verdana-Bold.woff2") format("woff2"), url("../fonts/Verdana-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

.page {
    min-width: 1024px;
    width: 100%;
    margin: 0 auto;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 18px;
    color: #23323f;
    background-color: #ffffff;
    box-sizing: border-box;
}

.page_main {
    background-color: #f9f9fb;
}

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

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-width: 1024px;
    max-width: 1200px;
    min-height: 120px;
    margin: 0 auto;
}

.header__logo {
    width: 102px;
    text-decoration: none;
}

.header__logo-img {
    display: block;
    width: 80px;
    height: 80px;
    margin-left: 8px;
}

.header__logo-text {
    padding-top: 4px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.075em;
    color: #23323f;
}

.header__login {
    width: 102px;
    height: 36px;
    padding-top: 9px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
    box-shadow: 0 6px 16px -4px #fde678;
}

.header__login:hover {
    background-color: #ffed98;
}

.header__login:active {
    background-color: #fcdd4a;
}

.header__login-symbol {
    margin-right: 5px;
    fill: currentColor;
}

.header-nav {
    display: flex;
    justify-content: space-around;
    width: 70%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-nav__item {
    margin: 0;
    padding: 0;
}

.header-nav__link {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-decoration: none;
    color: #23323f;
    border-bottom: 1px solid #feefc6;
}

.header-nav__link:hover {
    opacity: 0.7;
}

.index__main-title {
    padding: 0;
    margin: 0;
    padding-top: 32px;
    padding-bottom: 4px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #23323f;
}

.index__subtitle {
    padding: 0;
    margin: 0;
    padding-bottom: 28px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #23323f;
}

.index__banner {
    display: flex;
    justify-content: space-between;
    min-width: 1004px;
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: 0 auto;
}
.main-unique {
    margin-top: 25px;
}
.index__banner-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 610px;
    width: calc(100% - 394px);
    max-width: 792px;
}

.index__banner-right {
    flex-shrink: 0;
    width: 384px;
}

.index .subscription {
    margin-bottom: 62px;
    margin-top: 15px;
}

.footer {
    display: flex;
    min-width: 1024px;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.footer h3 {
    font-size: 16px;
}

.footer__core {
    display: flex;
    width: 73%;
    flex-wrap: wrap;
}

.footer__contacts {
    width: 27%;
}

.footer__backing {
    display: flex;
    margin-top: 36px;
    width: 100%;
}

.footer__map {
    position: relative;
    margin-left: 20px;
    padding-top: 8px;
    padding-left: 24px;
    width: 120px;
}

.footer__map::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 10px;
    left: 0;
    background-image: url("../img/sitemap.svg");
    z-index: 1;
}

.footer__map-link {
    font-size: 14px;
    letter-spacing: 0.016em;
    color: #4095ad;
}

.footer__map-link:hover {
    color: #6bcbdc;
}

.footer__map-link:active {
    color: #23323f;
}

.footer__developer-info {
    margin-left: 88px;
    padding-top: 12px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.022em;
    color: #23323f;
}

.footer__developer-link {
    color: #4095ad;
}

.footer__developer-link:hover {
    color: #6bcbdc;
}

.footer__developer-link:active {
    color: #23323f;
}

.footer__copyright {
    margin-top: 42px;
    margin-left: 45%;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.016em;
    text-align: center;
    color: #23323f;
}

.footer__contacts {
    margin-top: 36px;
}

.footer__address {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.022em;
    color: #23323f;
}

.footer__address-link {
    display: inline-block;
    margin-left: 16px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.016em;
    color: #4095ad;
}

.footer__address-link:hover {
    color: #6bcbdc;
}

.footer__address-link:active {
    color: #23323f;
}

.footer__location {
    margin-top: 3px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    letter-spacing: 0.016em;
    color: #23323f;
}

.footer__phones {
    display: flex;
    margin-top: 22px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.022em;
    color: #23323f;
}

.footer__sales, .footer__publishing {
    width: 50%;
}

.footer__phone-link {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    letter-spacing: 0.016em;
    color: #23323f;
    text-decoration: none;
}

.footer__phone-link--upper {
    margin-top: 4px;
}

.footer__email {
    margin-top: 38px;
}

.footer__email-link {
    font-size: 14px;
    letter-spacing: 0.016em;
    color: #4095ad;
}

.footer__email-link:hover {
    color: #6bcbdc;
}

.footer__email-link:active {
    color: #23323f;
}

.footer__social h4 {
    margin: 0;
    margin-top: 22px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.022em;
    color: #23323f;
}
.footer__social .h4 {
    margin: 0;
    margin-top: 22px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.022em;
    color: #23323f;
}


.footer__social-list {
    display: flex;
    justify-content: space-between;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    width: 204px;
    height: 36px;
    list-style: none;
}

.footer__social-link {
    display: block;
    font-size: 0;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: #f9f9fb;
    border: solid 1px #eaebed;
}

.footer__social-link:hover {
    border-color: #76818b;
}

.footer__social-link--vk {
    background-image: url("../img/vk.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

.footer__social-link--fb {
    background-image: url("../img/facebook.svg");
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
}

.footer__social-link--ok {
    background-image: url("../img/odnoklassniki.svg");
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
}

.footer__social-link--tw {
    background-image: url("../img/twitter.svg");
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
}

.footer__social-link--go {
    background-image: url("../img/google-plus.svg");
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
}

.footer-nav {
    width: 100%;
    display: flex;
}

.footer-nav__element {
    margin-top: 36px;
    width: 33.3%;
}

.footer-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav__link {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.016em;
    color: #4095ad;
}

.footer-nav__link:hover {
    color: #6bcbdc;
}

.footer-nav__link:active {
    color: #23323f;
}

.educational-materials {
    padding-bottom: 35px;
}

.promo {
    display: flex;
    justify-content: space-between;
    min-width: 1024px;
    max-width: 1200px;
    width: calc(100% - 40px);
    min-height: 470px;
    margin: 0 auto;
    color: #000000;
}

.promo__left-wrap {
    width: 50%;
    flex-shrink: 0;
}

.promo__users {
    padding-top: 30px;
    padding-left: 140px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.promo__users-number {
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
}

.promo__video {
    position: relative;
    width: 600px;
    height: 348px;
    margin-left: -55px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../img/macbook.png");
}

.promo__video-clip {
    position: relative;
    display: block;
    top: 22px;
    width: 457px;
    height: 286px;
    margin-left: 73px;
    background-color: #000000;
}

.promo__video-btn {
    position: absolute;
    left: 266px;
    top: 130px;
    width: 78px;
    height: 78px;
    font-size: 0;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 6px 16px -4px #fde678;
}

.promo__video-btn_hide {
    display: none;
}

.promo__video-btn--inner {
    top: 50%;
    left: 50%;
    transform: translate(-39px, -39px);
    box-shadow: none;
}

.promo__video-btn:hover {
    background-color: #ffed98;
}

.promo__video-btn:active {
    background-color: #fcdd4a;
}

.promo__video-btn:after {
    position: absolute;
    z-index: 2;
    display: block;
    content: '';
    left: 29px;
    top: 23px;
    width: 0px;
    height: 0px;
    border-right: none;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 27px solid #4c2c06;
}

.promo__right-wrap {
    width: 44%;
    margin-right: 16px;
}

.promo__title {
    margin: 0;
    padding: 0;
    padding-top: 88px;
    padding-left: 11px;
    padding-bottom: 28px;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: 0.015em;
}

.promo__intro {
    width: 90%;
    margin: 0;
    padding: 0;
    padding-left: 11px;
    padding-bottom: 9px;
    font-size: 34px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.015em;
}

.promo__text {
    margin: 0;
    padding: 0;
    padding-left: 13px;
    padding-bottom: 28px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.promo__btn-wrap {
    display: flex;
    margin-left: 12px;
    margin-bottom: 50px;
}

.promo__reg-btn {
    width: 180px;
    height: 36px;
    margin-right: 24px;
    padding-top: 7px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 18px;
}

.promo__reg-btn:hover {
    background-color: #ffed98;
}

.promo__reg-btn:active {
    background-color: #fcdd4a;
}

.promo__more-btn {
    width: 180px;
    height: 36px;
    padding-top: 7px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 18px;
}

.promo__more-btn:hover {
    background-color: #ffed98;
}

.promo__more-btn:active {
    background-color: #fcdd4a;
}

.promo__more-btn-symbol {
    margin-left: 5px;
    margin-bottom: -2px;
    fill: currentColor;
}

.wrapper {
    width: 100%;
}

.wrapper_padding-top {
    padding-top: 23px;
}

.wrapper_padding-top-33 {
    padding-top: 33px;
}

.wrapper_promo {
    background-color: #fde678;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("../img/promo-back.png");
}

.wrapper_dark {
    background-color: #383838;
}

.wrapper_light {
    background-color: #f7f7f9;
}

.wrapper_light-gray {
    background-color: #f9f9fb;
}

.wrapper_dark-gray {
    background-color: #eaebed;
}

.wrapper_white {
    background-color: #ffffff;
}

.wrapper_subscription {
    background-image: linear-gradient(135deg, #49b6c9, #077285);
    box-shadow: 0 6px 18px 0 rgba(8, 114, 133, 0.18);
}

.wrapper_reviews {
    background-repeat: no-repeat;
    background-position: center -813px;
    background-image: url("../img/reviews-back.png");
}

.wrapper_formats {
    background-repeat: no-repeat;
    background-position: left -180px;
    background-image: url("../img/formats-back.png");
}

.wrapper_unique {
    background: url("../img/unique-left-back.png") left 770px no-repeat, url("../img/unique-right-back.png") right -420px no-repeat, #f7f7f9;
}

.heading {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    color: #23323f;
    letter-spacing: 0;
    line-height: 1.33;
    text-align: left;
}

.heading--2 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0.007em;
}

.heading--3 {
    font-size: 20px;
    line-height: 1.2;
}

.heading--4 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.025em;
    color: #4c2c06;
}

.heading--5 {
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #4c2c06;
}

.heading--6 {
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #4c2c06;
}

.section-heading {
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0.025em;
    text-align: center;
    color: #4c2c06;
}

.section-heading_yellow {
    color: #fde678;
}

.section-heading_dark {
    color: #000000;
}

.section-heading_light {
    color: #ffffff;
}

.section-heading_inner {
    font-size: 30px;
    color: #23323f;
    letter-spacing: 0;
    line-height: 1.33;
    text-align: left;
}

.section-heading_inner-subtitle {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0.007em;
}

.section-heading_inner-4 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
}

.section-heading_inner-5 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.025em;
    color: #4c2c06;
}

.section-heading_inner-6 {
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #4c2c06;
}

.section-heading_inner-7 {
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #4c2c06;
}

.section-subheading {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.027em;
    color: #23323f;
}

.section-subheading--margin-top {
    margin-top: 30px;
}

.task-card {
    position: relative;
    display: block;
    height: 480px;
    max-width: 384px;
    min-width: 328px;
    margin-right: 6px;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 5px;
}

.task-card:first-child {
    margin-left: 6px;
}

.task-card__pict-wrap {
    position: relative;
    z-index: 1;
    width: calc(100% + 2px);
    height: 150px;
    margin-left: -1px;
    margin-top: -1px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.task-card_1 .task-card__pict-wrap {
    background-color: #efb930;
    background-image: url(../img/task1.png);
}

.task-card_2 .task-card__pict-wrap {
    background-color: #4d4482;
    background-image: url(../img/task2.png);
}

.task-card_3 .task-card__pict-wrap {
    background-color: #6294d1;
    background-image: url(../img/task3.png);
}

.task-card_4 .task-card__pict-wrap {
    background-color: #2eb758;
    background-position: center top;
    background-size: cover;
    background-image: url(../img/task4.png);
}

.task-card_5 .task-card__pict-wrap {
    background-color: #9abf00;
    background-image: url(../img/task5.png);
}

.task-card_6 .task-card__pict-wrap {
    background-color: #ce639e;
    background-image: url(../img/task6.png);
}

.task-card_7 .task-card__pict-wrap {
    background-color: #ae59b5;
    background-image: url(../img/task7.png);
}

.task-card_8 .task-card__pict-wrap {
    background-color: #2fccc8;
    background-image: url(../img/task8.png);
}

.task-card_9 .task-card__pict-wrap {
    background-color: #abcc52;
    background-image: url(../img/task9.png);
}

.task-card__badge {
    position: absolute;
    z-index: 2;
    display: block;
    top: 132px;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
    height: 84px;
    padding-top: 24px;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
    color: #ffffff;
    background-image: linear-gradient(315deg, #fdc078, #fd78c0);
    background-size: 84px 84px;
    box-shadow: 0 6px 16px -4px #fe8ac9;
    border: 1px solid transparent;
    border-radius: 50%;
}

.task-card__badge_type2 {
    background-image: linear-gradient(315deg, #78bafd, #ef78fd);
    box-shadow: 0 6px 16px -4px #8fa6f0;
}

.task-card__badge_type3 {
    background-image: linear-gradient(315deg, #5ac6b0, #b7d950);
    box-shadow: 0 6px 16px -4px #84c473;
}

.task-card__title {
    margin: 0;
    padding: 0;
    padding-top: 60px;
    padding-left: 14px;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    color: #4c2c06;
}

.task-card__title_long {
    font-size: 20px;
}

.task-card__text {
    min-height: 161px;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #000000;
}

.task-card__btn {
    display: block;
    width: 282px;
    height: 36px;
    margin: 0 auto;
    padding-top: 7px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
    box-shadow: 0 6px 16px -4px #fde678;
}

.task-card__btn_long {
    width: 308px;
}

.task-card__btn:hover {
    background-color: #ffed98;
}

.task-card__btn:active {
    background-color: #fcdd4a;
}

.tasks {
    display: block;
    min-width: 1024px;
    max-width: 1200px;
    min-height: 740px;
    margin: 0 auto;
    color: #ffffff;
}

.tasks__subtitle {
    margin: 0;
    padding: 0;
    padding-bottom: 52px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}

.tasks__cards-wrap {
    display: none;
    justify-content: space-between;
    width: 100%;
    min-height: 480px;
}

.tasks__cards-wrap_show {
    display: flex;
}

.tasks .section-heading {
    padding-top: 40px;
    padding-bottom: 2px;
}

.tasks .tabs-nav {
    margin-left: 31.83%;
    margin-bottom: 22px;
}

.tabs-nav {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 490px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tabs-nav__item {
    margin: 0;
    padding: 0 30px;
    border: 2px solid transparent;
    border-radius: 18px;
}

.tabs-nav__item_active {
    border-color: #fde678;
}

.tabs-nav__link {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-decoration: none;
    color: #6bcbdc;
    border-bottom: 1px dashed #6bcbdc;
}

.tabs-nav__item:hover .tabs-nav__link {
    color: #a0d5de;
    border-color: #a0d5de;
}

.tabs-nav__item:active .tabs-nav__link {
    color: #4095ad;
    border-color: #4095ad;
}

.tabs-nav__item_active .tabs-nav__link {
    color: #ffffff;
    border-color: transparent;
}

.tabs-nav__item_active:hover .tabs-nav__link {
    cursor: default;
    color: #ffffff;
    border-color: transparent;
}

.search-form {
    position: relative;
}

.search-form::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 10px;
    left: 22px;
    background-image: url("../img/search.svg");
    z-index: 1;
}

.search-form__input {
    position: relative;
    padding-left: 54px;
    width: 250px;
    height: 36px;
    font-size: 14px;
    font-weight: 500;
    color: #23323f;
    border-radius: 18px;
    background-color: #f9f9fb;
    border: solid 1px #eaebed;
}

.search-form__input:-ms-input-placeholder {
    font-size: 12px;
    color: #23323f;
    letter-spacing: 0.027em;
    opacity: 0.6;
}

.search-form__input::placeholder {
    font-size: 12px;
    color: #23323f;
    letter-spacing: 0.027em;
    opacity: 0.6;
}

.search-form__submit {
    display: inline-block;
    margin-left: 14px;
    padding-top: 0px;
    width: 100px;
    height: 36px;
    font-size: 16px;
    font-weight: 500;
    color: #4c2c06;
    text-align: center;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
    box-shadow: 0 6px 16px -4px #fde678;
}

.search-form__submit:hover {
    background-color: #ffed98;
    cursor: pointer;
}

.search-form__submit:active {
    background-color: #fcdd4a;
}

.search-form__submit--inner {
    box-shadow: none;
}

.subscription {
    display: flex;
    justify-content: center;
    min-width: 1024px;
    max-width: 1200px;
    min-height: 384px;
    margin: 0 auto;
    color: #000000;
}

.subscription--courses {
    position: relative;
    width: calc(100% - 20px);
    min-width: 1004px;
    margin-top: 30px;
    padding-left: 129px;
    justify-content: flex-start;
    min-height: 84px;
    border-radius: 6px;
    background-image: linear-gradient(94deg, #4ab6c9, #077185);
    box-shadow: 0 6px 18px 0 rgba(42, 149, 169, 0.4);
}

.subscription--courses:before {
    display: block;
    position: absolute;
    content: '';
    bottom: 18px;
    left: 17px;
    width: 78px;
    height: 96px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 78px 96px;
    background-image: url("../img/letter-subscription-main.png");
}

.subscription--teacher-details {
    margin-top: 8px;
}

.subscription__form--courses {
    display: flex;
    padding-top: 20px;
}

.subscription__label {
    padding-top: 153px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.011em;
    text-align: center;
    color: #ffffff;
    background-image: url("../img/letter-subscription.png");
    background-repeat: no-repeat;
    background-position: center calc(100% - 61px);
}

.subscription__label--courses {
    width: 300px;
    margin-bottom: 20px;
    margin-right: 24px;
    padding: 0;
    font-size: 18px;
    letter-spacing: 0.021em;
    text-align: left;
    line-height: normal;
    background-image: none;
    background-position: left;
}

.subscription__input {
    margin-top: 17px;
    width: 432px;
    height: 36px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.33;
    text-align: center;
    color: #23323f;
    border-radius: 6px;
    border-color: transparent;
    background-color: #ffffff;
}

.subscription__input:-ms-input-placeholder {
    opacity: 0.8;
    font-weight: 500;
    text-align: center;
    color: #23323f;
}

.subscription__input::placeholder {
    opacity: 0.8;
    font-weight: 500;
    text-align: center;
    color: #23323f;
}

.subscription__input:focus {
    outline: none;
    border-color: #fde678;
}

.subscription__input--courses {
    margin: 0;
    margin-top: 4px;
    margin-right: 24px;
    padding-top: 3px;
    padding-left: 25px;
    width: 340px;
    font-size: 16px;
    letter-spacing: 0.3px;
    text-align: left;
    border-radius: 18px;
}

.subscription__input--courses:-ms-input-placeholder {
    text-align: left;
}

.subscription__input--courses::placeholder {
    text-align: left;
}

.subscription__submit {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    width: 180px;
    height: 36px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    color: #4c2c06;
    text-align: center;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
    box-shadow: 0 6px 16px -4px #fde678;
}

.subscription__submit:hover {
    background-color: #ffed98;
    cursor: pointer;
}

.subscription__submit:active {
    background-color: #fcdd4a;
}

.subscription__submit:focus {
    outline-color: #fff;
}

.subscription__submit--courses {
    margin: 0;
    margin-top: 4px;
    margin-right: 20px;
    width: 150px;
    box-shadow: none;
}

.reviews {
    min-width: 1024px;
    max-width: 1200px;
    min-height: 473px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.reviews__title {
    padding-top: 63px;
    padding-bottom: 35px;
}

.reviews__slider {
    display: flex;
    margin: 0 auto;
    width: 840px;
}

.reviews__slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.reviews__slide {
    margin: 0 auto;
    width: 840px;
}

.reviews__button {
    position: absolute;
    top: 30%;
    width: 30px;
    height: 54px;
    font-size: 0;
    background-color: transparent;
    z-index: 1;
    border: none;
}

.reviews__button:hover svg {
    opacity: 1;
}

.reviews__button:active svg {
    opacity: 0.6;
}

.reviews__previous {
    left: -13%;
}

.reviews__next {
    right: -13%;
}

.reviews__next-symbol, .reviews__previous-symbol {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
}

.reviews__previous-symbol {
    transform: rotate(180deg);
}

.reviews__togglers {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 36px;
    width: 72px;
    list-style: none;
    font-size: 0;
}

.reviews__togglers button {
    display: block;
    padding: 0;
    width: 12px;
    height: 12px;
    border: solid 2px #6bcbdc;
    border-radius: 6px;
}

.reviews__togglers button:hover {
    border-color: rgba(56, 56, 56, 0.5);
}

.slick-active button {
    border: none;
    background-color: #383838;
}

.fee {
    min-width: 1024px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 58px;
}

.fee__title {
    padding-top: 54px;
    padding-bottom: 11px;
}

.fee__table-outer {
    margin: 20px auto 0;
    padding: 0;
    padding-left: 24px;
    padding-bottom: 32px;
    width: 840px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
}

.fee__empty-column {
    width: 204px;
}

.fee__head-column {
    padding-top: 11px;
    width: 204px;
}

.fee__head-column--1 {
    padding-left: 45px;
}

.fee__head-column--2 {
    padding-left: 55px;
}

.fee__head-column--3 {
    padding-left: 58px;
}

.fee__line-start--price {
    padding-top: 46px;
}

.fee__table {
    display: none;
    padding: 0;
    width: 816px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.12;
    color: #ffffff;
    border-collapse: collapse;
}

.fee__table_show {
    display: table;
}

.fee__table th {
    height: 85px;
    text-align: left;
    letter-spacing: 0.098em;
}

.fee__table tr {
    position: relative;
    height: 60px;
}

.fee__table .fee__publication {
    height: 66px;
}

.fee__table .fee__library {
    height: 72px;
}

.fee__table .fee__periodical {
    height: 77px;
}

.fee__table .fee__price {
    height: 81px;
}

.fee__table td {
    font-size: 0;
    vertical-align: top;
}

.fee__table .fee__price-value {
    padding-top: 27px;
    padding-right: 27px;
    font-size: 20px;
    font-weight: 500;
    line-height: 0.9;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
}

.fee__table .fee__price-value--rouble {
    padding-right: 50px;
}

.fee__table .fee__price-value--rouble span {
    position: relative;
    display: block;
}

.fee__table .fee__price-value--rouble span::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 22px;
    height: 22px;
    background-image: url("../img/rouble.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.fee__table .fee__row-title {
    font-size: 16px;
}

.fee__table .fee__privilege {
    width: 101px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
}

.fee__previlege-data {
    position: relative;
    text-align: center;
    padding-top: 30px;
    padding-right: 25px;
}

.fee__previlege-data::before {
    position: absolute;
    top: 2px;
    left: 50%;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 9px;
    transform: translateX(-21px);
    background-color: #fde678;
    background-image: url("../img/fee-previlege.png");
    background-repeat: no-repeat;
    background-position: center;
}

.fee__previlege-data--false::before {
    background-color: #787878;
}

.fee__nav {
    margin: 0 auto;
}

.fee__list {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 0;
    margin: 0;
    list-style: none;
}

.fee__nav-item {
    margin: 0;
    padding: 0 21px;
    border: 2px solid transparent;
    border-radius: 18px;
}

.fee__nav-item--active {
    border-color: #fde678;
}

.fee__nav-link {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0.033em;
    text-decoration: none;
    color: #6bcbdc;
    border-bottom: 1px dashed #6bcbdc;
}

.fee__buttons {
    display: flex;
    justify-content: flex-end;
}

.fee__button {
    margin-right: 24px;
    padding: 0;
    width: 180px;
    height: 36px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #23323f;
    letter-spacing: 0.011em;
    border-color: transparent;
    border-radius: 18px;
    background-color: #fde678;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.18);
}

.fee__button:hover {
    background-color: #ffed98;
}

.fee__button:active {
    background-color: #fcdd4a;
}

.fee__nav-item:hover .fee__nav-link {
    color: #a0d5de;
    border-color: #a0d5de;
}

.fee__nav-item:active .fee__nav-link {
    color: #4095ad;
    border-color: #4095ad;
}

.fee__nav-item--active .fee__nav-link {
    color: #ffffff;
    border-color: transparent;
}

.fee__nav-item--active:hover .fee__nav-link {
    cursor: default;
    color: #ffffff;
    border-color: transparent;
}

.specialists {
    min-width: 1024px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 75px;
}

.specialists--events-calendar, .specialists--crossroad {
    margin-top: 69px;
    padding-bottom: 57px;
    min-width: none;
    max-width: none;
}

.specialists--events-calendar .specialists__cards, .specialists--crossroad .specialists__cards {
    min-width: 1024px;
    max-width: 1200px;
    margin: 0 auto;
}

.specialists__header {
    display: flex;
    justify-content: space-between;
    min-width: 1004px;
    max-width: 1200px;
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-bottom: 20px;
}

.specialists__header a {
    position: relative;
    padding-top: 10px;
    padding-right: 17px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.005em;
    color: #4095ad;
}

.specialists__header a:hover {
    color: #6bcbdc;
}

.specialists__header a:hover svg {
    fill: #6bcbdc;
}

.specialists__header a:active {
    color: #23323f;
}

.specialists__header a:active svg {
    fill: #23323f;
}

.specialists__header a svg {
    position: absolute;
    top: 12px;
    right: 2px;
    fill: #4095ad;
}

.specialists__title {
    padding-top: 50px;
    padding-bottom: 22px;
}

.specialists__cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.specialists__item {
    width: 172px;
    height: 191px;
    padding-top: 5px;
    border-radius: 10px;
}

.specialists__item img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.specialists__item:hover {
    box-shadow: 0 10px 20px 0 rgba(4, 6, 6, 0.2), 10px 0 20px -10px rgba(4, 6, 6, 0.75), -10px 0 20px -10px rgba(4, 6, 6, 0.75);
}

.specialists__item:active {
    box-shadow: 0 1px 5px 0 rgba(4, 6, 6, 0.2), 10px 0 20px -10px rgba(4, 6, 6, 0.75), -10px 0 20px -10px rgba(4, 6, 6, 0.75);
}

.specialists__info {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    width: 150px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.011em;
    color: #23323f;
    text-decoration: none;
}

.specialists__info:hover {
    text-decoration: underline;
}

.specialists__info:active {
    text-decoration: none;
}

.specialists__surname {
    display: block;
}

.specialists__name {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    font-weight: 400;
}

.specialists__link-outer {
    width: 100%;
}

.specialists__link {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 29px;
    padding-top: 9px;
    padding-right: 18px;
    width: 228px;
    height: 36px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #4c2c06;
    border-radius: 18px;
    background-color: #fde678;
    box-shadow: 0 6px 18px 0 rgba(253, 230, 120, 0.54);
}

.specialists__link:hover {
    background-color: #ffed98;
}

.specialists__link:active {
    background-color: #fcdd4a;
}

.specialists__link-symbol {
    position: absolute;
    top: 12px;
    right: 35px;
}

.courses {
    min-width: 1024px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 45px;
}

.courses__title {
    padding-bottom: 12px;
}

.courses__subtitle {
    margin: 0;
    padding-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.011em;
}

.courses__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.courses__card {
    padding-top: 46px;
    padding-left: 81px;
    width: 32%;
    height: 270px;
    letter-spacing: 0.019em;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #eaebed;
}

.courses__card--age {
    padding-left: 72px;
}

.courses__card--target {
    padding-left: 55px;
}

.courses__card-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #23323f;
}

.courses__list {
    margin: 0;
    margin-top: 11px;
    padding: 0;
    padding-left: 25px;
    font-size: 16px;
    line-height: 1.88;
    list-style: none;
    letter-spacing: 0.011em;
}

.courses__list--target {
    margin-top: 15px;
    line-height: 1.5;
}

.courses__list-item {
    position: relative;
}

.courses__list-item::before {
    position: absolute;
    top: 8px;
    left: -24px;
    content: "";
    width: 12px;
    height: 12px;
    border: solid 2px #6bcbdc;
    border-radius: 6px;
}

.courses__list-item--target {
    margin-top: 5px;
}

.courses__list-item--target::before {
    top: 5px;
}

.courses__button {
    margin: 0 auto;
    margin-top: 20px;
    padding-top: 2px;
    width: 278px;
    height: 36px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0.011em;
    text-align: center;
    color: #4c2c06;
    border-radius: 18px;
    border-color: transparent;
    background-color: #fde678;
    box-shadow: 0 6px 18px 0 #fde678;
}

.courses__button:hover {
    background-color: #ffed98;
}

.courses__button:active {
    background-color: #fcdd4a;
}

.quote {
    width: 840px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.quote__author {
    position: relative;
    padding-top: 155px;
    padding-left: 26px;
    width: 204px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.011em;
    color: #23323f;
}

.quote__author img {
    position: absolute;
    top: 3px;
    left: 37px;
    border-radius: 50%;
}

.quote__author::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 42px;
    width: 149px;
    height: 145px;
    background-image: url("../img/review-autor-avatar-border.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.quote__activity {
    display: block;
    padding-top: 4px;
    opacity: 0.6;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.022em;
}

.quote__content {
    position: relative;
    padding-top: 17px;
    padding-left: 23px;
    padding-right: 52px;
    padding-bottom: 15px;
    width: 612px;
    font-size: 16px;
    line-height: 1.5;
    color: #23323f;
    border: 1px solid #eaebed;
    border-radius: 6px;
    background-color: #ffffff;
}

.quote__content::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 53px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 34px 21px 0;
    border-color: transparent #eaebed transparent transparent;
}

.quote__content::after {
    content: "";
    position: absolute;
    left: -33px;
    top: 53px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 34px 21px 0;
    border-color: transparent #ffffff transparent transparent;
}

.quote__content--2 {
    background-color: #fde678;
}

.quote__content--2::after {
    border-color: transparent #fde678 transparent transparent;
}

.quote__content--3 {
    background-color: #eaebed;
}

.quote__content--3::after {
    border-color: transparent #eaebed transparent transparent;
}

.quote__content--4 {
    background-color: #6bcbdc;
}

.quote__content--4::after {
    border-color: transparent #6bcbdc transparent transparent;
}

.quote__content h3 {
    letter-spacing: 0.011em;
}

.quote__content p {
    margin: 0;
    padding-top: 5px;
    padding-left: 1px;
    letter-spacing: 0.007em;
}

.checkbox {
    margin-top: 10px;
    min-height: 20px;
}

.checkbox input {
    display: none;
}

.checkbox input:checked ~ label::before {
    background-color: #fde678;
    border-color: transparent;
    transition: 0.2s ease-out;
}

.checkbox input:active ~ label {
    opacity: 0.6;
}

.checkbox input:checked ~ label::after {
    top: 3px;
    left: 4px;
    width: 10px;
    height: 5px;
    border-color: #23323f;
    border-top-style: none;
    border-right-style: none;
    transform: rotate(-45deg);
}

.checkbox label {
    display: block;
    position: relative;
    padding-left: 28px;
    font-size: 12px;
    line-height: 1.5;
    color: #23323f;
    cursor: pointer;
}

.checkbox label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #eaebed;
    cursor: pointer;
    transition: 0.2s ease-out;
}

.checkbox label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 2px;
    border: 2px solid transparent;
    border-top-style: none;
    border-right-style: none;
    transition: 0.2s ease-out;
    transform: rotate(-205deg);
}

.display-filter {
    height: 30px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-align: center;
    color: #23323f;
}

.display-filter__link {
    display: block;
    padding: 0;
    margin: 0;
    padding-top: 8px;
    width: 77px;
    height: 100%;
    color: #23323f;
    text-decoration: none;
    border: 1px solid #eaebed;
    border-right-color: transparent;
}

.display-filter__link--comments, .display-filter__link--views {
    width: 154px;
}

.display-filter__link--volume, .display-filter__link--views {
    border-right: 1px solid #eaebed;
    border-radius: 0 6px 6px 0;
}

.display-filter__link:hover:not(.display-filter__link--active) {
    background-color: #ffed98;
    border-color: transparent;
}

.display-filter__link--active {
    background-color: #fde678;
    border-color: transparent;
}

.display-filter__link:active {
    opacity: 0.6;
}

.display-filter__link--date, .display-filter__link--comments {
    border-radius: 6px 0 0 6px;
}

.display-filter__link--price, .display-filter__link--views, .display-filter__link--difficulty {
    position: relative;
    padding-right: 11px;
}

.display-filter__link--price::after, .display-filter__link--views::after, .display-filter__link--difficulty::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 9px;
    width: 16px;
    height: 16px;
    background-image: url("../img/filter-price.svg");
}

.display-filter__link--views::after {
    right: 30px;
}

.radio-view {
    height: 30px;
    font-size: 0;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-align: center;
    color: #23323f;
}

.radio-view__link {
    display: block;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 100%;
    cursor: pointer;
    border: 1px solid #eaebed;
    border-right: transparent;
    background-repeat: no-repeat;
    background-size: 16px;
}

.radio-view__link--icons {
    border-radius: 6px 0 0 6px;
    background-image: url("../img/view-icons.svg");
    background-position: 6px center;
}

.radio-view__link--list {
    border-right: 1px solid #eaebed;
    border-radius: 0 6px 6px 0;
    background-image: url("../img/view-list.svg");
    background-position: 5px center;
}

.radio-view__link--active {
    background-color: #fde678;
    border-color: transparent;
}

.radio-view__link:active {
    opacity: 0.6;
}

.radio-view__link:hover:not(.radio-view__link--active) {
    background-color: #ffed98;
    border-color: transparent;
}

.paginator {
    margin: 0 auto;
    margin-top: 13px;
    display: flex;
    width: 259px;
    height: 30px;
}

.paginator a,
.paginator span {
    display: block;
    vertical-align: bottom;
    width: 30px;
    height: 100%;
}

.paginator__page,
.paginator span {
    padding-top: 8px;
    background-color: #ffffff;
    border: solid 1px #eaebed;
    border-right: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-decoration: none;
    text-align: center;
    color: #23323f;
}

.paginator__page--active,
.paginator span--active {
    background-color: #fde678;
    border-color: transparent;
}

.paginator__page:focus,
.paginator span:focus {
    position: relative;
    z-index: 1;
}

.paginator__page:nth-child(2) {
    border-radius: 6px 0 0 6px;
}

.paginator__page:nth-last-child(2) {
    border-radius: 0 6px 6px 0;
    border-right: solid 1px #eaebed;
}

.paginator__page:hover:not(.paginator__page--active) {
    background-color: #ffed98;
    border-color: transparent;
}

.paginator__page:hover:not(.paginator__page--active):active {
    opacity: 0.6;
}

.paginator__prev, .paginator__next {
    position: relative;
    margin-right: 12px;
    font-size: 0;
    border-radius: 6px;
    background-color: #ffffff;
    border: solid 1px #eaebed;
}

.paginator__prev:hover, .paginator__next:hover {
    background-color: #ffed98;
    border-color: transparent;
}

.paginator__prev:active, .paginator__next:active {
    opacity: 0.6;
}

.paginator__next {
    margin-right: 0;
    margin-left: 12px;
}

.paginator__symbol {
    position: absolute;
    top: 8px;
    left: 8px;
}

.paginator__symbol--prev {
    transform: rotate(180deg);
}

.warning {
    position: relative;
    margin-top: 3px;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 54px;
    border-radius: 6px;
    background-color: #fff0e8;
}

.warning svg {
    position: absolute;
    top: 8px;
    left: 13px;
}

.warning div {
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.01em;
}

.warning div strong {
    font-weight: 700;
}

.questions {
    margin-top: 29px;
    padding-top: 12px;
    padding-left: 35px;
    padding-right: 36px;
    padding-bottom: 3px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.question {
    display: flex;
    margin-top: 17px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eaebed;
}

.question:last-of-type {
    border: none;
}

.question__answers {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1px;
    padding-right: 22px;
    width: 8.8%;
}

.question__answers span {
    font-weight: 500;
    text-align: center;
    opacity: 0.6;
}

.question__answers--resolved span {
    color: #7cd58d;
    opacity: 1;
}

.question__answers--resolved span:first-of-type {
    position: relative;
    padding-left: 9px;
}

.question__answers--resolved span:first-of-type::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -7px;
    width: 11px;
    height: 7px;
    border: 2px solid #7cd58d;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

.question__answers span:first-of-type {
    font-size: 22px;
    letter-spacing: 0.022em;
}

.question__answers span:last-of-type {
    padding-right: 2px;
    font-size: 14px;
    letter-spacing: 0.011em;
}

.question__core {
    width: 91.2%;
}

.question__core h5 {
    padding-right: 24px;
    color: #23323f;
    letter-spacing: 0.024em;
    line-height: 1.13;
}

.question__core a {
    text-decoration: none;
}

.question__recent {
    display: flex;
    margin-top: 14px;
    font-size: 12px;
    letter-spacing: 0.017em;
}

.question__recent a {
    position: relative;
    display: block;
    margin-right: 10px;
    padding-top: 2px;
    padding-left: 22px;
    color: #4095ad;
}

.question__recent a:hover {
    color: #6bcbdc;
}

.question__recent a:active {
    color: #23323f;
}

.question__recent a svg {
    position: absolute;
    left: 2px;
    top: 0;
    fill: #23323f;
    opacity: 0.6;
}

.question__recent span {
    position: relative;
    display: block;
    padding-top: 2px;
    padding-left: 19px;
    opacity: 0.6;
}

.question__recent span::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    width: 4px;
    height: 4px;
    background-color: #23323f;
    border-radius: 2px;
}

.question footer {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}

.question__tags {
    display: flex;
    font-size: 12px;
    letter-spacing: 0.015em;
    text-align: center;
}

.question__tags span {
    display: block;
    margin-right: 6px;
    padding: 0 14px;
    padding-top: 5px;
    min-height: 24px;
    background-color: #eaebed;
    border-radius: 12px;
}

.question__tags span:hover {
    color: #4c2c06;
    background-color: #ffed98;
}

.question__tags span:active {
    color: #4c2c06;
    background-color: #fcdd4a;
}

.question__tags .question__specialist-answer {
    position: relative;
    padding-left: 32px;
    padding-right: 10px;
    font-weight: 700;
    background-color: #fde678;
}

.question__tags .question__specialist-answer svg {
    position: absolute;
    top: 3px;
    left: 11px;
}

.question__stats {
    display: flex;
    font-size: 12px;
    letter-spacing: 0.011em;
    text-align: right;
    opacity: 0.6;
}

.question__stats span {
    display: block;
    padding-top: 5px;
}

.question__stats span:last-of-type {
    position: relative;
    margin-left: 5px;
    padding-left: 20px;
}

.question__stats span:last-of-type::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 4px;
    width: 4px;
    height: 4px;
    background-color: #23323f;
    border-radius: 2px;
}

.question .heading:hover {
    text-decoration: underline;
}

.question .heading:active {
    opacity: 0.6;
    text-decoration: underline;
}

.thread {
    margin-top: 5px;
    padding: 0 36px;
    padding-top: 24px;
    padding-bottom: 18px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.thread .education__watch-button {
    margin-top: 0;
}

.thread header {
    display: flex;
    justify-content: space-between;
}

.thread__recent {
    display: flex;
    margin-top: 13px;
    font-size: 12px;
    letter-spacing: 0.013em;
}

.thread__recent a {
    position: relative;
    display: block;
    margin-right: 10px;
    padding-top: 2px;
    padding-left: 21px;
    color: #4095ad;
}

.thread__recent a:hover {
    color: #6bcbdc;
}

.thread__recent a:active {
    color: #23323f;
}

.thread__recent a svg {
    position: absolute;
    left: 0;
    top: 0;
    fill: #23323f;
    opacity: 0.6;
}

.thread__recent span {
    position: relative;
    display: block;
    padding-top: 2px;
    padding-left: 17px;
    opacity: 0.6;
}

.thread__recent span::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 1px;
    width: 4px;
    height: 4px;
    background-color: #23323f;
    border-radius: 2px;
}

.thread h2 {
    margin-top: 6px;
    margin-bottom: 14px;
}

.thread p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.thread p:not(:last-of-type) {
    margin-bottom: 12px;
}

.thread footer {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 17px;
    border-top: 1px solid #eaebed;
}

.thread__tags {
    display: flex;
    font-size: 12px;
    letter-spacing: 0.015em;
    text-align: center;
}

.thread__tags span {
    display: block;
    margin-right: 6px;
    padding: 0 14px;
    padding-top: 5px;
    min-height: 24px;
    background-color: #eaebed;
    border-radius: 12px;
}

.thread__tags span:hover {
    color: #4c2c06;
    background-color: #ffed98;
}

.thread__tags span:active {
    color: #4c2c06;
    background-color: #fcdd4a;
}

.thread__tags .question__specialist-answer {
    position: relative;
    padding-left: 32px;
    padding-right: 10px;
    font-weight: 700;
    background-color: #fde678;
}

.thread__tags .question__specialist-answer svg {
    position: absolute;
    top: 3px;
    left: 11px;
}

.thread__stats {
    display: flex;
    padding-top: 1px;
    font-size: 12px;
    letter-spacing: 0.011em;
    text-align: right;
    opacity: 0.6;
}

.thread__stats span {
    display: block;
    padding-top: 5px;
}

.thread__stats span:last-of-type {
    position: relative;
    margin-left: 5px;
    padding-left: 20px;
}

.thread__stats span:last-of-type::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 6px;
    width: 4px;
    height: 4px;
    background-color: #23323f;
    border-radius: 2px;
}

.thread-answer {
    display: flex;
    margin-top: 9px;
    margin-bottom: 26px;
    padding-top: 17px;
    padding-bottom: 16px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.thread-answer--expert {
    border: solid 2px #fde678;
}

.thread-answer__rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 47px;
    width: 11.2%;
}

.thread-answer__rating span {
    padding-left: 10px;
    font-weight: 500;
    text-align: center;
    opacity: 0.6;
}

.thread-answer__rating--resolved span {
    color: #7cd58d;
    opacity: 1;
}

.thread-answer__rating--resolved span:first-of-type {
    position: relative;
    padding-left: 18px;
}

.thread-answer__rating--resolved span:first-of-type::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 1px;
    width: 11px;
    height: 7px;
    border: 2px solid #7cd58d;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

.thread-answer__rating span:first-of-type {
    font-size: 22px;
    letter-spacing: 0.022em;
}

.thread-answer__rating span:last-of-type {
    padding-left: 5px;
    font-size: 14px;
    letter-spacing: 0.011em;
}

.thread-answer__core {
    width: 88.8%;
    padding-right: 32px;
}

.thread-answer__core header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 13px;
    border-bottom: 1px solid #eaebed;
}

.thread-answer__core p {
    margin: 0;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
}

.thread-answer__core p:last-of-type {
    margin-bottom: 9px;
}

.thread-answer__core footer {
    display: flex;
    border-top: 1px solid #eaebed;
}

.thread-answer__author {
    display: flex;
    font-size: 12px;
    letter-spacing: 0.017em;
}

.thread-answer__author a {
    position: relative;
    display: block;
    margin-right: 10px;
    padding-top: 3px;
    padding-left: 21px;
    color: #4095ad;
}

.thread-answer__author a:hover {
    color: #6bcbdc;
}

.thread-answer__author a:active {
    color: #23323f;
}

.thread-answer__author a svg {
    position: absolute;
    left: -1px;
    top: 0;
    fill: #23323f;
    opacity: 0.6;
}

.thread-answer__author span {
    position: relative;
    display: block;
    padding-top: 3px;
    padding-left: 22px;
    opacity: 0.6;
}

.thread-answer__author span::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 5px;
    width: 4px;
    height: 4px;
    background-color: #23323f;
    border-radius: 2px;
}

.thread-answer__correct {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.014em;
}

.thread-answer__text {
    margin-top: 14px;
}

.thread-answer__like, .thread-answer__trusty {
    position: relative;
    display: block;
    margin-top: 17px;
    margin-right: 18px;
    padding-top: 4px;
    padding-left: 34px;
    padding-right: 16px;
    min-height: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #4c2c06;
    text-decoration: none;
    border-radius: 15px;
    border: 2px solid #fde678;
}

.thread-answer__like:hover, .thread-answer__trusty:hover {
    border-color: transparent;
    background-color: #ffed98;
}

.thread-answer__like:active, .thread-answer__trusty:active {
    border-color: transparent;
    background-color: #fcdd4a;
}

.thread-answer__like svg, .thread-answer__trusty svg {
    position: absolute;
    top: 5px;
    left: 14px;
    fill: #4c2c06;
}

.thread-answer__trusty::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 18px;
    width: 11px;
    height: 7px;
    border: 2px solid #4c2c06;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

.content-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    padding: 24px 0;
    border-radius: 6px;
    background-color: #fde678;
}

.content-login__inner {
    display: flex;
    width: 315px;
}

.content-login__symbol {
    margin-right: 10px;
}

.content-login__symbol svg {
    fill: #4c2c06;
}

.content-login__label {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.011em;
    color: #4c2c06;
}

.content-login__link {
    position: relative;
    display: block;
    margin-top: 8px;
    padding-top: 10px;
    padding-left: 43px;
    padding-right: 22px;
    min-height: 36px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.011em;
    color: #4c2c06;
    text-decoration: none;
    border-radius: 18px;
    background-color: #ffffff;
}

.content-login__link:hover {
    background-color: #ffed98;
}

.content-login__link:active {
    background-color: #fcdd4a;
}

.content-login__link svg {
    position: absolute;
    left: 20px;
    fill: #4c2c06;
}

.format-card {
    display: block;
    height: 264px;
    max-width: 588px;
    width: calc(50% - 24px);
    min-width: 488px;
    margin: 0 12px;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #eaebed;
    border-radius: 5px;
    background-repeat: no-repeat;
}

.format-card_1 {
    background-position: calc(100% - 24px) center;
    background-size: 138px auto;
    background-image: url(../img/format1.svg);
}

.format-card_2 {
    background-position: 27px center;
    background-size: 143px auto;
    background-image: url(../img/format2.svg);
}

.format-card_3 {
    background-position: 35px center;
    background-size: 131px auto;
    background-image: url(../img/format3.svg);
}

.format-card_4 {
    background-position: calc(100% - 24px) center;
    background-size: 164px auto;
    background-image: url(../img/format4.svg);
}

.format-card_5 {
    background-position: calc(100% - 30px) center;
    background-size: 151px auto;
    background-image: url(../img/format5.svg);
}

.format-card_6 {
    background-position: 20px center;
    background-size: 164px auto;
    background-image: url(../img/format6.png);
}

.format-card__wrap {
    width: 278px;
    margin-left: 23px;
    margin-top: 14px;
}

.format-card_left-img .format-card__wrap {
    width: 270px;
    margin-left: calc(100% - 286px);
}

.format-card__title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #4c2c06;
}

.format-card__text {
    min-height: 120px;
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}

.format-card__btn {
    display: block;
    width: 125px;
    height: 36px;
    margin: 0;
    padding-top: 7px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    color: #23323f;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
    box-shadow: 0 6px 16px -4px #fde678;
}

.format-card__btn:hover {
    background-color: #ffed98;
}

.format-card__btn:active {
    background-color: #fcdd4a;
}

.format-card__btn-symbol {
    margin-left: 5px;
    margin-bottom: -2px;
    fill: currentColor;
}

.formats {
    display: block;
    min-width: 1024px;
    max-width: 1200px;
    min-height: 1077px;
    margin: 0 auto;
}

.formats__cards-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 100%;
    height: 841px;
}

.formats .section-heading {
    padding-top: 68px;
    padding-bottom: 46px;
    letter-spacing: 0;
}

.circle-nav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 996px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.circle-nav__item {
    position: relative;
    z-index: 20;
    margin: 0;
    padding: 0;
}

.circle-nav__item:nth-child(1) {
    margin-left: 90px;
    margin-top: 65px;
}

.circle-nav__item:nth-child(2) {
    margin-left: 206px;
    margin-right: 200px;
}

.circle-nav__item:nth-child(3) {
    margin-left: 33px;
    margin-top: 261px;
}

.circle-nav__item:nth-child(4) {
    margin-left: 498px;
    margin-top: 164px;
}

.circle-nav__item:nth-child(5) {
    margin-left: 234px;
    margin-top: 238px;
}

.circle-nav__item:nth-child(6) {
    margin-left: 199px;
    margin-top: 157px;
}

.circle-nav__item:after {
    position: absolute;
    z-index: 1;
    display: block;
    content: '';
    width: 3px;
    height: 88px;
    background-color: #57909a;
}

.circle-nav__item:nth-child(1):after {
    top: 78px;
    left: 189px;
    transform: rotate(-60deg);
}

.circle-nav__item:nth-child(2):after {
    top: 25px;
    left: -18px;
}

.circle-nav__item:nth-child(3):after {
    top: 52px;
    left: 237px;
    transform: rotate(-120deg);
}

.circle-nav__item:nth-child(4):after {
    top: -83px;
    left: -12px;
    transform: rotate(60deg);
}

.circle-nav__item:nth-child(5):after {
    top: -71px;
    left: 252px;
}

.circle-nav__item:nth-child(6):after {
    top: -103px;
    left: 50px;
    transform: rotate(120deg);
}

.circle-nav__item:hover:after {
    background-color: #6bcbdc;
}

.circle-nav__item:active:after {
    background-color: #4095ad;
}

.circle-nav__item_active:after, .circle-nav__item_active:hover:after, .circle-nav__item_active:active:after {
    background-color: #fde678;
}

.circle-nav__link {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    color: #c0c0c0;
}

.circle-nav__item:hover .circle-nav__link {
    color: #6bcbdc;
}

.circle-nav__item:active .circle-nav__link {
    color: #4095ad;
}

.circle-nav__item_active .circle-nav__link {
    color: #ffffff;
}

.circle-nav__item_active:hover .circle-nav__link {
    cursor: default;
    color: #ffffff;
}

.circle-nav__symbol {
    position: absolute;
    fill: #57909a;
}

.circle-nav__item:hover .circle-nav__symbol,
.circle-nav__item:active .circle-nav__symbol {
    fill: currentColor;
}

.circle-nav__item_active .circle-nav__symbol {
    fill: #fde678;
}

.circle-nav__item_active:hover .circle-nav__symbol,
.circle-nav__item_active:active .circle-nav__symbol {
    fill: #fde678;
}

.circle-nav__item:nth-child(1) .circle-nav__symbol {
    top: 30px;
    right: 0;
}

.circle-nav__item:nth-child(2) .circle-nav__symbol {
    top: 26px;
    left: -2px;
}

.circle-nav__item:nth-child(3) .circle-nav__symbol {
    top: 30px;
    right: 0;
}

.circle-nav__item:nth-child(4) .circle-nav__symbol {
    top: -34px;
    left: 0;
}

.circle-nav__item:nth-child(5) .circle-nav__symbol {
    top: -36px;
    right: -2px;
}

.circle-nav__item:nth-child(6) .circle-nav__symbol {
    top: -38px;
    left: 2px;
}

.circle-nav__circle {
    position: absolute;
    z-index: 1;
    top: 98px;
    left: 50%;
    transform: translateX(-50%);
    width: 457px;
    height: 456px;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    overflow: hidden;
}

.circle-nav__sectors-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 456px;
    height: 456px;
    border: 1px solid transparent;
    border-radius: 50%;
}

.circle-nav__sector {
    position: absolute;
    width: 50%;
    height: 50%;
    color: #57909a;
    background-color: currentColor;
}

.circle-nav__sector_1 {
    left: 0;
    top: 0;
    transform-origin: right bottom;
    transform: rotate(-4deg) skewY(-143deg);
}

.circle-nav__sector_2 {
    left: 50%;
    top: 0;
    transform-origin: left bottom;
    transform: rotate(4deg) skewY(143deg);
}

.circle-nav__sector_3 {
    left: 0;
    top: 0;
    transform-origin: right bottom;
    transform: rotate(-64deg) skewY(-143deg);
}

.circle-nav__sector_4 {
    left: 50%;
    top: 0;
    transform-origin: left bottom;
    transform: rotate(64deg) skewY(143deg);
}

.circle-nav__sector_5 {
    left: 0;
    top: 0;
    transform-origin: right bottom;
    transform: rotate(-124deg) skewY(-143deg);
}

.circle-nav__sector_6 {
    left: 50%;
    top: 0;
    transform-origin: left bottom;
    transform: rotate(124deg) skewY(143deg);
}

.circle-nav__item:nth-child(1):hover ~ .circle-nav__circle .circle-nav__sector_1 {
    color: #6bcbdc;
}

.circle-nav__item:nth-child(2):hover ~ .circle-nav__circle .circle-nav__sector_2 {
    color: #6bcbdc;
}

.circle-nav__item:nth-child(3):hover ~ .circle-nav__circle .circle-nav__sector_3 {
    color: #6bcbdc;
}

.circle-nav__item:nth-child(4):hover ~ .circle-nav__circle .circle-nav__sector_4 {
    color: #6bcbdc;
}

.circle-nav__item:nth-child(5):hover ~ .circle-nav__circle .circle-nav__sector_5 {
    color: #6bcbdc;
}

.circle-nav__item:nth-child(6):hover ~ .circle-nav__circle .circle-nav__sector_6 {
    color: #6bcbdc;
}

.circle-nav__item:nth-child(1):active ~ .circle-nav__circle .circle-nav__sector_1 {
    color: #4095ad;
}

.circle-nav__item:nth-child(2):active ~ .circle-nav__circle .circle-nav__sector_2 {
    color: #4095ad;
}

.circle-nav__item:nth-child(3):active ~ .circle-nav__circle .circle-nav__sector_3 {
    color: #4095ad;
}

.circle-nav__item:nth-child(4):active ~ .circle-nav__circle .circle-nav__sector_4 {
    color: #4095ad;
}

.circle-nav__item:nth-child(5):active ~ .circle-nav__circle .circle-nav__sector_5 {
    color: #4095ad;
}

.circle-nav__item:nth-child(6):active ~ .circle-nav__circle .circle-nav__sector_6 {
    color: #4095ad;
}

.circle-nav__item_active:nth-child(1) ~ .circle-nav__circle .circle-nav__sector_1 {
    color: #fde678;
}

.circle-nav__item_active:nth-child(2) ~ .circle-nav__circle .circle-nav__sector_2 {
    color: #fde678;
}

.circle-nav__item_active:nth-child(3) ~ .circle-nav__circle .circle-nav__sector_3 {
    color: #fde678;
}

.circle-nav__item_active:nth-child(4) ~ .circle-nav__circle .circle-nav__sector_4 {
    color: #fde678;
}

.circle-nav__item_active:nth-child(5) ~ .circle-nav__circle .circle-nav__sector_5 {
    color: #fde678;
}

.circle-nav__item_active:nth-child(6) ~ .circle-nav__circle .circle-nav__sector_6 {
    color: #fde678;
}

.circle-nav__item_active:nth-child(1):hover ~ .circle-nav__circle .circle-nav__sector_1 {
    color: #fde678;
}

.circle-nav__item_active:nth-child(2):hover ~ .circle-nav__circle .circle-nav__sector_2 {
    color: #fde678;
}

.circle-nav__item_active:nth-child(3):hover ~ .circle-nav__circle .circle-nav__sector_3 {
    color: #fde678;
}

.circle-nav__item_active:nth-child(4):hover ~ .circle-nav__circle .circle-nav__sector_4 {
    color: #fde678;
}

.circle-nav__item_active:nth-child(5):hover ~ .circle-nav__circle .circle-nav__sector_5 {
    color: #fde678;
}

.circle-nav__item_active:nth-child(6):hover ~ .circle-nav__circle .circle-nav__sector_6 {
    color: #fde678;
}

.circle-nav__item_active:nth-child(1):active ~ .circle-nav__circle .circle-nav__sector_1 {
    color: #fde678;
}

.circle-nav__item_active:nth-child(2):active ~ .circle-nav__circle .circle-nav__sector_2 {
    color: #fde678;
}

.circle-nav__item_active:nth-child(3):active ~ .circle-nav__circle .circle-nav__sector_3 {
    color: #fde678;
}

.circle-nav__item_active:nth-child(4):active ~ .circle-nav__circle .circle-nav__sector_4 {
    color: #fde678;
}

.circle-nav__item_active:nth-child(5):active ~ .circle-nav__circle .circle-nav__sector_5 {
    color: #fde678;
}

.circle-nav__item_active:nth-child(6):active ~ .circle-nav__circle .circle-nav__sector_6 {
    color: #fde678;
}

.feature-card {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 396px;
    width: 396px;
    margin: 0 15px;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 50%;
}

.feature-card_show {
    display: flex;
}

.feature-card__symbol {
    fill: #fde678;
}

.feature-card__title {
    margin: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: 400;
    color: #4c2c06;
}

.feature-card__text {
    width: 250px;
    height: 120px;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4c2c06;
    overflow: hidden;
}

.feature-card__btn {
    display: block;
    width: 125px;
    height: 36px;
    margin: 0;
    padding-top: 7px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    color: #23323f;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
    box-shadow: 0 6px 16px -4px #fde678;
}

.feature-card__btn:hover {
    background-color: #ffed98;
}

.feature-card__btn:active {
    background-color: #fcdd4a;
}

.feature-card__btn-symbol {
    margin-left: 5px;
    margin-bottom: -2px;
    fill: currentColor;
}

.features {
    position: relative;
    display: block;
    width: 996px;
    min-height: 795px;
    margin: 0 auto;
    color: #ffffff;
}

.features__cards-wrap {
    position: absolute;
    z-index: 2;
    top: 227px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 426px;
    height: 426px;
    margin: 0 auto;
    background-color: #383838;
    border: 1px solid transparent;
    border-radius: 50%;
}

.features .section-heading {
    height: 114px;
    padding-top: 34px;
    padding-bottom: 38px;
    letter-spacing: 0;
}

.unique-card {
    display: block;
    height: 188px;
    width: 100%;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
}

.unique-card_1 {
    margin-bottom: 22px;
    background-position: right bottom;
    background-size: 206px 187px;
    background-image: url(../img/unique1.svg);
}

.unique-card_2 {
    margin-bottom: 30px;
    background-position: 13px center;
    background-size: 204px 185px;
    background-image: url(../img/unique2.svg);
}

.unique-card_3 {
    margin-bottom: 22px;
    background-position: 623px bottom;
    background-size: 210px 186px;
    background-image: url(../img/unique3.svg);
}

.unique-card_4 {
    background-position: 59px bottom;
    background-size: 134px 187px;
    background-image: url(../img/unique4.svg);
}

.unique-card__wrap {
    position: relative;
    width: 590px;
    height: 188px;
    background-color: #ffffff;
    border: 1px solid #eaebed;
    border-radius: 5px;
}

.unique-card__wrap:before {
    position: absolute;
    z-index: 2;
    display: block;
    content: '';
    top: 74px;
    right: -33px;
    width: 0px;
    height: 0px;
    border-right: none;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 34px solid #ffffff;
}

.unique-card__wrap:after {
    position: absolute;
    z-index: 1;
    display: block;
    content: '';
    top: 73px;
    right: -35px;
    width: 0px;
    height: 0px;
    border-right: none;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 35px solid #eaebed;
}

.unique-card_left-img .unique-card__wrap {
    margin-left: 250px;
}

.unique-card_left-img .unique-card__wrap:before {
    left: -33px;
    border-left: none;
    border-right: 34px solid #ffffff;
}

.unique-card_left-img .unique-card__wrap:after {
    left: -35px;
    border-left: none;
    border-right: 35px solid #eaebed;
}

.unique-card__title {
    margin: 0;
    padding: 0;
    padding-top: 23px;
    padding-bottom: 2px;
    padding-left: 26px;
    font-size: 24px;
    font-weight: 400;
    line-height: 42px;
    color: #4c2c06;
}

.unique-card__text {
    height: 90px;
    margin: 0;
    padding: 0;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #23323f;
    overflow: hidden;
}

.unique {
    display: block;
    width: 840px;
    margin: 0 auto 67px;
}

.unique__cards-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.unique .section-heading {
    padding-top: 64px;
    padding-bottom: 50px;
    letter-spacing: 0;
}

.blue-gradient-block {
    margin: 0 auto;
    width: calc(100% - 20px);
    min-width: 1004px;
    max-width: 1200px;
    height: 264px;
    border-radius: 6px;
    background-image: linear-gradient(102deg, #4ab6c9, #077185);
    box-shadow: 0 6px 18px 0 rgba(42, 149, 169, 0.4);
}

.education {
    display: flex;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 1200px;
    width: calc(100% - 20px);
    min-width: 1004px;
}

.education__courses {
    width: 74.5%;
}

.education__header {
    display: flex;
    justify-content: space-between;
}

.education__title {
    position: relative;
    padding-top: 22px;
    padding-left: 53px;
    padding-right: 74px;
}

.education__title span {
    position: absolute;
    padding-top: 3px;
    right: 0;
    top: 12px;
    display: block;
    width: 30px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    border-radius: 9px;
    background-color: #d8d8d8;
}

.education__title::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 18px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-image: url("../img/format3.svg"), linear-gradient(315deg, #ffc200, #ff3d3d);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px, auto;
    box-shadow: 0 6px 12px 0 rgba(255, 120, 34, 0.4);
}

.education__watch-button {
    position: relative;
    margin-top: 18px;
    padding: 0;
    padding-left: 22px;
    padding-top: 10px;
    width: 216px;
    height: 36px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    color: #4c2c06;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    letter-spacing: 0.015em;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.education__watch-button::before {
    position: absolute;
    left: 14px;
    top: 9px;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("../img/view-eye.svg");
    background-repeat: no-repeat;
}

.education__watch-button:hover {
    background-color: #ffed98;
}

.education__watch-button:active {
    background-color: #fcdd4a;
}

.education__annotation p {
    margin: 0;
    padding: 7px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #23323f;
}

.education__program {
    margin-top: 42px;
}

.education__program-title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.007em;
    color: #23323f;
}

.education__program-display {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #23323f;
}

.education__program-display span {
    margin-right: 9px;
    padding-top: 8px;
}

.education__sort {
    display: flex;
}

.education__view {
    display: flex;
}

.education__filters {
    display: flex;
    height: 30px;
    border-radius: 6px;
    background-color: #ffffff;
}

.education__radio {
    display: flex;
}

.education__cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.education__tab {
    display: none;
}

.education__tab_show {
    display: block;
}

.education .search-course-card:first-child {
    margin-top: 25px;
}

.content {
    display: flex;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 50px;
    max-width: 1200px;
    width: calc(100% - 20px);
    min-width: 1004px;
}

.content--margin-top-42 {
    margin-top: 42px;
}

.content--padding-bottom-27 {
    padding-bottom: 27px;
}

.content__scheme {
    width: 74.5%;
}

.content__scheme h2 {
    padding-top: 9px;
}

.content__header--teacher {
    display: flex;
    margin-top: 37px;
}

.content__header--teacher img {
    display: block;
    margin-right: 14px;
    width: 182px;
    height: 182px;
    box-sizing: content-box;
    border-radius: 50%;
    border: 4px solid #fde678;
}

.content__header--teacher div {
    width: 77.181%;
    font-size: 16px;
    line-height: 1.5;
}

.content__header--teacher div h2 {
    padding-top: 6px;
}

.content__header--teacher div p {
    margin: 0;
    margin-top: 8px;
    padding-right: 10px;
}

.content__header--teacher div span {
    display: block;
    margin-top: 12px;
}

.content__header--teacher div span b {
    font-weight: 700;
}

.content__header--padding-left-22 {
    padding-left: 22px;
}

.content__header--news-details h2 {
    padding-top: 14px;
}

.content__description {
    margin-top: 23px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.events-calendar {
    padding-bottom: 52px;
}

.events-calendar__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px;
}

.events-calendar__header h3 {
    padding-top: 5px;
}

.events-calendar__header .education__watch-button {
    display: flex;
    align-items: center;
    margin: 0;
    padding-top: 0;
    padding-left: 37px;
}

.events-calendar__header .education__watch-button::before {
    top: 8px;
}

.events-calendar__annotation {
    font-size: 16px;
    line-height: 1.5;
}

.events-calendar__annotation p {
    margin: 0;
    margin-top: 7px;
    margin-bottom: 12px;
}

.events-nav ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.events-nav__item {
    min-width: 198px;
    min-height: 36px;
    background-color: #ffffff;
    border: 1px solid #eaebed;
    pointer-events: none;
}

.events-nav__item:first-of-type {
    border-radius: 6px 0 0 6px;
}

.events-nav__item:last-of-type {
    border-radius: 0 6px 6px 0;
}

.events-nav__item:not(:last-of-type) {
    border-right: none;
}

.events-nav__item a {
    display: block;
    padding-top: 10px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: center;
    text-decoration: none;
    color: #23323f;
    pointer-events: all;
}

.events-nav__item a:hover {
    background-color: #ffed98;
}

.events-nav__item--active {
    position: relative;
    background-color: #fcdd4a;
    border-color: transparent;
}

.events-nav__item--active::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: #fcdd4a transparent transparent transparent;
    pointer-events: none;
}

.events-nav__item--active a:hover {
    background-color: #fcdd4a;
    cursor: default;
}

.event-card {
    margin-top: 26px;
    width: calc((100% - 30px) / 6);
    margin-right: 6px;
    display: flex;
    flex-direction: column;
}

.event-card:nth-of-type(6n) {
    margin-right: 0;
}

.event-card__date {
    padding: 0 5px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.011em;
}

.event-card__description {
    padding: 0 5px 0;
    font-size: 12px;
    line-height: 1.5;
}

.event-card__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-top: 7px;
    padding: 0 5px;
    padding-bottom: 18px;
    width: 100%;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.event-card__content:hover {
    box-shadow: 0 10px 20px 0 rgba(4, 6, 6, 0.2), 10px 0 20px -10px rgba(4, 6, 6, 0.75), -10px 0 20px -10px rgba(4, 6, 6, 0.75);
}

.event-card__content:active {
    box-shadow: 0 1px 5px 0 rgba(4, 6, 6, 0.2), 10px 0 20px -10px rgba(4, 6, 6, 0.75), -10px 0 20px -10px rgba(4, 6, 6, 0.75);
}

.event-card__header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 12px;
    align-items: center;
    min-height: 36px;
}

.event-card__tag {
    display: flex;
    align-items: center;
    padding: 0 11px;
    min-height: 24px;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    border: solid 2px transparent;
    border-radius: 12px;
}

.event-card--offline .event-card__tag {
    border-color: #519eca;
}

.event-card--webinar .event-card__tag {
    border-color: #fcdd4a;
}

.event-card--masterclass .event-card__tag {
    border-color: #70b57c;
}

.event-card--special .event-card__content {
    position: relative;
    background-color: #f4fcfe;
    box-shadow: none;
    padding-bottom: 13px;
}

.event-card--special .event-card__content::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #6bcbdc;
    border-radius: 6px;
    pointer-events: none;
}

.event-card--special .event-card__content:hover {
    box-shadow: 0 10px 20px 0 rgba(4, 6, 6, 0.2), 10px 0 20px -10px rgba(4, 6, 6, 0.75), -10px 0 20px -10px rgba(4, 6, 6, 0.75);
}

.event-card--special .event-card__content:active {
    box-shadow: 0 1px 5px 0 rgba(4, 6, 6, 0.2), 10px 0 20px -10px rgba(4, 6, 6, 0.75), -10px 0 20px -10px rgba(4, 6, 6, 0.75);
}

.event-card--special .event-card__title {
    letter-spacing: 0.011em;
}

.event-card--special .event-card__footer {
    margin-top: 5px;
}

.event-card--special .event-card__footer a {
    margin-top: 6px;
}

.event-card--special .event-card__curator {
    padding: 0;
    display: flex;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.007em;
    opacity: 1;
}

.event-card--special .event-card__curator img {
    margin-right: 7px;
    margin-bottom: 0.5px;
    height: 40.5px;
}

.event-card--special .event-card__curator span {
    display: block;
    padding-top: 2px;
}

.event-card__time {
    padding-top: 4px;
    font-size: 12px;
}

.event-card__title {
    flex-grow: 1;
    margin: 0;
    padding-top: 11px;
    min-height: 109px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    border-top: 1px solid #eaebed;
    border-bottom: 1px solid #eaebed;
}

.event-card__footer {
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
}

.event-card__footer a {
    position: relative;
    display: block;
    font-size: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #fde678;
    border-radius: 15px;
}

.event-card__footer a:hover {
    background-color: #ffed98;
    border-color: transparent;
}

.event-card__footer a:active {
    background-color: #fcdd4a;
    border-color: transparent;
}

.event-card__footer a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.event-card__curator {
    position: relative;
    padding-top: 10px;
    padding-left: 19px;
    max-width: 74%;
    font-size: 11px;
    opacity: 0.6;
}

.event-card__curator svg {
    position: absolute;
    top: 7px;
    left: -1px;
}

.event-card__placeholder {
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.29;
}

.event-card__placeholder div {
    margin-top: 72px;
}

.event-card__placeholder a {
    display: block;
    margin-top: 11px;
    color: #4095ad;
}

.event-card__placeholder a:hover {
    color: #6bcbdc;
}

.event-card__placeholder a:active {
    color: #23323f;
}

.events-cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 4px;
    padding-bottom: 20px;
    max-width: 1200px;
    width: calc(100% - 20px);
    min-width: 1004px;
}

.webinar-specification {
    padding: 0 35px;
    padding-bottom: 3px;
}

.webinar-specification h3 {
    padding-top: 27px;
}

.webinar-specification__list {
    margin: 0;
    padding: 0;
    padding-top: 11px;
    list-style: none;
    font-size: 16px;
    line-height: 1.5;
    color: #23323f;
}

.webinar-specification__list li {
    position: relative;
    padding-left: 43px;
    padding-bottom: 18px;
}

.webinar-specification__list li::before {
    content: "1";
    position: absolute;
    top: 3px;
    left: 1px;
    padding-left: 1px;
    width: 18px;
    height: 18px;
    font-size: 10px;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border-radius: 9px;
}

.webinar-specification__list li:nth-of-type(2)::before {
    content: "2";
}

.webinar-specification__list li:nth-of-type(3)::before {
    content: "3";
}

.webinar-specification__sublist {
    padding: 0;
    padding-top: 18px;
    padding-right: 90px;
    list-style: none;
    letter-spacing: 0.013em;
}

.webinar-specification__sublist li {
    padding-left: 35px;
}

.webinar-specification__sublist li:before {
    content: "А";
    top: 3px;
    left: -1px;
}

.webinar-specification__sublist li:nth-of-type(2)::before {
    content: "Б";
}

.webinar-specification__sublist li:nth-of-type(3)::before {
    content: "В";
}

.webinar-specification__sublist li:nth-of-type(4)::before {
    content: "Г";
}

.material-specification {
    padding-bottom: 27px;
}

.material-specification__container {
    padding: 0 35px;
    font-size: 16px;
    line-height: 1.5;
    color: #23323f;
}

.material-specification__container:last-of-type p:first-of-type {
    padding-top: 14px;
}

.material-specification__container:last-of-type p:nth-of-type(2) {
    padding-top: 12px;
}

.material-specification__container p {
    margin: 0;
    padding-top: 24px;
}

.material-specification__container p span {
    display: block;
    padding-top: 24px;
}

.material-specification__container .material-specification__padding-top-14 {
    padding-top: 14px;
}

.material-specification h4 {
    margin-top: 35px;
}

.material-specification h4:first-of-type {
    margin-top: 36px;
}

.material-specification h4:nth-of-type(2) {
    margin-top: 29px;
}

.material-specification img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 11px;
}

.material-specification ol {
    margin: 0;
    margin-top: 13px;
    padding: 0;
    list-style: none;
}

.material-specification li {
    position: relative;
    padding-bottom: 24px;
    padding-left: 43px;
}

.material-specification li::before {
    content: "1";
    position: absolute;
    top: 3px;
    left: 1px;
    padding-left: 1px;
    width: 18px;
    height: 18px;
    font-size: 10px;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border-radius: 9px;
}

.material-specification li:nth-of-type(2):before {
    content: "2";
}

.material-specification li:nth-of-type(3):before {
    content: "3";
}

.material-specification li:nth-of-type(4):before {
    content: "4";
}

.material-specification li:nth-of-type(5):before {
    content: "5";
}

.material-specification li:nth-of-type(6):before {
    content: "6";
}

.material-specification li:nth-of-type(7):before {
    content: "7";
}

.material-specification li:last-of-type {
    padding-bottom: 0;
}

.news-specification p {
    margin: 0;
    margin-top: 33px;
    padding-left: 36px;
    padding-right: 48px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.007em;
}

.news-specification p span {
    display: block;
    padding-bottom: 18px;
}

.news-specification p:first-of-type {
    margin: 0;
    padding-top: 33px;
    padding-bottom: 9px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.news-specification img {
    display: block;
/*  width: calc(100%);*/
    height: auto;
    max-width: 100%;
}

.news-specification h3 {
    margin-top: 30px;
    padding-left: 36px;
    padding-right: 48px;
}

.news-specification__video {
    position: relative;
    margin-top: 19px;
    width: 100%;
    height: 343px;
    background-color: #4e5a65;
    background-image: url("../img/teachers-day.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -130px 0;
    opacity: 0.9;
}

.news-specification__video-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.course-specification__container {
    padding-left: 37px;
    padding-right: 35px;
}

.course-specification__container h3 {
    padding-top: 31px;
}

.course-specification__container h4 {
    padding-top: 17px;
}

.course-specification__container p {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 19px;
    font-size: 16px;
    line-height: 1.5;
}

.course-specification__container p:first-of-type {
    padding-top: 34px;
    padding-bottom: 0;
}

.course-specification__container ul {
    margin: 0;
    padding: 0;
    padding-top: 13px;
    list-style: none;
    font-size: 16px;
    line-height: 1.5;
}

.course-specification__container ul li {
    position: relative;
    padding-left: 23px;
    padding-bottom: 24px;
}

.course-specification__container ul li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -1px;
    width: 12px;
    height: 12px;
    border: 4px solid #fde678;
    border-radius: 6px;
}

.course-specification__container ul li:last-of-type {
    padding-bottom: 0;
}

.course-specification__container:nth-of-type(3) {
    margin-top: 3px;
}

.course-structure {
    margin-top: 21px;
    border-top: 1px solid #eaebed;
}

.course-structure h3 {
    padding-top: 26px;
    padding-left: 36px;
    padding-right: 35px;
    padding-bottom: 20px;
}

.course-structure__header {
    background-color: #4095ad;
}

.course-structure__header h4 {
    padding-top: 9px;
    padding-left: 36px;
    padding-right: 184px;
    padding-bottom: 3px;
}

.course-structure__list {
    margin: 0;
    padding: 0;
    padding-left: 37px;
    padding-right: 35px;
    list-style: none;
}

.course-structure__item {
    position: relative;
    display: flex;
    padding-top: 13px;
    padding-left: 41px;
    padding-bottom: 10px;
    min-height: 96px;
    border-bottom: 1px solid #eaebed;
}

.course-structure__item .ghost-btn {
    display: flex;
    align-items: center;
    padding-top: 0;
}

.course-structure__item .ghost-btn svg {
    top: 5.4px;
}

.course-structure__item::before {
    content: "1";
    position: absolute;
    top: 15px;
    left: -1px;
    padding-left: 1px;
    width: 18px;
    height: 18px;
    font-size: 10px;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border-radius: 9px;
}

.course-structure__item:nth-of-type(2)::before {
    content: "2";
}

.course-structure__item:nth-of-type(3)::before {
    content: "3";
}

.course-structure__item:nth-of-type(4)::before {
    content: "4";
}

.course-structure__item:nth-of-type(5)::before {
    content: "5";
}

.course-structure__item:nth-of-type(6)::before {
    content: "6";
}

.course-structure__item:nth-of-type(7)::before {
    content: "7";
}

.course-structure__item:nth-of-type(8)::before {
    content: "8";
}

.course-structure__item:nth-of-type(9)::before {
    content: "9";
}

.course-structure__item:nth-of-type(10)::before {
    content: "10";
}

.course-structure__item:nth-of-type(11)::before {
    content: "11";
}

.course-structure__item:first-of-type {
    padding-top: 14px;
    margin-top: 1px;
}

.course-structure__item:last-of-type {
    border-color: transparent;
    padding-bottom: 33px;
}

.course-structure__item-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 80%;
    font-size: 16px;
    line-height: 1.5;
}

.course-structure__item-description div {
    padding-right: 10px;
}

.course-structure__item-description span {
    display: inline-block;
    margin-right: 41px;
    font-size: 14px;
    letter-spacing: 0.011em;
    opacity: 0.6;
}

.course-structure__item-type {
    position: relative;
    padding-top: 3px;
    padding-left: 29px;
}

.course-structure__item-type svg {
    position: absolute;
    top: 9px;
    left: 0;
}

.event-specification__container {
    padding: 0 36px;
    padding-top: 34px;
    padding-bottom: 43px;
    font-size: 16px;
    line-height: 1.5;
}

.event-specification__container p {
    margin: 0;
}

.event-specification__container div:nth-of-type(2) {
    margin-top: 27px;
}

.event-specification__container ul {
    margin: 0;
    margin-top: 12px;
    padding: 0;
    list-style: none;
}

.event-specification__container ul li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 24px;
}

.event-specification__container ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 4px solid #fde678;
    border-radius: 6px;
}

.event-specification__container h4:first-of-type {
    margin-top: 22px;
    margin-bottom: 13px;
}

.event-specification__container h4:nth-of-type(2) {
    margin-top: 59px;
    margin-bottom: 13px;
}

.event-specification__promo {
    margin-top: 22px;
    padding: 24px 20px 16px 257px;
    border-radius: 6px;
    background-image: url("../img/non-fiction.png"), linear-gradient(100deg, #a8edea, #fed6e3);
    background-position: 50px center, 0;
    background-repeat: no-repeat;
}

.event-specification__promo h2 {
    padding: 0;
    padding-bottom: 2px;
    letter-spacing: 0.006em;
    line-height: 1.2;
}

.event-specification__promo span {
    line-height: 2.25;
    letter-spacing: 0.012em;
}

.teacher-specification {
    padding-top: 28px;
    padding-left: 42px;
    padding-right: 36px;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 1.5;
}

.teacher-specification p {
    margin: 0;
    padding-bottom: 24px;
}

.teacher-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    width: 100%;
    min-height: 276px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.teacher-card:hover {
    box-shadow: 0 10px 20px 0 rgba(4, 6, 6, 0.2), 10px 0 20px -10px rgba(4, 6, 6, 0.75), -10px 0 20px -10px rgba(4, 6, 6, 0.75);
}

.teacher-card:active {
    box-shadow: 0 1px 5px 0 rgba(4, 6, 6, 0.2), 10px 0 20px -10px rgba(4, 6, 6, 0.75), -10px 0 20px -10px rgba(4, 6, 6, 0.75);
}

.teacher-card__wrapper {
    display: flex;
    flex-grow: 1;
}

.teacher-card img {
    margin-top: 28px;
    margin-left: 22px;
    margin-right: 3.769%;
    background-color: #d8d8d8;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12);
    border: solid 2px #ffffff;
    border-radius: 50%;
    box-sizing: content-box;
}

.teacher-card__content {
    display: flex;
    flex-direction: column;
    margin-right: 29px;
    width: 70.435%;
    border-bottom: 1px solid #eaebed;
}

.teacher-card__content p {
    flex-grow: 1;
    margin: 0;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
}

.teacher-card header {
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
}

.teacher-card header h4 {
    padding-top: 10px;
}

.teacher-card header span {
    position: relative;
    display: block;
    margin-left: 12px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    border: solid 2px #fde678;
}

.teacher-card header span svg {
    position: absolute;
    top: 9px;
    left: 8px;
    fill: #4c2c06;
}

.teacher-card__icons {
    display: flex;
}

.teacher-card footer {
    margin-right: 29px;
    padding-top: 11px;
    padding-bottom: 12px;
    display: flex;
    justify-content: flex-end;
}

.teacher-card__link {
    position: relative;
    display: block;
    padding-top: 7px;
    min-height: 36px;
    font-size: 14px;
    letter-spacing: 0.011em;
    color: #4c2c06;
    text-decoration: none;
    border-radius: 18px;
    border: solid 2px #fde678;
}

.teacher-card__link--books {
    padding-left: 31px;
    padding-right: 12px;
}

.teacher-card__link--books svg {
    top: 7px;
    left: 11px;
}

.teacher-card__link--more {
    margin-left: 25px;
    padding-right: 29px;
    padding-left: 10px;
}

.teacher-card__link--more svg {
    top: 8px;
    right: 10px;
}

.teacher-card__link svg {
    position: absolute;
    fill: #4c2c06;
}

.teacher-card__link:hover {
    border-color: transparent;
    background-color: #ffed98;
}

.teacher-card__link:active {
    border-color: transparent;
    background-color: #fcdd4a;
}

.ghost-btn {
    position: relative;
    display: block;
    padding-top: 7px;
    padding-left: 22px;
    padding-right: 34px;
    min-height: 30px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.011em;
    color: #4c2c06;
    border-radius: 15px;
    border: solid 1px #fde678;
}

.ghost-btn:hover {
    background-color: #ffed98;
    border-color: transparent;
}

.ghost-btn:active {
    background-color: #fcdd4a;
    border-color: transparent;
}

.ghost-btn svg {
    position: absolute;
    top: 6px;
    left: 94px;
    fill: #4c2c06;
}

.content-purchase {
    position: relative;
    margin-top: 24px;
    background-color: #4e5a65;
    border-radius: 6px;
    padding-bottom: 18px;
    background-image: url("../img/purchase.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.content-purchase--padding-bottom-23 {
    padding-bottom: 23px;
}

.content-purchase::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 6px;
    z-index: 1;
    opacity: 0.5;
}

.content-purchase h4 {
    position: relative;
    padding-top: 19px;
    letter-spacing: 0.021em;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.content-purchase h5 {
    position: relative;
    margin-top: 22px;
    line-height: 1.88;
    letter-spacing: 0.015em;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.content-purchase ul {
    position: relative;
    margin: 0;
    padding: 0 130px;
    padding-top: 1px;
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.12;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.content-purchase ul li {
    position: relative;
    margin-left: 51px;
    padding-left: 21px;
    padding-bottom: 7px;
}

.content-purchase ul li::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fde678;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.content-purchase a {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 7px;
    padding-top: 9px;
    width: 156px;
    min-height: 36px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.011em;
    text-align: center;
    text-decoration: none;
    color: #4c2c06;
    background-color: #fde678;
    border-radius: 18px;
    z-index: 1;
}

.content-purchase a:hover {
    background-color: #ffed98;
}

.content-purchase a:active {
    background-color: #fcdd4a;
}

.content-purchase--lower-btn a {
    margin-top: 12px;
}

.checkup {
    display: flex;
    margin-top: 14px;
    padding: 0 24px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.checkup--news-details {
    padding-bottom: 1px;
}

.checkup--margin-top-10 {
    margin-top: 10px;
}

.checkup--margin-top-12 {
    margin-top: 12px;
}

.checkup--margin-top-22 {
    margin-top: 22px;
}

.checkup__label {
    font-size: 12px;
    letter-spacing: 0.011em;
}

.checkup__numbers {
    padding-top: 1px;
    font-size: 22px;
    font-weight: 500;
}

.checkup--news-details .checkup__numbers, .checkup--event-details .checkup__numbers {
    padding-top: 6px;
    font-size: 16px;
}

.checkup--event-details .checkup__rating {
    width: 22.2%;
}

.checkup--event-details .checkup__consumers {
    width: 11.1%;
}

.checkup--event-details .checkup__comments-volume {
    width: 14.2%;
}

.checkup--event-details .checkup__price {
    padding: 0;
    width: 20.4%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.checkup--event-details .checkup__price div {
    padding-top: 4px;
    width: 122px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.013em;
}

.checkup__rating {
    padding-top: 15px;
    padding-bottom: 12px;
    width: 21.867%;
}

.checkup__stars {
    margin-top: 3px;
}

.checkup__stars svg {
    margin-right: 10px;
    fill: #fde678;
}

.checkup__comments-volume {
    padding-top: 15px;
    padding-bottom: 12px;
    width: 13.593%;
}

.checkup__comments-volume a {
    color: #4095ad;
}

.checkup__comments-volume a:hover {
    color: #6bcbdc;
}

.checkup__comments-volume a:active {
    color: #23323f;
}

.checkup--news-details .checkup__comments-volume {
    width: 19.6%;
}

.checkup__consumers {
    padding-top: 15px;
    padding-bottom: 12px;
    width: 11.235%;
}

.checkup--news-details .checkup__consumers {
    width: 16.6%;
}

.checkup--course-details .checkup__consumers {
    width: 12.7%;
}

.checkup__participate {
    padding-top: 15px;
    padding-bottom: 12px;
    width: 23.286%;
}

.checkup__participate a {
    position: relative;
    display: block;
    margin-top: 7px;
    margin-left: 18.274%;
    margin-right: 12.690%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    color: #4095ad;
    border-bottom: 1px dashed rgba(64, 149, 173, 0.3);
}

.checkup__participate a:hover {
    color: #6bcbdc;
}

.checkup__participate a:active {
    color: #23323f;
}

.checkup__participate a::before {
    display: block;
    position: absolute;
    top: -2px;
    left: -36px;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #fde678;
    background-image: url("../img/plus-brown.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}

.checkup__price {
    width: 15.012%;
    padding-top: 15px;
    padding-bottom: 12px;
    padding-left: 25px;
    border-left: 1px solid #eaebed;
}

.checkup__purchase {
    padding: 11px 0;
}

.checkup__purchase a {
    padding: 0 39px;
    padding-top: 13px;
    display: block;
    min-height: 42px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.011em;
    text-align: center;
    text-decoration: none;
    color: #4c2c06;
    border-radius: 21px;
    background-color: #fde678;
}

.checkup__purchase a:hover {
    background-color: #ffed98;
}

.checkup__purchase a:active {
    background-color: #fcdd4a;
}

.checkup__published {
    padding-top: 15px;
    width: 26%;
}

.checkup__published .checkup__numbers {
    letter-spacing: 0.011em;
}

.checkup__author {
    padding-top: 15px;
}

.checkup__author a {
    color: #4095ad;
}

.checkup__author a:hover {
    color: #6bcbdc;
}

.checkup__author a:active {
    color: #23323f;
}

.checkup__duration {
    padding-top: 15px;
    width: 22%;
}

.checkup__duration span {
    font-size: 14px;
    font-weight: 400;
}

.checkup__watch {
    padding-right: 24px;
}

.checkup__watch a {
    display: flex;
    align-items: center;
    margin-top: 12px;
    padding-top: 0;
    padding-left: 42px;
    padding-right: 14px;
    border-width: 2px;
    min-height: 42px;
    letter-spacing: 0.014em;
    border-radius: 21px;
}

.checkup__watch svg {
    top: 10px;
    left: 19px;
}

.share {
    display: flex;
    justify-content: flex-end;
    padding: 25px 36px 23px;
    border-top: 1px solid #eaebed;
}

.share h6 {
    margin-right: 15px;
    -ms-grid-row-align: center;
    align-self: center;
    letter-spacing: 0.017em;
    color: #23323f;
}

.share__links {
    display: flex;
}

.share__links a {
    display: block;
    margin-left: 6px;
    width: 72px;
    height: 30px;
    font-size: 0;
    border-radius: 6px;
    text-decoration: none;
}

.share__link {
    position: relative;
}

.share__link:hover {
    background-color: #ffffff;
}

.share__link svg {
    position: absolute;
    top: 5px;
    left: 11px;
    fill: #ffffff;
}

.share__link--vk {
    background-color: #45668e;
}

.share__link--vk:hover {
    box-shadow: 0 2px 3px 0 #45668e;
}

.share__link--vk:hover span {
    color: #45668e;
}

.share__link--vk:hover svg {
    fill: #45668e;
}

.share__link--vk:active {
    box-shadow: inset 0 2px 3px 0 #45668e;
}

.share__link--ok {
    background-color: #ed812b;
}

.share__link--ok svg {
    top: 6px;
    left: 12px;
}

.share__link--ok:hover {
    box-shadow: 0 2px 3px 0 #ed812b;
}

.share__link--ok:hover span {
    color: #ed812b;
}

.share__link--ok:hover svg {
    fill: #ed812b;
}

.share__link--ok:active {
    box-shadow: inset 0 2px 3px 0 #ed812b;
}

.share__link--fb {
    background-color: #3b5998;
}

.share__link--fb svg {
    top: 6px;
    left: 12px;
}

.share__link--fb:hover {
    box-shadow: 0 2px 3px 0 #3b5998;
}

.share__link--fb:hover span {
    color: #3b5998;
}

.share__link--fb:hover svg {
    fill: #3b5998;
}

.share__link--fb:active {
    box-shadow: inset 0 2px 3px 0 #3b5998;
}

.share__link--tw {
    background-color: #00aced;
}

.share__link--tw svg {
    top: 8px;
    left: 13px;
}

.share__link--tw:hover {
    box-shadow: 0 2px 3px 0 #00aced;
}

.share__link--tw:hover span {
    color: #00aced;
}

.share__link--tw:hover svg {
    fill: #00aced;
}

.share__link--tw:active {
    box-shadow: inset 0 2px 3px 0 #00aced;
}

.share__link--g-plus {
    background-color: #dd4b39;
}

.share__link--g-plus svg {
    top: 4px;
    left: 10px;
}

.share__link--g-plus:hover {
    box-shadow: 0 2px 3px 0 #dd4b39;
}

.share__link--g-plus:hover span {
    color: #dd4b39;
}

.share__link--g-plus:hover svg {
    fill: #dd4b39;
}

.share__link--g-plus:active {
    box-shadow: inset 0 2px 3px 0 #dd4b39;
}

.share__link span {
    position: absolute;
    top: 9px;
    left: 42px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.005em;
    color: #ffffff;
}

.certificate-purchase {
    padding: 19px 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.027em;
    text-align: center;
}

.certificate-purchase a {
    color: #4095ad;
}

.certificate-purchase a:hover {
    color: #6bcbdc;
}

.certificate-purchase a:active {
    color: #23323f;
}

.certificate {
    display: flex;
    justify-content: center;
    margin-top: 19px;
    background-color: #fde678;
}

.certificate__content {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 558px;
}

.certificate__content img {
    margin-right: 33px;
    border: solid 4px #ffffff;
    box-sizing: content-box;
}

.certificate__text {
    padding-top: 24px;
}

.certificate__exam {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}

.certificate__graduate {
    margin-top: 22px;
    font-size: 16px;
    text-align: left;
    color: #4c2c06;
}

.certificate__graduate a {
    color: #23323f;
}

.certificate__graduate a:hover {
    color: #6bcbdc;
}

.certificate__graduate a:active {
    color: #23323f;
    opacity: 0.5;
}

.certificate-listener {
    margin: 0 auto;
    margin-top: 32px;
    padding-bottom: 24px;
    max-width: 1200px;
    width: calc(100% - 20px);
    min-width: 1004px;
    border-radius: 5px;
    background-image: radial-gradient(circle at 52% 50%, #ffc200, #ff933d);
    box-shadow: 0 6px 12px 0 #ff78222e;
}

.certificate-listener__content {
    display: flex;
    margin: 0 auto;
    padding-top: 26px;
    width: 794px;
}

.certificate-listener__content h3 {
    letter-spacing: 0.022em;
}

.certificate-listener__content img {
    margin-top: 3px;
    margin-right: 24px;
    box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.18);
}

.certificate-listener__text {
    padding-right: 1px;
    color: #4c2c06;
}

.certificate-listener__text div:first-of-type {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.13;
    letter-spacing: 0.011em;
}

.certificate-listener__text div:nth-of-type(2) {
    margin-top: 26px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0.011em;
}

.certificate-listener__text ul {
    margin: 0;
    margin-top: 9px;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 1;
}

.certificate-listener__text ul li {
    position: relative;
    padding-left: 22px;
    padding-bottom: 7px;
}

.certificate-listener__text ul li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 1px;
    width: 12px;
    height: 12px;
    border: 2px solid #fde678;
    border-radius: 6px;
}

.certificate-listener__text div:last-of-type {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.011em;
}

.certificate-listener__text div:last-of-type a {
    color: #4c2c06;
}

.certificate-listener__text div:last-of-type a:hover {
    color: #6bcbdc;
}

.certificate-listener__text div:last-of-type a:active {
    color: #23323f;
}

.certificate-passing {
    margin: 0 auto;
    margin-top: 48px;
    padding-bottom: 29px;
    border-radius: 5px;
    background-color: #fde678;
}

.certificate-passing__content {
    display: flex;
    padding: 0 24px;
    padding-top: 26px;
}

.certificate-passing__content img {
    margin-top: 3px;
    margin-right: 37px;
    box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.18);
}

.certificate-passing__text {
    padding-right: 1px;
    color: #4c2c06;
}

.certificate-passing__text div:first-of-type {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.13;
    letter-spacing: 0.011em;
}

.certificate-passing__text div:nth-of-type(2) {
    margin-top: 26px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0.011em;
}

.certificate-passing__text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 1;
}

.certificate-passing__text ul li {
    position: relative;
    padding-left: 22px;
    margin-top: 9px;
    margin-bottom: 14px;
}

.certificate-passing__text div:last-of-type {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.011em;
}

.certificate-passing__text div:last-of-type a {
    color: #4c2c06;
}

.certificate-passing__text div:last-of-type a:hover {
    color: #6bcbdc;
}

.certificate-passing__text div:last-of-type a:active {
    color: #23323f;
}

.sidebar {
    width: 23.5%;
    margin-right: 24px;
}

.sidebar__header {
    display: flex;
}

.sidebar__title {
    color: #23323f;
}

.sidebar__title--lg {
    color: #23323f;
    text-align: left;
}

.sidebar__nav {
    padding-top: 19px;
    padding-left: 18px;
    padding-bottom: 11px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.sidebar__nav-list {
    margin: 0;
    margin-top: 6px;
    padding: 0;
    list-style: none;
}

.sidebar__nav-item {
    min-height: 30px;
}

.sidebar__nav-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: 0.0125em;
    color: #4095ad;
}

.sidebar__nav-link:hover {
    color: #6bcbdc;
}

.sidebar__nav-link:active {
    color: #23323f;
}

.sidebar__filters {
    margin-top: 24px;
    padding-top: 14px;
    padding-left: 18px;
    padding-bottom: 16px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.sidebar__checkboxes--hidden {
    display: none;
}

.sidebar__age, .sidebar__activity {
    margin-top: 36px;
}

.sidebar__header {
    position: relative;
}

.sidebar__toggler {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 2px;
    right: 25px;
    width: 16px;
    height: 16px;
    font-size: 0;
    background-color: transparent;
    border: none;
}

.sidebar__toggler:hover svg {
    opacity: 0.6;
}

.sidebar__toggler:active svg {
    opacity: 0.1;
}

.sidebar__toggler-symbol {
    position: absolute;
    top: 0px;
    right: 0px;
    transform: rotate(90deg);
    fill: #23323f;
    pointer-events: none;
}

.sidebar-nav {
    padding-top: 19px;
    padding-left: 18px;
    padding-right: 10px;
    padding-bottom: 11px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.sidebar-nav__list {
    margin: 0;
    margin-top: 8px;
    padding: 0;
    list-style: none;
}

.sidebar-nav__item--active a {
    color: #23323f;
}

.sidebar-nav__item--active a:hover {
    color: #23323f;
}

.sidebar-nav__link {
    display: block;
    padding-bottom: 13px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: 0.0125em;
    color: #4095ad;
}

.sidebar-nav__link:hover {
    color: #6bcbdc;
}

.sidebar-nav__link:active {
    color: #23323f;
}

.sidebar-nav--events-calendar {
    padding-top: 14px;
    padding-left: 24px;
    padding-bottom: 7px;
    border-radius: 0;
}

.sidebar-nav--events-calendar .sidebar-nav__list {
    margin-top: 11px;
}

.sidebar-nav--events-calendar .sidebar-nav__list .sidebar-nav__link {
    letter-spacing: 0.025em;
}

.sidebar-nav--events-calendar .sidebar-nav__list .sidebar-nav__link--active {
    color: #23323f;
}

.sidebar-nav--events-calendar .sidebar-nav__list .sidebar-nav__link--active:hover {
    color: #23323f;
}

.sidebar-filters {
    margin-top: 24px;
    padding-top: 14px;
    padding-left: 18px;
    padding-bottom: 16px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.sidebar-filters h5 {
    color: #23323f;
}

.sidebar-filters__age, .sidebar-filters__activity {
    margin-top: 36px;
}

.sidebar-filters__header {
    position: relative;
}

.sidebar-filters__toggler {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 2px;
    right: 25px;
    width: 16px;
    height: 16px;
    font-size: 0;
    background-color: transparent;
    border: none;
}

.sidebar-filters__toggler:hover svg {
    opacity: 0.6;
}

.sidebar-filters__toggler:active svg {
    opacity: 0.1;
}

.sidebar-filters__toggler-symbol {
    position: absolute;
    top: 0px;
    right: 0px;
    transform: rotate(90deg);
    fill: #23323f;
    pointer-events: none;
}

.sidebar-filters_search-results .sidebar-filters__target,
.sidebar-filters_search-results .sidebar-filters__age,
.sidebar-filters_search-results .sidebar-filters__activity {
    padding-bottom: 14px;
    border-bottom: 1px solid #eaebed;
}

.sidebar-filters_search-results .sidebar-filters__age,
.sidebar-filters_search-results .sidebar-filters__activity {
    margin-top: 22px;
}

.sidebar-filters__btn {
    display: block;
    width: 126px;
    height: 36px;
    margin: 16px 0 4px;
    padding-top: 9px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #4c2c06;
    background-color: #ffffff;
    border: 2px solid #fde678;
    border-radius: 18px;
}

.sidebar-filters__btn:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.sidebar-filters__btn:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.sidebar-filters__btn-symbol {
    margin-right: 7px;
    fill: currentColor;
}

.sidebar-info {
    margin-top: 24px;
    padding-top: 19px;
    padding-bottom: 16px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.sidebar-info--padding-bottom-10 {
    padding-bottom: 10px;
}

.sidebar-info--event-details {
    padding-bottom: 9px;
}

.sidebar-info--event-details .sidebar-info__term:first-of-type span {
    padding-top: 6px;
    line-height: 0;
}

.sidebar-info--event-details .sidebar-info__term:nth-of-type(2) {
    margin: 12px 0;
    padding-bottom: 0;
}

.sidebar-info--event-details .sidebar-info__term:nth-of-type(2) span {
    padding-top: 6px;
    line-height: 0;
}

.sidebar-info--event-details .sidebar-info__term:nth-of-type(2) a {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-left: 18px;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.29;
    color: #4095ad;
}

.sidebar-info--event-details .sidebar-info__term:nth-of-type(2) a:hover {
    color: #6bcbdc;
}

.sidebar-info--event-details .sidebar-info__term:nth-of-type(2) a:active {
    color: #23323f;
}

.sidebar-info--event-details .sidebar-info__term:nth-of-type(2) a::before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: -1px;
    width: 16px;
    height: 16px;
    background-image: url("../img/sidebar-pin.svg");
}

.sidebar-info--event-details .sidebar-info__term:nth-of-type(3) {
    padding-top: 15px;
    padding-bottom: 3px;
}

.sidebar-info--event-details .sidebar-info__term:nth-of-type(4) {
    padding-top: 15px;
}

.sidebar-info h4 {
    padding-left: 18px;
    padding-bottom: 11px;
}

.sidebar-info__term {
    display: flex;
    padding: 10px 0;
}

.sidebar-info__term:first-of-type {
    padding-top: 20px;
}

.sidebar-info__term:nth-of-type(3) {
    padding-bottom: 15px;
}

.sidebar-info__term:nth-of-type(4) {
    padding-top: 14px;
    padding-bottom: 18px;
}

.sidebar-info__term:nth-of-type(5) {
    padding-bottom: 12px;
}

.sidebar-info__term:nth-of-type(6) {
    padding-bottom: 17px;
}

.sidebar-info__term:last-of-type {
    padding-bottom: 11px;
}

.sidebar-info__term--border-top {
    border-top: 1px solid #eaebed;
}

.sidebar-info__term--border-bottom {
    border-bottom: 1px solid #eaebed;
}

.sidebar-info__label {
    padding-left: 6.382%;
    width: 40%;
    min-width: 90px;
    font-size: 14px;
    font-weight: 700;
    line-height: 0.86;
    color: #23323f;
}

.sidebar-info__position {
    font-size: 14px;
    line-height: 0.86;
    letter-spacing: 0.011em;
    color: #23323f;
}

.sidebar-info__position--coin span,
.sidebar-info__position--lock span,
.sidebar-info__position--folder span {
    position: relative;
    padding-left: 23px;
}

.sidebar-info__position--coin span::before,
.sidebar-info__position--lock span::before,
.sidebar-info__position--folder span::before {
    position: absolute;
    top: -2px;
    left: 2px;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("../img/sidebar-lock.svg");
    background-repeat: no-repeat;
}

.sidebar-info__position--coin span::before {
    background-image: url("../img/sidebar-coin.svg");
}

.sidebar-info__position--folder span::before {
    background-image: url("../img/sidebar-folder.svg");
}

.sidebar-info__position--span-container span {
    display: block;
}

.sidebar-speakers {
    margin-top: 24px;
    padding-top: 19px;
    padding-bottom: 16px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.sidebar-speakers--padding-bottom-10 {
    padding-bottom: 10px;
}

.sidebar-speakers h4 {
    padding-top: 6px;
    padding-left: 18px;
    padding-bottom: 21px;
}

.sidebar-speakers--author h4 {
    padding-bottom: 9px;
}

.sidebar-speakers__header {
    display: flex;
    padding-left: 17px;
    padding-right: 18px;
}

.sidebar-speakers__header img {
    width: 60px;
    height: 60px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: solid 2px #ffffff;
    border-radius: 50%;
    box-sizing: content-box;
}

.sidebar-speakers__name {
    margin-left: 14px;
    padding-top: 15px;
}

.sidebar-speakers__name a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: 0.011em;
    color: #4095ad;
}

.sidebar-speakers__name a:hover {
    color: #6bcbdc;
}

.sidebar-speakers__name a:active {
    color: #23323f;
}

.sidebar-speakers__name span {
    display: block;
    padding-top: 1px;
    font-size: 14px;
    letter-spacing: 0.011em;
    color: #23323f;
}

.sidebar-speakers__info {
    margin: 0;
    margin-top: 17px;
    margin-bottom: 33px;
    padding: 0 18px;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.011em;
    text-align: left;
    color: #23323f;
}

.sidebar-speakers__current:last-child p {
    margin-bottom: 7px;
}

.sidebar-managers {
    margin-top: 24px;
    padding-top: 19px;
    padding-bottom: 19px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.sidebar-managers--padding-bottom-10 {
    padding-bottom: 10px;
}

.sidebar-managers h4 {
    padding-top: 6px;
    padding-left: 18px;
    padding-bottom: 21px;
}

.sidebar-managers__header {
    display: flex;
    padding-left: 17px;
    padding-right: 18px;
}

.sidebar-managers__header img {
    width: 60px;
    height: 60px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: solid 2px #ffffff;
    border-radius: 50%;
    box-sizing: content-box;
}

.sidebar-managers__name {
    margin-left: 14px;
    padding-top: 8px;
}

.sidebar-managers__name a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: 0.011em;
    color: #4095ad;
}

.sidebar-managers__name a:hover {
    color: #6bcbdc;
}

.sidebar-managers__name a:active {
    color: #23323f;
}

.sidebar-managers__name span {
    display: block;
    padding-top: 2px;
    font-size: 14px;
    letter-spacing: 0.011em;
    color: #23323f;
}

.sidebar-managers__name span:last-of-type {
    padding-top: 4px;
    font-size: 12px;
    letter-spacing: 0.015em;
}

.sidebar-managers__contacts {
    margin-top: 22px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.011em;
    border-top: 1px solid #eaebed;
}

.sidebar-managers__contacts-item {
    margin-top: 14px;
    padding-left: 18px;
}

.sidebar-managers__contacts-item:first-of-type {
    margin-top: 18px;
}

.sidebar-managers__contacts-item:first-of-type a {
    text-decoration: none;
    color: #23323f;
}

.sidebar-managers__contacts-item:first-of-type a:hover {
    color: #6bcbdc;
}

.sidebar-managers__contacts-item:first-of-type a:active {
    color: #23323f;
}

.sidebar-managers__contacts-item a {
    display: block;
    padding-top: 6px;
    font-size: 16px;
    letter-spacing: -0.015em;
    color: #4095ad;
}

.sidebar-managers__contacts-item a:hover {
    color: #6bcbdc;
}

.sidebar-managers__contacts-item a:active {
    color: #23323f;
}

.sidebar-tags {
    margin-top: 24px;
    padding-top: 18px;
    padding-left: 23px;
    padding-right: 5px;
    padding-bottom: 24px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.sidebar-tags--margin-top-30 {
    margin-top: 30px;
}

.sidebar-tags--padding-top-24 {
    padding-top: 24px;
}

.sidebar-tags h6 {
    letter-spacing: 0.011em;
    color: #23323f;
}

.sidebar-tags__item:not(:first-of-type) {
    margin-top: 24px;
}

.sidebar-tags__tag {
    display: block;
    margin-top: 6px;
    margin-right: 6px;
    padding: 0 14px;
    padding-top: 6px;
    min-height: 24px;
    font-size: 12px;
    letter-spacing: 0.011em;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    color: #23323f;
    background-color: #eaebed;
    border-radius: 12px;
}

.sidebar-tags__tag:hover {
    color: #4c2c06;
    background-color: #ffed98;
}

.sidebar-tags__tag--active {
    color: #4c2c06;
    background-color: #fcdd4a;
}

.sidebar-tags__tag--active:hover {
    background-color: #fcdd4a;
}

.sidebar-tags__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
}

.sidebar-stuff {
    margin-top: 24px;
    padding-top: 18px;
    padding-left: 17px;
    padding-right: 18px;
    padding-bottom: 10px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.sidebar-stuff h4 {
    padding-top: 1px;
}

.sidebar-stuff__list {
    margin: 0;
    margin-top: 13px;
    padding: 0;
    list-style: none;
}

.sidebar-stuff__item {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-top: 5px;
    height: 36px;
}

.sidebar-stuff__item:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../img/sidebar-audio.svg);
    background-repeat: no-repeat;
}

.sidebar-stuff__item--video:before {
    background-image: url(../img/sidebar-video.svg);
}

.sidebar-stuff__item--document:before {
    background-image: url(../img/sidebar-doc.svg);
}

.sidebar-stuff__item--presentation:before {
    background-image: url(../img/sidebar-keynote.svg);
}

.sidebar-stuff__item a {
    display: block;
    font-size: 14px;
    letter-spacing: 0.011em;
    color: #4095ad;
}

.sidebar-stuff__item a:hover {
    color: #6bcbdc;
}

.sidebar-stuff__item a:active {
    color: #23323f;
}

.sidebar-stuff__item span {
    display: block;
    padding-top: 2px;
    opacity: 0.6;
    font-size: 12px;
    letter-spacing: 0.011em;
    text-align: right;
}

.sidebar-announcements {
    margin-top: 25px;
}

.sidebar-announcements h4 {
    padding-left: 18px;
    padding-right: 5px;
}

.sidebar-announcements__preview h4 {
    padding-top: 12px;
}

.sidebar-announcements__card {
    margin-bottom: 6px;
    padding-bottom: 18px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.sidebar-announcements__card-header {
    display: flex;
    justify-content: space-between;
    padding: 0 18px;
    padding-top: 12px;
}

.sidebar-announcements__card-event {
    display: flex;
    align-items: center;
    padding: 0 37px;
    max-width: 70%;
    min-height: 24px;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    border-radius: 12px;
}

.sidebar-announcements__card-event--blue-bordered {
    border: solid 2px rgba(81, 158, 202, 0.6);
}

.sidebar-announcements__card-event--orange-bordered {
    border: solid 2px rgba(222, 148, 89, 0.6);
}

.sidebar-announcements__card-time {
    padding-top: 8px;
    font-size: 12px;
    text-align: right;
}

.sidebar-announcements__card-content {
    margin-top: 12px;
    padding: 0 18px;
    padding-top: 11px;
    padding-bottom: 42px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    border-top: 1px solid #eaebed;
    border-bottom: 1px solid #eaebed;
}

.sidebar-announcements__card-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
    padding-left: 17px;
    padding-right: 12px;
}

.sidebar-announcements__card-footer a {
    font-size: 0;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: solid 2px #fde678;
    background-image: url("../img/education-cards-chevron.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}

.sidebar-announcements__card-footer a:hover {
    background-color: #ffed98;
    border-color: transparent;
}

.sidebar-announcements__card-footer a:active {
    background-color: #fcdd4a;
    border-color: transparent;
}

.sidebar-announcements__card-author {
    position: relative;
    padding-top: 10px;
    padding-left: 19px;
    opacity: 0.6;
    font-size: 11px;
}

.sidebar-announcements__card-author svg {
    position: absolute;
    left: 0;
    top: 6px;
    fill: #23323f;
}

.sidebar-awards {
    margin-top: 24px;
    padding-top: 17px;
    padding-left: 24px;
    padding-right: 11px;
    padding-bottom: 7px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.sidebar-awards h4 {
    position: relative;
    padding-left: 23px;
}

.sidebar-awards h4 svg {
    position: absolute;
    top: 3px;
    left: 0;
    fill: #4095ad;
}

.sidebar-awards ul {
    margin: 0;
    margin-top: 18px;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.29;
}

.sidebar-awards ul li {
    padding-bottom: 12px;
}

.sidebar-reading {
    margin-top: 24px;
    padding-top: 19px;
    padding-left: 24px;
    padding-right: 11px;
    padding-bottom: 24px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.sidebar-reading h4 {
    position: relative;
    padding-left: 24px;
}

.sidebar-reading h4 svg {
    position: absolute;
    top: 2px;
    left: 0;
    fill: #4095ad;
}

.sidebar-reading ul {
    margin: 0;
    margin-top: 17px;
    padding: 0;
    padding-right: 16px;
    list-style: none;
    font-size: 14px;
    line-height: 1.29;
}

.sidebar-reading ul li {
    padding-bottom: 12px;
}

.sidebar-reading ul li a {
    color: #4095ad;
}

.sidebar-reading ul li a:hover {
    color: #6bcbdc;
}

.sidebar-reading ul li a:active {
    color: #23323f;
}

.sidebar-teacher-info {
    margin-top: 24px;
    padding-top: 19px;
    padding-left: 24px;
    padding-right: 10px;
    padding-bottom: 17px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.sidebar-teacher-info div {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.29;
}

.sidebar-teacher-materials {
    margin-top: 24px;
    padding-top: 19px;
    padding-left: 24px;
    padding-right: 11px;
    padding-bottom: 11px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.sidebar-teacher-materials h4 {
    position: relative;
    padding-left: 24px;
}

.sidebar-teacher-materials h4 svg {
    position: absolute;
    top: 2px;
    left: 0;
    fill: #4095ad;
}

.sidebar-teacher-materials ul {
    margin: 0;
    margin-top: 12px;
    padding: 0;
    padding-right: 13px;
    list-style: none;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.011em;
}

.sidebar-teacher-materials ul li {
    padding-bottom: 18px;
    display: flex;
    justify-content: space-between;
}

.sidebar-teacher-materials ul li a {
    color: #4095ad;
}

.sidebar-teacher-materials ul li a:hover {
    color: #6bcbdc;
}

.sidebar-teacher-materials ul li a:active {
    color: #23323f;
}

.sidebar-teacher-materials ul li span {
    opacity: 0.6;
}

.sidebar-banner {
    margin-top: 24px;
    padding-top: 25px;
    padding-bottom: 29px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.sidebar-banner a {
    margin: 0 auto;
    width: calc(100% - 49px);
    display: block;
    font-size: 0;
}

.sidebar-banner img {
    width: 100%;
    height: auto;
}

.sidebar-test-properties {
    margin-top: 24px;
    padding-top: 19px;
    padding-bottom: 17px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.sidebar-test-properties h4 {
    padding-left: 18px;
    padding-right: 5px;
}

.sidebar-test-properties__item {
    padding-left: 18px;
    padding-right: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sidebar-test-properties__label {
    margin-top: 18px;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 700;
}

.sidebar-test-properties__tag {
    margin-bottom: 1px;
    padding: 0 11px;
    padding-top: 4px;
    min-height: 24px;
    font-size: 12px;
    letter-spacing: 0.016em;
    text-align: center;
    background-color: #eaebed;
    border-radius: 12px;
}

.sidebar-test-properties__tag:hover {
    color: #4c2c06;
    background-color: #ffed98;
}

.sidebar-test-properties__tag:active {
    color: #4c2c06;
    background-color: #fcdd4a;
}

.sidebar-test-properties__value {
    padding-top: 1px;
    font-size: 14px;
}

.sidebar-test-properties footer {
    margin-top: 13px;
    padding-left: 18px;
    padding-right: 5px;
    border-top: 1px solid #eaebed;
}

.sidebar-test-properties footer .sidebar-test-properties__item {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 17px;
    margin-right: 115px;
    padding-left: 0;
}

.sidebar-test-properties footer .sidebar-test-properties__label {
    margin-top: 0;
    margin-bottom: 0;
}

.sidebar-leaders {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24px;
    padding: 0 17px;
    padding-top: 19px;
    padding-bottom: 18px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.sidebar-leaders .ghost-btn {
    padding-top: 6px;
    padding-left: 17px;
    padding-right: 32px;
    letter-spacing: 0;
    border-width: 2px;
}

.sidebar-leaders .ghost-btn svg {
    top: 5px;
    left: 106px;
}

.sidebar-leaders ol {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 7px;
    padding: 0;
    list-style: none;
}

.sidebar-leaders ol li {
    margin-bottom: 10px;
    padding-bottom: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eaebed;
}

.sidebar-leaders__position {
    display: flex;
    align-items: center;
    margin-top: 2px;
    margin-right: 7px;
    min-width: 36px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
}

.sidebar-leaders__change {
    display: block;
    padding-left: 4px;
    font-size: 12px;
    color: #51d141;
}

.sidebar-leaders__change--down {
    color: #ff7d44;
}

.sidebar-leaders__user {
    display: flex;
    flex-grow: 1;
}

.sidebar-leaders__user img {
    margin-right: 4%;
    border-radius: 50%;
}

.sidebar-leaders__name {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 1px;
    margin-bottom: 1px;
}

.sidebar-leaders__name span:first-of-type {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.29;
    letter-spacing: 0.011em;
}

.sidebar-leaders__name span:last-of-type {
    font-size: 12px;
    letter-spacing: 0.011em;
}

.sidebar-leaders__score {
    position: relative;
    margin-top: 2px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.007em;
    text-align: right;
}

.sidebar-leaders__score svg {
    position: absolute;
    left: 0;
    opacity: 0.6;
    z-index: 1;
}

.sidebar-discount {
    margin-top: 24px;
    padding-bottom: 26px;
    color: #4c2c06;
    text-align: center;
    border-radius: 6px;
    background-color: #fde678;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.sidebar-discount img {
    margin-top: 26px;
    margin-left: 1px;
}

.sidebar-discount__text {
    margin: 0 auto;
    margin-top: 4px;
    width: 184px;
}

.sidebar-discount strong {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0.011em;
}

.sidebar-discount h3 {
    margin-top: 2px;
    color: #4c2c06;
    letter-spacing: 0.021em;
}

.sidebar-discount p {
    margin: 0;
    margin-top: 13px;
    padding-left: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.011em;
}

.teacher-details {
    padding-bottom: 62px;
}

.education-card {
    margin-top: 25px;
    margin-bottom: 5px;
    padding-bottom: 12px;
    overflow: hidden;
    position: relative;
    width: 282px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.education-card_main {
    margin-top: 27px;
    min-width: 242px;
    width: calc((100% - 30px) / 4);
    max-width: 282px;
    padding-bottom: 9px;
}

.education-card_selection {
    width: 282px;
    overflow: visible;
    margin-right: 24px;
}

.education-card_account-similar {
    width: 282px;
}

.education-card_account-similar:first-child {
    margin-right: 24px;
}

.education-card_account-similar:last-child {
    display: none;
}

.education-card__selection-wrap {
    overflow: hidden;
    position: relative;
    top: 1px;
    width: 100%;
    height: calc(100% - 1px);
    border-radius: 6px;
}

.education-card--choice::before {
    content: "выбор редакции";
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 7px;
    width: 114px;
    height: 24px;
    font-size: 12px;
    letter-spacing: 0.4px;
    text-align: center;
    border-radius: 0 0 0 6px;
    color: #4c2c06;
    background-color: #fde678;
}

.education-card--choice::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #fde678;
    border-radius: 6px;
    pointer-events: none;
}

.education-card--choice.education-card_main:before {
    padding-top: 5px;
}

.education-card:hover {
    box-shadow: 0 10px 20px 0 rgba(4, 6, 6, 0.2), 10px 0 20px -10px rgba(4, 6, 6, 0.75), -10px 0 20px -10px rgba(4, 6, 6, 0.75);
}

.education-card:active {
    box-shadow: 0 1px 5px 0 rgba(4, 6, 6, 0.2), 10px 0 20px -10px rgba(4, 6, 6, 0.75), -10px 0 20px -10px rgba(4, 6, 6, 0.75);
}

.education-card__duration {
    position: absolute;
    top: 132px;
    left: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.education-card__duration::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -22px;
    width: 16px;
    height: 16px;
    background-image: url("../img/education-cards-time.svg");
    background-repeat: no-repeat;
}

.education-card_main .education-card__duration {
    top: 122px;
}

.education-card__icons {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    padding-right: 17px;
    height: 24px;
    max-width: 200px;
    top: 128px;
    right: 0;
}

.education-card_main .education-card__icons {
    top: 118px;
}

.education-card__icon {
    display: block;
    margin-left: 6px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center 3px;
}

.education-card__icon--expert {
    background-color: #c56d6d;
    background-image: url("../img/education-cards-expert.svg");
}

.education-card__icon--home {
    background-color: #74bb6f;
    background-image: url("../img/education-cards-home.svg");
}

.education-card__title {
    margin: 0;
    padding: 12px 24px 0 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: 0.025em;
    color: #23323f;
}

.education-card_main .education-card__title {
    padding-top: 10px;
}

.education-card__description-content {
    margin: 0;
    margin-top: 20px;
    padding: 0 24px 20px 24px;
    font-size: 14px;
    line-height: 1.29;
    color: #23323f;
}

.education-card_main .education-card__description-content {
    margin-top: 16px;
}

.education-card__stats {
    display: flex;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 24px;
    background-color: #f9f9fb;
}

.education-card_main .education-card__stats {
    margin-top: 12px;
    padding-left: 10px;
}

.education-card__stat {
    font-size: 12px;
    letter-spacing: 0.2px;
    color: rgba(35, 50, 63, 0.6);
}

.education-card__stat--rating {
    margin-right: 36px;
}

.education-card__stat--volume {
    margin-right: 31px;
}

.education-card__stat span {
    margin-top: 3px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #23323f;
}

.education-card_main .education-card__stat--rating {
    margin-right: 26px;
}

.education-card__purchasing {
    display: flex;
    margin-top: 12px;
    padding-left: 24px;
}

.education-card_main .education-card__purchasing {
    margin-top: 7px;
    padding-left: 10px;
}

.education-card__price {
    position: relative;
    padding-top: 9px;
    padding-right: 20px;
    width: 32.5%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: #23323f;
}

.education-card__price::after {
    content: "";
    position: absolute;
    top: 8px;
    width: 20px;
    height: 20px;
    background-image: url("../img/education-cards-rouble.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.education-card__price.free::after {
    display: none;
}

.education-card__purchase-btn {
    position: relative;
    display: block;
    margin-right: 12px;
    padding: 0;
    padding-top: 9px;
    padding-left: 21px;
    width: 102px;
    min-height: 36px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    color: #4c2c06;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    letter-spacing: 0.015em;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.education-card__purchase-btn::before {
    position: absolute;
    left: 16px;
    top: 8px;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("../img/education-cards-cart.svg");
    background-repeat: no-repeat;
}

.education-card__purchase-btn:hover {
    background-color: #ffed98;
}

.education-card__purchase-btn:active {
    background-color: #fcdd4a;
}

.education-card__more-info {
    font-size: 0;
}

.education-card__more-info a {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    border: solid 2px #fde678;
    background-image: url("../img/education-cards-chevron.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}

.education-card__more-info a:hover {
    background-color: #ffed98;
    border-color: transparent;
}

.education-card__more-info a:active {
    background-color: #fcdd4a;
    border-color: transparent;
}

.education-card__delete {
    position: absolute;
    z-index: 10;
    top: -12px;
    right: -12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 0;
    color: #23323f;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18);
}

.education-card__delete:hover {
    border-color: #76818b;
}

.education-card__delete:active {
    border-color: #eaebed;
}

.education-card__delete-symbol {
    fill: currentColor;
}

.edu-card {
    margin-top: 25px;
    margin-bottom: 5px;
    padding-bottom: 12px;
    overflow: hidden;
    position: relative;
    width: 282px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #eaebed;
    transition: all 130ms ease;
    display: flex;
    flex-direction: column;
}

.edu-card__editor-choice {
    position: absolute;
    top: 0;
    right: 0;
    background: #fde678;
    font-size: 12px;
    letter-spacing: .4px;
    text-align: center;
    border-radius: 0 0 0 6px;
    padding: 5px 10px;
    display: none;
}

.edu-card__cover {
    height: 162px;
    width: 100%;
    position: relative;
}

.edu-card__cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edu-card__info {
    display: flex;
    justify-content: space-between;
    padding: 0 17px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    align-items: center;
}

.edu-card__icons {
    display: flex;
    justify-content: flex-end;
    height: 24px;
    max-width: 200px;
}

.edu-card__body {
    display: flex;
    flex-direction: column;
}

.edu-card__description {
    margin-bottom: auto;
    padding: 0 24px 0 24px;
}

.edu-card__description-content {
    margin: 0;
    font-size: 14px;
    color: #23323f;
    line-height: 1.35em;
    max-height: 5.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.edu-card_selection {
    width: 282px;
    overflow: visible;
    margin-right: 24px;
}

.edu-card_account-similar {
    width: 282px;
}

.edu-card_account-similar:first-child {
    margin-right: 24px;
}

.edu-card_account-similar:last-child {
    display: none;
}

.edu-card__selection-wrap {
    overflow: hidden;
    position: relative;
    top: 1px;
    width: 100%;
    height: calc(100% - 1px);
    border-radius: 6px;
}

.edu-card:hover {
    box-shadow: -1px 10px 20px 0 rgba(4, 6, 6, 0.2);
}

.edu-card:active {
    box-shadow: -1px 10px 20px 0 rgba(4, 6, 6, 0.2);
}

.edu-card__duration {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.edu-card__duration::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("../img/education-cards-time.svg");
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -3px;
}

.edu-card__icon {
    display: block;
    margin-left: 6px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center 3px;
}

.edu-card__icon--expert {
    background-color: #c56d6d;
    background-image: url("../img/education-cards-expert.svg");
}

.edu-card__icon--home {
    background-color: #74bb6f;
    background-image: url("../img/education-cards-home.svg");
}

.edu-card__title {
    margin: 0 0 20px 0;
    padding: 17px 0 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: 0.025em;
    color: #23323f;
}

.edu-card_main .edu-card__title {
    padding-top: 10px;
}

.edu-card_main .edu-card__description-content {
    margin-top: 16px;
}

.edu-card__stats {
    display: flex;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 24px;
    background-color: #f9f9fb;
}

.edu-card_main .edu-card__stats {
    margin-top: 12px;
    padding-left: 10px;
}

.edu-card__stat {
    font-size: 12px;
    letter-spacing: 0.2px;
    color: rgba(35, 50, 63, 0.6);
}

.edu-card__stat--rating {
    margin-right: 36px;
}

.edu-card__stat--volume {
    margin-right: 31px;
}

.edu-card__stat span {
    margin-top: 3px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #23323f;
}

.edu-card_main .edu-card__stat--rating {
    margin-right: 26px;
}

.edu-card__purchasing {
    display: flex;
    margin-top: 12px;
    padding-left: 24px;
}

.edu-card_main .edu-card__purchasing {
    margin-top: 7px;
    padding-left: 10px;
}

.edu-card__price {
    position: relative;
    padding-top: 9px;
    padding-right: 20px;
    width: 32.5%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: #23323f;
}

.edu-card__price::after {
    content: "";
    position: absolute;
    top: 8px;
    width: 20px;
    height: 20px;
    background-image: url("../img/education-cards-rouble.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.edu-card__purchase-btn {
    position: relative;
    display: block;
    margin-right: 12px;
    padding: 0;
    padding-top: 9px;
    padding-left: 21px;
    width: 102px;
    min-height: 36px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    color: #4c2c06;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    letter-spacing: 0.015em;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.edu-card__purchase-btn::before {
    position: absolute;
    left: 16px;
    top: 8px;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("../img/education-cards-cart.svg");
    background-repeat: no-repeat;
}

.edu-card__purchase-btn:hover {
    background-color: #ffed98;
}

.edu-card__purchase-btn:active {
    background-color: #fcdd4a;
}

.edu-card__more-info {
    font-size: 0;
}

.edu-card__more-info a {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    border: solid 2px #fde678;
    background-image: url("../img/education-cards-chevron.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}

.edu-card__more-info a:hover {
    background-color: #ffed98;
    border-color: transparent;
}

.edu-card__more-info a:active {
    background-color: #fcdd4a;
    border-color: transparent;
}

.edu-card__delete {
    position: absolute;
    z-index: 10;
    top: -12px;
    right: -12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 0;
    color: #23323f;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18);
}

.edu-card__delete:hover {
    border-color: #76818b;
}

.edu-card__delete:active {
    border-color: #eaebed;
}

.edu-card__delete-symbol {
    fill: currentColor;
}

.edu-card--choice {
    border: 2px solid #fde678;
}

.edu-card--choice .edu-card__editor-choice {
    display: block;
}

.edu-card_wide.edu-card {
    width: 100%;
    flex-direction: row;
    padding: 18px 18px;
}

.edu-card_wide .edu-card__cover {
    min-width: 335px;
    width: 335px;
    height: 198px;
    border-radius: 6px;
    overflow: hidden;
}

.edu-card_wide .edu-card__title {
    padding-top: 0;
    margin-bottom: 10px;
}

.edu-card_wide .edu-card__stats {
    margin-left: 24px;
    padding-left: 0;
    background: transparent;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #eaebed;
    padding-right: 140px;
    margin-top: 10px;
}

.edu-card_wide .edu-card__stat {
    margin: 0;
}

.edu-card_wide .edu-card__purchasing {
    justify-content: space-between;
}

.edu-card_wide .edu-card__price {
    width: auto;
    margin-right: 20px;
}

.edu-card_wide .edu-card__price:after {
    right: 0;
}

.edu-card_wide .edu-card__more-info {
    margin-left: auto;
    display: inline-block;
    font-size: 14px;
}

.edu-card_wide .edu-card__more-info a {
    width: auto;
    padding: 0 35px 0 20px;
    line-height: 34px;
    background-position: calc(100% - 15px);
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumbs {
    margin-top: 16px;
}

.breadcrumbs--margin-0 {
    margin: 0;
}

.breadcrumbs--margin-top-9 {
    margin-top: 9px;
}

.breadcrumbs__link {
    position: relative;
    margin-right: 25px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.022em;
    color: #4095ad;
}

.breadcrumbs__link:hover {
    color: #6bcbdc;
}

.breadcrumbs__link:active {
    color: #23323f;
}

.breadcrumbs__link:first-of-type {
    padding-left: 23px;
}

.breadcrumbs__link:last-of-type svg {
    display: none;
}

.breadcrumbs__link:last-of-type .breadcrumbs__symbol--home {
    display: block;
}

.breadcrumbs__symbol {
    position: absolute;
}

.breadcrumbs__symbol--home {
    left: 0px;
    top: -3px;
    fill: #858d95;
}

.breadcrumbs__symbol--chevron {
    top: -2px;
    right: -16px;
    fill: #a5acb3;
}

.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    font-size: 0;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 50%;
    outline: none;
    transform: translate(-38px, -27px);
}

.video-btn_hide {
    display: none;
}

.video-btn:hover {
    background-color: #ffed98;
}

.video-btn:active {
    background-color: #fcdd4a;
}

.video-btn:after {
    position: absolute;
    z-index: 2;
    display: block;
    content: '';
    left: 29px;
    top: 23px;
    width: 0px;
    height: 0px;
    border-right: none;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 27px solid #4c2c06;
}

.next-webinar {
    display: flex;
    align-items: center;
    margin-top: 17px;
    padding: 10px 36px 12px 42px;
    min-height: 66px;
    background-color: #fde678;
    border-radius: 6px;
}

.next-webinar h5 {
    padding-top: 1px;
    width: 31%;
    font-weight: 700;
    letter-spacing: 0.011em;
}

.next-webinar__details {
    padding-left: 10px;
    width: 64%;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.011em;
    text-align: left;
    color: #4c2c06;
}

.next-webinar__details span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.009em;
    color: #4c2c06;
    opacity: 0.6;
}

.next-webinar__time {
    position: relative;
    padding-left: 14px;
}

.next-webinar__time::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 2px;
    width: 4px;
    height: 4px;
    background-color: #23323f;
    border-radius: 2px;
}

.next-webinar__name {
    margin-top: 6px;
}

.next-webinar a {
    margin-top: 1px;
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    font-size: 0;
    border: 2px solid #4c2c06;
    border-radius: 21px;
}

.next-webinar a:hover {
    background-color: #ffed98;
}

.next-webinar a:active {
    background-color: #fcdd4a;
}

.next-webinar a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-list {
    padding-bottom: 35px;
}

.news-list .breadcrumbs__link {
    letter-spacing: 0.025em;
    margin-right: 26px;
}

.news-list .breadcrumbs__link:first-of-type {
    padding-left: 24px;
}

.news-list .breadcrumbs__symbol--chevron {
    right: -18px;
}

.news-list__header {
    display: flex;
    justify-content: space-between;
}

.news-list__header h2 {
    position: relative;
    padding-top: 22px;
    padding-left: 53px;
    padding-right: 74px;
}

.news-list__header h2 span {
    position: absolute;
    padding-top: 3px;
    right: 19px;
    top: 12px;
    display: block;
    width: 30px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    border-radius: 9px;
    background-color: #d8d8d8;
}

.news-list__header h2::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 18px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-image: url("../img/format2.svg"), linear-gradient(135deg, #95bf4c, #ffe93d);
    background-repeat: no-repeat;
    background-position: 7px 5px, center;
    background-size: 21px, auto;
    box-shadow: 0 12px 12px 0 rgba(205, 214, 68, 0.4);
}

.news-list__header h1 {
    position: relative;
    padding-top: 22px;
    padding-left: 53px;
    padding-right: 74px;
}

.news-list__header h1 span {
    position: absolute;
    padding-top: 3px;
    right: 19px;
    top: 12px;
    display: block;
    width: 30px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    border-radius: 9px;
    background-color: #d8d8d8;
}

.news-list__header h1::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 18px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-image: url("../img/format2.svg"), linear-gradient(135deg, #95bf4c, #ffe93d);
    background-repeat: no-repeat;
    background-position: 7px 5px, center;
    background-size: 21px, auto;
    box-shadow: 0 12px 12px 0 rgba(205, 214, 68, 0.4);
}

.news-list__watch-button {
    position: relative;
    margin-top: 18px;
    padding: 0;
    padding-left: 22px;
    padding-top: 10px;
    width: 216px;
    height: 36px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    color: #4c2c06;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    letter-spacing: 0.015em;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.news-list__watch-button::before {
    position: absolute;
    left: 14px;
    top: 9px;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("../img/view-eye.svg");
    background-repeat: no-repeat;
}

.news-list__watch-button:hover {
    background-color: #ffed98;
}

.news-list__watch-button:active {
    background-color: #fcdd4a;
}

.news-list__annotation p {
    margin: 0;
    padding: 7px 0;
    font-size: 16px;
    line-height: 1.5;
}

.news-list__content {
    margin-top: 42px;
}

.news-list__content-display {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #23323f;
}

.news-list__content-display span {
    margin-right: 9px;
    padding-top: 8px;
}

.news-list__sort {
    display: flex;
}

.news-list__view {
    display: flex;
}

.news-list__filters {
    display: flex;
    height: 30px;
    border-radius: 6px;
    background-color: #ffffff;
}

.news-list__radio {
    display: flex;
}

.news-list .content {
    padding-bottom: 0;
}

.teachers-list {
    padding-bottom: 35px;
}

.teachers-list .sidebar-nav a {
    letter-spacing: 0;
}

.teachers-list .sidebar-filters {
    padding: 0;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 15px;
}

.teachers-list .sidebar-filters h4 {
    margin-left: 30px;
    padding-top: 12px;
    padding-bottom: 2px;
}

.teachers-list .sidebar-filters__age, .teachers-list .sidebar-filters__activity {
    margin-top: 22px;
}

.teachers-list .sidebar-filters__toggler {
    top: 15px;
    right: 12px;
}

.teachers-list .breadcrumbs__link {
    letter-spacing: 0.025em;
    margin-right: 26px;
}

.teachers-list .breadcrumbs__link:first-of-type {
    padding-left: 24px;
}

.teachers-list .breadcrumbs__symbol--chevron {
    right: -18px;
}

.teachers-list .similar-materials {
    margin-top: 21px;
}

.teachers-list .subscription {
    margin-top: 12px;
}

.teachers-list__header {
    display: flex;
    justify-content: space-between;
}

.teachers-list__header h2 {
    position: relative;
    padding-top: 22px;
    padding-left: 53px;
    padding-right: 74px;
}

.teachers-list__header h2 span {
    position: absolute;
    padding-top: 3px;
    right: 35px;
    top: 12px;
    display: block;
    width: 30px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    border-radius: 9px;
    background-color: #d8d8d8;
}

.teachers-list__header h2::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 20px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-image: url("../img/format3.svg"), linear-gradient(315deg, #ffc200, #ff3d3d);
    background-repeat: no-repeat;
    background-position: 8px 7px, center;
    background-size: 21px, auto;
    box-shadow: 0 6px 12px 0 rgba(255, 120, 34, 0.4);
}

.teachers-list__become {
    display: block;
    margin-top: 24px;
    padding: 0;
    padding-top: 8px;
    padding-left: 21px;
    padding-right: 21px;
    min-height: 36px;
    font-size: 16px;
    font-weight: 500;
    color: #4c2c06;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.011em;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.teachers-list__become:hover {
    background-color: #ffed98;
}

.teachers-list__become:active {
    background-color: #fcdd4a;
}

.teachers-list__annotation p {
    margin: 0;
    padding: 7px 0;
    font-size: 16px;
    line-height: 1.5;
}

.teachers-list__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}

.teachers-list__content .event-card {
    margin-top: 19px;
    margin-bottom: 24px;
    margin-right: 0;
    width: 20.135%;
}

.tests-list {
    padding-bottom: 35px;
}

.tests-list .sidebar-nav {
    padding-left: 17px;
    padding-bottom: 12px;
}

.tests-list .sidebar-nav ul {
    margin-top: 17px;
}

.tests-list .sidebar-filters {
    margin-top: 30px;
    padding: 0;
    padding-right: 20px;
    padding-left: 17px;
    padding-bottom: 16px;
}

.tests-list .sidebar-filters h4 {
    padding-top: 12px;
    padding-bottom: 2px;
}

.tests-list .sidebar-filters__age, .tests-list .sidebar-filters__activity {
    margin-top: 22px;
}

.tests-list .sidebar-filters__toggler {
    top: 17px;
    right: 5px;
}

.tests-list .breadcrumbs__link {
    letter-spacing: 0.025em;
    margin-right: 26px;
}

.tests-list .breadcrumbs__link:first-of-type {
    padding-left: 28px;
}

.tests-list .breadcrumbs__symbol--chevron {
    right: -16px;
}

.tests-list .similar-materials {
    margin-top: 64px;
}

.tests-list .subscription {
    margin-top: 0;
}

.tests-list .content {
    padding-bottom: 43px;
}

.tests-list__header {
    display: flex;
    justify-content: space-between;
}

.tests-list__header h2 {
    position: relative;
    padding-top: 22px;
    padding-left: 53px;
    padding-right: 74px;
}

.tests-list__header h2 span {
    position: absolute;
    padding-top: 3px;
    right: 36px;
    top: 12px;
    display: block;
    width: 30px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    border-radius: 9px;
    background-color: #d8d8d8;
}

.tests-list__header h2::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 18px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-image: url("../img/format3.svg"), linear-gradient(315deg, #ffc200, #ff3d3d);
    background-repeat: no-repeat;
    background-position: 8px 7px, center;
    background-size: 21px, auto;
    box-shadow: 0 6px 12px 0 rgba(255, 120, 34, 0.4);
}

.tests-list__annotation p {
    margin: 0;
    padding: 7px 0;
    font-size: 16px;
    line-height: 1.5;
}

.tests-list__content {
    margin-top: 18px;
}

.tests-list__content-display {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #23323f;
}

.tests-list__content-display span {
    margin-right: 9px;
    padding-top: 8px;
}

.tests-list__sort {
    display: flex;
}

.tests-list__view {
    display: flex;
}

.tests-list__filters {
    display: flex;
    height: 30px;
    border-radius: 6px;
    background-color: #ffffff;
}

.tests-list__radio {
    display: flex;
}

.tests-list .display-filter__link {
    width: 150px;
}

.tests-list .display-filter__link--difficulty {
    padding-right: 10px;
}

.tests-list .display-filter__link--difficulty::after {
    right: 31px;
}

.tests-list .display-filter__link--attempts {
    border-right: 1px solid #eaebed;
    border-radius: 0 6px 6px 0;
}

.tests-list .display-filter__link--attempts:hover {
    border-color: transparent;
}

.tests-list .display-filter__link--active {
    border-color: transparent;
}

.test-details {
    padding-bottom: 35px;
}

.test-details .sidebar-nav {
    padding-left: 17px;
    padding-bottom: 12px;
}

.test-details .sidebar-nav ul {
    margin-top: 17px;
}

.test-details .breadcrumbs__link {
    letter-spacing: 0.025em;
    margin-right: 26px;
}

.test-details .breadcrumbs__link:first-of-type {
    padding-left: 28px;
}

.test-details .breadcrumbs__symbol--chevron {
    right: -16px;
}

.test-details .certificate-purchase {
    padding-left: 36px;
    font-weight: 400;
    letter-spacing: 0.014em;
    text-align: left;
}

.test-details .subscription {
    margin-top: 0;
}

.test-details .content {
    padding-bottom: 25px;
}

.test-details__header h2 {
    position: relative;
    padding-top: 22px;
    padding-left: 53px;
    padding-right: 74px;
}

.test-details__header h2::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 18px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-image: url("../img/format3.svg"), linear-gradient(315deg, #ffc200, #ff3d3d);
    background-repeat: no-repeat;
    background-position: 8px 7px, center;
    background-size: 21px, auto;
    box-shadow: 0 6px 12px 0 rgba(255, 120, 34, 0.4);
}

.test-details__annotation p {
    margin: 0;
    padding: 7px 0;
    font-size: 16px;
    line-height: 1.5;
}

.test-details__content {
    margin-top: 18px;
}

.test-details__rules {
    margin-top: 25px;
}

.test-details__rules ul {
    margin: 0;
    margin-top: 7px;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 1.5;
}

.test-details__rules ul li {
    position: relative;
    padding-left: 24px;
}

.test-details__rules ul li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #fde678;
    border-radius: 5px;
}

.crossroad {
    padding-bottom: 36px;
}

.crossroad .sidebar-nav {
    padding-bottom: 9px;
}

.crossroad .certificate {
    margin: 0 auto;
    margin-bottom: 44px;
    max-width: 1200px;
    width: calc(100% - 20px);
    min-width: 1004px;
    border-radius: 6px;
}

.crossroad .specialists {
    margin-top: 58px;
    padding-bottom: 42px;
}

.crossroad .subscription {
    margin-top: 54px;
}

.crossroad__header h2 {
    position: relative;
    padding-top: 22px;
    padding-left: 53px;
    padding-right: 74px;
}

.crossroad__header .h2 {
    position: relative;
    padding-top: 22px;
    padding-left: 53px;
    padding-right: 74px;
}

.crossroad__header h2::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 20px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-image: url("../img/format3.svg"), linear-gradient(315deg, #ffc200, #ff3d3d);
    background-repeat: no-repeat;
    background-position: 8px 7px, center;
    background-size: 21px, auto;
    box-shadow: 0 6px 12px 0 rgba(255, 120, 34, 0.4);
}

.crossroad__header .h2::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 20px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-image: url("../img/format3.svg"), linear-gradient(315deg, #ffc200, #ff3d3d);
    background-repeat: no-repeat;
    background-position: 8px 7px, center;
    background-size: 21px, auto;
    box-shadow: 0 6px 12px 0 rgba(255, 120, 34, 0.4);
}

.crossroad__annotation p {
    margin: 0;
    margin-bottom: 10px;
    padding: 7px 0;
    font-size: 16px;
    line-height: 1.5;
}

.crossroad__education {
    margin: 0 auto;
    margin-bottom: 46px;
    max-width: 1200px;
    width: calc(100% - 20px);
    min-width: 1004px;
}

.crossroad__education:nth-of-type(2) {
    margin-bottom: 44px;
}

.crossroad__education:nth-of-type(3) {
    margin-bottom: 40px;
}

.crossroad__education:nth-of-type(4) {
    margin-bottom: 53px;
}

.crossroad__education header {
    display: flex;
    justify-content: space-between;
}

.crossroad__education header a {
    position: relative;
    padding-top: 10px;
    padding-right: 17px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.005em;
    color: #4095ad;
}

.crossroad__education header a:hover {
    color: #6bcbdc;
}

.crossroad__education header a:hover svg {
    fill: #6bcbdc;
}

.crossroad__education header a:active {
    color: #23323f;
}

.crossroad__education header a:active svg {
    fill: #23323f;
}

.crossroad__education header a svg {
    position: absolute;
    top: 10px;
    right: 0;
    fill: #4095ad;
}

.crossroad__cards {
    display: flex;
    justify-content: space-between;
}

.crossroad__cards .education-card {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    width: calc((100% - 72px) / 4);
}

.crossroad__cards .education-card__title {
    padding-top: 18px;
}

.crossroad__cards .education-card__description {
    flex-grow: 1;
}

.crossroad__cards .education-card__stats {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}

.crossroad__cards .education-card__stat {
    margin-right: 0;
}

.crossroad__cards .education-card__stat--rating {
    margin-right: 3%;
}

.crossroad__cards .education-card__purchasing {
    display: flex;
    justify-content: space-between;
    padding-right: 23px;
}

.crossroad__cards .education-card__price {
    margin-right: 6%;
    padding-right: 0;
    width: 25%;
}

.crossroad__cards .education-card__purchase-btn {
    margin-right: 0;
}

.crossroad__cards .event-card {
    margin-top: 14px;
    margin-right: 0;
}

.crossroad__cards .test-card {
    margin-top: 14px;
    margin-right: 0;
    width: calc((100% - 72px) / 4);
}

.leaderboard {
    padding-bottom: 37px;
}

.leaderboard .sidebar {
    width: 23.5%;
}

.leaderboard .sidebar-nav {
    margin-top: 2px;
    padding-bottom: 12px;
}

.leaderboard .sidebar-nav__list {
    margin-top: 17px;
}

.leaderboard .sidebar-nav__link {
    letter-spacing: 0.007em;
}

.leaderboard .content__scheme {
    width: 74.5%;
}

.leaderboard .breadcrumbs {
    margin-top: 0;
}

.leaderboard .breadcrumbs__link:first-of-type {
    padding-left: 28px;
}

.leaderboard .subscription {
    margin-top: 46px;
}

.leaderboard__header {
    margin-top: 11px;
}

.leaderboard__header h2 {
    position: relative;
    padding-top: 22px;
    padding-left: 47px;
    padding-right: 74px;
}

.leaderboard__header h2::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 22px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-image: url("../img/format3.svg"), linear-gradient(315deg, #ffc200, #ff3d3d);
    background-repeat: no-repeat;
    background-position: 8px 7px, center;
    background-size: 21px, auto;
    box-shadow: 0 6px 12px 0 rgba(255, 120, 34, 0.4);
}

.leaderboard__annotation {
    margin-top: 14px;
}

.leaderboard__annotation p {
    margin: 0;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
}

.leaderboard__annotation p a {
    color: #4095ad;
}

.leaderboard__annotation p a:hover {
    color: #6bcbdc;
}

.leaderboard__annotation p a:active {
    color: #23323f;
}

.leaderboard__leaders {
    margin-top: 26px;
}

.leaderboard__leaders h3 {
    margin-bottom: 14px;
}

.qa-list {
    margin-top: 40px;
    padding-bottom: 37px;
}

.qa-list .sidebar {
    width: 23.5%;
}

.qa-list .sidebar-nav {
    margin-top: 2px;
    padding-bottom: 12px;
}

.qa-list .sidebar-nav__list {
    margin-top: 17px;
}

.qa-list .sidebar-nav__link {
    letter-spacing: 0.007em;
}

.qa-list .sidebar-tags {
    padding-left: 18px;
    padding-right: 4px;
    padding-bottom: 18px;
}

.qa-list .sidebar-tags__all {
    display: flex;
    margin-top: 18px;
    margin-right: 14px;
    border-top: 1px solid #eaebed;
}

.qa-list .sidebar-tags__all .ghost-btn {
    margin-top: 17px;
    padding-top: 6px;
    padding-left: 24px;
    padding-right: 41px;
    letter-spacing: 0;
    border-width: 2px;
}

.qa-list .sidebar-tags__all .ghost-btn svg {
    top: 5px;
    left: 79px;
}

.qa-list .content__scheme {
    width: 74.5%;
}

.qa-list .breadcrumbs {
    margin-top: 0;
}

.qa-list .breadcrumbs__link:first-of-type {
    padding-left: 28px;
}

.qa-list .subscription {
    margin-top: 70px;
}

.qa-list__header {
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
}

.qa-list__header h2 {
    position: relative;
    padding-top: 22px;
    padding-left: 47px;
    padding-right: 74px;
}

.qa-list__header h2::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 22px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-image: url("../img/format3.svg"), linear-gradient(315deg, #ffc200, #ff3d3d);
    background-repeat: no-repeat;
    background-position: 8px 7px, center;
    background-size: 21px, auto;
    box-shadow: 0 6px 12px 0 rgba(255, 120, 34, 0.4);
}

.qa-list__header .education__watch-button {
    margin-top: 22px;
    width: auto;
    padding-right: 20px;
    padding-left: 43px;
}

.qa-list__header .education__watch-button::before {
    left: 16px;
}

.qa-list .questions:last-of-type {
    margin-top: 21px;
}

.qa-list .paginator {
    margin: 0;
    margin-top: 24px;
}

.qa-list__annotation {
    margin-top: 14px;
}

.qa-list__annotation p {
    margin: 0;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
}

.qa-list__annotation p a {
    color: #4095ad;
}

.qa-list__annotation p a:hover {
    color: #6bcbdc;
}

.qa-list__annotation p a:active {
    color: #23323f;
}

.qa-list__content {
    margin-top: 24px;
}

.qa-list__content h3 {
    position: relative;
    padding-top: 15px;
}

.qa-list__content h3 span {
    display: block;
    position: absolute;
    left: 144px;
    top: 0px;
    padding: 0 9px;
    padding-top: 3px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    border-radius: 9px;
    background-color: #d8d8d8;
}

.qa-list__title {
    margin-top: 42px;
}

.qa-list__tab {
    display: none;
}

.qa-list__tab--shown {
    display: block;
}

.qa-item {
    margin-top: 40px;
    padding-bottom: 37px;
}

.qa-item .sidebar {
    width: 23.5%;
}

.qa-item .sidebar-nav {
    margin-top: 2px;
    padding-bottom: 12px;
}

.qa-item .sidebar-nav__list {
    margin-top: 17px;
}

.qa-item .sidebar-nav__link {
    letter-spacing: 0.007em;
}

.qa-item .sidebar-tags {
    padding-left: 18px;
    padding-right: 4px;
    padding-bottom: 18px;
}

.qa-item .sidebar-tags__all {
    display: flex;
    margin-top: 18px;
    margin-right: 14px;
    border-top: 1px solid #eaebed;
}

.qa-item .sidebar-tags__all .ghost-btn {
    margin-top: 17px;
    padding-top: 6px;
    padding-left: 24px;
    padding-right: 41px;
    letter-spacing: 0;
    border-width: 2px;
}

.qa-item .sidebar-tags__all .ghost-btn svg {
    top: 5px;
    left: 79px;
}

.qa-item .content__scheme {
    width: 74.5%;
}

.qa-item .breadcrumbs {
    margin-top: 0;
}

.qa-item .breadcrumbs__link:first-of-type {
    margin-right: 26px;
    padding-left: 28px;
}

.qa-item .subscription {
    margin-top: 16px;
}

.qa-item .questions:last-of-type {
    margin-top: 14px;
}

.qa-item .paginator {
    margin: 0;
    margin-top: 24px;
}

.qa-item__content {
    margin-top: 18px;
}

.qa-item__content h3 {
    position: relative;
    padding-top: 15px;
}

.qa-item__content h3 span {
    display: block;
    position: absolute;
    left: 144px;
    top: 0px;
    padding: 0 9px;
    padding-top: 3px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    border-radius: 9px;
    background-color: #d8d8d8;
}

.qa-item__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.qa-item__header a {
    position: relative;
    display: block;
    margin-top: 36px;
    padding-top: 6px;
    padding-left: 34px;
    padding-right: 15px;
    min-height: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #4c2c06;
    text-decoration: none;
    border-radius: 15px;
    border: 2px solid #fde678;
}

.qa-item__header a:hover {
    border-color: transparent;
    background-color: #ffed98;
}

.qa-item__header a:active {
    border-color: transparent;
    background-color: #fcdd4a;
}

.qa-item__header a svg {
    position: absolute;
    top: 4px;
    left: 14px;
    fill: #4c2c06;
}

.qa-item__title:first-of-type {
    margin-top: 24px;
}

.qa-item__title:first-of-type span {
    left: 121px;
    padding-left: 11px;
    padding-right: 11px;
}

.qa-item__title {
    margin-top: 25px;
}

.leader-card {
    display: flex;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.leader-card:hover {
    box-shadow: 0 10px 20px 0 rgba(4, 6, 6, 0.2), 10px 0 20px -10px rgba(4, 6, 6, 0.75), -10px 0 20px -10px rgba(4, 6, 6, 0.75);
}

.leader-card h5 {
    color: #23323f;
}

.leader-card__wrapper {
    display: flex;
}

.leader-card__portrait {
    margin-right: 2.9%;
}

.leader-card__portrait img {
    margin-top: 28px;
    margin-left: 22px;
    background-color: #d8d8d8;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12);
    border: solid 2px #ffffff;
    border-radius: 50%;
    box-sizing: content-box;
}

.leader-card__rating {
    margin-top: 5px;
    margin-left: 22px;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.022em;
    text-align: center;
}

.leader-card__value, .leader-card__change {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.leader-card__change {
    color: #7cd58d;
}

.leader-card__change--down {
    color: #ff7d44;
}

.leader-card__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.leader-card__content p {
    flex-grow: 1;
    margin: 0;
    margin-top: 18px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.013em;
}

.leader-card header {
    margin-top: 22px;
}

.leader-card header h4 {
    padding-top: 10px;
}

.leader-card__speciality {
    margin-top: 1px;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.011em;
    opacity: 0.6;
}

.leader-card__core {
    display: flex;
    flex-grow: 1;
}

.leader-card__text {
    margin-right: 4.4%;
    width: 66.08%;
    border-bottom: 1px solid #eaebed;
}

.leader-card__achievements {
    display: flex;
    padding-top: 10px;
}

.leader-card__icon {
    position: relative;
    display: block;
    margin-right: 1.81%;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    border: solid 2px #fde678;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.leader-card__icon--idea {
    background-image: url(../img/idea.svg);
}

.leader-card__icon--medal {
    background-image: url(../img/medal.svg);
    background-position: center 5px;
}

.leader-card__icon--medal2 {
    background-image: url(../img/medal2.svg);
    background-position: center 5px;
}

.leader-card__icon--medal3 {
    background-image: url(../img/medal3.svg);
    background-position: center 5px;
}

.leader-card__icon--balloons {
    background-image: url(../img/balloons.svg);
    background-position: center 7px;
}

.leader-card__icon--agreement {
    background-image: url(../img/agreement.svg);
    background-position: center 7px;
}

.leader-card__icon--student {
    background-image: url(../img/student.svg);
    background-position: center 4px;
}

.leader-card__icon--contract {
    background-image: url(../img/contract.svg);
    background-position: 9px 7px;
}

.leader-card__icon:hover .leader-card__achievement-label {
    display: block;
}

.leader-card__achievement-quantity {
    position: absolute;
    right: -5px;
    top: -10px;
    padding-top: 5px;
    width: 18px;
    height: 13px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.011em;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-sizing: content-box;
}

.leader-card__achievement-label {
    display: none;
    position: absolute;
    top: -44px;
    left: -56px;
    padding: 0 5px;
    padding-top: 8px;
    min-width: 150px;
    min-height: 30px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 0 7px 0 #eaebed;
    background-color: #ffffff;
}

.leader-card__achievement-label::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 4px;
    left: 48%;
    border: 14px solid #fff;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg) translateX(-50%);
    box-shadow: -3px 3px 3px 0 #eaebed;
}

.leader-card__new-achievements {
    margin-top: 32px;
    flex-grow: 1;
}

.leader-card__new-achievements h5 {
    margin-bottom: 9px;
}

.leader-card__new-achievement {
    display: flex;
}

.leader-card__new-achievement .leader-card__icon {
    margin-right: 5%;
}

.leader-card__new-achievement:not(:first-of-type) {
    margin-top: 18px;
}

.leader-card__recent {
    display: flex;
    flex-direction: column;
}

.leader-card__achievement-gained {
    margin-top: 6px;
    font-size: 14px;
    letter-spacing: 0.011em;
}

.leader-card__achievement-date {
    margin-top: 4px;
    font-size: 12px;
    letter-spacing: 0.011em;
    opacity: 0.6;
}

.leader-card footer {
    display: flex;
    flex-direction: column;
    margin-top: 2px;
    margin-right: 29px;
    padding-top: 11px;
    padding-bottom: 12px;
}

.leader-card__link {
    position: relative;
    display: block;
    padding-top: 9px;
    min-height: 36px;
    font-size: 14px;
    letter-spacing: 0.011em;
    color: #4c2c06;
    text-decoration: none;
    border-radius: 18px;
    border: solid 2px #fde678;
}

.leader-card__link--books {
    padding-left: 31px;
    padding-right: 12px;
}

.leader-card__link--books svg {
    top: 7px;
    left: 11px;
}

.leader-card__link--more {
    margin-left: 25px;
    padding-right: 29px;
    padding-left: 10px;
}

.leader-card__link--more svg {
    top: 8px;
    right: 10px;
}

.leader-card__link svg {
    position: absolute;
    fill: #4c2c06;
}

.leader-card__link:hover {
    border-color: transparent;
    background-color: #ffed98;
}

.leader-card__link:active {
    border-color: transparent;
    background-color: #fcdd4a;
}

.earn-rating {
    display: flex;
    margin-top: 36px;
    padding-bottom: 16px;
    background-color: #fde678;
    color: #4c2c06;
}

.earn-rating__graphic {
    position: relative;
    margin-top: 48px;
    margin-left: 25px;
    margin-right: 26px;
    min-width: 152px;
    width: 152px;
    height: 152px;
    border-radius: 76px;
    background-color: #ffffff;
}

.earn-rating__graphic img {
    position: absolute;
    top: 51%;
    left: 50.5%;
    transform: translate(-50%, -50%);
}

.earn-rating h3 {
    margin-top: 21px;
    letter-spacing: 0.008em;
    color: #4c2c06;
}

.earn-rating ul {
    margin: 0;
    margin-top: 11px;
    padding: 0;
    list-style: none;
}

.earn-rating ul li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.011em;
}

.earn-rating ul li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 1px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 2px solid #4c2c06;
}

.earn-rating ul a {
    color: #4095ad;
}

.earn-rating ul a:hover {
    color: #6bcbdc;
}

.earn-rating ul a:active {
    color: #23323f;
}

.qa-search {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
}

.qa-search svg {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 11px;
    left: 19px;
    fill: #23323f;
    opacity: 0.6;
    z-index: 1;
}

.qa-search__input {
    position: relative;
    padding-left: 52px;
    width: calc(100% - 198px);
    height: 36px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.011em;
    color: #23323f;
    border-radius: 18px;
    background-color: #ffffff;
    border: solid 1px #eaebed;
}

.qa-search__input:-ms-input-placeholder {
    font-size: 14px;
    color: #23323f;
    opacity: 0.6;
}

.qa-search__input::placeholder {
    font-size: 14px;
    color: #23323f;
    opacity: 0.6;
}

.qa-search__submit {
    margin: 0;
    padding: 0 38px;
    min-height: 36px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.011em;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.qa-search__submit:hover {
    background-color: #ffed98;
}

.qa-search__submit:active {
    background-color: #fcdd4a;
}

.content-nav {
    display: flex;
    padding: 0;
    margin: 0;
    margin-top: 8px;
    list-style: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

.content-nav__link {
    display: block;
    margin: 0;
    padding-top: 8px;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.011em;
    text-align: center;
    text-decoration: none;
    color: #23323f;
}

.content-nav__item--active .content-nav__link {
    color: #4c2c06;
}

.content-nav__item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 20%;
    height: 36px;
    background-color: #ffffff;
    border: solid 1px #eaebed;
    cursor: pointer;
}

.content-nav__item span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 7px;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 50%;
}

.content-nav__item:hover span,
.content-nav__item--active span {
    background-color: #ffffff;
}

.content-nav__item:first-child {
    border-right: none;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.content-nav__item:last-child {
    border-left: none;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.content-nav__item:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.content-nav__item:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.content-nav__item--active {
    background-color: #fde678;
    border-color: #fde678;
}

.content-nav__item--active span {
    background-color: #ffffff;
}

.content-nav__item--active:hover, .content-nav__item--active:active {
    background-color: #fde678;
    border-color: #fde678;
}

.content-nav__tab {
    display: none;
    flex-wrap: wrap;
    max-width: 895px;
    width: 100%;
    min-width: 699px;
}

.content-nav__tab_show {
    display: flex;
}

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

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img:not(.similar-materials__card 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;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: 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: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.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 {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
    from {
        transform: translate3d(0, 0, 0);
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {
    from,
    11.1%,
    to {
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }
    88.8% {
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-duration: 0.75s;
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    animation-duration: 0.75s;
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-duration: 0.75s;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        transform-origin: center;
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-duration: 2s;
    animation-name: hinge;
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }
    50% {
        transform: rotate(-10deg);
    }
    70% {
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.rollIn {
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

.animate {
    visibility: hidden;
}

.activity-report {
    margin: 0 auto;
    padding-bottom: 42px;
    max-width: 1200px;
    width: calc(100% - 20px);
    min-width: 1004px;
}

.activity-report button {
    top: 42%;
}

.activity-report__header {
    display: flex;
    justify-content: space-between;
}

.activity-report__header a {
    position: relative;
    padding-top: 15px;
    padding-right: 15px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.005em;
    color: #4095ad;
}

.activity-report__header a:hover {
    color: #6bcbdc;
}

.activity-report__header a:hover svg {
    fill: #6bcbdc;
}

.activity-report__header a:active {
    color: #23323f;
}

.activity-report__header a:active svg {
    fill: #23323f;
}

.activity-report__header a svg {
    position: absolute;
    top: 17px;
    right: 0;
    fill: #4095ad;
}

.activity-report .slick-slide {
    display: flex;
    padding-bottom: 20px;
}

.activity-report-cards {
    display: flex;
    position: relative;
    margin-top: 24px;
}

.activity-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 24px;
    padding-bottom: 18px;
    width: calc((100% - 72px) / 4);
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.activity-card:nth-of-type(4n) {
    margin-right: 0;
}

.activity-card:hover {
    box-shadow: 0 10px 20px 0 rgba(4, 6, 6, 0.2), 10px 0 20px -10px rgba(4, 6, 6, 0.75), -10px 0 20px -10px rgba(4, 6, 6, 0.75);
}

.activity-card:active {
    box-shadow: 0 1px 5px 0 rgba(4, 6, 6, 0.2), 10px 0 20px -10px rgba(4, 6, 6, 0.75), -10px 0 20px -10px rgba(4, 6, 6, 0.75);
}

.activity-card img {
    width: 100%;
    height: auto;
}

.activity-card__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
}

.activity-card__info a {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 10px;
    padding-left: 16px;
    padding-right: 32px;
    margin-left: 24px;
    min-height: 30px;
    font-size: 14px;
    letter-spacing: 0.011em;
    text-decoration: none;
    color: #4c2c06;
    border: 2px solid #fde678;
    border-radius: 15px;
}

.activity-card__info a:hover {
    border-color: transparent;
    background-color: #ffed98;
}

.activity-card__info a:active {
    border-color: transparent;
    background-color: #fcdd4a;
}

.activity-card__info a svg {
    position: absolute;
    right: 13px;
    top: 4px;
}

.activity-card__header {
    margin-top: 9px;
    padding: 0 5px 0 23px;
}

.activity-card__header span {
    font-size: 12px;
    letter-spacing: 0.011em;
    opacity: 0.6;
}

.activity-card__header span:last-of-type {
    position: relative;
    padding-left: 20px;
}

.activity-card__header span:last-of-type::before {
    position: absolute;
    top: 3px;
    left: 5px;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #23323f;
    opacity: 0.6;
    border-radius: 2px;
}

.activity-card__title {
    margin-top: 8px;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.011em;
    flex-grow: 1;
}

.tests {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.test-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 24px;
    padding-bottom: 12px;
    width: calc((100% - 48px) / 3);
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.test-card:hover {
    box-shadow: 0 10px 20px 0 rgba(4, 6, 6, 0.2), 10px 0 20px -10px rgba(4, 6, 6, 0.75), -10px 0 20px -10px rgba(4, 6, 6, 0.75);
}

.test-card:active {
    box-shadow: 0 1px 5px 0 rgba(4, 6, 6, 0.2), 10px 0 20px -10px rgba(4, 6, 6, 0.75), -10px 0 20px -10px rgba(4, 6, 6, 0.75);
}

.test-card_account-similar {
    width: 282px;
}

.test-card_account-similar:first-child {
    margin-right: 24px;
}

.test-card_account-similar:last-child {
    display: none;
}

.test-card img {
    width: 100%;
    height: auto;
}

.test-card__description {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-grow: 1;
    margin: 0 17px;
    margin-top: 17px;
    padding-bottom: 6px;
    border-bottom: 1px solid #eaebed;
}

.test-card__description h5 {
    min-height: 54px;
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: 0;
}

.test-card__description p {
    margin: 0;
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.29;
}

.test-card__tags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 17px;
    margin-top: 11px;
}

.test-card__tags span {
    display: block;
    margin-bottom: 12px;
    padding: 0 15px;
    padding-top: 4px;
    min-height: 24px;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-align: center;
    background-color: #eaebed;
    border-radius: 12px;
}

.test-card__tags span:hover {
    color: #4c2c06;
    background-color: #ffed98;
}

.test-card__tags span:active {
    color: #4c2c06;
    background-color: #fcdd4a;
}

.test-card__details {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    padding: 0 17px;
    padding-top: 15px;
    padding-bottom: 13px;
    font-size: 12px;
    letter-spacing: 0.022em;
    color: rgba(35, 50, 63, 0.6);
    background-color: #f9f9fb;
}

.test-card__details span {
    display: block;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.022em;
    color: #23323f;
}

.test-card__begin {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.test-card__begin a {
    display: block;
    padding: 0 30px;
    padding-top: 4px;
    letter-spacing: 0;
    color: #23323f;
    border-width: 2px;
}

.test-ticket {
    margin-top: 22px;
    padding-left: 36px;
    padding-right: 35px;
    padding-bottom: 18px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.test-ticket header {
    padding-top: 18px;
    padding-bottom: 21px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eaebed;
}

.test-ticket__time {
    position: relative;
    padding-top: 12px;
    padding-left: 24px;
    width: 7.1%;
    font-size: 14px;
    letter-spacing: 0.011em;
}

.test-ticket__time svg {
    position: absolute;
    top: 10px;
    left: 0;
    opacity: 0.6;
}

.test-ticket__progress {
    padding-top: 3px;
    width: 142px;
    font-size: 14px;
    font-weight: 700;
    line-height: 0.86;
    letter-spacing: 0.015em;
}

.test-ticket__progress div:first-of-type {
    padding-bottom: 6px;
}

.test-ticket__progress div:first-of-type span {
    padding-left: 20px;
}

.test-ticket__progress span {
    padding-left: 7px;
    font-weight: 400;
}

.test-ticket__question {
    margin-top: 26px;
}

.test-ticket__question-order {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.011em;
}

.test-ticket__question-order span {
    font-weight: 700;
}

.test-ticket h4 {
    margin-top: 4px;
}

.test-ticket__options {
    margin-top: 16px;
    padding-bottom: 13px;
    font-size: 16px;
    line-height: 1.13;
}

.test-ticket__options input {
    display: none;
}

.test-ticket__options input:checked ~ label::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4095ad;
}

.test-ticket__options input:checked ~ label::before {
    background-color: #f9f9fb;
}

.test-ticket__options label {
    position: relative;
    display: block;
    padding-left: 30px;
}

.test-ticket__options label::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #d2d6dc;
}

.test-ticket__answer {
    margin-bottom: 18px;
}

.test-ticket footer {
    display: flex;
    padding-top: 17px;
    border-top: 1px solid #eaebed;
}

.test-ticket footer a {
    padding-top: 7px;
    min-height: 36px;
    border-radius: 18px;
    border-width: 2px;
}

.test-ticket__onward {
    margin-right: 7.4%;
    padding-left: 37px;
    padding-right: 52px;
}

.test-ticket__onward svg {
    top: 8px;
    left: 81px;
}

.test-ticket__finish {
    padding-left: 27px;
    padding-right: 27px;
}

.paginator-test {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    width: 62.7%;
}

.paginator-test__label {
    padding-top: 4px;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.011em;
}

.paginator-test__page {
    padding-top: 5px;
    width: 24px;
    height: 24px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.007em;
    text-align: center;
    text-decoration: none;
    color: #23323f;
    border-radius: 6px;
    background-color: #f9f9fb;
    border: 1px solid #eaebed;
}

.paginator-test__page--active {
    background-color: #fde678;
    border-color: transparent;
    pointer-events: none;
}

.paginator-test__page:hover {
    background-color: #ffed98;
    border-color: transparent;
}

.paginator-test__page:active {
    background-color: #fcdd4a;
    border-color: transparent;
}

.paginator-test__prev {
    margin-right: 12px;
}

.paginator-test__prev svg {
    transform: translate(-50%, -50%) rotate(180deg);
}

.paginator-test__next {
    margin-left: 12px;
}

.paginator-test__next svg {
    transform: translate(-50%, -50%);
}

.paginator-test__prev, .paginator-test__next {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    font-size: 0;
    border: 2px solid #fde678;
}

.paginator-test__prev svg, .paginator-test__next svg {
    position: absolute;
    top: 50%;
    left: 50%;
}

.paginator-test__prev:hover, .paginator-test__next:hover {
    border-color: transparent;
    background-color: #ffed98;
}

.paginator-test__prev:active, .paginator-test__next:active {
    border-color: transparent;
    background-color: #fcdd4a;
}

.main-header {
    position: relative;
    width: 100%;
    margin: 0;
}

.main-header__upper-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 984px;
    min-height: 30px;
    margin: 0 auto;
}

.main-header__wrapper {
    width: 100%;
    margin: 0;
    background-color: #ffffff;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.06);
}

.main-header__lower-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 984px;
    min-height: 138px;
    margin: 0 auto;
}

.main-header__center-wrap {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    width: 793px;
    height: 115px;
}

.main-header__logo {
    width: 104px;
    margin-top: 16px;
    text-decoration: none;
}

.main-header__logo-img {
    display: block;
    width: 85px;
    height: 85px;
    margin-left: 8px;
}

.main-header__logo-img--colored {
    margin: 0;
    width: 104px;
    height: 104px;
}

.main-header__logo-text {
    padding-top: 8px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #23323f;
}

.main-header__login {
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 131px;
    height: 30px;
    margin-top: 1px;
}

.main-header__login_show {
    display: flex;
}

.main-header__login-symbol {
    position: absolute;
    left: -26px;
    top: 0;
    fill: #23323f;
}

.main-header__login-link {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.9px;
    text-decoration: none;
    border-bottom: 1px solid #4095ad;
    color: #4095ad;
}

.main-header__login-link:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.main-header__login-link:active {
    color: #23323f;
    border-color: #23323f;
}

.main-header__login-text {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: #23323f;
}

.main-header__user {
    display: none;
    width: 204px;
    height: 30px;
}

.main-header__user_show {
    position: relative;
    display: block;
    right: -12px;
}

.main-header__user_nav-opened {
    background-color: #ffffff;
    box-shadow: 0 6px 15px -2px rgba(0, 0, 0, 0.06), -6px 0 15px -4px rgba(0, 0, 0, 0.06);
}

.main-header__user-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 204px;
    height: 30px;
    text-decoration: none;
    color: #23323f;
}

.main-header__user-link:hover {
    color: #6bcbdc;
}

.main-header__user-link:active {
    color: #4095ad;
}

.main-header__user-symbol {
    margin-left: 12px;
    fill: currentColor;
}

.main-header__user-name {
    font-size: 12px;
    font-weight: 500;
    color: currentColor;
}

.main-header__user-arrow-menu {
    margin-left: 5px;
}

.main-header__user-arrow {
    margin-right: 12px;
    fill: currentColor;
    transition: transform 0.3s;
}

.main-header__user_nav-opened .main-header__user-arrow {
    transform: rotate(180deg);
}

.main-header__nav-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 793px;
    margin-top: 28px;
}

.main-header__dropdown-link {
    position: relative;
    display: block;
    z-index: 5;
    width: 12px;
    height: 12px;
    margin-top: 3px;
    text-decoration: none;
    color: #23323f;
    transition: transform 0.3s, color 0.3s;
}

.main-header__dropdown-link_opened {
    transform: rotate(90deg);
    color: #4095ad;
}

.main-header__dropdown-link_opened:active {
    color: #23323f;
}

.main-header__dropdown-link_opened:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    top: -14px;
    left: -12px;
    width: 39px;
    height: 42px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    box-shadow: 0 6px 15px -2px rgba(0, 0, 0, 0.06), 0 -6px 15px -2px rgba(0, 0, 0, 0.06), -6px 0 15px -2px rgba(0, 0, 0, 0.06);
}

.main-header__dropdown-link_opened:before {
    position: absolute;
    z-index: 1;
    display: block;
    content: '';
    top: -14px;
    left: 22px;
    width: 16px;
    height: 42px;
    background-color: #ffffff;
}

.main-header__dropdown-link:hover {
    color: #6bcbdc;
}

.main-header__dropdown-link:active {
    color: #4095ad;
}

.main-header__dropdown-symbol {
    width: 12px;
    height: 12px;
    vertical-align: top;
    fill: currentColor;
}

.main-header__contacts {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.main-header__phone {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #23323f;
}

.main-header__email {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #23323f;
}

.main-header .contents {
    margin-left: calc(100% - 793px);
}

.contents {
    display: flex;
    justify-content: space-between;
    width: 593px;
    max-width: 786px;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    list-style: none;
}

.contents__item {
    display: flex;
    align-items: center;
    height: 21px;
    margin: 0;
    padding: 0;
}

.contents__item-text {
    margin-right: 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    color: #23323f;
}

.contents__item-number {
    width: 29px;
    height: 20px;
    padding-bottom: 1px;
    margin-top: 1px;
    font-size: 12px;
    line-height: 19px;
    font-weight: 500;
    text-align: center;
    color: #23323f;
    background-color: #eaebed;
    border: 1px solid transparent;
    border-radius: 10px;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 95.84%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-nav__dropdown {
    position: absolute;
    z-index: 3;
    top: 30px;
    right: -14px;
    width: 234px;
    padding: 0;
    padding-top: 24px;
    padding-left: 23px;
    margin: 0;
    list-style: none;
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 0 18px 6px rgba(0, 0, 0, 0.06);
}

.main-nav__dropdown_closed {
    display: none;
}

.main-nav__dropdown_opened {
    display: block;
}

.main-nav__dropdown-top {
    position: absolute;
    z-index: 1;
    top: 38px;
    right: -1px;
    width: 234px;
    padding: 0;
    padding-top: 24px;
    padding-left: 23px;
    margin: 0;
    list-style: none;
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 0 18px 6px rgba(0, 0, 0, 0.06);
}

.main-nav__dropdown-top_closed {
    display: none;
}

.main-nav__dropdown-top_opened {
    display: block;
}

.main-nav__item {
    margin: 0;
    padding: 0;
}

.main-nav__item_top {
    position: relative;
    z-index: 2;
    padding: 10px;
    margin-top: -10px;
    background-color: #ffffff;
    border: 1px solid transparent;
}

.main-nav__item_top:first-of-type {
    margin-left: -10px;
}

.main-nav__item_top:last-of-type {
    margin-right: -10px;
}

.main-nav__item_opened {
    border: 1px solid transparent;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    box-shadow: 0 6px 15px -2px rgba(0, 0, 0, 0.06), 0 -6px 15px -2px rgba(0, 0, 0, 0.06), -6px 0 15px -2px rgba(0, 0, 0, 0.06);
}

.main-nav__item_opened:before {
    position: absolute;
    z-index: 4;
    display: block;
    content: '';
    top: 28px;
    right: -1px;
    width: calc(100% + 2px);
    height: 16px;
    background-color: #ffffff;
}

.main-nav__item--active a:hover {
    color: #23323f;
}

.main-nav__dropdown .main-nav__item {
    margin-bottom: 11px;
}

.main-nav__dropdown-top .main-nav__item {
    margin-bottom: 11px;
}

.main-nav__dropdown-top .main-nav__item:last-child {
    margin-bottom: 24px;
}

.main-nav__link {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-decoration: none;
    text-transform: uppercase;
    color: #23323f;
}

.main-nav__link:hover {
    color: #6bcbdc;
}

.main-nav__link:active {
    color: #4095ad;
}

.header-search {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 200px);
}

.header-search__symbol {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 10px;
    left: 22px;
    z-index: 1;
    fill: #78818a;
}

.header-search__input {
    position: relative;
    max-width: 690px;
    width: calc(100% - 103px);
    height: 36px;
    padding-left: 58px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #23323f;
    border-radius: 18px;
    background-color: #f9f9fb;
    border: solid 1px #eaebed;
}

.header-search__input:-ms-input-placeholder {
    font-size: 14px;
    color: #78818a;
}

.header-search__input::placeholder {
    font-size: 14px;
    color: #78818a;
}

.header-search__submit {
    width: 90px;
    height: 36px;
    padding: 0;
    margin: 0;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #4c2c06;
    text-align: center;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.header-search__submit:hover {
    background-color: #ffed98;
}

.header-search__submit:active {
    background-color: #fcdd4a;
}

.main-slider {
    position: relative;
    top: -1px;
    left: -1px;
    min-width: 610px;
    max-width: 792px;
    height: 348px;
    border: 1px solid transparent;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-size: 794px 350px;
    background-image: linear-gradient(114deg, #4ab6c9, #077185);
    box-shadow: 0 6px 18px 0 rgba(42, 149, 169, 0.4);
}

.main-slider__btn {
    position: absolute;
    top: 150px;
    z-index: 1;
    width: 26px;
    height: 46px;
    padding: 0;
    margin: 0;
    font-size: 0;
    color: #ffffffc9;
    background: transparent;
    outline: none;
    border: none;
}

.main-slider__btn:hover {
    color: #ffed98;
    cursor: pointer;
}

.main-slider__btn:active {
    color: #fcdd4a;
}

.main-slider__btn_prev {
    left: 24px;
}

.main-slider__btn_next {
    right: 24px;
}

.main-slider__btn-symbol {
    width: 26px;
    height: 46px;
    fill: currentColor;
}

.main-slider__btn-symbol_prev {
    transform: rotate(180deg);
}

.main-slider__slide {
    min-width: 610px;
    max-width: 792px;
    height: 348px;
    border: 1px solid transparent;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 90px 90px;
    background-position: 70px 120px;
}

.main-slider__slide_1 {
    background-image: url(../img/main-slide-1.svg);
}

.main-slider__slide_2 {
    background-image: url(../img/main-slide-2.svg);
}

.main-slider__slide_3 {
    background-image: url(../img/main-slide-3.svg);
}

.main-slider__slide_4 {
    background-image: url(../img/main-slide-4.svg);
}

.main-slider__slide-title {
    padding: 0;
    margin: 0;
    margin-top: 99px;
    margin-bottom: 3px;
    margin-left: 180px;
    font-size: 44px;
    font-weight: 500;
    color: #ffffff;
}

.main-slider__slide-text {
    padding: 0;
    margin: 0;
    margin-left: 180px;
    margin-bottom: 19px;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
}

.main-slider__slide-btn {
    display: block;
    width: 180px;
    height: 36px;
    margin-left: 182px;
    padding-top: 7px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    text-decoration: none;
    color: #4c2c06;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 18px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
}

.main-slider__slide-btn:hover {
    background-color: #ffed98;
}

.main-slider__slide-btn:active {
    background-color: #fcdd4a;
}

.main-slider__bullets {
    position: absolute;
    top: 315px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 86px;
    list-style: none;
    font-size: 0;
}

.main-slider__bullets button {
    display: block;
    padding: 0;
    width: 14px;
    height: 14px;
    background: transparent;
    border: solid 2px #ffffff;
    border-radius: 50%;
    outline: none;
}

.main-slider__bullets button:hover {
    border-color: #ffed98;
    cursor: pointer;
}

.main-slider__bullets button:active {
    border-color: #fcdd4a;
}

.main-slider__bullets .slick-active button {
    background-color: #ffffff;
}

.main-slider__bullets .slick-active button:hover, .main-slider__bullets .slick-active button:active {
    border-color: #ffffff;
    cursor: default;
}

.main-unique__cards-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: calc(100% - 20px);
    min-width: 1024px;
    margin: 0 auto;
}

.main-unique .section-heading {
    padding-top: 54px;
    padding-bottom: 23px;
}

.main-unique-card {
    width: 282px;
    height: 312px;
    margin-left: 4px;
    margin-right: 4px;
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.main-unique-card__title-wrap {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    width: calc(100% + 2px);
    height: 96px;
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.main-unique-card_1 .main-unique-card__title-wrap {
    background: url(../img/main-unique-1.svg) 23px 17px no-repeat, linear-gradient(289deg, #ffc200, #ff3d3d) center no-repeat;
    background-size: 62px 68px, 284px 98px;
    box-shadow: 0 12px 12px 0 rgba(255, 120, 34, 0.12);
}

.main-unique-card_2 .main-unique-card__title-wrap {
    background: url(../img/main-unique-2.svg) 23px 17px no-repeat, linear-gradient(109deg, #95bf4c, #ffe93d) center no-repeat;
    background-size: 62px 68px, 284px 98px;
    box-shadow: 0 12px 12px 0 rgba(205, 214, 68, 0.12);
}

.main-unique-card_3 .main-unique-card__title-wrap {
    background: url(../img/main-unique-3.svg) 23px 17px no-repeat, linear-gradient(289deg, #00ff99, #3da7ff) center no-repeat;
    background-size: 62px 68px, 284px 98px;
    box-shadow: 0 12px 12px 0 rgba(27, 216, 199, 0.12);
}

.main-unique-card_4 .main-unique-card__title-wrap {
    background: url(../img/main-unique-4.svg) 23px 17px no-repeat, linear-gradient(109deg, #4c7dbf, #ff87fa) center no-repeat;
    background-size: 62px 68px, 284px 98px;
    box-shadow: 0 12px 12px 0 rgba(195, 174, 221, 0.12);
}

.main-unique-card__title {
    padding: 0;
    margin: 0;
    padding-left: 110px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #ffffff;
}

.main-unique-card__links {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-left: 23px;
    margin-bottom: 20px;
    list-style: none;
}

.main-unique-card__item {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.main-unique-card__link {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-decoration: none;
    border-bottom: 1px solid #4095ad;
    color: #4095ad;
}

.main-unique-card__link:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.main-unique-card__link:active {
    color: #23323f;
    border-color: #23323f;
}

.main-unique-card__btn {
    display: block;
    width: 138px;
    height: 36px;
    padding: 0;
    margin: 0;
    margin-left: 23px;
    padding-top: 7px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    text-decoration: none;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.main-unique-card__btn:hover {
    background-color: #ffed98;
}

.main-unique-card__btn:active {
    background-color: #fcdd4a;
}

.main-tabs {
    min-width: 610px;
    max-width: 792px;
    height: 198px;
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.main-tabs__nav {
    display: flex;
    width: 610px;
    margin: 18px auto 24px;
    padding: 0;
    list-style: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

.main-tabs__nav-item {
    width: 140px;
    height: 36px;
    padding: 0;
    margin: 0;
    background-color: #f9f9fb;
    border: solid 1px #eaebed;
}

.main-tabs__nav-item:first-child {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.main-tabs__nav-item:last-child {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.main-tabs__nav-item:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.main-tabs__nav-item:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.main-tabs__nav-item_active {
    background-color: #fde678;
    border-color: #fde678;
}

.main-tabs__nav-item_active:hover, .main-tabs__nav-item_active:active {
    background-color: #fde678;
    border-color: #fde678;
}

.main-tabs__nav-link {
    display: block;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: center;
    text-decoration: none;
    color: #23323f;
}

.main-tabs__nav-item_active .main-tabs__link {
    color: #4c2c06;
}

.main-tabs__tab {
    display: none;
    justify-content: space-between;
    width: calc(100% - 48px);
    margin: 0 auto;
}

.main-tabs__tab_show {
    display: flex;
}

.main-tabs__col {
    width: calc((100% - 48px) / 4);
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-tabs__tab-item {
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
}

.main-tabs__tab-link {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-decoration: none;
    border-bottom: 1px solid #4095ad;
    color: #4095ad;
}

.main-tabs__tab-link:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.main-tabs__tab-link:active {
    color: #23323f;
    border-color: #23323f;
}

.main-calendar {
    position: relative;
    width: 384px;
    min-height: 305px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.main-calendar__back {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 264px;
    height: 162px;
    margin: 0 auto;
    border: 1px solid transparent;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 266px 164px;
    background-position: center;
    background-image: linear-gradient(122deg, #4ab6c9, #077185);
    box-shadow: 0 6px 18px 0 rgba(42, 149, 169, 0.4);
}

.main-calendar__top-back {
    position: relative;
    top: -1px;
    left: -1px;
    width: 264px;
    height: 42px;
    border: 1px solid transparent;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: rgba(0, 0, 0, 0.1);
}

.main-calendar__pins-wrap {
    position: relative;
    top: -12px;
    display: flex;
    justify-content: space-between;
    width: 240px;
    margin: 0 auto;
}

.main-calendar__pin {
    width: 6px;
    height: 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #ced5e5;
}

.main-calendar__slider {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 42px auto 0;
}

.main-calendar__btn {
    position: absolute;
    top: 50px;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    font-size: 0;
    color: #4c2c06;
    background-color: #fde678;
    outline: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

.main-calendar__btn:hover {
    background-color: #ffed98;
    cursor: pointer;
}

.main-calendar__btn:active {
    background-color: #fcdd4a;
}

.main-calendar__btn_prev {
    left: 6px;
}

.main-calendar__btn_next {
    right: 6px;
}

.main-calendar__btn-symbol {
    width: 13px;
    height: 19px;
    margin: 0 auto;
    fill: currentColor;
}

.main-calendar__btn-symbol_prev {
    transform: rotate(180deg);
}

.main-calendar__month-title {
    width: 240px;
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

.main-calendar__month-table {
    width: 240px;
    margin: 13px auto 0;
    color: #ffffff;
}

.main-calendar__month-row {
    display: flex;
    justify-content: space-between;
}

.main-calendar__month-cell {
    width: 24px;
    height: 18px;
    padding-right: 3px;
    padding-top: 1px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    text-align: right;
    color: #ffffff;
    border: solid 2px transparent;
    border-radius: 6px;
}

.main-calendar__month-cell_events {
    border-color: #fde678;
}

.main-calendar__month-cell_events:hover {
    border-color: #ffed98;
    cursor: pointer;
}

.main-calendar__month-cell_events:active {
    border-color: #fcdd4a;
}

.main-calendar__month-cell_active {
    color: #4c2c06;
    background-color: #fde678;
}

.main-calendar__month-cell_active:hover, .main-calendar__month-cell_active:active {
    border-color: #fde678;
    cursor: default;
}

.main-calendar__date-events {
    display: none;
    width: 348px;
    margin: 24px auto 0;
}

.main-calendar__date-events_show {
    display: block;
}

.main-calendar__events-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}

.main-calendar__events-title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #23323f;
}

.main-calendar__events-link {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-decoration: none;
    color: #4095ad;
    border-bottom: 1px solid #4095ad;
}

.main-calendar__events-link:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.main-calendar__events-link:active {
    color: #23323f;
    border-color: #23323f;
}

.main-calendar__event {
    margin-bottom: 15px;
}

.main-calendar__event-text {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #23323f;
}

.main-calendar__event-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.main-calendar__event-type {
    height: 24px;
    padding-top: 4px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #23323f;
    border-radius: 12px;
}

.main-calendar__event-type_conference {
    width: 84px;
    border: solid 2px #afa1c7;
}

.main-calendar__event-type_webinar {
    width: 67px;
    border: solid 2px #a1c7aa;
}

.main-calendar__event-time {
    width: 96px;
    font-size: 12px;
    font-weight: 400;
    color: #23323f;
}

.main-calendar__event-time-symbol {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-bottom: -3px;
    fill: #a7adb3;
}

.main-calendar__event-btn {
    display: block;
    width: 108px;
    height: 24px;
    padding-top: 4px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 12px;
}

.main-calendar__event-btn:hover {
    background-color: #ffed98;
}

.main-calendar__event-btn:active {
    background-color: #fcdd4a;
}

.index-subscription {
    width: 384px;
    height: 146px;
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
    background-repeat: no-repeat;
    background-size: 102px auto;
    background-position: 24px 28px;
    background-image: url("../img/index-subscription.png");
}

.index-subscription__title {
    width: 210px;
    margin-left: 150px;
    margin-top: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #23323f;
}

.index-subscription__subtitle {
    width: 210px;
    margin-left: 150px;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #23323f;
}

.index-subscription__input {
    width: 210px;
    height: 24px;
    margin-left: 150px;
    margin-bottom: 12px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-align: center;
    color: #23323f;
    background-color: #f9f9fb;
    border: solid 1px #eaebed;
    border-radius: 6px;
}

.index-subscription__btn {
    width: 216px;
    height: 24px;
    margin-left: 150px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 12px;
}

.index-subscription__btn:hover {
    background-color: #ffed98;
    cursor: pointer;
}

.index-subscription__btn:active {
    background-color: #fcdd4a;
}

.about {
    margin: 0 auto;
    padding-bottom: 58px;
    min-height: 500px;
    width: calc(100% - 35%);
}

.about h2 {
    padding: 20px 20px 15px;
}

.about h3 {
    padding: 34px 23px 0;
}

.about h4 {
    padding-top: 40px;
}

.about h5 {
    padding-top: 19px;
}

.about p:not(.about__highlighted),
.about ul,
.about ol {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.about__content {
    padding-bottom: 61px;
    width: 100%;
    border-radius: 6px;
    background-color: #ffffff;
    border: solid 1px #eaebed;
}

.about__leading {
    padding: 11px 35px 16px 23px;
}

.about__highlighted {
    margin: 0;
    padding: 20px 25px 22px 23px;
    font-size: 14px;
    font-style: italic;
    line-height: 1.76;
    letter-spacing: 0.0123em;
    background-color: rgba(237, 208, 141, 0.3);
}

.about__exposition {
    padding: 0 23px;
    margin-top: 11px;
}

.about__mission {
    padding-top: 7px;
}

.about__target {
    padding-top: 8px;
}

.about__principles {
    padding: 0;
    padding-bottom: 41px;
    list-style: none;
}

.about__principle {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 42px;
}

.about__principle::before {
    position: absolute;
    top: 19px;
    left: 9px;
    content: "";
    width: 12px;
    height: 12px;
    border: solid 4px #fde678;
    border-radius: 6px;
}

.about__preschool {
    padding: 2px 23px 0;
}

.about__preschool-books {
    padding: 0;
    padding-bottom: 40px;
    list-style: none;
}

.about__preschool-book {
    position: relative;
    padding-top: 6px;
    padding-left: 36px;
    padding-bottom: 18px;
}

.about__preschool-book::before {
    position: absolute;
    top: 12px;
    left: 9px;
    content: "";
    width: 12px;
    height: 12px;
    border: solid 4px #fde678;
    border-radius: 6px;
}

.about__video {
    position: relative;
    margin: 0 auto;
    padding: 0 23px;
    width: 744px;
    height: 294px;
    border-radius: 6px;
    background-color: rgba(237, 208, 141, 0.3);
    background-image: url("../img/about-video-poster.jpg");
    background-repeat: no-repeat;
    background-size: 152%;
    background-position: -362px -225px;
}

.about__output {
    padding: 30px 23px 0;
    border-bottom: 1px solid #eaebed;
}

.about__output-info {
    padding-top: 7px;
    letter-spacing: 0.0115em;
    padding-right: 37px;
    padding-bottom: 46px;
}

.about__output-info a {
    color: #4095ad;
}

.about__output-info a:hover {
    color: #6bcbdc;
}

.about__output-info a:active {
    color: #23323f;
}

.about__purchase {
    padding: 0 23px;
    border-bottom: 1px solid #eaebed;
}

.about__where {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    list-style: none;
}

.about__retail {
    position: relative;
    padding-top: 7px;
    padding-left: 42px;
    padding-bottom: 5px;
    letter-spacing: 0.0115em;
}

.about__retail::before {
    content: "1";
    display: block;
    position: absolute;
    top: 11px;
    left: 8px;
    width: 18px;
    height: 18px;
    font-size: 10px;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border-radius: 9px;
}

.about__retail--2:before {
    content: "2";
}

.about__retail--3:before {
    content: "3";
}

.about__retail--4:before {
    content: "4";
}

.about__retail-link {
    color: #4095ad;
}

.about__retail-link:hover:not(.about__retail-link--phone) {
    color: #6bcbdc;
}

.about__retail-link:active {
    color: #23323f;
}

.about__retail-link--phone {
    color: #23323f;
    text-decoration: none;
}

.about__templates {
    display: flex;
    justify-content: space-between;
    margin-top: 49px;
    padding-left: 22px;
    padding-right: 143px;
    padding-bottom: 47px;
}

.about__templates .heading {
    padding: 0;
}

.about .template-titles {
    margin-top: 20px;
}

.main-section-heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: calc(100% - 20px);
    min-width: 1004px;
    height: 52px;
    margin: 0 auto;
    padding: 0;
}

.main-section-heading:before {
    position: absolute;
    z-index: 1;
    display: block;
    content: '';
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 27px, 44px 44px;
}

.main-section-heading_specialists {
    margin-top: 76px;
    margin-bottom: 17px;
}

.main-section-heading_training:before {
    background-image: url(../img/main-unique-1.svg), linear-gradient(315deg, #ffc200, #ff3d3d);
    box-shadow: 0 6px 6px 0 rgba(255, 120, 34, 0.4);
}

.main-section-heading_library:before {
    background-image: url(../img/main-unique-2.svg), linear-gradient(135deg, #95bf4c, #ffe93d);
    box-shadow: 0 6px 6px 0 rgba(205, 214, 68, 0.4);
}

.main-section-heading_news:before {
    background-image: url(../img/main-unique-4.svg), linear-gradient(135deg, #4c7dbf, #ff87fa);
    box-shadow: 0 6px 6px 0 rgba(170, 130, 222, 0.4);
}

.main-section-heading_product:before {
    background-image: url(../img/main-unique-3.svg), linear-gradient(315deg, #00ff99, #3da7ff);
    box-shadow: 0 6px 6px 0 rgba(27, 216, 199, 0.4);
}

.main-section-heading_specialists:before {
    display: none;
}

.main-section-heading__title {
    margin: 0;
    padding: 0;
    padding-left: 54px;
    font-size: 30px;
    font-weight: 500;
    color: #23323f;
}

.main-section-heading_specialists .main-section-heading__title {
    padding-left: 0;
}

.main-section-heading__link {
    position: relative;
    margin: 0;
    padding: 0;
    margin-right: 17px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.1px;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #4095ad;
    color: #4095ad;
}

.main-section-heading__link:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.main-section-heading__link:active {
    color: #23323f;
    border-color: #23323f;
}

.main-section-heading__link-symbol {
    position: absolute;
    top: 2px;
    right: -14px;
    fill: currentColor;
}

.training {
    max-width: 1200px;
    min-width: 1004px;
    width: calc(100% - 20px);
    margin: 0 auto;
}

.training__cards-wrap {
    display: flex;
    justify-content: space-between;
}

.training .main-section-heading {
    margin-top: 55px;
}

.library {
    max-width: 1200px;
    min-width: 1004px;
    width: calc(100% - 20px);
    margin: 0 auto;
}

.library__cards-wrap {
    display: flex;
    justify-content: space-between;
}

.library .main-section-heading {
    margin-top: 75px;
}

.news {
    max-width: 1200px;
    min-width: 1004px;
    width: calc(100% - 20px);
    margin: 0 auto;
}

.news__cards-wrap {
    display: flex;
    justify-content: space-between;
}

.news .main-section-heading {
    margin-top: 71px;
    margin-bottom: 9px;
}

.news-card {
    margin-top: 25px;
    margin-bottom: 5px;
    padding-bottom: 12px;
    overflow: hidden;
    position: relative;
    min-width: 242px;
    width: calc((100% - 30px) / 4);
    max-width: 282px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.news-card:hover {
    box-shadow: 0 10px 20px 0 rgba(4, 6, 6, 0.2), 10px 0 20px -10px rgba(4, 6, 6, 0.75), -10px 0 20px -10px rgba(4, 6, 6, 0.75);
}

.news-card:active {
    box-shadow: 0 1px 5px 0 rgba(4, 6, 6, 0.2), 10px 0 20px -10px rgba(4, 6, 6, 0.75), -10px 0 20px -10px rgba(4, 6, 6, 0.75);
}

.news-card__icons {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    padding-right: 17px;
    height: 24px;
    max-width: 200px;
    top: 118px;
    right: 0;
}

.news-card__icon {
    display: block;
    margin-left: 6px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center 3px;
}

.news-card__icon--expert {
    background-color: #c56d6d;
    background-image: url("../img/education-cards-expert.svg");
}

.news-card__icon--home {
    background-color: #74bb6f;
    background-image: url("../img/education-cards-home.svg");
}

.news-card__icon--stamp {
    background-color: #cc79c9;
    background-image: url("../img/news-card-stamp.svg");
}

.news-card__title {
    margin: 0;
    padding: 10px 24px 0 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: 0.025em;
    color: #23323f;
}

.news-card__description-content {
    margin: 0;
    margin-top: 16px;
    padding: 0 24px 20px 24px;
    font-size: 14px;
    line-height: 1.29;
    color: #23323f;
}

.news-card__stats {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f9f9fb;
}

.news-card__stat {
    font-size: 12px;
    letter-spacing: 0.2px;
    color: rgba(35, 50, 63, 0.6);
}

.news-card__stat span {
    margin-top: 3px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #23323f;
}

.news-card__more-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}

.news-card__more-btn {
    display: block;
    width: 126px;
    height: 32px;
    padding: 0;
    margin: 0;
    padding-top: 7px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    text-decoration: none;
    color: #23323f;
    border-radius: 18px;
    border: 2px solid #fde678;
}

.news-card__more-btn:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.news-card__more-btn:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.news-card__more-symbol {
    margin-left: 5px;
    margin-bottom: -2px;
    fill: currentColor;
}

.product {
    max-width: 1200px;
    width: calc(100% - 20px);
    min-width: 1004px;
    margin: 0 auto;
}

.product__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    min-width: 1004px;
    width: 100%;
    min-height: 566px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.product__left-col {
    width: 480px;
    min-height: 500px;
    margin-left: 10px;
    padding-left: 8px;
    margin-top: 24px;
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 457px 91px;
    background-image: url("../img/postcards.png");
}

.product__right-col {
    min-width: 470px;
    width: 45.89%;
    max-width: 560px;
    min-height: 500px;
    margin-right: 18px;
    margin-top: 6px;
}

.product__title {
    margin: 0;
    padding: 0;
    margin-top: 36px;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #23323f;
}

.product__left-col .product__title:first-child {
    margin-top: 110px;
}

.product__right-col .product__title:first-child {
    margin-bottom: 0;
}

.product__right-col .product__title:last-of-type {
    margin-top: 0;
    padding-top: 130px;
    background-repeat: no-repeat;
    background-position: left 12px;
    background-size: 457px 91px;
    background-image: url("../img/postcards.png");
}

.product__list {
    padding: 0;
    margin: 0;
    padding-left: 10px;
    list-style: none;
}

.product__list-item {
    position: relative;
    padding: 0;
    margin: 0;
    margin-bottom: 19px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.2px;
    color: #23323f;
}

.product__list-item:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 3px;
    width: 12px;
    height: 12px;
    border: solid 4px #fde678;
    border-radius: 50%;
}

.product__bold-text {
    font-weight: 700;
}

.product__text {
    padding: 0;
    margin: 0;
    margin-top: 9px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #23323f;
}

.product__link {
    text-decoration: none;
    border-bottom: 1px solid #4095ad;
    color: #4095ad;
}

.product__link:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.product__link:active {
    color: #23323f;
    border-color: #23323f;
}

.product .main-section-heading {
    margin-top: 76px;
    margin-bottom: 30px;
}

.login {
    display: none;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
}

.login_show {
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.login__wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    background-color: #f9f9fb;
}

.login__nav {
    display: flex;
    padding: 0;
    list-style: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

.login__nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border: solid 1px #eaebed;
}

.login__nav-item:first-child {
    width: 138px;
    border-right: none;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.login__nav-item:last-child {
    width: 98px;
    border-left: none;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.login__nav-item:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.login__nav-item:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.login__nav-item_active {
    background-color: #fde678;
    border-color: #fde678;
}

.login__nav-item_active:hover, .login__nav-item_active:active {
    background-color: #fde678;
    border-color: #fde678;
}

.login__nav-item_active:first-child {
    width: 98px;
}

.login__nav-item_active:last-child {
    width: 138px;
}

.login__nav-link {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    text-decoration: none;
    color: #23323f;
}

.login__nav-item_active .login__link {
    color: #4c2c06;
}

.login__close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 0;
    color: #23323f;
    background-color: #ffffff;
    border: 1px solid #eaebed;
    border-radius: 50%;
}

.login__close:hover {
    border-color: #76818b;
}

.login__close:active {
    border-color: #eaebed;
}

.login__close-symbol {
    fill: currentColor;
}

.login__tab {
    display: none;
}

.login__tab_show {
    display: block;
}

.login__title {
    padding: 0;
    margin: 0;
    margin-top: 24px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    color: #23323f;
}

.login__title_reg-soc {
    margin-top: 30px;
}

.login__form {
    margin-top: 14px;
    margin-left: 54px;
    margin-right: 54px;
}

.login__form_reg {
    width: 540px;
    margin-top: 17px;
    margin-left: 0;
    margin-right: 0;
}

.login__input-wrap {
    position: relative;
    width: 276px;
    height: 36px;
    margin-bottom: 18px;
    background-color: #f9f9fb;
    border-radius: 6px;
    border: solid 1px #eaebed;
}

.login__input-symbol {
    position: absolute;
    top: 11px;
    left: 12px;
    fill: #23323f;
}

.login__input {
    position: relative;
    top: -1px;
    left: -1px;
    width: 240px;
    height: 36px;
    margin-left: 36px;
    padding: 0 12px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #23323f;
    background-color: #ffffff;
    border: solid 1px #eaebed;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.login__submit {
    width: 276px;
    height: 36px;
    margin-bottom: 17px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.login__submit_reg {
    width: 186px;
    margin: 0 123px 30px;
}

.login__submit:hover {
    background-color: #ffed98;
}

.login__submit:active {
    background-color: #fcdd4a;
}

.login__checkbox-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 256px;
    margin: 0 auto 42px;
}

.login__checkbox-wrap:after {
    position: absolute;
    display: block;
    content: '';
    z-index: 1;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 198px;
    background-color: #f5f6f7;
}

.login__checkbox {
    display: none;
}

.login__checkbox + label {
    position: relative;
    display: block;
    cursor: pointer;
}

.login__checkbox + label:active {
    color: #889097;
}

.login__checkbox + label:before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: -2px;
    width: 16px;
    height: 16px;
    background-color: #f9f9fb;
    border: 1px solid #eaebed;
    border-radius: 2px;
}

.login__checkbox + label:hover:before {
    background-color: #ffed98;
    border-color: #ffed98;
}

.login__checkbox + label:active:before {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.login__checkbox:checked + label:before {
    border-color: #fde678;
    background-color: #fde678;
}

.login__checkbox:checked + label:hover:before {
    background-color: #ffed98;
    border-color: #ffed98;
}

.login__checkbox:checked + label:active:before {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.login__checkbox:checked + label:after {
    display: block;
    position: absolute;
    content: '';
    top: 3px;
    left: 2px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #4c2c06;
    border-bottom: 2px solid #4c2c06;
    transform: rotate(-45deg);
}

.login__checkbox + label:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 4px;
    height: 2px;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease-out;
    transform: rotate(-205deg);
}

.login__checkbox-label {
    padding-left: 28px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #23323f;
}

.login__recover-link {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-decoration: none;
    color: #4095ad;
    border-bottom: 1px solid #4095ad;
}

.login__recover-link:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.login__recover-link:active {
    color: #23323f;
    border-color: #23323f;
}

.login__social {
    display: flex;
    justify-content: space-between;
    width: 276px;
    margin: 14px auto 30px;
    padding: 0;
}

.login__social_reg {
    margin-bottom: 24px;
}

.login__social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 0;
    color: #23323f;
    background-color: #f9f9fb;
    border: 1px solid #eaebed;
    border-radius: 50%;
}

.login__social-link:hover {
    border-color: #76818b;
}

.login__social-link:active {
    border-color: #eaebed;
}

.login__social-symbol {
    fill: currentColor;
}

.login__reg-upper-wrap {
    width: 432px;
    margin-left: 54px;
    margin-right: 54px;
}

.login__reg-input-wrap {
    display: flex;
    justify-content: space-between;
    width: 432px;
    margin-bottom: 16px;
}

.login__reg-input-wrap:last-of-type {
    margin-bottom: 18px;
}

.login__label {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #23323f;
}

.login__reg-int-wrap {
    width: 264px;
}

.login__reg-input {
    width: 264px;
    height: 30px;
    padding: 0 12px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #23323f;
    background-color: #f9f9fb;
    border-radius: 6px;
    border: solid 1px #eaebed;
}

.login__reg-text {
    width: 264px;
    margin: 0;
    padding: 0;
    padding-top: 2px;
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.2px;
    color: #838c93;
}

.login__reg-lower-wrap {
    width: 540px;
    background-color: #f9f9fb;
}

.login__reg-checkbox-wrap {
    width: 432px;
    min-height: 84px;
    margin-left: 54px;
    margin-right: 54px;
    padding-top: 12px;
}

.login__reg-checkbox-wrap .login__checkbox-label:last-of-type {
    margin-top: 12px;
}

.login__label-link {
    padding: 0;
    margin: 0;
    text-decoration: none;
    border-bottom: 1px solid #4095ad;
    color: #4095ad;
}

.login__label-link:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.login__label-link:active {
    color: #23323f;
    border-color: #23323f;
}

.reg-success {
    display: none;
    width: 384px;
    height: 216px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
}

.reg-success_show {
    display: block;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.reg-success__close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 0;
    color: #23323f;
    background-color: #ffffff;
    border: 1px solid #eaebed;
    border-radius: 50%;
}

.reg-success__close:hover {
    border-color: #76818b;
}

.reg-success__close:active {
    border-color: #eaebed;
}

.reg-success__close-symbol {
    fill: currentColor;
}

.reg-success__title {
    padding: 0;
    margin: 0;
    margin-top: 42px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-align: center;
    color: #23323f;
}

.reg-success__text {
    width: 230px;
    padding: 0;
    margin: 0 auto;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.13;
    letter-spacing: 0.3px;
    text-align: center;
    color: #23323f;
}

.reg-success__btn {
    display: block;
    width: 135px;
    height: 36px;
    margin: 20px auto 0;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.reg-success__btn:hover {
    background-color: #ffed98;
}

.reg-success__btn:active {
    background-color: #fcdd4a;
}

.pass-recover {
    display: none;
    width: 384px;
    height: 216px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
}

.pass-recover_show {
    display: block;
    position: absolute;
    top: 130px;
    left: calc(50% + 30px);
    transform: translateX(-50%);
    z-index: 20;
}

.pass-recover__close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 0;
    color: #23323f;
    background-color: #ffffff;
    border: 1px solid #eaebed;
    border-radius: 50%;
}

.pass-recover__close:hover {
    border-color: #76818b;
}

.pass-recover__close:active {
    border-color: #eaebed;
}

.pass-recover__close-symbol {
    fill: currentColor;
}

.pass-recover__title {
    padding: 0;
    margin: 0;
    margin-top: 28px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-align: center;
    color: #23323f;
}

.pass-recover__form {
    width: 100%;
    margin-top: 26px;
}

.pass-recover__label {
    display: block;
    margin: 0 auto 9px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    color: #23323f;
}

.pass-recover__input-wrap {
    position: relative;
    width: 276px;
    height: 36px;
    margin: 0 auto 18px;
    background-color: #f9f9fb;
    border-radius: 6px;
    border: solid 1px #eaebed;
}

.pass-recover__input-symbol {
    position: absolute;
    top: 10px;
    left: 10px;
    fill: #23323f;
}

.pass-recover__input {
    position: relative;
    top: -1px;
    left: -1px;
    width: 240px;
    height: 36px;
    margin-left: 36px;
    padding: 0 12px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #23323f;
    background-color: #ffffff;
    border: solid 1px #eaebed;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pass-recover__buttons-wrap {
    display: flex;
    justify-content: space-between;
    width: 276px;
    margin: 0 auto;
}

.pass-recover__reset {
    width: 114px;
    height: 36px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #4c2c06;
    background-color: #ffffff;
    border: 1px solid #fde678;
    border-radius: 18px;
}

.pass-recover__reset:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.pass-recover__reset:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.pass-recover__submit {
    width: 138px;
    height: 36px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.pass-recover__submit:hover {
    background-color: #ffed98;
}

.pass-recover__submit:active {
    background-color: #fcdd4a;
}

.user-nav {
    position: absolute;
    display: block;
    z-index: 6;
    top: 30px;
    left: 0;
    width: 204px;
    padding: 0;
    margin: 0;
    padding-top: 8px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-color: #eaebed;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.12);
}

.user-nav_closed {
    display: none;
}

.user-nav_opened {
    display: block;
}

.user-nav_side {
    display: block;
    position: static;
    width: auto;
    height: auto;
    border: none;
    box-shadow: none;
    margin-left: 18px;
    padding-top: 16px;
}

.user-nav__item {
    margin: 0;
    padding: 0;
    padding-left: 12px;
    margin-bottom: 10px;
}

.user-nav__item_logout {
    margin-top: 15px;
    padding-top: 6px;
    border-top: 1px solid #eaebed;
}

.user-nav_side .user-nav__item {
    padding-left: 0;
}

.user-nav__link {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #4095ad;
    border-bottom: 1px solid #4095ad;
}

.user-nav__link:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.user-nav__link:active {
    color: #23323f;
    border-color: #23323f;
}

.user-nav_side .user-nav__link {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.2px;
}

.user-nav__item_active .user-nav__link {
    color: #23323f;
    border-color: transparent;
    cursor: default;
}

.similar-materials {
    position: relative;
    margin: 0 auto;
    margin-top: 18px;
    width: calc(100% - 18px);
}

.similar-materials--news-details {
    margin-top: 65px;
}

.similar-materials--course-details {
    margin-top: 44px;
}

.similar-materials--event-details {
    margin-top: 64px;
}

.similar-materials--teacher-details {
    margin-top: 52px;
}

.similar-materials h3 {
    letter-spacing: 0;
}

.similar-materials .similar-materials__cards {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.similar-materials .similar-materials__cards article {
    margin-top: 14px;
}

.similar-materials .similar-materials__cards article:hover {
    box-shadow: 0 3px 5px 0 rgba(4, 6, 6, 0.2);
}

.similar-materials .similar-materials__cards article:active {
    box-shadow: 0 2px 3px 0 #eaebed;
}

.similar-materials_account-int .similar-materials__cards {
    justify-content: flex-start;
}

.similar-materials_account-int {
    width: 589px;
    margin-left: 0;
}

.similar-materials header {
    display: flex;
    justify-content: space-between;
}

.similar-materials__to-section {
    position: relative;
    display: block;
    padding-top: 9px;
    padding-right: 11px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.13;
    color: #4095ad;
}

.similar-materials__to-section:hover {
    color: #6bcbdc;
}

.similar-materials__to-section:hover svg {
    fill: #6bcbdc;
}

.similar-materials__to-section:active {
    color: #23323f;
}

.similar-materials__to-section:active svg {
    fill: #23323f;
}

.similar-materials__to-section svg {
    position: absolute;
    top: 10px;
    right: -10px;
    fill: #4095ad;
}

.slider-btn {
    position: absolute;
    top: 198px;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    font-size: 0;
    color: #4c2c06;
    background-color: #fde678;
    outline: none;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 3px 6px 0 rgba(76, 44, 6, 0.18);
}

.slider-btn:hover {
    background-color: #ffed98;
    cursor: pointer;
}

.slider-btn:active {
    background-color: #fcdd4a;
}

.slider-btn--prev {
    left: -18px;
}

.slider-btn--next {
    right: -18px;
}

.slider-btn__symbol {
    position: absolute;
    top: 11px;
    left: 50%;
    fill: currentColor;
    transform: translateX(-6px);
}

.slider-btn__symbol--prev {
    right: 50%;
    transform: rotate(180deg) translateX(7px);
}

.photo-report {
    overflow: hidden;
    position: relative;
    padding-bottom: 29px;
    width: 100%;
}

.photo-report h3 {
    margin-bottom: 15px;
    padding: 0 36px;
}

.photo-report img {
    display: block;
    width: 100%;
}

.photo-report__nav {
    position: relative;
    margin-top: 18px;
}

.photo-report__nav::before {
    content: "";
    position: absolute;
    width: calc((100% - 56px) / 3);
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: -4px;
    border: 4px solid #fde678;
    border-radius: 10px;
    box-sizing: content-box;
    z-index: 1;
}

.photo-report__nav .photo-report__nav-item {
    width: calc((100% - 24px) / 3);
    border-radius: 6px;
}

.photo-report__nav .slick-slide {
    margin: 0 6px;
}

.photo-report__nav .slick-list {
    margin: -6px;
}

.photo-report__nav .slick-current {
    outline: none;
}

.photo-report .slider-btn {
    top: 212px;
}

.photo-report .slider-btn--next-1 {
    right: 12px;
}

.photo-report .slider-btn--prev-1 {
    left: 12px;
}

.news-tickets {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.news-ticket {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    padding-bottom: 12px;
    overflow: hidden;
    position: relative;
    width: calc((100% - 48px) / 3);
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.news-ticket--choice {
    width: calc((100% - 48px) / 3 * 2 + 24px);
}

.news-ticket--choice::before {
    content: "выбор редакции";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 238px;
    height: 24px;
    font-size: 12px;
    letter-spacing: 0.033em;
    text-align: center;
    border-radius: 0 0 0 6px;
    color: #4c2c06;
    background-color: #fde678;
}

.news-ticket--choice::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #fde678;
    border-radius: 6px;
    pointer-events: none;
}

.news-ticket--choice .news-ticket__icons {
    top: 156px;
    right: 6px;
}

.news-ticket--choice .news-ticket__description {
    margin-top: 17px;
}

.news-ticket--choice .news-ticket__description p {
    margin-top: 7px;
}

.news-ticket--choice .news-ticket__details {
    margin: 0 24px;
    margin-top: 30px;
    background-color: #ffffff;
    border-top: 1px solid #eaebed;
}

.news-ticket--choice .news-ticket__details span {
    margin-top: 2px;
    padding-bottom: 0;
}

.news-ticket--choice .news-ticket__details div:first-of-type {
    margin-right: 44px;
    padding-left: 0;
    padding-right: 0;
}

.news-ticket--choice .news-ticket__details div:nth-of-type(2) {
    flex-grow: 1;
    padding-left: 0;
    padding-right: 0;
}

.news-ticket--choice .news-ticket__details div:not(:last-of-type) {
    padding-top: 3px;
}

.news-ticket--choice .news-ticket__details div:last-of-type {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}

.news-ticket--choice .news-ticket__details div:last-of-type a {
    margin-top: 0;
}

.news-ticket:hover {
    box-shadow: 0 10px 20px 0 rgba(4, 6, 6, 0.2), 10px 0 20px -10px rgba(4, 6, 6, 0.75), -10px 0 20px -10px rgba(4, 6, 6, 0.75);
}

.news-ticket:active {
    box-shadow: 0 1px 5px 0 rgba(4, 6, 6, 0.2), 10px 0 20px -10px rgba(4, 6, 6, 0.75), -10px 0 20px -10px rgba(4, 6, 6, 0.75);
}

.news-ticket__description {
    margin-top: 18px;
    padding: 0 24px;
    flex-grow: 1;
}

.news-ticket__description h5 {
    color: #23323f;
    line-height: 1.13;
}

.news-ticket__description p {
    margin: 0;
    margin-top: 19px;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.014em;
}

.news-ticket__details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 35px;
    padding-top: 11px;
    font-size: 12px;
    letter-spacing: 0.022em;
    color: rgba(35, 50, 63, 0.6);
    background-color: #f9f9fb;
}

.news-ticket__details span {
    display: block;
    margin-top: 3px;
    padding-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.022em;
    color: #23323f;
}

.news-ticket__published {
    padding: 0 23px;
}

.news-ticket__comments {
    padding: 0 23px;
}

.news-ticket__more {
    display: flex;
    justify-content: center;
    padding: 0 23px;
    width: 100%;
    min-height: 36px;
    background-color: #ffffff;
}

.news-ticket__more a {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 12px;
    padding-right: 30px;
    padding-left: 21px;
    min-height: 36px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.022em;
    color: #4c2c06;
    text-decoration: none;
    border: 2px solid #fde678;
    border-radius: 18px;
}

.news-ticket__more a:hover {
    border-color: transparent;
    background-color: #ffed98;
}

.news-ticket__more a:active {
    border-color: transparent;
    background-color: #fcdd4a;
}

.news-ticket__more a svg {
    position: absolute;
    top: 9px;
    right: 18px;
    fill: #4c2c06;
}

.news-ticket__icons {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    padding-right: 17px;
    height: 24px;
    max-width: 200px;
    top: 129px;
    right: 1px;
}

.card-icon {
    display: block;
    margin-left: 6px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center 3px;
}

.card-icon--expert {
    background-color: #c56d6d;
    background-image: url("../img/education-cards-expert.svg");
}

.card-icon--home {
    background-color: #74bb6f;
    background-image: url("../img/education-cards-home.svg");
}

.card-icon--stamp {
    background-color: #cc79c9;
    background-image: url("../img/news-card-stamp.svg");
}

.comments--margin-top-4 {
    margin-top: 4px;
}

.comments--margin-top-20 {
    margin-top: 20px;
}

.comments h3 {
    padding-top: 38px;
}

.account {
    width: calc(100% - 20px);
    min-width: 1004px;
    max-width: 1200px;
    margin: 0 auto;
}

.account__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    min-width: 1004px;
    margin: 66px auto 0;
}

.account__profile {
    max-width: 895px;
    width: calc(100% - 305px);
    min-width: 699px;
}

.account__heading {
    display: flex;
    align-items: baseline;
    margin-top: 30px;
    margin-bottom: 28px;
}

.account__title {
    margin: 0;
    padding: 0;
    margin-right: 82px;
    font-size: 30px;
    font-weight: 500;
    color: #23323f;
}

.account__username {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #78818a;
}

.account__nav {
    display: flex;
    max-width: 895px;
    width: 100%;
    min-width: 699px;
    padding: 0;
    margin: 0;
    margin-bottom: 18px;
    list-style: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

.account__nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 36px;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border: solid 1px #eaebed;
}

.account__nav-item:first-child {
    border-right: none;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.account__nav-item:last-child {
    border-left: none;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.account__nav-item:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.account__nav-item:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.account__nav-item_active {
    background-color: #fde678;
    border-color: #fde678;
}

.account__nav-item_active:hover, .account__nav-item_active:active {
    background-color: #fde678;
    border-color: #fde678;
}

.account__nav-link {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: center;
    text-decoration: none;
    color: #23323f;
}

.account__nav-item_active .account__nav-link {
    color: #4c2c06;
}

.account__tab {
    display: none;
    max-width: 895px;
    width: 100%;
    min-width: 699px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.account__tab_show {
    display: block;
}

.account__form {
    width: calc(100% - 70px);
    margin: 0 auto;
}

.account__section {
    margin: 0;
    padding: 0;
    padding-bottom: 24px;
    border: none;
    outline: none;
    border-bottom: 1px solid #eaebed;
}

.account__section_payment-inf {
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
}

.account__heading-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
    margin-bottom: 20px;
}

.account__heading-wrap_short-descr {
    align-items: baseline;
    margin-bottom: 32px;
}

.account__heading-wrap_personal {
    margin-bottom: 13px;
}

.account__heading-wrap_subscr {
    align-items: baseline;
    margin-bottom: 18px;
}

.account__section-title {
    width: 50.28%;
    max-width: 450px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    color: #23323f;
}

.account__section-title_avatar {
    margin-top: 29px;
}

.account__left-wrap .account__section-title {
    width: 100%;
}

.account__section_payment-inf .account__section-title {
    margin-bottom: 24px;
}

.account__section-descr {
    width: 39%;
    max-width: 349px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #23323f;
}

.account__right-wrap .account__section-descr {
    width: 100%;
}

.account__input-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

.account__input-int-wrap {
    width: 50.28%;
    max-width: 450px;
}

.account__inputs-short-wrap {
    width: 50.28%;
    max-width: 450px;
}

.account__label {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #23323f;
}

.account__input {
    width: 100%;
    height: 30px;
    padding: 0 12px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #23323f;
    background-color: #f9f9fb;
    border-radius: 6px;
    border: solid 1px #eaebed;
}

.account__inputs-short-wrap .account__input {
    margin-bottom: 28px;
}

.account__inputs-short-wrap .account__input:last-child {
    margin-bottom: 10px;
}

.account__left-wrap .account__input {
    margin-bottom: 28px;
}

.account__left-wrap .account__input:last-child {
    margin-bottom: 10px;
}

.account__field-descr {
    width: 39%;
    max-width: 349px;
    margin: 0;
    padding: 0;
    margin-top: 22px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #23323f;
}

.account__checkbox-wrap .account__field-descr {
    margin-top: 0;
}

.account__avatar-wrap .account__field-descr {
    margin-top: 26px;
}

.account__textarea {
    width: 100%;
    height: 132px;
    padding: 9px 12px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #23323f;
    background-color: #f9f9fb;
    border-radius: 6px;
    border: solid 1px #eaebed;
    resize: none;
}

.account__buttons-wrap {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
}

.account__btn-wrap {
    position: relative;
}

.account__btn-symbol {
    position: absolute;
    top: 13px;
    left: 19px;
    fill: #4c2c06;
}

.account__btn-symbol_cancel {
    left: 20px;
    top: 12px;
    fill: #dd4b39;
}

.account__submit {
    width: 186px;
    height: 36px;
    padding-left: 30px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.account__submit:hover {
    background-color: #ffed98;
}

.account__submit:active {
    background-color: #fcdd4a;
}

.account__reset {
    width: 186px;
    height: 36px;
    padding-left: 22px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #23323f;
    background-color: #ffffff;
    border: 2px solid #eaebed;
    border-radius: 18px;
}

.account__reset:hover {
    border-color: #76818b;
}

.account__reset:active {
    border-color: #eaebed;
}

.account__avatar-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
    margin-bottom: 5px;
}

.account__avatar-int-wrap {
    display: flex;
    width: 50.28%;
    max-width: 450px;
}

.account__avatar {
    margin: 0;
    padding: 0;
    margin-right: 26px;
    box-sizing: content-box;
    border: solid 2px #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.account__avatar-btn-wrap {
    width: 204px;
    padding-top: 21px;
}

.account__left-wrap {
    width: 50.28%;
    max-width: 450px;
}

.account__load-avatar-label {
    display: block;
    width: 204px;
    height: 36px;
    padding-left: 18px;
    padding-top: 10px;
    margin-bottom: 18px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.account__load-avatar-label:hover {
    background-color: #ffed98;
}

.account__load-avatar-label:active {
    background-color: #fcdd4a;
}

.account__load-avatar {
    display: none;
}

.account__avatar-symbol {
    margin-right: 6px;
    fill: #4c2c06;
}

.account__avatar-symbol_cancel {
    fill: #dd4b39;
}

.account__avatar-cancel {
    display: block;
    width: 204px;
    height: 36px;
    padding-top: 8px;
    padding-left: 24px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #23323f;
    text-decoration: none;
    background-color: #ffffff;
    border: 2px solid #eaebed;
    border-radius: 18px;
}

.account__avatar-cancel:hover {
    border-color: #76818b;
}

.account__avatar-cancel:active {
    border-color: #eaebed;
}

.account__right-wrap {
    width: 39%;
    max-width: 349px;
    padding-top: 3px;
}

.account select::-ms-expand {
    display: none;
}

.account__select {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    padding-left: 12px;
    margin-bottom: 28px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #23323f;
    background-color: #f9f9fb;
    border-radius: 6px;
    border: solid 1px #eaebed;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 12px;
    background-size: 14px 8px;
    background-image: url("../img/select-arrow.svg");
}

.account__checkbox-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.account__checkbox-label {
    padding-left: 28px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #23323f;
}

.account__checkbox {
    display: none;
}

.account__checkbox + label {
    position: relative;
    display: block;
    cursor: pointer;
}

.account__checkbox + label:active {
    color: #889097;
}

.account__checkbox + label:before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: -2px;
    width: 16px;
    height: 16px;
    background-color: #f9f9fb;
    border: 1px solid #eaebed;
    border-radius: 2px;
}

.account__checkbox + label:hover:before {
    background-color: #ffed98;
    border-color: #ffed98;
}

.account__checkbox + label:active:before {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.account__checkbox:checked + label:before {
    border-color: #fde678;
    background-color: #fde678;
}

.account__checkbox:checked + label:hover:before {
    background-color: #ffed98;
    border-color: #ffed98;
}

.account__checkbox:checked + label:active:before {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.account__checkbox:checked + label:after {
    display: block;
    position: absolute;
    content: '';
    top: 3px;
    left: 2px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #4c2c06;
    border-bottom: 2px solid #4c2c06;
    transform: rotate(-45deg);
}

.account__checkbox + label:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 4px;
    height: 2px;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease-out;
    transform: rotate(-205deg);
}

.account .subscription {
    margin-bottom: 62px;
    margin-top: 96px;
    width: 100%;
}

.account .breadcrumbs {
    margin-top: 0;
}

.feed-card {
    width: 246px;
    margin: 0 auto;
    padding: 18px 0 22px;
    border-bottom: 1px solid #eaebed;
}

.feed-card:first-of-type {
    padding-top: 13px;
}

.feed-card__type-wrap {
    display: flex;
    justify-content: space-between;
}

.feed-card__card-type {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #23323f;
}

.feed-card__new-card {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #23323f;
}

.feed-card__new-card:before {
    display: block;
    position: absolute;
    z-index: 1;
    content: '';
    top: 2px;
    left: -14px;
    width: 8px;
    height: 8px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: #a2e295;
}

.feed-card__new-card_news:before {
    background-color: #a2e295;
}

.feed-card__new-card_comment:before {
    background-color: #c395e2;
}

.feed-card__new-card_training:before {
    background-color: #95c8e2;
}

.feed-card__new-card_event:before {
    background-color: #ffa073;
}

.feed-card__link {
    display: block;
    margin: 4px 0 9px;
    text-decoration: none;
}

.feed-card__title {
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: 0.2px;
    text-decoration: none;
    color: #4095ad;
    border-bottom: 1px solid #4095ad;
}

.feed-card__title:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.feed-card__title:active {
    color: #23323f;
    border-color: #23323f;
}

.feed-card__datetime {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #7b848c;
}

.account-sidebar {
    width: 282px;
    flex-shrink: 0;
}

.account-sidebar__user-nav {
    width: 282px;
    min-height: 342px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.account-sidebar__live-feed {
    width: 282px;
    min-height: 654px;
    margin-top: 30px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.account-sidebar__heading {
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-left: 18px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #23323f;
}

.account-sidebar__more-btn {
    display: block;
    width: 168px;
    height: 36px;
    margin: 24px auto;
    padding-top: 9px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    text-decoration: none;
    color: #4c2c06;
    background-color: #ffffff;
    border: 2px solid #fde678;
    border-radius: 18px;
}

.account-sidebar__more-btn:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.account-sidebar__more-btn:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.account-sidebar__more-symbol {
    margin-left: 6px;
    margin-bottom: -2px;
    fill: currentColor;
}

.account-sidebar__feed-filter {
    width: 282px;
    height: 348px;
    margin-top: 24px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.user-selection {
    width: calc(100% - 20px);
    min-width: 1004px;
    max-width: 1200px;
    margin: 0 auto;
}

.user-selection__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    min-width: 1004px;
    margin: 66px auto 0;
}

.user-selection__content {
    max-width: 895px;
    width: calc(100% - 305px);
    min-width: 699px;
}

.user-selection__title {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 21px;
    font-size: 30px;
    font-weight: 500;
    color: #23323f;
}

.user-selection__descr {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #23323f;
}

.user-selection__bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-top: 9px;
    margin-bottom: 41px;
    padding: 0 8px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.user-selection__bar-left-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 532px;
    width: 59.44%;
}

.user-selection__bar-right-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 265px;
}

.user-selection__quantity {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #23323f;
}

.user-selection__quantity-number {
    font-weight: 700;
}

.user-selection__duration {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #23323f;
}

.user-selection__duration-number {
    font-weight: 700;
}

.user-selection__clear-btn {
    display: block;
    width: 156px;
    height: 36px;
    padding-top: 8px;
    padding-left: 19px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #23323f;
    text-decoration: none;
    background-color: #ffffff;
    border: 2px solid #eaebed;
    border-radius: 18px;
}

.user-selection__clear-btn:hover {
    border-color: #76818b;
}

.user-selection__clear-btn:active {
    border-color: #eaebed;
}

.user-selection__purchase-btn {
    display: block;
    width: 102px;
    height: 36px;
    padding-left: 18px;
    padding-top: 10px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-decoration: none;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.user-selection__purchase-btn:hover {
    background-color: #ffed98;
}

.user-selection__purchase-btn:active {
    background-color: #fcdd4a;
}

.user-selection__btn-symbol {
    margin-right: 4px;
    margin-bottom: -2px;
    fill: #4c2c06;
}

.user-selection__btn-symbol_clear {
    margin-right: 6px;
    margin-bottom: 0;
    fill: #dd4b39;
}

.user-selection__nav {
    display: flex;
    max-width: 895px;
    width: 100%;
    min-width: 699px;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

.user-selection__nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 36px;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border: solid 1px #eaebed;
}

.user-selection__nav-item:first-child {
    border-right: none;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.user-selection__nav-item:last-child {
    border-left: none;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.user-selection__nav-item:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.user-selection__nav-item:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.user-selection__nav-item_active {
    background-color: #fde678;
    border-color: #fde678;
}

.user-selection__nav-item_active:hover, .user-selection__nav-item_active:active {
    background-color: #fde678;
    border-color: #fde678;
}

.user-selection__nav-link {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: center;
    text-decoration: none;
    color: #23323f;
}

.user-selection__nav-item_active .user-selection__nav-link {
    color: #4c2c06;
}

.user-selection__nav-number {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 7px;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 50%;
}

.user-selection__nav-item_active .user-selection__nav-number,
.user-selection__nav-item:hover .user-selection__nav-number {
    background-color: #ffffff;
}

.user-selection__tab {
    display: none;
    flex-wrap: wrap;
    max-width: 895px;
    width: 100%;
    min-width: 699px;
}

.user-selection__tab_show {
    display: flex;
}

.user-selection .subscription {
    margin-bottom: 62px;
    margin-top: 96px;
    width: 100%;
}

.user-selection .breadcrumbs {
    margin-top: 0;
}

.cart {
    width: calc(100% - 20px);
    min-width: 1004px;
    max-width: 1200px;
    margin: 64px auto 0;
}

.cart__title {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 500;
    color: #23323f;
}

.cart__items-wrap {
    width: 100%;
}

.cart__bottom-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cart__bottom-right {
    display: flex;
    align-items: center;
}

.cart__back-btn {
    width: 192px;
    height: 36px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-decoration: none;
    text-align: center;
    color: #4c2c06;
    background-color: transparent;
    border: 2px solid #fde678;
    border-radius: 18px;
}

.cart__back-btn:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.cart__back-btn:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.cart__purchase-btn {
    width: 162px;
    height: 36px;
    margin-left: 52px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-decoration: none;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.cart__purchase-btn:hover {
    background-color: #ffed98;
}

.cart__purchase-btn:active {
    background-color: #fcdd4a;
}

.cart__btn-symbol {
    margin-right: 6px;
    margin-bottom: -2px;
    fill: currentColor;
}

.cart__btn-symbol_back {
    transform: rotate(180deg);
}

.cart__total {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #23323f;
}

.cart__goods-number, .cart__cost, .cart__currency {
    font-weight: 700;
}

.cart__cost {
    position: relative;
}

.cart__cost::after {
    content: "";
    position: absolute;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url("../img/education-cards-rouble.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.cart .subscription {
    margin-bottom: 62px;
    margin-top: 142px;
    width: 100%;
}

.cart-item {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 180px;
    margin-bottom: 24px;
    padding-top: 24px;
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.cart-item__img {
    margin-left: 20px;
    margin-right: 28px;
}

.cart-item__link {
    display: block;
    max-width: 282px;
    margin-right: 24px;
    text-decoration: none;
}

.cart-item__title {
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.2px;
    text-decoration: none;
    color: #4095ad;
    border-bottom: 1px solid #4095ad;
}

.cart-item__title:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.cart-item__title:active {
    color: #23323f;
    border-color: #23323f;
}

.cart-item__details {
    width: 140px;
    margin-right: 35px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.2px;
    text-align: left;
    color: #23323f;
}

.cart-item__speaker-value, .cart-item__date-value, .cart-item__duration-value {
    display: block;
    font-weight: 400;
}

.cart-item__speaker, .cart-item__date {
    margin-bottom: 8px;
}

.cart-item__price {
    margin-right: 36px;
}

.cart-item__quantity {
    margin-right: 36px;
}

.cart-item__price-title, .cart-item__quantity-title, .cart-item__cost-title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #23323f;
}

.cart-item__price-value, .cart-item__cost-value {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #23323f;
}

.cart-item__price-number, .cart-item__cost-number {
    position: relative;
}

.cart-item__price-number::after, .cart-item__cost-number::after {
    content: "";
    position: absolute;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url("../img/education-cards-rouble.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.cart-item__counter {
    display: flex;
    width: 90px;
    height: 30px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #23323f;
    background-color: #f9f9fb;
    border: 1px solid #eaebed;
    border-radius: 6px;
}

.cart-item__decr-btn {
    width: 30px;
    height: 30px;
    border-right: 1px solid #eaebed;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cart-item__incr-btn {
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cart-item__quantity-value {
    width: 30px;
    height: 30px;
    border-right: 1px solid #eaebed;
}

.cart-item__delete {
    position: absolute;
    top: 30px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 0;
    color: #4c2c06;
    background-color: #ffffff;
    border: 2px solid #fde678;
    border-radius: 50%;
}

.cart-item__delete:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.cart-item__delete:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.cart-item__delete-symbol {
    fill: currentColor;
}

.ordering {
    display: none;
    width: 100%;
    margin-top: 76px;
}

.ordering_show {
    display: block;
}

.ordering__title {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 18px;
    font-size: 30px;
    font-weight: 500;
    color: #23323f;
}

.ordering__form {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.ordering__left-wrap {
    width: calc(50% - 12px);
    min-height: 954px;
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.ordering__right-wrap {
    width: calc(50% - 12px);
    min-height: 545px;
}

.ordering__warning {
    width: calc(100% - 72px);
    height: 42px;
    margin: 24px auto 28px;
    padding-left: 12px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.29;
    letter-spacing: 0.1px;
    color: #23323f;
    background-color: #fff0e8;
    border: 1px solid transparent;
    border-radius: 6px;
}

.ordering__warning-symbol {
    margin-right: 7px;
    margin-bottom: -3px;
    fill: currentColor;
}

.ordering__section-title {
    width: calc(100% - 72px);
    margin: 22px auto 26px;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #23323f;
}

.ordering__payment .ordering__section-title {
    margin-bottom: 23px;
}

.ordering__bonus .ordering__section-title {
    margin-bottom: 16px;
}

.ordering__form .ordering__section-title {
    margin-top: 28px;
    margin-bottom: 18px;
}

.ordering__input-wrap + .ordering__section-title {
    margin-top: 45px;
}

.ordering__input-wrap {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 72px);
    margin: 0 auto 30px;
}

.ordering__input-int-wrap {
    width: 67.44%;
    max-width: 348px;
}

.ordering__label {
    padding-top: 6px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #23323f;
}

.ordering__input {
    width: 67.44%;
    max-width: 348px;
    height: 30px;
    padding: 0 12px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    background-color: #f9f9fb;
    border: 1px solid #eaebed;
    border-radius: 6px;
}

.ordering__input_bonus {
    width: calc(100% - 204px);
}

.ordering__input-int-wrap .ordering__input {
    width: 100%;
}

.ordering__text {
    margin: 0;
    padding: 0;
    padding-left: 12px;
    padding-top: 6px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #23323f;
}

.ordering select::-ms-expand {
    display: none;
}

.ordering__select {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 67.44%;
    max-width: 348px;
    height: 30px;
    margin: 0;
    padding: 0;
    padding-left: 12px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #23323f;
    background-color: #f9f9fb;
    border-radius: 6px;
    border: solid 1px #eaebed;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 12px;
    background-size: 14px 8px;
    background-image: url("../img/select-arrow.svg");
}

.ordering__payment {
    width: 100%;
    min-height: 252px;
    margin-bottom: 24px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #eaebed;
    background-repeat: no-repeat;
    background-position: 36px 71px;
    background-size: 173px 52px;
    background-image: url("../img/logo-robokassa.png");
}

.ordering__payment-descr {
    width: 246px;
    margin: 0;
    padding: 0;
    margin-left: 45.08%;
    margin-bottom: 26px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.13;
    letter-spacing: 0.2px;
    color: #23323f;
}

.ordering__payment-text {
    width: calc(100% - 72px);
    margin: 0 auto 24px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.13;
    letter-spacing: 0.2px;
    color: #23323f;
}

.ordering__payment-bold {
    font-weight: 700;
}

.ordering__bonus {
    width: 100%;
    min-height: 240px;
    margin-bottom: 24px;
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.ordering__bonus-descr {
    width: calc(100% - 72px);
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    line-height: 1.13;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #23323f;
}

.ordering__bonus-wrap {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 72px);
    margin: 22px auto;
}

.ordering__bonus-success {
    position: relative;
    width: calc(100% - 72px);
    margin: 0 auto 24px;
    min-height: 60px;
    padding-left: 53px;
    padding-right: 30px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.29;
    letter-spacing: 0.1px;
    color: #23323f;
    border: 2px solid #acdf6a;
    border-radius: 6px;
}

.ordering__bonus-symbol {
    position: absolute;
    left: 16px;
    top: 17px;
    fill: currentColor;
}

.ordering__bonus-btn {
    display: block;
    width: 180px;
    height: 30px;
    padding-top: 6px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-decoration: none;
    text-align: center;
    color: #4c2c06;
    background-color: transparent;
    border: 2px solid #fde678;
    border-radius: 18px;
}

.ordering__bonus-btn:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.ordering__bonus-btn:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.ordering__confirm {
    width: 100%;
    min-height: 270px;
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.ordering__checkbox-wrap {
    width: 432px;
    min-height: 86px;
    margin-left: 36px;
}

.ordering__label-link {
    padding: 0;
    margin: 0;
    text-decoration: none;
    border-bottom: 1px solid #4095ad;
    color: #4095ad;
}

.ordering__label-link:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.ordering__label-link:active {
    color: #23323f;
    border-color: #23323f;
}

.ordering__checkbox-label {
    padding-left: 28px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #23323f;
}

.ordering__checkbox-label:first-of-type {
    margin-bottom: 13px;
}

.ordering__checkbox {
    display: none;
}

.ordering__checkbox + label {
    position: relative;
    display: block;
    cursor: pointer;
}

.ordering__checkbox + label:active {
    color: #889097;
}

.ordering__checkbox + label:before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: -2px;
    width: 16px;
    height: 16px;
    background-color: #f9f9fb;
    border: 1px solid #eaebed;
    border-radius: 2px;
}

.ordering__checkbox + label:hover:before {
    background-color: #ffed98;
    border-color: #ffed98;
}

.ordering__checkbox + label:active:before {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.ordering__checkbox:checked + label:before {
    border-color: #fde678;
    background-color: #fde678;
}

.ordering__checkbox:checked + label:hover:before {
    background-color: #ffed98;
    border-color: #ffed98;
}

.ordering__checkbox:checked + label:active:before {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.ordering__checkbox:checked + label:after {
    display: block;
    position: absolute;
    content: '';
    top: 3px;
    left: 2px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #4c2c06;
    border-bottom: 2px solid #4c2c06;
    transform: rotate(-45deg);
}

.ordering__checkbox + label:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 4px;
    height: 2px;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease-out;
    transform: rotate(-205deg);
}

.ordering__total {
    width: 100%;
    padding-left: 36px;
    padding-top: 16px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #23323f;
    border-top: 1px solid #eaebed;
}

.ordering__goods-number {
    font-size: 18px;
    font-weight: 700;
}

.ordering__cost {
    position: relative;
    display: inline-block;
    margin-right: 24px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: line-through;
    color: #a7adb2;
}

.ordering__cost::after {
    content: "";
    position: absolute;
    top: 1px;
    width: 18px;
    height: 18px;
    background-image: url("../img/education-cards-rouble.svg");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
}

.ordering__cost-final {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.ordering__cost-final::after {
    content: "";
    position: absolute;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url("../img/education-cards-rouble.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.ordering__confirm-wrap {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 72px);
    margin: 13px auto 24px;
}

.ordering__back-btn {
    display: block;
    width: 186px;
    height: 36px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-decoration: none;
    text-align: center;
    color: #23323f;
    background-color: transparent;
    border: 2px solid #eaebed;
    border-radius: 18px;
}

.ordering__back-btn:hover {
    border-color: #76818b;
}

.ordering__back-btn:active {
    border-color: #eaebed;
}

.ordering__purchase-btn {
    display: block;
    width: 180px;
    height: 36px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-decoration: none;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.ordering__purchase-btn:hover {
    background-color: #ffed98;
}

.ordering__purchase-btn:active {
    background-color: #fcdd4a;
}

.ordering__btn-symbol {
    margin-right: 6px;
    margin-bottom: -2px;
    fill: currentColor;
}

.ordering__btn-symbol_back {
    transform: rotate(180deg);
}

.orders-history {
    width: calc(100% - 20px);
    min-width: 1004px;
    max-width: 1200px;
    margin: 0 auto;
}

.orders-history__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    min-width: 1004px;
    margin: 66px auto 0;
}

.orders-history__content {
    max-width: 895px;
    width: calc(100% - 305px);
    min-width: 699px;
}

.orders-history__title {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 21px;
    font-size: 30px;
    font-weight: 500;
    color: #23323f;
}

.orders-history__table {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.orders-history .subscription {
    margin-bottom: 62px;
    margin-top: 96px;
    width: 100%;
}

.orders-history .breadcrumbs {
    margin-top: 0;
}

.orders-history .similar-materials {
    margin-top: 60px;
}

.orders-history-row {
    display: flex;
    width: calc(100% - 20px);
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eaebed;
}

.orders-history-row_heading {
    align-items: center;
    height: 61px;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    color: #7b848c;
}

.orders-history-row__number-heading {
    width: 46px;
    margin-right: 24px;
}

.orders-history-row__order-heading {
    width: 44.82%;
    max-width: 385px;
    margin-right: 23px;
}

.orders-history-row__date-heading {
    width: 66px;
    margin-right: 24px;
    color: #23323f;
}

.orders-history-row__date-heading-symbol {
    margin-left: 7px;
    fill: currentColor;
}

.orders-history-row__cost-heading {
    width: 64px;
    margin-right: 20px;
}

.orders-history-row__payment-heading {
    width: 74px;
    margin-right: 24px;
}

.orders-history-row__number {
    width: 46px;
    margin-right: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #23323f;
}

.orders-history-row__order {
    width: 44.82%;
    max-width: 385px;
    margin-right: 23px;
}

.orders-history-row__operation {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.13;
    color: #23323f;
}

.orders-history-row__link {
    display: block;
    text-decoration: none;
}

.orders-history-row__title {
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    color: #4095ad;
    border-bottom: 1px solid #4095ad;
}

.orders-history-row__title:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.orders-history-row__title:active {
    color: #23323f;
    border-color: #23323f;
}

.orders-history-row__descr {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #23323f;
}

.orders-history-row__date {
    width: 66px;
    margin-right: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    color: #23323f;
}

.orders-history-row__time {
    display: block;
}

.orders-history-row__cost {
    width: 64px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #23323f;
}

.orders-history-row__cost-number {
    position: relative;
}

.orders-history-row__cost-number::after {
    content: "";
    position: absolute;
    top: 1px;
    width: 18px;
    height: 18px;
    background-image: url("../img/education-cards-rouble.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.orders-history-row__payment {
    width: 74px;
    margin-right: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    color: #23323f;
}

.orders-history-row__state {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    color: #23323f;
}

.feed-card-full {
    display: flex;
    width: 100%;
    margin: 0;
    margin-bottom: 24px;
    padding: 24px 18px 28px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.feed-card-full__left-col {
    width: 161px;
    border-right: 1px solid #eaebed;
}

.feed-card-full__content {
    width: calc(100% - 347px);
    max-width: 508px;
}

.feed-card-full__right-col {
    display: flex;
    align-items: center;
    width: 186px;
    border-left: 1px solid #eaebed;
}

.feed-card-full__card-type {
    margin-left: 16px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #23323f;
}

.feed-card-full__new-card {
    position: relative;
    margin-top: 4px;
    margin-left: 16px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #23323f;
}

.feed-card-full__new-card:before {
    display: block;
    position: absolute;
    z-index: 1;
    content: '';
    top: 5px;
    left: -18px;
    width: 8px;
    height: 8px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: #a2e295;
}

.feed-card-full__new-card_news:before {
    background-color: #a2e295;
}

.feed-card-full__new-card_comment:before {
    background-color: #c395e2;
}

.feed-card-full__new-card_training:before {
    background-color: #95c8e2;
}

.feed-card-full__new-card_event:before {
    background-color: #ffa073;
}

.feed-card-full__datetime {
    margin-left: 16px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #7b848c;
}

.feed-card-full__title {
    padding: 0;
    margin: 0;
    margin-left: 23px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #23323f;
}

.feed-card-full__text {
    padding: 0;
    margin: 0;
    margin-left: 23px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #23323f;
}

.feed-card-full__more-btn {
    display: block;
    width: 168px;
    height: 36px;
    margin-left: 18px;
    padding-top: 9px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    text-decoration: none;
    color: #4c2c06;
    background-color: #ffffff;
    border: 2px solid #fde678;
    border-radius: 18px;
}

.feed-card-full__more-btn:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.feed-card-full__more-btn:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.feed-card-full__more-symbol {
    margin-left: 6px;
    margin-bottom: -2px;
    fill: currentColor;
}

.live-feed {
    width: calc(100% - 20px);
    min-width: 1004px;
    max-width: 1200px;
    margin: 0 auto;
}

.live-feed__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    min-width: 1004px;
    margin: 66px auto 0;
}

.live-feed__content {
    max-width: 895px;
    width: calc(100% - 305px);
    min-width: 699px;
}

.live-feed__title {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 500;
    color: #23323f;
}

.live-feed__descr {
    margin: 0;
    padding: 0;
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #23323f;
}

.live-feed__descr p {
    margin: 0;
    padding: 0;
}

.live-feed__descr p:first-child {
    margin-bottom: 12px;
}

.live-feed__nav {
    display: flex;
    max-width: 895px;
    width: 100%;
    min-width: 699px;
    padding: 0;
    margin: 0;
    margin-bottom: 22px;
    list-style: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

.live-feed__nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22.5%;
    height: 36px;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border: solid 1px #eaebed;
    border-right: none;
}

.live-feed__nav-item:first-child {
    width: 10%;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.live-feed__nav-item:last-child {
    border-right: solid 1px #eaebed;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.live-feed__nav-item:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.live-feed__nav-item:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.live-feed__nav-item_active {
    background-color: #fde678;
    border-color: #fde678;
}

.live-feed__nav-item_active:hover, .live-feed__nav-item_active:active {
    background-color: #fde678;
    border-color: #fde678;
}

.live-feed__nav-link {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    text-decoration: none;
    color: #23323f;
}

.live-feed__nav-item_active .live-feed__nav-link {
    color: #4c2c06;
}

.live-feed__nav-number {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 7px;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 50%;
}

.live-feed__nav-item_active .live-feed__nav-number,
.live-feed__nav-item:hover .live-feed__nav-number {
    background-color: #ffffff;
}

.live-feed__tab {
    display: none;
    max-width: 895px;
    width: 100%;
    min-width: 699px;
}

.live-feed__tab_show {
    display: block;
}

.live-feed__more-btn {
    display: block;
    width: 168px;
    height: 36px;
    margin: 0 auto;
    padding-top: 10px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-decoration: none;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.live-feed__more-btn:hover {
    background-color: #ffed98;
}

.live-feed__more-btn:active {
    background-color: #fcdd4a;
}

.live-feed__more-symbol {
    margin-left: 5px;
    margin-bottom: -2px;
    fill: #4c2c06;
}

.live-feed .subscription {
    margin-bottom: 62px;
    margin-top: 96px;
    width: 100%;
}

.live-feed .breadcrumbs {
    margin-top: 0;
}

.live-feed .similar-materials {
    margin-top: 44px;
}

.feed-filter {
    width: 100%;
}

.feed-filter__section {
    width: calc(100% - 36px);
    margin: 11px auto 0;
    padding-bottom: 20px;
    border: none;
    outline: none;
    border-bottom: 1px solid #eaebed;
}

.feed-filter__checkbox {
    display: none;
}

.feed-filter__checkbox + label {
    position: relative;
    display: block;
    cursor: pointer;
}

.feed-filter__checkbox + label:active {
    color: #889097;
}

.feed-filter__checkbox + label:before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: -9px;
    width: 16px;
    height: 16px;
    background-color: #f9f9fb;
    border: 1px solid #eaebed;
    border-radius: 2px;
}

.feed-filter__checkbox + label:hover:before {
    background-color: #ffed98;
    border-color: #ffed98;
}

.feed-filter__checkbox + label:active:before {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.feed-filter__checkbox:checked + label:before {
    border-color: #fde678;
    background-color: #fde678;
}

.feed-filter__checkbox:checked + label:hover:before {
    background-color: #ffed98;
    border-color: #ffed98;
}

.feed-filter__checkbox:checked + label:active:before {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.feed-filter__checkbox:checked + label:after {
    display: block;
    position: absolute;
    content: '';
    top: 3px;
    left: -5px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #4c2c06;
    border-bottom: 2px solid #4c2c06;
    transform: rotate(-45deg);
}

.feed-filter__checkbox + label:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: -7px;
    width: 4px;
    height: 2px;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease-out;
    transform: rotate(-205deg);
}

.feed-filter__label {
    margin-top: 12px;
    margin-left: 29px;
    padding-left: 18px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #23323f;
}

.feed-filter__label:first-of-type {
    margin-top: 0;
    margin-left: 0;
}

.feed-filter__buttons-wrap {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 36px);
    margin: 17px auto 0;
}

.feed-filter__btn-wrap {
    position: relative;
}

.feed-filter__btn-symbol {
    position: absolute;
    left: 25px;
    top: 12px;
    fill: #dd4b39;
}

.feed-filter__reset {
    width: 114px;
    height: 36px;
    padding-left: 26px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #4c2c06;
    background-color: #ffffff;
    border: 2px solid #eaebed;
    border-radius: 18px;
}

.feed-filter__reset:hover {
    border-color: #76818b;
}

.feed-filter__reset:active {
    border-color: #eaebed;
}

.feed-filter__submit {
    width: 116px;
    height: 36px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    color: #4c2c06;
    background-color: #ffffff;
    border: 2px solid #fde678;
    border-radius: 18px;
}

.feed-filter__submit:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.feed-filter__submit:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.account-results {
    width: calc(100% - 20px);
    min-width: 1004px;
    max-width: 1200px;
    margin: 0 auto;
}

.account-results__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    min-width: 1004px;
    margin: 66px auto 0;
}

.account-results__content {
    max-width: 895px;
    width: calc(100% - 305px);
    min-width: 699px;
}

.account-results__title {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 11px;
    font-size: 30px;
    font-weight: 500;
    color: #23323f;
}

.account-results__descr {
    margin: 0;
    padding: 0;
    margin-bottom: 17px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #23323f;
}

.account-results__nav {
    display: flex;
    width: 588px;
    padding: 0;
    margin: 0;
    margin-bottom: 28px;
    list-style: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

.account-results__nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 36px;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border: solid 1px #eaebed;
}

.account-results__nav-item:first-child {
    border-right: none;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.account-results__nav-item:last-child {
    border-left: none;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.account-results__nav-item:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.account-results__nav-item:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.account-results__nav-item_active {
    background-color: #fde678;
    border-color: #fde678;
}

.account-results__nav-item_active:hover, .account-results__nav-item_active:active {
    background-color: #fde678;
    border-color: #fde678;
}

.account-results__nav-link {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    text-decoration: none;
    color: #23323f;
}

.account-results__nav-item_active .account-results__nav-link {
    color: #4c2c06;
}

.account-results__nav-number {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 7px;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 50%;
}

.account-results__nav-item_active .account-results__nav-number,
.account-results__nav-item:hover .account-results__nav-number {
    background-color: #ffffff;
}

.account-results__tab {
    display: none;
    max-width: 895px;
    width: 100%;
    min-width: 699px;
}

.account-results__tab_show {
    display: block;
}

.account-results__tab-title {
    padding: 0;
    margin: 0;
    margin-bottom: 19px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.2px;
    color: #23323f;
}

.account-results__tab-int-wrap {
    width: 100%;
    min-height: 100px;
    margin-bottom: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.account-results__warning {
    position: relative;
    width: 100%;
    padding-left: 51px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 12px;
    background-color: #fff0e8;
    border: 1px solid transparent;
    border-radius: 6px;
}

.account-results__warning-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.29;
    letter-spacing: 0.2px;
    color: #23323f;
}

.account-results__warning-text {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: 0.2px;
    color: #23323f;
}

.account-results__warning-link {
    text-decoration: none;
    border-bottom: 1px solid #4095ad;
    color: #4095ad;
}

.account-results__warning-link:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.account-results__warning-link:active {
    color: #23323f;
    border-color: #23323f;
}

.account-results__warning-symbol {
    position: absolute;
    left: 11px;
    top: 13px;
    fill: currentColor;
}

.account-results .subscription {
    margin-bottom: 62px;
    margin-top: 96px;
    width: 100%;
}

.account-results .breadcrumbs {
    margin-top: 0;
}

.certificate-available {
    display: flex;
    width: calc(100% - 20px);
    margin: 0 auto;
    padding-top: 17px;
    padding-bottom: 23px;
    border-bottom: 1px solid #eaebed;
}

.certificate-available:last-child {
    border-bottom: none;
}

.certificate-available__link {
    display: block;
    width: calc(100% - 249px);
    max-width: 570px;
    margin-right: 24px;
    text-decoration: none;
}

.certificate-available__title {
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    color: #4095ad;
    border-bottom: 1px solid #4095ad;
}

.certificate-available__title:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.certificate-available__title:active {
    color: #23323f;
    border-color: #23323f;
}

.certificate-available__right-wrap {
    flex-shrink: 0;
    width: 205px;
}

.certificate-available__date {
    margin-top: 3px;
    margin-bottom: 11px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    color: #23323f;
}

.certificate-available__date_close {
    color: #ff7c7c;
}

.certificate-available__price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.certificate-available__price {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #23323f;
}

.certificate-available__price-value {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
}

.certificate-available__price-currency {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
}

.certificate-available__purchase-btn {
    display: block;
    width: 102px;
    height: 36px;
    padding-left: 18px;
    padding-top: 10px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-decoration: none;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.certificate-available__purchase-btn:hover {
    background-color: #ffed98;
}

.certificate-available__purchase-btn:active {
    background-color: #fcdd4a;
}

.certificate-available__btn-symbol {
    margin-right: 4px;
    margin-bottom: -2px;
    fill: #4c2c06;
}

.certificate-received {
    display: flex;
    width: calc(100% - 20px);
    margin: 0 auto;
    padding-top: 17px;
    padding-bottom: 23px;
    border-bottom: 1px solid #eaebed;
}

.certificate-received:last-child {
    border-bottom: none;
}

.certificate-received__link {
    display: block;
    width: calc(100% - 279px);
    max-width: 570px;
    margin-right: 24px;
    text-decoration: none;
}

.certificate-received__title {
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    color: #4095ad;
    border-bottom: 1px solid #4095ad;
}

.certificate-received__title:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.certificate-received__title:active {
    color: #23323f;
    border-color: #23323f;
}

.certificate-received__right-wrap {
    flex-shrink: 0;
    width: 235px;
}

.certificate-received__date {
    margin-top: 2px;
    margin-bottom: 11px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    color: #23323f;
}

.certificate-received__buttons-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.certificate-received__btn {
    display: block;
    width: 108px;
    height: 36px;
    padding-top: 7px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-decoration: none;
    text-align: center;
    color: #4c2c06;
    background-color: #ffffff;
    border: 2px solid #fde678;
    border-radius: 18px;
}

.certificate-received__btn:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.certificate-received__btn:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.certificate-received__btn-symbol {
    margin-right: 5px;
    margin-bottom: -3px;
    fill: currentColor;
}

.account-purchases {
    width: calc(100% - 20px);
    min-width: 1004px;
    max-width: 1200px;
    margin: 0 auto;
}

.account-purchases__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    min-width: 1004px;
    margin: 66px auto 0;
}

.account-purchases__content {
    max-width: 895px;
    width: calc(100% - 305px);
    min-width: 699px;
}

.account-purchases__title {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 21px;
    font-size: 30px;
    font-weight: 500;
    color: #23323f;
}

.account-purchases__descr {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #23323f;
}

.account-purchases__bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-top: 9px;
    margin-bottom: 41px;
    padding: 0 8px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.account-purchases__bar-left-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 613px;
    width: 72%;
}

.account-purchases__quantity {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #23323f;
}

.account-purchases__quantity-number {
    font-weight: 700;
}

.account-purchases__duration {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #23323f;
}

.account-purchases__duration-number {
    font-weight: 700;
}

.account-purchases__btn {
    display: block;
    width: 174px;
    height: 36px;
    padding-top: 9px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-align: center;
    text-decoration: none;
    color: #4c2c06;
    background-color: #ffffff;
    border: 2px solid #fde678;
    border-radius: 18px;
}

.account-purchases__btn:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.account-purchases__btn:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.account-purchases__btn-symbol {
    margin-left: 6px;
    margin-bottom: -2px;
    fill: currentColor;
}

.account-purchases__nav {
    display: flex;
    max-width: 895px;
    width: 100%;
    min-width: 699px;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

.account-purchases__nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 36px;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border: solid 1px #eaebed;
}

.account-purchases__nav-item:first-child {
    border-right: none;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.account-purchases__nav-item:last-child {
    border-left: none;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.account-purchases__nav-item:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.account-purchases__nav-item:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.account-purchases__nav-item_active {
    background-color: #fde678;
    border-color: #fde678;
}

.account-purchases__nav-item_active:hover, .account-purchases__nav-item_active:active {
    background-color: #fde678;
    border-color: #fde678;
}

.account-purchases__nav-link {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-align: center;
    text-decoration: none;
    color: #23323f;
}

.account-purchases__nav-item_active .account-purchases__nav-link {
    color: #4c2c06;
}

.account-purchases__nav-number {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 7px;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 50%;
}

.account-purchases__nav-item_active .account-purchases__nav-number,
.account-purchases__nav-item:hover .account-purchases__nav-number {
    background-color: #ffffff;
}

.account-purchases__tab {
    display: none;
    flex-wrap: wrap;
    max-width: 895px;
    width: 100%;
    min-width: 699px;
}

.account-purchases__tab_show {
    display: flex;
}

.account-purchases .subscription {
    margin-bottom: 62px;
    margin-top: 48px;
    width: 100%;
}

.account-purchases .breadcrumbs {
    margin-top: 0;
}

.account-purchases .certificate-passing img {
    width: 269px;
    height: 161px;
}

.account-purchases .similar-materials {
    margin-top: 60px;
}

.account-publications {
    width: calc(100% - 20px);
    min-width: 1004px;
    max-width: 1200px;
    margin: 0 auto;
}

.account-publications__wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    min-width: 1004px;
    margin: 66px auto 0;
}

.account-publications__content {
    max-width: 895px;
    width: calc(100% - 305px);
    min-width: 699px;
}

.account-publications__title {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 11px;
    font-size: 30px;
    font-weight: 500;
    color: #23323f;
}

.account-publications__descr {
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #23323f;
}

.account-publications__table {
    width: 100%;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.account-publications__warning {
    position: relative;
    width: 100%;
    padding-left: 51px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 12px;
    background-color: #fff0e8;
    border: 1px solid transparent;
    border-radius: 6px;
}

.account-publications__warning-symbol {
    position: absolute;
    left: 11px;
    top: 13px;
    fill: currentColor;
}

.account-publications__warning-text {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    color: #23323f;
}

.account-publications__warning-title {
    font-weight: 700;
}

.account-publications .subscription {
    margin-bottom: 62px;
    margin-top: 96px;
    width: 100%;
}

.account-publications .breadcrumbs {
    margin-top: 0;
}

.account-publications-row {
    display: flex;
    width: calc(100% - 20px);
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 26px;
    border-bottom: 1px solid #eaebed;
}

.account-publications-row:nth-child(2) {
    padding-top: 22px;
}

.account-publications-row_heading {
    align-items: center;
    height: 61px;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    color: #7b848c;
}

.account-publications-row__date-heading {
    width: 120px;
    margin-right: 30px;
}

.account-publications-row__article-heading {
    width: 44.82%;
    max-width: 385px;
    margin-right: 24px;
}

.account-publications-row__state-heading {
    color: #23323f;
}

.account-publications-row__state-heading-symbol {
    margin-left: 7px;
    fill: currentColor;
}

.account-publications-row__date {
    width: 120px;
    margin-right: 30px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #23323f;
}

.account-publications-row__link {
    display: block;
    width: 44.82%;
    max-width: 385px;
    margin-right: 24px;
    text-decoration: none;
}

.account-publications-row__title {
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    color: #4095ad;
    border-bottom: 1px solid #4095ad;
}

.account-publications-row__title:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.account-publications-row__title:active {
    color: #23323f;
    border-color: #23323f;
}

.account-publications-row__state {
    flex-shrink: 0;
    width: 235px;
}

.account-publications-row__available-date {
    margin-top: 3px;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    color: #23323f;
}

.account-publications-row__available-warning {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71;
    color: #ff7c7c;
}

.account-publications-row__price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 180px;
}

.account-publications-row__price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
}

.account-publications-row__purchase-btn {
    display: block;
    width: 102px;
    height: 36px;
    padding-left: 18px;
    padding-top: 10px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-decoration: none;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.account-publications-row__purchase-btn:hover {
    background-color: #ffed98;
}

.account-publications-row__purchase-btn:active {
    background-color: #fcdd4a;
}

.account-publications-row__btn-symbol {
    margin-right: 5px;
    margin-bottom: -3px;
    fill: currentColor;
}

.account-publications-row__purchase-btn .account-publications-row__btn-symbol {
    margin-bottom: -2px;
}

.account-publications-row__expired {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    color: #7b848c;
}

.account-publications-row__received-date {
    margin-top: 2px;
    margin-bottom: 11px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    color: #23323f;
}

.account-publications-row__buttons-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.account-publications-row__btn {
    display: block;
    width: 108px;
    height: 36px;
    padding-top: 7px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-decoration: none;
    text-align: center;
    color: #4c2c06;
    background-color: #ffffff;
    border: 2px solid #fde678;
    border-radius: 18px;
}

.account-publications-row__btn:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.account-publications-row__btn:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.error {
    width: 100%;
    min-height: 576px;
}

.error__wrap {
    width: 620px;
    margin: 94px auto 0;
    background-repeat: no-repeat;
    background-position: center 3px;
    background-size: 128px 128px;
    background-image: url("../img/error.svg");
}

.error__code {
    padding-top: 135px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.2px;
    text-align: center;
    color: #23323f;
}

.error__title {
    padding: 0;
    margin: 0;
    margin-top: 16px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    text-align: center;
    color: #23323f;
}

.error__descr {
    padding: 0;
    margin: 0;
    margin-top: 4px;
    margin-bottom: 23px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #23323f;
}

.error__buttons-wrap {
    display: flex;
    justify-content: center;
}

.error__btn {
    display: block;
    height: 36px;
    padding-top: 8px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    color: #4c2c06;
    background-color: transparent;
    border: 2px solid #fde678;
    border-radius: 18px;
}

.error__btn:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.error__btn:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.error__btn_back {
    width: 168px;
    margin-right: 24px;
}

.error__btn_search {
    width: 216px;
}

.error__btn_mail {
    width: 168px;
}

.error__btn-symbol {
    margin-right: 6px;
    margin-bottom: -2px;
    fill: currentColor;
}

.error__btn-symbol_back {
    margin-right: 10px;
    transform: rotate(180deg);
}

.error__btn-symbol_search {
    margin-bottom: -4px;
}

.error__btn-symbol_mail {
    margin-bottom: -4px;
    margin-right: 7px;
}

.contacts {
    width: calc(100% - 20px);
    min-width: 1004px;
    max-width: 1200px;
    margin: 0 auto;
}

.contacts__wrap {
    display: flex;
    max-width: 1200px;
    min-width: 1004px;
    margin: 66px auto 0;
}

.contacts__content {
    max-width: 895px;
    width: calc(82% - 24px);
}

.contacts__title {
    margin: 0;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 500;
    color: #23323f;
}

.contacts__descr {
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #23323f;
}

.contacts__descr p {
    margin: 0;
    padding: 0;
}

.contacts__descr p:first-child {
    margin-bottom: 12px;
}

.contacts__link {
    padding: 0;
    margin: 0;
    text-decoration: none;
    border-bottom: 1px solid #4095ad;
    color: #4095ad;
}

.contacts__link:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.contacts__link:active {
    color: #23323f;
    border-color: #23323f;
}

.contacts__details {
    display: flex;
    justify-content: space-between;
    max-width: 894px;
    width: 100%;
    min-height: 408px;
    padding: 27px 36px;
    margin-bottom: 24px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.contacts__howtoget {
    max-width: 894px;
    width: 100%;
    min-height: 678px;
    padding: 24px 36px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.contacts__details-left {
    width: 370px;
}

.contacts__details-right {
    width: 280px;
}

.contacts__howtoget-wrap {
    display: flex;
    justify-content: space-between;
}

.contacts__howtoget-left {
    width: calc(100% - 369px);
    max-width: 451px;
}

.contacts__howtoget-right {
    width: 348px;
}

.contacts__unit {
    margin-bottom: 28px;
}

.contacts__unit:last-child {
    margin-bottom: 0;
}

.contacts__unit_phones {
    position: relative;
    margin-bottom: 33px;
}

.contacts__unit-title {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #23323f;
}

.contacts__unit-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #23323f;
}

.contacts__btn {
    display: block;
    height: 36px;
    padding-top: 6px;
    margin-top: 12px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    color: #4c2c06;
    background-color: transparent;
    border: 2px solid #fde678;
    border-radius: 18px;
}

.contacts__btn:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.contacts__btn:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.contacts__btn_map {
    width: 198px;
}

.contacts__btn_mail {
    width: 228px;
    margin-top: 17px;
}

.contacts__btn_more {
    width: 188px;
    height: 30px;
    margin-top: 17px;
    padding-top: 2px;
    font-size: 14px;
    font-weight: 500;
}

.contacts__btn-symbol {
    margin-right: 5px;
    margin-bottom: -2px;
    fill: currentColor;
}

.contacts__btn-symbol_mail {
    margin-bottom: -3px;
}

.contacts__btn-symbol_more {
    margin-right: 0;
    margin-left: 4px;
    margin-bottom: -3px;
}

.contacts__phones-symbol {
    position: absolute;
    top: 6px;
    left: -26px;
    fill: #7b848c;
}

.contacts__phone-code {
    color: #76818b;
}

.contacts__howtoget-title {
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.2px;
    color: #23323f;
}

.contacts__howtoget-descr {
    margin: 0;
    padding: 0;
    padding-top: 3px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    color: #23323f;
    border-bottom: 1px solid #eaebed;
}

.contacts__howtoget-descr p {
    margin: 0;
    padding: 0;
    padding-bottom: 13px;
}

.contacts__howtoget-descr p:last-child {
    padding-bottom: 18px;
}

.contacts__unit-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 6px;
}

.contacts__phone-add {
    display: block;
}

.contacts__unit-subtitle {
    font-weight: 700;
}

.contacts__content-int-wrap {
    display: flex;
    justify-content: space-between;
    width: 212px;
}

.contacts__howtoget-img {
    display: block;
    margin: 0;
    padding: 0;
}

.contacts__warning {
    position: relative;
    width: 100%;
    margin-top: 17px;
    padding-left: 51px;
    padding-right: 13px;
    padding-top: 10px;
    padding-bottom: 8px;
    background-color: #fff0e8;
    border: 1px solid transparent;
    border-radius: 6px;
}

.contacts__warning-text {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: 0.2px;
    color: #23323f;
}

.contacts__warning-symbol {
    position: absolute;
    left: 11px;
    top: 13px;
    fill: currentColor;
}

.contacts__map {
    position: relative;
}

.contacts__map-heading {
    margin-top: 40px;
    margin-bottom: 13px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.contacts__map-title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #23323f;
}

.contacts__map-coordinates {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #23323f;
}

.contacts__map-coordinates-value {
    margin-left: 3px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #23323f;
}

.contacts__map-coordinates-value:last-child {
    margin-left: 12px;
}

.contacts__map-content {
    max-width: 894px;
    width: 100%;
    height: 444px;
    background-color: #c9eab5;
    border-radius: 6px;
}

.contacts__question {
    position: absolute;
    z-index: 10;
    top: 62px;
    right: 0;
    width: 342px;
    height: 396px;
    padding: 16px 18px 0;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.contacts__question-title {
    width: 180px;
    margin: 0 auto 18px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #23323f;
}

.contacts__label {
    display: block;
    margin-bottom: 8px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #23323f;
}

.contacts__input {
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
    padding: 0 12px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #23323f;
    background-color: #f9f9fb;
    border-radius: 6px;
    border: solid 1px #eaebed;
}

.contacts__textarea {
    width: 100%;
    height: 84px;
    padding: 9px 12px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #23323f;
    background-color: #f9f9fb;
    border-radius: 6px;
    border: solid 1px #eaebed;
    resize: none;
}

.contacts__submit {
    display: block;
    width: 174px;
    height: 36px;
    margin: 9px auto 0;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.contacts__submit:hover {
    background-color: #ffed98;
}

.contacts__submit:active {
    background-color: #fcdd4a;
}

.contacts .subscription {
    margin-bottom: 62px;
    margin-top: 54px;
    width: 100%;
}

.contacts .breadcrumbs {
    margin-top: 0;
}

.contacts .heading_contacts {
    font-size: 14px;
    letter-spacing: 0.2px;
}

.shops {
    width: calc(100% - 20px);
    min-width: 1004px;
    max-width: 1200px;
    margin: 0 auto;
}

.shops__wrap {
    display: flex;
    max-width: 1200px;
    min-width: 1004px;
    margin: 66px auto 0;
}

.shops__top-left {
    max-width: 895px;
    width: calc(82% - 24px);
}

.shops__title {
    margin: 0;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 500;
    color: #23323f;
}

.shops__descr {
    margin: 0;
    padding: 0;
    margin-bottom: 19px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #23323f;
}

.shops__filter {
    width: 100%;
    height: 114px;
    padding: 17px 36px 24px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.shops__filter-text {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #23323f;
}

.shops__filter-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 13px;
}

.shops select::-ms-expand {
    display: none;
}

.shops__select {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: calc(100% - 162px);
    height: 36px;
    margin: 0;
    padding: 0;
    padding-left: 12px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #23323f;
    background-color: #f9f9fb;
    border-radius: 6px;
    border: solid 1px #eaebed;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 12px;
    background-size: 14px 8px;
    background-image: url("../img/select-arrow.svg");
}

.shops__submit {
    display: block;
    width: 150px;
    height: 36px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.shops__submit:hover {
    background-color: #ffed98;
}

.shops__submit:active {
    background-color: #fcdd4a;
}

.shops__map {
    max-width: 1200px;
    width: 100%;
    height: 444px;
    margin-top: 25px;
    background-color: #c9eab5;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.shops__map-description {
    display: flex;
    justify-content: space-between;
    width: 406px;
    margin: 22px auto 0;
}

.shops__marker-wrap {
    display: flex;
    align-items: center;
}

.shops__marker-img {
    width: 26px;
    height: 33px;
    margin-right: 10px;
}

.shops__marker-text {
    font-size: 16px;
    font-weight: 400;
    color: #23323f;
}

.shops__list-title {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 29px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.2px;
    color: #23323f;
}

.shops__list-subtitle {
    margin: 0;
    padding: 0;
    margin-top: 21px;
    margin-bottom: 9px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #23323f;
}

.shops__cards-wrap {
    display: flex;
    justify-content: space-between;
}

.shops__warning {
    position: relative;
    width: 100%;
    margin-top: 24px;
    padding-left: 51px;
    padding-right: 50px;
    padding-top: 8px;
    padding-bottom: 12px;
    background-color: #fff0e8;
    border: 1px solid transparent;
    border-radius: 6px;
}

.shops__warning-text {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: 0.2px;
    color: #23323f;
}

.shops__warning-symbol {
    position: absolute;
    left: 11px;
    top: 13px;
    fill: currentColor;
}

.shops .subscription {
    margin-bottom: 62px;
    margin-top: 61px;
    width: 100%;
}

.shops .breadcrumbs {
    margin-top: 0;
}

.shops .paginator {
    margin-left: 0;
    margin-top: 27px;
}

.shops .sidebar {
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.shops .sidebar-nav {
    height: 100%;
}

.shop-card {
    max-width: 384px;
    width: calc((100% - 48px) / 3);
    min-height: 264px;
    padding: 18px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.shop-card__title {
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #23323f;
}

.shop-card__content {
    width: 100%;
    border-top: 1px solid #eaebed;
}

.shop-card__item {
    display: flex;
    margin-top: 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
}

.shop-card__item-descr {
    flex-shrink: 0;
    width: 110px;
    margin-right: 22px;
    color: #76818b;
}

.shop-card__item-value {
    color: #23323f;
}

.shop-card__item-value_empty {
    color: #76818b;
}

.shop-card__link {
    padding: 0;
    margin: 0;
    text-decoration: none;
    border-bottom: 1px solid #4095ad;
    color: #4095ad;
}

.shop-card__link:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.shop-card__link:active {
    color: #23323f;
    border-color: #23323f;
}

.shop-card__phone-code {
    color: #76818b;
}

.search-results {
    width: calc(100% - 20px);
    min-width: 1004px;
    max-width: 1200px;
    margin: 0 auto;
}

.search-results__wrap {
    display: flex;
    max-width: 1200px;
    min-width: 1004px;
    margin: 66px auto 0;
}

.search-results__content {
    max-width: 895px;
    width: calc(82% - 24px);
}

.search-results__title {
    margin: 0;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 18px;
    font-size: 30px;
    font-weight: 500;
    color: #23323f;
}

.search-results__form {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.search-results__form-symbol {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 10px;
    left: 22px;
    z-index: 1;
    fill: #78818a;
}

.search-results__input {
    width: calc(100% - 114px);
    height: 36px;
    padding-left: 55px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #23323f;
    border-radius: 18px;
    background-color: #ffffff;
    border: solid 1px #eaebed;
}

.search-results__input_dropdown-opened {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.search-results__submit {
    width: 102px;
    height: 36px;
    padding: 0;
    margin: 0;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #4c2c06;
    text-align: center;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.search-results__submit:hover {
    background-color: #ffed98;
}

.search-results__submit:active {
    background-color: #fcdd4a;
}

.search-results__dropdown {
    position: absolute;
    z-index: 3;
    top: 35px;
    left: 0;
    width: calc(100% - 114px);
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
    border: solid 1px #eaebed;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.search-results__dropdown_closed {
    display: none;
}

.search-results__dropdown_opened {
    display: block;
}

.search-results__item {
    height: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-left: 54px;
}

.search-results__item:hover {
    background-color: #fffae7;
}

.search-results__link {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.2px;
    text-decoration: none;
    color: #23323f;
}

.search-results__bold {
    font-weight: 700;
}

.search-results__warning {
    position: relative;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 12px;
    padding-left: 51px;
    padding-right: 13px;
    padding-top: 10px;
    padding-bottom: 11px;
    background-color: #fff0e8;
    border: 1px solid transparent;
    border-radius: 6px;
}

.search-results__warning-text {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: 0.2px;
    color: #23323f;
}

.search-results__warning-symbol {
    position: absolute;
    left: 20px;
    top: 12px;
    fill: currentColor;
}

.search-results__nav {
    display: flex;
    max-width: 895px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 14px;
    list-style: none;
    border-radius: 6px;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.search-results__nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 1;
    height: 36px;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border-left: solid 1px #eaebed;
}

.search-results__nav-item:first-child {
    width: 73px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.search-results__nav-item:nth-child(2) {
    width: 83px;
}

.search-results__nav-item:nth-child(3) {
    width: 114px;
}

.search-results__nav-item:nth-child(4) {
    width: 118px;
}

.search-results__nav-item:nth-child(5) {
    width: 85px;
}

.search-results__nav-item:nth-child(6) {
    width: 130px;
}

.search-results__nav-item:nth-child(7) {
    width: 85px;
}

.search-results__nav-item:nth-child(8) {
    width: 90px;
}

.search-results__nav-item:last-child {
    width: 121px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.search-results__nav-item:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.search-results__nav-item:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.search-results__nav-item_active {
    background-color: #fde678;
    border-color: #fde678;
}

.search-results__nav-item_active:hover, .search-results__nav-item_active:active {
    background-color: #fde678;
    border-color: #fde678;
}

.search-results__nav-link {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #23323f;
}

.search-results__nav-item_active .search-results__nav-link {
    color: #4c2c06;
}

.search-results__nav-number {
    margin-left: 7px;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    color: #76818b;
}

.search-results__nav-item_active .search-results__nav-number {
    color: #4c2c06;
}

.search-results__tab {
    display: none;
    max-width: 895px;
    width: 100%;
}

.search-results__tab_show {
    display: block;
}

.search-results__section-heading {
    margin: 0;
    padding: 0;
    padding-top: 16px;
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.2px;
    color: #23323f;
}

.search-results__section-number {
    display: inline-block;
    position: relative;
    top: -16px;
    width: 29px;
    height: 18px;
    margin-left: 6px;
    padding-top: 3px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    border-radius: 9px;
    color: #23323f;
    background-color: #d8d8d8;
}

.search-results__section {
    margin-bottom: 34px;
}

.search-results__more-btn {
    display: block;
    width: 180px;
    height: 36px;
    padding-top: 8px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-decoration: none;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.search-results__more-btn:hover {
    background-color: #ffed98;
}

.search-results__more-btn:active {
    background-color: #fcdd4a;
}

.search-results .subscription {
    margin-bottom: 62px;
    margin-top: 54px;
    width: 100%;
}

.search-results .breadcrumbs {
    margin-top: 0;
}

.search-results .heading_contacts {
    font-size: 14px;
    letter-spacing: 0.2px;
}

.search-article {
    width: 100%;
    padding: 12px 17px 20px;
    margin-bottom: 18px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.search-article__wrap {
    display: flex;
    width: 100%;
    padding-top: 13px;
    border-top: solid 1px #eaebed;
}

.search-article__link {
    display: block;
    text-decoration: none;
}

.search-article__title {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    color: #4095ad;
    border-bottom: 1px solid #4095ad;
}

.search-article__title:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.search-article__title:active {
    color: #23323f;
    border-color: #23323f;
}

.search-article__descr {
    margin: 0;
    padding: 0;
    margin-top: 6px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #23323f;
}

.search-article__time {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    color: #74818c;
}

.search-article__time-symbol {
    fill: currentColor;
    margin-right: 2px;
    margin-bottom: -2px;
}

.search-event-card {
    width: 100%;
    padding: 12px 17px 20px;
    margin-bottom: 18px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.search-event-card__wrap {
    display: flex;
    width: 100%;
    padding-top: 13px;
    border-top: solid 1px #eaebed;
}

.search-event-card__link {
    display: block;
    text-decoration: none;
}

.search-event-card__title {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    color: #4095ad;
    border-bottom: 1px solid #4095ad;
}

.search-event-card__title:hover {
    color: #6bcbdc;
    border-color: #6bcbdc;
}

.search-event-card__title:active {
    color: #23323f;
    border-color: #23323f;
}

.search-event-card__text {
    margin: 0;
    padding: 0;
    margin-top: 6px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #23323f;
}

.search-event-card__event-type {
    width: 107px;
    height: 24px;
    margin-right: 24px;
    padding-top: 5px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-align: center;
    color: #23323f;
    background-color: #eaebed;
    border-radius: 12px;
}

.search-event-card__time {
    margin-top: 2px;
    margin-right: 26px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    color: #74818c;
}

.search-event-card__time-symbol {
    fill: currentColor;
    margin-right: 2px;
    margin-bottom: -2px;
}

.search-event-card__place {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    color: #74818c;
}

.search-event-card__place-symbol {
    fill: currentColor;
    margin-right: 6px;
    margin-bottom: -2px;
}

.search-course-card {
    display: flex;
    width: 100%;
    min-height: 234px;
    padding: 18px 18px 12px;
    margin-bottom: 18px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.search-course-card__left-wrap {
    position: relative;
    flex-shrink: 0;
    width: 337px;
    margin-right: 16px;
}

.search-course-card__img {
    display: block;
    width: 337px;
    height: 198px;
    margin: 0;
    padding: 0;
    border-radius: 6px;
}

.search-course-card__duration {
    position: absolute;
    top: 166px;
    left: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: 0.4px;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.search-course-card__duration::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -22px;
    width: 16px;
    height: 16px;
    background-image: url("../img/education-cards-time.svg");
    background-repeat: no-repeat;
}

.search-course-card__icons {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    padding-right: 24px;
    height: 24px;
    max-width: 200px;
    top: 162px;
    right: 0;
}

.search-course-card__icon {
    display: block;
    margin-left: 6px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center 3px;
}

.search-course-card__icon--expert {
    background-color: #c56d6d;
    background-image: url("../img/education-cards-expert.svg");
}

.search-course-card__icon--home {
    background-color: #74bb6f;
    background-image: url("../img/education-cards-home.svg");
}

.search-course-card__title {
    margin: 0;
    padding: 0;
    margin-top: 3px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.13;
    letter-spacing: 0.2px;
    color: #23323f;
}

.search-course-card__text {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: 0.2px;
    color: #23323f;
}

.search-course-card__stats {
    display: flex;
    justify-content: space-between;
    width: 362px;
    margin-bottom: 8px;
}

.search-course-card__stat {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: rgba(35, 50, 63, 0.6);
}

.search-course-card__stat span {
    margin-top: 3px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #23323f;
}

.search-course-card__bottom-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 11px;
    border-top: solid 1px #eaebed;
}

.search-course-card__purchasing {
    display: flex;
    justify-content: space-between;
    width: 186px;
    align-items: center;
}

.search-course-card__price {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #23323f;
}

.search-course-card__price::after {
    content: "";
    position: absolute;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url("../img/education-cards-rouble.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.search-course-card__purchase-btn {
    display: block;
    width: 102px;
    height: 36px;
    padding-top: 10px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-decoration: none;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.search-course-card__purchase-btn:hover {
    background-color: #ffed98;
}

.search-course-card__purchase-btn:active {
    background-color: #fcdd4a;
}

.search-course-card__btn-symbol {
    margin-right: 4px;
    margin-bottom: -2px;
    fill: #4c2c06;
}

.search-course-card__more-btn {
    display: block;
    width: 126px;
    height: 36px;
    padding-top: 9px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #4c2c06;
    background-color: #ffffff;
    border: 2px solid #fde678;
    border-radius: 18px;
}

.search-course-card__more-btn:hover {
    background-color: #ffed98;
    border-color: #ffed98;
}

.search-course-card__more-btn:active {
    background-color: #fcdd4a;
    border-color: #fcdd4a;
}

.search-course-card__more-symbol {
    margin-left: 6px;
    margin-bottom: -2px;
    fill: currentColor;
}

.send-article {
    width: calc(100% - 20px);
    min-width: 1004px;
    max-width: 1200px;
    margin: 0 auto;
}

.send-article__wrap {
    display: flex;
    max-width: 1200px;
    min-width: 1004px;
    margin: 30px auto 0;
}

.send-article__content {
    max-width: 895px;
    width: calc(82% - 24px);
}

.send-article__title {
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #23323f;
    text-align: center;
    width: calc(100% - 371px);
    max-width: 450px;
}

.send-article__form {
    max-width: 894px;
    min-height: 948px;
    margin-top: 24px;
    padding: 25px 36px 53px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 #eaebed;
}

.send-article__form-wrap {
    display: flex;
    justify-content: space-between;
}

.send-article__form-left {
    width: calc(100% - 371px);
    max-width: 450px;
}

.send-article__form-right {
    width: 348px;
}

.send-article__warning {
    position: relative;
    width: 100%;
    margin-bottom: 26px;
    padding-left: 40px;
    padding-right: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #fff0e8;
    border: 1px solid transparent;
    border-radius: 6px;
}

.send-article__warning-text {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1px;
    color: #23323f;
    text-align: center;
}

.send-article__warning-symbol {
    position: absolute;
    left: 12px;
    top: 8px;
    fill: currentColor;
}

.send-article__form-section {
    margin: 0;
    padding: 0;
    padding-bottom: 6px;
    margin-bottom: 17px;
    border: none;
    outline: none;
    border-bottom: 1px solid #eaebed;
}

.send-article__input-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 12px;
}

.send-article__label {
    padding-top: 6px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #23323f;
}

.send-article__label_long {
    display: block;
    width: 100%;
    margin-bottom: 9px;
}

.send-article__input {
    width: 61.33%;
    max-width: 276px;
    height: 30px;
    padding: 0 12px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    background-color: #f9f9fb;
    border: 1px solid #eaebed;
    border-radius: 6px;
}
.send-article__input.isError {
    border: 1px solid #ff0008;
}
.send-article__input_long {
    width: 100%;
    max-width: 450px;
    margin-bottom: 12px;
}

.send-article select::-ms-expand {
    display: none;
}

.send-article__select {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 61.33%;
    max-width: 276px;
    height: 30px;
    margin: 0;
    padding: 0;
    padding-left: 12px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #23323f;
    background-color: #f9f9fb;
    border-radius: 6px;
    border: solid 1px #eaebed;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 12px;
    background-size: 14px 8px;
    background-image: url("../img/select-arrow.svg");
}

.send-article__textarea {
    width: 100%;
    height: 120px;
    padding: 9px 12px;
    margin-bottom: 5px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #23323f;
    background-color: #f9f9fb;
    border-radius: 6px;
    border: solid 1px #eaebed;
    resize: none;
}

.send-article__previews {
    width: 100%;
    height: 126px;
    border-radius: 6px;
    background-color: #f9f9fb;
    border: dashed 2px #eaebed;
}

.send-article__previews_files {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 9px 12px;
}

.send-article__previews-title {
    margin: 0;
    padding: 0;
    margin-top: 18px;
    margin-bottom: 11px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-align: center;
    color: #23323f;
}

.send-article__previews-text {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    color: #23323f;
}

.send-article__load-files-label {
    display: block;
    width: 114px;
    height: 24px;
    margin: 21px auto 0;
    padding-top: 3px;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 12px;
}

.send-article__load-files-label:hover {
    background-color: #ffed98;
}

.send-article__load-files-label:active {
    background-color: #fcdd4a;
}

.send-article__load-files {
    display: none;
}

.send-article__previews_files .send-article__previews-title,
.send-article__previews_files .send-article__previews-text,
.send-article__previews_files .send-article__load-files-label {
    display: none;
}

.send-article__submit {
    width: 180px;
    height: 36px;
    margin-top: 19px;
    margin-left: calc(100% - 180px);
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border: 1px solid transparent;
    border-radius: 18px;
}

.send-article__submit:hover {
    background-color: #ffed98;
}

.send-article__submit:active {
    background-color: #fcdd4a;
}

.send-article__descr-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.13;
    letter-spacing: 0.2px;
    color: #23323f;
}

.send-article__descr-text p {
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
}

.send-article__descr-list {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.13;
    letter-spacing: 0.2px;
    color: #23323f;
    counter-reset: descr-item;
    list-style: none;
}

.send-article__descr-item {
    position: relative;
    padding: 0;
    margin: 0;
    padding-left: 29px;
    padding-bottom: 24px;
}

.send-article__descr-item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: " " counter(descr-item);
    counter-increment: descr-item;
    width: 18px;
    height: 18px;
    padding-top: 3px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    color: #4c2c06;
    background-color: #fde678;
    border-radius: 50%;
}

.send-article .subscription {
    margin-bottom: 62px;
    margin-top: 54px;
    width: 100%;
}

.send-article .blue-gradient-block {
    width: 100%;
    margin-top: 24px;
}

.file-preview {
    min-width: 25%;
    margin-right: 20px;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #23323f;
}

.file-preview__close {
    color: #7b848c;
}

.file-preview__close:hover {
    color: #23323f;
}

.file-preview__close:active {
    color: #7b848c;
}

.file-preview__close-symbol {
    margin-left: 8px;
    margin-top: -8px;
    fill: currentColor;
}

.template-contacts__address {
    margin-top: 11px;
}

.template-contacts__location {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.022em;
}

.template-contacts__phones {
    display: flex;
    margin-top: 16px;
}

.template-contacts__sales {
    margin-right: 25px;
}

.template-contacts__phones-unit {
    display: flex;
    flex-direction: column;
    margin-top: 3px;
}

.template-contacts__phone {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.022em;
    color: #23323f;
    text-decoration: none;
}

.template-contacts__email {
    margin-top: 17px;
}

.template-contacts__email-link {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.022em;
    color: #4095ad;
}

.template-contacts__email-link:hover {
    color: #6bcbdc;
}

.template-contacts__email-link:active {
    color: #23323f;
}

.template-titles .heading {
    margin-bottom: 3px;
}

.template-titles .heading--2 {
    margin-bottom: 11px;
}

.template-titles .heading--3 {
    margin-bottom: 6px;
}

.template-titles .heading--4 {
    margin-bottom: 10px;
}

.template-titles .heading--5 {
    margin-bottom: 8px;
}

.template-table {
    padding: 0 22px;
}

.template-table table {
    width: 100%;
    border-spacing: 0;
}

.template-table tr {
    margin-left: 1px;
    height: 30px;
}

.template-table tr:last-of-type {
    height: 36px;
}

.template-table tr:first-of-type {
    height: 54px;
    background-color: #fde678;
}

.template-table tr:last-of-type {
    border-radius: 6px;
}

.template-table tr:nth-of-type(n+2):nth-of-type(odd) {
    background-color: #f9f9fb;
}

.template-table th {
    padding-top: 5px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.template-table th:first-of-type,
.template-table th:last-of-type {
    width: 34%;
}

.template-table td {
    padding-top: 4px;
    font-size: 14px;
    letter-spacing: 0.011em;
    border: 1px solid #eaebed;
    border-top: none;
}

.template-table tr:last-of-type td {
    padding-top: 0;
}

.template-table td:not(:last-of-type) {
    border-right: none;
}

.template-table td:first-of-type {
    padding-left: 12.7%;
}

.template-table td:nth-of-type(2) {
    padding-left: 10%;
}

.template-table td:last-of-type {
    padding-right: 16%;
    text-align: right;
}

.template-table th:first-child {
    border-top-left-radius: 6px;
}

.template-table th:last-child {
    border-top-right-radius: 6px;
}

.template-table tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

.template-table tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

@media (min-width: 1050px) {
    .product__left-col {
        margin-left: 22px;
    }

    .product__right-col {
        margin-right: 30px;
    }
}

@media (min-width: 1100px) {
    .task-card {
        margin: 0 12px;
    }

    .task-card:first-child {
        margin: 0 12px;
    }

    .subscription__input--courses {
        width: 390px;
    }

    .education-card_main .education-card__stats {
        padding-left: 24px;
    }

    .education-card_main .education-card__purchasing {
        padding-left: 24px;
    }

    .edu-card_main .edu-card__stats {
        padding-left: 24px;
    }

    .edu-card_main .edu-card__purchasing {
        padding-left: 24px;
    }

    .main-slider__slide {
        background-size: 120px 120px;
        background-position: 84px 90px;
    }

    .main-slider__slide-title {
        margin-left: 230px;
    }

    .main-slider__slide-text {
        margin-left: 230px;
    }

    .main-slider__slide-btn {
        margin-left: 232px;
    }

    .user-selection__bar {
        padding: 0 18px;
    }

    .user-selection__bar-right-wrap {
        width: 275px;
    }

    .live-feed__nav-item {
        width: 21%;
    }

    .live-feed__nav-item:first-child {
        width: 16%;
    }

    .account-purchases__bar {
        padding: 0 18px;
    }
}

@media (min-width: 1120px) {
    .account-purchases .certificate-passing img {
        width: 384px;
        height: 230px;
    }
}

@media (min-width: 1150px) {
    .event-card {
        width: calc((100% - 60px) / 6);
        margin-right: 12px;
    }

    .event-card__date {
        padding: 0 8px;
    }

    .event-card__description {
        padding: 0 8px;
    }

    .event-card__content {
        padding: 0 8px 18px;
    }

    .contacts__content {
        width: 74.5%;
    }

    .shops__top-left {
        width: 74.5%;
    }

    .search-results__content {
        width: 74.5%;
    }

    .send-article__content {
        width: 74.5%;
    }
}

@media (min-width: 1170px) {
    .certificate-available {
        width: calc(100% - 36px);
    }

    .certificate-available__link {
        width: 570px;
    }
}

@media (min-width: 1180px) {
    .education-card_account-similar {
        width: calc((100% - 20px) / 3);
    }

    .education-card_account-similar:first-child {
        margin-right: 0;
    }

    .education-card_account-similar:last-child {
        display: block;
    }

    .edu-card_account-similar {
        width: calc((100% - 20px) / 3);
    }

    .edu-card_account-similar:first-child {
        margin-right: 0;
    }

    .edu-card_account-similar:last-child {
        display: block;
    }

    .test-card_account-similar {
        width: calc((100% - 20px) / 3);
    }

    .test-card_account-similar:first-child {
        margin-right: 0;
    }

    .test-card_account-similar:last-child {
        display: block;
    }

    .similar-materials_account-int .similar-materials__cards {
        justify-content: space-between;
    }

    .similar-materials_account-int {
        width: calc(100% - 18px);
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .promo {
        justify-content: flex-start;
    }

    .promo__right-wrap {
        width: 50%;
        margin-right: 0;
    }

    .task-card__title {
        padding-left: 18px;
    }

    .task-card__title_long {
        font-size: 22px;
    }

    .task-card__text {
        min-height: 144px;
        margin-bottom: 24px;
        padding-left: 18px;
        padding-right: 22px;
        line-height: 24px;
    }

    .format-card {
        height: 240px;
    }

    .format-card_1 {
        background-position: calc(100% - 37px) 29px;
        background-size: 168px auto;
    }

    .format-card_2 {
        background-position: 43px 20px;
        background-size: 173px 190px;
    }

    .format-card_3 {
        background-position: 60px 26px;
        background-size: 161px auto;
    }

    .format-card_4 {
        background-position: calc(100% - 38px) 22px;
        background-size: 199px auto;
    }

    .format-card_5 {
        background-position: calc(100% - 47px) 27px;
        background-size: 181px 181px;
    }

    .format-card_6 {
        background-position: 26px 24px;
        background-size: 209px 187px;
    }

    .format-card__wrap {
        width: 328px;
    }

    .format-card_left-img .format-card__wrap {
        width: 290px;
        margin-left: calc(100% - 306px);
    }

    .format-card__text {
        min-height: 96px;
    }

    .formats {
        min-height: 1005px;
    }

    .formats__cards-wrap {
        height: 769px;
    }

    .unique-card__text {
        min-height: 96px;
    }

    .education-card_main .education-card__stat--rating {
        margin-right: 36px;
    }

    .edu-card_main .edu-card__stat--rating {
        margin-right: 36px;
    }

    .main-header__upper-wrap {
        width: calc(100% - 40px);
        max-width: 1200px;
    }

    .main-header__lower-wrap {
        position: static;
        width: calc(100% - 40px);
        max-width: 1200px;
    }

    .main-header__contacts {
        position: static;
        margin-top: 24px;
    }

    .main-header .contents {
        margin-left: calc(50% - 421px);
    }

    .contents {
        width: 786px;
    }

    .header-search {
        width: 80%;
    }

    .main-slider__slide {
        background-size: 152px 152px;
        background-position: 84px 74px;
    }

    .main-slider__slide-title {
        margin-left: 264px;
        font-size: 48px;
    }

    .main-slider__slide-text {
        margin-left: 264px;
    }

    .main-slider__slide-btn {
        margin-left: 266px;
    }

    .main-unique-card {
        margin: 0;
    }

    .product__right-col {
        width: 560px;
    }

    .cart-item__img {
        margin-left: 43px;
        margin-right: 56px;
    }

    .cart-item__details {
        margin-right: 70px;
    }

    .cart-item__price {
        margin-right: 56px;
    }

    .cart-item__quantity {
        margin-right: 62px;
    }

    .cart-item__delete {
        right: 37px;
    }

    .ordering__payment {
        background-size: 247px 74px;
    }

    .ordering__payment-descr {
        margin-left: 306px;
    }

    .orders-history-row {
        width: calc(100% - 36px);
    }

    .orders-history-row__number-heading {
        margin-right: 36px;
    }

    .orders-history-row__date-heading {
        margin-right: 36px;
    }

    .orders-history-row__number {
        margin-right: 36px;
    }

    .orders-history-row__date {
        margin-right: 36px;
    }

    .live-feed__nav-item {
        width: 20%;
    }

    .live-feed__nav-item:first-child {
        width: 20%;
    }

    .certificate-received {
        width: calc(100% - 36px);
    }

    .certificate-received__link {
        width: 570px;
    }

    .account-publications-row {
        width: calc(100% - 32px);
    }

    .account-publications-row__date-heading {
        margin-right: 68px;
    }

    .account-publications-row__date {
        margin-right: 68px;
    }

    .contacts__details-right {
        width: 345px;
    }

    .contacts__unit-wrap {
        width: calc(100% - 6px);
    }

    .contacts__phone-add {
        display: inline;
    }
}

@media (min-width: 1215px) {
    .event-card {
        margin-right: 24px;
        width: calc((100% - 120px) / 6);
    }

    .event-card__date {
        padding: 0 12px;
    }

    .event-card__description {
        padding: 0 12px;
    }

    .event-card__content {
        padding: 0 12px 18px;
    }
}

@media (min-width: 1240px) {
    .education-card_account-similar {
        width: 282px;
    }

    .edu-card_account-similar {
        width: 282px;
    }

    .test-card_account-similar {
        width: 282px;
    }
}

@media (min-width: 1250px) {
    .education-card_selection:nth-child(3n) {
        margin-right: 0;
    }

    .edu-card_selection:nth-child(3n) {
        margin-right: 0;
    }
}

@media (min-width: 1280px) {
    .header {
        justify-content: space-between;
    }

    .promo {
        width: 100%;
    }

    .promo__title {
        font-size: 42px;
        line-height: 48px;
    }

    .promo__intro {
        font-size: 36px;
        line-height: 42px;
    }

    .task-card {
        margin: 0;
    }

    .task-card:first-child {
        margin: 0;
    }

    .subscription__label--courses {
        width: auto;
        margin-bottom: 0;
    }

    .format-card {
        width: calc(50% - 12px);
        margin: 0;
    }

    .main-header__center-wrap {
        margin-right: 20px;
    }

    .main-header .contents {
        margin-left: 168px;
    }

    .main-section-heading {
        width: 100%;
    }

    .orders-history-row__payment-heading {
        margin-right: 34px;
    }

    .orders-history-row__payment {
        margin-right: 34px;
    }
}

@media (max-width: 1180px) {
    .checkup__participate a {
        margin-left: 12.5%;
        margin-right: 10%;
    }

    .education-card {
        width: 265px;
    }

    .education-card_main {
        width: calc((100% - 30px) / 4);
    }

    .education-card_selection {
        width: 282px;
    }

    .education-card_account-similar {
        width: 282px;
    }

    .edu-card {
        width: 265px;
    }

    .edu-card_selection {
        width: 282px;
    }

    .edu-card_account-similar {
        width: 282px;
    }
}

@media (max-width: 1080px) {
    .reviews__previous {
        left: -5%;
    }

    .reviews__next {
        right: -5%;
    }
}

@media (max-width: 1260px) {
    .activity-report button {
        width: 30px;
    }

    .activity-report .slider-btn--prev {
        left: -10px;
    }

    .activity-report .slider-btn--next {
        right: -10px;
    }
}

@media (max-width: 1110px) {
    .activity-card__header {
        display: flex;
        flex-direction: column;
        flex-shrink: 1;
    }

    .activity-card__header span:last-of-type {
        margin-top: 10px;
    }
}

@media (max-width: 1100px) {
    .search-form__submit {
        margin-left: 0;
    }

    .specialists__item {
        width: 160px;
    }

    .leader-card__text {
        margin-right: 1.5%;
    }
}

@media (max-width: 1050px) {
    .similar-materials .similar-materials__cards article {
        width: 255px;
    }

    .similar-materials .similar-materials__cards article .education-card__stat--rating {
        margin-right: 25px;
    }

    .similar-materials .similar-materials__cards article .education-card__stat--volume {
        margin-right: 25px;
    }

    .similar-materials_account-int .similar-materials__cards .education-card,
    .similar-materials_account-int .similar-materials__cards .test-card {
        width: 282px;
    }
}

@media (max-width: 1150px) {
    .search-form__input {
        width: 180px;
    }

    .education__courses {
        width: 82%;
    }

    .content__scheme {
        width: calc(82% - 24px);
    }

    .event-card__tag {
        padding-left: 5px;
        padding-right: 5px;
    }

    .checkup__watch {
        padding-right: 10px;
    }

    .sidebar {
        width: 18%;
    }

    .sidebar__filters {
        padding-right: 5px;
    }

    .sidebar__toggler {
        right: 0;
    }

    .sidebar-filters {
        padding-right: 5px;
    }

    .sidebar-filters__toggler {
        right: 5px;
    }

    .sidebar-info__term {
        flex-direction: column;
        padding-left: 6.382%;
    }

    .sidebar-info__position {
        padding-top: 14px;
    }

    .sidebar-announcements__card-event {
        padding: 0 5px;
    }

    .sidebar-test-properties__item {
        padding-left: 3px;
        padding-right: 0;
    }

    .sidebar-test-properties__tag {
        padding-left: 4px;
        padding-right: 4px;
    }

    .teachers-list .sidebar-filters h4 {
        margin-left: 0px;
    }

    .teachers-list .sidebar-filters__toggler {
        right: -7px;
    }

    .tests-list .sidebar-filters__toggler {
        right: -8px;
    }

    .crossroad__cards .education-card {
        width: calc((100% - 36px) / 4);
    }

    .crossroad__cards .education-card__title, .crossroad__cards .education-card__description-content, .crossroad__cards .education-card__stats, .crossroad__cards .education-card__purchasing {
        padding-left: 10px;
        padding-right: 10px;
    }

    .crossroad__cards .test-card {
        width: calc((100% - 36px) / 4);
    }

    .crossroad__cards .test-card__description, .crossroad__cards .test-card__tags {
        margin-left: 10px;
        margin-right: 10px;
    }

    .activity-report button {
        top: 35%;
    }

    .slider-btn {
        width: 25px;
    }

    .slider-btn--prev {
        left: -9px;
    }

    .slider-btn--next {
        right: -9px;
    }
}

.slide3 p,
.slide3 [type="checkbox"] {
    display: none;
}

.slide3 [type="checkbox"]:checked ~ p {
    display: block;
}
#symbols {
    font-size: 12px;
    letter-spacing: 0.2px;
    color: #23323f;
    display: inline-block;
    padding-bottom: 20px;

    height: 26px;
}
.confirm-modal {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 50;
}
.confirm-modal.open {
    display: flex;
}
.confirm-modal_content {
    background: rgb(247, 247, 247);
    width: 100%;
    max-width: 500px;
    padding: 15px;
    z-index: 3;
    position: relative;
}
.confirm-modal_content .btn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.before_submit {
    display: block;
    max-width: 100%;
    padding: 0 20px;
    line-height: 35px;
    border: 0;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    cursor: pointer;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    text-decoration: none;
    width: 180px;
    height: 36px;
    color: #4c2c06;
    background-color: #fde678;
    border-radius: 18px;
    float:right;
}
.confirm-modal_content .btn-wrapper {
    margin-top: 50px;
}
.btn-wrapper .btn {
    width: 50%;
    padding: 0 20px !important;
    line-height: 35px;
    background-color: #3d99db;
    border-radius: 0;
    border: 0;
    color: #fff;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    cursor: pointer;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    height: auto;
    margin: 0;
}
.btn-wrapper .btn + .btn {
    margin-left: 10px;
}
.confirm-modal-overlay {
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.confirm-modal_title {
    color: #191919;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
}
.error-page-title {
    font-size:100px;
    text-align: center;
    font-weight: bold;
    color:rgb(237, 85, 85);
    line-height: 53px;
}
.error-page-title span {
    display: inline-block;
    width: 100%;
    font-size:40px;
    font-weight: normal;
}
.error-page__wrap {
    max-width: 1200px;
    width: calc(100% - 20px);
    min-width: 1004px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    font-family: "PFDinDisplayPro", "Arial", sans-serif;
}
@media (max-width: 425px){
    .error-page__wrap {
        flex-direction: column;
    }
}
.error-page-text__title {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 40px;
    color: #23323f;
}
.error-page__text a {
    color: #4095ad;
    text-decoration: none;
    border-bottom: 1px solid #4095ad;
}
.error-page__text a + a {
    margin-left: 25px;
}
.error-page__text p {
    color: rgba(35, 50, 63, 0.6);
    margin-bottom: 50px;
    margin-top: 0;
}