@import url("https://fonts.googleapis.com/css?family=REM:regular,500,600,700&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-style: inherit;
}

input {
  outline: none;
}

input,
button,
textarea {
  font-family: "Rem";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

address {
  font-style: normal;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 35px;
  min-width: 320px;
}

body {
  background: #39315d;
  color: rgb(253, 178, 15);
  min-width: 320px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Rem";
  line-height: 1;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  .lock {
    overflow: hidden;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0px auto;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  margin: 0 auto;
  max-width: 1470px;
  padding: 0px 0.9375rem;
}

body {
  overflow: hidden;
}
@media (max-width: 1023.98px) {
  body {
    overflow-y: auto;
  }
}

.wrapper {
  position: relative;
}

* {
  user-select: none;
}

.main {
  padding-top: 140px;
  overflow: hidden;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  background: url(../img/5497934.jpg) 0 0;
}

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

label {
  cursor: pointer;
  user-select: none;
  position: relative;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgb(106, 81, 208);
}
label span:before {
  transition: all 0.3s ease 0s;
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgb(53, 200, 104);
  opacity: 0;
}
label.checked span:before {
  transition: all 0.3s ease 0s;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.main__container {
  display: flex;
  flex-direction: column;
  transition: all 0.6s ease 0s;
  gap: 15px;
  position: relative;
  min-height: 100vh;
}
.main__container.zIndex {
  z-index: 0;
}

.header {
  position: absolute;
  width: 100%;
  min-height: 140px;
  left: 0;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header.zIndex {
  position: fixed;
  z-index: 12000;
}
.header__content {
  padding-top: clamp( 0.9375rem , 0.9375rem  +  0vw , 0.9375rem );
  padding-bottom: clamp( 0.9375rem , 0.9375rem  +  0vw , 0.9375rem );
  padding-right: clamp( 1.5625rem , 1.3832104558rem  +  0.8936550492vw , 2.1875rem );
  padding-left: clamp( 1.5625rem , 1.3832104558rem  +  0.8936550492vw , 2.1875rem );
  border-radius: 50px;
  display: flex;
  justify-content: center;
  gap: clamp( 0.625rem , 0.3560656836rem  +  1.3404825737vw , 1.5625rem );
  background: rgba(129, 109, 211, 0.6);
  position: relative;
}
@media (max-width: 628.98px) {
  .header__content {
    flex-direction: row-reverse;
  }
}
.header__search {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
  padding-left: 24px;
  width: 80px;
  height: 80px;
  background: #000;
  border-radius: 50px;
  cursor: pointer;
  background: rgb(106, 81, 208);
  transition: all 0.6s ease 0s;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}
.header__search svg {
  width: 32px;
  height: 32px;
}
.header__search-input {
  width: 0%;
  transition: all 0.6s ease 0s;
  font-size: clamp( 1rem , 0.7099753695rem  +  0.7389162562vw , 1.375rem );
  padding: 0px;
}
.header__search-input-content {
  width: 0%;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 25px;
  border: 2px solid rgb(106, 81, 208);
  transition: all 0.6s ease 0s;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
}
.header__search-input::selection {
  background: rgb(75, 75, 218);
  color: #fff;
}
.header__search-btn {
  padding: 5px 15px;
  margin-right: 10px;
  background: #e4e2e2;
  color: #000;
  border-radius: 5px;
  border: 1px solid #000;
  transition: all 0.15s ease 0s;
}
@media (min-width: 528.98px) {
  .header__search-btn {
    display: none;
  }
}
.header__search-btn:active {
  transition: all 0.15s ease 0s;
  box-shadow: inset 0px 0px 8px rgb(255, 255, 255);
}
@media (max-width: 628.98px) {
  .header__search.focus {
    position: fixed;
    width: 90%;
    height: 80px;
    left: 5%;
    top: 0.9375rem;
    z-index: 11000;
  }
  .header__search.focus .header__search-input {
    transition: all 0.3s ease 0s;
    width: 100%;
    padding: 10px 10px;
  }
  .header__search.focus .header__search-input-content {
    width: 100%;
    transition: all 0.3s ease 0s;
    margin-left: 25px;
    margin-right: 25px;
    border: 2px solid rgb(106, 81, 208);
  }
}
@media (min-width: 628.98px) {
  .header__search.focus {
    transition: all 0.6s ease 0s;
    width: 400px;
    background: rgb(109, 77, 235);
    justify-content: start;
  }
  .header__search.focus .header__search-input {
    transition: all 0.3s ease 0s;
    width: 100%;
    padding: 10px 10px;
  }
  .header__search.focus .header__search-input-content {
    width: 100%;
    transition: all 0.3s ease 0s;
    margin-left: 25px;
    margin-right: 25px;
    border: 2px solid rgb(106, 81, 208);
  }
}

.header__plus {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 2%;
  background: rgb(106, 81, 208);
  transition: all 0.9s ease 0s;
  border-radius: 50%;
  /*
  &:hover {
     width: 80%;
     background: #fff;
     transition: all 0.9s ease 0s;
     box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
     border-radius: 70px;
  }*/
}
.header__plus:not(:hover) {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

.plus {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.plus:before, .plus:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
}
.plus:before {
  width: 3px;
  height: 50px;
}
.plus:after {
  width: 50px;
  height: 3px;
}

.list {
  position: absolute;
  width: 250px;
  max-height: 90%;
  background: #f6f6f6;
  padding: 15px;
  cursor: grab;
}
.list:active {
  cursor: grabbing;
}
@media (max-width: 528.98px) {
  .list {
    position: static;
    max-height: 100%;
    width: 100%;
  }
}

.h1 {
  display: flex;
  border-bottom: 3px solid #eee;
  position: relative;
  height: 100%;
  z-index: -1;
  -webkit-user-drag: none;
}

.list {
  color: #000;
  display: flex;
  flex-direction: column;
  outline: 0px solid rgb(53, 200, 104);
  overflow: hidden;
  overflow-y: auto;
  border-radius: 25px 25px 25px 25px;
  rotate: 0deg;
  scale: 1;
  border: 6px solid #d2d2d2;
  box-shadow: inset 0px 0px 0px rgb(151, 128, 242), inset 0 0 0px rgba(53, 200, 104, 0.5), 0px 0px 0px #f0c103;
  transition: box-shadow 0.6s ease 0s, border 0.6s ease 0s, outline 0.6s ease 0s, border-radius 0.3s ease 0s, rotate 0.9s ease 0s, outline 0.9s ease 0s;
}
.list:not(.grab) {
  transition: all 0.3s ease 0s;
}
.list.complited {
  transition: box-shadow 0.9s ease 0s, outline 0.9s ease 0s, rotate 0.6s ease 0s, border-radius 0.6s ease 0s;
  box-shadow: inset 0 0 100px rgba(53, 200, 104, 0.5);
  border: 6px solid rgb(53, 200, 104);
}
.list.complited .h1 {
  border-bottom: 3px solid #aa7cbe;
}
.list.complited.grab {
  transition: all 0s ease 0s;
  scale: 0.95;
}
.list.complited.search {
  box-shadow: inset 0px 0px 0px rgb(151, 128, 242), inset 0 0 100px rgba(53, 200, 104, 0.5), 0px 0px 50px #f0c103;
}
.list.search {
  transition: box-shadow 0.6s ease 0s, border 0.6s ease 0s, outline 0.6s ease 0s, border-radius 0.3s ease 0s, rotate 0.9s ease 0s;
  box-shadow: inset 0px 0px 0px rgb(151, 128, 242), inset 0 0 0px rgba(53, 200, 104, 0.5), 0px 0px 50px #f0c103;
  z-index: 100000;
}
.list.removeAll {
  pointer-events: none;
  user-select: none;
  transition: all 0.9s ease 0s;
  scale: 0.1;
  opacity: 0;
  rotate: 360deg;
  filter: blur(4px);
}
.list.removeAll:nth-child(1) {
  transition: all 0.9s ease 0.1s;
}
.list.removeAll:nth-child(2) {
  transition: all 0.9s ease 0.2s;
}
.list.removeAll:nth-child(3) {
  transition: all 0.9s ease 0.3s;
}
.list.removeAll:nth-child(4) {
  transition: all 0.9s ease 0.4s;
}
.list.removeAll:nth-child(5) {
  transition: all 0.9s ease 0.5s;
}
.list.removeAll:nth-child(6) {
  transition: all 0.9s ease 0.6s;
}
.list.removeAll:nth-child(7) {
  transition: all 0.9s ease 0.7s;
}
.list.removeAll:nth-child(8) {
  transition: all 0.9s ease 0.8s;
}
.list.removeAll:nth-child(9) {
  transition: all 0.9s ease 0.9s;
}
.list.removeAll:nth-child(10) {
  transition: all 0.9s ease 1s;
}
.list.removeAll:nth-child(11) {
  transition: all 0.9s ease 1.1s;
}
.list.removeAll:nth-child(12) {
  transition: all 0.9s ease 1.2s;
}
.list.removeAll:nth-child(13) {
  transition: all 0.9s ease 1.3s;
}
.list.removeAll:nth-child(14) {
  transition: all 0.9s ease 1.4s;
}
.list.removeAll:nth-child(15) {
  transition: all 0.9s ease 1.5s;
}
.list.removeAll:nth-child(16) {
  transition: all 0.9s ease 1.6s;
}
.list.removeAll:nth-child(17) {
  transition: all 0.9s ease 1.7s;
}
.list.removeAll:nth-child(18) {
  transition: all 0.9s ease 1.8s;
}
.list.removeAll:nth-child(19) {
  transition: all 0.9s ease 1.9s;
}
.list.removeAll:nth-child(20) {
  transition: all 0.9s ease 2s;
}
.list.removeAll:nth-child(21) {
  transition: all 0.9s ease 2.1s;
}
.list.removeAll:nth-child(22) {
  transition: all 0.9s ease 2.2s;
}
.list.removeAll:nth-child(23) {
  transition: all 0.9s ease 2.3s;
}
.list.removeAll:nth-child(24) {
  transition: all 0.9s ease 2.4s;
}
.list.removeAll:nth-child(25) {
  transition: all 0.9s ease 2.5s;
}
.list.removeAll:nth-child(26) {
  transition: all 0.9s ease 2.6s;
}
.list.removeAll:nth-child(27) {
  transition: all 0.9s ease 2.7s;
}
.list.removeAll:nth-child(28) {
  transition: all 0.9s ease 2.8s;
}
.list.removeAll:nth-child(29) {
  transition: all 0.9s ease 2.9s;
}
.list.removeAll:nth-child(30) {
  transition: all 0.9s ease 3s;
}
.list.removeAll:nth-child(31) {
  transition: all 0.9s ease 3.1s;
}
.list.removeAll:nth-child(32) {
  transition: all 0.9s ease 3.2s;
}
.list.removeAll:nth-child(33) {
  transition: all 0.9s ease 3.3s;
}
.list.removeAll:nth-child(34) {
  transition: all 0.9s ease 3.4s;
}
.list.removeAll:nth-child(35) {
  transition: all 0.9s ease 3.5s;
}
.list.removeAll:nth-child(36) {
  transition: all 0.9s ease 3.6s;
}
.list.removeAll:nth-child(37) {
  transition: all 0.9s ease 3.7s;
}
.list.removeAll:nth-child(38) {
  transition: all 0.9s ease 3.8s;
}
.list.removeAll:nth-child(39) {
  transition: all 0.9s ease 3.9s;
}
.list.removeAll:nth-child(40) {
  transition: all 0.9s ease 4s;
}
.list.removeAll:nth-child(41) {
  transition: all 0.9s ease 4.1s;
}
.list.removeAll:nth-child(42) {
  transition: all 0.9s ease 4.2s;
}
.list.removeAll:nth-child(43) {
  transition: all 0.9s ease 4.3s;
}
.list.removeAll:nth-child(44) {
  transition: all 0.9s ease 4.4s;
}
.list.removeAll:nth-child(45) {
  transition: all 0.9s ease 4.5s;
}
.list.removeAll:nth-child(46) {
  transition: all 0.9s ease 4.6s;
}
.list.removeAll:nth-child(47) {
  transition: all 0.9s ease 4.7s;
}
.list.removeAll:nth-child(48) {
  transition: all 0.9s ease 4.8s;
}
.list.removeAll:nth-child(49) {
  transition: all 0.9s ease 4.9s;
}
.list.removeAll:nth-child(50) {
  transition: all 0.9s ease 5s;
}
.list.removeAll:nth-child(51) {
  transition: all 0.9s ease 5.1s;
}
.list.removeAll:nth-child(52) {
  transition: all 0.9s ease 5.2s;
}
.list.removeAll:nth-child(53) {
  transition: all 0.9s ease 5.3s;
}
.list.removeAll:nth-child(54) {
  transition: all 0.9s ease 5.4s;
}
.list.removeAll:nth-child(55) {
  transition: all 0.9s ease 5.5s;
}
.list.removeAll:nth-child(56) {
  transition: all 0.9s ease 5.6s;
}
.list.removeAll:nth-child(57) {
  transition: all 0.9s ease 5.7s;
}
.list.removeAll:nth-child(58) {
  transition: all 0.9s ease 5.8s;
}
.list.removeAll:nth-child(59) {
  transition: all 0.9s ease 5.9s;
}
.list.removeAll:nth-child(60) {
  transition: all 0.9s ease 6s;
}
.list.removeTwoAll {
  pointer-events: none;
  user-select: none;
  transform: translate(0%, -150%);
  opacity: 0;
  scale: 0;
  transition: all 0.9s ease 0s;
}
.list.removeTwoAll:nth-child(1) {
  transition: all 0.9s ease 0.1s;
}
.list.removeTwoAll:nth-child(2) {
  transition: all 0.9s ease 0.2s;
}
.list.removeTwoAll:nth-child(3) {
  transition: all 0.9s ease 0.3s;
}
.list.removeTwoAll:nth-child(4) {
  transition: all 0.9s ease 0.4s;
}
.list.removeTwoAll:nth-child(5) {
  transition: all 0.9s ease 0.5s;
}
.list.removeTwoAll:nth-child(6) {
  transition: all 0.9s ease 0.6s;
}
.list.removeTwoAll:nth-child(7) {
  transition: all 0.9s ease 0.7s;
}
.list.removeTwoAll:nth-child(8) {
  transition: all 0.9s ease 0.8s;
}
.list.removeTwoAll:nth-child(9) {
  transition: all 0.9s ease 0.9s;
}
.list.removeTwoAll:nth-child(10) {
  transition: all 0.9s ease 1s;
}
.list.removeTwoAll:nth-child(11) {
  transition: all 0.9s ease 1.1s;
}
.list.removeTwoAll:nth-child(12) {
  transition: all 0.9s ease 1.2s;
}
.list.removeTwoAll:nth-child(13) {
  transition: all 0.9s ease 1.3s;
}
.list.removeTwoAll:nth-child(14) {
  transition: all 0.9s ease 1.4s;
}
.list.removeTwoAll:nth-child(15) {
  transition: all 0.9s ease 1.5s;
}
.list.removeTwoAll:nth-child(16) {
  transition: all 0.9s ease 1.6s;
}
.list.removeTwoAll:nth-child(17) {
  transition: all 0.9s ease 1.7s;
}
.list.removeTwoAll:nth-child(18) {
  transition: all 0.9s ease 1.8s;
}
.list.removeTwoAll:nth-child(19) {
  transition: all 0.9s ease 1.9s;
}
.list.removeTwoAll:nth-child(20) {
  transition: all 0.9s ease 2s;
}
.list.removeTwoAll:nth-child(21) {
  transition: all 0.9s ease 2.1s;
}
.list.removeTwoAll:nth-child(22) {
  transition: all 0.9s ease 2.2s;
}
.list.removeTwoAll:nth-child(23) {
  transition: all 0.9s ease 2.3s;
}
.list.removeTwoAll:nth-child(24) {
  transition: all 0.9s ease 2.4s;
}
.list.removeTwoAll:nth-child(25) {
  transition: all 0.9s ease 2.5s;
}
.list.removeTwoAll:nth-child(26) {
  transition: all 0.9s ease 2.6s;
}
.list.removeTwoAll:nth-child(27) {
  transition: all 0.9s ease 2.7s;
}
.list.removeTwoAll:nth-child(28) {
  transition: all 0.9s ease 2.8s;
}
.list.removeTwoAll:nth-child(29) {
  transition: all 0.9s ease 2.9s;
}
.list.removeTwoAll:nth-child(30) {
  transition: all 0.9s ease 3s;
}
.list.removeTwoAll:nth-child(31) {
  transition: all 0.9s ease 3.1s;
}
.list.removeTwoAll:nth-child(32) {
  transition: all 0.9s ease 3.2s;
}
.list.removeTwoAll:nth-child(33) {
  transition: all 0.9s ease 3.3s;
}
.list.removeTwoAll:nth-child(34) {
  transition: all 0.9s ease 3.4s;
}
.list.removeTwoAll:nth-child(35) {
  transition: all 0.9s ease 3.5s;
}
.list.removeTwoAll:nth-child(36) {
  transition: all 0.9s ease 3.6s;
}
.list.removeTwoAll:nth-child(37) {
  transition: all 0.9s ease 3.7s;
}
.list.removeTwoAll:nth-child(38) {
  transition: all 0.9s ease 3.8s;
}
.list.removeTwoAll:nth-child(39) {
  transition: all 0.9s ease 3.9s;
}
.list.removeTwoAll:nth-child(40) {
  transition: all 0.9s ease 4s;
}
.list.removeTwoAll:nth-child(41) {
  transition: all 0.9s ease 4.1s;
}
.list.removeTwoAll:nth-child(42) {
  transition: all 0.9s ease 4.2s;
}
.list.removeTwoAll:nth-child(43) {
  transition: all 0.9s ease 4.3s;
}
.list.removeTwoAll:nth-child(44) {
  transition: all 0.9s ease 4.4s;
}
.list.removeTwoAll:nth-child(45) {
  transition: all 0.9s ease 4.5s;
}
.list.removeTwoAll:nth-child(46) {
  transition: all 0.9s ease 4.6s;
}
.list.removeTwoAll:nth-child(47) {
  transition: all 0.9s ease 4.7s;
}
.list.removeTwoAll:nth-child(48) {
  transition: all 0.9s ease 4.8s;
}
.list.removeTwoAll:nth-child(49) {
  transition: all 0.9s ease 4.9s;
}
.list.removeTwoAll:nth-child(50) {
  transition: all 0.9s ease 5s;
}
.list.removeTwoAll:nth-child(51) {
  transition: all 0.9s ease 5.1s;
}
.list.removeTwoAll:nth-child(52) {
  transition: all 0.9s ease 5.2s;
}
.list.removeTwoAll:nth-child(53) {
  transition: all 0.9s ease 5.3s;
}
.list.removeTwoAll:nth-child(54) {
  transition: all 0.9s ease 5.4s;
}
.list.removeTwoAll:nth-child(55) {
  transition: all 0.9s ease 5.5s;
}
.list.removeTwoAll:nth-child(56) {
  transition: all 0.9s ease 5.6s;
}
.list.removeTwoAll:nth-child(57) {
  transition: all 0.9s ease 5.7s;
}
.list.removeTwoAll:nth-child(58) {
  transition: all 0.9s ease 5.8s;
}
.list.removeTwoAll:nth-child(59) {
  transition: all 0.9s ease 5.9s;
}
.list.removeTwoAll:nth-child(60) {
  transition: all 0.9s ease 6s;
}
.list.remove {
  pointer-events: none;
  user-select: none;
  scale: 0.1;
  opacity: 0;
  rotate: 360deg;
  filter: blur(4px);
  transition: all 0.9s ease 0s;
}
.list.removeTwo {
  pointer-events: none;
  user-select: none;
  transform: translate(0%, -150%);
  opacity: 0;
  scale: 0;
  transition: all 0.9s ease 0s;
}
.list.lock {
  transition: box-shadow 0.9s ease 0s, outline 0.9s ease 0s, rotate 0.6s ease 0s, border-radius 0.6s ease 0s;
  box-shadow: inset 0px 0px 200px rgb(151, 128, 242), inset 0 0 0px rgba(53, 200, 104, 0.5), 0px 0px 0px #f0c103;
  border: 6px solid rgb(151, 128, 242);
}
.list.lock ::placeholder {
  color: #000;
  transition: all 0.9s ease 0s;
}
.list.lock .list__button-lock {
  transition: all 0.9s ease 0s;
  background: rgb(133, 106, 240);
}
.list.lock .list__button-del {
  pointer-events: none;
  cursor: default;
  opacity: 0.2;
}
.list.lock .h1 {
  border-bottom: 3px solid #aa7cbe;
}
.list.lock.complited {
  outline: 0px;
  box-shadow: inset 0 0 200px rgb(151, 128, 242), 0px 0px 35px rgb(53, 200, 104);
}
.list.lock.complited.search {
  transition: box-shadow 0.9s ease 0s, outline 0.9s ease 0s, rotate 0.6s ease 0s, border-radius 0.6s ease 0s;
  box-shadow: inset 0 0 200px rgb(151, 128, 242), 0px 0px 15px rgb(53, 200, 104), 0px 0px 50px #f0c103;
}
.list.lock.search {
  transition: box-shadow 0.9s ease 0s, outline 0.9s ease 0s, rotate 0.6s ease 0s, border-radius 0.6s ease 0s;
  box-shadow: inset 0px 0px 200px rgb(151, 128, 242), inset 0 0 0px rgba(53, 200, 104, 0.5), 0px 0px 50px #f0c103;
}
.list.grab {
  transition: all 0s ease 0s;
  scale: 0.95;
}
.list__button-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.list__delete {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: rgba(255, 40, 52, 0.8);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.1s ease 0s;
}
.list__delete:hover span:before {
  transition: all 0.3s ease 0s;
  top: calc(50% - 1px);
}
.list__delete span {
  transition: all 0.3s ease 0s;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.list__delete span:before, .list__delete span:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  top: 50%;
  left: 50%;
  rotate: 0deg;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 3px;
}
.list__addNewElement {
  min-width: 22px;
  min-height: 22px;
  margin-top: 10px;
  display: flex;
  align-self: end;
  align-items: center;
  justify-content: center;
  background: green;
  border-radius: 50%;
  cursor: pointer;
}
.list__addNewElement span {
  width: 12px;
  height: 12px;
  background: url(../img/plus.svg) 0 0/100% no-repeat;
}
.list__title {
  position: relative;
  z-index: -1;
  width: 100%;
  min-height: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  resize: none;
  pointer-events: none;
  transition: all 0.6s ease 0s;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  font-size: 18px;
}
.list__title-image {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  right: 0;
  top: 18px;
  z-index: 10;
  transform: translate(0%, -50%);
  border: 1px solid #000;
  cursor: pointer;
}
.list__title-image.edit .list__title-image-bg:after {
  transition: all 0.3s ease 0s;
  top: 50%;
  opacity: 1;
  display: inline-block;
}
.list__title-image.edit .list__title-image-bg::before {
  transition: all 0.3s ease 0s;
  top: 100%;
  opacity: 0;
  display: inline-block;
}
.list__title-image-bg {
  position: relative;
  width: 36px;
  height: 36px;
}
.list__title-image-bg:before {
  transition: all 0.3s ease 0s;
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/Edit.svg) 0 0/100% no-repeat;
}
.list__title-image-bg::after {
  transition: all 0.3s ease 0s;
  display: inline-block;
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: 50%;
  top: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
  background: url(../img/mark.svg) 0 0/100% no-repeat;
}
.list__check-keydown {
  display: none;
}
.list__hero {
  padding-top: 10px;
  flex: 0 1 100%;
}
.list__item {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 8px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.list__item.no-complited textarea {
  animation: dreg 0.3s linear 4;
}
@keyframes dreg {
  from {
    transform: translate(0%, 0px);
  }
  25% {
    transform: translate(-7%, 0px);
  }
  50% {
    transform: translate(0%, 0px);
  }
  75% {
    transform: translate(7%, 0px);
  }
  to {
    transform: translate(0%, 0px);
  }
}
.list__item.remove {
  transition: transform 0.9s ease 0s, border-top 0.3s ease 0s, opacity 0.6s ease 0s;
  transform: translate(0, -100%);
  opacity: 0;
}
.list__item.remove:not(:first-child) {
  border-top: 3px solid #999;
}
.list__item:not(:first-child) {
  border-top: 3px solid #999;
}
@media screen and (hover: hover) {
  .list__item:not(:hover) .list__delete {
    transition: all 0.3s ease 0s;
    opacity: 0;
  }
}
@media screen and (hover: none) {
  .list__item .list__delete {
    opacity: 1;
  }
}
.list__check {
  font-size: 14px;
  resize: none;
  overflow: hidden;
  background: transparent;
  width: 80%;
}
.list__check-input {
  margin-top: 2px;
  align-self: start;
  background: transparent;
}
.list__button-menu {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5625rem;
}
.list__button {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5625rem;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.list__button-del {
  position: relative;
  transition: all 0.3s ease 0s;
  background: rgba(255, 40, 52, 0.4);
}
.list__button-del:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/brush.svg) 0 0/100% no-repeat;
}
.list__button-del:hover {
  transition: all 0.3s ease 0s;
  background: rgb(255, 40, 52);
}
.list__button-complited {
  position: relative;
  transition: all 0.3s ease 0s;
  background: rgba(53, 200, 104, 0.4);
}
.list__button-complited:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/mark.svg) 0 0/100% no-repeat;
}
.list__button-complited:hover {
  transition: all 0.3s ease 0s;
  background: rgb(53, 200, 104);
}
.list__button-complited.complited {
  background: rgb(53, 200, 104);
  transition: all 0.3s ease 0s;
}
.list__button-complited.complited:hover {
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.3);
}
.list__button-lock {
  padding: 3px;
  padding-bottom: 5px;
  background: rgba(106, 81, 208, 0.4);
  transition: all 0.3s ease 0s;
}
.list__button-lock svg {
  width: 24px;
  height: 24px;
  fill: #000;
  transition: all 0.3s ease 0s;
}
.list__button-lock:hover {
  transition: all 0.3s ease 0s;
  background: rgb(151, 128, 242);
}
.list__button-lock:hover svg {
  transition: all 0.3s ease 0s;
}

.del {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  left: 40%;
  top: 2%;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  background: rgb(106, 81, 208);
  transition: all 0.6s ease 0s;
}
.del img {
  width: 64px;
  height: 64px;
}
.del:not(:hover) {
  transition: all 0.6s ease 0s;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

textarea {
  position: relative;
  z-index: -1;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.list__title-edit {
  position: relative;
  display: flex;
  align-self: start;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  right: 0;
  top: 18px;
  z-index: 10;
  transform: translate(0%, -125%);
  cursor: pointer;
}
.list__title-edit.edit .list__title-edit-bg:after {
  transition: all 0.3s ease 0s;
  top: 50%;
  opacity: 1;
  display: inline-block;
}
.list__title-edit.edit .list__title-edit-bg::before {
  transition: all 0.3s ease 0s;
  top: 100%;
  opacity: 0;
  display: inline-block;
}
.list__title-edit-bg {
  position: relative;
  width: 16px;
  height: 16px;
}
.list__title-edit-bg:before {
  transition: all 0.3s ease 0s;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/Edit.svg) 0 0/100% no-repeat;
}
.list__title-edit-bg::after {
  transition: all 0.3s ease 0s;
  display: inline-block;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
  background: url(../img/mark.svg) 0 0/100% no-repeat;
}

input[type=checkbox] {
  cursor: pointer;
}

.focus {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.9);
}
@media (max-width: 1440.98px) {
  .focus {
    text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.9);
  }
}

