.footer .middle .contact-us, .footer .top .nav a, .formRow, .bookmark-edit .boxBottom, .category-edit .boxBottom, .bookmark-filter .boxBottom, .btn-black p, .btn-black {
  font-family: "Space Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}

.team-btn a {
  font-family: "Space Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.bookmarks .boxBottomRowRight a {
  font-family: "Space Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
}

.footer .top .nav-item, .header .nav-item, .header .nav a, .btn-green p {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.bookmarks .boxTopContentRight, h3 {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
}

.bookmarks .boxTopContentLeft {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 77px;
}

/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 600px) {
  .main {
    gap: 50px;
    width: 600px;
    justify-content: center;
    padding: 0;
  }
}
@media only screen and (min-width: 600px) {
  .main {
    gap: 50px;
    min-width: 550px;
    justify-content: center;
    padding: 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .main {
    gap: 50px;
    min-width: 550px;
    justify-content: center;
    padding: 0 50px;
  }
}
.desctop-only {
  display: flex !important;
}
@media screen and (max-width: 992px) {
  .desctop-only {
    display: none !important;
  }
}

.mobile-only {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .mobile-only {
    display: flex !important;
  }
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.main {
  font-family: "Space Grotesk", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  padding: 0 50px;
  max-width: 800px;
  width: 100%;
}

.message {
  border: 1px solid gray;
  padding: 10px 50px;
  border-radius: 50px;
  justify-content: center;
  display: flex;
}

.message-good {
  border: 1px solid green;
}

.message-bad {
  border: 1px solid red;
}

.bookmark-edit .box, .category-edit .box, .bookmark-filter .box, .bookmarks .box {
  box-sizing: border-box;
  border: 1px solid #191A23;
  box-shadow: 0px 5px 0px #191A23;
  border-radius: 45px;
}

h1 {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 77px;
  margin: 0;
}

h2 {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 51px;
  background-image: linear-gradient(to right, #b9ff66 0, #b9ff66 100%);
  padding: 0 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 10px;
  width: fit-content;
}

h3 {
  background-image: linear-gradient(to right, #b9ff66 0, #b9ff66 100%);
  padding: 0 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-radius: 10px;
}

h6 {
  padding: 0;
  margin: 0;
}

.btn {
  display: flex;
  justify-content: center;
  padding: 20px 35px;
  gap: 10px;
  border-radius: 14px;
}

.btn-white {
  color: #000;
  border: 1px solid #191A23;
  border-radius: 14px;
}

.btn-black {
  background: #191A23;
  text-decoration: none;
  color: #fff;
  padding: 20px 50px;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .btn-black {
    width: auto;
  }
}
.btn-black p {
  color: #fff;
}

.btn-green {
  background: #b9ff66;
  text-decoration: none;
  padding: 20px;
}
.btn-green p {
  color: #000;
}

.team-btn {
  display: flex;
  justify-content: end;
  max-width: 1440px;
}
.team-btn a {
  width: fit-content;
  padding: 20px 60px;
}
@media screen and (max-width: 900px) {
  .team-btn a {
    width: -webkit-fill-available;
  }
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 0px;
}
.header .logo img {
  max-height: 60px;
}
.header .nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 40px;
}
.header .nav a {
  text-decoration: none;
  text-align: center;
  color: #000;
}
.header .nav-item {
  color: #000;
}

.bookmarks {
  display: grid;
  gap: 0;
  row-gap: 30px;
}
.bookmarks .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
}
.bookmarks .boxTop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.bookmarks .boxTopContent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  .bookmarks .boxTopContentLeft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}
.bookmarks .boxTopContentRight {
  padding: 20px 0;
  margin-left: 20px;
}
.bookmarks .boxTopActions {
  display: flex;
}
.bookmarks .boxTopActions img {
  width: 70px;
  height: 70px;
}
.bookmarks .boxBottom {
  border-top: 1px solid #000;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}
.bookmarks .boxBottomRow {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.bookmarks .boxBottomRowLeft {
  display: flex;
  flex-direction: row;
}
.bookmarks .boxBottomRowLeftImage {
  display: flex;
  width: 25px;
  height: 25px;
}
.bookmarks .box--green {
  background-color: #b9ff66;
}

@media screen and (max-width: 992px) {
  .working-process .boxTop .image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}
.bookmark-edit, .category-edit, .bookmark-filter {
  display: grid;
  gap: 0;
  row-gap: 30px;
}
.bookmark-edit .box, .category-edit .box, .bookmark-filter .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  padding: 50px;
}
.bookmark-edit .boxTop, .category-edit .boxTop, .bookmark-filter .boxTop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.bookmark-edit .boxMiddle, .category-edit .boxMiddle, .bookmark-filter .boxMiddle {
  width: 100%;
}
.bookmark-edit .boxForm, .category-edit .boxForm, .bookmark-filter .boxForm {
  display: grid;
  gap: 30px;
}
.bookmark-edit .boxFormRow, .category-edit .boxFormRow, .bookmark-filter .boxFormRow {
  display: flex;
  flex-direction: column;
}
.bookmark-edit .boxForm input, .bookmark-edit .boxForm select, .category-edit .boxForm input, .category-edit .boxForm select, .bookmark-filter .boxForm input, .bookmark-filter .boxForm select {
  padding: 15px;
}
.bookmark-edit .boxBottom, .category-edit .boxBottom, .bookmark-filter .boxBottom {
  border-top: 1px solid #000;
  margin-top: 10px;
  padding-top: 10px;
}
.bookmark-edit .box--green, .category-edit .box--green, .bookmark-filter .box--green {
  background-color: #b9ff66;
}

@media screen and (max-width: 992px) {
  .working-process .boxTop .image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}
.form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  gap: 10px;
  background: #F3F3F3;
  border-radius: 45px;
  max-width: 500px;
}
.formRow {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.formRow input {
  min-width: 250px;
  border-radius: 10px;
  padding: 20px;
}

@media screen and (max-width: 992px) {
  .contact .form {
    width: 100%;
  }
}
.footer {
  background: #191A23;
  border-radius: 45px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  flex-direction: column;
}
.footer .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  max-width: 1440px;
  margin: 50px 0;
}
.footer .top .logo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 0px;
}
.footer .top .logo img {
  width: 180px;
}
.footer .top .nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 20px;
  min-width: 500px;
}
.footer .top .nav a {
  text-align: center;
  color: #fff;
}
.footer .top .nav-item {
  color: #000;
}
.footer .middle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer .middle .contact-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 50px;
  color: #fff;
}
.footer .middle .contact-us p {
  margin: 10px;
}
.footer .middle .contact-us h3 {
  margin: 0 0 30px 0;
  color: #000;
  width: fit-content;
}
.footer .middle .contact-us-form {
  margin-right: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 40px;
  background: #292A32;
  border-radius: 14px;
}
.footer .middle .contact-us-form form {
  display: flex;
  gap: 20px;
}
.footer .middle .contact-us-form input {
  padding: 20px;
  border-radius: 14px;
  background-color: #191A23;
  color: #fff;
  border: 1px solid #F3F3F3;
}
.footer .copyright {
  border-top: 1px solid #F3F3F3;
  margin: 0 5%;
  padding: 25px;
  color: #fff;
}
.footer .copyright a {
  margin-top: 10px;
  padding: 0 50px;
  color: #fff;
}
.footer .social-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 5px;
  gap: 10px;
}
.footer .social-icons img {
  width: 30px;
}

@media screen and (max-width: 992px) {
  .footer {
    border-radius: 0;
    margin: 0 -30px;
  }
  .footer .top {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }
  .footer .top .nav {
    display: flex;
    flex-direction: column;
  }
  .footer .middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
  .footer .middle .contact-us {
    text-align: center;
  }
  .footer .middle .contact-us-form {
    margin: 20px 50px 40px 20px;
    padding: 20px;
  }
  .footer .middle .contact-us-form form {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    width: -webkit-fill-available;
  }
  .footer .middle .contact-us-form input {
    width: -webkit-fill-available;
  }
  .footer .middle .contact-us-form button {
    width: -webkit-fill-available;
  }
  .footer .social-icons {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin: 0 0 50px;
  }
  .footer .social-icons img {
    width: 30px;
  }
}

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