/* stylelint-disable */

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

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

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

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

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

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

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

/* 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] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

/**
* 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-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  font-family: inherit;
  /* 1 */
}

/**
* 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 {
  padding: 0;
  border-style: none;
}

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

/**
* 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 {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* 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;
}

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

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

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

html {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Futura PT", sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  height: 100%;
  background: #FFF;
}

a {
  color: #000000;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea {
  resize: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000;
}

input,
textarea {
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  border-radius: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

select,
textarea,
input:matches([type=email],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

button {
  cursor: pointer;
  background: unset;
  padding: 0;
  border: unset;
}

a {
  color: inherit;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  /* stylelint-disable-next-line */
  min-height: calc(100 * var(--vh, 1vh));
}

.wrapper .header,
.wrapper .footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

.rouble {
  font-family: "Rouble", "Arial", sans-serif;
  /* stylelint-disable */
  text-transform: lowercase !important;
  font-weight: 400 !important;
  /* stylelint-enable */
}

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

.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-transition {
  /* stylelint-disable-next-line */
  -webkit-transition: none !important;
  transition: none !important;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.header {
  background: #FFF;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: 111;
}

.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-right: 20px;
  margin-left: 60px;
  padding: 0;
  list-style: none;
}

.main-nav__item {
  margin-right: 20px;
}

.main-nav__link {
  color: #ffffff;
}

.main-nav__link.is-active {
  opacity: 0.6;
}

.main-nav__toggle {
  display: none;
}

.footer {
  padding: 40px 0;
  background-color: #2c39f2;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 60px 40px;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__content {
  position: relative;
  width: 600px;
  padding: 40px;
  background-color: #ffffff;
}

.fancybox-slide .modal__close-btn {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  background: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer;
}

.modal--responsive .modal__content {
  width: 100%;
}

.modal--fit-content .modal__content {
  width: auto;
}

