@charset "UTF-8";


/*---------------------------------------*/
body {
  margin: 0; 
  height: 100%; 
  /*min-height: 1200px;*/
  overflow-y: auto; 
}

@media (max-width: 900px) {
  body {
    height: 100%; 
    min-height: 100%;
    /*overflow-y: hidden; */
  }
}

/*-----------------------------------*/
.main {
  padding: 10px;
}
.osint-container {
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: start;
  font-family: 'Times New Roman';
  margin-top: 20px;
}

@media (max-width: 900px) {
  .osint-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.list-window {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 10px;
  padding: 5px;
}

.work-window {

  padding: 5px;

  max-width: 500px;
}

.work-window .level-one {
  padding: 0 50px;
}
@media (max-width: 820px) {
  .work-window .level-one {
    padding: 0;
  }
}

/*-----------------------------------*/
.category-list {
  display: flex;
  flex-direction: column;
  padding: 5px;
}

/* Уровень 1 */
.level-one-conteiner {
  display: flex;
  flex-direction: column;

  max-width: 500px;
}


.level-one-circle-count {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #81A3A7;
  width: 40px;
  height: 40px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.level-one-circle-count span {
  font-size: 30px;
  color: white;
  padding-left: 2px;
  transition: all 0.5s ease;
}

.level-one-circle-name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 90%;
  text-align: center;
  box-sizing: border-box;
}

.level-one-circle-name p {
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #000000;
  box-sizing: border-box;
}

.level-one-circle-close {
  font-size: 25px;
  color: rgb(0, 0, 0);
  transition: all 0.5s ease;
}

/**/
.level-one {
  padding-left: 0px;

  max-width: 500px;
}


.level-2 {
  padding-left: 10px;
  /*overflow: hidden;*/

  max-width: 500px;
}

.level-3 {
  padding-left: 5px;
}

.level-4 {
  padding-left: 5px;
}

.level-5, .level-6 {
  padding-left: 5px;
}


/* ----*/
.level-next-conteiner {
  display: flex;
  flex-direction: column;
}

.level-next-title-block {
  width: 100%;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgb(173, 173, 173);
  border-radius: 15px;
  margin-bottom: 5px;
  transition: all 0.5s ease;
  cursor: pointer;
}

.osint-next-circle-count {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.osint-next-circle-count span {
  color: white;
  transition: all 0.5s ease;
}

.osint-next-circle-name {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  height: 90%;
}

.osint-next-circle-name p {
  box-sizing: border-box;
}

.osint-next-circle-close {
  opacity: 0;
}

/* Уровень 1 */
.level-one .level-next-title-block {
  /*width: 320px;*/
  min-width: 320px;
  height: 50px;
  background: #cbd9db54;
  border: 1px solid rgb(173, 173, 173);
  border-radius: 13px;
  margin-bottom: 5px;
  transition: all 0.5s ease;
  cursor: pointer;
}

.level-one .osint-next-circle-count {
  background: #81A3A7;
  width: 42px;
  height: 42px;
}

.level-one .osint-next-circle-count span {
  font-size: 30px;
  padding-left: 0px;
  transition: all 0.5s ease;
}

.level-one .osint-next-circle-name {
  width: 220px;
}

.level-one .osint-next-circle-name p {
  font-size: 24px;
  letter-spacing: 0.5px;
  color: #000000;
}

.level-one .osint-next-circle-close {
  font-size: 25px;
  color: rgb(0, 0, 0);
  transition: all 0.5s ease;
}

/**/
.level-one-title:hover {
  background: #81a3a748;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.level-one-title:hover .osint-next-circle-count {
  background: #000000;
  box-shadow: 0 0 10px 3px #a1c6ca;
}

.level-one-title:hover .osint-next-circle-count span {
  color: white;
}

.level-one-title:hover .osint-next-circle-close {
  color: red;
  transform: rotate(360deg);
}

/* Уровень 2 */
.level-2 .level-next-title-block {
  /*width: 310px;*/
  min-width: 310px;
  height: 45px;
  background: #CBD9DB;
  border: 1px solid rgb(173, 173, 173);
  border-radius: 13px;
  margin-bottom: 5px;
  transition: all 0.5s ease;
  cursor: pointer;
}

.level-2 .osint-next-circle-count {
  /*background: #81A3A7;*/
  background: #7d9782;
  width: 35px;
  height: 35px;
}

.level-2 .osint-next-circle-count span {
  font-size: 25px;
  padding-left: 0px;
  transition: all 0.5s ease;
}

.level-2 .osint-next-circle-name {
  width: 220px;
}

.level-2 .osint-next-circle-name p {
  font-size: 19px;
  letter-spacing: 0.5px;
  color: #000000;
}

.level-2 .osint-next-circle-close {
  font-size: 25px;
  color: rgb(0, 0, 0);
  transition: all 0.5s ease;
}

/**/
.level-2-title:hover {
  background: #81a3a748;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.level-2-title:hover .osint-next-circle-count {
  background: #000000;
  box-shadow: 0 0 10px 3px #a1c6ca;
}

.level-2-title:hover .osint-next-circle-count span {
  color: white;
}

.level-2-title:hover .osint-next-circle-close {
  color: red;
  transform: rotate(360deg);
}

/* Уровень 3 */
.level-3 .level-next-title-block {
  /*width: 305px;*/
  min-width: 305px;
  height: 40px;
  /*background: #81a3a770;*/
  background: #BED0D2;
  border: 1px solid rgb(173, 173, 173);
  border-radius: 12px;
  margin-bottom: 5px;
  transition: all 0.5s ease;
  cursor: pointer;
}

.level-3 .osint-next-circle-count {
  /*background: #81A3A7;*/
  background: #2F4176;
  width: 30px;
  height: 30px;
}

.level-3 .osint-next-circle-count span {
  font-size: 22px;
  padding-left: 0px;
  transition: all 0.5s ease;
}

.level-3 .osint-next-circle-name {
  width: 210px;
}

.level-3 .osint-next-circle-name p {
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #000000;
}

.level-3 .osint-next-circle-close {
  font-size: 22px;
  color: rgb(0, 0, 0);
  transition: all 0.5s ease;
}

/**/
.level-3-title:hover {
  background: #81a3a748;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.level-3-title:hover .osint-next-circle-count {
  background: #000000;
  box-shadow: 0 0 10px 3px #a1c6ca;
}

.level-3-title:hover .osint-next-circle-count span {
  color: white;
}

.level-3-title:hover .osint-next-circle-close {
  color: red;
  transform: rotate(360deg);
}

/* Уровень 4 */
.level-4 .level-next-title-block {
  /*width: 300px;*/
  min-width: 300px;
  height: 35px;
  /*background: #9AB5B9;*/
  background: #AEC4C7;
  border: 1px solid rgb(173, 173, 173);
  border-radius: 10px;
  margin-bottom: 5px;
  transition: all 0.5s ease;
  cursor: pointer;
}

.level-4 .osint-next-circle-count {
  background: #81A3A7;
  background: #328340;
  width: 25px;
  height: 25px;
}

.level-4 .osint-next-circle-count span {
  font-size: 20px;
  padding-left: 0px;
  transition: all 0.5s ease;
}

.level-4 .osint-next-circle-name {
  width: 200px;
}

.level-4 .osint-next-circle-name p {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #000000;
}

.level-4 .osint-next-circle-close {
  font-size: 20px;
  color: rgb(0, 0, 0);
  transition: all 0.5s ease;
}

/**/
.level-4-title:hover {
  background: #81a3a748;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.level-4-title:hover .osint-next-circle-count {
  background: #000000;
  box-shadow: 0 0 10px 3px #a1c6ca;
}

.level-4-title:hover .osint-next-circle-count span {
  color: white;
}

.level-4-title:hover .osint-next-circle-close {
  color: red;
  transform: rotate(360deg);
}

/* Уровень 5 */
.level-5 .level-next-title-block {
  /*width: 295px;*/
  min-width: 295px;
  height: 30px;
  background: #81a3a7be;
  border: 1px solid rgb(173, 173, 173);
  border-radius: 10px;
  margin-bottom: 5px;
  transition: all 0.5s ease;
  cursor: pointer;
}

.level-5 .osint-next-circle-count {
  background: #81A3A7;
  background: #A67140;
  width: 22px;
  height: 22px;
}

.level-5 .osint-next-circle-count span {
  font-size: 15px;
  transition: all 0.5s ease;
}

.level-5 .osint-next-circle-name {
  width: 200px;
}

.level-5 .osint-next-circle-name p {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #000000;
}

.level-5 .osint-next-circle-close {
  font-size: 20px;
  color: rgb(0, 0, 0);
  transition: all 0.5s ease;
}

/**/
.level-5-title:hover {
  background: #81a3a748;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.level-5-title:hover .osint-next-circle-count {
  background: #000000;
  box-shadow: 0 0 10px 3px #a1c6ca;
}

.level-5-title:hover .osint-next-circle-count span {
  color: white;
}

.level-5-title:hover .osint-next-circle-close {
  color: red;
  transform: rotate(360deg);
}

/* ссылки*/
.level-next-links-block {
  padding: 3px;
}

/*
.links-rating {
}
*/

.links-star {
  font-size: 10px;
}

.link-block {
  display: flex;
  flex-direction: column;

  max-width: 330px;
  margin: 5px 0;

  border-bottom: 1px solid rgb(212, 212, 212);
  border-left: 1px solid rgb(212, 212, 212);
}

.link-main-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/*
.pay {
}
*/

.link-main-info.pay::before {
  content: '$';  
  color: green; 
  font-weight: bold; 
  margin-left: 2px;
}

.link-main-info.free::before {
  content: '•';  
  color: rgb(0, 0, 0); 
  font-weight: bold; 
  margin-left: 2px;
}

.folder a::before {
  content: '🕮  ';  
  color: rgb(207, 74, 13); 
  font-weight: bold; 
  margin-left: 2px;
}

.folder::before {
  content: '•';  
  color: rgb(0, 0, 0); 
  font-weight: bold; 
  margin-left: 2px;
}

/*
.free {
}
*/

.link {
  width: 90%;
  color: rgb(0, 0, 204);
  padding: 2px;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.link:hover {
  color: #6d9ba0;
}

.link-comment-img {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding: 2px 5px;
  margin-bottom: 1px;
  text-align: center;
  background-color: #6d9ba09c;
  color: #000000;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s ease;
}

.link-comment-img:hover {
  font-size: 15px;
  background-color: #ffffff;
  color: #000000;
  outline: 1px solid black;
  border-radius: 50%;
  cursor: pointer;
}

.link-comment-img:active {
  background-color: #6d9ba09c;
  color: #000000;
  outline: 1px solid black;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(0.9);
}

/*
.drop {
}
*/

.link-addition-info {
  font-size: 15px;
  font-style: italic;
  padding: 3px;
  color: #000000;
}

.none {
  display: none;
}

.hidden-clean {
  opacity: 1; 
  display: block; 
  overflow: hidden; 
  max-height: 500px; 
  animation: slideUp 0.6s ease-in-out forwards; 
}

@keyframes slideUp {
  from {
    max-height: 500px; 
  }
  to {
    max-height: 0; 
    display: none;
  }
}


/* js */

/*
.visible {
  opacity: 0; 
  animation: fadeIn  0.5s ease-in forwards; 
}

@keyframes fadeIn  {
  to {
      opacity: 1; 
  }
}
*/

.visible {
  display: block;
  opacity: 1;
  overflow: hidden;
  max-height: 0;
  animation: slideDown 0.5s ease-in-out forwards;
}


.invisible {
  display: block;
  opacity: 0;
  overflow: hidden;
  max-height: 3000px;
  animation: slideUp 0.5s ease-in-out forwards;
}


@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 3000px;
    opacity: 1;
  }
}


@keyframes slideUp {
  from {
    max-height: 3000px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}


