@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;900&display=swap);
/*! 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;
}

.page {
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  background: black;
}

.header__title {
  margin: 0;
  margin-bottom: 54px;
  color: white;
  font-weight: 900;
  font-size: 60px;
  text-align: center;
}

.todos {
  width: 700px;
  margin: 0 auto;
  padding: 96px 0 12px;
}

.todo-form {
  display: flex;
  margin-bottom: 30px;
}

.todo-form__input {
  flex-grow: 1;
  border: none;
  border-radius: 5px;
  padding: 21px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 24px;
  font-style: normal;
  background: white;
}

.todo-form__submit-btn {
  margin-left: 10px;
  border: none;
  border-radius: 5px;
  padding: 21px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 24px;
  font-style: normal;
  background: white;
  cursor: pointer;
}

.todos__list {
  width: 700px;
  margin: 0 auto;
  padding: 96px 0 12px;
}

.todo-item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 10px;
  border: 1px solid #6f6f6f;
  border-radius: 5px;
  padding: 40px;
}

.todo-item__text {
  flex-grow: 1;
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 24px;
  font-style: normal;
}

.todo-item__copy {
  width: 24px;
  height: 24px;
  margin-left: 30px;
  border: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjAwNjYgMTIuMjc0NVYzLjczMjExQzE2LjAwNjYgMS42NTg3MiAxNC4zNDc5IDAgMTIuMjc0NSAwSDMuNzMyMTFDMS42NTg3MiAwIDAgMS42NTg3MiAwIDMuNzMyMTFWMTIuMjc0NUMwIDE0LjM0NzkgMS42NTg3MiAxNi4wMDY2IDMuNzMyMTEgMTYuMDA2NkgxMi4yNzQ1QzE0LjM0NzkgMTYuMDA2NiAxNi4wMDY2IDE0LjM0NzkgMTYuMDA2NiAxMi4yNzQ1Wk0wLjg3MDgyNSAxMi4yNzQ1VjMuNzMyMTFDMC44NzA4MjUgMi4xMTQ4NiAyLjE1NjMzIDAuODI5MzU4IDMuNzczNTggMC44MjkzNThIMTIuMzE2QzEzLjkzMzIgMC44MjkzNTggMTUuMjE4NyAyLjExNDg2IDE1LjIxODcgMy43MzIxMVYxMi4yNzQ1QzE1LjIxODcgMTMuODkxNyAxMy45MzMyIDE1LjE3NzMgMTIuMzE2IDE1LjE3NzNIMy43MzIxMUMyLjE1NjMzIDE1LjE3NzMgMC44MjkzNTggMTMuODkxNyAwLjg3MDgyNSAxMi4yNzQ1WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEyLjAyNTYgMjQuMzAwMUgyMC41NjhDMjIuNjQxNCAyNC4zMDAxIDI0LjMwMDEgMjIuNjQxNCAyNC4zMDAxIDIwLjU2OFYxMi4wMjU2QzI0LjMwMDEgOS45NTIxNyAyMi42NDE0IDguMjkzNDYgMjAuNTY4IDguMjkzNDZIMTkuMzIzOVY5LjEyMjgySDIwLjU2OEMyMi4xODUyIDkuMTIyODIgMjMuNDcwNyAxMC40MDgzIDIzLjQ3MDcgMTIuMDI1NlYyMC41NjhDMjMuNDcwNyAyMi4xODUyIDIyLjE4NTIgMjMuNDcwNyAyMC41NjggMjMuNDcwN0gxMi4wMjU2QzEwLjQwODMgMjMuNDcwNyA5LjEyMjgyIDIyLjE4NTIgOS4xMjI4MiAyMC41NjhWMTkuMzIzOUg4LjI5MzQ2VjIwLjU2OEM4LjI5MzQ2IDIyLjU5OTkgOS45NTIxNyAyNC4zMDAxIDEyLjAyNTYgMjQuMzAwMVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) no-repeat center;
  background-size: 24px 24px;
  cursor: pointer;
}

.todo-item__del {
  width: 24px;
  height: 24px;
  margin-left: 30px;
  border: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iMTYuMjYzNyIgd2lkdGg9IjIzIiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0icm90YXRlKC00NSAwIDE2LjI2MzcpIiBmaWxsPSJ3aGl0ZSIvPgo8cmVjdCB4PSIxIiB3aWR0aD0iMjMiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMSAwKSIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) no-repeat center;
  background-size: 20px 20px;
  cursor: pointer;
}

.todo-item__edit {
  width: 24px;
  height: 24px;
  margin-left: 30px;
  border: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nCiAgJ2h0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCc+CjxzdmcgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDUgNDUiIGhlaWdodD0iNDVweCIgaWQ9IkxheWVyXzEiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDQ1IDQ1IiB3aWR0aD0iNDVweCIKICAgICB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48Zz48cmVjdCBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjIzIiB0cmFuc2Zvcm09Im1hdHJpeCgtMC43MDcxIC0wLjcwNzIgMC43MDcyIC0wLjcwNzEgMzguMjY2NiA0OC42MDI5KSIgd2lkdGg9IjExIiB4PSIyMy43IiB5PSI0Ljg3NSIvPjxwYXRoCiAgZD0iTTQ0LjA4NywzLjY4NmwtMi40OTQtMi40OTRjLTEuMzc3LTEuMzc3LTMuNjEtMS4zNzctNC45ODcsMEwzNC44NTYsMi45NGw3Ljc3OCw3Ljc3OGwxLjc0OS0xLjc0OSAgIEM0NS43NjEsNy41OTMsNDUuNDY1LDUuMDYzLDQ0LjA4NywzLjY4NnoiCiAgZmlsbD0iI0ZGRkZGRiIvPjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTYsMjIuMjI5IDE2LDMwIDIzLjI0NiwzMCAgIi8+PHBhdGgKICBkPSJNMjksNDBINVYxNmgxMi41NTVsNS01SDMuNUMxLjg0MywxMSwwLDExLjg0MywwLDEzLjV2MjhDMCw0My4xNTYsMS44NDMsNDUsMy41LDQ1aDI4ICAgYzEuNjU2LDAsMi41LTEuODQ0LDIuNS0zLjVWMjMuNTk2bC01LDVWNDB6IgogIGZpbGw9IiNGRkZGRkYiLz48L2c+PC9zdmc+Cg==) no-repeat center;
  background-size: 20px 20px;
  cursor: pointer;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  /*Стили для плавного появления модалки*/
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  font-family: "Inter", Arial, sans-serif;
  background-color: rgba(0, 0, 0, 0.7);
  transition: visibility 0.3s, opacity 0.3s;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.popup_is-opened {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.popup__close {
  position: absolute;
  top: -36px;
  right: -34px;
  width: 35px;
  height: 35px;
  margin: 0;
  border: none;
  padding: 0;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyOCAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjEuOTM5MzQiIHkxPSIyNS45MzkzIiB4Mj0iMjUuOTM5MyIgeTI9IjEuOTM5MzQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIvPgo8bGluZSB4MT0iMi4wNjA2NiIgeTE9IjEuOTM5MzQiIHgyPSIyNi4wNjA3IiB5Mj0iMjUuOTM5MyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIi8+Cjwvc3ZnPgo=) center no-repeat;
  background-size: 35px 35px;
  transition: visibility 0s, opacity 0.3s;
  transform: rotate(90deg);
  cursor: pointer;
}

.popup__close:hover {
  opacity: 0.6;
}

.popup__container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 700px;
  min-height: 100px;
  border: white 2px solid;
  border-radius: 10px;
  padding: 34px 36px;
  background-color: rgb(55, 54, 54);
}


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