.modal--no-scale {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal--preload {
  -webkit-transition: none;
  transition: none;
}

.modal.is-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

[data-accordion=element].is-active > [data-accordion=content] {
  max-height: 100%;
}

[data-accordion=parent].no-transition [data-accordion=content] {
  -webkit-transition: none;
  transition: none;
}

[data-accordion=content] {
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
}

.fancybox-slide .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background: var(--Main-colors-Dark-grey, #333);
  color: var(--Main-colors-White, #FFF);
  font-weight: 450;
  padding: 13px;
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid var(--Main-colors-Dark-grey, #333);
  outline: none;
  min-height: 52px;
}

.fancybox-slide .btn.focus-visible:focus {
  background: var(--Main-colors-White, #FFF);
  color: var(--Main-colors-Dark-grey, #333);
}

.fancybox-slide .btn--bordered {
  background: var(--Main-colors-White, #FFF);
  color: var(--Main-colors-Dark-grey, #333);
}

.fancybox-slide .btn--bordered.focus-visible:focus {
  background: var(--Main-colors-Dark-grey, #333);
  color: var(--Main-colors-White, #FFF);
}

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

.lk {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5fr;
  grid-template-columns: 1fr 2.5fr;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.lk__wrapper {
  background: var(--Main-colors-Backgroung-grey, #F5F3F1);
}

.lk__menu {
  justify-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  width: 270px;
  max-width: 100%;
}

.lk__menu-toggle {
  margin-left: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateX(-207px) rotate(180deg);
  -ms-transform: translateX(-207px) rotate(180deg);
  transform: translateX(-207px) rotate(180deg);
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}

.is-active .lk__menu-toggle {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

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

.lk__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px 0px 0px 5px;
  padding: 10px 20px;
}

.lk__menu-link.is-active {
  background: var(--Main-colors-White, #FFF);
}

.lk__main {
  background-color: #FFF;
  padding: 24px 14px 80px 80px;
  -webkit-transform: translateX(-222px);
  -ms-transform: translateX(-222px);
  transform: translateX(-222px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.is-active .lk__main {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.lk__breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 30px;
}

.lk__breadcrumbs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: var(--Main-colors-Mid-grey, #BDBDBD);
  font-size: 16px;
  line-height: 20px;
}

.lk__breadcrumbs-item:not(:last-child) {
  color: var(--Main-colors-Grey, #777);
}

.lk__breadcrumbs-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../img/content/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.lk__title {
  color: var(--Main-colors-Almost-black, #272727);
  font-size: 35px;
  font-weight: 450;
  line-height: normal;
  margin: 0;
  margin-bottom: 30px;
}

.lk__form {
  max-width: 800px;
}

.lk__form-group:not(:last-child) {
  margin-bottom: 30px;
}

.lk__form-group-title {
  color: var(--Main-colors-Almost-black, #272727);
  font-size: 23px;
  font-weight: 450;
  line-height: 28px;
  margin: 0;
  margin-bottom: 16px;
}

.lk__form-input {
  border-radius: 3px;
  border: 1px solid var(--Main-colors-Mid-grey, #BDBDBD);
  background: var(--Main-colors-White, #FFF);
  --pad: .75rem;
  position: relative;
}

.lk__form-input:not(:last-child) {
  margin-bottom: 10px;
}

.lk__form-input--password {
  cursor: pointer;
}

.lk__form-input--password::before {
  content: url("../img/content/edit.svg");
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.lk__form-input--password input {
  pointer-events: none;
}

.lk__form-input input {
  padding: 10px 20px;
  border: unset;
  width: 100%;
  outline: none;
}

.lk__form-input input::-webkit-input-placeholder {
  opacity: 0;
}

.lk__form-input input::-moz-placeholder {
  opacity: 0;
}

.lk__form-input input:-ms-input-placeholder {
  opacity: 0;
}

.lk__form-input input::-ms-input-placeholder {
  opacity: 0;
}

.lk__form-input input::placeholder {
  opacity: 0;
}

.lk__form-input label {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: var(--Main-colors-Grey, #777);
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
  background-color: #FFF;
  padding: 0 6px;
}

.lk__form-input input:not(:-moz-placeholder-shown) + label {
  transform: translateY(calc(-50% - 22px));
  font-size: 14px;
}

.lk__form-input input:not(:-ms-input-placeholder) + label {
  -ms-transform: translateY(calc(-50% - 22px));
  transform: translateY(calc(-50% - 22px));
  font-size: 14px;
}

.lk__form-input input:focus + label,
.lk__form-input input:not(:placeholder-shown) + label {
  -webkit-transform: translateY(calc(-50% - 22px));
  -ms-transform: translateY(calc(-50% - 22px));
  transform: translateY(calc(-50% - 22px));
  font-size: 14px;
}

.lk__form-input-error {
  position: absolute;
  color: var(--Main-colors-Coral, #E66366);
  font-size: 15px;
}

.lk__form-input-error a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.lk__form-submit {
  border-radius: 5px;
  background: var(--Main-colors-Dark-grey, #333);
  padding: 16px 32px;
  color: var(--Main-colors-White, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 450;
}

.modal__title {
  font-size: 20px;
  font-weight: 450;
  margin-bottom: 30px;
}

.modal__form-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--Main-colors-Grey, #777);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-left: auto;
  margin-bottom: 20px;
}

.lk__favorite {
  max-width: 1024px;
}

.lk__favorite.rows .lk__favorite-list {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.lk__favorite.rows .lk__favorite-item {
  -ms-grid-columns: 2.8fr 1fr;
  grid-template-columns: 2.8fr 1fr;
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
}

.lk__favorite.rows .lk__favorite-item-wrapper {
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
}

.lk__favorite.rows .lk__favorite-item-title {
  margin-top: 0;
}

.lk__favorite.rows .lk__favorite-item-duration {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.lk__favorite-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 26px;
}

.lk__favorite-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.lk__favorite-mode-btn {
  color: #BDBDBD;
}

.lk__favorite-mode-btn.is-active {
  color: #333333;
}

.lk__favorite-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.lk__favorite-item {
  display: -ms-grid;
  display: grid;
  border-radius: 5px;
  border: 1px solid var(--Main-colors-Mid-grey, #BDBDBD);
  background: #FFF;
  padding: 20px;
}

.lk__favorite-item-title {
  color: var(--Main-colors-Almost-black, #272727);
  font-size: 25px;
  font-weight: 450;
  line-height: 27px;
  margin: 16px 0 30px;
}

.lk__favorite-item-wrapper {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lk__favorite-item-discont {
  border-radius: 2px;
  background: #E9F0E1;
  color: #272727;
  font-size: 12px;
  padding: 3px 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.lk__favorite-item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.lk__favorite-item-duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

.lk__favorite-item-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.lk__favorite-item-tag {
  border-radius: 3px;
  background: var(--Main-colors-Backgroung-grey, #F5F3F1);
  color: var(--Main-colors-Grey, #777);
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 12px;
}

.lk__favorite-item-school {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lk__favorite-item-school-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.lk__favorite-item-school-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--Additional-Yellow, #F5AF33);
  font-size: 14px;
  font-weight: 450;
  line-height: 15px;
}

.lk__favorite-item-school-rating-stars svg {
  color: #F5F3F1;
}

.lk__favorite-item-school-rating-stars--1 svg:nth-child(1) {
  color: #F5AF33;
}

.lk__favorite-item-school-rating-stars--2 svg:nth-child(-1n+2) {
  color: #F5AF33;
}

.lk__favorite-item-school-rating-stars--3 svg:nth-child(-1n+3) {
  color: #F5AF33;
}

.lk__favorite-item-school-rating-stars--4 svg:nth-child(-1n+4) {
  color: #F5AF33;
}

.lk__favorite-item-school-rating-stars--5 svg:nth-child(-1n+5) {
  color: #F5AF33;
}

.lk__favorite-item-school-reviews {
  color: var(--Main-colors-Grey, #777);
  font-size: 14px;
  line-height: 24px;
  margin-left: 10px;
}

.lk__favorite-item-buy {
  margin-top: 30px;
  min-width: 220px;
}

.lk__favorite-item-buy-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lk__favorite-item-buy-price {
  color: var(--Main-colors-Almost-black, #272727);
  font-size: 24px;
  font-weight: 450;
  line-height: 15px;
}

.lk__favorite-item-buy-credit {
  font-size: 14px;
}

.lk__favorite-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid var(--Main-colors-Coral, #E66366);
  background: var(--Main-colors-White, #FFF);
  padding: 13px 32px;
  width: 100%;
  margin-top: 20px;
  color: var(--Main-colors-Coral, #E66366);
  text-align: center;
  font-size: 16px;
  font-weight: 450;
}

.custom-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox input + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox input + label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox input:checked + label::before {
  border-color: #333333;
  background-color: #333333;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.login {
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 70px 30px;
  color: var(--Main-colors-Almost-black, #272727);
}

.login__wrapper {
  width: 300px;
  max-width: 100%;
}

.login__title {
  text-align: center;
  font-size: 20px;
  font-weight: 450;
  line-height: 24px;
  margin: 0 0 30px;
}

.login__form-input {
  position: relative;
}

.login__form-input:not(:last-child) {
  margin-bottom: 10px;
}

.login__form-input input {
  border-radius: 3px;
  border: 1px solid var(--Main-colors-Mid-grey, #BDBDBD);
  background: var(--Main-colors-White, #FFF);
  padding: 10px 20px;
  outline: none;
  width: 100%;
  font-size: 18px;
}

.login__form-input--password input {
  padding-right: 40px;
}

.login__form-input-error {
  color: var(--Main-colors-Coral, #E66366);
  font-size: 15px;
}

.login__form-input-toggle {
  position: absolute;
  top: 12px;
  right: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.login__form-input-toggle.focus-visible:focus {
  opacity: 0.8;
}

.login__form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.login__form-link {
  color: var(--Main-colors-Grey, #777);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.login__form-link.focus-visible:focus {
  color: inherit;
}

.login__form-submit {
  margin-bottom: 10px;
}

.login__warning {
  font-weight: 450;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.login__warning-link {
  color: var(--Main-colors-Coral, #E66366);
  font-size: 18px;
  font-weight: 450;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.login__warning-link.focus-visible:focus {
  opacity: 0.8;
}

.login__info {
  font-size: 14px;
  line-height: 19px;
}

.login__info a {
  color: var(--Main-colors-Coral, #E66366);
}

.login__description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/* @mixin hover-focus {
    @media (hover: hover) {
      &:hover:not(.focus-visible) {
        @content;
      }
    }

    &.focus-visible:focus {
      @content;
    }
  }
*/

/*  @include hover-focus {
      opacity: 0.8;
    }
*/

/*@mixin hover {
    @media (hover: hover) {
      &:hover:not(.focus-visible) {
        @content;
      }
    }
  }
*/

/*@mixin focus {
    &.focus-visible:focus {
      @content;
    }
  }
*/

/*@mixin active {
    &.focus-visible:active {
      @content;
    }
  }
*/

@media (max-width: 1279px) {
  .lk__favorite-header {
    display: none;
  }

  .lk__favorite-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .modal__wrapper {
    padding: 60px 16px;
  }

  .modal__content {
    width: 100%;
    padding: 20px;
  }

  .modal--fit-content .modal__content {
    width: 100%;
  }

  .lk {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lk__menu {
    position: fixed;
    top: var(--header-height, 56px);
    z-index: 11;
    width: 100%;
    background-color: #FFF;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .is-active .lk__menu {
    opacity: 1;
    pointer-events: auto;
  }

  .lk__menu-toggle {
    display: none;
  }

  .lk__menu-link.is-active {
    background: var(--Main-colors-Backgroung-grey, #F5F3F1);
  }

  .lk__main {
    padding: 20px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .lk__breadcrumbs {
    overflow-x: scroll;
    max-width: 100dvw;
    margin: 0 -20px;
    padding: 0 20px 30px;
  }

  .lk__breadcrumbs-item {
    white-space: nowrap;
  }

  .lk__favorite-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (hover: hover) {
  .fancybox-slide .btn:hover:not(.focus-visible) {
    background: var(--Main-colors-White, #FFF);
    color: var(--Main-colors-Dark-grey, #333);
  }

  .fancybox-slide .btn--bordered:hover:not(.focus-visible) {
    background: var(--Main-colors-Dark-grey, #333);
    color: var(--Main-colors-White, #FFF);
  }

  .login__form-input-toggle:hover:not(.focus-visible) {
    opacity: 0.8;
  }

  .login__form-link:hover:not(.focus-visible) {
    color: inherit;
  }

  .login__warning-link:hover:not(.focus-visible) {
    opacity: 0.8;
  }
}