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

/*
 * Set font stack
 */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  height: 100%;
}

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

body,
html {
  margin: 0;
  padding: 0;
  scroll-behavior: auto;
  font-optical-sizing: auto;
}

canvas {
  display: block;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}

img {
  display: block;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.25px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

main {
  flex: 1;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  display: flex;
}

@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2"), url("../../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-display: swap;
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter-Italic-VariableFont_opsz,wght.woff2") format("woff2"), url("../../fonts/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-display: swap;
  font-weight: 100 900;
  font-style: italic;
}
.header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  background-color: #F4F7FA;
}
.header__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__brand {
  padding: 20px 24px;
}
.header__actions {
  padding: 0 24px;
}
.header__nav {
  display: flex;
  padding: 0 24px;
}
.header__nav-list {
  display: flex;
  gap: 24px;
}
.header__nav-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #3c4257;
  display: block;
  padding: 4px 0 10px;
}
.header__nav-link:hover {
  color: #697296;
}
.header__nav-link {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header__nav-link--active {
  color: #5469d4;
  border-bottom: 2px solid #5469d4;
}

.sidebar {
  display: flex;
  flex: 0 0 280px;
  width: 280px;
  min-height: 0;
  height: calc(100vh - 105.39px);
  overflow: hidden;
  border-right: 1px solid #D4DEE9;
}
.sidebar__scroll {
  flex: 1;
  min-width: 0;
  min-height: 0;
  overflow: auto;
}
.sidebar--left {
  border-right: 1px solid #D4DEE9;
}
.sidebar--right {
  border-left: 1px solid #D4DEE9;
}
.sidebar__inner {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidebar__menu-title {
  margin: 0 0 12px 0;
  padding-left: 16px;
  color: #3c4257;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.sidebar__menu-title--accent {
  color: #5469d4;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: inherit;
}
.sidebar__menu-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 16px;
}
.sidebar__menu-list a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  color: #1a2c44;
  display: block;
}

.layout {
  display: flex;
  flex: 1;
  align-items: stretch;
  min-width: 0;
  min-height: 0;
}

.document {
  display: flex;
  flex: 1;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  height: calc(100vh - 105.39px);
  padding-top: 20px;
}
.document__scroll {
  flex: 1;
  min-width: 0;
  min-height: 0;
  height: 100%;
  overflow: auto;
  padding: 32px 48px 48px;
}
.document__inner {
  max-width: 1175px;
  margin: 0 auto;
}

.button {
  display: flex;
  text-decoration: none;
  background-color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid #D4DEE9;
  width: fit-document;
  cursor: pointer;
  color: #273951;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button:hover {
  border: 1px solid #667691;
}
.button--rounded {
  border-radius: 9999em;
  width: document-fit;
  aspect-ratio: 1/1;
  padding: 8px;
  background-color: #ecf1f6;
  border: 0;
}
.button--msg {
  display: flex;
  gap: 6px;
  border-radius: 9999em;
  align-items: center;
  color: #667691;
  font-weight: 300;
  font-size: 12px;
}
.button--msg:hover {
  color: #3c4257;
}

.separator {
  display: block;
  height: 1px;
  width: 100%;
  margin: 24px 0 8px;
  background-color: #D4DEE9;
}
.separator--big {
  margin: 32px 0 24px;
}

.article__title {
  color: #3c4257;
}
.article__title--big {
  margin-bottom: 32px;
}
.article__title--big .title {
  font-size: 32px;
  line-height: 1.5;
  margin: 0;
}
.article__title--big .subtitle {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  padding: 8px 0 0;
}
.article__title--middle .title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
  padding: 12px 0 0;
}
.article__title--middle .subtitle {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  padding: 12px 0 0;
}
.article__title--small .title {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
  padding: 12px 0 0;
}
.article__content-form {
  margin-top: 24px;
}
.article__content-form textarea {
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #D4DEE9;
  width: 100%;
  resize: none;
}
.article__content-form textarea::placeholder {
  color: #667691;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.form__textarea-wrapper {
  position: relative;
}
.form textarea {
  position: relative;
}
.form button {
  position: absolute;
  bottom: 12px;
  right: 8px;
}
.form__msg-button-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.cards {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}
.cards .card {
  border: 1px solid rgb(227, 232, 238);
  border-radius: 4px;
  padding: 18px;
  flex: 1 1 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cards .card__title {
  color: #5469d4;
  font-weight: 600;
  font-size: 16px;
}
.cards .card__content {
  font-weight: 300;
  font-size: 15px;
  padding: 4px 0 0;
}
.cards .card:hover {
  box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.01), 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.02);
}

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