@charset "UTF-8";

/*! 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.
 */

@import "tab.css";
@import "accordion.css";

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

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

* {
  box-sizing: border-box;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 */
  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;
}

.title {
  font-size: var(--title-font-size);
  font-family: var(--font-family);
  color: var(--purple-color);
  font-weight: 700;
  font-style: normal;
  line-height: 60px;
  margin: 0;
}

.text {
  color: var(--black-color-02);
  font-size: var(--font-size);
  font-family: var(--font-family);
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  margin: 0;
}

/* nunito-200 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/nunito-v26-cyrillic_latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-300 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/nunito-v26-cyrillic_latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-v26-cyrillic_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/nunito-v26-cyrillic_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-600 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/nunito-v26-cyrillic_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-700 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-v26-cyrillic_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-800 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/nunito-v26-cyrillic_latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-900 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/nunito-v26-cyrillic_latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --font-family: "Nunito";
  --black-color: #000;
  --black-color-02: #181818;
  --black-color-03: #262626;
  --white-color: #fff;
  --purple-color: #4E3F6F;
  --purple-bright-color: #735DFA;
  --purple-light-color: #DADAFF;
  --gray-blue-color: #8C8CB6;
  --dark-blue-color: #05203E;
  --blue-color: #615DFA;
  --container-offset: 95px;
  --container-width: 1320px;
  --container-padding: 10px;
  --header-offset: 150px;
  --padding: 5px;
  --offset: 10px;
  --gap: 10px;
  --shadow: 0px 2px 40px 0px rgba(97, 93, 250, 0.10);
  --shadow-02: 0px 2px 40px 0px rgba(150, 74, 0, 0.10);
  --small-border-radius: 8px;
  --border-radius: 15px;
  --title-font-size: 36px;
  --font-size: 17px;
}

button {
  cursor: pointer;
}

body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
  font-family: var(--font-family);
  background: #F2F2FE;
}

a:hover {
  filter: contrast(1.6);
}

main {
  min-height: 100%;
  flex: 1 0 auto;
}

.button {
  padding: calc(var(--padding) * 3) calc(var(--padding) * 6);
  border: none;
}

.purple {
  color: var(--purple-color);
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bold {
  font-weight: 700;
}

.card {
  border-radius: 20px;
  background: #FFF;
  box-shadow: var(--shadow);
}

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

.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.view-all {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: max-content;
  border: none;
  background: var(--white-color);
  border-radius: 20px;
  padding-right: 7px;
  padding-left: 22px;
  height: 41px;
  gap: 15px;
}
.view-all:after {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  content: "";
  background: var(--purple-light-color);
  background-image: url("./../img/svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.input {
  background: var(--white-color);
  color: var(--purple-color);
  padding: 0 30px;
  border: none;
  height: 68px;
  border-radius: 20px;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}
.input::placeholder {
  color: var(--purple-color);
}

.container-offset {
  margin-top: var(--container-offset);
}

@media (max-width: 480px) {
  :root {
    --container-padding: 20px;
    --container-offset: 30px;
  }
  .text {
    font-size: 10px;
    line-height: normal;
  }
  .title {
    font-size: 18px;
    line-height: normal;
  }
  .input {
    height: 38.5px;
    border-radius: 11.5px;
    padding: 0px 15px;
    font-size: 12px;
  }
  .view-all {
    height: 28px;
    padding: 0 10px;
  }
  .view-all p {
    display: none;
  }
  .view-all:before {
    content: "Весь список";
    font-size: 12px;
  }
  .view-all:after {
    width: 22px;
    height: 22px;
    background-size: 50%;
  }
  .simplebar-track.simplebar-vertical {
    width: 7px;
  }
}
.close {
  width: 20px;
  height: 20px;
  border: none;
  background: url("./../img/svg/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.container-wrap {
  max-width: var(--container-width);
  padding: 0 var(--container-padding);
  margin: 0 auto;
}

.container-right {
  max-width: calc((100vw - var(--container-width)) / 2 + var(--container-width));
  margin-right: auto;
  padding-right: var(--container-padding);
}

.container-left {
  max-width: calc((100vw - var(--container-width)) / 2 + var(--container-width));
  margin-left: auto;
  padding-left: var(--container-padding);
}

.padding-container-left {
  padding-left: calc((100vw - var(--container-width)) / 2 + var(--container-width));
}

.padding-container-right {
  padding-right: calc((100vw - var(--container-width)) / 2 + var(--container-width));
}

@media (max-width: var(--container-width)) {
  .padding-container-left {
    padding-left: var(--container-padding);
  }
  .padding-container-right {
    padding-right: var(--container-padding);
  }
}
label.checkbox {
  cursor: pointer;
  height: 26px;
  margin-right: 26px;
  padding-left: 41px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox input[type=checkbox],
label.checkbox input[type=radio] {
  position: absolute;
  opacity: 0;
}
label.checkbox input[type=checkbox]:checked ~ span,
label.checkbox input[type=radio]:checked ~ span {
  color: #ffffff;
  background: #735dfa url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 40% no-repeat;
  border: 2px solid #735dfa;
}
label.checkbox span {
  border-radius: 3px;
  background-color: white;
  position: absolute;
  left: 0;
  top: -2px;
  width: 26px;
  height: 26px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox.blue {
  height: 26px;
  margin-right: 26px;
  padding-left: 41px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox.blue input[type=checkbox],
label.checkbox.blue input[type=radio] {
  position: absolute;
  opacity: 0;
}
label.checkbox.blue input[type=checkbox]:checked ~ span,
label.checkbox.blue input[type=radio]:checked ~ span {
  color: #ffffff;
  background: #3785bc url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 40% no-repeat;
  border: 2px solid #3785bc;
}
label.checkbox.blue span {
  border-radius: 3px;
  background-color: white;
  position: absolute;
  left: 0;
  top: -2px;
  width: 26px;
  height: 26px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox.red {
  height: 26px;
  margin-right: 26px;
  padding-left: 41px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox.red input[type=checkbox],
label.checkbox.red input[type=radio] {
  position: absolute;
  opacity: 0;
}
label.checkbox.red input[type=checkbox]:checked ~ span,
label.checkbox.red input[type=radio]:checked ~ span {
  color: #ffffff;
  background: #dd3c3a url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 40% no-repeat;
  border: 2px solid #dd3c3a;
}
label.checkbox.red span {
  border-radius: 3px;
  background-color: white;
  position: absolute;
  left: 0;
  top: -2px;
  width: 26px;
  height: 26px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox.purple {
  height: 26px;
  margin-right: 26px;
  padding-left: 41px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox.purple input[type=checkbox],
label.checkbox.purple input[type=radio] {
  position: absolute;
  opacity: 0;
}
label.checkbox.purple input[type=checkbox]:checked ~ span,
label.checkbox.purple input[type=radio]:checked ~ span {
  color: #ffffff;
  background: #735dfa url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 40% no-repeat;
  border: 2px solid #735dfa;
}
label.checkbox.purple span {
  border-radius: 3px;
  background-color: white;
  position: absolute;
  left: 0;
  top: -2px;
  width: 26px;
  height: 26px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 480px) {
  label.checkbox.purple {
    width: auto;
    height: auto;
  }
  label.checkbox.purple span {
    width: 16px;
    height: 16px;
  }
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.nav__link {
  text-decoration: none;
  font-weight: 600;
  color: var(--purple-color);
  font-size: calc(var(--font-size) + 1px);
}

@media (max-width: 1200px) {
  .nav__link {
    font-size: calc(var(--font-size) - 1px);
  }
}
.header {
  text-align: center;
  padding-top: 34px;
  padding-bottom: 17px;
}
.header__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.header__content {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__item {
  border: none;
  height: 53px;
  width: 53px;
  min-width: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__burger {
  cursor: pointer;
  width: max-content;
  padding: 15px;
  gap: 20px;
}
.header__burger--text {
  font-weight: 700;
  color: var(--purple-color);
}
.header__burger--img {
  width: 27px;
  height: 20px;
  background: none;
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__burger--img::before {
  top: 0;
}
.header__burger--img::after {
  bottom: 0;
}
.header__burger--img::before, .header__burger--img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: rgb(202, 202, 202);
}
.header__burger--line, .header__burger::before, .header__burger::after {
  width: 20px;
  height: 2px;
  border-radius: 3px;
  background: rgb(202, 202, 202);
}
.header__shedule {
  padding-left: 12px;
  padding-right: 12px;
  width: max-content;
  gap: 13px;
}
.header__separator {
  width: 3px;
  height: 34px;
  border-radius: 10px;
  background: #E1E2EB;
}
.header__lk {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__lk--img {
  background: rgb(140, 140, 182);
}
.header__profile {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 20px;
}

@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
  .header__logo {
    display: none;
  }
  .header__list .header__item:nth-child(2) {
    display: none;
  }
  .header__list .header__item:nth-child(3) {
    display: none;
  }
  .header__list .header__item:nth-child(5) {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__profile {
    margin-left: 0;
  }
  .header .header__profile a {
    display: none;
  }
  .header__login a {
    display: block;
  }
  .header__separator {
    display: none;
  }
  .header__content {
    gap: 20px;
  }
  .header__list {
    width: 100%;
  }
  .header__list .header__item:nth-child(4) {
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .header {
    padding-top: 11px;
  }
  .header__item {
    border-radius: 10px;
    min-width: 31px;
    width: 31px;
    height: 31px;
  }
  .header__item img {
    max-height: 20px;
  }
  .header__shedule {
    width: max-content;
    gap: 7px;
  }
  .header__menu {
    width: max-content;
  }
  .header__burger {
    width: max-content;
    gap: 10px;
  }
  .header__burger--img {
    width: 14px;
    height: 12px;
  }
  .header__burger--line {
    width: 11px;
  }
  .header__list {
    gap: 5px;
  }
  .header__content {
    gap: 5px;
  }
}
.footer {
  background: var(--white-color);
  padding-top: 50px;
  padding-bottom: 40px;
}
.footer__content {
  padding-bottom: 25px;
  border-bottom: 1px solid #D6DADE;
}
.footer__nav {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer__licence--text {
  color: rgba(103, 103, 103, 0.7);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.footer__licence--text.bold {
  font-weight: 700;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__button {
  width: max-content;
  border-radius: 20px;
  padding: 20px 80px;
  color: var(--black-color);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  background: var(--purple-light-color);
  border: none;
}
.footer__container {
  display: flex;
  align-items: center;
  gap: 10%;
}
.footer__items {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__icon {
  min-width: 44px;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--purple-light-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__text {
  font-size: var(--dark-blue-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.014px;
}

@media (max-width: 1024px) {
  .footer {
    border-radius: 20px 20px 0 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .footer__nav {
    order: -1;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer__logo {
    display: none;
  }
  .footer__button {
    display: none;
  }
  .footer__bottom {
    margin-top: 18px;
    width: 100%;
  }
  .footer__items {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .footer__items {
    width: max-content;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 0 auto;
  }
  .footer__content {
    border-bottom: none;
  }
  .footer__bottom {
    margin-top: 0;
  }
  .footer__nav {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, minmax(0, 1fr));
    gap: 5px 20px;
    justify-content: space-between;
    width: max-content;
  }
}
@media (max-width: 480px) {
  .footer__icon {
    min-width: 35px;
    width: 35px;
    height: 35px;
  }
  .footer__icon img {
    width: 18px;
    height: 18px;
  }
  .footer__text {
    font-size: 11px;
  }
  .footer__items {
    gap: 20px 0px;
  }
  .footer__info .footer__text:nth-child(1) {
    font-weight: 700;
  }
  .footer__licence--text {
    font-size: 14px;
  }
  .footer__item:nth-child(1) .footer__info:after {
    content: "Телефон";
    font-size: 11px;
  }
  .footer__item:nth-child(1) .footer__info .footer__text:nth-child(2) {
    display: none;
  }
  .footer__item:nth-child(3) .footer__info:after {
    content: "Почта";
    font-size: 11px;
  }
  .footer__item:nth-child(3) .footer__info .footer__text:nth-child(2) {
    display: none;
  }
}
.breadcrumbs__container {
  list-style: none;
  display: flex;
}
.breadcrumbs__item:not(:last-child):after {
  content: " / ";
  color: #7D7D7D;
}
.breadcrumbs__link {
  text-decoration: none;
  color: #7D7D7D;
  font-size: 15px;
}

@media (max-width: 480px) {
  .breadcrumbs__link {
    font-size: 10px;
  }
  .breadcrumbs__item:not(:last-child):after {
    font-size: 10px;
  }
}
.hero {
  margin-top: 50px;
}
.hero__container {
  position: relative;
  overflow: hidden;
  height: 445px;
  border-radius: 20px;
  background: #ABBFFC;
  box-shadow: var(--shadow);
  padding: 55px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero__title {
  width: 510px;
  margin: 0;
  color: var(--purple-color);
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 68.5px;
  letter-spacing: -0.47px;
}
.hero__text {
  width: 450px;
  margin: 0;
  color: var(--black-color-03);
  font-size: 25px;
  font-style: normal;
  line-height: 30px;
  letter-spacing: -0.41px;
}
.hero__button {
  background: var(--white-color);
  font-size: var(--black-color);
  border: none;
  width: 224px;
  padding: 14px;
  border-radius: 20px;
}
.hero__img {
  bottom: 0;
  max-width: 55%;
  position: absolute;
  right: 60px;
}

@media (max-width: 1024px) {
  .hero__container {
    gap: 10px;
    height: 100%;
    padding: 25px 20px;
  }
  .hero__text {
    width: 50%;
    font-size: 18px;
  }
  .hero__title {
    width: 50%;
    font-size: 40px;
    line-height: 1;
  }
  .hero__img {
    width: 45%;
    right: 0;
  }
}
@media (max-width: 480px) {
  .hero {
    margin-top: 0;
  }
  .hero__container {
    padding: 16px;
  }
  .hero__title {
    width: 60%;
    font-size: 22px;
    line-height: 24px;
  }
  .hero__text {
    font-size: 12px;
    line-height: normal;
  }
  .hero__img {
    min-width: 186px;
    width: 186px;
    height: 186px;
    object-fit: contain;
    bottom: -30px;
    right: -25px;
  }
  .hero__button {
    width: 110px;
    height: 30px;
    font-size: 12px;
    border-radius: 10px;
    padding: 0;
  }
}
.courses {
  margin-top: var(--container-offset);
}
.courses__content {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 35px;
}
.courses__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 300px;
  padding-top: 27px;
}
.courses__title {
  margin: 0;
  color: var(--purple-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.courses__text {
  margin: 0;
  margin-top: 15px;
  color: var(--black-color);
  font-size: calc(var(--font-size) + 1px);
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
.courses__bottom {
  margin-top: auto;
  height: 54px;
  background: var(--purple-bright-color);
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.courses__time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.courses__time--text {
  color: var(--white-color);
  font-weight: 700;
  font-size: calc(var(--font-size) + 1px);
}
.courses__time:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("./../img/svg/time-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.courses__link {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: calc(var(--font-size) - 2px);
  font-weight: 400;
  line-height: 17.808px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.courses__link:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin-left: 6px;
  background: url("./../img/svg/next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 1024px) {
  .courses__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .courses__item {
    height: auto;
    gap: 20px;
  }
  .courses__title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .courses__text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .courses__bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
  .courses__time--text {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .courses__content {
    margin-top: 20px;
    gap: 10px;
  }
  .courses__title {
    font-size: 12px;
    line-height: normal;
  }
  .courses__text {
    display: none;
  }
  .courses__item {
    padding-top: 10px;
    border-radius: 8px;
  }
  .courses__time {
    gap: 5px;
  }
  .courses__time:before {
    width: 10px;
    height: 10px;
  }
  .courses__bottom {
    height: 25px;
  }
  .courses__link {
    font-size: 6.5px;
  }
  .courses__link:after {
    width: 5.5px;
    height: 5.5px;
  }
}
.teachers {
  margin-top: 75px;
}
.teachers--small-offset {
  margin-top: 10px;
}
.teachers__list {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  list-style: none;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 35px;
}
.teachers__list--page {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.teachers__img {
  border-radius: 17px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.teachers__item {
  display: flex;
  flex-direction: column;
  padding: 17px 17px 27px 17px;
  border-radius: 19.196px;
  background: var(--white-color);
  box-shadow: 0px 1.91956px 38.39127px 0px rgba(97, 93, 250, 0.1);
  height: 465px;
}
.teachers__item--page {
  grid-column-end: span 2;
}
.teachers__item--big {
  height: 465px;
  padding: 17px 17px 27px 17px;
  border-radius: 19.196px;
  background: var(--white-color);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 35px;
}
.teachers__item--small {
  display: flex;
  flex-direction: column;
  background: var(--white-color);
}
.teachers__info {
  display: flex;
  flex-direction: column;
}
.teachers__title {
  margin: 0;
  margin-top: 25px;
  color: var(--purple-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 24.787px;
}
.teachers__text {
  margin: 0;
  margin-top: auto;
  color: #8C8CB6;
  font-size: var(--font-size);
  font-weight: 500;
  line-height: 20px;
}
.teachers__text--big {
  margin-top: 20px;
}
.teachers__button {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  border: none;
  background: none;
  text-decoration: none;
  gap: 8px;
  color: #8B8B8B;
  font-size: calc(var(--font-size) + 1px);
  line-height: 21.505px;
}
.teachers__button:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin-left: 6px;
  background: url(./../img/svg/next-gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.teachers__years {
  margin: 0;
  color: var(--purple-bright-color);
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.788px;
}
.teachers__years--subtitle {
  margin: 0;
  margin-top: 9px;
  color: #8C8CB6;
  font-size: calc(var(--font-size) + 2px);
  font-weight: 500;
  line-height: 24.787px;
}
.teachers__award {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  margin-top: 30px;
  color: var(--purple-color);
  font-size: calc(var(--font-size) + 2px);
  font-weight: 700;
}
.teachers__award:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("./../img/svg/star.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 1024px) {
  .teachers__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .teachers__item--page {
    grid-column-end: span 1;
  }
  .teachers__item--big {
    display: flex;
  }
  .teachers__info {
    display: none;
  }
}
@media (max-width: 480px) {
  .teachers__item {
    border-radius: 8.5px;
    justify-content: space-between;
    max-height: 230px;
    padding: 8px;
  }
  .teachers__item--big {
    max-height: 230px;
    padding: 8px;
  }
  .teachers__item--small {
    justify-content: space-between;
  }
  .teachers__img {
    max-height: 130px;
    height: 130px;
    border-radius: 8.5px;
  }
  .teachers__title {
    margin-top: 0;
    font-size: 12px;
    line-height: 1;
  }
  .teachers__text {
    margin-top: 0;
    font-size: 10px;
    line-height: 1;
  }
  .teachers__list {
    gap: 10px;
    margin-top: 15px;
  }
}
.strategy {
  margin-top: var(--container-offset);
}
.strategy__container {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.strategy__content {
  display: flex;
  flex-direction: column;
}
.strategy__text {
  margin: 0;
  margin-top: 30px;
  color: var(--black-color);
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}
.strategy__item {
  margin-top: 24px;
  display: flex;
  gap: 30px;
}
.strategy__item:before {
  content: "";
  display: block;
  min-width: 22px;
  width: 22px;
  height: 22px;
  background: url("./../img/svg/next-purple.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.strategy__link {
  margin-top: 35px;
  text-decoration: none;
  width: max-content;
  background: var(--purple-bright-color);
  color: var(--white-color);
  border-radius: 20px;
  padding: 25px 20px;
  font-size: 20px;
  font-weight: 700;
}
.strategy__right {
  position: relative;
}
.strategy__img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.strategy__circle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: var(--white-color);
}
.strategy__circle--small {
  top: 0;
  left: 0;
  width: 20%;
}

@media (max-width: 1024px) {
  .strategy__container {
    display: flex;
    flex-direction: column;
  }
  .strategy__right {
    display: flex;
    justify-content: center;
  }
  .strategy__circle {
    width: 50%;
  }
  .strategy__circle--small {
    width: 25%;
    left: 20%;
  }
}
@media (max-width: 480px) {
  .strategy__container {
    gap: 25px;
  }
  .strategy__circle {
    width: 183px;
  }
  .strategy__circle--small {
    left: 0;
    width: 25%;
  }
  .strategy__img {
    width: 75vw;
  }
  .strategy__text {
    font-size: 14px;
    line-height: normal;
  }
  .strategy__item {
    gap: 10px;
    margin-top: 20px;
  }
  .strategy__item p {
    font-size: 14px;
  }
  .strategy__item:before {
    min-width: 20px;
    width: 20px;
  }
  .strategy__link {
    display: none;
  }
}
.questions {
  margin-top: var(--container-offset);
}
.questions__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.questions__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.questions__list {
  width: 100%;
}
.questions__accordion {
  width: 100%;
  background: var(--white-color);
  padding: 25px 35px 25px 25px;
  gap: 23px;
}
.questions__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.questions__name:after {
  transition: all 0.3s ease-out;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("./../img/svg/next-purple.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.questions__title {
  margin: 0;
  color: var(--black-color);
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
}
.accordion-active {
  display: flex;
  flex-direction: column;
}
.accordion-active .accordion__top:after {
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .questions__accordion {
    padding: 15px;
  }
  .questions__title {
    font-size: 18px;
  }
  .questions__text {
    font-size: 14px;
  }
  .questions__name {
    gap: 10px;
  }
  .questions__name:after {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 480px) {
  .questions__container {
    gap: 15px;
  }
  .questions__accordion {
    gap: 5px;
  }
  .questions__title {
    font-size: 16px;
  }
  .questions__text {
    font-size: 12px;
  }
}
.partners {
  margin-top: var(--container-offset);
}
.partners__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.partners__content {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 35px;
}
.partners__item {
  height: 156px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners__item img {
  max-width: 80%;
  max-height: 80%;
}

@media (max-width: 768px) {
  .partners__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .partners__content {
    gap: 10px;
  }
  .partners__item {
    height: 50px;
    border-radius: 6px;
  }
}
.form {
  margin-bottom: var(--container-offset);
  margin-top: var(--container-offset);
}
.form__container {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(180deg, #DADAFF 0%, #ABBFFC 100%);
  padding: 50px 60px 40px 50px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.form__container:before {
  content: "";
  position: absolute;
  bottom: -15%;
  width: 39%;
  z-index: 1;
  aspect-ratio: 1/1;
  background: url("./../img/contact.png");
  background-repeat: no-repeat;
  background-position: center;
}
.form__title {
  font-size: 50px;
}
.form__content {
  max-width: 600px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px 35px;
  position: relative;
  z-index: 2;
}
.form__label {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.form__label:nth-child(5) {
  grid-column-end: span 2;
}
.form__text {
  margin: 0;
  color: var(--purple-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.form__textarea {
  height: 100px;
  resize: none;
}
.form__left {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.form__subtitle {
  margin: 0;
  color: var(--black-color);
  font-size: 20px;
}
.form__button {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 700;
  width: max-content;
  padding: 20px 40px;
  background: var(--blue-color);
  border-radius: 20px;
}

@media (max-width: 1024px) {
  .form__left {
    align-self: start;
  }
  .form__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 250px;
  }
  .form__container:before {
    bottom: -125px;
    width: 480px;
  }
}
@media (max-width: 480px) {
  .form__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  .form__label {
    gap: 7px;
  }
  .form__container {
    padding: 25px 25px 150px 25px;
    gap: 15px;
  }
  .form__container:before {
    bottom: -50px;
    width: 240px;
    height: 240px;
    background-size: contain;
  }
  .form__text {
    font-size: 10px;
  }
  .form__button {
    font-size: 13px;
    padding: 0;
    height: 35px;
    width: 100%;
  }
  .form__title {
    font-size: 24px;
  }
  .form__subtitle {
    font-size: 9px;
  }
  .form__left {
    gap: 10px;
  }
}
.slider {
  margin-top: var(--container-offset);
}
.slider--small {
  margin-top: 10px;
}
.slider__filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.slider__content {
  margin-top: 20px;
}
.slider__item {
  display: flex;
  position: relative;
  box-shadow: var(--shadow-02);
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(171, 191, 252, 0) 15.1%, rgba(157, 169, 221, 0.7) 44.79%, #8C8CB6 81.67%);
}
.slider__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.slider__wrapper {
  margin-top: auto;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
.slider__tools {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.slider__date {
  width: 90px;
  height: 30px;
  background: var(--white-color);
  color: #747474;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider__title {
  margin: 0;
  margin-top: 15px;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.slider__text {
  margin: 0;
  margin-top: 12px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  color: var(--white-color);
  font-size: 16px;
}
.slider__text--big {
  -webkit-line-clamp: 4;
}
.slider__events {
  display: flex;
  gap: 10px;
}
.slider__event {
  color: var(--white-color);
  font-weight: 500;
  padding: 5px 15px;
  border: 1px solid var(--white-color);
  border-radius: 10px;
}
.slider__view-all {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider__view-all--text {
  text-decoration: none;
}
.slider__view-all--text:before {
  content: "Подробнее";
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
}
.slider__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider__bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.slider__tool {
  cursor: pointer;
  position: relative;
  min-width: 42px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
}
.slider__tool.swiper-button-disabled {
  background-color: inherit;
}
.slider__prev {
  background-image: url("./../img/svg/next-purple.svg");
  transform: rotate(180deg);
}
.slider__next {
  background-image: url("./../img/svg/next-purple.svg");
}
.slider__bullet {
  background: none;
}
.slider__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--black-color);
  font-size: 20px;
  gap: 15px;
}
.slider__link:before {
  content: "";
  display: block;
  background-image: url("./../img/svg/next-purple.svg");
  transform: rotate(90deg);
  cursor: pointer;
  position: relative;
  min-width: 42px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
}
.slider__top {
  display: flex;
  align-items: center;
  gap: 20px;
}
.slider__news {
  margin-left: auto;
  color: var(--black-color);
}
.slider__tag {
  border-radius: 10px;
  border: 1px solid #8C8CB6;
  padding: 8px 12px;
  text-decoration: none;
}
.slider__select {
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background: #ABBFFC;
  gap: 3px;
}
.slider__select select {
  border: none;
  padding: 0;
  -webkit-appearance: none;
  text-align: center;
}
.slider__select:before {
  content: "";
  display: block;
  width: 15px;
  height: 11px;
  background: url("../img/svg/burger-small.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1024px) {
  .slider__tag {
    display: none;
  }
}
@media (max-width: 768px) {
  .slider__bottom {
    display: none;
  }
  .slider__events {
    flex-direction: column;
  }
  .slider__tools {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .slider__content {
    margin-top: 10px;
  }
  .slider__container {
    padding: 0;
    padding-left: 20px;
  }
  .slider__wrapper {
    padding: 10px;
  }
  .slider__item {
    height: 260px;
  }
  .slider__news {
    display: none;
  }
  .slider__top {
    justify-content: space-between;
    margin-right: 20px;
  }
  .slider__date {
    font-size: 12px;
    width: 64px;
    height: 23px;
  }
  .slider__title {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1;
  }
  .slider__text {
    font-size: 12px;
    margin-top: 6px;
  }
  .slider__event {
    font-size: 10px;
    width: max-content;
  }
  .slider__tools {
    margin-top: 6px;
  }
  .slider__view-all {
    justify-content: start;
  }
  .slider__view-all:before {
    font-size: 10px;
  }
  #sliderBig .slider__tools {
    flex-direction: column;
  }
}
.problem {
  margin-top: var(--container-offset);
}
.problem__content {
  margin-top: 111px;
  display: grid;
  align-items: center;
  gap: 7px;
  grid-template-columns: 3.7fr 1fr 3.7fr 1fr 3.7fr;
}
.problem__item {
  position: relative;
  border-radius: 20px;
  padding: 50px 40px;
  text-align: center;
  height: 275px;
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.problem__text {
  color: var(--black-color);
  font-size: 22.5px;
  font-weight: 700;
  margin: 0;
}
.problem__img {
  position: absolute;
  top: -55px;
}
.problem__separator {
  width: 100%;
  height: 1px;
  background: url("./../img/problem/path.svg");
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .problem__separator {
    display: none;
  }
  .problem__content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
  }
  .problem__item {
    height: auto;
    min-height: 150px;
    margin: 0 50px;
  }
  .problem__text {
    padding: 10px 0;
  }
}
@media (max-width: 480px) {
  .problem__content {
    margin-top: 40px;
  }
  .problem__text {
    padding: 0;
    font-size: 14px;
  }
  .problem__item {
    min-height: 167px;
    padding: 75px 30px 40px;
  }
  .problem__img {
    top: -33.5px;
    height: 67px;
    width: 67px;
  }
}
.order {
  margin-top: calc(var(--container-offset) * 1.4);
}
.order__container {
  display: grid;
  grid-template-columns: 5.7fr 6.8fr;
  gap: 68px;
  overflow: hidden;
}
.order__title {
  margin: 0;
  color: var(--white-color);
  font-size: 36px;
  font-weight: 700;
}
.order__title--gray {
  color: #545454;
}
.order__subtitle {
  margin: 0;
  color: var(--white-color);
  font-size: 24px;
  font-weight: 700;
}
.order__subtitle--gray {
  color: #A2A2A2;
}
.order__direction {
  padding: 50px 5px 65px 40px;
  background: var(--purple-bright-color);
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.order__content {
  padding: 50px 50px 65px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.order__checkbox {
  margin: 0;
  color: var(--white-color);
  font-size: 20px;
}
.order__checkbox--border .indicator {
  border: 1px solid #D6DADE;
}
.order__choose {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.order__input {
  border: 1px solid #D6DADE;
}
.order__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px 35px;
}
.order__field {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.order__gray {
  margin: 0;
  color: #B2B2B2;
  font-size: 16px;
}
.order__text {
  margin: 0;
  color: var(--purple-color);
  font-size: 16px;
  font-weight: 700;
}
.order__button {
  height: 58px;
  border-radius: 20px;
  background: var(--purple-bright-color);
  color: var(--white-color);
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .order__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .order__direction {
    padding: 20px;
  }
  .order__content {
    padding: 20px;
    gap: 10px;
  }
  .order__fields {
    grid-template-rows: repeat(4, auto);
  }
}
@media (max-width: 480px) {
  .order__container {
    gap: 0;
  }
  .order__direction {
    padding: 15px;
    gap: 5px;
  }
  .order__choose {
    margin-top: 15px;
  }
  .order__content {
    padding: 15px;
  }
  .order__title {
    font-size: 18px;
  }
  .order__subtitle {
    font-size: 14px;
    font-weight: 400;
  }
  .order__checkbox {
    font-size: 12px;
    width: 100% !important;
  }
  .order__fields {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .order__field {
    gap: 7px;
  }
  .order__text {
    font-size: 10px;
  }
  .order__button {
    border-radius: 8px;
    height: 34px;
    font-size: 13px;
    padding: 0;
  }
  .order__gray {
    font-size: 12px;
  }
}
.about {
  margin-top: var(--container-offset);
}
.about__container {
  display: grid;
  grid-template-columns: 5.7fr 6.8fr;
  gap: 68px;
}
.about__left {
  display: flex;
  height: 960px;
  background-image: url("./../img/about.png");
  background-repeat: no-repeat;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.about__left:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  height: 480px;
  width: 100%;
  background-image: url("./../img/svg/about.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.about__quote {
  padding: 40px 50px;
  position: relative;
  z-index: 2;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.about__quote--img {
  height: 66px;
  width: max-content;
}
.about__quote--img:nth-child(3) {
  margin-left: auto;
}
.about__quote--text {
  margin: 0;
  color: var(--white-color);
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 25px;
}
.about__text {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.about__title {
  line-height: 40px;
}
.about__img {
  grid-row-end: span 2;
}
.about__info {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background: var(--white-color);
}
.about__info--top {
  color: var(--white-color);
  background: var(--purple-bright-color);
  font-size: 25px;
  font-weight: 700;
  padding: 20px 50px;
}
.about__info--title {
  margin: 0;
  color: #181818;
  font-size: 22px;
  font-weight: 700;
}
.about__info--wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about__items {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 10px 20px 40px 30px;
}
.about__item {
  display: grid;
  grid-template-columns: 169px auto;
  align-items: center;
  gap: 10px 25px;
}
.about__item .text {
  grid-column: 2;
}
.about__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .about__content {
    gap: 30px;
  }
  .about__items {
    padding: 0 16px;
  }
  .about__item {
    margin-top: 10px;
    grid-template-columns: 100px auto;
  }
  .about__info {
    padding-bottom: 10px;
  }
  .about__img {
    height: 100px;
    width: 100px;
  }
  .about__container {
    display: flex;
    flex-direction: column-reverse;
  }
  .about__left {
    background-size: 100%;
  }
  .about__left:after {
    height: 360px;
  }
}
@media (max-width: 768px) {
  .about__quote {
    margin-top: 0;
  }
  .about__left {
    display: flex;
    align-items: end;
    background-size: cover;
    background-position: center;
  }
  .about__left:after {
    height: 450px;
  }
}
@media (max-width: 480px) {
  .about__text {
    gap: 10px;
  }
  .about__container {
    gap: 30px;
  }
  .about__content {
    gap: 10px;
  }
  .about__quote {
    padding-left: 16px;
    padding-right: 16px;
  }
  .about__quote--img:nth-child(1) {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 42px;
    height: 32px;
  }
  .about__quote--img:nth-child(3) {
    position: absolute;
    width: 42px;
    height: 32px;
    bottom: 16px;
    right: 16px;
  }
  .about__quote--text {
    position: relative;
    z-index: 2;
    font-size: 12px;
    line-height: 14px;
  }
  .about__left {
    height: 480px;
  }
  .about__left:after {
    height: 240px;
    background-position: inherit;
  }
  .about__img {
    grid-row-end: span 1;
    grid-row: 1;
    width: 60px;
    height: 36px;
  }
  .about__info {
    margin-top: 20px;
  }
  .about__info--top {
    padding: 13px 16px;
    font-size: 18px;
  }
  .about__info--title {
    font-size: 14px;
  }
  .about__info p {
    font-size: 12px;
  }
  .about__item {
    grid-template-columns: 60px auto;
  }
  .about__item .text {
    grid-column: 1;
    grid-column-end: span 2;
  }
}
.study__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.study__link {
  text-decoration: none;
  height: 121px;
  width: 100%;
  padding: 33px;
  display: flex;
  align-items: center;
  gap: 33px;
}
.study__text {
  margin: 0;
  color: var(--black-color);
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .study__text {
    font-size: 20px;
  }
  .study__link {
    height: max-content;
    padding: 20px;
    gap: 20px;
  }
  .study__link img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .study__text {
    font-size: 16px;
  }
  .study__link {
    height: 37px;
    gap: 12px;
  }
  .study__link img {
    height: 17px;
  }
  .study__link--column {
    height: 70px;
  }
  .study__link--column p {
    font-size: 18px;
  }
  .study__link--column img {
    height: 47px;
  }
}
@media (max-width: 480px) {
  .study__link {
    padding: 10px;
    border-radius: 7px;
  }
  .study__link--column {
    height: 70px;
  }
  .study__link--column p {
    font-size: 14px;
  }
  .study__link--column img {
    height: 37px;
  }
  .study__text {
    font-size: 10px;
  }
  .study__links {
    justify-content: space-between;
    height: 100%;
  }
  .study__links--column {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .study__container {
    height: 100%;
  }
}
.new {
  margin-top: 30px;
}
.new__text {
  margin: 0;
  margin-top: 28px;
  color: #505050;
  font-size: 20px;
  line-height: 30px;
}
.new__info {
  display: grid;
  grid-template-columns: minmax(0, 590px) minmax(0, 520px);
  gap: 45px;
}
.new__img {
  max-width: 100%;
  border-radius: 20px;
  aspect-ratio: 58/37;
  object-fit: cover;
}
.new__title {
  line-height: 50px;
}
.new__tags {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.new__tag {
  color: #8C8CB6;
  text-align: center;
  font-weight: 500;
  line-height: normal;
  padding: 6px 15px;
  border: 1px solid #8C8CB6;
  border-radius: 10px;
  width: max-content;
}
.new__date {
  margin-top: 20px;
  background: #8C8CB6;
  color: var(--white-color);
  font-weight: 700;
  padding: 6px 15px;
  border: 1px solid #8C8CB6;
  border-radius: 10px;
  width: max-content;
}
.new__download {
  margin-top: 35px;
  background: none;
  border: none;
  display: grid;
  grid-template-columns: 40px auto;
  gap: 5px 20px;
  justify-content: start;
}
.new__download p {
  text-align: start;
}
.new__download img {
  grid-row-end: span 2;
}
.new__download--title {
  margin: 0;
  color: var(--black-color);
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .new__info {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  .new__text {
    font-size: 14px;
    line-height: 18px;
    margin-top: 30px;
  }
  .new__title {
    line-height: normal;
  }
  .new__tags {
    margin-top: 10px;
  }
  .new__date {
    margin-top: 10px;
  }
  .new__download {
    margin-top: 10px;
    align-items: center;
  }
  .new__download img {
    width: 30px;
    height: 30px;
  }
  .new__download--title {
    font-size: 14px;
  }
  .new__info {
    gap: 15px;
  }
}
.lk__container--grid {
  display: grid;
  grid-template-columns: 410px auto 1fr;
  gap: 63px;
}
.lk__container--columns {
  grid-template-columns: 410px auto;
  gap: 30px 63px;
}
.lk__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lk__top--back {
  display: grid;
  grid-template-columns: 410px auto 1fr;
  justify-content: start;
  gap: 63px;
}
.lk__content {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 410px auto;
  gap: 63px;
}
.lk__links {
  display: flex;
  flex-direction: column;
}
.lk__settings {
  align-self: center;
  height: max-content;
  color: var(--black-color);
  justify-self: end;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 30px;
  box-shadow: var(--shadow-02);
  border: none;
  padding: 10px 18px;
}
.lk__settings:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("./../img/svg/settings.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.lk__photo {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
}
.lk__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.lk__upload {
  position: absolute;
  right: 15px;
  bottom: 20px;
}
.lk__upload--button {
  font-size: 16px;
  font-weight: 700;
  color: var(--white-color);
  border: none;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.3);
  padding: 5px 15px;
}
.lk__upload input {
  display: none;
}
.lk__user {
  border-radius: 20px;
  padding: 15px 15px 20px 15px;
  background: var(--white-color);
  height: max-content;
}
.lk__status {
  margin-top: 20px;
  color: var(--white-color);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  padding: 18px;
  border-radius: 20px;
  background: var(--purple-bright-color);
}
.lk__status--mobile {
  display: none;
}
.lk__fields {
  height: max-content;
  grid-column-end: span 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 25px;
}
.lk__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lk__field--big {
  grid-column-end: span 2;
}
.lk__input {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: start;
  box-shadow: var(--shadow);
}
.lk__text {
  margin: 0;
  color: var(--purple-color);
  font-size: 16px;
  font-weight: 700;
}
.lk__return {
  display: flex;
  align-items: center;
  gap: 30px;
}
.lk__back {
  width: 19px;
  height: 19px;
  border: none;
  background: url("./../img/svg/next-purple.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: none;
  transform: rotate(180deg);
}
.lk__back--secondary {
  width: max-content;
  background: var(--white-color);
  color: var(--black-color);
  text-decoration: none;
  font-size: 16px;
  padding: 12px 23px 12px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 20px;
  background: var(--white-color);
}
.lk__back--secondary:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("./../img/svg/arrow-back.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.lk__contacts {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  gap: 25px;
  padding: 0 15px;
}
.lk__contact {
  display: grid;
  grid-template-columns: 25px auto;
  align-items: center;
  gap: 8px 20px;
}
.lk__contact--img {
  grid-row-end: span 2;
}
.lk__contact--text {
  margin: 0;
  color: var(--dark-blue-color);
  font-size: 14px;
  font-weight: 400;
}
.lk__contact--title {
  margin: 0;
  color: var(--dark-blue-color);
  font-size: 17px;
  font-weight: 700;
}
.lk__title {
  margin: 0;
  color: var(--purple-color);
  font-size: 20px;
  font-weight: 700;
}
.lk__list {
  margin-top: 30px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.lk__list--content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lk__list--item {
  color: var(--dark-blue-color);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.lk__list--item:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: var(--dark-blue-color);
}
.lk__center {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: start;
}
.lk__name {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.lk__info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.lk__resume {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lk__resume--content {
  display: flex;
  gap: 20px;
}
.lk__resume--content:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #8C8CB6;
}
.lk__resume--text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lk__resume--text p {
  margin: 0;
  color: var(--black-color);
  font-size: 16px;
}
.lk__experience {
  display: flex;
  gap: 10%;
}
.lk__experience--item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lk__experience--title {
  margin: 0;
  color: var(--purple-bright-color);
  font-size: 70px;
  font-weight: 700;
}
.lk__link--mobile {
  display: none;
}

@media (max-width: 1024px) {
  .lk__container--grid {
    gap: 30px;
    grid-template-rows: max-content 121px max-content;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  }
  .lk__container--grid > p {
    display: none;
  }
  .lk__container--columns > p {
    display: inline;
    height: max-content;
  }
  .lk__content {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
    gap: 5%;
  }
  .lk__return {
    grid-column-end: span 2;
    grid-row: 1;
  }
  .lk__links {
    gap: 7px;
  }
  .lk__link--mobile {
    grid-row: 2;
    display: flex;
  }
  .lk__top--back {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
  }
  .lk__top--back > p {
    display: none;
  }
  .lk__fields {
    grid-row: 4;
    grid-column-end: span 2;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .lk__field--big {
    grid-column-end: span 1;
  }
  .lk__settings {
    grid-row: 3;
    grid-column: 2;
    align-self: start;
    justify-self: start;
  }
  .lk__user {
    grid-row: 2;
    grid-row-end: span 2;
  }
  .lk__back--secondary {
    background: none;
    grid-column: span 2;
  }
  .lk__info {
    grid-column: 1;
    grid-column-end: span 2;
  }
  .lk__contacts {
    display: none;
  }
  .lk__list {
    display: none;
  }
  .lk__status--mobile {
    font-size: 15px;
    display: block;
  }
}
@media (max-width: 480px) {
  .lk__container--grid {
    gap: 12px;
    grid-template-rows: max-content 37px max-content;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  }
  .lk__container--grid > p {
    display: none;
  }
  .lk__container--columns > p {
    display: inline;
  }
  .lk__status {
    margin-top: 5px;
    font-size: 7.5px;
    padding: 4px 8px;
  }
  .lk__user {
    padding: 6px 4px;
    border-radius: 5px;
  }
  .lk__title {
    font-size: 18px;
  }
  .lk__upload {
    width: calc(100% - 30px);
    bottom: 7px;
    left: 15px;
    right: 15px;
  }
  .lk__upload--button {
    width: 100%;
    font-size: 7px;
    border-radius: 5px;
  }
  .lk__photo img {
    border-radius: 5px;
  }
  .lk__settings {
    gap: 10px;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 7px;
  }
  .lk__field {
    gap: 7px;
  }
  .lk__text {
    font-size: 10px;
  }
  .lk__fields {
    gap: 10px;
  }
  .lk__back {
    width: 12px;
    height: 12px;
  }
  .lk__back--secondary {
    font-size: 12px;
  }
  .lk__return {
    gap: 10px;
  }
  .lk__input.lk__title {
    font-size: 12px;
  }
  .lk__experience--item {
    gap: 5px;
  }
  .lk__experience--title {
    font-size: 30px;
  }
  .lk__experience .lk__title {
    font-size: 11px;
  }
  .lk__resume--text p {
    font-size: 14px;
  }
}
.shedule__top {
  display: flex;
  align-items: center;
  gap: 25px;
}
.shedule__month {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.shedule__next {
  cursor: pointer;
  border: none;
  width: 14px;
  height: 14px;
  background: url("./../img/svg/next-gray-blue.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.shedule__back {
  cursor: pointer;
  border: none;
  width: 14px;
  height: 14px;
  background: url("./../img/svg/next-gray-blue.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.shedule__current {
  margin: 0;
  color: #8C8CB6;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}
.shedule__select {
  border: none;
  padding: 15px 16px 15px 27px;
  margin: 0;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  background: var(--gray-blue-color);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.shedule__select:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("./../img/svg/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.shedule__table {
  margin-top: 30px;
  background: var(--white-color);
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-radius: 10px;
  overflow: hidden;
}
.shedule__day {
  background: var(--purple-bright-color);
  color: var(--white-color);
  padding: 14px 25px;
  font-size: 18px;
  font-weight: 700;
}
.shedule__content {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 165px;
}
.shedule__content:not(:nth-last-child(-n+7)) {
  border-bottom: 1px solid #E5E5E5;
}
.shedule__content:not(:nth-child(7n)) {
  border-right: 1px solid #E5E5E5;
}
.shedule__content--active {
  border: 1px solid var(--purple-bright-color) !important;
  background: rgba(115, 93, 250, 0.05);
}
.shedule__num {
  margin: 0;
  color: var(--purple-bright-color);
  font-size: 20px;
  font-weight: 700;
  opacity: 0.5;
}
.shedule__title {
  margin: 0;
  color: var(--black-color);
  font-size: 20px;
  font-weight: 700;
}
.shedule__tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
}
.shedule__tag {
  margin: 0;
  display: flex;
  padding: 5px 7px;
  color: #05203E;
  font-size: 13px;
  font-weight: 400;
  border-radius: 10px;
  border: 1px solid #DADAFF;
}
.shedule__tag--blue {
  background: #DADAFF;
}
.shedule__name {
  margin: 0;
  color: #05203E;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .shedule__container {
    padding: 0;
  }
  .shedule__table {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }
  .shedule__day {
    display: none;
  }
  .shedule__top {
    padding: 0 var(--container-padding);
  }
  .shedule__title {
    height: max-content;
  }
  .shedule__num {
    height: max-content;
  }
  .shedule__content {
    display: grid;
    grid-template-columns: max-content auto;
    grid-template-rows: max-content max-content max-content;
    min-height: max-content;
    gap: 10px 20px;
  }
  .shedule__content:nth-child(7n+1):before {
    content: "пн";
  }
  .shedule__content:nth-child(7n+2):before {
    content: "вт";
  }
  .shedule__content:nth-child(7n+3):before {
    content: "ср";
  }
  .shedule__content:nth-child(7n+4):before {
    content: "чт";
  }
  .shedule__content:nth-child(7n+5):before {
    content: "пт";
  }
  .shedule__content:nth-child(7n+6):before {
    content: "сб";
  }
  .shedule__content:nth-child(7n+7):before {
    content: "вс";
  }
  .shedule__num {
    grid-column: 1;
  }
  .shedule__title {
    line-height: normal;
    grid-column: 2;
    grid-row: 2;
  }
  .shedule__name {
    grid-column: 2;
  }
  .shedule__tags {
    grid-row: 1;
    grid-column: 2;
    align-self: flex-start;
    justify-content: start;
    gap: 10px;
  }
  .shedule__content:not(:last-child):nth-last-child(-n+7) {
    border-bottom: 1px solid #E5E5E5;
  }
}
@media (max-width: 768px) {
  .shedule__top {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
  .shedule__select {
    width: 100%;
    justify-content: space-between;
    height: 30px;
    font-size: 10px;
  }
  .shedule__back {
    display: none;
  }
  .shedule__next {
    transform: rotate(90deg);
  }
  .shedule__current {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 480px) {
  .shedule__title {
    font-size: 16px;
  }
}
.gradebook {
  margin-bottom: 45px;
}
.gradebook__container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.gradebook__table {
  display: flex;
  flex-direction: column;
}
.gradebook__top {
  display: flex;
  align-items: center;
  gap: 60px;
}
.gradebook__text {
  color: var(--purple-color);
  font-size: 14px;
}
.gradebook__institution {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 47px;
  padding: 0 20px;
  background: var(--white-color);
  color: var(--gray-blue-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.41px;
  border-radius: 10px;
}
.gradebook__content {
  padding-left: 30px;
  height: 90px;
  display: grid;
  grid-template-columns: auto 100px 310px;
  gap: 60px;
  align-items: center;
  background: var(--white-color);
  border-radius: 20px;
  box-shadow: var(--shadow);
  margin-bottom: 25px;
}
.gradebook__header {
  height: max-content;
  background: inherit;
  box-shadow: none;
  padding-left: 0px;
  margin-bottom: 15px;
}
.gradebook__date {
  margin: 0;
}
.gradebook__title {
  margin: 0;
  color: var(--black-color);
  font-size: 18px;
  font-weight: 700;
}
.gradebook__status {
  display: flex;
  gap: 33px;
  align-items: center;
  justify-content: end;
}
.gradebook__status:after {
  content: "";
  display: block;
  height: 90px;
  width: 90px;
  border-radius: 10px;
}
.gradebook__status--waiting:after {
  background: url("./../img/svg/time-white.svg") no-repeat center/42px 42px, linear-gradient(204deg, #615DFA 13.97%, #ABBFFC 87.89%);
}
.gradebook__status--accept:after {
  background: url("./../img/svg/accept.svg") no-repeat center/42px 42px, linear-gradient(204deg, #6CFE55 13.97%, #7FCF18 87.89%);
}
.gradebook__status--reject:after {
  background: url("./../img/svg/accept.svg") no-repeat center/42px 42px, linear-gradient(180deg, #FFBDBF 0%, #FC6B71 99.9%);
}

@media (max-width: 768px) {
  .gradebook__institution {
    display: none;
  }
  .gradebook__content {
    display: flex;
    flex-direction: column;
    height: max-content;
    gap: 10px;
    padding: 12px 16px;
    align-items: start;
  }
  .gradebook__header {
    display: none;
  }
  .gradebook__status {
    flex-direction: row-reverse;
  }
  .gradebook__status:after {
    width: 33px;
    height: 33px;
    background-size: 50%, 100%;
  }
}
@media (max-width: 480px) {
  .gradebook__title {
    font-size: 14px;
  }
  .gradebook__status {
    font-size: 11px;
    gap: 13px;
  }
  .gradebook__date {
    font-size: 11px;
  }
  .gradebook__content {
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .gradebook__container {
    gap: 10px;
  }
}
.fancybox__backdrop {
  background: rgba(5, 0, 64, 0.8);
}

.fancybox__slide {
  padding: 0;
}

.simplebar-scrollbar:before {
  background-color: var(--gray-blue-color);
}

.modal {
  height: 100vh;
  width: 768px;
  max-width: calc(100% - 20px);
}
.modal > button {
  display: none;
}
.modal--left {
  align-self: start;
  border-radius: 0 50px 50px 0;
}
.modal--end {
  align-self: end;
  margin-left: auto;
  border-radius: 50px 0 0 50px;
}

@media (max-width: 480px) {
  .modal--left {
    border-radius: 0 15px 15px 15px;
  }
  .modal--end {
    border-radius: 0 15px 15px 15px;
    align-self: start;
    margin-left: 0;
  }
}
.auth {
  padding: 0;
}
.auth__container {
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.auth__top {
  padding: 0 85px;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.auth__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: var(--white-color);
}
.auth__fields {
  padding: 0 85px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 35px;
}
.auth__passwords {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 35px;
}
.auth__field {
  align-self: end;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.auth__field--full {
  grid-column-end: span 2;
}
.auth__text {
  margin: 0;
  color: var(--purple-color);
  font-size: 16px;
}
.auth__input {
  border: 1px solid var(--gray-blue-color);
}
.auth__bottom {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 0 85px;
  margin-top: auto;
  border-radius: 50px 0px 0px 50px;
  background: #F2F2FE;
  padding-top: 40px;
  padding-bottom: 40px;
}
.auth__checkbox {
  color: #313131;
}
.auth__button {
  width: 184px;
  font-size: 16px;
  color: var(--white-color);
  background: var(--purple-bright-color);
  font-weight: 700;
  border-radius: 20px;
}
.auth__select {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: var(--purple-color);
  background: rgb(242, 242, 254);
  justify-content: space-between;
}
.auth__select--content {
  background: rgb(242, 242, 254);
  border: none;
  -webkit-appearance: none;
}
.auth__select:before {
  display: none !important;
}
.auth__select:after {
  content: "";
  display: block;
  width: 18px;
  height: 13px;
  background: url("./../img/svg/arrow-purple.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 768px) {
  .auth__fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .auth__field {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .auth__top {
    padding-left: 20px;
    padding-right: 20px;
  }
  .auth__fields {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .auth__bottom {
    padding: 20px;
  }
  .auth__passwords {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .auth__bottom {
    border-radius: 15px 15px 0 0;
  }
}
.menu__container,
.notification__container {
  max-height: 100%;
  height: 100%;
  overflow: hidden;
}
.menu__top,
.notification__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: start;
  gap: 10px;
}
.menu__close,
.notification__close {
  margin-left: auto;
}
.notification__select {
  background: var(--gray-blue-color);
  width: max-content;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  gap: 10px;
}
.notification__select:before {
  display: block;
  content: "";
  background: url("./../img/svg/menu-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 15px;
  width: 15px;
  height: 15px;
}
.notification__select--content {
  border: none;
  background: var(--gray-blue-color);
  color: var(--white-color);
  -webkit-appearance: none;
}
.notification__title {
  margin: 0;
  color: var(--purple-color);
  font-size: 20px;
  font-weight: 700;
}
.notification__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.notification__list {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  list-style: none;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.notification__item {
  padding: 20px 30px;
  border-radius: 20px;
  border: 1px solid #E8E8E8;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.notification__item:not(:first-child) {
  margin-top: 30px;
}
.notification__date {
  padding: 11px 15px;
  border-radius: 10px;
  background: #DADAFF;
  font-size: 14px;
}
.notification__date span {
  font-weight: 700;
}
.notification__view-all {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 700;
}
.notification__view-all:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("./../img/svg/next-purple.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .notification {
    padding: 20px;
  }
  .menu__top,
  .notification__top {
    justify-content: space-between;
  }
  .menu__close,
  .notification__close {
    display: none;
  }
  .notification__select--content {
    font-size: 12px;
  }
  .notification__list {
    margin-top: 15px;
    padding-left: 10px;
  }
  .notification__item {
    padding: 10px 15px;
  }
  .notification__title {
    font-size: 14px;
  }
  .notification__text {
    font-size: 12px;
  }
  .notification__date {
    font-size: 8.5px;
  }
  .notification__view-all {
    font-size: 8.5px;
  }
  .notification__view-all:after {
    width: 10px;
    height: 10px;
  }
  .notification__item:not(:first-child) {
    margin-top: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
