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

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

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "PTSans", "Arial", sans-serif;
  background-color: #F9FAFA;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

main {
  flex-grow: 1;
}

img {
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

a {
  text-decoration: none;
}

textarea {
  resize: none;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 1023px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.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%);
}

/* Blocks */
/* ------------------------------------ */
.btn {
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.btn--add {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 15px;
  border-radius: 50px;
  color: #4F9101;
  font-weight: 600;
  transition: background-color ease-out 0.3s;
}
.btn--add:hover {
  background-color: #ECECEC;
}
.btn--save {
  padding: 10px 15px;
  color: #ffffff;
  background-color: #4F9101;
  transition: background-color ease-out 0.3s;
  border-radius: 5px;
  font-weight: 600;
}
.btn--save:hover {
  background-color: #447E02;
}
.btn--close .btn__icon {
  color: #000000;
  transition: color ease-out 0.3s;
}
.btn--close .btn__icon:hover, .btn--close .btn__icon:focus-visible {
  color: #3A3A3A;
}
.btn--contact-developer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  background-color: #4F9101;
  border-radius: 60px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color ease-out 0.3s;
}
.btn--contact-developer:hover {
  background-color: #447E02;
}
.btn--contact-developer .btn__text {
  padding: 5px 0 0 0;
}
.btn--contact-developer .btn__icon {
  color: #ffffff;
}

.header {
  background-color: #4F9101;
}
.header__container {
  padding: 10px 0 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__wrapper {
  display: flex;
  align-items: center;
  gap: 3px;
}
.header__title {
  margin: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
}
.header__logo {
  height: 40px;
  width: 40px;
  -webkit-user-drag: none;
}
.header__help-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 8px;
  transition: background-color ease-out 0.3s;
}
.header__help-btn .btn__icon {
  color: #ffffff;
}
.header__help-btn:hover {
  background-color: #447E02;
}
.header__help-btn:hover .btn__icon {
  animation: bounce 1s;
}

@keyframes bounce {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.app {
  position: relative;
}
.app__nav {
  position: absolute;
  left: 0;
  width: 100vw;
  border-bottom: 1px solid #ECECEC;
  background-color: #ffffff;
}
.app__content {
  padding: 91px 0 0 0;
}
.app__tab {
  display: none;
}
.app__tab--active {
  display: block;
}
.app__title {
  color: #3A3A3A;
  font-size: 0.9em;
  margin: -10px 0 6px 0;
  padding: 0 0 0 5px;
  font-weight: 500;
}
.app__tab-title {
  color: #4F9101;
  font-size: 1.2em;
  margin: 0;
  position: absolute;
  top: 98px;
  font-weight: 600;
}
.app__btn-container {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 20px;
}
.app__btn-container--center {
  position: fixed;
  bottom: 40px;
  padding: 0;
  right: 50%;
  transform: translateX(50%);
  justify-content: center;
}
.app__select-field {
  margin: 0 0 30px 0;
  display: none;
}
.app__select-field--active {
  display: block;
}
.app__empty {
  display: flex;
  justify-content: center;
}
.app__field-list {
  height: calc(100vh - 390px);
  list-style: none;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
.app__field-list::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.app__field-list::-webkit-scrollbar {
  width: 3px;
  background-color: #ECECEC;
}
.app__field-list::-webkit-scrollbar-thumb {
  background-color: #4F9101;
}

.alert {
  position: fixed;
  top: 72px;
  border-radius: 8px 0 0 8px;
  right: -300px;
}
.alert--success {
  background-color: #DBEFC5;
}
.alert--warning {
  background-color: #FFF7D4;
}
.alert--danger {
  background-color: #FFCEC6;
}
.alert__wrapper {
  display: flex;
  width: 300px;
  min-height: 70px;
  padding: 10px;
  gap: 8px;
  align-items: center;
}
.alert__content {
  display: flex;
  flex-direction: column;
}
.alert__title {
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}
.alert--success .alert__title {
  color: #4F9101;
}
.alert--warning .alert__title {
  color: #F5BA16;
}
.alert--danger .alert__title {
  color: #F13B1A;
}
.alert__text {
  color: #3A3A3A;
}

.empty {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 15px;
  border-radius: 8px;
  background-color: #ffffff;
  border: 3px solid #ECECEC;
  animation: shake 0.5s 2 0.5s;
}
.empty__text {
  font-size: 1em;
  margin: 0;
  color: #3A3A3A;
  font-weight: 600;
}

@keyframes shake {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0);
  }
}
.nav {
  padding: 18px 80px;
  max-width: 1440px;
  margin: 0 auto;
}
.nav__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 24px;
}
.nav__link {
  font-size: 1em;
  color: #3A3A3A;
  font-weight: 600;
  transition: color ease-out 0.3s;
}
.nav__link:hover {
  color: #6C9844;
}
.nav__link--active {
  color: #4F9101;
}
.nav__link--active:hover {
  color: #4F9101;
}