.list__select {
  background: transparent;
  color: #000;
}

.select-list {
  cursor: pointer;
}
.select-list.close .select-list__content {
  z-index: -10000;
  height: 0;
  opacity: 0;
  background: transparent;
  transform: translate(-50%, -200%);
  transition: transform 0.9s ease 0s, opacity 0.9s ease 0s, height 0.9s ease 0s, background 0.2s ease 0s;
}
.select-list.close .select-list__value {
  height: 0px;
  padding: 0;
  width: 0px;
}
.select-list__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}
.select-list__current-value {
  padding: 5px;
}
.select-list__current-value span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #000;
  position: relative;
  z-index: -1;
  transition: all 0.9s ease 0s;
}
.select-list__current-value.complited-status span {
  transition: all 0.9s ease 0s;
  background: rgb(53, 200, 104);
  animation: scaleShadow 1.2s ease infinite alternate forwards;
}
@keyframes scaleShadow {
  from {
    box-shadow: 0px 0px 5px rgba(53, 200, 104, 0.6);
  }
  to {
    box-shadow: 0px 0px 20px rgb(11, 215, 82);
  }
}
.select-list__current-value.complited-status + .select-list__content > .select-list__value.complited-status {
  display: none;
}
.select-list__current-value.in-progress span {
  transition: all 0.9s ease 0s;
  background: #f3d307;
  animation: scaleShadow2 1.2s ease infinite alternate forwards;
}
@keyframes scaleShadow2 {
  from {
    box-shadow: 0px 0px 5px rgba(243, 211, 7, 0.6);
  }
  to {
    box-shadow: 0px 0px 20px rgba(243, 211, 7, 0.9);
  }
}
.select-list__current-value.in-progress + .select-list__content > .select-list__value.in-progress {
  display: none;
}
.select-list__current-value.dont-start span {
  transition: all 0.9s ease 0s;
  background: rgb(255, 40, 52);
  animation: scaleShadow3 1.2s ease infinite alternate forwards;
}
@keyframes scaleShadow3 {
  from {
    box-shadow: 0px 0px 5px rgba(255, 40, 52, 0.6);
  }
  to {
    box-shadow: 0px 0px 20px rgba(255, 40, 52, 0.7);
  }
}
.select-list__current-value.dont-start + .select-list__content > .select-list__value.dont-start {
  display: none;
}
.select-list__content {
  position: absolute;
  z-index: 10000;
  width: 36px;
  height: 66px;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 100%);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 3px;
  background: rgb(106, 81, 208);
  padding: 5px;
  border-radius: 15px;
  transition: all 0.25s ease 0s;
}
.select-list__value {
  border-radius: 50%;
  width: 100%;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: 1px solid rgb(106, 81, 208);
  transition: all 0.3s ease 0s;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.select-list__value:hover {
  transition: all 0.3s ease 0s;
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.9);
}
.select-list__value span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  z-index: -1;
}
.select-list__value.complited-status span {
  background: rgb(53, 200, 104);
  box-shadow: 0px 0px 5px rgba(53, 200, 104, 0.6);
}
.select-list__value.in-progress span {
  background: #f3d307;
  box-shadow: 0px 0px 5px rgba(243, 211, 7, 0.6);
}
.select-list__value.dont-start span {
  background: rgb(255, 40, 52);
  box-shadow: 0px 0px 5px rgba(255, 40, 52, 0.6);
}

.footer {
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 0px;
  bottom: 0;
  left: 0;
  background: transparent;
  padding: 15px 15px;
  z-index: 1000;
  transition: all 0.6s ease 0s;
}
.footer.open {
  height: 100%;
  background: #000;
}
.footer__save__cont {
  position: fixed;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 80px;
  height: 80px;
  background: rgb(106, 81, 208);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
  transition: all 0.8s ease 0s;
  right: 15px;
  bottom: 15px;
}
.footer__save__cont:hover {
  transition: all 0.3s ease 0s;
  background: rgb(101, 67, 236);
}
.footer__save__cont.complited {
  transition: all 0.9s ease 0s;
  box-shadow: 0px 0px 50px rgb(53, 200, 104);
}
.footer__save__cont.open + .footer__container {
  transition: bottom 0.9s ease 0s, right 0.9s ease 0s, width 0.6s ease 0s, height 0.6s ease 0s, border-radius 1.2s ease 0s, background 0.6s ease 0s, transform 0.6s ease 0s;
  width: 100vw;
  height: 100vh;
}
.footer__save__cont.open + .footer__container .list.list__complited {
  transition: all 1.5s ease 0s;
  opacity: 1;
}
.footer__save-new {
  position: relative;
  font-family: serif;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  right: 0;
  top: 0;
  background: rgba(129, 109, 211, 0.6);
  border-radius: 50%;
  color: #fff;
}
.footer__container {
  display: inline-flex;
  flex-wrap: wrap;
  overflow: auto;
  justify-content: center;
  align-items: start;
  padding-top: 140px;
  padding-bottom: 15px;
  gap: clamp( 0.9375rem , 0.7582104558rem  +  0.8936550492vw , 1.5625rem );
  z-index: -1;
  bottom: 0%;
  right: 0%;
  width: 1vw;
  height: 1vh;
  transform: translate(0%, 0%);
  aspect-ratio: 1/1;
  transition: bottom 0.6s ease 0s, right 0.6s ease 0s, width 0.9s ease 0s, height 0.9s ease 0s, border-radius 0.9s ease 0s, background 0.9s ease 0s, transform 0.6s ease 0s;
}
.footer__container .list.list__complited {
  flex: 0 1 250px;
  transition: all 0.3s ease 0s;
  position: static;
  max-height: 100%;
  opacity: 0;
  cursor: default;
}
@media (max-width: 528.98px) {
  .footer__container .list.list__complited {
    flex: 0 1 100%;
  }
}
.footer__container .list.list__complited .h1 {
  height: auto;
}
.footer__container .list.list__complited.complited {
  transition: box-shadow 0.9s ease 0s, outline 0.9s ease 0s, rotate 0.6s ease 0s, border-radius 0.6s ease 0s;
  box-shadow: inset 0 0 100px rgba(53, 200, 104, 0.5);
  border: 6px solid rgb(53, 200, 104);
}
.footer__container .list.list__complited.complited .h1 {
  border-bottom: 3px solid #aa7cbe;
}
.footer__container .list.list__complited.complited.grab {
  transition: all 0s ease 0s;
  scale: 0.95;
}
.footer__container .list.list__complited.complited.search {
  box-shadow: inset 0px 0px 0px rgb(151, 128, 242), inset 0 0 100px rgba(53, 200, 104, 0.5), 0px 0px 50px #f0c103;
}
.footer__container .list.list__complited.lock {
  transition: box-shadow 0.9s ease 0s, outline 0.9s ease 0s, rotate 0.6s ease 0s, border-radius 0.6s ease 0s;
  box-shadow: inset 0px 0px 200px rgb(151, 128, 242), inset 0 0 0px rgba(53, 200, 104, 0.5), 0px 0px 0px #f0c103;
  border: 6px solid rgb(151, 128, 242);
}
.footer__container .list.list__complited.lock ::placeholder {
  color: #000;
  transition: all 0.9s ease 0s;
}
.footer__container .list.list__complited.lock .list__button-lock {
  transition: all 0.9s ease 0s;
  background: rgb(133, 106, 240);
}
.footer__container .list.list__complited.lock .list__button-del {
  pointer-events: none;
  cursor: default;
  opacity: 0.2;
}
.footer__container .list.list__complited.lock .h1 {
  border-bottom: 3px solid #aa7cbe;
}
.footer__container .list.list__complited.lock.complited {
  outline: 0px;
  transition: box-shadow 0.9s ease 0s, outline 0.9s ease 0s, rotate 0.6s ease 0s, border-radius 0.6s ease 0s;
  box-shadow: inset 0 0 200px rgb(151, 128, 242), 0px 0px 35px rgb(53, 200, 104);
}
.footer__container .list.list__complited.lock.complited.search {
  transition: box-shadow 0.9s ease 0s, outline 0.9s ease 0s, rotate 0.6s ease 0s, border-radius 0.6s ease 0s;
  box-shadow: inset 0 0 200px rgb(151, 128, 242), 0px 0px 15px rgb(53, 200, 104), 0px 0px 50px #f0c103;
}
.footer__container .list.list__complited.lock.search {
  transition: box-shadow 0.9s ease 0s, outline 0.9s ease 0s, rotate 0.6s ease 0s, border-radius 0.6s ease 0s;
  box-shadow: inset 0px 0px 200px rgb(151, 128, 242), inset 0 0 0px rgba(53, 200, 104, 0.5), 0px 0px 50px #f0c103;
}
.footer__container .list.uncomplited {
  animation: hiddenn 1.8s ease 0s;
}
@media (min-width: 528.98px) {
  @keyframes hiddenn {
    from {
      scale: 1;
      box-shadow: inset 0px 0px 100px rgba(53, 200, 104, 0.6), 0 0 300px rgba(53, 200, 104, 0.3);
    }
    35% {
      scale: 1.2;
      box-shadow: inset 0px 0px 50px rgb(53, 200, 104), 0 0 0px rgb(53, 200, 104);
    }
    75% {
      scale: 0.05;
      box-shadow: inset 0px 0px 0px rgba(53, 200, 104, 0.6), 0 0 0px rgba(53, 200, 104, 0.3);
    }
    to {
      scale: 0;
    }
  }
}
@media (max-width: 528.98px) {
  @keyframes hiddenn {
    from {
      scale: 1;
      box-shadow: inset 0px 0px 100px rgb(53, 200, 104), 0 0 300px rgba(53, 200, 104, 0.3);
    }
    35% {
      scale: 1.05;
      box-shadow: inset 0px 0px 0px rgb(53, 200, 104), 0 0 0px rgb(53, 200, 104);
    }
    75% {
      scale: 0.05;
      box-shadow: inset 0px 0px 0px rgb(53, 200, 104), 0 0 0px rgba(53, 200, 104, 0.3);
    }
    to {
      scale: 0;
    }
  }
}

.main__container .list.list__complited {
  animation: hidden 1.8s ease 0s;
}
@media (min-width: 528.98px) {
  @keyframes hidden {
    from {
      scale: 1;
      box-shadow: inset 0px 0px 0px rgb(53, 200, 104), 0 0 0px rgba(53, 200, 104, 0.3);
    }
    35% {
      scale: 1.2;
      box-shadow: inset 0px 0px 100px rgb(53, 200, 104), 0 0 300px rgb(53, 200, 104);
    }
    75% {
      scale: 0.05;
      box-shadow: inset 0px 0px 100px rgb(53, 200, 104), 0 0 0px rgba(53, 200, 104, 0.3);
    }
    to {
      scale: 0;
    }
  }
}
@media (max-width: 528.98px) {
  @keyframes hidden {
    from {
      scale: 1;
      box-shadow: inset 0px 0px 0px rgb(53, 200, 104), 0 0 0px rgba(53, 200, 104, 0.3);
    }
    35% {
      scale: 1.05;
      box-shadow: inset 0px 0px 100px rgb(53, 200, 104), 0 0 300px rgb(53, 200, 104);
    }
    75% {
      scale: 0.05;
      box-shadow: inset 0px 0px 100px rgb(53, 200, 104), 0 0 0px rgba(53, 200, 104, 0.3);
    }
    to {
      scale: 0;
    }
  }
}