.container {
  padding: 0 73px 0 70px;
  max-width: 1280px;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .container {
    padding: 0 53px 0 50px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    padding: 0 33px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 23px 0 16px;
  }
}

@font-face {
  font-family: 'Muller';
  src: url("../assets/fonts/MullerRegular.eot");
  src: url("../assets/fonts/MullerRegular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/MullerRegular.woff2") format("woff2"), url("../assets/fonts/MullerRegular.woff") format("woff"), url("../assets/fonts/MullerRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TTNorms';
  src: url("../assets/fonts/TTNorms-Medium.eot");
  src: url("../assets/fonts/TTNorms-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/TTNorms-Medium.woff2") format("woff2"), url("../assets/fonts/TTNorms-Medium.woff") format("woff"), url("../assets/fonts/TTNorms-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Muller';
  src: url("../assets/fonts/MullerBold.eot");
  src: url("../assets/fonts/MullerBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/MullerBold.woff2") format("woff2"), url("../assets/fonts/MullerBold.woff") format("woff"), url("../assets/fonts/MullerBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'TTNorms';
  src: url("../assets/fonts/TTNorms-Regular.eot");
  src: url("../assets/fonts/TTNorms-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/TTNorms-Regular.woff2") format("woff2"), url("../assets/fonts/TTNorms-Regular.woff") format("woff"), url("../assets/fonts/TTNorms-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TTNorms';
  src: url("../assets/fonts/TTNorms-Bold.eot");
  src: url("../assets/fonts/TTNorms-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/TTNorms-Bold.woff2") format("woff2"), url("../assets/fonts/TTNorms-Bold.woff") format("woff"), url("../assets/fonts/TTNorms-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'TTNorms';
  src: url("../assets/fonts/TTNorms-Thin.eot");
  src: url("../assets/fonts/TTNorms-Thin.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/TTNorms-Thin.woff2") format("woff2"), url("../assets/fonts/TTNorms-Thin.woff") format("woff"), url("../assets/fonts/TTNorms-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'TTNorms';
  src: url("../assets/fonts/TTNorms-Light.eot");
  src: url("../assets/fonts/TTNorms-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/TTNorms-Light.woff2") format("woff2"), url("../assets/fonts/TTNorms-Light.woff") format("woff"), url("../assets/fonts/TTNorms-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Muller';
  src: url("../assets/fonts/MullerMedium.eot");
  src: url("../assets/fonts/MullerMedium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/MullerMedium.woff2") format("woff2"), url("../assets/fonts/MullerMedium.woff") format("woff"), url("../assets/fonts/MullerMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

input[type] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.page-header {
  padding-top: 35px;
  padding-bottom: 21px;
  box-shadow: 0px 3px 3px 3px #E5E5E5;
}

@media screen and (max-width: 767px) {
  .page-header {
    padding-bottom: 10px;
    padding-top: 21px;
    box-shadow: 0px 1px 0px 0px #E5E5E5;
  }
}

.page-header__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.page-header__list {
  display: -webkit-box;
  display: flex;
  margin-right: 65px;
  margin-top: -1px;
}

.page-header__item {
  margin-right: 31px;
}

@media screen and (max-width: 1100px) {
  .page-header__item {
    margin-right: 20px;
  }
}

@media screen and (max-width: 992px) {
  .page-header__item {
    margin-right: 20px;
  }
}

.page-header__item:last-child {
  margin-right: 0px;
}

.page-header__item a {
  font-family: Muller, sans-serif;
  font-size: 14px;
  color: #1A1833;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .page-header__item a {
    font-size: 12px;
  }
}

.page-header__item img {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .page-header__nav {
    display: none;
  }
}

.page-header__my {
  font-family: Muller, sans-serif;
  font-size: 14px;
  margin-right: 21px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1A1833;
}

@media screen and (max-width: 992px) {
  .page-header__my {
    font-size: 10px;
  }
}

.page-header__account {
  margin-right: 12px;
  margin-top: -3px;
}

.page-header__account svg {
  margin-bottom: -1px;
}

@media screen and (max-width: 1100px) {
  .page-header__account {
    margin-right: 0px;
  }
}

@media screen and (max-width: 992px) {
  .page-header__account {
    display: none;
  }
}

.page-header__title {
  font-family: Muller, sans-serif;
  font-size: 22px;
  color: #424242;
  text-transform: uppercase;
  margin-left: 10px;
  margin-top: -2px;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .page-header__title {
    display: none;
  }
}

.page-header__title_mob {
  display: none;
}

@media screen and (max-width: 767px) {
  .page-header__title_mob {
    display: block;
  }
}

.page-header__anchor {
  display: -webkit-box;
  display: flex;
}

.page-header__burger {
  display: none;
}

@media screen and (max-width: 767px) {
  .page-header__burger {
    display: block;
    margin-top: -7px;
  }
}

.educators {
  padding-top: 77px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .educators {
    padding-top: 21px;
  }
  .educators:after {
    position: absolute;
    content: '';
    top: 61px;
    width: 100%;
    height: 1px;
    background: rgba(49, 57, 121, 0.2);
    box-shadow: 0px 0px 4px rgba(49, 57, 121, 0.2);
  }
}

.educators__general {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.educators__title {
  font-family: Muller, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

@media screen and (max-width: 1100px) {
  .educators__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 992px) {
  .educators__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .educators__title {
    display: none;
  }
}

.educators__filters {
  display: -webkit-box;
  display: flex;
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .educators__filters {
    margin-top: 0px;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.educators__filter-item {
  cursor: pointer;
  margin-right: 6px;
}

.educators__filter-item span {
  font-family: Muller, sans-serif;
  font-size: 16px;
  color: #242424;
  padding: 11px 22px;
  border: 1px solid #DADADA;
  border-radius: 25px;
}

.educators__filter-item span.active {
  color: #FFFFFF !important;
  background: #0086FA;
  border-color: #0086FA !important;
}

.educators__span-first {
  padding: 11px 12px 11px 11px !important;
}

.educators__span-three {
  padding: 11px 18px 11px 17px !important;
}

.educators__list {
  padding-top: 59px;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.educators__item {
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 16px 38px 16px 16px;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.educators__item.active {
  border: 1px solid #FFB500;
  -webkit-box-ordinal-group: -4;
          order: -5;
}

.educators__item.hide {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .educators__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    padding: 16px 16px 16px 16px;
    margin: auto;
    max-width: 390px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 500px) {
  .educators__item {
    max-width: 290px;
  }
}

.educators__teacher {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 30%;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.educators__teacher img {
  border-radius: 50%;
  margin-right: 16px;
  display: block;
}

@media screen and (max-width: 767px) {
  .educators__teacher {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .educators__teacher {
    align-self: center;
  }
}

.educators__profil {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.educators__name {
  font-family: TTNorms, sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #3F3F3F;
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 1100px) {
  .educators__name {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .educators__name {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .educators__name {
    font-size: 16px;
  }
}

.educators__way {
  font-family: TTNorms, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

@media screen and (max-width: 1100px) {
  .educators__way {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .educators__way {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .educators__way {
    font-size: 16px;
  }
}

.educators__course {
  font-family: Muller, serif;
  font-size: 16px;
  font-weight: 500;
  color: #3F3F3F;
  width: 30%;
  -webkit-box-ordinal-group: 1;
          order: 0;
  line-height: 1.2;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 1100px) {
  .educators__course {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .educators__course {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .educators__course {
    font-size: 16px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin-top: 24px;
  }
  .educators__course br {
    display: none;
  }
}

.educators__website {
  width: 31%;
  display: -webkit-box;
  display: flex;
  font-family: TTNorms, serif;
  font-size: 16px;
  padding-right: 20px;
  -webkit-box-ordinal-group: 1;
          order: 0;
  line-height: 1.2;
}

@media screen and (max-width: 1100px) {
  .educators__website {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .educators__website {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .educators__website {
    font-size: 16px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin-top: 48px;
    padding-right: 16px;
  }
}

.educators__website > span {
  margin-right: 23px;
}

.educators__desc {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 44px;
  line-height: 1.2;
}

@media screen and (max-width: 1100px) {
  .educators__desc {
    font-size: 13px;
  }
}

@media screen and (max-width: 992px) {
  .educators__desc {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .educators__desc {
    font-size: 16px;
  }
}

.educators__text {
  color: #35A0FF;
  margin-bottom: 8px;
}

.educators__offer {
  color: #FF5600;
}

.educators__sertified {
  display: -webkit-box;
  display: flex;
  position: relative;
  width: 10%;
  -webkit-box-ordinal-group: 1;
          order: 0;
  opacity: 0;
  -webkit-box-pack: end;
          justify-content: flex-end;
  color: #FFB500;
  font-family: Muller, serif;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 1100px) {
  .educators__sertified {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .educators__sertified {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .educators__sertified {
    font-size: 16px;
  }
}

.educators__sertified:after {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFB500;
  top: 2px;
  right: -22px;
}

@media screen and (max-width: 992px) {
  .educators__sertified:after {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .educators__sertified:after {
    width: 8px;
    height: 8px;
    right: auto;
    left: -16px;
    top: 6px;
  }
}

.educators__sertified_active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .educators__sertified {
    width: auto;
    -webkit-box-pack: center;
            justify-content: center;
    margin: auto;
    left: -55px;
  }
}

@media screen and (max-width: 500px) {
  .educators__sertified {
    left: auto;
  }
}
