* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #fafafa;
}

body.__active {
  background: #161722;
}

.__width-1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 320px) {
  .__width-1200 {
    width: 100%;
    padding: 0 15px;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .__width-1200 {
    width: 100%;
    padding: 0 15px;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .__width-1200 {
    width: 100%;
    padding: 0 15px;
  }
}

.header {
  position: relative;
  z-index: 100;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 320px) {
  .header {
    height: 70px;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .header {
    height: 70px;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .header {
    height: 70px;
  }
}

.header .title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 60px;
  line-height: 66px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 10px;
  text-transform: uppercase;
}

@media (max-width: 320px) {
  .header .title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 5px;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .header .title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 5px;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .header .title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 5px;
  }
}

.header .__width-1200 {
  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;
}

.header .__width-1200 .img-change {
  cursor: pointer;
}

.header .__width-1200 .img-change:hover {
  -webkit-transition: 0.9s ease-in-out;
  transition: 0.9s ease-in-out;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.header .__width-1200 .img-change .__hidden {
  display: none;
}

.subheader {
  background: url("../../../../images/bg-desktop-light.jpg") no-repeat;
  width: 100%;
  height: 400px;
  background-size: cover;
  margin-top: -130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 320px) {
  .subheader {
    background: url("../../../../images/bg-mobile-light.jpg") no-repeat center;
    height: 200px;
    width: 100%;
    background-size: cover;
    margin-top: -70px;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .subheader {
    background: url("../../../../images/bg-mobile-light.jpg") no-repeat center;
    height: 200px;
    width: 100%;
    background-size: cover;
    margin-top: -70px;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .subheader {
    background: url("../../../../images/bg-mobile-light.jpg") no-repeat center;
    height: 200px;
    width: 100%;
    background-size: cover;
    margin-top: -70px;
  }
}

.subheader.__active {
  background: url("../../../../images/bg-desktop-dark.jpg") no-repeat;
  width: 100%;
  height: 400px;
  background-size: cover;
  margin-top: -130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 320px) {
  .subheader.__active {
    background: url("../../../../images/bg-mobile-dark.jpg") no-repeat center;
    height: 200px;
    width: 100%;
    background-size: cover;
    margin-top: -70px;
    border: 1px solid red;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .subheader.__active {
    background: url("../../../../images/bg-mobile-dark.jpg") no-repeat center;
    height: 200px;
    width: 100%;
    background-size: cover;
    margin-top: -70px;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .subheader.__active {
    background: url("../../../../images/bg-mobile-dark.jpg") no-repeat center;
    height: 200px;
    width: 100%;
    background-size: cover;
    margin-top: -70px;
  }
}

.subheader .__width-1200 {
  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;
}

@media (max-width: 320px) {
  .subheader .__width-1200 {
    padding-top: 30px;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .subheader .__width-1200 {
    padding-top: 30px;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .subheader .__width-1200 {
    padding-top: 30px;
  }
}

.subheader .__width-1200 form {
  width: 70%;
}

@media (max-width: 320px) {
  .subheader .__width-1200 form {
    width: 100%;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .subheader .__width-1200 form {
    width: 100%;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .subheader .__width-1200 form {
    width: 100%;
  }
}

.subheader .__width-1200 .new_todo {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  border-radius: 5px;
  padding: 10px 20px;
  border: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #484b6a;
  font-weight: 400;
}

@media (max-width: 320px) {
  .subheader .__width-1200 .new_todo {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .subheader .__width-1200 .new_todo {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .subheader .__width-1200 .new_todo {
    font-size: 16px;
    line-height: 24px;
  }
}

.subheader .__width-1200 .new_todo::-webkit-input-placeholder {
  color: #9394a5;
}

.subheader .__width-1200 .new_todo:-ms-input-placeholder {
  color: #9394a5;
}

.subheader .__width-1200 .new_todo::-ms-input-placeholder {
  color: #9394a5;
}

.subheader .__width-1200 .new_todo::placeholder {
  color: #9394a5;
}

.subheader .__width-1200 .new_todo.__active {
  background-color: #25273c;
  color: #cacde8;
}

.subheader .__width-1200 .new_todo.__active::-webkit-input-placeholder {
  color: #777a92;
}

.subheader .__width-1200 .new_todo.__active:-ms-input-placeholder {
  color: #777a92;
}

.subheader .__width-1200 .new_todo.__active::-ms-input-placeholder {
  color: #777a92;
}

.subheader .__width-1200 .new_todo.__active::placeholder {
  color: #777a92;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content .list-todo {
  width: 70%;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  border: 0;
  margin-top: -100px;
  background: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 320px) {
  .content .list-todo {
    margin-top: -50px;
    width: 100%;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .content .list-todo {
    margin-top: -50px;
    width: 100%;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .content .list-todo {
    margin-top: -50px;
    width: 100%;
  }
}

.content .list-todo .todo {
  width: 100%;
}

.content .list-todo .todo.__active {
  background-color: #25273c;
}

.content .list-todo .todo.__active .item-todo {
  color: #cacde8;
}

.content .list-todo .todo .item-todo {
  padding: 10px 20px;
  border-bottom: 1px solid #9394a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #484b6a;
  font-weight: 400;
}

@media (max-width: 320px) {
  .content .list-todo .todo .item-todo {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .content .list-todo .todo .item-todo {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .content .list-todo .todo .item-todo {
    font-size: 16px;
    line-height: 24px;
  }
}

.content .list-todo .todo .item-todo .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .list-todo .todo .item-todo .item::before {
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #9394a5;
  border-radius: 50%;
}

.content .list-todo .todo .item-todo.__completed .item {
  text-decoration: line-through;
}

.content .list-todo .todo .item-todo.__completed .item::before {
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #9394a5;
  border-radius: 50%;
  background: -webkit-gradient(linear, right top, left top, from(#57ddff), to(#c058f3));
  background: linear-gradient(to left, #57ddff, #c058f3);
}

.content .list-todo .todo .item-todo.__hidden {
  display: none;
}

.content .list-todo .box-stts {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #9394a5;
  font-weight: 700;
  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;
  padding: 10px 20px;
}

@media (max-width: 320px) {
  .content .list-todo .box-stts {
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .content .list-todo .box-stts {
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .content .list-todo .box-stts {
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.content .list-todo .box-stts .clean_list {
  cursor: pointer;
}

.content .list-todo .box-stts .clean_list:hover {
  color: #484b6a;
}

@media (max-width: 320px) {
  .content .list-todo .box-stts .status {
    text-align: center;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .content .list-todo .box-stts .status {
    text-align: center;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .content .list-todo .box-stts .status {
    text-align: center;
  }
}

.content .list-todo .box-stts .status a {
  cursor: pointer;
}

.content .list-todo .box-stts .status a:nth-of-type(2) {
  margin: 0 10px;
}

@media (max-width: 320px) {
  .content .list-todo .box-stts .status a:nth-of-type(2) {
    margin: 0 5px;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .content .list-todo .box-stts .status a:nth-of-type(2) {
    margin: 0 5px;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .content .list-todo .box-stts .status a:nth-of-type(2) {
    margin: 0 5px;
  }
}

.content .list-todo .box-stts .status a:hover {
  color: #484b6a;
}

.content .list-todo .box-stts .status .__active {
  color: #3a7bfd;
  pointer-events: none;
}

.content .list-todo.__active {
  background-color: #25273c;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.content .list-todo.__active .item-todo {
  color: #777a92;
}

.content .list-todo.__active .box-stts {
  color: #484b6a;
}

.content .list-todo.__active .box-stts .status a:hover {
  color: #cacde8;
}

.content .list-todo.__active .box-stts .clean_list:hover {
  color: #cacde8;
}

.footer {
  padding-top: 100px;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #484b6a;
  font-weight: 400;
}

@media (max-width: 320px) {
  .footer {
    padding-top: 50px;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .footer {
    padding-top: 50px;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .footer {
    padding-top: 50px;
  }
}
/*# sourceMappingURL=main.css.map */