.field {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color ease-out 0.3s;
}
.field:hover, .field:focus-visible {
  background-color: #ECECEC;
}
.field__title {
  font-size: 1em;
  color: #1D1C29;
}
.field__delete {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.field__icon {
  color: #F13B1A;
}

.custom-select {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.custom-select__btn-panel {
  display: flex;
}
.custom-select__btn {
  border: none;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: flex-start;
  padding: 8px 15px;
  border: 1px solid #ECECEC;
  border-right: none;
  border-radius: 8px 0 0 8px;
  background-color: #ffffff;
  font-size: 1em;
  font-family: inherit;
  color: #3A3A3A;
}
.custom-select__btn--confirm {
  width: 50px;
  border-radius: 0 8px 8px 0;
  background-color: #4F9101;
  border: 1px solid #4F9101;
  transition: background-color ease-out 0.3s;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-select__btn--confirm .btn__icon {
  color: #ffffff;
}
.custom-select__btn--confirm:hover, .custom-select__btn--confirm:focus-visible {
  background-color: #447E02;
}
.custom-select__list-container {
  position: absolute;
  top: 36px;
  width: 100%;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform ease-out 0.2s, opacity ease-out 0.1s;
  opacity: 0;
  max-height: 33.3333333333vh;
  overflow-y: auto;
  border-bottom: 1px solid #ECECEC;
  border-top: 1px solid #ECECEC;
  border-radius: 8px;
  background-color: #ffffff;
}
.custom-select--active .custom-select__list-container {
  transform: scaleY(1);
  opacity: 1;
}
.custom-select__list-container::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.custom-select__list-container::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}
.custom-select__list-container::-webkit-scrollbar-thumb {
  background-color: #3A3A3A;
  border: 2px solid #555555;
}
.custom-select__list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #3A3A3A;
}
.custom-select__item {
  padding: 8px 15px;
  background-color: #ffffff;
  width: 100%;
  border: 1px solid #ECECEC;
  border-bottom: none;
  cursor: pointer;
}
.custom-select__item:first-of-type {
  border-radius: 8px 8px 0 0;
  border-top: none;
}
.custom-select__item:last-of-type {
  border-radius: 0 0 8px 8px;
  border-bottom: none;
}

.custom-search {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.custom-search__field {
  width: 100%;
  border: none;
  height: 36px;
  padding: 8px 15px;
  border-bottom: 2px solid #4F9101;
  transition: border-color ease-out 0.3s;
}
.custom-search:hover .custom-search__field {
  border-bottom: 2px solid #447E02;
}
.custom-search__field:focus-visible {
  outline: none;
  border-bottom: 2px solid #447E02;
}
.custom-search__icon {
  position: absolute;
  top: 5px;
  right: 5px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal--open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__content {
  background-color: #ffffff;
  border-radius: 16px;
  width: 80vw;
  max-width: 1000px;
}
.modal__icon--cog {
  transform-origin: center;
  animation: turn 1s cubic-bezier(0.4, 2.08, 0.55, 0.44) forwards;
}
.modal__header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ECECEC;
  padding: 16px 12px 6px 20px;
  margin: 0 0 20px 0;
}
.modal__footer {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #ECECEC;
  padding: 16px 12px 6px 20px;
  margin: 20px 0 0 0;
}
.modal__title {
  font-size: 1.2em;
  margin: 0;
  color: #1D1C29;
}
.modal__body {
  padding: 0 40px 0 70px;
}
.modal__point {
  display: grid;
  grid-template-columns: 100px auto;
  align-items: center;
  gap: 30px;
  margin: 0 0 20px;
}
.modal__description-header {
  font-size: 1em;
  color: #4F9101;
  margin: 0;
}

@keyframes turn {
  0% {
    transform: rotate(0);
  }
  16% {
    transform: rotate(0);
  }
  32% {
    transform: rotate(15deg);
  }
  48% {
    transform: rotate(15deg);
  }
  64% {
    transform: rotate(30deg);
  }
  82% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader__icon {
  color: #1D1C29;
  animation: spin 1s cubic-bezier(0.2, 0.5, 0.5, 0.27) infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */